@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 893078 */
  src: url("http://at.alicdn.com/t/font_893078_vl1401yhrll.eot");
  src: url("http:http://at.alicdn.com/t/font_893078_vl1401yhrll.eot?#iefix") format("embedded-opentype"), url("http:http://at.alicdn.com/t/font_893078_vl1401yhrll.woff2") format("woff2"), url("http://at.alicdn.com/t/font_893078_vl1401yhrll.woff") format("woff"), url("http://at.alicdn.com/t/font_893078_vl1401yhrll.ttf") format("truetype"), url("http://at.alicdn.com/t/font_893078_vl1401yhrll.svg#iconfont") format("svg");
}

/* 平板-横 */
/* 平板-竖 */
/* 移动端 */
/* 背景变量 */
.text_bold {
  font-weight: bold;
}

.text_gray {
  color: #999;
}

.text_red {
  color: #ff0000;
}

.text_green {
  color: #009922;
}

.purchasePrice_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 668px) {
  .purchasePrice_wrap {
    padding: 0;
  }
}

@media (max-width: 668px) {
  .n_banner_purchase {
      height: 300px;
  }
}

.purchase_banner_txt {
  display: inline-block;
  background: #ef5516;
  color: #fff;
  font-size: 24px;
  height: 100px;
  padding: 15px 30px;
  line-height: 35px;
  border-radius: 25px;
  margin: 20px 0 0;
  font-family: 'Roboto';
  font-weight: 700;
}
.purchase_banner_txt .phone03 {
  display: block; 
}
.purchase_banner_txt .iconfont {
  font-weight: normal;
  font-size: 20px;
}
@media (max-width: 1660px) {
  .purchase_banner_txt {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .purchase_banner_txt {
    font-size: 20px;
  }
}

@media (max-width: 1180px) {
  .purchase_banner_txt {
    font-size: 18px;
  }
}
@media (max-width: 668px) {
  .purchase_banner_txt {
    display: none;
  }
}
.purchase_banner_txt_mobile {
  display: none;
}
@media (max-width: 668px) {
  .purchase_banner_txt_mobile {
    display: inline-block;
    background: #ef5516;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    line-height: 30px;
    border-radius: 20px;
    margin: 20px 0 0;
    font-family: 'Roboto';
    font-weight: 700;
  }
  .purchase_banner_txt_mobile .line {
    display: flex;
  }
  .purchase_banner_txt_mobile i {
    width: 20px; flex-shrink: 0;
    font-weight: normal;
  }
  .purchase_banner_txt_mobile span {
    width: 80px; flex-shrink: 0; margin: 0 10px 0 5px;
    white-space: nowrap;
  }
  .purchase_banner_txt_mobile p {
    flex: 1; margin-bottom: 0; text-align: left;
  }
  .purchase_banner_txt_mobile a {
    color: #fff; white-space: nowrap;
  }
}


.purchase_banner_txt br {
  display: none;
}


.purchase_banner_txt em {
  font-style: normal;
}

@media (max-width: 668px) {
  .purchase_banner_txt em {
    display: none;
  }
}

.purchase_banner_txt a {
  color: #fff;
}

.purchasePrice_index {
  /* 趋势图首页 */
  margin-top: 50px;
}

@media (max-width: 968px) {
  .purchasePrice_index {
    margin-top: 20px;
  }
}

@media (max-width: 668px) {
  .purchasePrice_index {
    margin-top: 0px;
  }
}

.purchasePrice_col {
  /* 平台列表 */
  margin-bottom: 50px;
}

@media (max-width: 668px) {
  .purchasePrice_col {
    margin-bottom: 30px;
  }
}

.purchasePrice_col .hd_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ef5516;
}

.purchasePrice_col .hd_mobile p {
  margin-left: 10px;
}

.purchasePrice_col .hd {
  /* 头部的 蓝底色的 分类栏 */
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background-color: #0067e6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 668px) {
  .purchasePrice_col .hd {
    height: 30px;
    padding: 0 10px;
  }
}

