﻿.deal-card {
  display: block;
  position: relative
}
.deal-card__trend {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fe5a58 !important;
  background-color: #faede8 !important;
  height: 21px;
  line-height: 21px;
  padding: 0 6px;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 6px !important
}
.deal-card__trend em {
  position: relative;
  z-index: 1
}
.deal-card__trend:after {
  content: "";
  background: linear-gradient(10deg, rgba(238, 150, 150, .25), transparent 25%);
  transform: scale(1.1, 1.68) perspective(.5em) rotateX(10deg);
  transform-origin: bottom right;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 3px 3px 0
}
.deal-card-app {
  padding-right: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
  height: 227px;
  background-image: url(../image/202107091331_4rMU6UkBPX.png);
  margin: auto;
  cursor: pointer
}
.deal-card-app .praise-view {
  color: #fff;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.deal-card-app__enter {
  position: absolute;
  right: 38px;
  bottom: 28px;
  font-size: 14px;
  color: #9d5f5d
}
.deal-card-app__code {
  height: 146px;
  width: 126px;
  padding: 10px 10px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 43px 0 0 56px;
  background-color: #fe5a58
}
.deal-card-app__code span {
  font-size: 14px;
  color: #fff;
  display: block;
  transform: translate(10px, 6px)
}
.deal-card-app__code .dlapp-qrcode {
  height: 106px;
  width: 106px;
  background-color: #fff;
  background-image: url(../image/202107092043_vVC5A5BXKc.png);
  background-size: 106px
}
.deal-card-app__info {
  display: flex;
  flex-direction: column;
  padding: 36px 0 26px;
  width: calc(100% - 232px);
  color: #fff
}
.deal-card-app__info h3 {
  font-size: 20px;
  margin: 12px 0 8px
}
.deal-card-app__info .dlapp-app {
  font-size: 14px;
  height: 31px;
  line-height: 31px;
  width: 82px;
  background-color: #fe5a58;
  text-align: center;
  border-radius: 25px
}
.deal-card-app__info .dlapp-price {
  font-size: 18px
}
.deal-card-collapse {
  color: #fe5a58;
  cursor: pointer;
  margin-right: 24px
}
.deal-card-collapse:hover {
  color: #ff7373
}
.deal-card__squireds {
  display: flex;
  padding-right: 30px;
  transform: translateX(-12px);
  margin-top: 16px;
  padding-bottom: 16px;
  position: relative
}
.deal-card__squireds:after {
  content: "";
  background-color: #eaeaea;
  bottom: 6px;
  width: 100%;
  padding: 1px 0;
  position: absolute;
  transform: scaleY(.25) translateX(12px)
}
.deal-card__expend .squared-item, .deal-card__squireds .squared-item {
  width: calc((100% - 12px)/3);
  border: none;
  padding: 12px;
  margin-right: 6px;
  justify-content: flex-start
}
.deal-card__expend .squared-item__title, .deal-card__squireds .squared-item__title {
  white-space: unset;
  height: unset;
  font-size: 13px;
  margin-bottom: 3px;
  text-align: left
}
.deal-card__expend .squared-item__sub-title, .deal-card__squireds .squared-item__sub-title {
  font-size: 12px;
  color: #999;
  text-align: left;
  height: unset
}
.deal-card__expend .squared-item__price, .deal-card__squireds .squared-item__price {
  width: 100%;
  justify-content: flex-start;
  margin: 6px auto auto;
  height: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.deal-card__expend .squared-item__price span, .deal-card__squireds .squared-item__price span {
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  text-align: left
}
.deal-card__expend .squared-item:hover, .deal-card__squireds .squared-item:hover {
  box-shadow: 0 0 16px 4px hsla(0, 0%, 91.8%, .55)
}
.deal-card__expend .squared-item:hover .squared-item__title, .deal-card__squireds .squared-item:hover .squared-item__title {
  color: #1f1f1f
}
.deal-card__expend .squared-item:last-child, .deal-card__squireds .squared-item:last-child {
  margin-right: 0
}
.deal-card.amazon:after {
  content: "";
  background-image: url(../image/202101141911073.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 58px;
  background-position: 50%;
  background-size: 100%
}
.deal-card__dropdown {
  cursor: pointer
}
.deal-card__dropdown.el-dropdown {
  margin: 0 12px;
  color: #fe5a58;
  border: 1px solid #fe5a58;
  padding: 0 5px 0 10px;
  border-radius: 4px
}
.deal-card__dropdown.el-dropdown span {
  font-size: 12px;
  line-height: 22px
}
.deal-card__dropdown i {
  color: #fe5a58
}
.deal-card__dropdown i:before {
  content: "\e790" !important
}
.deal-card__dropdown-menu {
  padding: 0
}
.deal-card__dropdown-menu .el-dropdown-menu__item {
  padding: 8px 20px
}
.deal-card__dropdown-menu .el-dropdown-menu__item:hover {
  background-color: #fef1ef !important
}
.deal-card__dropdown-menu .dropdown-wrap {
  display: flex;
  flex-direction: column;
  line-height: 24px
}
.deal-card__wrap {
  padding: 0;
  overflow: hidden;
  position: relative
}
.deal-card__wrap-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(90deg, #ff8266, #ff4e7b);
  padding: 2px 6px;
  border-bottom-right-radius: 10px
}
.deal-card__tags {
  height: 24px;
  margin: 0 0 8px
}
.deal-card__tags span {
  font-size: 12px;
  color: #999;
  background-color: #ededed;
  margin-right: 8px;
  padding: 3px 6px;
  border-radius: 4px
}
.deal-card__intro {
  font-size: 13px;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
  max-height: 46px;
  overflow: hidden;
  line-height: 22px
}
.deal-card__intro.squireds {
  -webkit-line-clamp: 2;
  height: 44px
}
.deal-card__coupon {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 24px;
  line-height: 24px;
  margin-top: 12px
}
.deal-card__coupon .el-select {
  margin: 0 12px 0 8px;
  width: 119px
}
.deal-card__coupon .el-input__icon {
  color: #fe5a58 !important;
  background: unset !important;
  line-height: unset
}
.deal-card__coupon .el-input__icon:before {
  content: "\e790" !important
}
.deal-card__coupon .el-input__inner {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  color: #fe5a58 !important;
  border-color: #fe5a58 !important;
  border-radius: 4px
}
.deal-card__coupon .el-input__inner::-moz-placeholder {
  color: #fe5a58
}
.deal-card__coupon .el-input__inner:-ms-input-placeholder {
  color: #fe5a58
}
.deal-card__coupon .el-input__inner::-ms-input-placeholder {
  color: #fe5a58
}
.deal-card__coupon .el-input__inner::placeholder {
  color: #fe5a58
}
.deal-card__coupon-code {
  font-size: 12px;
  color: #999
}
.deal-card__btn {
  border: none;
  background-color: #fe5a58;
  color: #fff !important;
  position: relative;
  height: 32px;
  line-height: 32px;
  width: 130px;
  padding: 0;
  border-radius: 25px
}
.deal-card__btn a, .deal-card__btn span {
  display: block;
  height: 100%;
  width: 100%
}
.deal-card__btn a {
  color: #fff
}
.deal-card__btn:focus, .deal-card__btn:hover {
  background-color: #ff7373
}
.deal-card__img {
  float: left;
  position: relative;
  height: 180px;
  width: 180px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center
}
.deal-card__img .bag_gif {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  background-image: url(../image/pc55-e5653e4.png);
  background-size: cover
}
.deal-card__img .bag_gif:hover {
  background-image: url(../image/pc55-362dd3c.gif)
}
.deal-card__img img {
  max-width: 100%
}
.deal-card__img img[lazy=error], .deal-card__img img[lazy=loading] {
  width: 40%
}
.deal-card__img img:before {
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-image: url(../image/pc55-4ac5af4.svg);
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden
}
.deal-card__img a {
  display: block;
  height: 100%;
  width: 100%
}
.deal-card__left-time {
  font-size: 12px;
  color: #fe5a58
}
.deal-card__content {
  position: relative;
  float: right;
  min-height: 180px;
  width: calc(100% - 196px);
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}
.deal-card__content.noflex {
  display: block
}
.deal-card__price, .deal-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.47;
  overflow: hidden;
  text-overflow: ellipsis
}
.deal-card__price:hover, .deal-card__title:hover {
  color: #fe5a58
}
.deal-card__price {
  color: #fe5a58;
  padding: 5px 0
}
.deal-card__title {
  display: flex;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
  margin-bottom: 8px
}
.deal-card__store {
  padding-left: 16px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  background-size: 12px;
  background-position: 0;
  background-repeat: no-repeat;
  margin: 0 16px;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.deal-card__store a {
  color: #999
}
.deal-card__store a:hover {
  color: #fe5a58
}
.deal-card__rebate-view {
  display: inline-block;
  color: #fff;
  padding: 0 8px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(90deg, #ff488c, #fe8458);
  border-radius: 4px;
  margin-right: 6px
}
.deal-card__info-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  cursor: default;
  margin-top: 8px
}
.deal-card__info-wrap.abs, .deal-card__info-wrap.fixed {
  bottom: 0;
  width: 760px;
  background-color: #fff;
  box-shadow: 0 -3px 8px 0 #ececec;
  padding: 16px 24px 16px 220px;
  box-sizing: border-box
}
.deal-card__info-wrap.abs {
  left: -220px;
  bottom: unset;
  top: 200px
}
.deal-card__info-wrap.fixed {
  position: fixed;
  left: calc((100% - 1200px)/2 + 1px);
  z-index: 1;
  bottom: 0
}
.deal-card__info-wrap-right {
  display: flex;
  align-items: center
}
.deal-card__info-wrap-left {
  display: flex
}
.deal-card__info-wrap-left .praise-view {
  display: inline-flex;
  margin-right: 12px
}
.deal-card__comment, .deal-card__praise {
  cursor: pointer
}
.deal-card__comment:hover, .deal-card__praise:hover {
  color: #fe5a58
}
.deal-card__comment:hover svg, .deal-card__praise:hover svg {
  fill: #fe5a58
}
.deal-card__comment, .deal-card__praise, .deal-card__publish-time {
  color: #999;
  display: inline-flex;
  margin-right: 24px;
  align-items: center
}
.deal-card__comment > svg, .deal-card__praise > svg, .deal-card__publish-time > svg {
  margin-right: 4px
}
.deal-card__comment {
  color: #666;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 24px;
  margin-right: 0;
  background-image: url(../image/202109021709_MhuIzx7ZAK.svg);
  -webkit-filter: grayscale(1) opacity(.7);
  filter: grayscale(1) opacity(.7)
}
.deal-card__comment:hover {
  -webkit-filter: unset;
  filter: unset;
  color: #fe5a58
}
.deal-card__publish-time {
  margin-right: auto
}
.deal-card .grayline {
  margin: 20px 0
}
.show-card-cotent {
  width: 100%
}
.show-card-cotent .grayline {
  width: calc(100% - 48px);
  margin: 0 auto 20px
}
.show-carditem {
  display: flex;
  height: 220px;
  padding: 0 24px;
  justify-content: space-between
}
.show-carditem-left {
  width: 180px;
  height: 180px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-position: 50%;
  background-size: cover
}
.show-carditem-left__count {
  position: absolute;
  bottom: 4px;
  right: 6px;
  display: flex
}
.show-carditem-left__count i {
  width: 13px;
  height: 13px;
  background: url(../image/pc55-175b18d.svg) 50%/cover no-repeat
}
.show-carditem-left__count span {
  color: #fff;
  font-size: 12px;
  margin-left: 3px
}
.show-carditem-right {
  width: 608px;
  position: relative
}
.show-carditem-right .right-title {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  cursor: pointer
}
.show-carditem-right .right-title:hover {
  color: #fe5a58
}
.show-carditem-right .right-content {
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  position: absolute;
  top: 90px
}
.show-carditem-right .right-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 20px
}
.show-carditem-right .right-bottom__left, .show-carditem-right .right-bottom__left-user {
  display: flex;
  align-items: center
}
.show-carditem-right .right-bottom__left-user i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%
}
.show-carditem-right .right-bottom__left-user span {
  color: #979797;
  font-size: 12px;
  margin-left: 8px
}
.show-carditem-right .right-bottom__left-praise {
  margin-left: 28px;
  display: flex;
  align-items: center;
  cursor: pointer
}
.show-carditem-right .right-bottom__left-praise i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../image/202109021709_PrIM0wRQyo.svg) 50%/contain no-repeat;
  -webkit-filter: grayscale(1) opacity(.7);
  filter: grayscale(1) opacity(.7)
}
.show-carditem-right .right-bottom__left-praise span {
  color: #979797;
  font-size: 12px;
  margin-left: 4px
}
.show-carditem-right .right-bottom__left-praise.active span, .show-carditem-right .right-bottom__left-praise:hover span {
  color: #fe5a58 !important
}
.show-carditem-right .right-bottom__left-praise.active i, .show-carditem-right .right-bottom__left-praise:hover i {
  -webkit-filter: unset;
  filter: unset
}
.show-carditem-right .right-bottom__left-comment {
  margin-left: 14px;
  display: flex;
  align-items: center;
  cursor: pointer
}
.show-carditem-right .right-bottom__left-comment i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../image/202109021709_MhuIzx7ZAK.svg) 50%/contain no-repeat;
  -webkit-filter: grayscale(1) opacity(.7);
  filter: grayscale(1) opacity(.7)
}
.show-carditem-right .right-bottom__left-comment span {
  color: #979797;
  font-size: 12px;
  margin-left: 4px
}
.show-carditem-right .right-bottom__left-comment:hover span {
  color: #fe5a58 !important
}
.show-carditem-right .right-bottom__left-comment:hover i {
  -webkit-filter: unset;
  filter: unset
}
.show-carditem-right .right-bottom__right-date {
  color: #979797;
  font-size: 12px;
  margin-right: 6px
}
.show-carditem-right .right-bottom__right-recommend {
  color: #979797;
  font-size: 12px;
  padding: 0 10px;
  border-left: 1px solid #979797
}
.show-carditem-right .right-bottom__right-link {
  width: 130px;
  height: 32px;
  background-color: #fe5a58;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  display: inline-block
}
.show-carditem-right .right-bottom__right-link:hover {
  opacity: .85
}
.show-carditem .right-tags .show-item__info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.show-carditem .right-tags .show-item__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px
}
.show-carditem .right-tags .show-item__content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.show-carditem .right-tags .show-item__author-wrap {
  box-sizing: border-box;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 4px
}
.show-carditem .right-tags .show-item__author-wrap h2 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5
}
.show-carditem .right-tags .show-item__author-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px
}
.show-carditem .right-tags .show-item__author-info .avt {
  font-weight: 700;
  flex-direction: column !important
}
.show-carditem .right-tags .show-item__author-info .avt .oneLine {
  font-size: 16px;
  font-weight: 400;
  margin-top: 14px;
  max-width: 100% !important
}
.show-carditem .right-tags .show-item__author-info .avt:hover .oneLine {
  color: rgba(31, 31, 31, .8)
}
.show-carditem .right-tags .show-item__author-avatar {
  flex: none;
  margin-right: 12px;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat
}
.show-carditem .right-tags .show-item__author-content {
  flex: auto;
  display: flex;
  align-items: center;
  position: absolute
}
.show-carditem .right-tags .show-item__author-content > p {
  color: #999;
  font-size: 14px;
  line-height: 24px
}
.show-carditem .right-tags .show-item__author-name {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5
}
.show-carditem .right-tags .show-item__author-name:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-top: -4px;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.show-carditem .right-tags .show-item__author-name.male:after {
  background-image: url(../image/pc55-9333b4b.svg)
}
.show-carditem .right-tags .show-item__author-name.female:after {
  background-image: url(../image/pc55-6d36602.svg)
}
.show-carditem .right-tags .show-item__author-level {
  color: #fff;
  background-color: #fe5a58;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  height: 10px;
  margin-left: 10px
}
.show-carditem .right-tags .show-item__author-stat {
  display: flex;
  justify-content: space-between;
  padding: 24px 0
}
.show-carditem .right-tags .show-item__author-stat:last-child {
  padding-bottom: 0
}
.show-carditem .right-tags .show-item__author-stat > div {
  flex: 1;
  margin-right: 24px;
  margin-left: 8px
}
.show-carditem .right-tags .show-item__author-stat > div:last-child {
  margin-right: 0
}
.show-carditem .right-tags .show-item__author-stat h4 {
  color: #999;
  font-size: 14px;
  line-height: 24px
}
.show-carditem .right-tags .show-item__author-stat p {
  font-size: 16px;
  line-height: 24px;
  width: unset !important
}
.show-carditem .right-tags .show-item__author-stat-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: unset !important;
  margin: auto
}
.show-carditem .right-tags .show-item__author-btns {
  display: flex;
  justify-content: center
}
.show-carditem .right-tags .show-item__author-intro {
  margin-top: 22px;
  font-size: 12px;
  color: #666
}
.show-carditem .right-tags .show-item__tags .icon-tag {
  border-radius: 5px;
  margin: 4px 12px 0 0
}
.show-carditem .right-tags .show-item__tags .hide {
  display: none
}
.post-card {
  padding: 12px 0;
  border-radius: unset;
  width: 100%;
  margin-bottom: unset
}
.post-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  padding: 1px 0;
  width: 100%;
  transform: scaleY(.25);
  background-color: #eaeaea
}
.post-card:last-child:after {
  padding: 0 !important
}
.post-card__img {
  width: unset
}
.post-card__img img {
  width: 96px;
  height: 96px
}
.post-card__wrap {
  padding: 0;
  width: calc(100% - 108px)
}
.post-card__footer {
  position: absolute;
  left: 108px;
  bottom: 12px;
  width: calc(100% - 108px);
  justify-content: space-between
}
.post-card__footer img {
  width: 24px;
  height: 24px;
  border-radius: 25px;
}
.nwpt, .post-card a {
  display: flex;
  justify-content: space-between
}
.nwpt {
  font-size: 14px;
  color: #1f1f1f;
  align-items: flex-end;
  margin: 36px 0 16px
}
.nwpt.hideBar .el-tabs__active-bar {
  display: none
}
.nwpt.center {
  align-items: center
}
.nwpt.center .el-tabs__item {
  height: 24px;
  line-height: 24px
}
.nwpt h2 {
  font-size: 20px;
  font-weight: 500
}
.nwpt__tabs .el-tabs__header {
  margin: 0
}
.nwpt__tabs .el-tabs__content {
  display: none
}
.nwpt__tabs .el-tabs__item {
  font-size: 14px;
  color: #1f1f1f
}
.nwpt__tabs .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: 700;
  color: #fe5a58
}
.nwpt__tabs .el-tabs__nav {
  margin-left: 0
}
.nwpt__tabs .el-tabs__nav-wrap:after {
  content: unset
}
.nwpt__action, .nwpt__link {
  cursor: pointer;
  color: #fe5a58
}
.nwpt__action i, .nwpt__link i {
  font-weight: 700
}
.nwpt__action:hover, .nwpt__link:hover {
  color: #ff7373
}
.nwpt__action:after {
  content: "";
  height: 100%;
  padding: 0 .5px;
  background-color: #c8c8c8;
  margin: 0 24px
}
.swiper-ele {
  width: 100%
}
.swiper-ele__header, .swiper-ele__header h2 {
  display: flex;
  align-items: center
}
.swiper-ele__header h2 {
  font-size: 16px;
  font-weight: 700;
  margin-right: 16px
}
.swiper-ele__header h2 .bag_gif {
  margin-left: 10px;
  background-image: url(../image/pc55-e5653e4.png);
  background-size: cover
}
.swiper-ele__header h2 .bag_gif:hover {
  background-image: url(../image/pc55-362dd3c.gif)
}
.swiper-ele__header a {
  font-size: 14px;
  color: #999;
  margin-left: auto
}
.swiper-ele__header a i {
  font-weight: 700
}
.swiper-ele__header a:hover {
  color: #1f1f1f
}
.swiper-ele__link {
  display: flex;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  font-size: 14px
}
.swiper-ele__link:hover {
  color: #fe5a58
}
.swiper-ele__nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1f1f1f
}
.swiper-ele__nav .gray {
  color: #999 !important
}
.swiper-ele__nav i {
  font-weight: 700;
  cursor: pointer
}
.swiper-ele__nav i:hover {
  color: #787878
}
.swiper-ele__nav span {
  line-height: 18px;
  min-width: 24px;
  text-align: center
}
.swiper-ele__act {
  display: flex;
  height: 114px;
  width: 232px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 16px auto
}
.adswrapper {
  margin: 24px 0
}
.home .home-card {
  width: 100%
}
.home .adswrapper {
  margin-top: 0
}
.home-carousel {
  height: 336px;
  background-size: 15%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative
}
.home-carousel-loading {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 110px auto 0;
  left: calc((100% - 280px)/2)
}
.home-carousel-loading span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  -webkit-animation: cload 1.04s ease infinite;
  animation: cload 1.04s ease infinite
}
@-webkit-keyframes cload {
  0% {
    transform: scale(1.2);
    opacity: 1
  }
  to {
    transform: scale(.3);
    opacity: .5
  }
}
.home-carousel-loading span:first-child {
  left: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-animation-delay: .13s;
  animation-delay: .13s
}
.home-carousel-loading span:nth-child(2) {
  left: 11px;
  top: 11px;
  -webkit-animation-delay: .26s;
  animation-delay: .26s
}
.home-carousel-loading span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -8px;
  -webkit-animation-delay: .39s;
  animation-delay: .39s
}
.home-carousel-loading span:nth-child(4) {
  top: 11px;
  right: 11px;
  -webkit-animation-delay: .52s;
  animation-delay: .52s
}
.home-carousel-loading span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}
.home-carousel-loading span:nth-child(6) {
  right: 11px;
  bottom: 11px;
  -webkit-animation-delay: .78s;
  animation-delay: .78s
}
.home-carousel-loading span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  -webkit-animation-delay: .91s;
  animation-delay: .91s
}
.home-carousel-loading span:nth-child(8) {
  bottom: 11px;
  left: 11px;
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s
}
.home-carousel-loadpanel {
  position: relative
}
.home-carousel-smloading {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 37px;
  left: 34px
}
.home-carousel-smloading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  -webkit-animation: cload 1.04s ease infinite;
  animation: cload 1.04s ease infinite
}
@keyframes cload {
  0% {
    transform: scale(1.2);
    opacity: 1
  }
  to {
    transform: scale(.3);
    opacity: .5
  }
}
.home-carousel-smloading span:first-child {
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-animation-delay: .13s;
  animation-delay: .13s
}
.home-carousel-smloading span:nth-child(2) {
  left: 7px;
  top: 7px;
  -webkit-animation-delay: .26s;
  animation-delay: .26s
}
.home-carousel-smloading span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -5px;
  -webkit-animation-delay: .39s;
  animation-delay: .39s
}
.home-carousel-smloading span:nth-child(4) {
  top: 7px;
  right: 7px;
  -webkit-animation-delay: .52s;
  animation-delay: .52s
}
.home-carousel-smloading span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}
.home-carousel-smloading span:nth-child(6) {
  right: 7px;
  bottom: 7px;
  -webkit-animation-delay: .78s;
  animation-delay: .78s
}
.home-carousel-smloading span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  -webkit-animation-delay: .91s;
  animation-delay: .91s
}
.home-carousel-smloading span:nth-child(8) {
  bottom: 7px;
  left: 7px;
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s
}
.home .afline:after {
  max-width: 1200px
}
.home-popad {
  margin: 0;
  background-color: transparent;
  box-shadow: unset;
  height: 100%
}
.home-popad__animate {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 26.5%;
  -webkit-animation-name: btn;
  animation-name: btn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
@-webkit-keyframes btn {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.2)
  }
  to {
    transform: scale(1)
  }
}
@keyframes btn {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.2)
  }
  to {
    transform: scale(1)
  }
}
.home-popad__img {
  max-height: 50vh;
  max-width: 100%;
  margin: auto
}
.home-popad .el-dialog__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.home-popad .el-dialog__body i {
  font-size: 16px;
  padding: 6px;
  border-radius: 50%;
  background-color: #999;
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-filter: opacity(.8);
  filter: opacity(.8);
  cursor: pointer
}
.home-popad .el-dialog__body i.pad {
  transform: translateX(-30%)
}
.home-popad .el-dialog__header {
  display: none
}
.home-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 64px;
  padding-top: 48px;
  position: relative
}
.home-sec .nwpt .nwpt__tabs {
  height: 50px
}
.home-sec .nwpt .nwpt__tabs .el-tabs__item {
  height: 49px !important;
  line-height: 49px !important
}
.home-sec-ad {
  display: block;
  width: 100%;
  margin-bottom: 24px
}
.home-sec-ad img {
  width: 100%;
  border-radius: 4px
}
.home-sec-header {
  top: 49px;
  z-index: 10;
  box-shadow: 0 5px 10px 0 #ececec
}
.home-sec-bar, .home-sec-header {
  position: -webkit-sticky;
  position: sticky
}
.home-sec-bar {
  top: 120px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 14px #ececec;
  width: 80px;
  text-align: center;
  white-space: nowrap;
  margin-left: calc((100% - 1200px)/2 - 130px)
}
@media screen and (max-width:1460px) {
  .home-sec-bar {
    margin-left: 0
  }
}
.home-sec-bar li {
  padding: 14px;
  font-size: 14px;
  color: #1f1f1f;
  cursor: pointer
}
.home-sec-bar li.active, .home-sec-bar li:hover {
  color: #fff;
  background-color: #fe5a58
}
.home-sec-left {
  width: 856px;
  margin-left: auto;
  margin-right: 14px
}
.home-sec-left .nwpt {
  padding: 0 24px !important
}
.home-sec-left .nwpt__tabs {
  height: 50px !important;
  line-height: 50px !important
}
.home-sec-left .nwpt__tabs .el-tabs__item {
  font-size: 15px !important
}
.home-sec-left__deals {
  margin-top: 16px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center
}
.home-sec-left__deals.empty {
  position: relative;
  background-image: url(../image/202108051113_k7D8NPKoQz.svg);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 200px;
  height: 250px;
  background-position: 50%
}
.home-sec-left__deals.empty:after {
  content: "暂无相关优惠";
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 36px
}
.home-sec-left__deals .more-deals {
  font-size: 14px;
  color: #999
}
.home-sec-left__deals .more-deals:hover {
  color: #fe5a58
}
.home-sec-left__deals .more-deals:before {
  content: "查看全部优惠"
}
.home-sec-left__deals.col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0
}
.home-sec-left__deals.col a {
  display: block;
  width: calc((100% - 16px)/2);
  padding-top: calc((100% - 16px)/2*0.559);
  margin: 0 16px 16px 0;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .5);
  position: relative
}
.home-sec-left__deals.col a:hover {
  box-shadow: 0 0 14px #ececec
}
.home-sec-left__deals.col a:hover span {
  color: #fe5a58
}
.home-sec-left__deals.col a span {
  font-size: 14px;
  color: #1f1f1f;
  position: absolute;
  left: 24px;
  bottom: 24px
}
.home-sec-left__deals.col a:nth-child(2n) {
  margin-right: 0
}
.home-sec-left__deals .deal-card {
  width: 100%
}
.home-sec-left__deals .deal-card-app__enter {
  right: 50px;
  bottom: 60px
}
.home-sec-left__deals .deal-card .grayline {
  width: calc(100% - 48px);
  margin: 20px auto
}
.home-sec-left__deals .deal-card__wrap {
  padding: 0 24px
}
ok .home-sec-left__deals .deal-card__wrap-badge {
  left: 24px
}
.home-sec-left__deals .deal-card__info-wrap.abs, .home-sec-left__deals .deal-card__info-wrap.fixed {
  width: 854px
}
.home-sec-left__deals .deal-card__squireds {
  padding-right: 100px
}
.home-sec-left__deals .deal-card__squireds .squared-item {
  width: calc((100% - 24px)/3);
  margin-right: 12px
}
.home-sec-right {
  width: 330px;
  margin-right: calc((100% - 1200px)/2)
}
.home-sec-right.sticky {
  position: -webkit-sticky;
  position: sticky
}
.home-sec-right .swiper-ele {
  margin-bottom: 24px
}
.home-sec-right__hot .deal-item {
  display: block;
  padding: 12px 0
}
.home-sec-right__hot .deal-item__store {
  padding-left: 20px
}
.home-sec-right__hot .deal-item__wrap {
  padding: 0
}
.home-sec-right__hot .deal-item__img {
  height: 96px;
  width: 96px;
  border-radius: 4px
}
.home-sec-right__hot .deal-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.home-sec-right__hot .deal-item__img img[lazy=error], .home-sec-right__hot .deal-item__img img[lazy=loading] {
  width: 60%;
  -o-object-fit: unset;
  object-fit: unset
}
.home-sec-right__hot .deal-item__content {
  width: calc(100% - 112px)
}
.home-sec-right__hot .post-card:after {
  content: unset
}
.home-sec-right__hot .post-card__avatar {
  height: 20px;
  width: 20px
}
.home-sec-right__hot .post-card__author {
  margin-left: 6px
}
.home-sec-right__hot .post-card__img {
  width: 81px
}
.home-sec-right__hot .post-card__img img {
  height: 81px;
  width: 81px;
  border-radius: 4px
}
.home-sec-right__hot .post-card__img img[lazy=error], .home-sec-right__hot .post-card__img img[lazy=loading] {
  width: 60%
}
.home-sec-right__hot .post-card__wrap {
  width: calc(100% - 93px)
}
.home-sec-right__hot .post-card__footer {
  left: 93px
}
.home-sec-right__hot .post-card__footer .praise-view svg {
  margin-right: 4px
}
.home-sec-right__hot .deal-item:first-child, .home-sec-right__hot .post-card:first-child {
  padding-top: 24px
}
.home-sec-right__hot .deal-item:last-child, .home-sec-right__hot .post-card:last-child {
  padding-bottom: 0
}
.home-sec-right__hot .post-card:last-child .post-card__footer {
  bottom: 0
}
.home .wt {
  background-color: #fff
}
.home .is-title:before {
  font-size: 22px;
  font-weight: 700;
  margin-right: 48px;
  color: #1f1f1f
}
.home-title {
  display: flex;
  align-items: center
}
.home-title.rebate {
  padding-top: 48px;
  padding-bottom: 24px
}
.home-title.rebate:before {
  content: "如何获得返利?";
  margin-right: 24px
}
.home-title i {
  font-weight: 700
}
.home-title a, .home-title i {
  font-size: 14px;
  color: #999;
  cursor: pointer
}
.home-title a:hover, .home-title a:hover i, .home-title i:hover, .home-title i:hover i {
  color: #fe5a58
}
.home-title .el-icon-error {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto
}
.home-title .el-icon-error:after {
  content: "关闭";
  margin-right: 8px
}
.home .nwpt {
  margin: 0;
  padding: 24px calc((100% - 1200px)/2) 2px;
  justify-content: flex-start
}
.home .nwpt:after {
  left: calc((100% - 1200px)/2)
}
.home .nwpt.store:before {
  content: "返利商家"
}
.home .nwpt.shipping {
  padding-top: 48px
}
.home .nwpt.shipping:before {
  content: "海淘转运"
}
.home .nwpt.select {
  padding-top: 46px
}
.home .nwpt.select .el-tabs__item {
  padding: 0 16px
}
.home .nwpt.select .el-tabs__item:nth-child(2) {
  padding-left: 0
}
.home .nwpt.select .el-tabs__item:last-child {
  padding-right: 0
}
.home .nwpt.select:before {
  content: "小编精选"
}
.home .nwpt__tabs .el-tabs__active-bar {
  height: 5px
}
.home .nwpt__tabs .el-tabs__item {
  height: 58px !important;
  line-height: 58px !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0 12px
}
.home .nwpt__tabs .el-tabs__item.is-active {
  font-weight: 700
}
.home .nwpt__tabs .el-tabs__item:hover {
  color: #fe5a58
}
.home .nwpt__icons {
  margin-left: auto
}
.home .nwpt__link {
  color: #999
}
.home .nwpt__link:hover {
  color: #fe5a58
}
.home-wrap {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}
.home-wrap.shipping {
  padding-top: 24px;
  padding-bottom: 32px;
  position: relative;
  z-index: 1
}
.home-wrap.shipping a {
  height: 133px;
  width: calc((100% - 125px)/6);
  margin-right: 25px;
  transition: transform .5s ease;
  display: flex;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ececec
}
.home-wrap.shipping a img {
  max-width: 80%;
  max-height: 80%;
  margin: auto
}
.home-wrap.shipping a:hover {
  box-shadow: 0 0 14px #ececec;
  transform: translateY(-10px)
}
.home-wrap.shipping a:last-of-type {
  margin-right: 0
}
.home-wrap.ad {
  padding-top: 32px;
  position: relative
}
.home-wrap.ad:hover .swiper-button-next, .home-wrap.ad:hover .swiper-button-prev {
  display: flex
}
.home-wrap.ad .swiper-button-next, .home-wrap.ad .swiper-button-prev {
  display: none;
  opacity: .5;
  height: 36px;
  width: 36px;
  margin-top: 0;
  background-color: rgba(31, 45, 61, .11);
  border-radius: 50%;
  background-image: unset
}
.home-wrap.ad .swiper-button-next:hover, .home-wrap.ad .swiper-button-prev:hover {
  background-color: rgba(31, 45, 61, .23)
}
.home-wrap.ad .swiper-button-next i, .home-wrap.ad .swiper-button-prev i {
  color: #fff;
  font-weight: 700;
  margin: auto
}
.home-wrap.ad .swiper-button-next.swiper-button-disabled, .home-wrap.ad .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset
}
.home-wrap.ad .swiper-button-prev {
  left: calc((100% - 1200px)/2 + 12px)
}
.home-wrap.ad .swiper-button-next {
  right: calc((100% - 1200px)/2 + 12px)
}
.home-wrap.ad .swiper-container {
  border-radius: 8px;
  width: 100%
}
.home-wrap.ad a {
  display: block;
  width: calc((100% - 54px)/4);
  border-radius: 8px;
  margin-right: 18px;
  padding: 16px 0 2px
}
.home-wrap.ad a > div {
  position: relative;
  transition: transform .5s ease
}
.home-wrap.ad a span {
  position: absolute;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  top: 10px;
  left: 10px;
  z-index: 10
}
.home-wrap.ad a:hover div {
  transform: translateY(-10px)
}
.home-wrap.ad a img {
  transition: transform .5s ease;
  width: 100%;
  border-radius: 8px
}
.home-wrap.ad a img[lazy=error], .home-wrap.ad a img[lazy=loading] {
  width: 30%
}
.home-wrap.ad a:last-of-type {
  margin-right: 0
}
.home-wrap.guide {
  justify-content: space-between
}
.home-wrap.store {
  padding-top: 32px;
  position: relative;
  z-index: 1
}
.home-wrap.select {
  padding-top: 24px;
  justify-content: space-between;
  position: relative;
  z-index: 1
}
.home-wrap.select .show-card {
  margin-bottom: 0
}
.home-wrap.select .show-card__title {
  height: 46px;
  font-size: 14px;
  font-weight: 600
}
.home-wrap.select .show-card__wrap {
  margin: 0 8px;
  padding-top: 8px
}
.home-wrap.select .show-card__footer {
  margin: 0 8px;
  padding-bottom: 14px
}
.home-wrap.select .show-card__img {
  height: 176px;
  overflow: hidden
}
.home-wrap.select .show-card__img img {
  position: absolute;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.home-wrap.select .show-card__img img[lazy=error], .home-wrap.select .show-card__img img[lazy=loading] {
  width: 0
}
.home-wrap.select .deal-item, .home-wrap.select .show-card {
  width: calc((100% - 140px)/6);
  transition: transform .5s ease
}
.home-wrap.select .deal-item:hover, .home-wrap.select .show-card:hover {
  box-shadow: 0 0 14px #ececec;
  transform: translateY(-10px)
}
.home-wrap.select .deal-item:hover .show-card__title, .home-wrap.select .show-card:hover .show-card__title {
  color: #1f1f1f
}
.home-wrap.select .deal-item {
  box-shadow: 0 0 0 1px #ececec;
  border-radius: 4px
}
.home-wrap.select .deal-item__left-time {
  top: unset;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  transform: unset;
  padding-left: 12px;
  letter-spacing: 1px
}
.home-wrap.select .deal-item__title {
  height: 40px;
  font-weight: 600;
  color: #1f1f1f
}
.home-wrap.select .deal-item__wrap {
  padding: 0;
  flex-direction: column
}
.home-wrap.select .deal-item__img {
  margin: 0;
  width: 100%;
  height: 176px;
  border-radius: 4px 4px 0 0
}
.home-wrap.select .deal-item__img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.home-wrap.select .deal-item__img img[lazy=error], .home-wrap.select .deal-item__img img[lazy=loading] {
  min-width: unset;
  width: 30%;
  -o-object-fit: unset;
  object-fit: unset
}
.home-wrap.select .deal-item__price {
  font-weight: 600;
  padding: 6px 0 0
}
.home-wrap.select .deal-item__content {
  width: 100%;
  position: relative;
  padding: 8px 8px 14px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  height: unset
}
.home-wrap.select .deal-item__content:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 0;
  width: 100%
}
.home-wrap.select .deal-item__store {
  display: none
}
.home-wrap .hsc {
  margin-right: 20px;
  width: calc((100% - 100px)/6)
}
.home-wrap .hsc:nth-child(6n) {
  margin-right: 0;
  margin-bottom: 20px
}
.home-wrap .hsc:last-child {
  margin-bottom: 0
}
.home-cw {
  position: relative
}
.home-cw__badge {
  position: absolute;
  z-index: 1;
  left: calc((100% - 1200px)/2);
  top: 35px;
  padding: 4px 12px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  background-color: #fff
}
.home-cw__card {
  position: absolute;
  z-index: 2;
  top: 0;
  right: calc((100% - 1200px)/2);
  width: 263px;
  height: 100%;
  padding: 23px 0 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(60deg, #ff6748, #ff5157);
  overflow: hidden
}
.home-cw__card:before {
  content: "";
  background: linear-gradient(0deg, #f04355, #ff4d5a 5%);
  transform: scaleY(11) perspective(1.5em) rotateX(50deg);
  transform-origin: bottom right;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -20px;
  width: 75%;
  height: 100%;
  border-radius: 0 3px 3px 0
}
.home-cw__card-img {
  height: 118px;
  width: 118px;
  background-color: #1f1f1f;
  background-size: 80%;
  border-radius: 6px;
  margin-bottom: 6px;
  position: relative
}
.home-cw__card-btn {
  margin-top: auto;
  border: none;
  padding: 0
}
.home-cw__card-btn:hover {
  background-color: #fff
}
.home-cw__card-btn:hover span {
  color: #ff7373 !important
}
.home-cw__card-btn span {
  color: #fe5a58 !important;
  padding: 0 60px;
  line-height: 32px !important
}
.home-cw__card-rebate {
  font-size: 20px;
  font-weight: 700;
  margin-top: 9px
}
.home-cw__card-desc {
  font-size: 14px
}
.home-cw__card-num {
  font-size: 12px;
  line-height: 18px !important
}
.home-cw__card span {
  color: #fff;
  line-height: 24px
}
.home-cw__card .bag_gif {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  background-image: url(../image/pc55-e5653e4.png);
  background-size: cover
}
.home-cw__card .bag_gif:hover {
  background-image: url(../image/pc55-362dd3c.gif)
}
.home-cw__card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px
}
.home-cw__card h3 i {
  transform: scaleX(2) translateX(-8px)
}
.home-cw__card h3 i:last-of-type {
  transform: scaleX(2) translateX(8px)
}
.home-cw .el-carousel {
  z-index: 1
}
.home-cw .el-carousel__indicator button {
  height: 6px;
  width: 6px;
  border-radius: 50%
}
.home-cw .el-carousel__indicator.is-active button {
  background-color: #f28a3b;
  box-shadow: 0 0 0 2px #ffd8ba
}
.home-cw .el-carousel__item a {
  display: flex;
  height: 100%;
  position: relative
}
.home-cw .el-carousel__item a img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.home-cw .el-carousel__item a img[lazy=error], .home-cw .el-carousel__item a img[lazy=loading] {
  height: 50%
}
.home-cw .el-carousel__indicators {
  left: calc(50% - 157px)
}
.home-cw .el-carousel__arrow--left {
  left: calc((100% - 1200px)/2)
}
.home-cw .el-carousel__arrow--right {
  right: calc((100% - 1200px)/2 + 314px)
}
.banner, .banner a {
  position: relative
}
.banner a {
  display: flex;
  max-width: 67%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto
}
.banner .content {
  position: absolute;
  left: calc((100% - 1200px)/2);
  height: 280px;
  margin: 28px 0;
  z-index: 9999
}
.banner .content .banner_logo {
  width: 102px;
  height: 23px;
  margin: 23px 0
}
.banner .content .banner_badge {
  border-radius: 25px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  color: #1f1f1f;
  background-color: #fff;
  width: 113px;
  height: 33px;
  line-height: 33px;
  margin-bottom: 10px
}
.banner .content .banner_title, .banner .content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000
}
.banner .content h3 {
  margin-bottom: 15px
}
.banner .content .content1, .banner .content .content2 {
  font-weight: 400;
  font-size: 26px;
  word-break: break-word;
  line-height: 1.3;
  color: #000
}
.banner .content .content1 {
  height: 96px
}
.banner .button {
  width: 145px;
  height: 38px;
  border-radius: 38px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center
}