@charset "gbk";
[v-cloak] {
  display: none;
}
.tootip_table {
  padding: 0 20px;
  font-size: 12px;
  color: #444;
  line-height: 18px;
}
.tootip_table dl,
.tootip_table p {
  padding: 5px 0;
}
table.tootip_table td {
  padding: 5px;
}
.tootip_table dt,
.tootip_table dd {
  float: left;
}
.tootip_table dd {
  padding-left: 20px;
}
.tootip_table .title {
  color: #528fcc;
  font-size: 16px;
  font-weight: 700;
}
.tootip_table .time {
  color: #666;
}
.echarts-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* height: 290px; */
  overflow: hidden;
  margin-bottom: 10px;
}
.echarts-wrap .charts {
  width: 100%;
  height: 500px;
}
.echarts-wrap .range-label {
  margin-top: 10px;
}
.echarts-wrap .range-label span {
  float: left;
  width: 40px;
  line-height: 26px;
  color: #000;
  text-align: center;
}
.echarts-tooltip {
  z-index: 10;
}

/**/
.flex-con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 12px 10px 12px;
  box-sizing: border-box;
}

.flex-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.price-left {
  width: 200px;
}
.price-right {
  width: 100%;
  margin-top: 10px;
}
.price-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.title-bg {
  height: 38px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #e9e9e9 solid 1px;
}
.title-text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 12px;
  color: #2b74af;
  font-size: 16px;
}

.title-nav {
  font-size: 14px;
  color: #787878;
  padding-right: 4px;
}
.title-nav-item {
  margin: 0 8px;
  cursor: pointer;
}
.nav-cur {
  color: #cda949;
}

.price-infor {
  border-top: #f0f0f0 solid 1px;
  font-size: 12px;
  color: #787878;
  padding: 12px 0;
  margin: 20px 10px;
}
.range-label {
  padding-right: 10px;
}

