@charset "utf-8";

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

html,
body {
    overflow-x: hidden;
    line-height: 1;
}

body {
    min-width: 1000px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-family: "Spartan", Arial, Helvetica, sans-serif;
    font-weight: 400;
    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;
}

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

.clearfix {
    zoom: 1;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: #eb2629 !important;
    font-weight: 800 !important;
}

.green {
    color: #03bd45 !important;
    font-weight: 800 !important;
}

.blue {
    color: #0096e0 !important;
    font-weight: 800 !important;
}

.blue2 {
    color: #3dbdd6 !important;
    font-weight: 800 !important;
}

.black {
    color: #1e1c2c !important;
    font-weight: 800 !important;
}

.banner {
    width: 100%;
    height: 900px;
    background: url(../images/bg.jpg) no-repeat center center;
}
.banner .wrapper {
    width: 1200px;
}

.banner .logo {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 25px;
}

.banner .banner_title img {
    display: block;
    margin: 0px auto;
}

.time_box {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.zoom {
    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;
    }
}
.time_box p {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: bold;
}

.time_box p strong {
    color: #ff0d0d;
}

.banner .content {
    position: relative;
    z-index: 1;
    width: 1200px;
    height: 558px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 0px 29px 20px;
    overflow: hidden;
    background: #fff;
    margin-top: 30px;
}
.banner .box_wrap {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    border-bottom: 3px solid #ffffff80;
    padding-bottom: 3px;
}

.banner .box_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 620px;
}

.banner .box_wrap ul li {
    width: 149px;
    height: 185px;
    cursor: pointer;
}

.banner .box_wrap ul .asc.checked {
    background: url(../images/asc.png) no-repeat center center;
}

.banner .box_wrap ul .db.checked {
    background: url(../images/db.png) no-repeat center center;
}

.banner .box_wrap ul .iu.checked {
    background: url(../images/iu.png) no-repeat center center;
}

.banner .box_wrap ul .sd.checked {
    background: url(../images/sd.png) no-repeat center center;
}

.banner .box_wrap ul .asc {
    background: url(../images/asc_gary.png) no-repeat center center;
}

.banner .box_wrap ul .db {
    background: url(../images/db_gary.png) no-repeat center center;
}

.banner .box_wrap ul .iu {
    background: url(../images/iu_gary.png) no-repeat center center;
}

.banner .box_wrap ul .sd {
    background: url(../images/sd_gary.png) no-repeat center center;
}

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

.banner .box_wrap .gift_wrap .add {
    width: 26px;
    height: 26px;
    background: url(../images/add.png) no-repeat center center;
    margin: 0 0 0 35px;
}

.banner .box_wrap .gift_wrap .add_gary {
    background: url(../images/add_gary.png) no-repeat center center;
}

.banner .box_wrap .gift_wrap .gift {
    width: 446px;
    height: 207px;
    background: url(../images/img_box_gift.png) no-repeat center center;
}

.banner .box_wrap .gift_wrap .gift_gary {
    background: url(../images/img_box_gift_gary1.png) no-repeat center center;
    position: relative;
}

.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;
    margin-top: 12px;
}

.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 bold 12px/14px Spartan;
    letter-spacing: 0px;
    color: #c20712;
    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 normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #aeacb9;
    min-width: 320px;
    position: relative;
    display: flex;
}

.banner .box_info .box_price ul li .select::before {
    width: 16px;
    height: 16px;
    border: 2px solid #cfced4;
    box-sizing: border-box;
    opacity: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 9px;
}

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

.banner .box_info .box_price ul li .price {
    position: relative;
    left: 28px;
    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;
}

.banner .box_info .box_price ul li.selected .select {
    color: #000000;
    position: relative;
    display: flex;
}

.banner .box_info .box_price ul li.selected .select::before {
    background: url(../images/yes.png) no-repeat center center;
    border: 2px solid transparent;
    top: -2px;
}

.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;
    min-width: 100px;
    left: 30px;
}

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

.banner .box_info .box_price .gift_green {
    width: 680px;
    height: 113px;
    background: #fff 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 {
    margin-left: -74px;
    padding-left: 0px;
    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 normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #000000;
    min-width: 420px;
    position: relative;
    display: flex;
}

.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(../images/gift_sharp.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: #ff3b3b;
    font-weight: 600;
    position: relative;
    left: -40px;
}

