body .bsBox {
  width: 232px !important;
  height: 257px !important;
  text-align: center;
  background: #fff !important;
  border: solid 1px #d8d8d8;
}
body .bsTop {
  background: #fff;
  border: none;
}
body .bshare-custom a:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.fixModel.bshare-custom {
  width: 50px;
  height: 100px;
  position: fixed;
  right: 2%;
  bottom: 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fixModel.bshare-custom a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #999;
}
.fixModel.bshare-custom div:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.bshare-custom a.bshare-weixin {
  background: #fff url("../images/wechat.png") no-repeat center;
  background-size: contain;
}
.bshare-custom a.bshare-sinaminiblog {
  background: #fff url("../images/sina.png") no-repeat center;
  background-size: contain;
}
body {
  padding-top: 0 !important;
}
.banner {
  min-height: 400px;
  position: relative;
  background: url("../images/banner.png?v=1") no-repeat center top;
}
.banner img {
  width: 100%;
  vertical-align: bottom;
}
.banner .banner_tip {
  font-size: 30px;
  color: #595554;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .banner_tip .svgIcon {
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
}
.container {
  padding-top: 0.5px;
  background: #F8F9FA;
}
.container .wrapped {
  position: relative;
}
.container .wrapped > .container_tab, .container .wrapped > .container_panel {
  min-height: 100vh;
  position: relative;
}
.container_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 40px auto 0;
  position: relative;
}
.container_select > .select_content {
  min-width: 583.9px;
  min-height: 36px;
}
.container_select .select_content label:not(:last-child) {
  margin-right: 20px;
}
.container_select .select_content > ul > li {
  display: none;
}
.container_select .select_content > ul > li.active {
  display: block;
}
.container_select .select_content label .am-selected {
  height: 35px;
}
.container_select .select_content label .am-btn-default {
  color: inherit;
  background: #f0f0f0;
}
.container_select .select_action .svgIcon {
  fill: #929292;
  vertical-align: -.22em;
}
.container_select .select_content {
  min-width: 394px;
}
.container_select .select_checkbox {
  margin-left: 30px;
  position: relative;
}
.container_tab--wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: 30px auto;
}
.container_tab--wrapper ul::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.container_tab--wrapper ul li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  cursor: pointer;
}
.container_tab--wrapper ul li:not(:last-child) {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}
.container_tab--wrapper ul li.active {
  color: #B19761;
  font-weight: bold;
}
.container_tab > ul {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container_tab > ul li {
  min-width: 121px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.container_tab > ul li .svgIcon {
  fill: #929292;
}
.container_tab > ul li .img--wrapper {
  display: inline-flex;
  vertical-align: -0.18em;
  width: 1.2em;
  height: 1.2em;
}
.container_tab > ul li.active .svgIcon {
  fill: #DCC38F;
}
.container_panel {
  padding-bottom: 30px;
  position: relative;
}
.container_panel > ul > li {
  display: none;
}
.container_panel > ul > li.active {
  display: block;
}
.am-table {
  border-collapse: collapse;
  position: relative;
}
.container_panel .svg--wrapper {
  position: absolute;
  width: 100%;
  top: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  font-size: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container_panel .svgIcon.loading {
  -webkit-animation: rotating infinite 1s linear;
  animation: rotating infinite 1s linear;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#table_tbody { /*min-height: 1200px;*/
}
.am-table > tbody > tr > td:nth-child(2) {
  width: 270px;
}
.am-table > tbody > tr > td:nth-child(4) {
  width: 276px;
}
.container_panel .svg--wrapper {
  top: 50%
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
  border: none;
  text-align: center;
}
.am-table > tbody > tr {
  font-size: 18px;
  color: #222222;
  height: 120px;
}
.am-table > tbody > tr > td {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  padding: 0;
}
.am-table.table--article > tbody > tr > td {
  font-size: 22px;
  line-height: 72px;
  padding: 71px 0 0;
}
.am-table > tbody > tr > td:first-child {
  width: 50px;
}
.am-table > tbody > tr:first-child > td:last-child .td_wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 16px;
  color: #BFBFBF;
  line-height: 1;
}
.model-wrapper {
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.am-table .model-wrapper .img--wrapper {
  width: 120px;
  height: 81px;
  background: #F8F9FA;
  margin-right: 10px;
}
.am-table .model-wrapper .model-info {
  width: 150px;
  text-align: left;
}
.am-table .model-wrapper .model-info > div:not(:first-child) {
  margin-top: 4px;
}
.am-table .model-wrapper .model-info .info-name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #2F2F2F;
  line-height: 25px;
}
.am-table .model-wrapper .model-info .info-model {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 22px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-table .model-wrapper .info-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.model-price {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FF0000;
  line-height: 28px;
}
.model-price span {
  font-size: 20px;
}
.model-endurance {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 25px;
  padding-left: 18px;
  position: relative;
}
.model-endurance:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #747474;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
.model-endurance span {
  display: inline-block;
  vertical-align: bottom;
  max-width: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.model-data {
  display: inline-flex;
}
.model-data ul {
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.model-data > ul > li:not(:first-child) {
  padding-left: 26px;
  position: relative;
}
.model-data > ul > li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.model-data .data-type {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #272727;
  line-height: 20px;
}
.model-data .data-info {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 25px;
  margin-top: 4px;
}
.status-list {
  height: 142px;
  display: flex;
  align-items: center;
}
.status-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.status-list ul li {
  width: 63px;
  height: 26px;
  background: #F0F0F0;
  border-radius: 2px;
}
.status-list ul li:not(:nth-child(4n+4)) {
  margin-right: 8px;
}
.status-list ul li:nth-child(1n+5) {
  margin-top: 4px;
}
.status-list ul li:last-child {
  cursor: pointer;
}
.am-table td .img--wrapper img {
  width: 100%;
  min-height: 100%;
}
.am-table td .td_name {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}
.am-table td .td_wrapper {
  font-size: 16px;
  color: #000;
}
.am-table td .td_wrapper.td_order {
  height: 142px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-table.table--article td .td_wrapper.td_order {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-table td .td_wrapper.td_order .img--wrapper {
  width: 40px;
}
.am-table td .td_wrapper.td_order .img--wrapper img {
  max-width: 100%;
}
.am-table td .td_wrapper.td_order .order--wrapper {
  min-width: 28px;
  height: 28px;
  font-size: 20px;
  color: #fff;
  background: #9C9C9C;
  border-radius: 4px;
  line-height: 28px;
}
.am-table td .td_wrapper.td_container {
  min-width: 230px;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container_panel .container_more {
  font-size: 16px;
  color: #9C9C9C;
  text-align: center;
  padding: 10px 0;
  margin: 30px auto;
  cursor: pointer;
}
/* 分页 */
.paginate {
  margin: 50px auto;
  text-align: center;
}
.paginate a, .paginate span {
  text-decoration: none;
  display: inline-block;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  color: #3A6BFB;
  border: 1px solid #E2E5FF;
}
.paginate li {
  display: inline-block;
}
.paginate .current {
  background: #F0F0F0;
  border: 1px solid rgba(178, 178, 178, 0.19);
}
.paginate a:hover, .paginate a.on {
}
.paginate a.unclick, .paginate a.unclick:hover {
  background: none;
  border: 1px solid #eee;
  color: #999;
  cursor: default;
}
.panel--null {
  display: none;
  background: #fff;
  text-align: center;
  padding: 40px 0;
}
.model_container {
  height: 400px;
  padding: 15px;
  text-align: left;
  overflow: auto;
}
.model_container p {
  line-height: 1.42857;
}
.model_container img {
  max-width: 100%;
}