/**/
.hs-mark {
  padding: 0 12px 20px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.side-nav {
  background: #f8f8f8;
  width: 220px;
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.mark-main {
  width: 740px;
  background: #fff;
  z-index: 2;
  position: relative;
  min-height: 412px;
}
.side-nav-item {
  font-size: 20px;
  color: #484848;
  line-height: 28px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  cursor: pointer;
}
.icon-side-nav {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 24px;
}
.side-cur {
  padding-left: 25px;
  background: #fff;
  border-left: #cda949 5px solid;
  color: #cda949;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

/**/
.exchange-box {
  width: 48%;
  height: 240px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 100%
  );
  border-radius: 5px;
  border: 1px solid rgba(248, 248, 248, 1);
  margin: 10px 0;
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between; */
  padding: 5px 0;
  /* flex-direction: column; */
  box-sizing: border-box;
}
.ex-box-left,
.ex-box-right {
  width: 100%;
  text-align: center;
}
.ex-box-title {
  font-size: 16px;
  color: #484848;
}
.ex-box-con {
  font-size: 28px;
  line-height: 40px;
  margin-top: 20px;
}
.ex-box-echarts {
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
}
.ex-boc-updown,
.sto-boc-updown {
  width: 100%;
  clear: both;
  height: 20px;
  padding: 0 25px;
  margin-top: 10px;
  box-sizing: border-box;
}
.ui-endDate,
.ui-startDate {
  font-size: 10px;
  margin: 0 5px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.up .ex-box-con,
.up .ex-boc-updown,
.up .com-box-num,
.up .com-boc-updown,
.up .sto-boc-updown,
.up .sto-box-num,
.up .hs-mark-box-num,
.up .text-36,
.up .text-14,
.up.p-l-h-con-num {
  color: #dd2200;
}
.down .ex-box-con,
.down .ex-boc-updown,
.down .com-box-num,
.down .com-boc-updown,
.down .sto-boc-updown,
.down .sto-box-num,
.down .hs-mark-box-num,
.down .text-36,
.down .text-14,
.down.p-l-h-con-num {
  color: #009933;
}

.commodity-box {
  width: 48%;
  height: 240px;
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 5px;
  border: 1px solid rgba(240, 240, 240, 1);
  margin: 10px 0;
  text-align: center;
  position: relative;
}
.commodity-box:first-child {
  /* margin-left: 18px; */
}
.ui-echart-times {
  font-size: 10px;
  position: absolute;
  bottom: 4px;
  left: 29px;
  color: #262626;
}
.ui-echart-timee {
  font-size: 10px;
  position: absolute;
  bottom: 4px;
  right: 5px;
  color: #262626;
}
.com-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #787878;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 24px 0 12px 0;
}
.com-box-num {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}
.com-boc-updown {
  height: 20px;
  padding: 0 20px;
  margin-bottom: 15px;
}
.com-box-echarts {
  width: 100%;
  height: 92px;
}

/**/
.fixed-box {
  width: 100%;
  box-sizing: border-box;
  height: 280px;
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 5px;
  border: 1px solid rgba(240, 240, 240, 1);
  margin: 10px 0;
  text-align: center;
}
.fixed-box {
  color: #787878;
  padding: 15px 15px 0 15px;
}
.fix-box-title {
  font-size: 16px;
}

/**/
.price-con {
  width: 100%;
  overflow: hidden;
  /* overflow-x: scroll;
  -webkit-overflow-scrolling: touch; */
}
.tab-main.flex-con {
  /* padding-left: 18px; */
  /* width: 130%; */
  /* display: flex;
  justify-content: space-between; */
}
.stock-box {
  width: 48%;
  height: 150px;
  margin: 0;
  background-color: #fff;
  /* text-align: center; */
  box-sizing: border-box;
  /* border: 1px solid rgba(248, 248, 248, 1); */
  margin: 10px 0;
}
.stock-box .title {
  /* margin-bottom: 0 0 20px 0 !important; */
}
.stock-box .index-div {
  flex-direction: column;
  width: 100% !important;
  max-height: 230px !important;
  height: 230px;
  display: block !important;
}
.stock-box .index-div .left {
  float: none !important;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f8f8f8;
}
.stock-box .index-div .left .name {
  width: 100% !important;
  min-height: 40px;
  display: flex;
  align-items: left;
  justify-content: space-around;
  flex-direction: column;
  padding: 0 5px;
  box-sizing: border-box;
}
.stock-box .index-div .right {
  float: none !important;
  height: 85px;
  width: 100%;
}
.sto-box-top {
  background: #f8f8f8;
  text-align: center;
  padding: 16px 0 12px 0;
}
.sto-box-title {
  color: #484848;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.sto-box-infor {
  font-size: 12px;
  color: #787878;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 10px;
}
.sto-box-num {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}
.sto-box-echarts {
  width: 100%;
  height: 75px;
}
.sto-box-echarts div {
  height: 100% !important;
  width: 100% !important;
}
.sto-boc-updown {
  padding: 0 2%;
  width: 96%;
}

.commodity-tab {
  /* width: 100%; */
}
.tab-item-c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fix-box-echarts {
  height: 200px;
}

/**/
.flex-warp {
  flex-wrap: wrap;
}
.hs-mark-box {
  width: 48%;
  height: 180px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin: 10px 0;
  text-align: center;
  position: relative;
}
.hs-mark-box-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(72, 72, 72, 1);
  line-height: 22px;
  letter-spacing: 1px;
  margin: 19px 0 9px 0;
}
.hs-mark-box-num {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}
.hs-mark-bot {
  background: rgba(248, 248, 248, 1);
  height: 72px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hs-mark-box-cop {
  font-size: 13px;
  font-weight: 400;
  color: rgba(120, 120, 120, 1);
  line-height: 18px;
  margin: 13px 0 9px 0;
}

/**/
.price-list .ui-crumb-path {
  margin-bottom: 10px;
}
.price-list .m-zxlist {
  margin: 10px auto 30px auto;
}
.cl {
  clear: both;
}
.price-main {
  background: #fff;
  border-radius: 5px;
}
.ui-zxlist-l {
  width: 920px;
}
.ui-zxlist-r {
  width: 260px;
}
.echarts-div {
  height: 498px;
  padding: 10px 20px;
}
.echarts-div-r {
  width: 100%;
  height: 412px;
  background: #fff;
  margin-bottom: 20px;
}
.price-list-head {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 12px;
}
.p-l-h-top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-l-h-top-left,
.p-l-h-con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-l-h-top-name,
.text-36 {
  font-size: 36px;
}
.icon-num-arrow,
.icon-gz {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.text-14 {
  font-size: 14px;
  margin-right: 10px;
}
.bth-edit {
  border: #2b74af solid 1px;
  border-radius: 5px;
  background-color: #fff;
  color: #2b74af;
  padding: 2px 12px;
  cursor: pointer;
  margin-left: 70px;
}
.bth-gz {
  background: #cda949;
  border-radius: 12px;
  color: #fff;
  padding: 2px 12px;
}
a.bth-gz:hover {
  color: #fff !important;
}

.p-l-h-con {
  flex-wrap: wrap;
  margin-top: 20px;
}
.p-l-h-con li {
  width: 14%;
  color: #484848;
  margin-bottom: 5px;
}
.p-l-h-bot {
  text-align: center;
  font-size: 14px;
  color: #cda949;
  margin-top: 13px;
}

.ui-tab {
  border-bottom: #e7e7e7 solid 1px;
  margin: 0 20px;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
}
.tab-ui-item {
  line-height: 24px;
  display: inline-block;
  padding: 11px 22px;
}
.ui-zxlist-wrap {
  margin: 0 20px;
}
.tab-ui-cur {
  color: #2b74af;
  border-bottom: #cda949 solid 3px;
  padding-bottom: 8px;
}
.zxlist-img-r {
  width: 580px;
}
