* {
    padding: 0;
    margin: 0;
    font-style: normal !important;
}

img {
    display: block;
    border: 0;
}

ul,
li {
    list-style: none;
}

html,
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    background: url(../images/table-bg.jpg) no-repeat center 1750px;
    ;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    display: block;
    border: 0;
}

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

.clearfix {
    zoom: 1;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.banner {
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat top center;
}

.banner ._banner {
    box-sizing: border-box;
    height: 745px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 53px;
    overflow: hidden;
}

.banner ._banner .title {
    box-sizing: border-box;
    padding-top: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}

.banner ._banner .title .logo {
    position: absolute;
    top: 29px;
    left: 75px;
    z-index: 5;
}

.banner ._banner .title img {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.banner ._banner .title h2 {
    display: none;
    text-align: center;
    font: normal normal 600 18px/21px Inter;
    letter-spacing: -0.18px;
    color: #FFFFFF;
    margin-top: 102px;
    padding: 9px 36px 7px;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF64 21%, #FFFFFF91 51%, #FFFFFF6A 76%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    opacity: 1;
    position: relative;
    z-index: 5;
}

.banner ._banner .title h2 span {
    letter-spacing: -0.18px;
    color: #D20B15;
    font-weight: bold;
}

.banner ._banner .title .bee_box {
    position: absolute;
    width: 29px;
    height: 30px;
    top: 37px;
    left: 529px;
}

.banner ._banner .title .bee_box .bee_wing1 {
    position: absolute;
    top: 0;
    right: 6px;
    transform-origin: left bottom;
}

.banner ._banner .title .bee_box .bee_wing2 {
    position: absolute;
    top: 0;
    left: 11px;
    transform-origin: right bottom;
}

.banner ._banner .title .bee_box.on .bee_wing1 {
    animation: fly 0.1s infinite;
}

.banner ._banner .title .bee_box.on .bee_wing2 {
    animation: fly2 0.1s infinite;
}

@keyframes fly {
    from {
        transform: rotate(-10deg);
    }
    to {
        transform: rotate(30deg);
    }
}

@keyframes fly2 {
    from {
        transform: rotate(10deg);
    }
    to {
        transform: rotate(-30deg);
    }
}

.banner ._banner .banner_main {
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.banner ._banner .banner_main li {
    box-sizing: border-box;
    width: 346px;
    height: 399px;
    background: url(../images/product_bg.png) no-repeat center;
    position: relative;
    padding-top: 70px;
}

.banner ._banner .banner_main li:hover .hint {
    display: block !important;
}

.banner ._banner .banner_main li>img {
    position: absolute;
    left: 51%;
    top: -79px;
    transform: translateX(-50%);
}

.banner ._banner .banner_main li>img.soldout_img {
    display: none;
}

.banner ._banner .banner_main li .product {
    margin-bottom: 58px;
    text-align: center;
}

.banner ._banner .banner_main li .product h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #bb3810;
    position: relative;
    display: inline-block;
}

.banner ._banner .banner_main li .product h4::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/tips.png) no-repeat;
    right: -17px;
    top: 3px;
}

.banner ._banner .banner_main li .product p {
    text-align: center;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 500;
    color: #bb3810;
}

.banner ._banner .banner_main li .discount_box {
    padding: 0 79px 21px 50px;
}

.banner ._banner .banner_main li .discount_box p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.banner ._banner .banner_main li .discount_box p span {
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 500;
}

.banner ._banner .banner_main li .discount_box p span.discount {
    font-weight: bold;
}

.banner ._banner .banner_main li .discount_box p span.discount_price {
    font-weight: 600;
    color: #FF2D11;
}

