* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
    font-family:  "Microsoft YaHei",Arial, Helvetica, sans-serif;
}

a,a:hover {
    text-decoration: none;
}

ul,li {
    list-style: none;
}

img {
    width: 100%;
}

body {
    max-width: 750px;
    margin: 0 auto;
}

.page {
    width: 7.5rem;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    font-size: 0.2rem;
    box-shadow: 0 0 2px #999;
}

.banner_bg {
    width: 7.5rem;
    height: 11rem;
    position: relative;
}

.banner_product {
    width: 4rem;
    height: auto;
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prod_name {
    width: 4rem;
    height: 0.8rem;
    background-image: url(../images/product-bg.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/product-bg.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}

.prod_fen {
    width: 3rem;
    height: 1.9rem;
    position: absolute;
    bottom: -1rem;
    left: -1.5rem;
}

.prod_price_bg {
    width: 2rem;
    height: 3rem;
    position: absolute;
    bottom: -1rem;
    right: -1.2rem;

}

.prod_price {
    position: absolute;
    right: -1.5rem;
    bottom: -0.8rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 1px #000;
    transform: rotate(-10deg);
}

.newPrice {
    font-size: 0.6rem;
    color: yellow;
    font-weight: bold;
    font-style: oblique;
    text-shadow: 4px 4px 4px #f62e01;
}

.oldPrice span {
    display: inline-block;
    position: relative;
    
}

.oldPrice span::before {
    content: "";
    width: 1rem;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(5deg);
}

.buy_btn {
    width: 60%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 0.1rem;
    padding: 0.2rem 0;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#70db45), to(#47cd94));
    background: -webkit-linear-gradient(top, #70db45 0%, #47cd94 100%);
    background: -o-linear-gradient(top, #70db45 0%, #47cd94 100%);
    background: linear-gradient(180deg, #70db45 0%, #47cd94 100%);
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 5px 0.2rem 0 #47cd94;
    box-shadow: 0 5px 0.2rem 0 #47cd94;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
}

.banner_list {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.banner_list li {
    width: 2.2rem;
    height: auto;
    position: relative;
    box-shadow: 2px 2px 0.2rem #000;
    border-radius: 0.2rem;
}

.banner_list li img {
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    border-radius: 0.2rem;
}

.banner_list li p {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    font-weight: bold;
    text-shadow: -1px -1px 1px #fff;
}

.fenge {
    width: 7.5rem;
    height: 0.54rem;
    background: url(../images/icon-02.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/icon-02.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    left: 0;
    top: -0.25rem;
}

.fundan_bg {
    width: 100%;
    height: auto;
    background: #4e7857;
    padding-bottom: 0.5rem;
}

.block_wrap {
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
}

.block_title1 {
    font-size: 0.5rem;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
}

.block_title1 span {
    font-weight: bold;
    margin: 0 0.4rem;
}

.fannao_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.fannao_item {
    width: 3.4rem;
    height: auto;
    color: #fff;
    margin-top: 0.4rem;
}

.fannao_pic {
    width: 100%;
    height: 2.25rem;
    position: relative;
}

.fannao_pic p {
    width: 60%;
    text-align: center;
    display: inline-block;
    font-size: 0.26rem;
    border: 1px solid #f0c077;
    border-radius: 0.5rem;
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: -webkit-linear-gradient(top, #e9453f 0%, #9d1211 100%);
    background: -o-linear-gradient(top, #e9453f 0%, #9d1211 100%);
    background: linear-gradient(#e9453f, #9d1211);
   padding: 0.04rem 0.1rem;
}

.fannao_text {
    text-align: center;
    margin-top: 0.4rem;
    padding: 0 0.2rem;
}

/*
方式样式
*/

.fangshi_bg {
    width: 100%;
    height: auto;
    background: url(../images/fannao-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/fannao-bg.jpg*/;
    background-repeat: repeat;
    padding-bottom: 0.5rem;
}

.anban_bg {
    width: 7rem;
    height: 10rem;
    padding: 0.4rem;
    padding-top: 0.6rem;
    margin: 0 auto;
    background: url(../images/anban.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/anban.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0.2rem;
}

.block_title2 {
    text-align: center;
    font-size: 0.5rem;
    color: #333;
    font-weight: bold;
}

.fangshi_item {
    padding-bottom: 0.2rem;
    border-bottom: 2px dashed #ccc;
    margin-top: 0.3rem;
}

.fangshi_item_title {
    font-size: 0.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fangshi_item_title img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}

.fangshi_item_text {
    margin-top: 0.1rem;
    padding-left: 0.6rem;
    font-size: 0.24rem;
}

/*
享受样式开始
*/

.xiangshou_bg {
    width: 7.5rem;
    height: 12rem;
    background: #f4f4f4;
    background: url(../images/xs-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/xs-bg.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.xiangshou_content {
    width: 5rem;
    height: auto;
    background: rgba(151, 33, 27, 0.8);
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    border-radius: 0 0.2rem 0.2rem 0;
    padding: 0.4rem;
}

.ronghuan_content_right {
    width: 3rem;
    height: 5rem;
    background: url(../images/jintou.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/jintou.png*/ left ;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin: 0 auto;
}

.rh_old {
    color: #fff;
    position: absolute;
    top: 0.3rem;
    left: 0.8rem;
}

.rh_banjia {
    font-size: 0.6rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#ffe3bc,#d2a548);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    width: 0.6rem;
}

.ronghuan_content_right .new_price {
    width: 100%;
    font-size: 0.45rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#ffe3bc,#d2a548);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-20%);
    text-align: center;
    font-style: oblique;
}

.xs_prod {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.xs_prod .product_name{
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.xs_tubiao {
    position: absolute;
    width: 2.5rem;
    height: 1rem;
    top: -0.2rem;
    left: -0.3rem;
}

.xs_list_item {
    width: 2rem;
    height: 0.5rem;
    background: url(../images/icon-04.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/icon-04.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.3rem;
    text-shadow: 1px 1px 1px #333;
}

.xs_list {
    position: absolute;
    left: 90%;
    top: 58%;
}

.chengfen_bg {
    width: 7.5rem;
    height: 18rem;
    background: url(../images/cf-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/cf-bg.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
}

.font_title {
    padding: 0 0.4rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.cf_content {
    width: 6.6rem;
    height: 5.5rem;
    background: url(../images/cf-all.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/cf-all.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}

.cf_name_wrap {
    width: 0.4rem;
    height: 1.2rem;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    background: -webkit-linear-gradient(top, #e9453f 0%, #9d1211 100%);
    background: -o-linear-gradient(top, #e9453f 0%, #9d1211 100%);
    background: linear-gradient(#e9453f, #9d1211);
    border-radius: 0.3rem;
    padding: 0.2rem 0.04rem;
    border: 1px solid #f0c077;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf_one {
    left: -0.2rem;
    bottom: 0.5rem;
}

.cf_two {
    right: -0.2rem;
    bottom: 0.5rem;
}

.cf_three {
    left: 0rem;
    bottom: 3rem;
}

.cf_thour {
    right: 0rem;
    bottom: 3rem;
}

.cf_five {
    top: 0;
    left: 1.2rem;
}

.cf_six {
    top: 0;
    right: 1.2rem;
}

.cf_logo {
    font-size: 0.5rem;
    color: #fff;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.cf_text_bg {
    width: 3.5rem;
    height: 1.6rem;
    background: url(../images/text_box.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/text_box.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    padding: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    color: #ffffff;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.cf_item_wrap {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
}

.cf_item {
    width: 100%;
    height: auto;
    padding: 0.05rem;
    margin-bottom: 0.4rem;
    position: relative;
}

.cf_item img {
    width: 7rem;
    height: 3.24rem;
    display: block;
    border-radius: 0.5rem;
}

.cf_item_content {
    width: 100%;
    height: auto;
    color: #000;
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}

.cf_item_name {
    width: 1rem;
    height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    position: relative;
}

.cf_name_b1::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-10.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/icon-10.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
}

.cf_name_b2::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-11.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/icon-11.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
}

.cf_item_text {
    flex: 1;
    font-size: 0.2rem;
    margin-left: 0.2rem;
    
}

/*
专家答疑
*/

.anwser_bg {
    width: 7.5rem;
    height: 8.5rem;
    background: url(../images/anwser-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/anwser-bg.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
}

.anwser_content {
    width: 60%;
    height: auto;
    padding-left: 0.8rem;
    margin-top: 0.4rem;
}

@media screen and (max-width:320px) {
    .anwser_content {
        width: 80%;
    }
}
.anwser_item {
    margin-bottom: 0.4rem;
    
}

.anwser_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.3rem;
    font-weight: bold;
}

.anwser_left {
    width: 0.54rem;
    height: 0.4rem;
    font-size: 0.3rem;
    font-weight: bold;
}

.anwser_text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0.2rem;
}

.block_title3 {
    text-align: center;
    font-size: 0.5rem;
    color: #333;
    font-weight: bold;
    margin-top: 0.5rem;
}

/*
30天改变你生活
*/

.change_bg{
    width: 100%;
    height: auto;
}

.change_title {
    text-align: center;
    font-size: 0.5rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(right,#ff5f60,#f0c41b);
    background-image: linear-gradient(right, #ff5f60,#f0c41b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comment_content {
    width: 100%;
    height: auto;
    background: #fff;
    background-image: url(../images/comment-bg.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/comment-bg.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0.4rem;
}

.comment_content_item {
    width: 100%;
    height: 3.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}

.comment_pic {
    width: 2.8rem;
    height: 3.2rem;
    border: 2px solid #539270;
    border-radius: 0.1rem;
    overflow: hidden;
}

.comment_item_content {
    flex: 1;
    padding: 0.2rem;
}

.comment_item_title {
    display: inline-block;
    font-size: 0.3rem;
    padding: 0.1rem 0.4rem;
    border-radius: 0.5rem;
    background: -webkit-linear-gradient(top, #ff635d 0%, #9d1211 100%);
    background: -o-linear-gradient(top, #ff635d 0%, #9d1211 100%);
    background: linear-gradient(#ff635d, #9d1211);
    border: 2px solid #f0c077;
    color: #fff;
    margin-bottom: 0.1rem;
}

.comment_item_text {
    font-size: 0.24rem;
    color: #539270;
}

.comment_content_item:nth-child(2) {
    flex-direction: row-reverse;
    text-align: right;
}

.day_later {
    width: 7.5rem;
    height: 7.5rem;
    background: url(../images/30day.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/30day.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.later_prod {
    width: 3rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    margin-left: -1.5rem;
}

.later_prod .product_name {
    font-size: 0.3rem;
    font-weight: bold;
    color: #539270;
}

/*
滑块样式
*/
.swiper_bg {
    width: 100%;
    height: auto;
    background: #4e7857;
    padding-bottom: 0.4rem;
}

.swiper_wrap {
    margin-top: 0.4rem;
    width: 7.1rem;
    height: 7.46rem;
    position: relative;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;    
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: auto;
    background: url(../images/secrets-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/secrets-bg.jpg*/;
    background-repeat: repeat;
    padding: 0.4rem;
    margin-right: 0.3rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    border: 0.04rem #539270 solid;
}

.comment_user {
    width: 6.3rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_pic {
    width: 1rem;
    height: 1rem;
}

.user_info {
    flex: 1;
    margin-left: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.user_name {
    font-size: 0.4rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(right,#ff5f60,#f0c41b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user_age {
    font-size: 0.24rem;
    margin-left: 0.1rem;
}

.comment_user_text {
    text-indent: 2em;
    font-size: 0.24rem;
    margin-top: 0.2rem;
}

.comment_user_text .product_name {
    color: #539270;
    font-weight: bold;
}

.comment_user_text_img {
    width: 6.3rem;
    height: 3.4rem;
    margin-top: 0.2rem;
}

/*
关于我们样式
*/

.about_bg {
    width: 100%;
    height: auto;
    background: url(../images/fannao-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/fannao-bg.jpg*/;
    background-repeat: repeat;

}

.about_small_title {
    width: 5.3rem;
    height: 0.75rem;
    text-align: center;
    line-height: 0.75rem;
    margin: 0 auto;
    color: #ffe37d;
    font-size: 0.3rem;
    background: url(../images/pinpai-bg.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/pinpai-bg.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0.2rem;
}

.about_content {
    width: 100%;
    height: 2.35rem;
    background: url(../images/about-content-bg.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/about-content-bg.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0.4rem;
    margin-top: 0.4rem;
}

.about_content {
    font-size: 0.3rem;
    text-align: center;
}

.about_nopagging {
    padding-bottom: 0;
}

/*
证书样式
*/

.zhengshu_bg {
    width: 100%;
    height: auto;
    background: url(../images/fannao-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/fannao-bg.jpg*/;
    background-repeat: repeat;
    padding-bottom: 1.5rem;
}

.block_secend_title {
    text-align: center;
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
}

.zhengshu_content {
    width: 7.1rem;
    height: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}


.zhengshu1 {
    width: 3rem;
    height: 4.2rem;
    background: url(../images/hk-ck.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/zheng/hk-ck.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu2 {
    width: 3rem;
    height: 4.2rem;
    background: url(../images/tw-zh.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/zheng/tw-zh.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu3 {
    width: 4rem;
    height: 2.8rem;
    background: url(../images/fda.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/zheng/fda.jpg*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1.4rem;
    left: 50%;
    margin-left: -2rem;
    border: 2px solid #539270;
    border-radius: 0.1rem;
}

.zheng_name {
    width: 100%;
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.zheng_name2 {
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
}

.zhengpin {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    margin-left: -2rem;
    display: none;
}

.animate_show {
    display: block;
    animation: add 0.5s ease;
   
}

@keyframes add {
    from {
        transform: scale(3);
        opacity: 0;
        margin-left: -6rem;
    }
    to{
        transform: scale(1);
        opacity: 1;
        margin-left: -2rem;
    }
}   

/*
表单样式
*/

.form_bg {
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(top, #c43129 0%, #97211b 100%);
    background: -o-linear-gradient(top, #c43129 0%, #97211b 100%);
    background: linear-gradient(#c43129, #97211b);
}

.form_wrap {
    width: 7rem;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: url(../images/zhuan-bg.jpg)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/zhuan-bg.jpg*/ center;
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 0.5rem;
    top: -0.5rem;
}

.form_wrap::before {
    content: "";
    width: 7.5rem;
    height: 0.28rem;
    background: url(../images/zhuan-top.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/zhuan-top.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.2rem;
    left: -0.25rem;
}

.form_wrap::after {
    content: "";
    width: 7.5rem;
    height: 0.28rem;
    background: url(../images/zhuan-top.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/zhuan-top.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -0.2rem;
    left: -0.25rem;
}

.clock_title {
    font-size: 0.24rem;
    text-align: center;
}

.timer-number {
    font-size: 0.5rem;
    text-align: center;
    margin: 0.2rem 0;
}

.timer-number .timer__list__item {
    display: inline-block;
    font-size: 0.5rem;
    color: #539270;
    padding: 0.2rem;
    border: 0.1rem solid #539270;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.2rem;
}


.form_prod {
    width: 4rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0.4rem;
}


.form_prod .price_wrap {
    width: 2rem;
    height: 3rem;
    background: url(../images/price-bg.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/price-bg.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}

.form_prod .bp_price {
    position: absolute;
    transform: rotate(-15deg);
    bottom: -0.4rem;
    right: -1.5rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#form1 {
    margin-top: 0.8rem;
}

.form_title {
    font-size: 0.3rem;
    text-align: center;
}

.inp {
    display: block;
    width: 100%;
    max-width: 8rem;
    height: 1rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    padding: 0 0.2rem;
    font-weight: 300;
    font-size: 0.4rem;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    border-radius: 0.1rem;
    outline: none;
}

.btn {
    display: inline-block;
    padding: 0.3rem 0.4rem;
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#70db45), to(#47cd94));
    background: -webkit-linear-gradient(top, #70db45 0%, #47cd94 100%);
    background: -o-linear-gradient(top, #70db45 0%, #47cd94 100%);
    background: linear-gradient(180deg, #70db45 0%, #47cd94 100%);
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 5px 25px 0 #47cd94;
    box-shadow: 0 5px 25px 0 #47cd94;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

form .btn {
    display: block;
    width: 90%;
    max-width: 8rem;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-top: 0.3rem;
}

input:focus {
    border: 2px solid #539270;
}

.bp_name {
    width: 4rem;
    height: 0.8rem;
    background: url(../images/product-bg.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/product-bg.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 0.8rem;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
}

.tubiao {
    width: 2.5rem;
    height: 1rem;
    position: absolute;
    top: 0.8rem;
    left: -0.8rem;
}

.bp_pic {
    width: 4rem;
    height: auto;
    margin-top: 0.5rem;
}


.oldPrice {
    text-shadow: 1px 1px 1px #333;
}

/*
用户评论样式
*/

.pinglun_bg {
    width: 100%;
    height: auto;
    background: #f4f4f4;
}

.pinglun_wrap {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0 0;
    position: relative;
   
}



.pinglun_title_wrap {
    width: 100%;

    border-bottom: 2px solid #539270;
}

.pinglun_title {
    display: inline-block;
    padding: 0.2rem  0.4rem;
    background: #539270;
    color: #fff;
    font-size: 0.3rem;
    border-radius: 0.1rem 0.1rem 0 0;
    
    position: relative;

}

.pinglun_title::before {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/comment-ico.png)/*tpa=https://www.asian-healthy.com/sg/slimlotustealp10hdfb/images/comment-ico.png*/;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    transform: rotate(30deg);
}

.pinglun_item {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0.2rem;
    box-shadow: 2px 2px 2px #ccc;
}



.pinglun_item_pic {
    width: 0.5rem;
    height: 0.5rem;
}

.pinglun_item_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0.2rem;
}

.pinglun_userinfo {
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.userinfo_box {
    flex: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dianzan {
    width: 0.8rem;
    height: 0.3rem;
    display: flex;
    flex-direction: row;
    font-size: 0.2rem;
    flex-direction: row;
    align-items:flex-start;
    justify-content:space-between;
    color: #6475ab;
}

.dianzan img {
    width: 0.3rem;
    height: 0.24rem
    
}

.pinglun_name {
    padding-right: 0.1rem; 
    margin-right: 0.1rem;
    border-right: 1px solid #ccc;
    font-size: 0.3rem;
    color: #539270;
}

.pinglun_time {
    font-size: 0.2rem;
    color: #999;
}

.pinglun_text {
    margin-top: 0.2rem;
    font-size: 0.24rem;
}

.pinglun_text img {
    width: 50%;
    margin-top: 0.1rem;
    border-radius: 0.1rem;
    display: block;
}

.more {
    padding: 0.2rem;
    text-align: right;
    color: #6475ab;
}

.footer {
    padding: 0.4rem;
    background: #4e7857;
    text-align: center;
    color: #fff;
}

.style_prevu_kit
{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.paw-button {
    --background: #fff;
    --background-active: #FEE8F4;
    --border: #F1ECEB;
    --border-active: #EEC2DB;
    --text: #000;
    --number: #9C9496;
    --number-active: #000;
    --heart-background: #fff;
    --heart-background-active: #FEA5D7;
    --heart-border: #C3C2C0;
    --heart-border-active: #2B2926;
    --heart-shadow-light: #FEE0F2;
    --heart-shadow-dark: #EA5DAF;
    --paw-background: #fff;
    --paw-border: #201E1B;
    --paw-shadow: #EEEDED;
    --paw-inner: var(--heart-background-active);
    --paw-shadow-light: var(--heart-shadow-light);
    --paw-shadow-dark: var(--heart-shadow-dark);
    --paw-clap-background: #FEF0A5;
    --paw-clap-border: var(--paw-border);
    --paw-clap-shadow: #FED75C;
    --circle: #df3dce;
    --circle-line: #000;
    display: inline-flex;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    left: -50px;
    top: -10px;
    line-height: 19px;
    padding: 12px 16px;
}
.paw-button:before {
    content: '';
    position: absolute;
    display: block;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 1;
    border-radius: 5px;
    transition: background .45s, border-color .45s;
    background: var(--background);
    border: 2px solid var(--border);
}
.paw-button svg {
    display: block;
}
.paw-button .text {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 3;
    margin-right: 8px;
    transition: width .25s;
    width: var(--w, 60px);
}
.paw-button .text span,
.paw-button .text svg {
    transition: opacity .2s, -webkit-transform .15s ease-out;
    transition: transform .15s ease-out, opacity .2s;
    transition: transform .15s ease-out, opacity .2s, -webkit-transform .15s ease-out;
    opacity: var(--o, 1);
}
.paw-button .text span {
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    -webkit-transform: translateY(var(--y, 0));
    transform: translateY(var(--y, 0));
    color: var(--text);
}
.paw-button .text svg {
    --background: var(--heart-background);
    --border: var(--heart-border);
    --shadow-light: transparent;
    --shadow-dark: transparent;
    width: 21px;
    height: 19px;
    -webkit-transform: translateX(var(--x));
    transform: translateX(var(--x));
}
.paw-button > span {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
    color: var(--number);
}
.paw-button .paws {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    z-index: 2;
}
.paw-button .paws svg {
    position: absolute;
    bottom: 0;
    transition: opacity .2s, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .2s;
    transition: transform .3s ease-out, opacity .2s, -webkit-transform .3s ease-out;
    opacity: var(--o, 0);
    -webkit-transform: translate(var(--x, 0), var(--y, 0));
    transform: translate(var(--x, 0), var(--y, 0));
}
.paw-button .paws svg.paw {
    --x: -24px;
    width: 30px;
    height: 37px;
    left: 32px;
}
.paw-button .paws svg.paw-clap {
    --x: 16px;
    --y: 34px;
    --o: 1;
    width: 29px;
    height: 34px;
    left: 34px;
}
.paw-button .paws .paw-effect {
    left: 26px;
    top: 12px;
    width: 44px;
    height: 44px;
    position: absolute;
}
.paw-button .paws .paw-effect:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--circle);
    -webkit-transform: scale(var(--s, 0));
    transform: scale(var(--s, 0));
    opacity: var(--o, 1);
    transition: opacity .2s linear .25s, -webkit-transform .15s ease .16s;
    transition: transform .15s ease .16s, opacity .2s linear .25s;
    transition: transform .15s ease .16s, opacity .2s linear .25s, -webkit-transform .15s ease .16s;
}
.paw-button .paws .paw-effect div {
    width: 2px;
    height: 6px;
    border-radius: 1px;
    left: 50%;
    bottom: 50%;
    margin-left: -1px;
    position: absolute;
    background: var(--circle-line);
    -webkit-transform: translateY(-24px) scaleX(0.7) scaleY(var(--s, 0));
    transform: translateY(-24px) scaleX(0.7) scaleY(var(--s, 0));
}
.paw-button .paws .paw-effect div:before, .paw-button .paws .paw-effect div:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: translate(var(--x, -22px), var(--y, 4px)) rotate(var(--r, -45deg)) scaleX(0.8) scaleY(var(--s, 0));
    transform: translate(var(--x, -22px), var(--y, 4px)) rotate(var(--r, -45deg)) scaleX(0.8) scaleY(var(--s, 0));
}
.paw-button .paws .paw-effect div:after {
    --x: 22px;
    --r: 45deg;
}
.paw-button .paws .paw-effect div,
.paw-button .paws .paw-effect div:before,
.paw-button .paws .paw-effect div:after {
    opacity: var(--o, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity .18s linear .21s, -webkit-transform .12s ease .17s;
    transition: transform .12s ease .17s, opacity .18s linear .21s;
    transition: transform .12s ease .17s, opacity .18s linear .21s, -webkit-transform .12s ease .17s;
}
.paw-button i {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -2px;
    opacity: var(--o, 0);
    -webkit-transform: translate(var(--x), var(--y)) scale(var(--s, 1));
    transform: translate(var(--x), var(--y)) scale(var(--s, 1));
}
.paw-button:not(.confetti):hover .text {
    --o: 0;
    --x: 12px;
    --y: 8px;
}
.paw-button:not(.confetti):hover .paws svg.paw {
    --o: 1;
    --x: 0;
}
.paw-button.animation .text {
    --o: 0;
}
.paw-button.animation .text svg {
    --background: var(--heart-background-active);
    --border: var(--heart-border-active);
    --shadow-light: var(--heart-shadow-light);
    --shadow-dark: var(--heart-shadow-dark);
}
.paw-button.animation .paws svg.paw {
    --x: 0;
    --o: 1;
    transition-delay: 0s;
    -webkit-animation: paw .45s ease forwards;
    animation: paw .45s ease forwards;
}
.paw-button.animation .paws svg.paw-clap {
    -webkit-animation: paw-clap .5s ease-in forwards;
    animation: paw-clap .5s ease-in forwards;
}
.paw-button.animation .paws .paw-effect {
    --s: 1;
    --o: 0;
}
.paw-button.confetti i {
    -webkit-animation: confetti .6s ease-out forwards;
    animation: confetti .6s ease-out forwards;
}
.paw-button.confetti .paws svg.paw {
    --o: 0;
    transition: opacity .15s linear .2s;
}
.paw-button.liked {
    --background: var(--background-active);
    --border: var(--border-active);
}
.paw-button.liked .text {
    --w: 21px;
}
.paw-button.liked .text svg {
    --o: 1;
}
.paw-button.liked > span {
    --number: var(--number-active);
}

@-webkit-keyframes confetti {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes confetti {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes paw {
    0% {
        -webkit-transform: translateX(var(--x));
        transform: translateX(var(--x));
    }
    35% {
        -webkit-transform: translateX(-16px);
        transform: translateX(-16px);
    }
    55%,
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
    }
}
@keyframes paw {
    0% {
        -webkit-transform: translateX(var(--x));
        transform: translateX(var(--x));
    }
    35% {
        -webkit-transform: translateX(-16px);
        transform: translateX(-16px);
    }
    55%,
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
    }
}
@-webkit-keyframes paw-clap {
    50%,
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes paw-clap {
    50%,
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 687px){
    .paw-button{
        padding: 3px 3px;
        top: -5px;
        left: -60px;
    }
    .paw-button .text span{
        left: 33px;
    }
}



@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);/*开始为原始大小*/
    }
    50% {
        transform: scale(1.7);/*放大1.1倍*/
    }
}

.play-button-text {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 3.8em;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;

    -webkit-animation-name: scaleDraw;/*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out;/*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;/*动画播放的次数*/
    -webkit-animation-duration:1.5s;/*动画所花费的时间*/
}

@media screen and (max-width: 678px){
    .play-button-text{
        font-size: 12px;
    }
}

.btn-shine {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #fcff2f 0, #fff 10%, #fcff2f 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 30px;
    text-decoration: none;
    white-space: nowrap;
}
@-moz-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 280px;
    }
    100% {
        background-position: 280px;
    }
}
@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 280px;
    }
    100% {
        background-position: 280px;
    }
}
@-o-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 280px;
    }
    100% {
        background-position: 280px;
    }
}
@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 280px;
    }
    100% {
        background-position: 280px;
    }
}

@media screen and (max-width: 678px){
    .btn-shine{
        font-size: 26px;
    }
}