* {
  margin: 0;
  padding: 0
}

body {
  outline: 0;
  vertical-align: baseline
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer
}

a:hover {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ul,
ul li {
  list-style-type: none
}

img {
  border: none;
  display: inline-block;
  vertical-align: top
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  zoom: 1
}

body {
  --family: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  color: #000;
  font: 400 14px/1.2 var(--family);
  box-sizing: border-box
}

body .down_arrow {
  position: relative
}

body .down_arrow:after {
  display: block;
  content: '';
  width: 26px;
  height: 37px;
  background: url(../../../../tpl/images/common_sale/down_arrow.png) no-repeat center/cover;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: -60px;
  animation: downArrow 1s ease-in-out infinite
}

body .db_title {
  text-align: center;
  color: #000;
  font: 700 44px/1.5 var(--family)
}

body .db_desc {
  padding-top: 24px;
  text-align: center;
  color: #535353;
  font: 500 16px/1.5 var(--family)
}

body .countdown_box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

body .countdown_box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  z-index: 0;
  width: 84%;
  height: 18px;
  background: #FF6F00 0% 0% no-repeat padding-box;
  opacity: 0.62;
  filter: blur(10px)
}

body .buy_countdown .db_countdown {
  padding-top: 2px;
  height: 22px;
  background: transparent linear-gradient(270deg, #FF9326 0%, #FF9147 67%, #FFB92D 100%) 0% 0% no-repeat padding-box;
  color: #FFF
}

body .buy_countdown .db_countdown::after {
  border-right-color: #FFEFC6
}

body .buy_countdown .db_countdown>b {
  color: #FFEE00
}

body .db_countdown {
  margin-top: 16px;
  position: relative;
  z-index: 1;
  padding: 4px 16px 0;
  padding-right: 20px;
  height: 24px;
  background: transparent linear-gradient(270deg, #FFDD54 0%, #FAFEC3 100%) 0% 0% no-repeat padding-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #48311A;
  font: 500 16px/1.2 var(--family)
}

body .db_countdown::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 14px solid #FFF5D9;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent
}

body .db_countdown::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -28px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: url(../../../../tpl/images/juldbsummertest/clock.png) center center no-repeat
}

body .db_countdown>b {
  display: inline-block;
  color: #FF1200;
  font: 500 16px/1.2 var(--family);
  width: 20px;
  text-align: center;
  font-variant-numeric: tabular-nums
}

body .db_countdown>b.t_ms {
  width: 28px
}

body .db_btn {
  position: relative;
  z-index: 1;
  margin: 14px auto 22px;
  padding: 2px 16px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FF164D;
  font: 600 18px/1.2 var(--family);
  min-width: 210px;
  max-width: 90%;
  height: 48px;
  border: 1px solid #FF0759;
  background: transparent;
  text-decoration: none !important;
  box-sizing: border-box
}