.banner ._banner .banner_main li .price {
    box-sizing: border-box;
    width: 260px;
    margin: 0 auto;
    padding: 20px 28px 0 10px;
    margin-bottom: 29px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.banner ._banner .banner_main li .price span {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
}

.banner ._banner .banner_main li .price span:nth-of-type(2) {
    position: absolute;
    right: 28px;
}

.banner ._banner .banner_main li .price::after {
    content: "";
    display: block;
    position: absolute;
    width: 260px;
    height: 1px;
    background: url(../images/dottedLine.png) no-repeat center;
    top: 0;
    left: 0;
}

.banner ._banner .banner_main li a {
    box-sizing: border-box;
    display: block;
    width: 226px;
    height: 47px;
    margin: 0 auto;
    border: 2px solid #fc8462;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #fc8462;
    text-align: center;
    line-height: 42px;
}

.banner ._banner .banner_main li a:hover {
    background: #FF5D30;
    border: none;
    box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
    border-radius: 24px;
    color: #fff;
    line-height: 44px;
}

.banner ._banner .banner_main li .soldOut_hint {
    display: none;
}

.banner ._banner .banner_main li .hint {
    display: none;
    box-sizing: border-box;
    width: 277px;
    height: 41px;
    background: #f5ece0;
    border: 2px solid #f0e7d8;
    border-radius: 2px;
    padding: 3px 13px 0 20px;
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
}

.banner ._banner .banner_main li .hint p {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.banner ._banner .banner_main li .hint p span {
    color: #F41F0F;
}

.banner ._banner .banner_main li .hint p .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/sheet1_icon.png) no-repeat center;
    background-size: 100% 100%;
}

.banner ._banner .banner_main li.product85 {
    width: 370px;
    height: 432px;
    background: url(../images/product2_bg.png) no-repeat center;
    box-shadow: 0px 11px 30px 0px rgba(184, 50, 4, 0.36);
    padding-top: 87px;
}

.banner ._banner .banner_main li.product85>img {
    top: -80px;
}

.banner ._banner .banner_main li.product85 .price_img {
    width: 201px;
    height: 123px;
    position: absolute;
    top: -29px;
    left: 145px;
    overflow: hidden;
    display: none;
}

.banner ._banner .banner_main li.product85 .price_img img {
    position: absolute;
    transition: all 0.7s;
}

.banner ._banner .banner_main li.product85 .price_img img:nth-of-type(2) {
    opacity: 0;
    left: 3px;
}

.banner ._banner .banner_main li.product85 .price_img.on img:nth-of-type(1) {
    opacity: 0;
}

.banner ._banner .banner_main li.product85 .price_img.on img:nth-of-type(2) {
    opacity: 1;
}

.banner ._banner .banner_main li.product85 .product {
    margin-bottom: 50px;
}

.banner ._banner .banner_main li.product85 .product h4 {
    color: #680d01;
}

.banner ._banner .banner_main li.product85 .product p {
    color: #971f0f;
}

.banner ._banner .banner_main li.product85 .discount_box {
    padding: 0 85px 7px 62px;
}

.banner ._banner .banner_main li.product85 .discount_box p {
    margin-bottom: 7px;
}

.banner ._banner .banner_main li.product85 .time_box {
    width: 274px;
    height: 44px;
    position: relative;
    background: url(../images/time_bg.png) no-repeat center;
    margin-left: 46px;
    box-sizing: border-box;
    padding: 0 49px 0 17px;
    padding-top: 5px;
    animation-duration: 1s;
    animation-delay: 2s;
    transform: scale(2);
    opacity: 0;
    transform-origin: center center;
    transition: all 0.5s 1s;
}

.banner ._banner .banner_main li.product85 .time_box>span {
    position: absolute;
    left: -2px;
    top: -21px;
}

.banner ._banner .banner_main li.product85 .time_box.on {
    opacity: 1;
    transform: scale(1);
}

.banner ._banner .banner_main li.product85 .time_box.reduce_box>span {
    content: "";
    display: block;
    width: 278px;
    height: 86px;
    position: absolute;
    background: url(../images/reduce_bj.png) no-repeat;
    opacity: 0;
    animation: moveup1 1.5s;
    z-index: -1;
}

