.path {
  background-color: #f8f8f8;
  height: 70px;
  color: #333;
}
.path-box {
  height: 100%;
  font-size: 16px;
}
.path-box-current {
  color: #f5a623;
}
.path-box-arrow {
  font-family: 'fangsong';
}
.product {
  position: relative;
  margin-top: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-right: 4px;
}
.product-title {
  width: 100%;
  box-sizing: border-box;
  background-color: #533687;
  display: flex;
  padding: 20px;
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
.product-title-name {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 40%;
  gap: 10px;
}
.product-title-name .span1 {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-title-name .span2 {
  width: 60px;
  font-size: 14px;
  color: #c5c5da;
  margin-left: 10px;
}
.product-title-name .tag {
  padding: 0 5px;
  border: 1px solid #f5a92c;
  color: #f5a92c;
  font-size: 14px;
  border-radius: 4px;
  font-weight: normal;
}
.product-title-tags {
  display: none;
}
.product-title-tags .tag {
  padding: 0 5px;
  margin-right: 10px;
  border: 1px solid #f5a92c;
  color: #f5a92c;
  font-size: 14px;
  border-radius: 4px;
  font-weight: normal;
}
.product-title-type {
  margin-left: 50px;
}
.product-title-start {
  margin-left: 50px;
}
.product-title-start .span2 {
  font-size: 18px;
  color: #f5a623;
}
.product-title-open {
  margin-left: 50px;
  text-align: right;
}
.product-title-favorite {
  flex: 1;
  cursor: pointer;
  text-align: right;
}
.product-title-favorite .layui-icon {
  color: #f5a623;
  font-size: 30px;
}
.product-data {
  display: flex;
  width: 100%;
  height: 158px;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #f8f8f8;
  text-align: center;
}
.product-data1 {
  position: relative;
  width: 38%;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 2px solid #f8f8f8;
  padding: 40px 10px 0;
}
.product-data1-date {
  position: absolute;
  left: 0;
  top: 9px;
  width: 122px;
  height: 25px;
  line-height: 25px;
  border-radius: 0 100px 100px 0;
  background: rgba(245, 176, 61, 0.3);
  font-size: 14px;
  color: #f5a92c;
  letter-spacing: 0;
}
.product-data1-box {
  display: flex;
  justify-content: space-around;
}
.product-data1-box .data1-name,
.product-data1-box .data2-name {
  font-size: 14px;
  color: #333333;
}
.product-data1-box .data1-data,
.product-data1-box .data2-data {
  margin-top: 20px;
  font-family: sourcehansanscn-medium;
  font-size: 30px;
  color: #e03b4f;
}
.product-data2 {
  width: 38%;
  background-color: #fff;
  border-left: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
  padding: 40px 10px 0;
  box-sizing: border-box;
}
.product-data2-box {
  display: flex;
  justify-content: space-around;
}
.product-data2-box .data1-name,
.product-data2-box .data2-name {
  font-size: 14px;
  color: #333333;
}
.product-data2-box .data1-data,
.product-data2-box .data2-data {
  margin-top: 20px;
  font-family: sourcehansanscn-medium;
  font-size: 30px;
  color: #e03b4f;
}
.product-data .calculators {
  position: relative;
  width: 280px;
  border-left: 2px solid #f8f8f8;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  padding: 25px 10px;
}
.product-data .calculators-buy {
  position: relative;
  display: inline-block;
  width: 70%;
  height: 45px;
  margin-top: 40px;
  border-right: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
}
.product-data .calculators-buy-code {
  display: none;
  position: absolute;
  top: 122px;
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 4px solid #f5a623;
}
.product-data .calculators-buy-code img {
  width: 100%;
  height: 100%;
}
.product-data .calculators-buy-code::after {
  content: ' ';
  position: absolute;
  right: calc(50% - 10px);
  top: -24px;
  width: 0;
  height: 0;
  border-top: solid transparent;
  border-bottom: solid #f5a623;
  border-right: solid transparent;
  border-left: solid transparent;
  border-width: 10px;
}
.product-data .calculators .calculators-buy:hover   .calculators-buy-code {
  display: block;
}
.product-data .calculators-notgo {
  background-color: #ccc;
}
.moreinfo {
  margin-top: 25px;
}
.moreinfo-nav {
  height: 66px;
}
.more-content {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  min-height: 400px;
  background-color: #fff;
}
.cpgk-box {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.cpgk-box-top {
  width: 100%;
  height: 130px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-bottom: 4px solid #f8f8f8;
}
.cpgk-box-top-light {
  line-height: 50px;
  font-size: 14px;
  color: #333;
}
.cpgk-box-top-light .light-label {
  font-size: 22px;
  color: #f5a92c;
  font-style: italic;
}
.cpgk-box-left {
  width: 55%;
  box-sizing: border-box;
  padding: 30px 20px;
  border-right: 2px solid #f8f8f8;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.cpgk-box-left-light {
  line-height: 40px;
  padding: 0 15px;
  background-color: rgb(255, 252, 245);
}
.cpgk-box-left-light-label {
  font-size: 18px;
  color: #875d18;
}
.cpgk-box-left-light-slash {
  margin: 0 10px;
  font-size: 16px;
  color: #ccc;
}
.cpgk-box-left-light-text {
  font-size: 14px;
  color: #f5a92c;
}
.light-border-bottom {
  /* border-bottom: 4px solid #f8f8f8; */
  margin-top: 15px;
  margin-bottom: 30px;
}
.cpgk-box-left-li {
  display: flex;
  min-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.cpgk-box-left-li-span1 {
  width: 120px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.cpgk-box-left-li-span2 {
  flex: 1;
  font-size: 14px;
  color: #333333;
  margin-left: 30px;
}
.cpgk-box-right {
  position: relative;
  width: 45%;
  box-sizing: border-box;
  border-left: 2px solid #f8f8f8;
  padding: 30px;
}
.cpgk-box-right_tips {
  position: absolute;
  top: calc(30%);
  left: calc(50% - 100px);
  width: 200px;
  height: 22px;
  font-size: 12px;
  color: #ffffff;
  z-index: 10;
  border-radius: 3px;
  background: #ff8c4a;
  text-align: center;
  line-height: 22px;
}
.cpgk-box-right .title-left-bar .time {
  flex: 1;
  text-align: right;
}
.cpgk-box-right .net-worth-growth-chart {
  width: 100%;
  height: 250px;
  margin: 30px 0;
}
.cpgk-box-right .danger-level {
  margin-top: 50px;
  margin-bottom: 30px;
}
.cpgk-box-right .danger-level-explain {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}
.cpgk-box-right .layui-progress {
  margin-bottom: 10px !important;
}
.cpgk-box-right .layui-progress-bar {
  position: relative;
  background-image: linear-gradient(90deg, #fad961 0%, #f76b1c 59%);
}
.cpgk-box-right .progress-level {
  position: absolute;
  right: 0;
  top: -30px;
  height: 24px;
  font-size: 14px;
  background-color: #fff;
  background: #ff8c4a;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  line-height: 22px;
  clip-path: polygon(0 0, 0 80%, 30% 80%, 50% 100%, 70% 80%, 100% 80%, 100% 0);
}
.cpgk-box-right .vxcode {
  display: flex;
  width: 100%;
  height: 180px;
  justify-content: center;
}
.cpgk-box-right .vxcode-sph,
.cpgk-box-right .vxcode-gzh {
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 2;
}
.cpgk-box-right .vxcode-sph-img,
.cpgk-box-right .vxcode-gzh-img {
  width: 60%;
}
/* .cpgk-box-right .vxcode-sph-p,.cpgk-box-right .vxcode-gzh-p {
  text-align: center;
} */
.jzbx-main {
  padding: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jzbx-main-chart {
  margin-top: 20px;
  margin-bottom: 30px;
}
.jzbx-main-chart .net-value-trend-chart {
  width: 100%;
  height: 320px;
}
.jzbx-main-chart-opre {
  display: flex;
  justify-content: space-between;
  height: 30px;
  margin-top: 10px;
}
.jzbx-main-chart-opre .opre-date {
  display: inline-flex;
  justify-content: space-between;
  width: 510px;
  height: 30px;
}
.jzbx-main-chart-opre .opre-date-item {
  width: 100px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #503483;
  border-radius: 8px;
  color: #533687;
  background-color: #fff;
  cursor: pointer;
}
.jzbx-main-chart-opre .opre-date-active {
  background-color: #f5a623;
  color: #fff;
  border: none;
}
.jzbx-main-chart-opre .opre-select-date {
  display: flex;
  width: 400px;
  height: 30px;
}
.jzbx-main-chart-opre .opre-select-date-start,
.jzbx-main-chart-opre .opre-select-date-end {
  display: inline-block;
  margin-right: 5px;
  width: 140px;
  height: 100%;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #503483;
  border-radius: 8px;
  color: #333;
  background-color: #fff;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.jzbx-main-chart-opre .opre-select-date-query {
  width: 70px;
  height: 100%;
  background-color: #f5a623;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.jzbx-main-table {
  margin-top: 20px;
  margin-bottom: 30px;
}
.jzbx-main-table .net-value-table {
  width: 100%;
  height: 420px;
  font-size: 16px;
}
.jzbx-main-table .net-value-table .table-layout {
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 40px;
}
.jzbx-main-table .net-value-table .table-layout li {
  text-align: center;
}
.jzbx-main-table .net-value-table .table-layout li:nth-child(1) {
  width: 120px;
}
.jzbx-main-table .net-value-table .table-layout li:nth-child(2) {
  width: 120px;
}
.jzbx-main-table .net-value-table .table-layout li:nth-child(3) {
  width: 120px;
}
.jzbx-main-table .net-value-table .table-layout li:nth-child(4) {
  width: 120px;
}
.jzbx-main-table .net-value-table .table-layout:nth-child(2n) {
  background-color: #f8f8f8;
}
.jzbx-main-table .net-value-table .table-header {
  background-color: #e8e8e8;
  color: #666;
}
.jzbx-main-table .net-value-table .table-list {
  color: #333333;
  font-weight: 600;
}
.jzbx-main-table .bonus-table {
  width: 100%;
  min-height: 140px;
  font-size: 16px;
}
.jzbx-main-table .bonus-table .table-layout {
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 40px;
}
.jzbx-main-table .bonus-table .table-layout li {
  text-align: center;
}
.jzbx-main-table .bonus-table .table-layout li:nth-child(1) {
  width: 140px;
}
.jzbx-main-table .bonus-table .table-layout li:nth-child(2) {
  width: 140px;
}
.jzbx-main-table .bonus-table .table-layout li:nth-child(3) {
  width: 140px;
}
.jzbx-main-table .bonus-table .table-layout li:nth-child(4) {
  width: 140px;
}
.jzbx-main-table .bonus-table .table-layout:nth-child(2n) {
  background-color: #f8f8f8;
}
.jzbx-main-table .bonus-table .table-header {
  background-color: #e8e8e8;
  color: #666;
}
.jzbx-main-table .bonus-table .table-list {
  color: #333333;
  font-weight: 600;
}
.jzbx .no-data-container {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jzbx .no-data-container .tips {
  font-size: 16px;
  color: #ccc;
}
.rgfl-box {
  min-height: 400px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.rgfl-box .table {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.rgfl-box .table .table-layout {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  padding: 0 40px;
}
.rgfl-box .table .table-layout li {
  min-width: 250px;
  text-align: center;
}
.rgfl-box .table .table-layout:nth-child(2n) {
  background-color: #f8f8f8;
}
.rgfl-box .table .table-header {
  background-color: #e8e8e8;
  color: #666;
}
.rgfl-box .table .table-list {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}
.rgfl-box .table2 {
  width: 100%;
}
.rgfl-box .jtjz {
  padding: 20px;
  font-size: 16px;
  color: red;
}
.jjjl {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
}
.jjjl-main-tabs {
  display: flex;
  height: 30px;
  border-bottom: 2px solid #f8f8f8;
  margin: 30px 0;
}
.jjjl-main-tabs-tab {
  margin-right: 50px;
  height: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  font-weight: 600;
  cursor: pointer;
}
.jjjl-main-tabs-active {
  color: #f5a623;
  border-bottom: 2px solid #f5a623;
}
.jjjl-main-content {
  margin-bottom: 30px;
}
.jjjl-main-content .left {
  height: 100%;
}
.jjjl-main-content .left img {
  height: 100%;
}
.jjjl-main-content .right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 20px;
}
.jjjl-main-content .right-title {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}
.jjjl-main-content .right-title .manager-col {
  display: inline-block;
  width: 30px;
  text-align: right;
  cursor: pointer;
  margin-left: 10px;
}
.jjjl-main-content .right-title .manager-col .layui-icon {
  font-size: 30px;
  color: #f5a623;
}
.jjjl-main-content .right-content {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.jjjl-main-products {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.jjjl-main-products-prod {
  display: block;
  width: 365px;
  height: 130px;
  margin-bottom: 30px;
  margin-right: 32px;
  box-sizing: border-box;
  padding: 10px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  cursor: pointer;
}
.jjjl-main-products-prod .title {
  display: flex;
  justify-content: space-between;
}
.jjjl-main-products-prod .title-name {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.jjjl-main-products-prod .title-type {
  width: 80px;
  text-align: right;
  font-size: 14px;
  color: #4e3280;
}
.jjjl-main-products-prod .growth-rate {
  margin-top: 20px;
  height: 40px;
}
.jjjl-main-products-prod .growth-rate-data {
  font-family: sourcehansanscn-medium;
  font-size: 40px;
  color: #f5a623;
}
.jjjl-main-products-prod .growth-rate-zh {
  font-size: 12px;
  color: #999999;
}
.jjjl-main-products-prod .update-time {
  margin-top: 7px;
  color: #999999;
}
.jjjl-main-products-prod:nth-child(3n) {
  margin-right: 0;
}
.cpgg {
  padding: 20px;
}
.cpgg .title-left-bar .more {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: 21px;
  cursor: pointer;
}
.cpgg .title-left-bar .more a {
  font-size: 12px;
}
.cpgg-notice {
  /*min-height: 285px;*/
}

.flwj {
  padding: 20px;
}
.xsjg-box {
  min-height: 400px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.xsjg-box .table {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.xsjg-box .table .table-layout {
  min-height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 5px 20px;
}
.xsjg-box .table .table-layout li {
  min-width: 250px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.xsjg-box .table .table-layout li:nth-child(1) {
  width: 25%;
}
.xsjg-box .table .table-layout li:nth-child(2) {
  width: 25%;
}
.xsjg-box .table .table-layout li:nth-child(3) {
  width: 50%;
}
.xsjg-box .table .table-layout a {
  color: #f5a623;
  border-bottom: 1px solid;
}
.xsjg-box .table .table-layout:nth-child(2n) {
  background-color: #f8f8f8;
}
.xsjg-box .table .table-header {
  background-color: #e8e8e8;
  color: #666;
}
.xsjg-box .table .table-list {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}
.empty-table {
  height: 70px;
  color: #ccc;
  text-align: center;
  line-height: 70px;
  background-color: #f8f8f8;
}
.container-loader {
  height: 600px;
  display: flex;
  justify-content: center;
  background-color: #ccc;
  align-items: center;
}
.container-loader-center .layui-icon {
  font-size: 35px;
  color: #000;
}

@media (max-width: 1200px) {
  .jjjl-main-products {
    gap: 30px;
    justify-content: space-between;
  }
  .jjjl-main-products-prod {
    margin: 0;
    width: 30%;
    min-width: 300px;
  }
}

@media (max-width: 992px) {
  .product-title {
    flex-wrap: wrap;
    row-gap: 10px;
    height: auto;
  }

  .product-title-name {
    width: calc(100% - 110px);
  }

  .product-title-type {
    width: 110px;
    margin: 0;
  }
  .product-title-start {
    margin: 0;
    margin-right: 50px;
  }
  .product-title-open {
    margin: 0;
    margin-right: 50px;
  }

  .cpgk-box-left {
    width: 100%;
  }
  .cpgk-box-right {
    width: 100%;
  }
  .cpgk-box-right .danger-level {
    margin-top: 50px;
  }
  .cpgk-box-right .vxcode-sph,
  .cpgk-box-right .vxcode-gzh {
    max-width: 250px;
  }
  .jzbx-main-chart-opre .opre-date {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .jzbx-main-chart-opre .opre-date-item {
    width: unset;
    padding: 0 20px;
    margin: 0 10px 5px 0;
  }
  .jzbx-main-chart-opre .opre-select-date {
    display: none;
  }
  .rgfl-box .table .table-layout li {
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .product,
  .moreinfo {
    padding: 0 5px;
    box-sizing: border-box;
  }
  .product-title {
    flex-wrap: wrap;
    row-gap: 10px;
    height: auto;
    justify-content: space-between;
  }
  .product-title-name {
    width: 60%;
  }
  .product-title-name .tag {
    display: none;
  }
  .product-title-type {
    width: 40%;
    margin: 0;
  }
  .product-title-start {
    margin: 0;
  }
  .product-title-open {
    margin: 0;
  }
  .product-title-tags {
    width: 100%;
    display: block;
  }

  .product-data {
    flex-wrap: wrap;
    height: auto;
  }
  .product-data1 {
    width: 100%;
  }
  .product-data2 {
    width: 100%;
    padding: 10px;
  }
  .product-data .calculators {
    width: 100%;
    height: 55px;
    padding: 0 10px;
    text-align: left;
    background-color: #fff;
  }
  .product-data .calculators a {
    display: inline-block;
    width: calc(100% - 110px);
    position: relative;
    bottom: -9px;
  }
  .product-data .calculators-buy {
    width: 100%;
    margin: 0;
    height: 36px;
    font-size: 14px;
  }
  .product-title-favorite {
    position: absolute;
    right: 18px;
    bottom: 10px;
    /* width: 45px; */
    height: 35px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }
  .product-title-favorite::after {
    content: '收藏';
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
  }
  .product-title-favorite .layui-icon {
    font-size: 24px;
  }
  .product-data1-box .data1-data,
  .product-data1-box .data2-data,
  .product-data2-box .data1-data,
  .product-data2-box .data2-data {
    font-size: 24px;
    margin-top: 10px;
  }

  .product-data1-box .data1,
  .product-data1-box .data2,
  .product-data2-box .data1,
  .product-data2-box .data2 {
    width: 50%;
  }

  .xsjg-box .table .table-layout {
    padding: 5px;
  }
  .xsjg-box .table .table-layout li {
    padding: 0 5px;
    height: auto;
    width: 32% !important;
    min-width: unset;
    word-break: break-all;
  }
  .xsjg-box .table .table-layout li p {
    word-break: break-all;
  }

  .cpgg,
  .xsjg-box,
  .cpgk-box-right,
  .cpgk-box-left,
  .jzbx-main,
  .rgfl-box,
  .jjjl,
  .flwj {
    padding: 20px 10px;
  }
  .jjjl-main-products {
    justify-content: center;
  }
}