.purchasePrice_col .hd .title {
  /* 分类名称 */
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (max-width: 668px) {
  .purchasePrice_col .hd .title {
    height: 30px;
  }
}

.purchasePrice_col .hd .title span {
  display: inline-block;
  white-space: nowrap;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ef5516), to(#ffa400));
  background-image: linear-gradient(to top, #ef5516, #ffa400);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width: 668px) {
  .purchasePrice_col .hd .title span {
    height: 40px; padding: 4px 10px;
    line-height: 16px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    font-size: 13px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .purchasePrice_col .hd .title span i {
    font-style: normal;
  }
}

.purchasePrice_col .hd p {
  /* 单位及广告语 */
  margin-bottom: 0;
  margin-left: 40px;
}

@media (max-width: 968px) {
  .purchasePrice_col .hd p {
    margin-left: 5px;
    font-size: 12px;
  }
}

.purchasePrice_col .hd a.more {
  /* 右侧更多的链接 */
  margin-left: auto;
  height: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 668px) {
  .purchasePrice_col .hd a.more {
    font-size: 12px;
  }
}

.purchasePrice_col .hd a.more span {
  margin-right: 5px;
}

.purchasePrice_col .hd .choose_date {
  /* 历史价格 右侧选择日期 */
  margin-left: auto;
  color: #333;
}

.purchasePrice_col .hd .choose_date span {
  color: #fff;
}

.purchasePrice_col .hd .choose_date input {
  width: 100px;
  text-align: center;
}

.purchasePrice_col .bd {
  /* 表格外层 */
}

.purchasePrice_col .bd .table thead {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dde3e8), to(#ebf0f5));
  background-image: linear-gradient(to top, #dde3e8, #ebf0f5);
}

.purchasePrice_col .bd .table thead tr th {
  /* 表头 */
  width: 14.28%;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  color: #333;
}

@media (max-width: 668px) {
  .purchasePrice_col .bd .table thead tr th {
    padding: 10px 5px;
    font-size: 14px;
  }
}

.purchasePrice_col .bd .table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
}

@media (max-width: 668px) {
  .purchasePrice_col .bd .table tbody tr td {
    padding: 10px 5px;
    font-size: 12px;
  }
}

.purchasePrice_col .bd .table tbody tr td a.link_icon {
  /* 走势图和历史价格的按钮 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.purchasePrice_col .bd .table tbody tr td a.link_icon:hover {
  color: #ef5516;
}

.purchasePrice_with_sidebar {
  /* 有侧边栏的内页 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 968px) {
  .purchasePrice_with_sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.purchasePrice_sidebar {
  /* 侧边栏 */
  width: 220px;
}

@media (max-width: 968px) {
  .purchasePrice_sidebar {
    display: none;
  }
}

.purchasePrice_sidebar .newprice {
  /* 左上最新价格 */
  width: 100%;
  height: 80px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/home/image/sidebar_newprice.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.purchasePrice_sidebar .newprice i.iconfont {
  font-size: 30px;
}

.purchasePrice_sidebar .newprice span {
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
}

.purchasePrice_sidebar .list {
  /* 左侧分类列表 */
  margin-top: 10px;
}

.purchasePrice_sidebar .list dt {
  padding: 15px 20px;
  background-color: #009de6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

.purchasePrice_sidebar .list dt b {
  font-size: 16px;
}

.purchasePrice_sidebar .list dt i.iconfont {
  margin-left: auto;
  font-size: 16px;
}

.purchasePrice_sidebar .list dd {
  padding: 20px 10px;
  background-color: #f5f5f5;
}

.purchasePrice_sidebar .list dd ul {
  margin: 0;
  padding: 0;
}

.purchasePrice_sidebar .list dd ul li {
  display: block;
  margin-bottom: 10px;
}

.purchasePrice_sidebar .list dd ul li a {
  display: block;
  padding: 0 0 0 20px;
  color: #333;
  line-height: 22px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.purchasePrice_sidebar .list dd ul li a:before {
  content: '\e638';
  font-family: 'iconfont';
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.purchasePrice_sidebar .list dd ul li a:hover {
  color: #ef5516;
}

.purchasePrice_sidebar .list dd ul li a:hover:before {
  color: #ef5516;
  left: 5px;
}

.purchasePrice_sidebar .list dd ul li a.cur {
  background-color: #ddd;
  color: #000;
  font-weight: bold;
}

.purchasePrice_sidebar .list dd ul li a.cur:before {
  color: #000;
  font-weight: normal;
}

.purchasePrice_col_inner {
  /* 有侧边栏的时候，价格表 */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

@media (max-width: 1180px) {
  .purchasePrice_col_inner {
    padding-left: 20px;
  }
}

@media (max-width: 968px) {
  .purchasePrice_col_inner {
    padding-left: 0;
  }
}

.show_mobile_side {
  /* 内页的时候 移动端增加一个按钮打开侧边栏 */
  margin-left: auto;
  margin-bottom: 10px;
}

.show_mobile_side button {
  background: #009de6;
  color: #fff;
  padding: 5px;
  border: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 668px) {
  .show_mobile_side button {
    font-size: 12px;
    border-radius: 2px;
    padding: 2px 10px;
  }
}

#warper .show_mobile_side_col {
  /* 默认关闭 移动端侧边栏 */
  width: 200px;
  height: 100%;
  padding: 10px 10px 0;
  background-color: #fff;
  position: fixed;
  left: -250px;
  right: 0;
  top: 0;
  z-index: 150001;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#warper .show_mobile_side_col > ul {
  margin: 0;
  padding: 0;
}

#warper .show_mobile_side_col > ul > li {
  /* 一级菜单 */
  display: block;
  margin-bottom: 10px;
}

#warper .show_mobile_side_col > ul > li > a {
  display: block;
  padding: 10px;
  background-color: #009de6;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#warper .show_mobile_side_col > ul > li > a:before {
  content: '\e6a4';
  font-family: 'iconfont';
  color: #fff;
  font-weight: normal;
  margin-right: 5px;
}

#warper .show_mobile_side_col > ul > li > a:after {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #0085c3;
  position: absolute;
  right: 0;
  top: 0;
}

#warper .show_mobile_side_col > ul > li > ul {
  margin: 0;
  padding: 10px;
  background-color: #f5f5f5;
}

#warper .show_mobile_side_col > ul > li > ul > li {
  display: block;
  margin-bottom: 10px;
}

#warper .show_mobile_side_col > ul > li > ul > li > a {
  display: block;
  line-height: 20px;
  color: #333;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#warper .show_mobile_side_col > ul > li > ul > li > a:before {
  content: '\e638';
  font-family: 'iconfont';
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
}

#warper.toggledMobilePrice {
  /* 打开 移动端侧边栏 */
}