body .db_btn.sale_btn {
  color: #fff;
  min-width: 270px;
  background: transparent linear-gradient(269deg, #FF27B0 0%, #f01 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 20px #FF0060, 0px 11px 15px #FF654DA6;
  border: none;
  outline: 2px solid #FF460047;
  transform-origin: center center;
  transition: all 0.3s ease
}

body .db_btn.sale_btn:hover {
  color: #fff;
  background: transparent linear-gradient(90deg, #FF27B0 0%, #f01 100%) 0% 0% no-repeat padding-box;
 
  box-shadow: inset 0px 10px 20px #FF0060, 0px 11px 15px #FF654DA6;
  outline: 2px solid #FF460047;
  transform-origin: center center;
  transition: all 0.3s ease
}

body .db_btn span {
  display: inline-block;
  padding-left: 4px;
  font: inherit;
  color: inherit
}

body .db_btn:hover {
  color: #fff;
  border: none;
  background: transparent linear-gradient(269deg, #FF277D 0%, #f01 100%, #000 100%) 0% 0% no-repeat padding-box
}

body .comm-popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  background: rgba(45, 45, 45, 0.8);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -99999;
  display: block !important
}

body .comm-popup-bg.comm-on {
  opacity: 1;
  z-index: 99999
}

body .comm-popup {
  width: 553px;
  height: 422px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100000;
  margin: auto;
  transition: all ease 0.3s;
  opacity: 0;
  transform: scale(0.1);
  display: block !important;
  text-align: center;
  background: url(../images/pop_center.png);
}

body .comm-popup.comm-on {
  z-index: 100000;
  opacity: 1;
  transform: scale(1)
}



body .comm-popup .comm-info {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 322px;
}

body .comm-popup .comm-close {
  position: absolute;
  right: -15px;
  top: 25px;

  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url(../images/close.png);

}

body .comm-popup .comm-close:hover {
  opacity: 0.8;
  text-decoration: underline
}


body .comm-popup .comm-popup-btn {
  display: flex;
  max-width: none;
  margin: 6px auto;
  min-width: 0;
  width: 268px;
  height: 50px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: transparent linear-gradient(269deg, #FF27B0 0%, #f01 100%, #000 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 20px #FF0060, 0px 11px 15px #FF654DA6;
  outline: 2px solid #FF460047
}

body .comm-popup .comm-popup-btn span,
body .comm-popup .comm-popup-btn em {
  display: inline-block;
  font: inherit;
  color: inherit;
  font-style: normal
}

body .comm-popup .comm-popup-btn .comm-second {
  padding-left: 4px
}

body .comm-popup .comm-popup-btn:hover {
  color: #fff;
  border: none;
  background: transparent linear-gradient(90deg, #FF27B0 0%, #f01 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 20px #FF0060, 0px 11px 15px #FF654DA6;
  outline: 2px solid #FF460047
}

body .extra_off {
  position: absolute;
  top: 50px;
  left: 124px;
  transform: none;
  margin: 0;
  display: block !important;
  z-index: -3;
  opacity: 0;
  visibility: hidden
}

body .extra_off.extra_sale {
  top: 52px;
  left: 86px
}

body .extra_off.extra_buy {
  top: auto;
  bottom: 40px;
  left: 44px
}

body.change_ext .extra_off {
  z-index: 3;
  opacity: 1;
  visibility: visible
}

body.change_ext .db_offer .offer_item.sale_offer .foot_list li:nth-child(1) {
  order: 3
}

body.change_ext .db_offer .offer_item.sale_offer .foot_list li:nth-child(2) {
  order: 1
}

body.change_ext .db_offer .offer_item.sale_offer .foot_list li:nth-child(3) {
  order: 2
}

body.change_ext .db_offer .offer_item.sale_offer .foot_list li:nth-child(4) {
  order: 4
}

body.change_ext .db_offer .offer_item.sale_offer .foot_list li:nth-child(5) {
  order: 5
}

body.change_ext .db_offer .offer_item .foot_list li.list_just {
  display: inline-flex !important
}

body.change_ext .db_offer .offer_item .foot_list li span {
  color: #4C495D
}

body.change_ext .db_offer .offer_item .foot_list li b {
  color: #FF3D3D
}

body .sold_out {
  display: block !important;
  position: absolute;
  top: 20%;
  left: 35%;
  width: 148px;
  height: 79px;
  text-indent: -9999px;
  background: url(../../../../tpl/images/common_sale/sold_word.png) center center no-repeat;
  transform: scale(2);
  opacity: 0;
  visibility: hidden;
  z-index: -9;
  transition: all 0.3s 0.3s ease;
  transform-origin: center center
}

body.soldOut .change_word {
  z-index: 9;
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

body.soldOut .sold_out {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 8;
  transition: all 0.3s 0.3s ease
}

body.soldOut .db_banner .banner_title {
  padding-top: 20px
}

body.soldOut .db_banner .banner_title::after {
  display: none
}

body.soldOut .db_banner .banner_desc {
  padding-bottom: 20px;
  margin-bottom: 0;
  transform: translateY(0px)
}

body.soldOut.testb .db_banner .banner_desc {
  padding-bottom: 0px
}

body.soldOut .db_offer .offer_item .offer_name font {
  display: none
}

body.soldOut .db_offer .offer_item.sale_offer .offer_name::after {
  display: none
}

body.soldOut .db_offer .offer_item.sale_offer .item_head .db_pic {
  transform: translate(68px, -10px);
  transition: all 0.3s ease
}

body.soldOut .extra_off.extra_sale {
  left: 118px
}

body.soldOut .db_offer .offer_item.sale_offer .item_head::after {
  left: 100px
}

body.soldOut .db_buy .buy_title {
  margin-top: -24px
}

body.soldOut .db_buy .buy_desc {
  padding-top: 36px
}

.add_on {
  animation: zoom-scaling 2s ease-in-out 1
}

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0
  }

  15% {
    transform: scale(2);
    opacity: 1
  }

  30% {
    transform: scale(1);
    opacity: 0.5
  }

  45% {
    transform: scale(2);
    opacity: 1
  }

  60% {
    transform: scale(1);
    opacity: 0.5
  }

  75% {
    transform: scale(2);
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.db_logo {
  display: block;
  position: absolute;
  top: 34px;
  left: 0px;
  z-index: 9;
  width: 42px;
  height: 20px
}

.db_logo>svg {
  pointer-events: none
}

.db_banner {
  height: 938px;
  text-align: center;
  background: url(../images/banner_bg.jpg) center top no-repeat
}

.db_banner .banner_title {
  height: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: center
}


.db_banner .banner_desc {
  transform: translateY(-24px);
  margin-bottom: -20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  color: #684425;
  font: 500 18px/1.2 var(--family)
}

.db_banner .banner_desc::before {
  content: '';
  display: block;
  flex-shrink: 0;
  margin-top: -8px;
  width: 19px;
  height: 22px;
  background: url(../../../../tpl/images/juldbsummertest/fire_icon.png) center center no-repeat
}

.db_banner .banner_desc b {
  color: #FF1200;
  font: 700 18px/1.2 var(--family)
}

.db_banner .banner_note {
  text-align: left;
  color: #BA8E68;
  font: 400 16px/1.2 var(--family)
}

.db_offer {
  width: 1366px;
  
  margin: 26px auto 16px;
  margin-left: -83px;
  position: relative;
  background: #FFEFD6E3;
  border: 3px solid #FFF;
  border-radius: 16px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start
}

.db_offer.sale_on .change_word {
  z-index: 9;
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.db_offer .change_word {
  position: absolute;
  top: 0;
  left: -26px;
  margin: 0;
  width: calc(100% + 60px);
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(223, 212, 186, 0.62);
  z-index: -9;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease
}

.db_offer .change_word b {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #CBB89F;
  text-align: center;
  letter-spacing: 1.05px;
  font: 600 42px/1 var(--family);
  filter: drop-shadow(0px 4px 0px #9B8664)
}

.db_offer .change_word b::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  font: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 8px #fff;
  text-shadow: none
}

.db_offer .offer_left {
  padding: 60px 25px;
  text-align: left;
  width: 26%;

}

.db_offer .left_title {
  margin-bottom: 5px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #332C2C;
  font: 600 18px/1.5 var(--family)
}

.db_offer .left_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 3px 0;
  color: #332C2C;
  font: 500 15px/1.5 var(--family)
}

.db_offer .left_list li span,
.db_offer .left_list li b {
  font: inherit;
  color: inherit
}

.db_offer .left_list li b {
  font-weight: 700
}

.db_offer .left_list li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #332C2C;
  border-radius: 50%;
  transform: scale(0.8);
  transform-origin: left center
}

.db_offer .left_gift {
  position: relative;
  padding: 20px 0
}

.db_offer .left_gift .left_title {
  color: #36AE72
}

.db_offer .left_gift .left_title::before {
  content: '';
  display: block;
  flex-shrink: 0;
  margin-top: -3px;
  width: 12px;
  height: 12px;
  background: url(../../../../tpl/images/juldbsummertest/gift_icon.png) center center/cover no-repeat
}

.db_offer .more_btn {
  margin-top: 10px;
  display: inline-block;
  margin-left: 14px;
  color: #090909;
  text-decoration: underline;
  font: 500 16px/1.2 var(--family);
  cursor: pointer
}

.db_offer .more_btn:hover {
  opacity: 0.8
}

.db_offer .offer_right {
  flex: 1 1 0;
  position: relative;
  padding: 48px 38px
}

.db_offer .offer_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  padding-top: 36px
}

.db_offer .offer_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFF;
  border-radius: 6px;
  min-width: 304px
}

.db_offer .offer_item.sale_offer {
  min-width: 330px;
  box-shadow: 0px 10px 24px #E19806;
  border: 1px solid #FFBB78
}

.db_offer .offer_item.sale_offer .item_head::before {
  background: url(../../../../tpl/images/juldbsummertest/top_sale_bg.png) center top/cover no-repeat
}

.db_offer .offer_item.sale_offer .item_head::after {
  bottom: 10px;
  left: 70px;
  background: url(../../../../tpl/images/juldbsummertest/off_66.png) center center no-repeat
}

.db_offer .offer_item.sale_offer .item_head .db_pic {
  transform: translate(0px, 0px)
}



.db_offer .offer_item.sale_offer .offer_name::after {
  content: '';
  display: block;
  flex-shrink: 0;
  margin-top: -3px;
  width: 15px;
  height: 15px;
  background: url(../../../../tpl/images/juldbsummertest/gift_icon.png) center center/cover no-repeat
}

.db_offer .offer_item.sale_offer .offer_name font {
  color: #36AE72;
  font: normal 600 18px/1.2 var(--family)
}

.db_offer .offer_item.sale_offer .offer_price strong {
  color: #FF164D
}

.db_offer .offer_item .item_head {
  position: relative;
  height: 126px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}


.db_offer .offer_item .item_head img.gift_box {
  position: relative;
  margin-left: -10px;
  z-index: 1;
}
.db_offer .offer_item .item_head .db_pic {
  position: relative;
  z-index: 1;
  transform: translate(47px, -10px)
}

.db_offer .offer_item .item_head::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background: url(../../../../tpl/images/juldbsummertest/top_bg.png) center top/cover no-repeat
}

.db_offer .offer_item .item_body {
  flex-grow: 1;
  width: 100%
}

.db_offer .offer_item .offer_name {
  padding: 12px 0;
  color: #632F03;
  font: 600 18px/1.2 var(--family);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px
}

.db_offer .offer_item .offer_name b {
  font: inherit;
  color: inherit
}

.db_offer .offer_item .offer_name font {
  color: #616161;
  font: normal 400 18px/1.2 var(--family)
}

.db_offer .offer_item .offer_price strong {
  display: block;
  margin-bottom: -4px;
  color: #1E1C2C;
  font: 700 26px/1.2 var(--family)
}

.db_offer .offer_item .offer_price strong big {
  color: inherit;
  font: normal 700 52px/1.2 var(--family)
}

.db_offer .offer_item .offer_price del {
  display: inline-block;
  color: #A4A4A4;
  font: 500 16px/1.2 var(--family)
}

.db_offer .offer_item .offer_price del.sale_before {
  padding-right: 4px;
  color: #FF164D
}

.db_offer .offer_item .item_foot {
  position: relative;
  height: 126px;
  width: 100%;
  height: 120px;
  padding-top: 20px
}

.db_offer .offer_item .item_foot::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 80%;
  height: 2px;
  border-top: 2px dashed #FBC5A9;
  margin: 0 auto
}

