.el-container {
  display: block !important;
}

.am-sticky-placeholder {
  width: 100%;
}
.el-limithd-hd .el-header-menu.am-sticky {
  position: fixed !important;
  z-index: 1010;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: hsla(0, 0%, 100%, 1);
  padding-top: 0;
  padding-bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}

.el-tooltip:hover + .el-tooltip__popper {
  display: block;
}
.el-hover-nav {
  display: none;
}
.el-hover-nav .el-card__body {
  height: 48px;
  line-height: 48px;
}
.el-hover-nav .el-card__body > img {
  width: 48px;
  height: 48px;
}

.el-card__body a:hover {
  color: #000;
}

.el-hover-nav h4 {
  margin: 0;
  padding-top: 5px;
  color: #666666;
  text-align: center;
}

.el-header-menu .el-menu-item:hover .el-hover-nav {
  display: block;
}
.el-main-tabfixed > .el-menu-item a:hover {
  color: #d54343;
}
.el-main-tabfixed > .el-menu-item .am-active:hover {
  color: #fff;
}

.el-menu--horizontal
  .el-menu-item:hover
  .el-menu--horizontal
  .el-menu-item
  > a {
  color: #49a53c;
  border-bottom: 2px solid #49a53c;
}
.el-header-menu .el-card {
  background-color: initial;
  border-radius: 0;
}

@media screen and (max-width: 1366px) {
  .el-scrollspy-nav {
    margin-left: -91px;
  }
}