@keyframes moveup1 {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    20% {
        opacity: 1;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px);
    }
}

.banner ._banner .banner_main li.product85 .time_box .extra {
    display: inline-block;
}

.banner ._banner .banner_main li.product85 .time_box .extra p {
    font-size: 14px;
    font-weight: bold;
    color: #852323;
}

.banner ._banner .banner_main li.product85 .time_box .extra p .reduce {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 42px;
    background: url(../images/reduce1.png) no-repeat;
    margin-left: 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.8s;
    z-index: 99;
}

.banner ._banner .banner_main li.product85 .time_box .extra p .reduce.on {
    animation: moveup 1.5s linear;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div {
    font-size: 12px;
    font-weight: 600;
    color: #8D5F5F;
    display: flex;
    align-items: end;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div .box {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div .box>span {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    color: #F42612;
    line-height: 14px;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div .box>span:nth-of-type(1) {
    margin-right: 7px;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div .box>span:nth-of-type(2) {
    margin-left: 3px;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div .box>div {
    height: 14px;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    color: #F42612;
    overflow: hidden;
    line-height: 14px;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div .box>div span {
    display: block;
    width: 100%;
    height: 14px;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    color: #F42612;
    line-height: 14px;
}

.banner ._banner .banner_main li.product85 .time_box .extra>div .box .time {
    width: 100%;
    height: 260px;
    position: relative;
}

.banner ._banner .banner_main li.product85 .time_box>p {
    font-size: 20px;
    font-weight: bold;
    color: #852323;
    float: right;
    margin-top: 5px;
}

.banner ._banner .banner_main li.product85 .price {
    margin-top: 0;
}

.banner ._banner .banner_main li.product85 .price::after {
    width: 308px;
    background: url(../images/dottedLine2.png) no-repeat center;
    left: -26px;
}

.banner ._banner .banner_main li.product85 a {
    width: 266px;
    height: 47px;
    border: none;
    background: linear-gradient(0deg, #FF6434, #FF260F);
    box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    animation: 0.8s;
    position: relative;
    overflow: hidden;
}

.banner ._banner .banner_main li.product85 a span {
    display: block;
    width: 63px;
    height: 47px;
    position: absolute;
    top: 0;
    left: -47px;
    background: url(../images/lightShadow.png) no-repeat;
    animation: lightShadow 6s infinite;
}

@keyframes lightShadow {
    0% {
        transform: translateX(-600px);
    }
    100% {
        transform: translateX(600px);
    }
}

.banner ._banner .banner_main li.product85 a:hover {
    background: #FF5D30;
    box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
    border-radius: 24px;
    line-height: 46px;
}

.banner ._banner .banner_main.soldout li.product45 {
    order: 2;
}

.banner ._banner .banner_main.soldout li.product75 {
    order: 3;
    width: 370px;
    height: 431px;
    background: url(../images/product2_bg.png) no-repeat center;
    box-shadow: 0px 11px 30px 0px rgba(184, 50, 4, 0.36);
    padding-top: 97px;
}

.banner ._banner .banner_main.soldout li.product75>img {
    display: none;
}

.banner ._banner .banner_main.soldout li.product75 .soldout_img {
    display: block;
    top: -61px;
}

.banner ._banner .banner_main.soldout li.product75 .product {
    margin-top: -5px;
    margin-bottom: 65px;
}

.banner ._banner .banner_main.soldout li.product75 .product h4,
.banner ._banner .banner_main.soldout li.product75 .product p {
    color: #680d01;
}

.banner ._banner .banner_main.soldout li.product75 .price {
    padding: 0;
    padding-top: 20px;
}

.banner ._banner .banner_main.soldout li.product75 .price span:nth-of-type(2) {
    right: 15px;
}

.banner ._banner .banner_main.soldout li.product75 a {
    width: 266px;
    height: 47px;
    border: none;
    background: url(../images/buybtn.png);
    box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    animation: 0.8s;
    position: relative;
    overflow: hidden;
}

.banner ._banner .banner_main.soldout li.product75 a span {
    display: block;
    width: 63px;
    height: 47px;
    position: absolute;
    top: 0;
    left: -47px;
    background: url(../images/lightShadow.png) no-repeat;
    animation: lightShadow 6s infinite;
}

@keyframes lightShadow {
    0% {
        transform: translateX(-600px);
    }
    100% {
        transform: translateX(600px);
    }
}

.banner ._banner .banner_main.soldout li.product75 a:hover {
    background: #FF5D30;
    box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
    border-radius: 24px;
    line-height: 46px;
}

.banner ._banner .banner_main.soldout li.product75 .soldOut_hint {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #8A8989;
}

.banner ._banner .banner_main.soldout li.product75 .soldOut_hint span {
    color: #A31004;
}

.banner ._banner .banner_main.soldout li.product85 {
    order: 1;
    width: 345px;
    height: 480px;
    background: url(../images/soldout_box.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
}

.banner ._banner_ul {
    height: 111px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -2px;
}

.banner ._banner_ul li {
    display: flex;
}

.banner ._banner_ul li img {
    margin-right: 10px;
}

.banner ._banner_ul li div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner ._banner_ul li div p {
    font-size: 14px;
    font-weight: 600;
    color: #A09391;
}

.revive {
    box-sizing: border-box;
    height: 871px;
    padding-top: 97px;
    position: relative;
}

.revive h2 {
    font-size: 34px;
    font-weight: bold;
    color: #3E4050;
    text-align: center;
}

.revive .revive_main {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 54px;
    padding-left: 64px;
}
.revive .revive_main::after {
    position: absolute;
    content: "";
    width: 151px;
    height: 241px;
    right: -137px;
    top: -190px;
    background: url(../images/balloon.png);
}

.revive .revive_main li {
    position: relative;
}

.revive .revive_main li:nth-of-type(2n-1) {
    margin-right: 238px;
}

.revive .revive_main li img {
    margin-left: -15px;
}

.revive .revive_main li h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222827;
    margin-top: -4px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.revive .revive_main li h4 span {
    width: 69px;
    height: 15px;
    border: 1px solid #FF3E0E;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #FE6029;
    padding-left: 5px;
    line-height: 14px;
    margin-left: 8px;
}

.revive .revive_main li p {
    width: 380px;
    font-size: 14px;
    font-weight: 400;
    color: #45464B;
    line-height: 24px;
}

.revive .revive_main li.revive2 {
    top: -11px;
}

.revive .revive_main li.revive3 {
    top: 54px;
    left: -31px;
}

.revive .revive_main li.revive3 p {
    width: 336px;
}

.revive .revive_main li.revive4 {
    top: 61px;
    left: 180px;
}

.revive .revive_main li.revive4 p {
    width: 330px;
}

.revive .revive_main li.revive5 {
    top: 108px;
    left: 31px;
}

.revive .revive_main li.revive6 {
    top: 154px;
    left: -29px;
}

.revive .revive_main li.revive6 p {
    width: 450px;
}

.revive .computer_img {
    width: 577px;
    height: 525px;
    position: absolute;
    top: 255px;
    left: 50%;
    transform: translateX(-55%);
    background: url(../images/computer_bg.png) no-repeat center;
    z-index: -1;
}

.revive .computer_img .pointer {
    position: absolute;
    top: 191px;
    left: 279px;
    transform-origin: 24px 46px;
    transform: rotate(-74deg);
    transition: all ease-out 1s;
}

.revive .computer_img .full_box {
    width: 101px;
    height: 54px;
    position: absolute;
    top: 185px;
    left: 255px;
    overflow: hidden;
    transform-origin: center bottom;
    transition: all ease-out 1s;
    transform: rotate(-10deg);
}

.revive .computer_img .full_box img {
    position: absolute;
    transform-origin: center bottom;
    transform: rotate(-180deg);
    transition: all ease-out 1s;
}

.revive .computer_img.on .pointer {
    transform: rotate(110deg);
}

.revive .computer_img.on .full_box img {
    transform: rotate(0deg);
}

.revive.on .computer_img img {
    transform: rotate(115deg);
}

.arrow {
    height: 25px;
    position: relative;
    margin-top: 30px;
}

.arrow img {
    width: 26px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -13px;
    animation: move 0.5s alternate infinite ease-in-out;
}

@keyframes move {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(10px);
    }
}

.sheet {
    box-sizing: border-box;
    height: 1067px;
    padding-top: 60px;
    /* background: url(../images/sheet_bg.png) no-repeat center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sheet h2 {
    font-size: 34px;
    font-weight: bold;
    color: #3E4050;
    text-align: center;
    margin-bottom: 87px;
}

.sheet .sheet_main {
    padding: 0 49px;
    display: flex;
}

.sheet .sheet_main ul {
    position: relative;
}

.sheet .sheet_main .sheet1 {
    width: 413px;
    height: 642px;
    background: #FFFFFF;
    border: 1px solid #D8D7D5;
    box-shadow: 0px 8px 13px 0px rgba(240, 223, 213, 0.75);
    border-radius: 5px;
    z-index: 5;
}

.sheet .sheet_main .sheet1 li {
    box-sizing: border-box;
    position: relative;
    padding-left: 57px;
    height: 51px;
    font-size: 14px;
    font-weight: 500;
    color: #958A77;
    line-height: 52px;
}

.sheet .sheet_main .sheet1 li:nth-of-type(2n+1) {
    background: rgb(252, 247, 243);
}

.sheet .sheet_main .sheet1 li:nth-of-type(1) {
    padding-left: 33px;
    height: 81px;
    background: rgb(227, 217, 209);
    font-size: 18px;
    font-weight: bold;
    color: #756854;
    line-height: normal;
    padding-top: 28px;
}

.sheet .sheet_main .sheet1 li.icon::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/sheet1_icon.png) no-repeat center;
    position: absolute;
    left: 34px;
    top: 19px;
}

.sheet .sheet_main .sheet2 {
    width: 267px;
    height: 642px;
    background: #FFFFFF;
    margin-left: -9px;
    margin-top: 1px;
    z-index: 1;
}

.sheet .sheet_main .sheet2 li {
    box-sizing: border-box;
    position: relative;
    height: 51px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 52px;
}

.sheet .sheet_main .sheet2 li:nth-of-type(2n+1) {
    background: rgb(252, 247, 243);
}

.sheet .sheet_main .sheet2 li:nth-of-type(1) {
    height: 81px;
    background: rgb(243, 243, 243);
    padding-top: 26px;
}

.sheet .sheet_main .sheet2 li:nth-of-type(1) p {
    font-size: 18px;
    font-weight: bold;
    color: #6E717F;
    line-height: normal;
    text-align: center;
}

.sheet .sheet_main .sheet2 li:nth-of-type(1) p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    color: #6E717F;
}

.sheet .sheet_main .sheet2 li.icon1::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/sheet2_ico1.png) no-repeat;
}

.sheet .sheet_main .sheet2 li.icon2::after {
    content: "";
    display: block;
    width: 9px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/sheet2_ico2.png) no-repeat;
}

.sheet .sheet_main .sheet3 {
    width: 441px;
    height: 790px;
    background: #FFFFFF;
    border: 1px solid rgba(228, 143, 38, 0.41);
    box-shadow: 0px 8px 29px 0px #DEBCA7;
    border-radius: 5px;
    margin-left: -9px;
    margin-top: -13px;
    z-index: 5;
}

.sheet .sheet_main .sheet3::after {
    content: "";
    display: block;
    position: absolute;
    right: -139px;
    top: 0px;
    width: 275px;
    height: 269px;
    background: url(../images/sheet3_off.png) no-repeat;
}

.sheet .sheet_main .sheet3 li {
    box-sizing: border-box;
    position: relative;
    height: 51px;
    font-size: 14px;
    font-weight: 500;
    color: #BE740B;
    line-height: 52px;
    padding-left: 75px;
}

.sheet .sheet_main .sheet3 li:nth-of-type(2n+1) {
    background: rgb(245, 228, 214);
}

.sheet .sheet_main .sheet3 li:nth-of-type(1) {
    height: 94px;
    background: rgb(255, 224, 181);
    padding-top: 40px;
    padding-left: 74px;
}

.sheet .sheet_main .sheet3 li:nth-of-type(1) p {
    font-size: 18px;
    font-weight: bold;
    color: #be740b;
    text-align: left;
    line-height: normal;
}

.sheet .sheet_main .sheet3 li:nth-of-type(1) p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    color: #be740b;
}

.sheet .sheet_main .sheet3 li:last-of-type {
    width: 441px;
    height: 135px;
    background: rgb(252, 247, 243);
    padding: 0;
    padding-top: 20px;
    position: relative;
}

.sheet .sheet_main .sheet3 li:last-of-type>.ytime {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.sheet .sheet_main .sheet3 li:last-of-type>.ytime>span {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 600;
    color: #603808;
    margin-right: 5px;
    line-height: normal;
}

.sheet .sheet_main .sheet3 li:last-of-type>.ytime>span big {
    font-size: 24px;
    line-height: normal;
}

.sheet .sheet_main .sheet3 li:last-of-type>.ytime del {
    display: block;
    height: 12px;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: line-through;
    color: #957041;
    line-height: normal;
}

.sheet .sheet_main .sheet3 li:last-of-type a {
    display: block;
    width: 266px;
    height: 47px;
    margin: 0 auto;
    /* background: linear-gradient(180deg, #FF6434, #FF260F); */
    box-shadow: 0px 6px 16px 0px rgba(226, 73, 73, 0.95);
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
    background: url(../images/buybtn.png);
}

.sheet .sheet_main .sheet3 li:last-of-type a:hover {
    background-position: 0px -47px;
    box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box {
    font-size: 12px;
    font-weight: bold;
    color: #825616;
    text-align: center;
    line-height: normal;
    margin-top: 11px;
    position: relative;
    display: flex;
    justify-content: center;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .box {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .box>span {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    color: #F42612;
    line-height: 14px;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .box>span:nth-of-type(1) {
    margin-right: 7px;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .box>span:nth-of-type(2) {
    margin-left: 3px;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .box>div {
    height: 14px;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    color: #F42612;
    overflow: hidden;
    line-height: 14px;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .box>div span {
    display: block;
    width: 100%;
    height: 14px;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    color: #F42612;
    line-height: 14px;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .box .time {
    width: 100%;
    height: 260px;
    position: relative;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .reduce {
    display: inline-block;
    width: 44px;
    height: 42px;
    background: url(../images/reduce1.png) no-repeat;
    margin-left: 10px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.8s;
    position: absolute;
    top: -26px;
    left: 173px;
    z-index: 99;
}

.sheet .sheet_main .sheet3 li:last-of-type .num_box .reduce.on {
    animation: moveup 1.5s linear;
}

.sheet .sheet_main .sheet3 li:last-of-type .coupon {
    width: 200px;
    height: 74px;
    position: absolute;
    top: 30px;
    left: 385px;
}

.sheet .sheet_main .sheet3 li:last-of-type .coupon p {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    padding-left: 63px;
    opacity: 1;
}

.sheet .sheet_main .sheet3 li:last-of-type .coupon .coupon_img {
    width: 81px;
    height: 37px;
    position: absolute;
    right: 115px;
    bottom: 0;
    overflow: hidden;
}

.sheet .sheet_main .sheet3 li:last-of-type .coupon .coupon_img img {
    position: absolute;
    top: 0;
    right: 0;
}

.sheet .sheet_main .sheet3 li:last-of-type .coupon.on p {
    opacity: 1;
    animation: couponp 2s;
}

@keyframes couponp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sheet .sheet_main .sheet3 li:last-of-type .coupon.on .coupon_img {
    animation: couponarrow 1.8s;
}

@keyframes couponarrow {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 81px;
    }
}

.sheet .sheet_main .sheet3 li.icon::after {
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    background: url(../images/sheet3_icon.png) no-repeat center;
    background-position: 0px 0px;
    position: absolute;
    left: 49px;
    top: 19px;
}

.sheet.soldout {
    height: 967px;
}

.sheet.soldout .sheet1,
.sheet.soldout .sheet2 {
    height: 542px;
}

.sheet.soldout .sheet3 {
    height: 688px;
}

.sheet.soldout .sheet3::after {
    right: -123px;
    background: url(../images/sheet2_off.png) no-repeat;
}

.sheet.soldout .sheet3 .num_box,
.sheet.soldout .sheet3 .coupon {
    display: none !important;
}

.sheet.soldout .soldoutli {
    display: none;
}

.review {
    box-sizing: border-box;
    margin-top: 20px;
}

.review-h2 {
    padding: 100px 0;
    color: #000;
    font-size: 28px;
    text-align: center;
}

#carousel>div {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45.5px;
    border-radius: 100%;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    background-color: #fffbf2;
}

#carousel>div>img {
    width: 65px;
    height: 65px;
    transition: all 0.6s ease-in-out;
}

#carousel>div.on {
    margin-left: -63px;
}

#carousel>div.on>img {
    width: 100px;
    height: 100px;
}

#user-list {
    width: 969px;
    height: 435px;
    margin: -40px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#user-list>p {
    line-height: 21px;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 86px;
}

#carousel {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 800px;
}

#user-list .users-avator {
    width: 800px;
    height: 131px;
    margin: 0 auto 60px;
    overflow-x: hidden;
    overflow-y: auto;
}

#user-list .users-avator ul {
    width: 438px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

#user-list .users-avator ul li {
    width: 126px;
    height: 126px;
    cursor: pointer;
    margin: 0 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#user-list .users-avator ul li div {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 100%;
    border: 18px solid #fffbf2;
    cursor: pointer;
}

#user-list .users-avator ul li.active div {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 13px solid #fffbf2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#user-list .comments {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#user-list .comments .arrow-left,
#user-list .comments .arrow-right {
    height: 100%;
    width: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 38px;
    box-sizing: border-box;
    cursor: pointer;
}

#user-list .comments .comments-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px;
}

#user-list .comments .comments-content ul li.on {
    display: block;
}

#user-list .comments .comments-content ul li {
    display: none;
}

#user-list .comments .comments-content ul li p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #555555;
}

#user-list .comments .comments-content ul li h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.awards {
    box-sizing: border-box;
    height: 470px;
    background-color: #ffeee7;
    padding-top: 58px;
    position: relative;
}

.awards::after {
    content: "";
    display: none;
    width: 190px;
    height: 526px;
    background: url(../images/footer_icon.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 175px;
}

#awards-list {
    width: 1126px;
    height: 350px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#awards-list>h3 {
    line-height: 21px;
    font-size: 28px;
    color: rgb(53, 53, 53);
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

#awards-list>p {
    line-height: 16px;
    font-size: 16px;
    letter-spacing: 0;
    color: rgb(53, 53, 53);
    font-weight: 300;
    text-align: center;
    margin-bottom: 37px;
}

#awards-list>img {
    margin: 0 auto;
}

#awards-list>ul {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#awards-list>ul li {
    width: 556px;
    height: 116px;
    background: #fbdfd4;
    border-radius: 3px;
    border: 1px solid #f3b79f;
}

