@charset "gbk";
.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: 1000px;
  margin: 0 auto;
}
.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: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  align-items: start;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-main {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  justify-content: justify;
  -ms-flex-pack: justify;
}
.price-left {
  width: 200px;
}
.price-right {
  width: 1000px;
}
.echarts-wrap,
.price-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
}
.title-bg {
  height: 61px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  border-bottom: #f0f0f0 dashed 1px;
}
.title-text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 61px;
  line-height: 61px;
  padding: 0 0 0 20px;
  color: #2b74af;
  font-size: 18px;
}
.bg-a .title-text {
  background-image: url(../../image/price/bg-title-a.png);
  width: 533px;
}
.bg-b .title-text {
  background-image: url(../../image/price/bg-title-b.png);
  width: 251px;
}
.bg-c .title-text {
  background-image: url(../../image/price/bg-title-c.png);
  width: 241px;
}
.bg-d .title-text {
  background-image: url(../../image/price/bg-title-d.png);
  width: 457px;
}
.bg-e .title-text {
  background-image: url(../../image/price/bg-title-e.png);
  width: 210px;
}
.title-nav {
  font-size: 14px;
  color: #787878;
}
.title-nav-item {
  margin: 0 20px;
  cursor: pointer;
}
.nav-cur {
  font-weight: bold;
  color: #262626;
}

.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 20px 20px 20px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.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: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: 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;
}
.nav-a {
  background-image: url(../../image/price/icon-nav-a-off.png);
}
.nav-b {
  background-image: url(../../image/price/icon-nav-b-off.png);
}
.nav-c {
  background-image: url(../../image/price/icon-nav-c-off.png);
}
.side-cur .nav-a {
  background-image: url(../../image/price/icon-nav-a-on.png);
}
.side-cur .nav-b {
  background-image: url(../../image/price/icon-nav-b-on.png);
}
.side-cur .nav-c {
  background-image: url(../../image/price/icon-nav-c-on.png);
}
.side-cur {
  padding-left: 25px;
  background: #fff;
  border-left: #cda949 5px solid;
  color: #cda949;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

/**/
.exchange-box {
  position: relative;
  width: 176px;
  height: 239px;
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(248, 248, 248, 1))
  );
  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: 0 10px 15px 12px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
}
.ui-dialog {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 239px;
  cursor: pointer;
}
.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: 5px;
}
.ex-box-echarts {
  width: 100%;
  height: 110px;
  margin-top: 10px;
}
.ex-boc-updown {
  width: 126px;
  padding: 0 25px;
  margin-top: 10px;
  clear: both;
  height: 20px;
}
.sto-boc-updown {
  width: 100%;
  clear: both;
  height: 20px;
}
.ui-ex-echarts-time {
  padding: 0 10px;
}
.ui-endDate,
.ui-startDate {
  font-size: 10px;
}
.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 {
  position: relative;
  width: 178px;
  height: 250px;
  background: -o-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(248, 248, 248, 1)),
    to(rgba(255, 255, 255, 1))
  );
  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: 0 8px 15px 8px;
  text-align: center;
}
.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;
}
.ui-commodiyu-handel {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 242px;
  z-index: 2;
  cursor: pointer;
}
.commodity-box:first-child {
  margin-left: 18px;
}
.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: 178px;
  height: 100px;
}

