* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  color: #000;
  outline: 0;
  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
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden
}

.clearfix {
  zoom: 1
}

.fl {
  float: left
}

.fr {
  float: right
}

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

.all-icons {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat 0 0
}

.banner {
  position: relative;
  width: 100%;
  height: 834px;
  background: url("../images/bg.jpg") center top no-repeat;
  background-size: cover;
  overflow: hidden
}

.banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  width: 8px;
  height: 22px;
  background: url(../images/line.png) no-repeat
}

.banner .logo {
  position: absolute;
  display: inline-block;
  width: 39px;
  height: 13px;
  left: 46px;
  top: 34px;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat
}

.banner h1 {
  display: none
}

.banner .title {
  position: relative;
  z-index: 2;
  height: 174px;
  background: url(../images/title.png) 100px 0 no-repeat
}

.banner .wrapper {
    width: 1200px;
    position: relative;
}
.banner .logo {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 25px;
    z-index: 9999;
}

.banner .title {
    text-align: center;
    padding-top: 20px;
}
.banner .title ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    background: url(../images/title_desc.png) center no-repeat;
}
.banner .title ul li {
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: Lexend;
    color: #b14844;
}
.banner .title ul li span {
    color: #ff5a54;
}
.banner .title ul li:nth-of-type(2) {
    border-left: 2px solid #4b4b4b;
    border-right: 2px solid #4b4b4b;
}
.banner .ban_offer {
    width: 100%;
    padding: 20px 40px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 16px;
}
.banner .box_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.banner .box_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 470px;
    gap: 25px;
}

.banner .box_wrap ul li {
    width: 170px;
    height: 183px;
    padding: 25px 0px 0px 5px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}