.db_offer .offer_item .foot_list {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left
}

.db_offer .offer_item .foot_list li {
  padding: 3px 0;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font: 500 16px/1.2 var(--family);
  color: #4C495D
}

.db_offer .offer_item .foot_list li::before {
  content: '';
  display: block;
  margin-top: 4px;
  width: 4px;
  height: 4px;
  background: #332C2C;
  border-radius: 50%;
  transform: scale(0.8);
  transform-origin: left center
}

.db_offer .offer_item .foot_list li b {
  font: 600 16px/1.2 var(--family);
  color: #1E1C2C
}

.db_offer .offer_item .foot_list li span {
  font: inherit;
  color: #FF3D3D
}

.db_banner .payment {
  display: flex;
  margin-top: 40px;
  justify-content: space-around;
}
.db_banner .payment p {
  display: flex;
  align-items: center;
  color: #CE8519;
  font: normal normal 500 18px/21px League Spartan;
}
.db_banner .payment p img {
  margin-right: 10px;
}

.db_table {
  padding: 170px 0 100px;
  text-align: center
}

.db_table .db_title {
  padding-bottom: 44px;
  max-width: 80%;
  margin: 0 auto
}

.db_table .table_gift {
  position: absolute;
  bottom: -1px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 2px);
  border: 2px solid #FF0000;
  border-radius: 10px
}
.db_buy .buy_left .gift_box {
  position: absolute;
  right: -58px;
  bottom: 16px;
  transform: translate(0px, 0px)
}
.db_table .table_gift .gift_text {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  height: 30px;
  width: auto;
  border-radius: 9999px;
  background: transparent linear-gradient(83deg, #FF2300 0%, #FF6F00 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font: 500 16px/1.2 var(--family)
}

.db_table .table_icon {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px
}

.db_table .table_icon.tab_no {
  width: 10px;
  height: 3px;
  background: #909090
}

.db_table .table_icon.tab_check {
  fill: #EE3303 !important
}

.db_table .table_icon.tab_close {
  fill: #909090 !important
}

.db_table table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0
}

