﻿.roaming {
  position: absolute;
  z-index: 20
}
.roaming-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.roaming__list {
  width: 328px;
  height: 300px;
  box-shadow: 0 2px 4px 0 rgba(60, 60, 60, .04), 0 4px 8px 0 rgba(60, 60, 60, .04);
  background: #fff;
  border-radius: 4px;
  z-index: 20
}
.roaming__list ul {
  max-height: 300px;
  overflow-y: scroll
}
.roaming__list__title {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #353535;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eaeaea
}
.roaming__list__title-close {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../image/pc55-aff394a.svg) no-repeat 50%
}
.roaming__list__title-li {
  position: relative;
  display: flex;
  padding: 0 16px;
  flex-wrap: wrap;
  align-items: center;
  height: 48px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 48px;
  text-align: left;
  font-weight: 600
}
.roaming__list__title-li:last-child svg {
  display: none
}
.roaming__list__title-li span {
  flex: none;
  margin-right: 16px
}
.roaming__list__title-li span:nth-child(2) {
  flex: 1;
  color: #999;
  font-size: 12px
}
.roaming__list__title-li svg {
  flex: none
}
.common-input {
  font-size: 16px
}
.common-input__title {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 8px
}
.common-input__box {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  height: 36px;
  justify-content: space-between;
  align-items: center;
  background: #fff
}
.common-input__box input {
  flex: auto;
  border: none;
  outline: none;
  width: 220px;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  box-shadow: inset 0 0 0 10px #fff
}
.common-input__box.active {
  border-bottom: 1px solid #ff804d
}
.common-input__box.active.border-input, .common-input__box.border-input {
  height: 48px;
  padding: 0 16px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  box-sizing: border-box
}
.common-input__box.active.border-input input, .common-input__box.border-input input {
  width: auto;
  font-size: 14px;
  line-height: 24px
}
.common-input__box ::-webkit-input-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.common-input__box :-moz-placeholder, .common-input__box ::-moz-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.common-input__box :-ms-input-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.common-input__clear, .common-input__hide {
  margin-left: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer
}
.common-input__clear:hover svg, .common-input__hide:hover svg {
  fill: #8d8c8c
}
.agreement-checkbox {
  margin: 16px auto 0;
  font-size: 12px;
  height: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #999;
  line-height: 16px
}
.agreement-checkbox__checkbox {
  margin-right: 4px;
  height: 16px;
  cursor: pointer
}
.agreement-checkbox__content {
  width: calc(100% + 12px)
}
.agreement-checkbox__lienc {
  color: #fe5a58;
  font-weight: 600;
  height: 16px;
  line-height: 16px
}
.agreement-checkbox__lienc:hover {
  color: #fe5a58;
  opacity: .8
}
.back-top-bar {
  position: relative;
  line-height: 56px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  background-color: #fff
}
.back-top-bar__btn {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi4zMTcgOEw3Ljc2IDEuNjVBMSAxIDAgMTA2LjI0MS4zNWwtNiA3YTEgMSAwIDAwMCAxLjNsNiA3YTEgMSAwIDEwMS41MTgtMS4zTDIuMzE3IDh6IiBmaWxsPSIjOTc5Nzk3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat 50%
}
.back-top-bar__btn.icon-close {
  background: url(../image/pc55-aff394a.svg) no-repeat 50%
}
.back-top-bar.small {
  width: 376px;
  height: 56px;
  line-height: 56px
}
.back-top-bar.small .back-top-bar__btn {
  position: absolute;
  left: 20px;
  top: 16px
}
.markdown-body img {
  margin-top: 8px;
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 6px
}
.markdown-body a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer
}
.custom-dialog-wrapper,  .custom-chat-dialog {
  position: fixed !important;
  right: 10px !important;
  bottom: 48px !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  z-index: 3000;
  width: 403px !important;
  height: 598px !important
}
.custom-chat-dialog {
  pointer-events: none
}
.custom-chat-dialog .el-dialog__body, .custom-chat-dialog .el-dialog__header {
  pointer-events: auto
}
 .el-dialog {
  width: 403px;
  height: 598px;
  background: linear-gradient(180deg, #f7eef1, #f4f6f8 77.76%) !important;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05098)
}
 .el-dialog__header {
  border-bottom: none;
  padding: 10px 15px !important
}
 .el-dialog__body {
  padding: 0 0 30px !important
}
 .el-dialog__headerbtn {
  position: absolute;
  top: 8px !important;
  right: 10px !important
}
.customer-service {
  position: fixed;
  bottom: 20px;
  right: 30px
}
.custom-chat-dialog {
  position: fixed !important;
  bottom: 70px !important;
  right: 20px !important;
  margin: 0 !important;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}
.chat-box {
  display: flex;
  flex-direction: column;
  height: 573px
}
.message-list {
  flex: 1;
  overflow-y: auto;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05098);
  background: linear-gradient(180deg, #f7eef1, #f4f6f8 77.76%) !important
}
.chat-input::-webkit-scrollbar, .message-list::-webkit-scrollbar {
  width: 3px
}
.chat-input::-webkit-scrollbar-track, .message-list::-webkit-scrollbar-track {
  background: transparent
}
.chat-input::-webkit-scrollbar-thumb, .message-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px
}
.chat-input::-webkit-scrollbar-button, .chat-input::-webkit-scrollbar-button:decrement, .chat-input::-webkit-scrollbar-button:increment, .chat-input::-webkit-scrollbar-button:single-button, .message-list::-webkit-scrollbar-button, .message-list::-webkit-scrollbar-button:decrement, .message-list::-webkit-scrollbar-button:increment, .message-list::-webkit-scrollbar-button:single-button {
  display: none;
  width: 0;
  height: 0
}
.message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px 15px
}
.message.user {
  flex-direction: row-reverse
}
.bubble {
  max-width: 240px;
  padding: 10px;
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
  position: relative
}
.user_bubble {
  border-radius: 10px 0 10px 10px
}
.message.user .bubble {
  background-color: #eff6ff
}
.meta {
  color: #999;
  margin-bottom: 4px
}
.meta, .text {
  font-size: 14px
}
.text {
  line-height: 1.5;
  display: flex;
  align-items: center
}
.text .el-icon-refresh-left {
  margin-right: 5px
}
.qr-image {
  margin-top: 8px;
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 6px
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%
}
.userAvatar {
  margin-left: 8px
}
.systemAvatar {
  margin-right: 8px
}
.input-area {
  grid-gap: 6px;
  gap: 6px;
  margin: 0 15px 15px;
  height: 100px;
  border-radius: 6px;
  border: 1px solid #e9ebf1
}
.input-area, .input-wrapper {
  display: flex;
  align-items: center;
  background-color: #f4f6f8;
  position: relative
}
.input-wrapper {
  width: 373px;
  height: 90px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  border-radius: 6px;
  margin-bottom: 10px
}
.input-wrapper .el-input__inner {
  padding: 0 6px !important;
  height: 60px !important;
  line-height: 40px !important
}
.input-wrapper-send {
  width: 100%;
  height: 30%
}
.chat-input {
  overflow-y: auto;
  line-height: 1;
  resize: none;
  border: none;
  background-color: transparent;
  border-radius: 4px;
  padding: 10px 8px 6px;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  height: 70%;
  font-family: PingFang SC !important
}
.chat-input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: PingFang SC !important
}
.chat-input:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: PingFang SC !important
}
.chat-input::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: PingFang SC !important
}
.chat-input::placeholder {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: PingFang SC !important
}
.chat-input:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit
}
.send-button {
  border-radius: 5px;
  position: absolute;
  right: 8px;
  z-index: 2
}
.send-button.is-disabled {
  background: linear-gradient(105.48deg, rgba(246, 101, 74, .4), rgba(246, 77, 90, .4)) !important
}
.faq-buttons-wrapper {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  background-color: #fff;
  padding-top: 20px
}
.faq-buttons-wrapper, .faq-title {
  display: flex;
  justify-content: space-between
}
.faq-title {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 5px;
  align-items: center;
  width: 100%
}
.faq-title .change-icon {
  color: #666;
  font-size: 12px
}
.faq-title .change-icon:hover {
  cursor: pointer;
  color: #f64d5a
}
.faq-buttons {
  grid-gap: 5px;
  gap: 5px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  padding: 10px 0
}
.faq-buttons span {
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 10px;
  border: 1px solid #e9ebf1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.faq-buttons span:hover {
  background-color: #f4f6f8
}
.arrow-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e9ebf1;
  display: flex;
  justify-content: center;
  align-items: center
}
 .el-input__inner {
  border: none;
  background-color: #f4f6f8;
  border-radius: 30px
}
.input-img {
  position: absolute;
  z-index: 9999;
  bottom: 8px;
  left: 10px
}
.input-img .group {
  width: 15px;
  height: 15px
}
 .el-upload--picture-card {
  width: 15px;
  height: 15px;
  vertical-align: baseline !important;
  background-color: transparent;
  border: none
}
 .el-upload-list--picture-card .el-upload-list__item {
  width: 15px;
  height: 15px
}
.up-image {
  width: 30px;
  height: 30px;
  border-radius: 50%
}
.upload-wrapper {
  position: absolute;
  z-index: 9999;
  bottom: 5px;
  left: 10px;
  width: 30px;
  height: 30px
}
.upload-wrapper i {
  position: absolute;
  top: 27%;
  right: 28%;
  cursor: pointer;
  display: none;
  color: #fff
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s
}
.upload-wrapper:hover .mask {
  opacity: 1
}
.upload-wrapper:hover .delete-icon {
  display: block
}
.el-upload--picture-card i {
  font-size: 22px
}
.custom-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%
}
.custom-header img {
  width: 16px;
  height: 16px;
  cursor: pointer
}
.onecoupon {
  position: relative;
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer
}
.onecoupon.line {
  width: 100%
}
.onecoupon.line:after {
  content: "";
  position: absolute;
  padding: 1px 0;
  width: 100%;
  background: #eaeaea;
  transform: scaleY(.25);
  bottom: -8px
}
.onecoupon__code, .onecoupon__code-child {
  padding: 0 !important;
  margin: 0 !important
}
.onecoupon__code-child.underline {
  text-decoration: underline
}
.onecoupon__badge {
  color: #fff;
  background: linear-gradient(90deg, #ff8266, #ff4e7b);
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 6px
}
.onecoupon__desc, .onecoupon__time {
  font-size: 12px;
  color: #999
}
.onecoupon .totips {
  border-radius: 4px;
  top: 0;
  white-space: nowrap;
  background: #303133;
  color: #fff;
  padding: 6px 8px;
  margin-top: -44px;
  z-index: 1
}
.onecoupon .totips, .onecoupon .totips:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}
.onecoupon .totips:before {
  content: "";
  bottom: -8px;
  width: 0;
  height: 0;
  border-color: #303133 transparent transparent;
  border-style: solid;
  border-width: 10px 9px 0
}
.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 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
}
.header-user-popup {
  position: relative;
  padding: 14px 0
}
.header-user-popup:hover .header-user-popup__list {
  display: block
}
.header-user-popup__avatar {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background-image: url(../image/pc55-d06ee12.png);
  background-size: cover !important;
  background-position: 50% !important
}
.header-user-popup__list {
  display: none;
  position: absolute;
  top: 56px;
  right: -12px;
  width: 128px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(60, 60, 60, .04), 0 4px 8px 0 rgba(60, 60, 60, .04);
  z-index: 100
}
.header-user-popup__list:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 18px;
  height: 0;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent
}
.header-user-popup__item > .item, .header-user-popup__item > a {
  display: flex;
  padding: 12px 24px 12px 16px;
  cursor: pointer
}
.header-user-popup__item > .item:hover, .header-user-popup__item > a:hover {
  fill: #f67052;
  color: #f67052;
  background-color: rgba(246, 112, 82, .1)
}
.header-user-popup__title {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.deal-item__app_radio {
  width: calc(100% - 55px) !important;
  margin: 0;
  margin-left: 55px !important
}
.deal-item__app_radio .radio {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -39px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuNSIgc3Ryb2tlPSIjOTk5IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}
.deal-item__app_radio .checked {
  background-image: url(../image/pc55-ccc6db0.svg)
}
.deal-item__radio {
  overflow: visible !important;
  overflow: initial !important;
  margin-left: 32px
}
.deal-item__radio .radio {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuNSIgc3Ryb2tlPSIjOTk5IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}
.deal-item__radio .checked {
  background-image: url(../image/pc55-ccc6db0.svg)
}
.deal-item__badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(90deg, #ff488c, #fe8458);
  font-size: 12px;
  padding: 0 10px;
  line-height: 22px;
  border-radius: 0 0 12px 0
}
.deal-item-app {
  position: relative;
  padding-right: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 32px);
  height: 163px;
  background-image: url(../image/202107091331_4rMU6UkBPX.png);
  background-size: cover;
  margin: auto;
  cursor: pointer
}
.deal-item-app .praise-view {
  color: #fff;
  margin-top: auto
}
.deal-item-app__enter {
  position: absolute;
  right: 18px;
  bottom: 12px;
  font-size: 12px;
  color: #9d5f5d
}
.deal-item-app__code {
  height: 112px;
  width: 91px;
  padding: 8px 8px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 28px 0 0 38px;
  background-color: #fe5a58
}
.deal-item-app__code span {
  font-size: 12px;
  color: #fff;
  display: block;
  transform: translate(3px, 6px)
}
.deal-item-app__code .dlapp-qrcode {
  height: 76px;
  width: 76px;
  background-color: #fff;
  background-image: url(../image/202107092043_vVC5A5BXKc.png);
  background-size: 76px
}
.deal-item-app__info {
  display: flex;
  flex-direction: column;
  padding: 24px 0 21px;
  width: calc(100% - 178px);
  color: #fff
}
.deal-item-app__info h3 {
  font-size: 18px;
  margin: 12px 0 0
}
.deal-item-app__info .dlapp-app {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 68px;
  background-color: #fe5a58;
  text-align: center;
  border-radius: 25px
}
.deal-item-app__info .dlapp-price {
  font-size: 14px
}
.deal-item:last-child .grayline {
  display: none
}
.deal-item:hover .deal-item__title {
  color: #fe5a58
}
.deal-item.expired {
  position: relative;
  color: #999
}
.deal-item.expired .deal-item__price, .deal-item.expired .deal-item__title {
  color: #999
}
.deal-item.expired .deal-item__rebate-view {
  color: #999;
  background-color: #f4f4f4
}
.deal-item.expired .deal-item__wrap {
  padding: 8px 16px
}
.deal-item.expired .deal-item__wrap:before {
  content: "已过期";
  position: absolute;
  top: 16px;
  left: 24px;
  display: inline-block;
  padding: 1px 4px;
  width: 36px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background-color: #999;
  border-radius: 2px;
  z-index: 1
}
.deal-item.large .deal-item__img {
  height: 142px;
  width: 142px;
  border-radius: 4px
}
.deal-item.large .deal-item__content {
  width: calc(100% - 154px)
}
.deal-item.large .deal-item__store {
  margin: 12px auto 8px
}
.deal-item.large .deal-item__price {
  margin: 8px auto
}
.deal-item__wrap {
  position: relative;
  padding: 12px 24px;
  overflow: hidden;
  display: flex;
  justify-content: space-between
}
.deal-item__wrap .bag_gif {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  z-index: 99;
  background-image: url(../image/pc55-e5653e4.png);
  background-size: cover
}
.deal-item__wrap .bag_gif:hover {
  background-image: url(../image/pc55-362dd3c.gif)
}
.deal-item__tag {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(90deg, #ff8266, #ff4e7b);
  padding: 2px 6px;
  border-bottom-right-radius: 12px
}
.deal-item__img {
  float: left;
  position: relative;
  height: 88px;
  width: 88px;
  /*margin-right: 16px;*/
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center
}
.deal-item__img img {
  max-width: 100%;
  max-height: 100%
}
.deal-item__img img[lazy=error], .deal-item__img img[lazy=loading] {
  width: 30%
}
.deal-item__img img:before {
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-image: url(../image/pc55-4ac5af4.svg);
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1
}
.deal-item__img[lazy=error], .deal-item__img[lazy=loading] {
  background-size: 30%
}
.deal-item__left-time {
  position: absolute !important;
  right: 0;
  bottom: -5px;
  left: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  background-color: rgba(60, 60, 60, .7);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: scale(.6) translateX(-33%);
  width: 146.66666667px
}
.deal-item__left-time.narrow {
  text-align: unset;
  right: unset;
  top: -2px;
  transform: scale(.8) translateX(-12%);
  width: 100%;
  line-height: 20px;
  height: 20px;
  padding: 0 3px;
  border-bottom-right-radius: 12px;
  background-color: rgba(60, 60, 60, .5)
}
.deal-item__left-time.narrow i {
  font-weight: 600
}
.deal-item__content {
  float: right;
  width: calc(100% - 104px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 88px
}
.deal-item__content.noflex {
  display: block
}
.deal-item__price, .deal-item__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.47;
  overflow: hidden;
  text-overflow: ellipsis
}
.deal-item__price {
  color: #fe5a58;
  white-space: nowrap;
  padding: 8px 0;
  width: 100%;
  overflow: hidden
}
.deal-item__title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.deal-item__store {
  padding-left: 16px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  background-size: 12px;
  background-position: 0;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.deal-item__store img {
  width:14px; 
  height:14px;
  object-fit:cover;
}
.deal-item__rebate-view {
  float: right;
  color: #fe5a58;
  padding: 0 4px;
  font-size: 12px;
  line-height: 18px;
  background-color: #fef1ef;
  border-radius: 2px
}
.deal-item__info-wrap {
  color: #999;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden
}
.deal-item__comment, .deal-item__praise, .deal-item__publish-time {
  display: inline-flex;
  margin-right: 24px;
  align-items: center
}
.deal-item__comment > svg, .deal-item__praise > svg, .deal-item__publish-time > svg {
  margin-right: 4px
}
.deal-item__publish-time {
  float: right;
  margin-right: auto
}
.deal-item .grayline > div {
  margin: 0 16px
}