.el-header-menu.am-sticky {
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.2);
}
.el-details-goods {
  padding: 0 20px;
}
.el-details-goods .swiper-slide {
  background-repeat: no-repeat;
}
.gallery-thumbs .swiper-slide {
  background-size: contain;
}
.am-slider-default {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.am-slider-default .am-control-thumbs li {
  padding: 0 10px;
}
.el-details-title {
  padding-top: 20px;
}
.el-details-title h1 {
  font-size: 22px;
  font-weight: inherit;
}
.el-details-title .el-tag {
  vertical-align: text-top;
  margin-left: 14px;
}
.el-details-type {
  background: rgba(244, 244, 244, 1);
  line-height: 52px;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}
.el-details-l {
  display: inline-block;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
}
.el-details-r {
  display: inline-block;
  color: rgba(31, 153, 147, 1);
  font-size: 14px;
}
.el-details-r div {
  display: inline-block;
}
.el-details-l .price {
  font-size: 24px;
  color: #ff6f5c;
  vertical-align: middle;
}
.el-details-r .uesr-num span {
  font-size: 16px;
}
.el-details-r .uesr-num {
  padding-right: 15px;
}
.el-details-r .collection {
  padding: 0 25px;
  position: relative;
}
.el-details-r .collection:before {
  content: "";
  width: 1px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 26px;
  background: rgba(221, 221, 221, 1);
}
.el-details-table {
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
}
.el-details-table td {
  padding: 10px 0;
}
.el-details-table td:first-child {
  width: 62px;
  padding-left: 15px;
}
.el-details-table span {
  padding-left: 30px;
}
.el-details-table li {
  padding: 0;
  margin: 0 5px;
}
.el-details-table .am-thumbnail {
  margin-bottom: 0;
}
.el-details-table .am-badge-success {
  padding: 7px 8px;
  background: rgba(31, 153, 147, 1);
  border-radius: 4px;
  font-weight: inherit;
  margin-right: 10px;
}
.el-details-table .isif {
  color: rgba(31, 153, 147, 1);
}
.el-details-table .voucher {
  width: 149px;
  height: 25px;
  line-height: 25px;
  color: rgba(31, 153, 147, 1);
  text-align: center;
  display: inline-block;
  background: url(/static/images/ylshop/lq.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.el-details-table .tap {
  color: rgba(31, 153, 147, 1);
}
.el-details-line {
  width: 100%;
  height: 1px;
  background: rgba(244, 244, 244, 1);
  margin: 30px 0;
}
.numbox .el-button {
  width: 30px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-color: rgba(221, 221, 221, 1);
  font-size: 14px;
  padding: 0;
  color: rgba(221, 221, 221, 1);
  border-radius: 0;
}
.numbox span {
  padding: 0;
  color: rgba(172, 172, 172, 1);
  width: 60px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  border-top: 1px solid rgba(221, 221, 221, 1);
  vertical-align: top;
  font-size: 12px;
}
.el-details-buy .el-button {
  width: 168px;
}
.el-details-line + .el-details-table td {
  padding: 15px 0px;
}
.el-details-body .am-nav-tabs > li.am-active > a,
.el-details-body .am-nav-tabs > li.am-active > a:focus,
.el-details-body .am-nav-tabs > li.am-active > a:hover {
  border: none;
  background: rgba(31, 153, 147, 0.1);
  color: rgba(31, 153, 147, 1);
  border-bottom: 1px solid rgba(0, 104, 100, 1);
}
.el-details-body .am-nav-tabs > li > a {
  width: 156px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  background: rgba(252, 252, 252, 1);
}
.am-tabs-bd,
.am-nav-tabs > li > a:hover {
  border: 0;
}
.am-nav-tabs {
  border-color: rgba(244, 244, 244, 1);
}
.el-details-body .el-col-17 {
  width: 74%;
}
.el-details-body .el-goods-r {
  width: 24%;
  padding-top: 0;
}
.el-details-body .title {
  line-height: 50px;
  background: rgba(249, 249, 249, 1);
  font-size: 18px;
  color: rgba(102, 102, 102, 1);
}
.el-details-body .btn {
  padding: 45px 0 55px 0;
}
.el-details-body .btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.el-details-body {
  padding: 0 20px;
}
.el-details-body .am-tabs-bd .am-tab-panel {
  padding: 0;
  text-align: center;
}
.el-details-goods {
  border-top: 1px solid rgba(221, 221, 221, 1);
  border-left: 1px solid rgba(221, 221, 221, 1);
  border-right: 1px solid rgba(221, 221, 221, 1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.el-details-body {
  border-left: 1px solid rgba(221, 221, 221, 1);
  border-right: 1px solid rgba(221, 221, 221, 1);
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.el-details-footer {
  margin-top: 30px;
}
.el-details-footer .am-panel-hd {
  background-color: inherit;
  color: #1f9993;
  font-size: 18px;
  padding: 10px 0;
  margin: 0 20px;
}
.el-details-footer .el-goods-r {
  width: 100%;
}
.el-details-footer .el-goods {
  border: 0;
}
.el-evaluation-hd p {
  margin: 0;
  color: #ff6f5c;
  font-size: 14px;
}
.el-evaluation-hd .num {
  font-size: 36px;
}
.el-evaluation-hd .vertical {
  width: 14px;
  line-height: 14px;
  color: rgba(212, 210, 210, 1);
  display: inline-block;
  vertical-align: top;
}
.el-evaluation-hd .el-line {
  width: 1px;
  height: 98px;
  background: rgba(239, 238, 238, 1);
  position: relative;
  display: inline-block;
  margin-left: 20px;
  line-height: 108px;
}
.el-evaluation-hd .el-line:after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid dashed dashed;
  border-color: rgba(239, 238, 238, 1) transparent transparent;
  transform: rotate(90deg);
  margin-left: -16px;
}
.el-evaluation-hd .am-btn {
  border: 1px solid #e5be53;
  border-radius: 4px;
  color: rgba(229, 190, 83, 1);
  font-size: 12px;
  margin: 0 10px;
}
.am-btn-group > .am-btn:first-child:not(:last-child):not(.am-dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.am-btn-group > .am-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.el-evaluation-hd .am-btn.am-active,
.el-evaluation-hd .am-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(229, 190, 83, 1);
  color: #ffffff;
}
.el-evaluation-hd .center {
  display: flex;
  align-items: center;
  height: 108px;
}
.el-evaluation-bd .title {
  font-size: 12px;
  color: rgba(207, 207, 207, 1);
  text-align: left;
  background-color: inherit;
  border-bottom: 1px solid rgba(244, 244, 244, 1);

  padding: 0px 50px;
}
.el-evaluation-bd .am-btn {
  font-size: 12px;
  padding: 0 10px;
}
.el-evaluation-bd .am-btn.am-active,
.el-evaluation-bd .am-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(31, 153, 147, 1);
}
.el-evaluation-bd .am-icon-long-arrow-down {
  margin-left: 10px;
}
.el-evaluation-bd .header {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
}
.el-evaluation-bd .name {
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
  text-align: center;
}
.el-evaluation-bd .name-vip {
  background: url(../img/t_v.png) no-repeat;
  background-position-x: 5px;
  padding-left: 20px;
  width: 64px;
}
.el-evaluation-bd .el-col-info {
  text-align: left;
}
.el-evaluation-bd .am-item {
  width: 24.5%;
  height: 145px;
  float: left;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center;
  margin-top: 14px;
}
.el-evaluation-bd img {
  margin-bottom: 0;
}
.el-evaluation-bd p {
  margin: 0;
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
}
.el-evaluation-bd h5 {
  font-size: 12px;
  color: rgba(207, 207, 207, 1);
  margin: 0;
  font-weight: inherit;
  padding: 12px 0;
}
.el-evaluation-bd .am-thumbnail {
  padding: 0;
  border: 0;
}
.el-evaluation-bd .am-btn-group {
  vertical-align: text-top;
}
.el-evaluation-hd {
  background: rgba(253, 253, 253, 1);
  margin-top: 10px;
}
.el-evaluation-bd .am-list > li {
  border-top: 0;
  border-bottom: 1px dashed rgba(244, 244, 244, 1);
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.el-evaluation-bd .time {
  text-align: right;
  font-size: 12px;
  color: rgba(181, 181, 181, 1);
}
.el-evaluation-bd .am-list > li:last-child {
  border-bottom: 0;
}
.el-footer-b .el-row span {
  color: #ffffff;
  font-size: 20px;
  line-height: 66px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.el-details-footer .am-panel {
  border-radius: 10px;
}
.am-slider .am-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.am-slider .am-slides img {
  width: inherit;
}
.el-goods-magnifier .am-thumbnail {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  display: inline-block;
}
.el-goods-magnifier .am-thumbnail:hover {
  opacity: 1;
}
.el-goods-magnifier .am-thumbnails > li {
  padding: 0;
  text-align: center;
  padding: 0 5px;
  height: 120px;
  line-height: 120px;
}
.el-goods-magnifier .am-active img {
  opacity: 1;
  border: 1px solid #1f9993;
}
.el-header-scar h3 {
  margin: 0;
  font-size: 28px;
  color: rgba(0, 103, 100, 1);
  font-weight: inherit;
  display: inline-block;
  line-height: 51px;
  vertical-align: top;
  padding-left: 36px;
}
.el-header-scar .el-step {
  width: 33%;
}
.el-header-scar .el-step__icon {
  color: #ffffff;
  border-color: #dddddd;
  background-color: #dddddd;
}
.el-header-scar .el-step__icon-inner {
  font-weight: inherit;
}
.el-header-scar .el-step__title {
  font-size: 12px;
  color: #dddddd;
  line-height: 28px;
}
.el-header-scar .is-finish .el-step__icon {
  border-color: #ffbb00;
  background-color: #ffbb00;
}
.el-header-scar .el-step .el-step__line {
  left: 0;
  right: 0;
  height: 3px;
  top: 12px;
}
.el-header-scar .el-step:first-child .el-step__line {
  right: 0;
  left: 50%;
}
.el-header-scar .el-step:last-child .el-step__line {
  left: 0;
  right: 50%;
  display: block;
}
.el-header-scar .is-finish .el-step__line {
  background-color: #ffbb00;
}
.el-header-scar .is-finish .el-step__title {
  color: #ffbb00;
}
.el-checkbox {
  display: flex;
  vertical-align: top;
}
.el-checkbox input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  height: 19px;
  padding: 2px 0;
  border: 0;
  outline: 0 !important;
  background-color: transparent;
  -webkit-appearance: none;
  margin: 0;
}
.el-checkbox input[type="checkbox"]:before {
  content: "";
  border: 1px solid #dcdfe6;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 4px;
  transition: border 0.25s, background-color 0.25s;
}
.el-checkbox input[type="checkbox"]:checked:before {
  content: "\f00c";
  vertical-align: top;
  font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
  font-size: inherit;
  font-weight: lighter;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1f9993;
  border: 1px solid #1f9993;
  color: #ffffff;
}

.el-radio input[type="radio"] {
  display: inline-block;
  width: 12px;
  height: 12px;
  outline: 0 !important;
  background-color: transparent;
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid #1f9993;
  border-radius: 100%;
  padding: 2px;
  float: left;
}
.el-radio input[type="radio"]:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
}
.el-radio input[type="radio"]:checked:before {
  background-color: #1f9993;
}
.el-shoplist {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  border-collapse: separate;
}
.el-shoplist td,
.el-shoplist th {
  font-size: 12px;
  color: rgba(50, 50, 50, 1);
  padding: 15px 0;
  font-weight: normal;
}
.el-shoplist td {
  padding: 20px 0;
  vertical-align: top;
}
.el-shoplist td.checkbox {
  vertical-align: middle;
}
.el-shoplist th {
  border-bottom: 1px solid #dcdcdc;
}
.el-shoplist label {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  padding-left: 20px;
}
.el-shoplist tr:not(.title):hover {
  background-color: #f4faf9;
}
.el-shoplist .el-checkbox {
  padding-left: 20px;
}
.el-shop-info .shopimg {
  display: inline-block;
  vertical-align: top;
  height: 79px;
  line-height: 79px;
}
.el-shop-info .info {
  display: inline-block;
  width: 265px;
  margin-left: 20px;
}
.el-shop-info p {
  margin: 0;
  color: #323232;
  line-height: 20px;
}
.el-shop-info h4 {
  margin: 0;
  color: #666666;
  font-weight: normal;
  padding-top: 20px;
}
.el-shoplist .voucher {
  width: 91px;
  height: 22px;
  line-height: 22px;
  color: rgba(31, 153, 147, 1);
  text-align: center;
  display: inline-block;
  background: url(../img/yhq.png) no-repeat;
  background-size: contain;
  padding-left: 25px;
  margin-left: 20px;
  cursor: pointer;
}
.el-shoplist .store {
  font-size: 14px;
  color: #1f9993;
  width: 127px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  background-color: rgba(31, 153, 147, 0.1);
}
.el-shoplist .store.storetype {
  background-color: inherit;
}
.el-shoplist .postage {
  font-size: 14px;
  color: #777777;
  text-align: right;
  padding-right: 20px;
}
.el-shoplist .nopostage {
  color: #ffbb00;
  padding-left: 10px;
}
.el-shoplist .el-tag {
  margin-top: 10px;
}
.el-shoplist .collection,
.el-shoplist .delete {
  font-size: 14px;
  color: rgba(31, 153, 147, 1);
  margin: 5px 0;
  display: block;
}
.el-shoplist .collection span,
.el-shoplist .delete span {
  line-height: 22px;
  display: inline-block;
}

.el-shoplist a:hover {
  color: #4cada9;
}
.el-shoplist i {
  text-align: center;
  margin-right: 10px;
  line-height: 22px;
  width: 16px;
  display: inline-block;
  vertical-align: text-bottom;
}
.am-list {
  margin: 0;
}
.am-list > li {
  border: 0;
  margin: 20px 0;
}
.el-shoplist-bottom {
  height: 78px;
  background-color: #f8f8f8;
}
.el-shoplist-bottom .el-shoplist {
  border: none;
}
.el-shoplist-bottom td {
  position: relative;
  color: #999999;
  vertical-align: middle;
  padding: 15px 0;
  padding-left: 20px;
}
.el-shoplist-bottom td:first-child {
  padding-left: 0;
}
.el-shoplist-bottom td:after {
  content: "";
  width: 1px;
  height: 15px;
  margin: auto;
  position: absolute;
  background-color: #999999;
  right: 0;
  top: 0;
  bottom: 0;
}
.el-shoplist-bottom .noline:after {
  content: none;
}
.el-shoplist-bottom .slelect {
  font-size: 14px;
}
.el-shoplist-bottom a {
  color: #1f9993;
}
.el-shoplist-bottom .total {
  font-size: 24px;
  color: #ff6f5c;
  vertical-align: middle;
  padding-left: 10px;
}
.el-shoplist-bottom .el-button {
  background-color: #ff6f5c;
  font-size: 24px;
  color: rgba(255, 254, 254, 1);
  border: none;
  border-radius: 0;
}
.cssanimations [data-am-scrollspy*="animation"] {
  opacity: 1;
}
.el-shoplist-bottom .el-content-center {
  position: fixed;
  bottom: 0;
  background-color: #f8f8f8;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.el-shoplist-bottom.am-scrollspy-inview .el-content-center {
  position: relative;
  box-shadow: none;
}
.el-header-scar .is-finished {
  opacity: 0.3;
}
.el-shopcar-next .el-card {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 20px 35px 35px 35px;
}
.el-shopcar-next .el-row {
  width: 100%;
  flex-wrap: wrap;
}
.el-select-address {
  height: 117px;
  overflow: hidden;
}
.el-shopcar-next .am-btn {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  text-align: left;
  margin-bottom: 10px;
}
.el-shopcar-next .el-col-11 {
  width: 47%;
}
.el-shopcar-next .am-btn.am-active,
.el-shopcar-next .am-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.el-shopcar-next .am-btn.am-active {
  border: 1px solid #1f9993;
}
.el-shopcar-next .el-card__header .el-button {
  padding: 0;
  line-height: 25px;
}
.el-address p {
  font-size: 12px;
  margin: 10px 0;
}
.el-address h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  height: 31px;
}
.el-address h3:after {
  content: "";
  position: absolute;
  width: 404px;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #f8f8f8;
}
.el-address i {
  color: #aaaaaa;
  font-size: 17px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.el-address .el-tag--success {
  color: #1f9993;
  border-color: #1f9993;
  background: rgba(31, 153, 147, 0.1);
  border-radius: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  display: inline;
  margin-left: 15px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.el-address .el-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: none;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.am-active .el-triangle {
  display: block;
}
.el-address .el-triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 30px solid #1f9993;
  border-left: 30px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.el-address .am-icon-check {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: #ffffff;
}
.el-ddress-more {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
}
.el-ddress-more:hover {
  color: #4cada9;
}
.el-ddress-more i {
  margin-left: 5px;
}
.el-shopcar-next .el-card__header {
  padding: 0;
  padding-bottom: 25px;
}
.el-shopcar-next .el-card__header:before {
  content: "";
  width: 3px;
  height: 14px;
  background-color: #1f9993;
  display: inline-block;
  margin-right: 12px;
}
.el-shopcar-next {
  margin-top: 20px;
  margin-bottom: 20px;
}
.el-shopnext-text {
  font-size: 12px;
  color: #666666;
  border: 1px solid #d2d2d2;
  margin-bottom: 15px;
}
.el-shopnext-text h4 {
  font-weight: normal;
  margin: 15px 0;
}
.el-shopnext-text h4:first-child {
  margin-top: 0;
}
.el-shopnext-text .am-btn {
  font-size: 12px;
  text-align: center;
  margin-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.el-shopnext-text .el-triangle:before {
  border-bottom-width: 20px;
  border-left-width: 20px;
}
.el-shopnext-text i {
  font-size: 12px;
}
.el-shopnext-text p {
  margin: 0;
  color: #cacaca;
  margin-top: 6px;
}
.el-shopnext-text textarea {
  height: 80px;
  resize: none;
}
.el-shopnext-text p span {
  color: #ff6f5c;
}
.el-shopnext-text h1 {
  font-weight: normal;
  color: #323232;
  background-color: #f0f6f6;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 0 5px;
  margin: 0;
}
.el-shopnext-text h4.am-fl {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.el-shopnext-text var {
  font-style: normal;
  color: #666666;
  margin-top: 10px;
}
.el-shopnext-text .info p {
  color: #323232;
}
.el-shopnext-text .price {
  font-size: 14px;
  color: #ff6f5c;
  margin-top: 8px;
}
.el-shopnext-text .left {
  padding: 30px 40px 30px 20px;
}
.el-shopnext-text .right {
  padding: 30px 40px 20px 60px;
  border-left: 1px solid #dfdfdf;
  min-height: 383px;
}
.el-invoice,
.el-integral {
  font-size: 12px;
  color: #666666;
}
.el-invoice span {
  padding-right: 20px;
}
.el-invoice a {
  color: #1f9993;
}
.el-integral .el-button {
  font-size: 12px;
  margin-left: 10px;
  padding: 4px 10px;
}
.el-integral .el-input__inner {
  width: 90px;
  height: 22px;
  text-align: center;
  margin: 0 10px;
}
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}*/
.el-integral + p {
  font-size: 12px;
  color: rgba(202, 202, 202, 1);
  margin: 10px 0;
}
.el-integral + p span {
  font-size: 14px;
  color: #ff6f5c;
}
.el-shopcar-footer {
  font-size: 14px;
}
.el-shopcar-footer .selected {
  display: inline-block;
  width: 100%;
  background-color: #f8f8f8;
  margin-top: 30px;
  padding-left: 35px;
}
.el-shopcar-footer td:first-child {
  color: #999999;
  width: 260px;
}
.el-shopcar-footer td:last-child {
  color: #666666;
}
.el-shopcar-footer td {
  height: 40px;
}
.el-shopcar-footer td span {
  color: #ff6f5c;
}
.el-shopcar-footer p {
  margin: 0;
}
.el-shopcar-footer .el-button {
  border: 0;
  background-color: #ff6f5c;
  color: #fffefe;
  font-size: 24px;
  font-weight: normal;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 72px;
}
.el-shopcar-footer .small {
  font-size: 12px;
  color: #999999;
}
.el-shopcar-footer .big {
  font-size: 24px;
  color: #ff6f5c;
}
.el-shopcar-footer .name {
  font-size: 14px;
  padding-bottom: 5px;
}
.el-shopcar-footer i {
  color: #1f9993;
  margin-right: 5px;
  vertical-align: baseline;
}
.el-shopcar-footer .submit .am-fl {
  margin-top: 12px;
  margin-right: 20px;
  text-align: right;
}
.el-shopcar-footer .el-address {
  margin-top: 13px;
}
.el-shopnext-text h1.storetype {
  background-color: inherit;
}
.el-shopcar-pay h1 {
  font-size: 20px;
  color: #323232;
  font-weight: normal;
  margin: 0;
  margin-top: 40px;
}
.el-shopcar-pay .trading {
  font-size: 14px;
  color: #848484;
  margin: 0;
  margin-top: 10px;
}
.el-shopcar-pay label {
  margin: 0;
  cursor: pointer;
  margin-left: 10px;
}
.el-shopcar-pay .hd {
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
}
.el-shopcar-pay .hd p {
  margin: 0;
  font-size: 14px;
}
.el-shopcar-pay .hd var {
  color: #ff6f5c;
  font-style: normal;
  padding: 0 5px;
}
.el-shopcar-pay .hd span {
  font-size: 18px;
}
.el-shopcar-pay .bd {
  position: relative;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.el-shopcar-pay .el-row {
  width: 900px;
  margin: auto;
  padding: 95px 0;
}
.el-shopcar-pay .panel {
  margin-top: 14px;
}
.el-shopcar-pay .ft {
  text-align: right;
  margin-top: 25px;
}
.el-shopcar-pay .el-button {
  background-color: #ff6f5c;
  color: #feffff;
  border: 0;
  font-size: 18px;
  padding: 15px 55px;
  margin-bottom: 10px;
}
.el-shopcar-pay .time {
  font-size: 14px;
  color: #848484;
}
.el-shopcar-pay .time i {
  color: #ff6f5c;
  font-style: normal;
}
.el-shopcar-pay .paytype {
  position: absolute;
  left: 0;
  width: 103px;
  height: 34px;
  background-color: #1f9993;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  font-size: 14px;
  top: 20px;
}
.el-address .edit {
  position: absolute;
  color: #1f9993;
  font-size: 12px;
  display: block;
  right: 10px;
  top: 10px;
  display: none;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.el-shopcar-next .am-btn:hover .el-tag {
  display: none;
}
.el-shopcar-next .am-btn:hover .edit {
  display: block;
}
.el-dropdown-content {
  width: 350px;
  margin-left: 30px;
  border: 0;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
}

.el-dropdown-content .hd {
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
  position: relative;
  padding-bottom: 15px;
}
.el-dropdown-content .hd:after {
  content: "";
  border-bottom: 1px dashed #f8f8f8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.el-dropdown-content .voucher {
  width: 76px;
  height: 23px;
  background: url(../img/yhq_m.png) no-repeat;
  margin-left: 0;
  font-size: 16px;
  cursor: default;
}
.el-dropdown-content p {
  margin: 0;
}
.el-dropdown-content .title {
  color: #666666;
}
.el-dropdown-content .date {
  color: #b7b6b6;
}
.el-dropdown-content .el-button {
  padding: 6px 8px;
  font-size: 12px;
}
.el-dropdown-content .el-row--flex {
  align-items: center;
}
.el-dropdown-content li {
  margin: 15px 0;
}
.el-dropdown-content li:last-child {
  margin-bottom: 0;
}
.el-dropdown-content li:first-child {
  margin-top: 15px;
}
.el-invoice a:hover {
  color: #4cada9;
}
.am-address-popup .am-list > li {
  margin: 0;
  border: 1px solid #dedede;
}
.el-modal .am-modal-hd {
  text-align: left;
  background: rgba(31, 153, 147, 0.1);
  font-size: 16px;
  padding: 0;
  line-height: 44px;
}
.el-modal .am-modal-hd:before {
  content: "";
  width: 3px;
  height: 14px;
  background-color: #1f9993;
  display: inline-block;
  margin-right: 12px;
  margin-left: 22px;
  color: #323232;
}
.el-modal .el-form-item__label {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  margin: 0;
  width: 90px;
  text-align: right;
  line-height: inherit;
  line-height: 25px;
}
.el-modal .el-form-item__label i {
  color: #ff0000;
  padding-right: 5px;
}
.el-modal .el-input__inner {
  height: 25px;
  font-size: 12px;
  width: 200px;
}
.el-modal .am-modal-dialog {
  width: 650px;
  background-color: #ffffff;
}
.el-modal .el-input {
  width: auto;
}
.el-modal .el-form-item__content {
  text-align: left;
  line-height: inherit;
}
.el-modal .el-form-item {
  margin: 20px 0;
}
.el-modal .el-button {
  margin-left: 90px;
  border-radius: 0;
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.el-modal .el-checkbox {
  margin: 0;
  margin-top: 30px;
}
/*品牌家具*/
.el-brand-hd li {
  margin: 0;
  margin-left: 25px;
  padding: 10px 0;
}
.el-brand-hd li > a {
  padding: 0;
  border: 0;
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.el-brand-hd li > a:hover {
  background-color: inherit;
  color: #4cada9;
}
.el-brand-hd li.am-active > a,
.el-brand-hd li.am-active > a:focus,
.el-brand-hd li.am-active > a:hover {
  border: 0;
  color: #1f9993;
}
.el-brand-hd li.am-active > a .am-btn {
  color: #1f9993;
}
.el-brand-hd .title {
  line-height: 60px;
  border-bottom: 1px solid #f5f5f5;

  padding: 0 20px;
}
.el-brand-hd .am-btn {
  padding: 0;
  background-color: inherit;
  font-size: 14px;
}
.el-brand-hd .am-btn i {
  font-size: 12px;
  color: #848484;
  margin-left: 2px;
}
.el-brand-hd li.am-active i {
  color: #1f9993;
}
.el-brand-hd .am-btn:focus {
  outline: none;
  color: inherit;
}
.el-brand-hd .am-btn.am-active,
.el-brand-hd .am-btn:active {
  box-shadow: none;
}
.el-brand-hd .am-nav-tabs {
  border: 0;
}
.el-brand-hd td {
  font-size: 14px;
}
.el-brand-hd table {
  width: 100%;
}
.el-brand-hd tr {
  border-bottom: 1px dashed #f5f5f5;
}
.el-brand-hd .tab {
  padding: 10px 0;

  padding: 0 20px;
}
.el-brand-sort {
  position: relative;
  width: 7px;
  height: 12px;
  display: inline-block;
}
.el-brand-sort .am-icon-sort-asc {
  position: absolute;
  left: 0;
  bottom: 0;
}
.el-brand-sort .am-icon-sort-desc {
  position: absolute;
  left: 0;
  top: 0;
}
.el-brand-main {
  background-color: #f5f5f5;
}
.el-brand-hd,
.el-brand-bd {
  background-color: #ffffff;
}
.el-brand-list {
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 20px;
}

.el-brand-list li:first-child .goods-img,
.el-brand-list li:first-child a {
}
.el-brand-list li:nth-child(3) .goods-img,
.el-brand-list li:nth-child(3) a {
}
.el-brand-list .el-col {
  width: calc((100% - 90px) / 5);
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.el-brand-list .el-col:nth-of-type(5n) {
  margin: 0 0 20px;
}
.el-brand-goods {
  position: relative;
}
.el-brand-goods > a:nth-of-type(1) {
  display: block;
  text-align: center;
  position: relative;
}
.el-brand-goods .goods_tag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 0 11px;
  z-index: 2;
  border-radius: 0px 4px 0px 0px;
}
.el-brand-goods .goods-img {
  height: 265px;
}
.el-brand-goods .goods-img {
  width: 100%;
  height: 220px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}
.goods_tips_box {
  position: relative;
}
.goods_tips {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 80px;
  height: 32px;
  display: none;
}
.el-brand-goods .goods-img img {
  max-width: 100%;
  max-height: 100%;
}
.goodsInfoName {
  color: #333333;
  font-size: 14px;
  padding: 16px 12px 4px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left !important;
}
.PreferPrice {
  color: #ff5252;
  font-size: 14px;
  /*padding: 0 12px 13px;*/
  line-height: 24px;
  /*height: 70px;*/
}

.PreferPrice span {
  display: block;
}
.goods_compare_trend{
  display: none;
  font-size: 12px;
  color: #595959;
}
.goods_compare_trend:after{
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.active_compare{
  border: 1px solid #BFE6FF !important;
}
.goods_compare{
  float: right;
  width: 76px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.goods_trend{
  float: left;
  position: relative;
  width: 76px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.goods_trend_tips{
  position: absolute;
  display: none;
  left: 0px;
  top: -30px;
  width: 141px;
  height: 24px;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  border: 1px solid #E4E4E4;
}
.goods_trend_icon{
  width: 16px;
  height: 10px;
  margin-right: 4px;
}
.goods_compare_icon{
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.goods_price_flex{
  padding: 8px 10px;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
.addCartBtn {
  /*position: absolute;*/
  /*right: 12px;*/
  /*bottom: 30px;*/
  font-size: 16px;
  height: 26px;
  color: #ffffff;
  background: #268dff;
  border-radius: 4px;
  padding: 4px;
  cursor: pointer;
}

.addCartBtn:hover {
  color: #ffffff;
  background: #166ad9;
}

.el-brand-list li .el-brand-goods {
  transition: box-shadow 1s;
  padding: 0;
}
.el-brand-list li .el-brand-goods:focus {
  background-color: inherit;
}

/* .el-brand-list li>a{
	transition: box-shadow 1s;
	padding: 0;
}
.el-brand-list li>a:focus{
	background-color: inherit;
}
.el-brand-list li>a:hover{
	background-color: inherit;
	box-shadow: 0 0 20px 0 hsla(0, 0%, 71%, .8);
} */
.el-brand-bdft .am-btn-group .am-btn {
  background-color: #ffffff;
  float: none;
  width: 42px;
  height: 32px;
  padding: 0;
}
.el-brand-bdft .am-btn-group i {
  color: #1f9993;
  font-size: 24px;
}
.el-brand-bdft .am-btn-group [class*="am-icon-step"] {
  font-size: 16px;
}
.el-brand-box {
  display: inline-block;
}
.el-brand-box > div {
  display: inline-block;
  font-size: 12px;
}
.el-brand-box .box {
  display: inline-block;
  width: 36px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #d8dce5;
  color: #878d99;
}
.el-brand-bdft {
  padding-bottom: 20px;
  padding-right: 10px;
}
.el-brand-bdft .el-input__inner {
  width: 70px;
  text-align: center;
  padding: 0 10px;
  height: 32px;
  font-size: 12px;
}
.el-brand-bdft .el-input {
  width: auto;
}
.el-brand-bdft .el-input .el-button {
  padding: 6px 14px;
  margin-left: 20px;
}
.am-text-truncate {
  word-wrap: normal; /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 2021 年 双十一样式 start */
.honor-list-2021-to-11-wrap {
  padding-top: 30px;
  background-color: #f5f5f5;
  position: relative;
}
.honor-list-2021-to-11 {
  position: relative;
  height: 949px;
  margin-bottom: -40px;
  background-image: url(/static/images/home/2022_618_honor_list_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.honor-list-618_amount{
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  color: #fff;
}

.honor-list-618_progress {
  position: absolute;
  background-image: url(/static/images/rank/shuang1130yi.png);
  top: 239px;
  left: 82px;
  width: 490px;
  height: 74px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.honor-list-618_progress .val {
  position: absolute;
  top: 15px;
  left: 42px;
  height: 35px;
  background-image: url(/static/images/rank/shuang11nlt.png);
  width: 313px;
  /*background-repeat: no-repeat;*/
  background-size: auto 100%;
}

.honor-list-618_progress .val-text {
  position: absolute;
  right: 134px;
  top: 19px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}



.honor_list_wrapper {
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translateX(-50%);
}
.honor-list-2021-to-11_all_list {
  background-image: url(/static/images/rank/shuang11zphb1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 528px;
  height: 537px;
  position: relative;
}
.honor-list-2021-to-11_list {
  background-image: url(/static/images/rank/shuang11zphb2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 528px;
  height: 537px;
}

.honor-list-2021-to-11_all_list li:nth-child(n+4), .honor-list-2021-to-11_list li:nth-of-type(n+4) {
  width: 400px;
  margin: 0 auto;
  height: 46px;
  background: #0b62d7;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 17px;
  color: #FFFFFF;
}
.honor-list-2021-to-11_all_list li:nth-child(2n),
.honor-list-2021-to-11_list li:nth-child(2n) {
  background: #1E56C9;
}
.honor-list-2021-to-11_all_list li:nth-child(1),
.honor-list-2021-to-11_list li:nth-child(1) {
  width: 476px;
  height: 97px;
  background-image: url(/static/images/rank/shuang11one.png);
  background-size: cover;
  display: flex;
  padding-top: 33px;
  justify-content: space-between;
  margin: 47px auto 5px;
  font-size: 25px;
  color: #153CA8;
  font-weight: bold;
  background-color: transparent;
}
.honor-list-2021-to-11_all_list li:nth-child(2),
.honor-list-2021-to-11_list li:nth-child(2) {
  width: 449px;
  height: 90px;
  margin: 0 auto;
  background-image: url(/static/images/rank/shuang11two.png);
  background-size: cover;
  display: flex;
  padding-top: 33px;
  justify-content: space-between;
  margin: 0 auto 5px;
  font-size: 25px;
  color: #153CA8;
  font-weight: bold;
  background-color: transparent;
}
.honor-list-2021-to-11_all_list li:nth-child(3),
.honor-list-2021-to-11_list li:nth-child(3) {
  width: 422px;
  height: 85px;
  margin: 0 auto;
  background-image: url(/static/images/rank/shuang11three.png);
  background-size: cover;
  display: flex;
  padding-top: 33px;
  justify-content: space-between;
  margin: 0 auto 12px;
  font-size: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: transparent;
}
.honor-list-2021-to-11_all_list .name,
.honor-list-2021-to-11_list .name {
  width: 38%;
  margin-left: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.honor-list-2021-to-11_all_list .amount,
.honor-list-2021-to-11_list .amount {
  width: 36%;
  margin-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.honor-list-2021-to-11_all_list li:nth-child(n+4) .order,
.honor-list-2021-to-11_list li:nth-of-type(n+4) .order {
  width: 20%;
  margin-left: 30px;
}
.honor-list-2021-to-11_all_list li:nth-child(n+4) .name,
.honor-list-2021-to-11_list li:nth-of-type(n+4) .name {
  width: 45%;
  margin-left: 20px;
}
.honor-list-2021-to-11_all_list li:nth-child(n+4) .amount,
.honor-list-2021-to-11_list li:nth-of-type(n+4) .amount {
  width: 31%;
  margin-right: 40px;
}
.honor-list-more_btn {
  background-image: url(/static/images/home/2022_618_lookmore.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 144px;
  height: 36px;
  bottom: 10px;
  left: 190px;
  position: absolute;
}
.honor_list_more_btn_right {
  left: 730px;
}
/*2022年11.11 start*/
.honor_list_wrap{
  background: url(/static/images/activityImages/rank_background.png) no-repeat;
  background-size: 100% auto;
  height: 685px;
  margin-top: 30px;
  width: 106%;
  position: relative;
  left: -30px;
  padding: 190px 0 40px 0;
}
.honor_list_wrapper_new{
  width: 76%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.honor_list{
  width: 435px;
  height:100%;
  padding-top: 58px;
}
.honor_list_left{
  background: url(/static/images/activityImages/rank_left.png) no-repeat;
  background-size: 100% auto;
}
.honor_list_right{
  background: url(/static/images/activityImages/rank_right.png) no-repeat;
  background-size: 100% auto;
}
.honor_list .honor_list_item{
  width: 90%;
  height: 80px;
  margin: 0 auto;
  background: url(/static/images/activityImages/rank1.png) no-repeat;
  background-size: 100% auto;
}
.honor_list .honor_list_item:nth-child(1){
  width: 90%;
  background: url(/static/images/activityImages/rank1.png) no-repeat;
  background-size: 100% auto;
  color:#FFEFC0;
  padding-left:90px;
  line-height: 75px;
}
.honor_list .honor_list_item:nth-child(2){
  width: 86%;
  background: url(/static/images/activityImages/rank2.png) no-repeat;
  background-size: 100% auto;
  color:#A71023;
  padding-left:82px;
  line-height: 72px;
}
.honor_list .honor_list_item:nth-child(3){
  width: 80%;
  background: url(/static/images/activityImages/rank3.png) no-repeat;
  background-size: 100% auto;
  margin-top: -2px;
  color:#AD3900;
  padding-left:69px;
  line-height: 70px;
}
.honor_list .honor_list_item:nth-child(4){
  width: 80%;
  background: url(/static/images/activityImages/rank4.png) no-repeat;
  background-size: 100% auto;
  margin-top: -6px;
  color:#AD3900;
  padding-left:69px;
  line-height: 70px;
}
.honor_list .honor_list_item:nth-child(5){
  width: 80%;
  background: url(/static/images/activityImages/rank5.png) no-repeat;
  background-size: 100% auto;
  margin-top: -6px;
  color:#AD3900;
  padding-left:69px;
  line-height: 70px;
}
.honor_list .honor_list_item_name{
  display: inline-block;
  width: 190px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
}
.honor_list .honor_list_item_order{
  display: inline-block;
  vertical-align: top;
}
.left_fixed{
  position:fixed;
  left:70px;
  background: url(/static/images/activityImages/zhuanpan.png) no-repeat;
  background-size: 100% auto;
  bottom: 170px;
  height: 372px;
  width: 270px;
  z-index:1;
}
@media only screen and (max-width: 1560px) {
  .left_fixed {
    left:-200px;
  }
}
/*2022年11.11 end*/
/*2023年6.18 预热 rank start*/
.index_rank_23_618{
  background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/index_rank/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 200px 0px 32px;
}
.index_rank_23_618 .rank_content_box{
  margin-bottom: 4px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.index_rank_23_618 .rank_content_box:nth-of-type(1){
  height: 104px;
  background-image: url(https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/index_rank/rank_bg1.png);
  padding: 8px 40px 16px 100px;
  margin-right: 52px;
}
.index_rank_23_618 .rank_content_box:nth-of-type(2){
  height: 100px;
  background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/index_rank/rank_bg2.png");
  padding: 8px 34px 16px 92px;
  margin: 0px 58px 0px 8px;
}
.index_rank_23_618 .rank_content_box:nth-of-type(3){
  height: 90px;
  background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/index_rank/rank_bg3.png");
  padding: 4px 29px 16px 67px;
  margin: 4px 64px 0px 32px;
}
.index_rank_23_618 .rank_content_box:nth-of-type(4){
  background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/index_rank/rank_bg4.png");
  padding: 8px 23px 16px 27px;
  margin: 4px 70px 0px 72px;
}
.index_rank_23_618 .rank_content_box:nth-of-type(5){
  background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/index_rank/rank_bg5.png");
  padding: 8px 23px 16px 27px;
  margin: 4px 70px 0px 72px;
}
.index_rank_23_618 .rank_content_box_text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #0039D7;
}
.index_rank_23_618 .rank_content_box_text>div:nth-of-type(1){
  width: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.index_rank_23_618 .rank_content_box_text>div:nth-of-type(2){
  width: 100%;
  margin:0px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.index_rank_23_618 .rank_content_box_text>div:nth-of-type(3){
  width: 60px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.index_rank_23_618 .rank_content_box_progress{
  position: relative;
  margin-top: 8px;
}
.index_rank_23_618 .rank_content_box_progress>div{
  height: 8px;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #4B80FF;
  box-shadow: 0px 0px 1px 1px #ffffff;
  background: #BEECFF;
}
.index_rank_23_618 .rank_content_box_progress>div:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  border-right: 0px;
  background: #70C2FF;
  border-color: #4B80FF;
}
.index_rank_23_618 .more_btn_wrap{
  text-align: center;
  margin: 12px 0px;
}
/*2023年6.18预热 rank end*/
/*2023年6.18 GMV rank start*/
.main_23_618_index{
  min-width: 1180px;
  overflow: hidden;
}
.main_23_618_index .content_wrap{
  min-width: 1180px;
  padding: 32px 0px;
}
.main_23_618_index .content_wrap_inner{
  position: relative;
  margin: 0 auto;
  width: 1180px;
  text-align: center;
}
.main_23_618_index #GWV_turnover{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFFFFF;
  font-size: 70px;
  text-wrap: nowrap;
  white-space: nowrap;
}
.main_23_618_index .rank_wrap_flex{
  display: flex;
  justify-content: space-between;
}
.main_23_618_index .rank_wrap{
  width: 49%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 80px 16px 12px;
  height: 620px;
}
.main_23_618_index .rank_wrap_left{
  background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_left_bg.png");
}
.main_23_618_index .rank_wrap_right{
  background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_right_bg.png");
}
.main_23_618_index .rank_content_box{
  height: 41px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 10px 16px;
}
.main_23_618_index .rank_content_box:nth-of-type(1){
    height: 109px;
    background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_bg1.png");
    padding: 24px 28px;
    padding-right: 48px;
}
.main_23_618_index .rank_content_box:nth-of-type(2){
    height: 103px;
    background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_bg2.png");
    padding: 22px 28px;
    margin: 0px 12px;
    padding-right: 36px;
}
.main_23_618_index .rank_content_box:nth-of-type(3){
    height: 94px;
    background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_bg3.png");
    padding: 18px 28px;
    margin: 0px 24px;
    padding-right: 24px;
}
.main_23_618_index .rank_content_box:nth-of-type(4){
    background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_bg4.png");
    margin: 0px 32px;
}
.main_23_618_index .rank_content_box:nth-of-type(5){
    background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_bg5.png");
    margin: 0px 32px;
}
.main_23_618_index .rank_content_box:nth-of-type(6){
    background-image: url("https://hsys-mall-prod.oss-cn-beijing.aliyuncs.com/gjc_upload/ppxx/recommend/major_venue/rank_bg4.png");
    margin: 0px 32px;
}
.main_23_618_index .rank_content_box_text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  color: #0039D7;
}
.main_23_618_index .rank_content_box_text>div:nth-of-type(1){
  width: 65px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.main_23_618_index .rank_content_box_text>div:nth-of-type(2){
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: left;
  margin-left: 46px;
}
.main_23_618_index .rank_content_box_text>div:nth-of-type(3){
  width: 150px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: left;
}
.main_23_618_index .rank_count_wrap{
  font-size: 16px;
  color: #0039D7;
  height: 50px;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
}

/*2023年6.18 GMV rank end*/