.db_table table th,
.db_table table td {
  position: relative;
  z-index: 1;
  padding: 12px 0;
  vertical-align: middle;
  border-bottom: 1px solid #C7C7C7;
  color: #535353;
  text-align: center;
  font: 500 16px/1.2 var(--family);
  width: 246px;
  vertical-align: middle
}

.db_table table th.last_text,
.db_table table td.last_text {
  padding: 0;
  border: none
}

.db_table table th.last_text::before,
.db_table table td.last_text::before {
  display: none
}

.db_table table th img,
.db_table table td img {
  vertical-align: middle
}

.db_table table th .tb_icon,
.db_table table td .tb_icon {
  display: inline-block;
  width: 28px;
  text-align: center;
  margin-right: 28px
}

.db_table table th b,
.db_table table th p,
.db_table table th span,
.db_table table td b,
.db_table table td p,
.db_table table td span {
  display: inline-block;
  font: inherit;
  color: inherit
}

.db_table table th.tb_text,
.db_table table td.tb_text {
  text-align: left;
  width: auto
}

.db_table table th.table_free,
.db_table table th.table_pro,
.db_table table td.table_free,
.db_table table td.table_pro {
  border: none;
  padding: 0;
  background: #F6F6F6
}

.db_table table th.table_free::before,
.db_table table th.table_pro::before,
.db_table table td.table_free::before,
.db_table table td.table_pro::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #C7C7C7
}

.db_table table th.table_pro,
.db_table table td.table_pro {
  color: #EE3303;
  width: 262px;
  background: #FFF5F5
}

.db_table table th.table_pro::before,
.db_table table td.table_pro::before {
  background: #FFB4B4
}

.db_table table th.tb_space,
.db_table table td.tb_space {
  padding: 0;
  width: 14px;
  background: transparent;
  border-color: transparent
}

.db_table table .table_version {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #6F6F6F;
  border-radius: 6px;
  color: #fff;
  font: 700 18px/1.2 var(--family);
  border-radius: 10px 10px 0px 0px
}

.db_table table th {
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  height: 52px
}

.db_table table th.table_free::before,
.db_table table th.table_pro::before {
  display: none
}

.db_table table th.tb_text {
  text-align: left
}

.db_table table th.tb_text .table_version {
  justify-content: flex-start;
  background: transparent
}

.db_table table th.table_pro .table_version {
  background: transparent linear-gradient(327deg, #FF005F 0%, #FF703A 100%) 0% 0% no-repeat padding-box
}

.db_table table tfoot {
  position: relative;
  margin-top: 22px
}

.db_buy {
  height: 152px;
  background: url(../../../../tpl/images/juldbsummertest/buy_bg.png) center bottom no-repeat
}

.db_buy .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%
}

.db_buy .buy_left {
  position: relative;
  flex-shrink: 0;
  width: 254px;
  margin-left: 18px
}

.db_buy .buy_left::after {
  content: '';
  display: block;
  position: absolute;
  left: 22px;
  bottom: 5px;
  z-index: 4;
  width: 140px;
  height: 51px;
  background: url(../../../../tpl/images/juldbsummertest/off_buy_66.png) center center no-repeat
}

.db_buy .buy_left .db_pic {
  transform: translateY(-14px)
}


.db_buy .buy_center {
  text-align: center
}

.db_buy .buy_title {
  text-indent: -9999px;
  width: 500px;
  height: 72px;
  margin-top: -34px;
  background: url(../../../../tpl/images/juldbsummertest/buy_title.png) center center no-repeat
}

.db_buy .buy_desc {
  padding: 16px 0 0px;
  color: #44423E;
  font: 500 20px/1.2 var(--family)
}

.db_buy .buy_desc b {
  font: inherit;
  color: #FF1C42
}

.db_buy .buy_right {
  padding-right: 50px;
  text-align: center
}

.db_buy .buy_price {
  padding: 32px 0 0px
}

.db_buy .buy_price strong {
  display: inline-block;
  color: #000;
  font: 700 18px/1.2 var(--family)
}

.db_buy .buy_price strong big {
  color: inherit;
  font: normal 700 38px/1.2 var(--family)
}

.db_buy .buy_price del {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  color: #535353;
  font: normal 500 16px/1.2 var(--family);
  text-decoration: none
}

.db_buy .buy_price del.sale_before {
  color: #FF164D
}

.db_buy .buy_price del::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -6px;
  width: 60px;
  height: 9px;
  background: url(../../../../tpl/images/common_sale/del_line.svg) center center/cover no-repeat
}

.db_buy .db_btn.sale_btn {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  width: 200px;
  height: 42px;
  font-size: 16px;
  font-weight: 500
}

.db_feature {
  padding: 135px 16px 200px
}

.db_feature .db_title {
  font-size: 40px
}

.db_feature .feature_tool {
  padding: 66px 0 150px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: left
}