.banner .box_wrap ul li img {
    filter: grayscale(1);
    opacity: 0.5;
}
.banner .box_wrap ul li::after,
.banner .box_wrap ul li::before {
    content: "";
    display: block;
    position: absolute;
}
.banner .box_wrap ul li::before {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    border: 2px solid #bbbbbb;
    background: #fff;
    box-sizing: border-box;
    right: -8px;
    top: -8px;
}
.banner .box_wrap ul li::after{
    width: 29px;
    height: 28px;
    background: url(https://purchase.iobit.com/2025/sale/bfbundlegiftpt/images/checked.png)center no-repeat;
    right: -10px;
    top: -10px;
    opacity: 0;
    transform: scale(0);
    transition:all .3s ease;
}
.banner .box_wrap ul li.checked::before{
    background: #FF2626;
    border: none;
}
.banner .box_wrap ul li.checked::after{
    opacity: 1;
    transform: scale(1);
}
.banner .box_wrap ul li.checked {
    background: transparent linear-gradient(180deg, #fff5eb 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    border-color: #ff826e;
}
.banner .box_wrap ul li.checked img {
    filter: grayscale(0);
    opacity: 1;
}

.banner .box_wrap .gift_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-left: 73px; */
}

.banner .box_wrap .gift_wrap .add {
    width: 32px;
    height: 32px;
    background: url(https://purchase.iobit.com/2025/sale/bfbundlegiftpt/images/add.png) no-repeat center center;
    margin: 0 35px;
}

.banner .box_wrap .gift_wrap .add_gary {
    filter: grayscale(1);
    opacity: 0.3;
}

.banner .box_wrap .gift_wrap .gift {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.banner .box_wrap .gift_wrap .gift_gary img {
    filter: grayscale(1);
    opacity: 0.5;
}

.banner .box_wrap .gift_wrap .gift_gary::after {
    content: "";
    display: block;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 72px;
    background: url(../images/img_pop1.png) no-repeat center center;
    z-index: 99;
}

.banner .box_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .box_info .box_price .box_price_title {
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .box_info .box_price .box_price_title h4 {
    font: normal normal 500 14px/14px Lexend;
    letter-spacing: 0px;
    color: #b4b4b4;
    opacity: 1;
}

.banner .box_info .box_price .box_price_title :nth-of-type(1) {
    margin-right: 279px;
}

.banner .box_info .box_price .box_price_title :nth-of-type(2) {
    margin-right: 72px;
}

.banner .box_info .box_price .box_price_title :nth-of-type(3) {
    margin-right: 52px;
    position: relative;
}

.banner .box_info .box_price ul {
    margin-top: 23px;
    max-width: 630px;
    padding-left: 20px;
    box-sizing: border-box;
}

.banner .box_info .box_price ul li {
    cursor: pointer;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .box_info .box_price ul li .select {
    font: normal normal 500 14px/18px Lexend;
    letter-spacing: 0px;
    color: #aeacb9;
    min-width: 320px;
    position: relative;
}

.banner .box_info .box_price ul li .discount {
    font: normal normal normal 12px/18px Lexend;
    letter-spacing: 0px;
    color: #aeacb9;
    font-weight: 600;
    position: relative;
    left: -8px;
}

.banner .box_info .box_price ul li .price {
    position: relative;
    width: 72px;
    text-align: left;
    left: 0px;
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #aeacb9;
}

.banner .box_info .box_price ul li .price del {
    color: #8e8b9d;
}

.banner .box_info .box_price ul li.selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.banner .box_info .box_price ul li .select span {
    font-size: 12px;
    font-weight: 400;
}
.banner .box_info .box_price ul li.selected .select span {
    color: #b97575;
}

.banner .box_info .box_price ul li.selected .select {
    color: #000000;
    position: relative;
}
.banner .box_info .box_price ul li .select::after,
.banner .box_info .box_price ul li .select::before {
    content: "";
    display: inline-block;
}
.banner .box_info .box_price ul li .select::before {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-sizing: border-box;
    opacity: 1;
    position: relative;
    margin-right: 9px;
}
.banner .box_info .box_price ul li .select::after {
    position: absolute;
    width: 15px;
    height: 14px;
    background: url(https://purchase.iobit.com/2025/sale/bfbundlegiftpt/images/yes.png) no-repeat center center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    top: -2px;
    left: 3px;
}
.banner .box_info .box_price ul li.selected .select::before {
    border-color: #5b5b5b;
    background: #e8e8e8 0% 0% no-repeat padding-box;
}
.banner .box_info .box_price ul li.selected .select::after {
    opacity: 1;
    transform: scale(1);
}
.banner .box_info .box_price ul li.selected .discount {
    letter-spacing: 0px;
    color: #fc4140;
    left: 0;
}

.banner .box_info .box_price ul li.selected .price {
    color: #000000;
    text-align: left;
}

.banner .box_info .box_price ul li.selected .price del {
    color: #b44a38;
}

.banner .box_info .box_price .gift_green {
    width: 680px;
    height: 113px;
    background: #ffffff96 0% 0% no-repeat padding-box;
    border: 1px solid #ff3b3b;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner .box_info .box_price .gift_green ul {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 50px;
    margin-top: 5px;
}

.banner .box_info .box_price .gift_green ul li {
    cursor: text;
    margin-bottom: 10px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .box_info .box_price .gift_green ul li .select {
    font: normal normal 500 14px/18px Lexend;
    letter-spacing: 0px;
    color: #000000;
    min-width: 420px;
    position: relative;
    display: flex;
    gap: 4px;
}
.banner .box_info .box_price .gift_green ul li .select span {
    font-size: 12px;
    font-weight: 400;
    color: #b97575;
}

.banner .box_info .box_price .gift_green ul li .select::before {
    width: 17px;
    height: 17px;
    opacity: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 9px;
    border: none;
    background: url(https://purchase.iobit.com/2025/sale/bfbundlegiftpt/images/gift.png) no-repeat center center;
}

.banner .box_info .box_price .gift_green ul li .discount {
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #b522e5;
    font-weight: 600;
    position: relative;
    left: -40px;
}

.banner .box_info .box_price .gift_green ul li .price {
    position: relative;
    width: 72px;
    left: 0px;
    text-align: left;
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #000000;
}

.banner .box_info .box_price .gift_green ul li .price del {
    color: #b44a38;
}

.banner .box_info .box_price .gift_green_gary ul li .price del {
    color: #cfced4;
}

.banner .box_info .box_price .gift_green::after {
    position: absolute;
    content: "";
    display: block;
    width: 81px;
    height: 45px;
    background: url(../images/img_tip_gift.png) no-repeat center center;
    right: -15px;
    bottom: -8px;
}

.banner .box_info .box_price .gift_green_gary {
    border: 1px solid #cfced4;
    position: relative;
}

.banner .box_info .box_price .gift_green_gary ul li .select::before {
    background: url(../images/gift_sharp_grey.png) no-repeat center center;
}

.banner .box_info .box_price .gift_green_gary ul li .select,
.banner .box_info .box_price .gift_green_gary ul li .select span {
    color: #aeacb9;
}

.banner .box_info .box_price .gift_green_gary ul li .discount {
    color: #cfced4;
}

.banner .box_info .box_price .gift_green_gary ul li .price {
    color: #aeacb9;
}

.banner .box_info .box_price .gift_green_gary::after {
    width: 73px;
    height: 57px;
    right: -12px;
    bottom: -9px;
    background: url(../images/gift_gary1.png) no-repeat center center;
}

.banner .box_info .box_price .gift_green_gary::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 72px;
    background: url(../images/img_pop1.png) no-repeat center center;
    z-index: 99;
}

.banner .box_info .box_price .gift_green_gary .mask {
    background: #ffffff96 0% 0% no-repeat padding-box;
    border-radius: 14px;
    opacity: 0.71;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .box_info .box_btn {
    width: 402px;
    height: 274px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 14px;
    margin-left: 18px;
    position: relative;
    left: 20px;
    padding: 18px 47px;
    box-sizing: border-box;
}

.banner .box_info .box_btn h4 {
    font: normal normal 500 14px/14px Lexend;
    letter-spacing: 0px;
    padding-left: 10px;
    border-bottom: 2px solid #f1d7d7;
    padding-bottom: 10px;
}

.banner .box_info .box_btn .getoff {
    width: 111px;
    height: 29px;
    background: #fc4140 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    font: normal normal bold 18px/19px Lexend;
    letter-spacing: 0px;
    color: #ffffff;
    float: right;
    margin-top: -35px;
    margin-right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.banner .box_info .box_btn .box_num {
    margin-top: 20px;
    border-bottom: 2px solid #f1d7d7;
    padding-bottom: 15px;
}

.banner .box_info .box_btn .box_num p {
    font: normal normal 500 14px/14px Lexend;
    letter-spacing: 0px;
    color: #000000;
}

.banner .box_info .box_btn .box_num p strong {
    font-weight: 500;
}

.banner .box_info .box_btn .box_num p b {
    font-weight: 500;
    display: block;
    float: right;
}

.banner .box_info .box_btn .box_num p:nth-of-type(1) {
    padding: 0px 13px 6px 10px;
}

.banner .box_info .box_btn .box_num p:nth-of-type(2) {
    background: rgba(252, 65, 64, 0.1) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 8px 13px 6px 10px;
    margin-top: 6px;
}

.banner .box_info .box_btn .box_num p:nth-of-type(2) strong {
    color: #fc4140;
    font-weight: 500;
}

.banner .box_info .box_btn .box_num p:nth-of-type(2) b {
    color: #fc4140;
    font-weight: 500;
}

.banner .box_info .box_btn .box_total p {
    font: normal normal 600 18px/18px Lexend;
    letter-spacing: 0px;
    color: #000000;
    padding: 15px 13px 6px 10px;
}
.banner .box_info .box_btn .box_total p strong {
    font-size: 18px;
    font-weight: 600;
}
.banner .box_info .box_btn .box_total p b {
    font-size: 18px;
    font-weight: 600;
    display: block;
    float: right;
}
.banner .box_info .box_btn .box_total p b span {
    font-size: 30px;
    font-weight: 600;
}

.banner .box_info .box_btn .box_total .button {
    width: 328px;
    height: 60px;
    display: inline-block;
    background: transparent linear-gradient(180deg, #ff7d7d 0%, #ff5353 41%, #ff2929 54%, #dc0000 100%) 0% 0% no-repeat
        padding-box;
    box-shadow: 0px 8px 19px #ff00006e;
    border: 2px solid #ff5347;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 14px/17px Spartan;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 800;
    margin-top: 10px;
    position: relative;
    right: 10px;
}

.banner .box_info .box_btn .box_total .day {
    font: normal normal normal 12px/14px Lexend;
    letter-spacing: 0px;
    color: #e1abab;
    text-align: center;
    margin-top: 7px;
}

.salebuybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 255px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3);
  border: 1px solid #ffb400;
  box-sizing: border-box;
  text-shadow: 1px 1.732px 2px rgba(186, 1, 1, 0.6);
  background: -webkit-linear-gradient(#ff8400 0%, #e80802 100%);
  background: linear-gradient(#ff8400 0%, #e80802 100%)
}

.salebuybtn:hover {
  transition: all 0.3s ease;
  background-image: -webkit-linear-gradient(73deg, #f10707 0%, #fd3c3c 100%);
  background-image: linear-gradient(73deg, #f10707 0%, #fd3c3c 100%);
  border: 2px solid #dd0c0c;
  box-shadow: 0px 5px 18.27px 2.73px rgba(0, 0, 0, 0.35), inset -1.463px -1.364px 3px 0px rgba(255, 80, 39, 0.59), inset -2.463px 3.152px 3.92px 0.08px rgba(200, 44, 44, 0.41)
}

.saleblue {
  color: #00a1e3
}

.saleredb {
  color: #eb2629
}

.salelightgreen {
  color: #00bbca
}

.salegreen {
  color: #01c137
}

.salepurple {
  color: #5535ca
}

.saleproduct {
  position: relative
}

.saleproduct.one {
  background: #fff url("../images/bg2.jpg") center top no-repeat
}

.saleproduct.two {
  margin-top: 100px;
  background: #fff url("../images/bg3.jpg") center top no-repeat
}

.saleproduct.two::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
  width: 8px;
  height: 22px;
  background: url(../images/line.png) no-repeat
}

.saleproduct.two .subtitle {
  padding-top: 30px
}

.saleproduct .subtitle {
  padding-top: 18px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 600;
  text-align: center
}

.saleproduct h2 {
  padding: 6px 0 12px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-align: center
}

.saleproduct .saleitem {
  position: relative;
  margin-top: 56px;
  width: 582px;
  height: 492px;
  border-radius: 2px;
  border: 1px solid #ffdcab;
  background: #fffaf0
}

.saleproduct .saleitem dl,
.saleproduct .saleitem .saledes {
  margin: 0 auto;
  width: 494px
}

.saleproduct .saleitem dl {
  padding-bottom: 34px;
  border-bottom: 1px solid #f7e3ad
}

.saleproduct .saleitem dl dt,
.saleproduct .saleitem dl dl {
  float: left
}

.saleproduct .saleitem dl dt {
  margin: 26px 18px 0 28px;
  width: 76px
}

.saleproduct .saleitem dl dt>img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%
}

.saleproduct .saleitem dl dd {
  padding-right: 10px
}

.saleproduct .saleitem dl dd h4 {
  padding: 42px 0 3px;
  color: #000;
  font-size: 20px;
  font-weight: 600
}

.saleproduct .saleitem dl dd p {
  font-size: 14px;
  font-weight: 700
}

.saleproduct .saleitem .saledes ul {
  float: left;
  margin-top: 70px;
  width: 238px
}

.saleproduct .saleitem .saledes ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #1a1919;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600
}

.saleproduct .saleitem .saledes ul li::before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1919;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600
}

.saleproduct .saleitem .saledes .saleprice {
  position: relative;
  float: right;
  margin-top: 50px;
  width: 245px;
  height: 215px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 9px 14px 0px rgba(59, 57, 72, 0.12)
}

.saleproduct .saleitem .saledes .saleprice::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  width: 112px;
  height: 102px;
  background: url(../images/saleshadow.png) no-repeat
}

.saleproduct .saleitem .saledes .saleprice .off,
.saleproduct .saleitem .saledes .saleprice p,
.saleproduct .saleitem .saledes .saleprice .salebuybtn {
  position: relative;
  z-index: 1
}

.saleproduct .saleitem .saledes .saleprice .off {
  display: inline-block;
  padding: 0 10px;
  margin-top: -14px;
  min-width: 186px;
  height: 42px;
  color: #d90101;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  background: #fff;
  border: 1px solid #f7e3ad;
  text-transform: uppercase
}

.saleproduct .saleitem .saledes .saleprice p {
  color: #a3a3a3;
  font-size: 12px
}

.saleproduct .saleitem .saledes .saleprice .price {
  margin-top: 30px;
  color: #727272;
  font-size: 14px
}

.saleproduct .saleitem .saledes .saleprice .price strong {
  display: inline-block;
  padding-right: 2px;
  color: #000;
  font-size: 18px
}

.saleproduct .saleitem .saledes .saleprice .price strong>big {
  font-size: 30px
}

.saleproduct .saleitem .saledes .saleprice .salebuybtn {
  margin: 12px auto;
  width: 183px;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3)
}

.saleenjoy {
  margin: 150px 0 0;
  position: relative;
  background: #fff url("../images/bg4.jpg") center top no-repeat
}

.saleenjoy h2 {
  position: relative;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.saleenjoy h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 auto;
  width: 290px;
  height: 57px;
  background: url(../images/subtitle.png) no-repeat
}

.saleenjoy .enjoydes {
  position: relative;
  margin: 40px 0 0;
  width: 100%;
  height: 276px;
  box-sizing: border-box;
  border: 3px solid #a5c5a5
}

.saleenjoy .enjoydes.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff
}

.saleenjoy .enjoydes .enjoyimg {
  float: left;
  width: 422px;
  line-height: 270px
}

.saleenjoy .enjoydes .enjoyimg>img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

.saleenjoy .enjoydes ul {
  float: left;
  margin-top: 60px;
  margin-left: 10px;
  width: 250px
}

.saleenjoy .enjoydes ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 20px
}

.saleenjoy .enjoydes ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  background: url(../images/marks_icon_circle.png) no-repeat
}

.saleenjoy .enjoydes .pricedes {
  position: relative;
  float: right;
  width: 432px;
  height: inherit
}

.saleenjoy .enjoydes .pricedes::before {
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 0;
  width: 534px;
  height: 277px;
  background: url(../images/enjoy_bg.png) no-repeat
}

.saleenjoy .enjoydes .pricedes h3,
.saleenjoy .enjoydes .pricedes p,
.saleenjoy .enjoydes .pricedes .price {
  position: relative;
  z-index: 1
}

.saleenjoy .enjoydes .pricedes h3 {
  position: relative;
  margin-top: 36px;
  display: inline-block;
  color: #fff;
  font-size: 23px;
  font-weight: 700
}

.saleenjoy .enjoydes .pricedes h3::before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: -34px;
  margin: 0 auto;
  width: 144px;
  height: 34px;
  background: url(../images/salecent_today.png) no-repeat
}

.saleenjoy .enjoydes .pricedes>p {
  color: #fff;
  font-size: 14px;
  line-height: 20px
}

.saleenjoy .enjoydes .pricedes .price {
  margin: 50px 0 0;
  text-align: center;
  width: 230px
}

.saleenjoy .enjoydes .pricedes .price>p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 244, 236, 0.66)
}