#warper.toggledMobilePrice .show_mobile_side_col {
  left: 0;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
  border-color: #fff;
}

.mobile_side_overlay {
  /* 移动端侧边栏 的阴影遮罩 */
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15000;
}

.mobile_above_table {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_above_table > * {
  margin-right: 5px;
}


.purchasePrice_bottom_phone {
  padding: 0;
}

.purchasePrice_bottom_phone ul {
  margin: 0 -20px; padding: 0; list-style: none;
  display: flex; flex-wrap: wrap;
}
.purchasePrice_bottom_phone ul li {
  width: 33.33%; padding: 0 20px; margin-bottom: 40px;
}
.purchasePrice_bottom_phone ul li a {
  width: 100%;
  /* border: 1px solid #ddd; */
  color: #666;
  font-size: 20px; line-height: 1em; padding: 20px 60px;
  display: flex; align-items: center;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .purchasePrice_bottom_phone ul li a {
    font-size: 18px; padding: 20px;
  }
}
@media (max-width: 968px) {
  .purchasePrice_bottom_phone ul {
    margin: 0 -10px;
  }
  .purchasePrice_bottom_phone ul li {
    padding: 0 10px; margin-bottom: 20px;
  }
  .purchasePrice_bottom_phone ul li a {
    font-size: 14px; padding: 10px;
  }
}
@media (max-width: 668px) {
  .purchasePrice_bottom_phone {
    padding: 0 10px;
  }
  .purchasePrice_bottom_phone ul {
    flex-direction: column;
  }
  .purchasePrice_bottom_phone ul li {
    width: 100%; margin-bottom: 10px;
  }
  .purchasePrice_bottom_phone ul li a {
    padding: 10px; font-size: 16px;
  }
}
.purchasePrice_bottom_phone ul li a i.iconfont {
  font-size: 20px; margin-right: 10px;
}
.purchasePrice_bottom_phone ul li a:hover {
  color: #ef5516;
  /* background-color: #ef5516; border-color: #ef5516; color: #fff; */
}
/*# sourceMappingURL=purchasePrice.css.map */