* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: "Microsoft YaHei";
    font-size: 100px;
}

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: 14.5rem;
    background: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.banner_prod {
    width: 4rem;
    height: auto;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bp_name {
    width: 4rem;
    height: 0.8rem;
    background: url(../images/icon-05.png);
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 0.8rem;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
}

.bp_pic {
    width: 4rem;
    height: auto;
    margin-top: 0.5rem;
}

.price_wrap {
    width: 2rem;
    height: 3rem;
    background: url(../images/price-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0.2rem;
    right: -1.2rem;

}

.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;
}

.bp_price .new_price {
    font-size: 0.6rem;
    color: yellow;
    font-weight: bold;
    font-style: oblique;
    text-shadow: 4px 4px 4px #f62e01;
}

.oldPrice {
    text-shadow: 1px 1px 1px #333;
}

.oldPrice .old_price {
    display: inline-block;
    position: relative;
    
}

.oldPrice .old_price::before {
    content: "";
    width: 1rem;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(5deg);
}


.buy_btn {
    width: 50%;
    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 25px 0 #47cd94;
    box-shadow: 0 5px 25px 0 #47cd94;
    
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
}

.tubiao {
    width: 2.5rem;
    height: 1rem;
    position: absolute;
    top: 0.9rem;
    left: -0.8rem;
}

.bp_list {
    width: 7.5rem;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position:absolute;
    left: 0;
    bottom: 0.3rem;
}

.bp_list li{
    flex: 1;
    padding: 0.2rem;
    font-size: 00.2rem;
    color: #fff;
    text-align: center;
}

.bp_list li p {
    margin-top: 0.1rem;
}

/*
烦恼样式
*/

.fannao_bg {
    width: 7.5rem;
    height: auto;
    background: -webkit-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: -o-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: linear-gradient(#1f4644, #24514f);
    position: relative;
}

.fenge {
    width: 7.5rem;
    height: 0.6rem;
    background: url(../images/icon-06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: -0.3rem;
    left: 0;
}

.block_wrap {
    width: 100%;
    height: auto;
    padding: 0rem 0.4rem 0.8rem 0.3rem;
}


.block_top {
    width: 100%;
    height: auto;
}

.block_title {
    font-size: 0.5rem;
    font-weight: bold;
    display: inline-block;
    margin: 0.2rem 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: -webkit-linear-gradient(#ffe3bc,#d2a548);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.block_title::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-08.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0rem;
    left: -0.2rem;
}
.fannao_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.fannao_item {
    width: 3.2rem;
    height: 2.35rem;
    margin-top: 0.2rem;
    position: relative;
}

.fannao_item img {
    border-radius: 0.2rem;
}

.fannao_item p {
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
    text-align: center;
    color: #fff;
    
}

/*
危害样式
*/

.weihai_bg {
    width: 7.5rem;
    height: 10rem;
    background: url(../images/weihai-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    
   
}

.block_title2 {
    font-size: 0.5rem;
    font-weight: bold;
    display: inline-block;
    margin: 0.2rem 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
}

.block_title2::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-08.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -0rem;
    right: -0.2rem;
}


.weihai {
    width: 7.5rem;
    height: 10rem;
  
    position: relative;
    padding: 0.2rem;
}

.weihai_item {
    position: absolute;
    font-size: 0.3rem;
    font-weight: bold;
}

.one {
    top: 3.5rem;
    left: 0.5rem;
    font-size: 0.5rem;
}

.two {
    top: 5.2rem;
    left: 0.2rem;
}

.three {
    top: 8.5rem;
    left: 0.6rem;
    font-size: 0.4rem;
}

.four {
    top: 3rem;
    right: 0.5rem;
    font-size: 0.4rem;
}

.five {
    top: 5.4rem;
    right: 0;
    font-size: 0.5rem;
}

.six {
    top: 7.5rem;
    right: 0.6rem;
    font-size: 0.4rem;
}

.seven {
    top: 7rem;
    left: 0.5rem;
    font-size: 0.24rem;
}

/*
减轻体重刻不容缓样式
*/

.ronghuan_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);
}

.ronghuan_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
}

.ronghuan_content_left {
    flex: 3;
    margin-right: 0.2rem;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rh_text {
    width: 3.16rem;
    height: 1.44rem;
    background: url(../images/rh_text.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0.2rem;
    font-size: 0.3rem;
    color: #fff;
}

.rh_name {
    font-size: 0.4rem;
    color: #fff;
}

.ronghuan_content_right {
    flex: 2;
    height: 5rem;
    background: url(../images/jintou.png) left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.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(-50%);
    text-align: center;
    font-style: oblique;
}

.ronghuan_content_right .buy_btn {
    width: 100%;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}


/*
原理样式
*/

.yuanli_bg {
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: -o-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: linear-gradient(#1f4644, #24514f);
}

.yl_body {
    width: 5.5rem;
    height: 6rem;
    background: url(../images/body.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    border-radius: 1.5rem;
    position: relative;
}

.yl_text {
    width: 3.5rem;
    height: 1.6rem;
    background: url(../images/text_box.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0.4rem;
    position: absolute;
    bottom: -0.4rem;
    left: -0.4rem;
    color: #fff;
    font-size: 0.3rem;
}

.yl_content {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content:space-between;
    color: #fff;
    text-align: center;
}

.yl_item {
    width: 30%;

}

.yl_content_text .title {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.2rem 0;
}

.yl_content_text .title  span {
    margin: 0 0.2rem;
}

.yl_bottom {
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
    padding-top: 0.2rem;
    margin-top: 0.4rem;
    border-top: 1px dashed #ccc;
}

/*
成分样式
*/

.chengfen_bg {
    width: 100%;
    height: auto;
    background: url(../images/fannao-bg.jpg);
    background-repeat: repeat;

}

.block_title3 {
    font-size: 0.5rem;
    font-weight: bold;
    display: inline-block;
    margin: 0.2rem 0;
    padding: 0 0.4rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.block_title3::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-08.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0rem;
    right: 0.2rem;
}

.chengfen_content {
    width: 100%;
    height: auto;
}

.cf_small_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
}

.cf_small_item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    padding: 0.1rem;
    
}

.cf_small_title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.1rem;
}

.cf_small_title span {
    margin: 0 0.1rem;
}

.cf_big_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cf_big_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0.6rem;
}

.cf_big_pic {
    width: 2rem;
    height: 2rem;
}

.cf_big_text {
    flex: 1;
    margin-left: 0.2rem;
}

.cf_big_text_title {
    display: inline-block;
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    position: relative;
}

.title_pic1::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-10.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.2rem;
    right: -0.4rem;
}

.title_pic2::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-11.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.2rem;
    right: -0.4rem;
}