.saleenjoy .enjoydes .pricedes .price>p strong {
  color: #fff;
  font-size: 18px
}

.saleenjoy .enjoydes .pricedes .price>p strong>big {
  font-size: 30px
}

.saleenjoy .enjoydes .pricedes .price>p del {
  display: inline-block;
  padding-left: 2px;
  font-size: 14px;
  color: rgba(255, 239, 239, 0.46)
}

.saleenjoy .enjoydes .pricedes .price .salebuybtn {
  margin: 16px auto 6px;
  width: 230px;
  color: #430909;
  line-height: 48px;
  border: 1px solid #ff6e3b;
  text-shadow: none;
  box-shadow: 0px 10px 18px 2px rgba(101, 16, 16, 0.75);
  background: -webkit-linear-gradient(#ffe477 0%, #ff8400 100%);
  background: linear-gradient(#ffe477 0%, #ff8400 100%)
}

.saleenjoy .enjoydes .pricedes .price .salebuybtn:hover {
  color: #fff;
  text-shadow: 1px 1.732px 2px rgba(186, 1, 1, 0.64);
  border: 2px solid #ff9d3e;
  box-shadow: 0px 5px 18.27px 2.73px rgba(0, 0, 0, 0.35), inset -1.463px -1.364px 3px 0px rgba(255, 80, 39, 0.59), inset -2.463px 3.152px 3.92px 0.08px rgba(200, 44, 44, 0.41);
  background: #f07c15
}

.award {
  padding: 128px 0 90px;
  text-align: center
}

.award .award-title {
  padding-bottom: 56px;
  font-size: 30px
}

.award .award-title::before {
  display: none
}

.salereview {
  position: relative
}

.salereview .salearrow {
  display: block;
  position: absolute;
  top: 232px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f0b990
}

.salereview .salearrow::before,
.salereview .salearrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #f0b990
}

.salereview .salearrow::before {
  top: 26px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg)
}