.db_feature .tool_item {
  position: relative;
  padding: 36px 40px 56px;
  background: #FFF;
  box-shadow: 6px 10px 24px #FCF1DF;
  text-align: center
}

.db_feature .tool_item .tool_pic {
  position: relative;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column
}

.db_feature .tool_item .tool_note {
  display: block;
  color: #C87C19;
  transform: translateY(-20px);
  font: 500 20px/1.2 var(--family)
}

.db_feature .tool_item .tool_title {
  padding: 14px 0 20px;
  color: #000;
  font: 700 50px/1.2 var(--family)
}

.db_feature .tool_item .tool_text {
  color: #535353;
  font: 400 14px/1.5 var(--family)
}

.db_feature .feature_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px
}

.db_feature .feature_pic {
  position: relative;
  flex-shrink: 0;
  width: 622px;
  height: 414px
}

.db_feature .feature_pic .pic_item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.db_feature .feature_pic .pic_item>img {
  width: 100%;
  max-width: 100%;
  height: auto
}

.db_feature .feature_content {
  position: relative;
  border-left: 1px solid #FFDFEA
}

.db_feature .feature_item {
  position: relative;
  padding: 22px;
  cursor: pointer
}

.db_feature .feature_item.on {
  background: transparent linear-gradient(270deg, #fff 0%, #FFF3DB 100%) 0% 0% no-repeat padding-box
}

.db_feature .feature_item.on::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 8px;
  height: 100%;
  border-radius: 9999px;
  background: transparent linear-gradient(180deg, #F5118A 0%, #f80 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease
}

.db_feature .item_title {
  padding-bottom: 14px;
  color: #000;
  font: 700 22px/1.2 var(--family)
}

.db_feature .item_text {
  color: #535353;
  font: 500 16px/1.5 var(--family)
}

.db_review {
  padding-bottom: 110px
}

.db_review .db_title {
  position: relative;
  font-size: 36px
}

.db_review .db_title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -78px;
  margin: 0 auto;
  width: 50px;
  height: 38px;
  background: url(../../../../tpl/images/juldbsummertest/quote_mark.svg) center center no-repeat
}

.db_review .db_desc {
  margin: 0 auto;
  max-width: 80%
}

.db_review .reviewSwiper {
  width: 100%;
  margin: 35px auto 0;
  position: relative
}

.db_review .reviewSwiper .review_btn {
  width: 30px;
  height: 56px;
  background: #004DD9;
  border-radius: 4px 0px 0px 4px;
  left: -40px
}

.db_review .reviewSwiper .review_btn:after {
  content: '';
  display: block;
  width: 12px;
  height: 9px;
  background: url(../../../../tpl/images/common_sale/arrow_white.svg) no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-180deg)
}

.db_review .reviewSwiper .review_next {
  left: auto;
  right: -40px;
  border-radius: 0px 4px 4px 0px
}

.db_review .reviewSwiper .review_next:after {
  transform: translate(-50%, -50%)
}

.db_review .reviewSwiper .swiperScan {
  padding-top: 45px;
  overflow: hidden
}

.db_review .review_slide {
  padding: 36px 40px;
  padding-top: 0;
  background: #FFFCF5 0% 0% no-repeat padding-box;
  border: 1px solid #FFDE9B;
  border-radius: 20px;
  text-align: center
}

.db_review .review_pic {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  padding-bottom: 18px
}

.db_review .review_pic>img {
  width: 100%;
  max-width: 100%;
  height: auto
}

.db_review .review_date,
.db_review .review_name {
  color: #000;
  font: 500 16px/1.2 var(--family)
}

.db_review .review_text {
  margin: 18px auto 8px;
  min-height: 220px;
  color: #C28B61;
  font: 400 14px/1.5 var(--family)
}

.db_award {
  height: 290px;
  background: url(../../../../tpl/images/common_sale/award_bg.jpg) center center no-repeat
}

.db_award .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%
}

.db_award .db_desc {
  padding-top: 8px
}

.db_award .award_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 34px
}

.db_award .award_list li {
  position: relative;
  width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.db_award .award_list li::before,
.db_award .award_list li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  width: 15px;
  height: 100%;
  background: url(../../../../tpl/images/awards/award_tag.svg) center center/cover no-repeat
}

.db_award .award_list li::before {
  left: 0
}

.db_award .award_list li::after {
  right: 0;
  transform: rotateY(-90deg)
}

.db_footer .footer_server {
  padding: 56px 0 28px;
  gap: 14px;
  display: flex;
  align-items: stretch;
  justify-content: center
}

.db_footer .server_item {
  padding: 18px 24px;
  max-width: 520px;
  border: 1px solid #EAEAEC;
  border-radius: 10px;
  text-align: left
}

.db_footer .server_item.server_back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px
}

.db_footer .server_item.server_back dt {
  flex-shrink: 0;
  width: 62px
}

.db_footer .server_item.server_back h3 {
  margin-bottom: 0
}

.db_footer .server_item h3 {
  margin-bottom: 12px;
  color: #252834;
  font: 700 14px/1.2 var(--family)
}

.db_footer .server_item p {
  padding: 7px 0;
  font: 400 14px/1.2 var(--family);
  color: #929292
}

.db_footer .footer_note {
  color: #929292;
  font: 500 16px/1.5 var(--family)
}

.db_footer .footer_right {
  padding: 22px 0;
  color: #929292;
  text-align: center;
  font: 400 16px/1.5 var(--family)
}

.testb.change_ext .offer_pic .pic_item.bundle_pic::after {
  opacity: 1;
  visibility: visible;
  z-index: 2
}