.title_pic3::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-12.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.2rem;
    right: -0.4rem;
}

/*
30天改变样式
*/

.change_bg {
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: -o-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: linear-gradient(#1f4644, #24514f);
}

.block_title4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    
}
.block_title4 .title_left{
    flex: 1;
    font-size: 1rem;
    text-align: right;
    margin-right: 0.2rem;
    background-image: -webkit-linear-gradient(#ffe3bc,#d2a548);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.block_title4 .title_right {
    flex: 1;
    font-size: 0.5rem;
    text-align: left;
    background-image: -webkit-linear-gradient(#ffe3bc,#d2a548);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.title_bottom {
    position: relative;
    background-image: -webkit-linear-gradient(#ffe3bc,#d2a548);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.title_bottom::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon-08.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute; 
    bottom: -0.1rem;
    right: 0.6rem;
   
}

.change_content {
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-between;
    color: #fff;
    margin-top: 0.4rem;
    text-align: center;
}

.change_item {
    width: 30%;
}

.change_pic {
    width: 2rem;
    height: 2.8rem;
}

.change_pic img {
    border-radius: 0.2rem;
}

.change_text {
    margin-top: 0.2rem;
}

.change_title {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.change_title span {
    margin: 0 0.1rem;
}

.change_bottom {
    width: 6.8rem;
    height: 6.8rem;
    background: url(../images/30day.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0.2rem;
    margin-top: 0.4rem;
    position: relative;
}

.change_prod {
    width: 2.4rem;
    height: auto;
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.change_prod .product_name {
    font-size: 0.3rem;
}

.change_small {
    margin: 0.2rem 0;
}

.anwser_bg {
    width: 7.5rem;
    height: auto;
    background: url(../images/anwser-bg.jpg) right;
    background-repeat: no-repeat;
    background-size: cover;
}

.anwser_content {
    width: 70%;
    height: auto;
    padding: 0.4rem;
}

.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;
}

/*
好评样式
*/

.comment_bg {
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: -o-linear-gradient(top, #1f4644 0%, #24514f 100%);
    background: linear-gradient(#1f4644, #24514f);
}

.swiper_wrap {
    width: 100%;
    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);
    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.1rem #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;
}


/*
用户评论样式
*/
.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);
    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;
}


/*
关于我们开始
*/

.about_bg {
    width: 100%;
    height: auto;
    background: url(../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);
    background-repeat: no-repeat;
    background-size: 100%;
}

.about_content {
    width: 100%;
    height: 2.35rem;
    background: url(../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);
    background-repeat: repeat;
    padding-bottom: 0.5rem;
}

.block_secend_title {
    text-align: center;
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
}

.zhengshu_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;

}


.zhengshu1 {
    width: 3rem;
    height: 4.2rem;
    background: url(../images/hk-ck.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu2 {
    width: 3rem;
    height: 4.2rem;
    background: url(../images/tw-zh.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu3 {
    width: 4rem;
    height: 2.8rem;
    background: url(../images/fda.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1rem;
    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%);
}

/*
表单样式
*/

.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) 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);
    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);
    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);
    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;
}

.footer {
    padding-bottom: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
}

.flicker{
    color:#fff;
    font-weight:600;
    animation:color-change 1s infinite;
    perspective:1000px
}

@keyframes color-change {
    0% { color: #ff0000; }
    50% { color: yellow; }
    100% { color: #ff0000; }
}