.salereview .salearrow::after {
  top: 20px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(-45deg)
}

.salereview .salearrow.prev {
  left: 0
}

.salereview .salearrow.next {
  right: 0
}

.salereview .salearrow.next::before {
  top: 20px
}

.salereview .salearrow.next::after {
  top: 26px
}

.salereview .salearrow:hover {
  background: #ffedf3;
  transition: all 0.3s ease
}

.salereview .reviewdes {
  position: relative;
  margin: 0 auto;
  width: 992px;
  height: 432px;
  text-align: center;
  overflow: hidden
}

.salereview .reviewdes::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: 0 auto;
  width: 990px;
  height: 300px;
  border-radius: 3px;
  background: url(../images/review-bg.png)no-repeat;
  background-size: 100% 100%;
}

.salereview .reviewdes .reviewroll {
  position: relative;
  z-index: 1
}

.salereview .reviewdes dl {
  position: relative;
  z-index: 1;
  float: left;
  width: 990px;
  height: inherit
}

.salereview .reviewdes dl dt {
  position: relative;
  margin: 0 auto 28px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background: #f8edcb;
  border: 6px solid #f8edcb
}

.salereview .reviewdes dl dt>img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -45px auto 0;
  width: 90px;
  height: 90px;
  border-radius: 50%
}

