#collapse-head {
  display: none;
  float: left;
  color: #fff;
  width: 100%;
  overflow-x: visible;
  padding: 15px 0;
  clear: both;
}
#collapse-head.am-in {
  display: block;
}
.am-topbar {
  border: none;
  background: #333;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 9999;
  max-width: 412px;
  margin: 0 auto;
}
.am-with-topbar-fixed-top {
  padding-top: 50px;
}
.am-topbar-brand {
  padding: 0;
  float: left;
  line-height: 100px;
}
.am-btn.am-topbar-toggle:focus {
  outline: none;
}
.am-topbar-nav {
  float: right;
}
.nav_ul > li {
  position: relative;
  display: block;
}
.nav_ul > li > a {
  display: block;
  font-size: 14px;
  padding: .4em 0;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.nav_ul > li.active a {
  background: transparent;
  color: #f60;
}
#collapse-head ul {
  display: block;
  height: auto;
  float: none;
}
.am-topbar-brand {
  line-height: 50px;
  margin-left: 10px;
}
.am-topbar-brand img {
  height: 26px;
}
.am-topbar-nav > li > a {
  font-size: 15px;
  padding: .4em 1em;
  line-height: 1.6;
  text-align: center;
}
.am-btn.am-topbar-toggle {
  background: #000;
  color: #fff;
  margin-top: 6px;
}
main nav {
  position: relative;
  border-bottom: 1px solid #F2F6F9;
  background: #fff;
}
.nav-cont {
  position: relative;
  height: 4.4rem;
}
.nav-wrap {
  width: 100%;
  height: 4.4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header_location {
  width: 114px;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  text-align: right;
  position: absolute;
  top: 0;
  right: 15px;
}
.header_location .svgIcon {
  vertical-align: middle;
  fill: #f60;
}
.header_location span {
  display: inline-block;
  min-width: 2em;
  max-width: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
}
.banner {
  min-height: 180px;
  position: relative;
}
.banner .banner_tip {
  font-size: 10px;
  color: #766B57;
  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;
}
#scroller {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 2400px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#scroller ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#scroller li {
  padding: 1rem 0;
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 2.4rem;
}
#scroller li a {
  display: block;
  padding: 0 1rem;
  margin: 0 auto;
  text-decoration: none;
  text-shadow: none;
  border-radius: 1.2rem;
  color: #616161;
  white-space: nowrap;
}
#scroller li.active a {
  font-weight: bold;
  color: #222;
}
.container_tab--wrapper {
  overflow-x: auto;
}
.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: 20px 15px;
  white-space: nowrap;
}
.container_tab--wrapper ul li {
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  cursor: pointer;
}
.container_tab--wrapper ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #D1D4D7;
}
.container_tab--wrapper ul li.active {
  color: #B19761;
  font-weight: bold;
}
.container_select {
  position: relative;
  padding-top: 5px;
  border-bottom: 1px solid #F2F6F9;
}
.container_select::before {
  content: '';
  width: 100%;
  border-bottom: 5px solid #F2F6F9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.container_select > ul, #date--wrapper > ul > li {
  padding-left: 5px;
  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;
}
.container_select ul li {
  -webkit-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
}
.container_select ul li:nth-child(2) {
  flex-basis: 18.5%;
}
.container_select ul li:nth-child(3) {
  flex-basis: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container_select ul li:not(:first-child) {
  margin-left: 10px;
}
.container_select ul li#date--wrapper {
  -webkit-flex-basis: 66.66%;
  -ms-flex-preferred-size: 66.66%;
  flex-basis: 66.66%;
}
.am-checkbox-inline input[type=checkbox] {
  margin-left: -17px;
  margin-top: 0;
}
.container_select > ul > li label {
  white-space: nowrap;
  margin-bottom: 0;
  position: relative;
}
.select_checkbox label {
  padding-left: 15px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 13px;
}
.select_checkbox .am-icon {
  font-size: 12px;
  margin-left: 6px;
}
.select_checkbox .flex-center {
  display: flex;
  align-items: center;
}
.select_checkbox .flex-center .am-dropdown-content {
  padding: 13px 17px;
}
.select_checkbox .flex-center .am-dropdown-content label:not(:first-child) {
  margin-top: 15px;
}
.container_select ul li select {
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  background: #fff;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-right: 18px;
  outline: none;
}
.container_select ul li select:active, .container_select ul li select:focus {
  outline: none;
}
.container_select ul li:not(:nth-child(3)) label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/select-down.png") no-repeat center;
  background-size: contain;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  pointer-events: none;
}
.container_select ul li select option {
  text-align: center;
}
.container_select ul li .select_action {
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.container_select ul li .select_action .svgIcon {
  fill: #CFD1D2;
}
.container_select ul li .select_action.active {
  color: #DFCDA6;
}
.container_select ul li .select_action.active .svgIcon {
  fill: currentColor;
}
#date--wrapper > ul > li {
  display: none;
}
#date--wrapper > ul > li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#date--wrapper > ul > li label {
  width: 50%;
}
#date--wrapper > ul > li.active > li label {
}
.am-table {
  border-collapse: collapse;
}
.am-table .svg--wrapper {
  height: 80vh;
  color: #222;
}
.am-table .svgIcon.loading {
  font-size: 25px;
  -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, .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 > thead > tr {
  width: 100%;
  background: #FAFDFF;
  border-top: 1px solid #F2F6F9;
  border-bottom: 1px solid #F2F6F9;
}
.am-table > thead > tr > th {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  padding: 0;
}
.container_panel > ul > li {
  overflow: auto;
}
.container_panel > ul > li:nth-child(2) .am-table > thead > tr {
  background: #565656;
}
.container_panel > ul > li:nth-child(2) .am-table > thead > tr > th {
  color: #fff;
}
.am-table > thead > tr > th .img--wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -4px;
  cursor: pointer;
  overflow: visible;
}
.am-table > thead > tr > th .img--wrapper::after {
  display: none;
  content: "è¯¥ç”¨æˆ·æŠ•ç¨¿çš„æ–‡ç« æ ¹æ®ç›¸å…³ç®—æ³•å¾—å‡ºå…³\Aæ³¨åº¦æŒ‡æ•°\A\A å…³æ³¨åº¦æŒ‡æ•°=æµè§ˆé‡60%+è¯„è®º15%+ç‚¹\Aèµž15%+æŠ•ç¨¿æ•°10%";
  white-space: pre;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 230px;
  height: 120px;
  font-size: 12px;
  color: #6D6D6D;
  line-height: 1.4166;
  text-align: left;
  padding: 13px 12px;
  background: #fff;
  border: 1px solid #FFA04C;
  border-radius: 2px;
}
.am-table > thead > tr > th .img--wrapper:hover::after {
  display: block;
}
.am-table > tbody > tr {
  font-size: 12px;
  color: #D8D8D8;
  height: 96px;
  position: relative;
  border-bottom: 1px solid #F2F6F9;
}
.am-table > tbody > tr > td {
  padding: 1px;
  border-top: none;
}
.am-table > tbody > tr > td:first-child {
  width: 25.4%;
}
.am-table > tbody > tr > td:nth-child(2) {
  width: 33.86%;
}
.am-table td .td-wrapper {
  padding: 16px 0;
  height: 96px;
  display: flex;
  align-items: center;
  position: relative;
}
.am-table td:last-child .td-wrapper {
  margin-right: 15px;
}
.am-table td .td_wrapper {
  position: relative;
}
.am-table td .td_order {
  width: 111px;
  padding-left: 15px;
}
.am-table td:first-child .order_tip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  min-width: 14px;
  height: 14px;
  font-size: 12px;
  color: #3B3B3B;
  background: #F0F0F0;
  line-height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 21px;
}
.am-table > tbody > tr:first-child .td_order .order_tip {
  background: #FE2746;
  color: #fff;
  border: none;
}
.am-table > tbody > tr:nth-child(2) .td_order .order_tip {
  background: #FF6907;
  color: #fff;
  border: none;
}
.am-table > tbody > tr:nth-child(3) .td_order .order_tip {
  background: #F7A702;
  color: #fff;
  border: none;
}
.am-table td .td_wrapper .img--wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 96px;
  position: relative;
  overflow: visible;
}
.am-table td .td_wrapper .img--wrapper img {
  width: 100%;
  min-height: 100%;
}
.am-table .model-info > div:not(:first-child) {
  margin-top: 4px;
}
.am-table .model-info {
  text-align: left;
}
.am-table .model-info .info-name {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bolder;
  color: #222222;
  line-height: 20px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-table .model-info .info-model {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 14px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-table .info-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-flex .model-price {
  font-size: 10px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bolder;
  color: #FA0000;
  line-height: 17px;
}
.info-flex .model-price span {
  font-size: 12px;
}
.info-flex .model-endurance {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #727272;
  line-height: 17px;
  padding-left: 10px;
  position: relative;
}
.info-flex .model-endurance:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #727272;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.info-flex .model-endurance span {
  display: inline-block;
  vertical-align: bottom;
  /*max-width: 43px;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.model-data {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.model-data .td-info-more {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #616161;
  line-height: 14px;
  position: absolute;
  top: 6px;
  right: 0;
}
.model-data .td-info-more .am-icon {
  margin-left: 3px;
}
.model-data ul {
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.model-data > ul > li:not(:first-child) {
  padding-left: 21px;
  position: relative;
}
.model-data > ul > li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.model-data .data-type {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #272727;
  line-height: 14px;
}
.model-data .data-info {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #2F2F2F;
  line-height: 17px;
  margin-top: 2px;
}
.status-list {
  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: 59px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #F0F0F0;
  border-radius: 2px;
  margin-top: 10px;
}
.status-list ul li:not(:nth-child(5n+5)) {
  margin-right: 12px;
}
.container_panel .container_more {
  font-size: 12px;
  color: #222222;
  text-align: center;
  padding: 10px 0;
  margin: 15px auto;
  cursor: pointer;
}
.panel--null {
  display: none;
}
.panel--null img {
  max-width: 100%;
}
.actions-wrapper {
  background: #fff;
  max-width: 412px;
  margin: 0 auto;
  padding: 30px 15px;
}
.model_container {
  height: 400px;
  padding: 15px;
  text-align: left;
  overflow: auto;
}
.model_container p {
  line-height: 1.42857;
}
.model_container img {
  max-width: 100%;
}