.banner .box_info .box_price .gift_green ul li .price {
    position: relative;
    left: 48px;
    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: 119px;
    height: 74px;
    background: url(../images/img_tip_gift.png) no-repeat center center;
    right: -34px;
    bottom: -22px;
}

.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 {
    color: #8e8b9d;
}

.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: #8e8b9d;
}

.banner .box_info .box_price .gift_green_gary::after {
    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: transparent linear-gradient(180deg, #ffffff69 0%, #ffe5b2 100%) 0% 0% no-repeat padding-box;
    border-radius: 14px;
    margin-left: 18px;
    position: relative;
    left: -5px;
    padding: 18px 47px;
    text-align: left;
    box-sizing: border-box;
}

.banner .box_info .box_btn h4 {
    font: normal normal normal 12px/14px Spartan;
    letter-spacing: 0px;
    color: #e1abab;
    font-weight: 600;
}

.banner .box_info .box_btn .box_num {
    margin-top: 29px;
    border-bottom: 3px solid #cb7c7c30;
    padding-bottom: 15px;
}

.banner .box_info .box_btn .box_num p {
    font: normal normal normal 12px/14px Spartan;
    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: 800;
}

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

.banner .box_info .box_btn .box_total p {
    font: normal normal normal 15px/18px Spartan;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 800;
    padding: 15px 13px 6px 10px;
}

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

.button.banbuybtn {
    width: 328px;
    height: 60px;
    display: inline-block;
    background: transparent linear-gradient(351deg, #e90505 0%, #fb1f2e 100%) 0% 0% no-repeat padding-box;
    box-shadow:
        inset -2px -3px 3px #a809093b,
        0px 9px 10px #f8a18a;
    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 Spartan;
    letter-spacing: 0px;
    color: #e1abab;
    text-align: center;
    margin-top: 7px;
}

.btn {
    width: 182px;
    height: 42px;
    background: transparent linear-gradient(351deg, #e90505 0%, #fb1f2e 100%) 0% 0% no-repeat padding-box;
    box-shadow:
        inset -2px -3px 3px #a809093b,
        0px 9px 10px #f8a18a;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 14px/17px Spartan;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 800;
    position: relative;
}

.cart {
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: -20px;
    width: 16px;
    height: 16px;
    background: url(../images/cart.png) no-repeat;
    opacity: 0;
    transition: all 0.3s;
}

.btn:hover .cart {
    left: 6px;
    bottom: 13px;
    opacity: 1;
}

.btn:hover {
    background: transparent linear-gradient(345deg, #df0606 0%, #f30019 100%) 0% 0% no-repeat padding-box;
}

.btn_special:hover .cart {
    left: 55px;
}

.button:hover {
    background: transparent linear-gradient(345deg, #df0606 0%, #f30019 100%) 0% 0% no-repeat padding-box;
}

.button:hover .cart {
    left: 76px;
    bottom: 20px;
    opacity: 1;
}

.section1 {
    width: 100%;
    padding-top: 90px;
}

.section1 .wrapper {
    width: 1120px;
}

.section1 .wrapper h2 {
    text-align: center;
    font: normal normal bold 36px/18px Spartan;
    letter-spacing: 0px;
    color: #1e1c2c;
    font-weight: 800;
    margin-bottom: 100px;
}

.section1 .wrapper h2 p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    color: #7e7e7e;
}

.section1 .sec1_div {
    width: 100%;
}

.section1 .sec1_div h3 {
    text-align: center;
    font: normal normal normal 26px/18px Spartan;
    letter-spacing: 0px;
    color: #1e1c2c;
    font-weight: 800;
    margin-bottom: 35px;
}

.section1 .sec1_div .sec1_box {
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1 .sec1_div .sec1_box .sec1_box_bg {
    width: 552px;
    height: 365px;
    background: #fff9f2;
    border: 1px solid #ffe2c9;
    border-radius: 10px;
    padding: 17px 35px;
    box-sizing: border-box;
}

.section1 .sec1_div .sec1_box .sec1_box_bg h4 {
    letter-spacing: 0px;
    color: #1e1c2c;
    position: relative;
    font-size: 16px;
    text-indent: 20px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg h4::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: url(../images/icon1.png) no-repeat center center;
    right: 25px;
    top: 16px;
}
.section1 .sec1_div .sec1_box .sec1_box_bg h4::after {
    display: block;
    content: "";
    width: 47px;
    height: 47px;
    background: url(../images/cup.png) no-repeat center / cover;
    position: absolute;
    top: 20px;
    left: 12px;
}
.section1 .sec1_div .sec1_box .sec1_box_bg p {
    margin-top: 32px;
    color: #00aaff;
    font-weight: 800;
    font-size: 12px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg ul {
    margin-top: 15px;
    min-height: 120px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg ul li {
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1e1c2c;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn {
    width: 483px;
    height: 88px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dedde5;
    border-radius: 8px;
    padding: 19px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p {
    font: normal normal normal 16px/19px Spartan;
    letter-spacing: 0px;
    color: #fc4140;
    font-weight: 800;
    margin-top: 0;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p span {
    background: rgba(252, 65, 64, 0.14) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    font: normal normal normal 9px/11px Spartan;
    letter-spacing: 0px;
    color: #fc4140;
    font-weight: 800;
    display: inline-block;
    padding: 6px 6px 3px 6px;
    transform: scale(0.8);
    vertical-align: top;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p:nth-of-type(2) {
    margin-top: 14px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p:nth-of-type(2) del {
    color: #8e8b9d;
    font-weight: 500;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .buy {
    margin-top: 10px;
    text-align: center;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .buy p {
    text-align: center;
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1e1c2c;
    margin-top: 7px;
}

.section1 .sec1_div2 {
    margin-top: 70px;
}

.section1 .db_icon::before {
    background: url(../images/icon2.png) no-repeat center center !important;
}

.section1 .iu_icon::before {
    background: url(../images/icon3.png) no-repeat center center !important;
}

.section1 .sd_icon::before {
    background: url(../images/icon4.png) no-repeat center center !important;
}

.section1 .imf_icon::before {
    background: url(../images/icon5.png) no-repeat center center !important;
}

.section1 .pf_icon::before {
    background: url(../images/icon6.png) no-repeat center center !important;
}

.section3 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 58px;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    margin-top: 80px;
}

.section3 .sec3_div {
    width: 100%;
}

.section3 .sec3_div h3 {
    text-align: center;
    font: normal normal bold 36px/18px Spartan;
    letter-spacing: 0px;
    color: #1e1c2c;
    opacity: 1;
    margin-top: 50px;
    margin-bottom: 63px;
}

.section3 .sec3_div .sec3_box {
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section3 .sec3_div .sec3_box .sec3_box_bg {
    width: 342px;
    height: 451px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 14px;
    padding: 17px 22px;
    box-sizing: border-box;
}

.section3 .sec3_div .sec3_box .sec3_box_bg h4 {
    letter-spacing: 0px;
    color: #1e1c2c;
    position: relative;
    font-size: 16px;
    margin-left: 10px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg h4::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    right: 10px;
    top: 16px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(1) h4:before {
    background: url(../images/icon7.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(2) h4:before {
    background: url(../images/icon8.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(3) h4:before {
    background: url(../images/icon9.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg p {
    margin-top: 32px;
    color: #00aaff;
    font-weight: 800;
    font-size: 12px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg ul {
    margin-top: 15px;
    min-width: 304px;
    min-height: 80px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg ul li {
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1e1c2c;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn {
    width: 296px;
    height: 159px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dedde5;
    border-radius: 8px;
    padding: 19px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(3) .sec3_btn {
    margin-top: 48px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p {
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 16px/19px Spartan;
    letter-spacing: 0px;
    color: #fc4747;
    font-weight: 800;
    margin-top: 0;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p span {
    background: rgba(252, 65, 64, 0.14) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    font: normal normal normal 9px/11px Spartan;
    letter-spacing: 0px;
    color: #fc4747;
    font-weight: 800;
    display: inline-block;
    padding: 6px 6px 3px 6px;
    transform: scale(0.8);
    vertical-align: top;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p:nth-of-type(2) {
    margin-top: 14px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p:nth-of-type(2) del {
    color: #8e8b9d;
    font-weight: 500;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .buy {
    margin-top: 10px;
    text-align: center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .buy p {
    text-align: center;
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1e1c2c;
    margin-top: 7px;
}

.bottom-buy {
    height: 612px;
    background: url(../images/bottom-banner.png) center no-repeat;
    margin-top: 112px;
    padding-top: 72px;
}
.bottom-buy .title {
    text-align: center;
    color: #ffffff;
}
.bottom-buy .title h2 {
    font-size: 34px;
    font-weight: bold;
}
.bottom-buy .title h2 span {
    font-weight: bold;
    color: #ff3434;
}
.bottom-buy .title p {
    margin-top: 18px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.bottom-buy .title p::after {
    content: "";
    position: absolute;
    background: url(../images/tag.png) center no-repeat;
    width: 401px;
    height: 35px;
    top: -5px;
    left: 360px;
    z-index: -1;
}
.bottom-buy .offer-box {
    margin-top: 58px;
    text-align: center;
}
.bottom-buy .offer-box img{
    position: relative;
    left: -20px;
}
.bottom-buy .price {
    margin-top: 23px;
    text-align: center;
}
.bottom-buy .price span {
    font-size: 29px;
    font-weight: bold;
    margin-right: 10px;
    color: #ffea29;
}
.bottom-buy .price span b {
    font-size: 49px;
    font-weight: bold;
}
.bottom-buy .price del {
    color: #818181;
    font-size: 18px;
    font-weight: 500;
}
.bottom-buy .button.banbuybtn {
    margin: 0px auto;
    box-shadow: 0px 8px 19px #0000006e;
}
.bottom-buy .money_back {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #818181;
}

.award {
    margin-bottom: 80px;
    margin-top: 100px;
    position: relative;
    height: 200px;
    text-align: center;
}

.award h2 {
    margin-bottom: 40px;
    font-size: 30px;
}

.review {
    margin-top: 160px;
}

.review .content {
    position: relative;
    width: 1104px;
    height: 297px;
    margin: 0 auto;
    background: url(../images/review-bg.png);
}

.review .content > span {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 110px;
    cursor: pointer;
    background: url(../images/prev.png);
    opacity: 0.3;
}

.review .content > span.prev {
    left: 50px;
}

.review .content > span.next {
    right: 50px;
    background-position: -54px 0px;
}

.review .content > span:hover {
    background-position: 0px -54px;
}

.review .content > span.next:hover {
    background-position: -54px -54px;
}

.review .content .message {
    width: 820px;
    float: left;
    margin-left: 153px;
    margin-top: -50px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.review .content .message .roll {
    width: 4920px;
}

.review .content .message dl {
    float: left;
    width: 820px;
}

.review .content .message h3 {
    margin-top: 10px;
    font-size: 26px;
    color: #282525;
}

.review .content .message p {
    margin-top: 15px;
    color: #504528;
    line-height: 22px;
}

.review .content .message h4 {
    font-size: 14px;
    color: #282525;
    margin-top: 13px;
}

/* service */

.service {
    margin-top: 60px;
    padding: 70px 0px 20px;
    background-color: #f9f9f9;
}

.service .wrapper {
    width: 1120px;
    min-width: 1120px;
}

.service dl {
    width: 553px;
    height: 125px;
    float: left;
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
}

.service dl h3 {
    margin-bottom: 20px;
    color: #28282c;
    font-weight: 600;
    font-size: 14px;
}

.service dl.first dt {
    float: left;
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 20px;
}

.service dl.first dd {
    padding-top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7f;
}

.service dl.last {
    float: right;
}

.service dl.last dt {
    margin-top: 20px;
}

.service dl.last dt,
.service dl.last dd {
    padding-left: 25px;
}

.note {
    margin-top: 30px;
    font-size: 12px;
    color: #7b7b7e;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #7b7b7e;
}

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

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

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

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

.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: 500px;
    height: 500px;
    margin-left: 60px;
}

.banner_prize .title_pic.big .box::after {
    position: absolute;
    content: "";
    width: 59px;
    height: 82px;
    left: 221px;
    top: 203px;
    background: url(../images/pointer.png);
}

.banner_prize .title_pic.big .box .after {
    position: absolute;
    width: 500px;
    height: 500px;
    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(1050deg);
    }
}

.banner_prize .title_pic.big .box .after img {
    position: absolute;
    right: 46px;
    top: 16px;
    transition: all 0.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 0.3s ease;
    transform-origin: center;
    z-index: -998;
}

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