.salereview .reviewdes dl h3 {
  padding: 20px 0 32px;
  font-size: 26px;
  font-weight: 700;
  color: #282525
}

.salereview .reviewdes dl p {
  margin: 0 auto;
  max-width: 714px;
  color: #504528;
  font-size: 14px;
  line-height: 26px
}

.salereview .reviewdes dl h4 {
  padding-top: 22px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #282525
}

.saleservice dl {
  padding: 66px 0 50px;
  float: left;
  width: 25%;
  text-align: center
}

.saleservice dl dt {
  height: 72px;
  line-height: 72px
}

.saleservice dl dt>img {
  display: inline-block;
  vertical-align: middle
}

.saleservice dl h3 {
  padding: 32px 0 8px;
  color: #444345;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px
}

.saleservice dl p {
  margin: 0 auto;
  max-width: 80%;
  color: #28282c;
  font-size: 12px;
  line-height: 18px
}

.saleservice .note {
  padding: 24px 0 32px;
  font-size: 12px;
  font-weight: 500;
  border-top: 1px solid #c9c9c9
}

.saleservice .copyright {
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  text-align: center
}

.flex-c {
  display: flex;
  justify-content: center;
}

.banner_prize {
  width: fit-content;
  height: fit-content;
  position: relative
}

.banner_prize .title_pic {
  z-index: -1;
  transition: all .3s ease
}