.testb.change_ext .offer_pic .pic_item.bundle_pic::before {
  opacity: 0;
  visibility: hidden;
  z-index: -2
}

.testb .db_countdown {
  margin-top: 0px
}

.testb .db_countdown::after {
  border-right-color: #FFF5D8
}

.testb .db_banner {
  height: 965px;
  background: url(../../../../tpl/images/juldbsummertest/bg2.jpg) center top no-repeat
}

.testb .db_banner * {
  box-sizing: border-box
}

.testb .db_banner .banner_title::after {
  margin-top: 0;
  margin-left: 0px;
  width: 135px;
  height: 135px;
  background: url(../../../../tpl/images/juldbsummertest/title_tagb.png) center bottom no-repeat
}

.testb .db_banner .banner_desc {
  transform: translateY(-16px)
}

.testb .db_banner .banner_desc::before {
  display: none
}

.testb .db_banner .db_btn.sale_btn {
  margin: 0px auto 10px;
  max-width: 100%;
  min-width: 100%;
  background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FB3655 54%, #DF0026 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FF00006E;
  outline: 2px solid #FF5347;
  border-radius: 9999px
}

.testb .db_banner .db_btn.sale_btn:hover {
  transform: scale(1);
  background: transparent linear-gradient(180deg, #FF9494 0%, red 41%, #FF0028 54%, #FF002B 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FF00006E;
  outline: 2px solid #FF5347
}

.testb .banner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 62px;
  text-align: left;
  padding-top: 80px
}

.testb .banner_content .banner_left {
  width: 530px;
  text-align: center
}

.testb .offer_choice {
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: left
}

.testb .offer_choice .choice_item {
  padding: 26px 20px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  border: 2px solid #F9BD26;
  border-radius: 15px;
  box-sizing: border-box;
  margin-bottom: 26px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15)
}

.testb .offer_choice .choice_item.bundle_choice::after {
  content: '';
  display: block;
  position: absolute;
  top: 20%;
  left: -78px;
  width: 82px;
  height: 82px;
  background: url(../../../../tpl/images/juldbsummertest/best_tag.png) center center no-repeat
}

.testb .offer_choice .choice_item.on {
  background: #FDFCF3 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 19px #ECC25A;
  border-color: #FFF;
  transition: all 0.3s ease
}

.testb .offer_choice .choice_item.on .choice_name {
  color: #252834
}

.testb .offer_choice .choice_item.on .choice_name::before {
  background: #F0491A;
  border: 2px solid #F0491A
}

.testb .offer_choice .choice_item.on .choice_name::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.testb .offer_choice .choice_item.on .choice_price b,
.testb .offer_choice .choice_item.on .choice_price strong {
  color: #F0491A
}

.testb .offer_choice .choice_item.on .choice_off {
  color: #F0491A;
  font-weight: 700;
  border-color: #F3DB24
}

.testb .offer_choice .choice_item.on .choice_arrow {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease
}

.testb .offer_choice .choice_item:hover {
  background: rgba(255, 255, 255, 0.65)
}

.testb .offer_choice .choice_item.no_choice {
  border-color: #D2D2D2;
  pointer-events: none
}

.testb .offer_choice .choice_item.no_choice::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #D2D2D2;
  opacity: 0.5
}

.testb .offer_choice .choice_item.no_choice .choice_name {
  position: relative;
  z-index: 0;
  color: #848383
}

.testb .offer_choice .choice_item.no_choice .choice_name::before {
  border-color: #848383
}

.testb .offer_choice .choice_item.no_choice .choice_name::after {
  display: none !important
}

.testb .offer_choice .choice_item.no_choice .choice_price {
  position: relative;
  z-index: 0
}

.testb .offer_choice .choice_item.no_choice .choice_price b,
.testb .offer_choice .choice_item.no_choice .choice_price strong {
  color: #848383
}

.testb .offer_choice .choice_item.no_choice .choice_price del {
  color: #848383
}

.testb .offer_choice .choice_item.no_choice .choice_off {
  position: relative;
  z-index: 0;
  color: #848383;
  border-color: #848383
}

.testb .offer_choice .choice_name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #66602F;
  font: 600 18px/1.2 var(--family);
  flex: 1 1 0;
  box-sizing: border-box;
  padding-right: 10px
}

.testb .offer_choice .choice_name::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #66622F;
  border-radius: 50%;
  margin-top: -4px
}

.testb .offer_choice .choice_name::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
  height: 11px;
  background: url(../../../../tpl/images/common_sale/fork_white.svg) center center no-repeat;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease
}

.testb .offer_choice .choice_price {
  width: 130px;
  text-align: center;
  padding-left: 14px
}

.testb .offer_choice .choice_price b,
.testb .offer_choice .choice_price strong {
  color: #66602F;
  font: 600 18px/1.2 var(--family)
}

.testb .offer_choice .choice_price del {
  display: inline-block;
  padding-left: 4px;
  color: #66602F;
  font: 400 18px/1.2 var(--family)
}

.testb .offer_choice .choice_off {
  position: relative;
  width: 124px;
  text-align: center;
  color: #66602F;
  font: 600 18px/1.2 var(--family);
  border-left: 2px solid #F9BD26;
  border-right: 2px solid #F9BD26
}

.testb .offer_choice .choice_arrow {
  display: block;
  position: absolute;
  top: 40%;
  right: -46px;
  width: 42px;
  height: 52px;
  background: url(../../../../tpl/images/juldbsummertest/offer_arrow.png) center center no-repeat;
  opacity: 0;
  visibility: hidden
}