#awards-list>ul li:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 22px 0 36px;
    box-sizing: border-box;
}

#awards-list>ul li:first-child>img {
    height: 58px;
    margin-right: 20px;
}

#awards-list>ul li:first-child h3 {
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

#awards-list>ul li:first-child p {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666;
    text-align: left;
}

#awards-list>ul li:nth-child(2) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 49px;
    box-sizing: border-box;
}

#awards-list>ul li:nth-child(2) p {
    line-height: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

#footer {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 130px;
}

#footer p {
    font-size: 14px;
    font-weight: 300;
    color: #888888;
    line-height: 26px;
}

#footer p.center {
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.float {
    box-sizing: border-box;
    position: fixed;
    background: url(../images/float.jpg) no-repeat center;
    width: 100%;
    height: 122px;
    bottom: 0;
    opacity: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 140%, 0);
    transition: all 0.8s;
}

.float.on {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.float>img {
    margin-top: -98px;
    margin-right: 47px;
}

.float .soldoutimg {
    display: none;
}
.float.soldout  {
    background: url(../images/float-soldout.jpg) no-repeat center;
}
.float .float_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    margin-right: 89px;
    background: url(../images/float_string.png) no-repeat;
    background-position: center 46px;
}

.float .float_text .box {
    display: flex;
    position: relative;
}