.banner_prize .title_pic.big {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 320px;
  height: 406px;
  background: url(../images/turntable.png);
  margin: auto
}

.banner_prize .title_pic.big.on {
  z-index: 9999;
  opacity: 1;
  position: fixed;

}

.banner_prize .title_pic.big.remove {
  background: none
}

.banner_prize .title_pic.big.remove .box .after,
.banner_prize .title_pic.big.remove .box::after {
  background: none
}

.banner_prize .title_pic.big.remove .box img {
  transition: all 1s ease !important
}

.banner_prize .title_pic.big.remove .box img.animate {
  opacity: 0;
  transform: scale(0) !important;
  left: 180px;
  top: -185px
}

.banner_prize .title_pic.big .box {
  position: relative;
  width: 320px;
  height: 320px;
  margin-top: 60px;
}

.banner_prize .title_pic.big .box::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: 134px;
  top: 126px;
  background: url(../images/icon_pointer.png)
}

.banner_prize .title_pic.big .box .after {
  position: absolute;
  width: 320px;
  height: 320px;
  background: url(../images/after.png);
  transform: rotate(0deg);
  transition: all 1.5s
}

.banner_prize .title_pic.big .box .after.anirotate {
  animation: ani-rotate 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards
}

@keyframes ani-rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(1080deg)
  }
}
.extra {
  display: none;
  width: 100%;
  
  justify-content: flex-end;
}
.extra span{
  width: 160px;
  text-align: center;
  line-height: 20px;
  background-color: #43b83c;
  color: #fff !important;
}
.banner_prize .title_pic.big .box .after img {
  position: absolute;
  right: 46px;
  top: 16px;
  transition: all .3s ease
}