.testb .banner_right {
  position: relative;
  width: 490px;
  min-height: 570px;
  border: 2px solid #F9BD26;
  background: #FFFFFFF2 0% 0% no-repeat padding-box;
  box-shadow: 0px 11px 18px #EE8A0C;
  border-radius: 16px;
  padding: 32px;
  padding-top: 0
}

.testb .extra_off {
  top: 56px;
  left: 206px;
  width: 86px;
  height: 46px;
  text-indent: -9999px;
  background: url(../../../../tpl/images/juldbsummertest/extra_off_b1.png) center center no-repeat
}

.testb .extra_off.extra_off2 {
  top: 40px;
  left: 308px
}

.testb .extra_off.extra_off3 {
  top: 20px;
  left: 338px
}

.testb .offer_pic .pic_item {
  display: none;
  align-items: center;
  justify-content: center
}

.testb .offer_pic .pic_item.bundle_pic {
  position: relative
}

.testb .offer_pic .pic_item.bundle_pic::before,
.testb .offer_pic .pic_item.bundle_pic::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 26px;
  left: -3px;
  z-index: 2;
  width: 434px;
  height: 119px;
  background: url(../../../../tpl/images/juldbsummertest/bundle_tag.png) center center no-repeat
}

.testb .offer_pic .pic_item.bundle_pic::after {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  background: url(../../../../tpl/images/juldbsummertest/bundle_tag_before.png) center center no-repeat
}

.testb .offer_pic .pic_item.bundle_pic .db_pic {
  margin-bottom: 0;
  transform: translateY(-34px)
}

.testb .offer_pic .pic_item.on {
  display: flex
}

.testb .offer_pic .pic_item .pic_tips {
  position: absolute;
  top: -46px;
  left: 20%;
  background: #FFF;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  padding: 4px 10px;
  box-sizing: border-box;
  z-index: -5;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap
}

.testb .offer_pic .pic_item .pic_tips b {
  color: #000;
  font: 500 14px/1.2 var(--family)
}

.testb .offer_pic .pic_item .pic_tips p {
  color: #949494;
  font: 400 12px/1.2 var(--family)
}

.testb .offer_pic .pic_item .pic_box {
  position: relative;
  cursor: pointer;
  transform: translateY(-40px)
}

.testb .offer_pic .pic_item .pic_box:hover .pic_tips {
  z-index: 5;
  opacity: 1;
  visibility: visible
}

.testb .offer_pic .pic_item .db_pic {
  margin-bottom: -30px;
  transform: translateY(-64px)
}

.testb .offer_pic .pic_item .gift_pic {
  margin-left: -53px;
  transform: translateY(-40px)
}

.testb .offer_pic .pic_item .gift_pic>img {
  vertical-align: bottom
}

.testb .offer_items {
  margin-top: -34px;
  padding: 0px 0 8px;
  color: #919399;
  font: 500 16px/1.2 var(--family)
}

.testb .offer_gift,
.testb .buy_info {
  width: 100%;
  height: 136px;
  background: #F9DC0D12 0% 0% no-repeat padding-box;
  border: 1px solid #EAE297;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px
}

.testb .offer_gift .gift_hide,
.testb .buy_info .gift_hide {
  transition: all 0.3s ease
}

.testb .offer_gift .gift_hide:nth-child(2),
.testb .buy_info .gift_hide:nth-child(2) {
  transition-delay: 0.1s
}

.testb .offer_gift .gift_hide:nth-child(3),
.testb .buy_info .gift_hide:nth-child(3) {
  transition-delay: 0.2s
}

.testb .offer_gift .gift_hide:nth-child(4),
.testb .buy_info .gift_hide:nth-child(4) {
  transition-delay: 0.4s
}

.testb .offer_gift .gift_hide.on,
.testb .buy_info .gift_hide.on {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease
}

.testb .offer_gift .gift_hide.on:nth-child(2),
.testb .buy_info .gift_hide.on:nth-child(2) {
  transition-delay: 0.1s
}

.testb .offer_gift .gift_hide.on:nth-child(3),
.testb .buy_info .gift_hide.on:nth-child(3) {
  transition-delay: 0.2s
}

.testb .offer_gift .gift_hide.on:nth-child(4),
.testb .buy_info .gift_hide.on:nth-child(4) {
  transition-delay: 0.4s
}

.testb .offer_gift .gift_item,
.testb .buy_info .gift_item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px
}

.testb .offer_gift .gift_item .gift_name,
.testb .buy_info .gift_item .gift_name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 1 1 0;
  color: #252834;
  font: 600 14px/1.2 var(--family)
}

.testb .offer_gift .gift_item .gift_name em,
.testb .buy_info .gift_item .gift_name em {
  font: normal 400 14px/1.2 var(--family)
}

.testb .offer_gift .gift_item .gift_name::before,
.testb .buy_info .gift_item .gift_name::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: #F0491A;
  border-radius: 50%;
  margin-top: -4px
}

.testb .offer_gift .gift_item .gift_name::after,
.testb .buy_info .gift_item .gift_name::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -1px;
  width: 14px;
  height: 11px;
  background: url(../../../../tpl/images/common_sale/fork_white.svg) center center no-repeat;
  transform: scale(0.6)
}

.testb .offer_gift .gift_item .gift_price,
.testb .buy_info .gift_item .gift_price {
  display: block;
  width: 60px;
  color: #252834;
  font: 600 14px/1.2 var(--family);
  text-align: left
}

.testb .buy_info {
  min-height: 108px;
  border: none;
  height: auto;
  background: none;
  padding-bottom: 14px;
  padding-top: 14px;
  border-bottom: 2px solid #E9E9E4
}