/**/
.fixed-box {
  position: relative;
  width: 270px;
  height: 280px;
  background: -o-linear-gradient(
    top,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(248, 248, 248, 1)),
    to(rgba(255, 255, 255, 1))
  );
  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: 0 15px 15px 15px;
  text-align: center;
}
.fixed-box {
  color: #787878;
  padding: 15px 15px 0 15px;
}
.ui-gs-dialog {
  width: 270px;
  height: 280px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.fix-box-title {
  font-size: 16px;
  margin-bottom: 5px;
}

/**/
.tab-main.flex-con {
  padding-left: 18px;
}
.stock-box {
  /* width: 156px; */
  width: 235px;
  /* height: 240px; */
  height: 150px;
  margin: 0 5px 0 0;
  background-color: #fff;
}
.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: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.fix-box-echarts {
  width: 270px;
  height: 250px;
}

/**/
.flex-warp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-mark-box {
  width: 176px;
  height: 180px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  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;
}

/**/
.menu {
  width: 190px;
  background: #fff;
  clear: both;
  padding-bottom: 1px;
  visibility: hidden;
}
.menu-title {
  height: 60px;
  background: -o-linear-gradient(
    top,
    rgba(232, 212, 128, 1) 0%,
    rgba(205, 169, 73, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(232, 212, 128, 1)),
    to(rgba(205, 169, 73, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(232, 212, 128, 1) 0%,
    rgba(205, 169, 73, 1) 100%
  );
  text-align: center;
  line-height: 60px;
}
.menu-title a {
  font-size: 24px;
  color: #fff;
}
.menu-title a:hover {
  color: #fff !important;
}
.menu-list li {
  margin: 15px 0;
  position: relative;
}
.meun-first {
  padding: 0 15px 0 15px;
  height: 26px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 18px;
  color: rgba(38, 38, 38, 1);
  line-height: 26px;
}
.icon-menu {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.menu-f-left {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.icon-m-a {
  background-image: url(../../image/price/icon-menu-a.png);
}
.icon-m-b {
  background-image: url(../../image/price/icon-menu-b.png);
}
.icon-m-c {
  background-image: url(../../image/price/icon-menu-c.png);
}
.icon-m-d {
  background-image: url(../../image/price/icon-menu-d.png);
}
.icon-m-e {
  background-image: url(../../image/price/icon-menu-e.png);
}
.icon-m-f {
  background-image: url(../../image/price/icon-menu-f.png);
}
.icon-m-g {
  background-image: url(../../image/price/icon-menu-g.png);
}
.menu-f-arrow {
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(../../image/price/icon-menu-down.png) no-repeat center/100%;
}
.menu-f-open {
  display: inline-block;
  width: 12px;
  height: 12px !important;
  background: url(../../image/price/icon-menu-close.png) no-repeat center/100% !important;
}
.menu-second {
  padding: 5px 10px 0 27px;
  font-size: 14px;
}
.menu-second dd {
  padding: 5px 0;
  cursor: pointer;
  position: relative;
}
/* .menu-second dd:hover {
  color: #cda949;
} */
.menu-second a {
  display: inline-block;
  width: 155px;
  color: #484848;
}
.gupiao-menu-third-hushen {
  background-color: #ffffff;
  width: 360px;
  height: 150px;
  position: absolute;
  left: 179px;
  top: 10px;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.gupiao-menu-third-ganggu {
  background-color: #ffffff;
  width: 240px;
  height: 150px;
  position: absolute;
  left: 179px;
  top: 50px;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.zhaiquan-menu-third {
  background-color: #ffffff;
  width: 150px;
  height: 90px;
  position: absolute;
  left: 179px;
  top: 10px;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.qihuo-menu-third {
  background-color: #ffffff;
  width: 360px;
  height: 150px;
  position: absolute;
  left: 179px;
  top: 10px;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.qihuo-menu-third0 {
  width: 360px;
  height: 150px;
  left: 179px;
  top: 10px;
}
.qihuo-menu-third1 {
  width: 457px;
  height: 150px;
  left: 179px;
  top: 30px;
}
.qihuo-menu-third2 {
  width: 360px;
  height: 150px;
  left: 179px;
  top: 60px;
}
.qihuo-menu-third3 {
  width: 150px;
  height: 30px;
  left: 179px;
  top: 110px;
}
.qihuo-menu-third4 {
  width: 500px;
  height: 150px;
  left: 179px;
  top: 110px;
}
.qihuo-menu-third5 {
  width: 720px;
  height: 150px;
  left: 179px;
  top: 130px;
}
.qihuo-menu-third6 {
  width: 240px;
  height: 150px;
  left: 179px;
  top: 170px;
}
.qihuo-menu-third7 {
  width: 360px;
  height: 150px;
  left: 179px;
  top: 170px;
}
.qihuo-menu-third8 {
  width: 1000px;
  height: 180px;
  left: 179px;
  top: 150px;
}
.menu-third-item {
  width: 134px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #484848;
  cursor: pointer;
  overflow: hidden;
}
.menu-third-item.active {
  font-weight: 700;
}
.active .icon-menu-point {
  visibility: visible;
}
.menu-third-item:hover {
  color: #cda949;
}
.icon-menu-point {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #cda949;
  /* vertical-align: middle; */
  margin-right: 5px;
  margin-bottom: 2px;
  visibility: hidden;
}
/* .dd-cur .menu-right-arrow {
  border: solid #cda949 !important;
  border-width: 0 1px 1px 0;
} */
.menu-right-arrow {
  border: solid #c0c4cc;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 11px;
}
.menu-right-arrow.act {
  border: solid #cda949;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 11px;
}
.dd-cur a {
  color: #262626;
  font-weight: 700;
}
.dd-cur .icon-menu-point {
  visibility: visible;
}

/**/
.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;
}
.ui-sdxx {
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 5px;
  border: 1px solid rgba(43, 116, 175, 0.5);
  font-size: 14px;
  padding: 2px 5px;
  color: #2b74af;
}
.echarts-div-r {
  width: 100%;
  /* height: 412px; */
  background: #fff;
  margin-bottom: 20px;
}
.echarts-div-r .echarts-div-r-title {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  color: #2b74af;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
}
.echarts-div-r .echarts-div-r-content {
  width: 100%;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price-list-head {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 12px;
}
.p-l-h-top {
  height: 50px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.p-l-h-top-left,
.p-l-h-con {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: 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;
}
.icon-gz {
  width: 10px;
  height: 10px;
  background-image: url(../../image/icon-add.png);
  margin: 0 5px 0 0;
}
.p-l-h-con {
  -ms-flex-wrap: wrap;
  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;
}
.up .icon-num-arrow {
  background-image: url(../../image/icon-up.png);
}
.down .icon-num-arrow {
  background-image: url(../../image/icon-down.png);
}
.ui-tab {
  position: relative;
  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;
}
.main {
  width: 1200px;
  margin: 0px auto 0;
  overflow: hidden;
}
.price-right-container {
  position: relative;
}
.up-main {
  position: relative;
  height: 40px;
  width: 1200px;
  margin: 0px auto 0;
}
.pagesize {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 12px;
  color: #484848;
}
.pagesize .size {
  margin-left: 10px;
  cursor: pointer;
  font-weight: 700;
}
.pagesize .size.select {
  color: #2b74af;
}
.pagesize .size:hover {
  color: #2b74af;
}
.component-margin {
  margin-top: 30px;
  background-color: #fff;
}
.component-margin-first {
  margin-top: 0;
  background-color: #fff;
}

.transDetail-div,
.handicapPrice-box,
.box {
  border: none !important;
}
/* 样式覆盖恒生组件 S */

.el-table th.gutter {
  display: table-cell !important;
}
.table .blue {
  color: #2b74af !important;
  font-weight: 700 !important;
}
.table td,
.table th {
  height: 40px !important;
}
.handicapPrice-box .top {
  border-bottom: 1px solid #f0f0f0 !important;
}
.handicapPrice-box .middle li:nth-child(5n) {
  border-bottom: 1px solid #f0f0f0 !important;
}
/* 样式覆盖恒生组件 E */
#app {
  height: auto !important;
}
.price-main {
  margin-bottom: 20px;
}

.main-crumbs {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}
.ui-zxlist-wrap p {
  margin-bottom: 30px;
  overflow: hidden;
}
.ui-announ-time {
  padding-right: 30px;
  font-size: 18px;
  color: #cda949;
  line-height: 25px;
}
.ui-announ-title {
  font-size: 16px;
  color: #262626;
  line-height: 25px;
  display: block;
  float: right;
  width: 745px;
}
.ui-price-main {
  padding: 20px;
}

.quote-graph-base-btn,
.full-screen-btn,
.quote-graph-kline-right,
.quote-graph-enlarge-btn,
.quote-graph-narrow-btn,
.quote-graph-kline-electric {
  margin-left: 2.28rem !important;
  height: auto !important;
  background: none !important;
}

.px-change-info > li:first-child {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.px-change-info > li > span {
  padding: 0 5px;
  border-radius: 3px;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.px-change-info {
  margin-right: 15px;
  width: 123px;
}

.tab-div .tab-div-map {
  margin-left: 0 !important;
}