.banner_prize .title_pic.big .box .after img.big {
  transform: scale(1.5)
}
.popbg_pic {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 32, 0.8) 0% 0% no-repeat padding-box;
  opacity: 0;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  position: fixed;
  top: 0;
  left: 0;
  transition: all .3s ease;
  transform-origin: center;
  z-index: -998
}

.popbg_pic.on {
  opacity: 1;
  z-index: 999
}

.banner_prize.red_prize .title_pic.big{
  width: 780px;
  height: 550px;
  background: url(../images/turntable_red_prize.png);
}
.banner_prize.red_prize .title_pic.big .box {
  width: 288px;
  height: 288px;
  margin-left: 465px;
  margin-top: 175px;
}
.banner_prize.red_prize .title_pic.big .box .after {
  width: 288px;
  height: 288px;
  background: url(../images/after_red.png);
}
.banner_prize.red_prize .title_pic.big .box::after {
  width: 101px;
  height: 101px;
  left: 92px;
  top: 103px;
  background: url(../images/icon_pointer_red.png);
}
.banner_prize.red_prize .title_pic.big .box::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  right: 84px;    
  top: -9px;
  z-index: 99;
  background: url(../images/pop_arrow.png);
}
.banner_prize.red_prize .title_pic.big .box .after.anirotate {
  animation: ani-rotatered 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards
}

@keyframes ani-rotatered {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(1080deg)
  }
}