.float .float_text .box>span {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 600;
    color: #810707;
    line-height: 31px;
}

.float .float_text .box>span:nth-of-type(1) {
    margin-right: 7px;
}

.float .float_text .box>span:nth-of-type(2) {
    margin-left: 3px;
}

.float .float_text .box>div {
    width: 32px;
    height: 31px;
    background: #FFFFFF;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    color: #810707;
    overflow: hidden;
    margin-right: 5px;
    line-height: 31px;
}

.float .float_text .box>div span {
    display: inline-block;
    width: 100%;
    height: 31px;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    color: #810707;
    line-height: 31px;
}

.float .float_text .box .time {
    width: 100%;
    height: 260px;
    position: relative;
}

.float .float_text>p {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: bold;
    color: #9a5f42;
    margin-top: 9px;
    text-align: center;
}

.float .price_box {
    padding-top: 15px;
}

.float .price_box p {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.float .price_box p span {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: bold;
    color: #221712;
    margin-right: 8px;
    line-height: normal;
}

.float .price_box p del {
    display: block;
    height: 12px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: bold;
    text-decoration: line-through;
    color: #bf5928;
    line-height: normal;
}

.float .price_box a {
    display: block;
    width: 216px;
    height: 46px;
    
    box-shadow: 0px 10px 13px 0px rgba(125, 0, 0, 0.5);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 600;
    color: #fff;
    line-height: 46px;
    /* text-shadow: 1px 0px 0px #E4FF00; */
    background: url(../images/fl-buybtn.png);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.float .price_box a:hover {
    background-position: 0px -47px;
    box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
}


.float.soldout img {
    display: none;
    margin-right: 89px;
}

.float.soldout .soldoutimg {
    display: block;
    margin-left: 100px;
    margin-top: -45px;
}

.float.soldout .float_text {
    padding-top: 5px;
    margin-right: 143px;
    width: 393px;
    background: url(../images/float_soldout_title.png) no-repeat center 5px;
}

.float.soldout .float_text .box {
    display: none;
}

.float.soldout .float_text p {
    font-size: 14px;
    font-weight: bold;
    color: #791613;
    margin-top: 80px;
}

@keyframes moveup {
    0% {
        opacity: 0;
        transform: translateY(0px);
        background: url(../images/reduce1.png) no-repeat;
    }
    20% {
        opacity: 1;
        transform: translateY(0px);
        background: url(../images/reduce1.png) no-repeat;
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
        background: url(../images/reduce1.png) no-repeat;
    }
    75% {
        opacity: 1;
        transform: translateY(-20px);
        background: url(../images/reduce2.png) no-repeat;
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
        background: url(../images/reduce2.png) no-repeat;
    }
}