.testb .buy_info .gift_item .gift_name {
  gap: 0px;
  font: 500 16px/1.2 var(--family)
}

.testb .buy_info .gift_item .gift_name::before,
.testb .buy_info .gift_item .gift_name::after {
  display: none
}

.testb .buy_info .gift_item .gift_price {
  font: 500 16px/1.2 var(--family)
}

.testb .buy_info .gift_item.buy_ext .gift_name,
.testb .buy_info .gift_item.buy_ext .gift_price {
  color: #F0491A
}

.testb .total_text {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.testb .total_text b,
.testb .total_text strong {
  color: #252834;
  font: 600 18px/1.2 var(--family)
}

.testb .total_text b big,
.testb .total_text strong big {
  color: inherit;
  font: normal 600 24px/1.2 var(--family)
}

.testb .total_day {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #919399;
  font: 400 14px/1.2 var(--family)
}

.testb .total_day::before {
  content: '';
  display: block;
  flex-shrink: 0;
  margin-top: -3px;
  width: 19px;
  height: 11px;
  background: url(../../../../tpl/images/juldbsummertest/yes.png) center center no-repeat
}

.testb .db_table {
  padding-bottom: 0
}

.testb .db_buy {
  margin-top: 100px
}

.testb .db_buy .extra_off {
  top: 80px;
  left: 220px
}

.testb .db_buy .buy_left {
  width: 340px
}

.testb .db_buy .buy_left::after {
  display: none
}

.testb .db_buy .buy_left .db_pic {
  transform: translateY(0px)
}

.testb .db_buy .buy_title {
  margin-top: -20px
}

.testb .db_buy .buy_right {
  padding-right: 26px
}

.testb .db_buy .db_btn.sale_btn {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  width: 200px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FB3655 54%, #DF0026 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FF00006E;
  outline: 2px solid #FF5347;
  border-radius: 9999px
}

.testb .db_buy .db_btn.sale_btn:hover {
  background: transparent linear-gradient(180deg, #FF9494 0%, red 41%, #FF0028 54%, #FF002B 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FF00006E;
  outline: 2px solid #FF5347;
  transform: scale(1)
}

@keyframes downArrow {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  0% {
    transform: translateY(0px)
  }
}


.float_window {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(14px);
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  z-index: 9999;
}
.float_window .float {
  width: 841px;
  height: 632px;
  margin-top: 150px;
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/float_bg.png) no-repeat center;
  position: relative;
  transform: scale(0);
  transition: all 0.8s ease;
}
.float_window .float h2 {
  height: 130px;
  margin-top: -57px;
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/float_title.png) no-repeat center;
}
.float_window .float .float_close {
  position: absolute;
  right: 78px;
  top: 20px;
  width: 15px;
  height: 15px;
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/float_close.png) no-repeat center;
  cursor: pointer;
}
.float_window .float p {
  text-align: center;
}
.float_window .float .luck {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  letter-spacing: -0.01em;
  color: #B78A15;
}
.float_window .float .luck b {
  color: #F0491A;
}
.float_window .float .more {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  letter-spacing: -0.01em;
  /* 浅灰色 */
  margin-top: 4px;
  color: #919399;
}
.float_window .float .float_wrap {
  box-sizing: border-box;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.float_window .float .float_wrap .float_img {
  width: 353px;
  height: 213px;
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/float_box66.png) no-repeat center;
}
.float_window .float .float_wrap .float_img.soldout {
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/float_box66-soldout.png) no-repeat center;
}
.float_window .float .float_wrap .float_info {
  text-align: center;
}
.float_window .float .float_wrap .float_info .float_yellow {
  width: 159px;
  height: 69px;
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/yellow.png) no-repeat center;
  margin: 0 auto;
}
.float_window .float .float_wrap .float_info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
.float_window .float .float_wrap .float_info ul li {
  text-align: left;
}
.float_window .float .float_wrap .float_info ul li span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  /* 浅灰色 */
  display: block;
  color: #919399;
}
.float_window .float .float_wrap .float_info ul li b {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* 深黑色 */
  color: #252834;
  margin-top: 3px;
  position: relative;
}
.float_window .float .float_wrap .float_info ul li b::after {
  position: absolute;
  content: '';
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/line.png) no-repeat center;
  width: 61px;
  height: 11px;
  left: 0;
  top: 5px;
}
.float_window .float .float_wrap .float_info ul li strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #F0491A;
}
.float_window .float .float_wrap .float_info a {
  display: block;
  width: 277px;
  height: 54px;
  text-align: center;
  line-height: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  margin: 21px auto 0;
  position: relative;
  background: linear-gradient(360deg, #F0491A 0%, #F98C3D 100%);
  box-shadow: 0 7px 0 #D73608;
  border-radius: 16px;
  transition: all 0.2s ease;
}
.float_window .float .float_wrap .float_info a span {
  position: relative;
}
.float_window .float .float_wrap .float_info a i {
  width: 24px;
  height: 20px;
  position: relative;
  display: inline-block;
  background: url(https://purchase.iobit.com/2024/db/2024summersale/images/cart.png) no-repeat center;
  left: -100px;
  top: 3px;
  transition: all 0.2s ease;
  opacity: 0;
}
.float_window .float .float_wrap .float_info a:hover {
  transform: translateY(5px);
  box-shadow: 0 0px 0 #D73608;
}
.float_window .float .float_wrap .float_info .f-time {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  /* 深黑色 */
  color: #252834;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 11px 0px;
}
.float_window .float .float_wrap .float_info .f-time span {
  color: #F0491A;
}
.float_window_show {
  transform: scale(1);
}
.float_window_show .float {
  transform: scale(1);
}