* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: "Microsoft YaHei";
    font-size: 100px;
    
}

body {
    max-width: 750px;
    margin: 0 auto;
}


ul,li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    border: 0;
    margin: 0;
    outline-style: none;
    vertical-align:top;
}

.page {
    width: 7.5rem;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    font-size: 0.2rem;
    box-shadow: 0 0 2px #999;
}

.buy_btn {
    display: inline-block;
    margin-top: 0.2rem;
    padding: 0.2rem 0.4rem;
    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(#539270));
    background: -webkit-linear-gradient(top, #70db45 0%, #539270 100%);
    background: -o-linear-gradient(top, #70db45 0%, #539270 100%);
    background: linear-gradient(180deg, #70db45 0%, #539270 100%);
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 5px 25px 0 #539270;
    box-shadow: 0 5px 25px 0 #539270;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}


.header {
    width: 7.5rem;
    height: 14rem;
    background: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header_prod {
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 3.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.header_title {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.header_price {
    width: 2.4rem;
    height: 2.4rem;
    border: 2px dashed #fff;
    border-radius: 50%;
    background: #a4daa4;
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.newPrice {
    margin-bottom: 0.1rem;
}
.header_price .new_price {
    color: yellow;
    font-size: 0.36rem;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    
}

.oldPrice {
    position: relative;
}

.header_price .old_price {

    text-shadow: 1px 1px 1px #000;
}

.header_price .old_price::before {
    content: "";
    width: 1rem;
    height: 0;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0.12rem;
    right: -0.1rem;
    transform: rotate(3deg);
}

.header_fenlei {
    width: 7.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
}

.header_fenlei_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_fenlei_pic {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.04rem solid #52916f;
    overflow: hidden;
    background: #fff;
}

.header_fenlei_name {
    color: #333;
    font-size: 0.2rem;
    margin-top: 0.2rem;
}

/*
内容样式
*/

.content_wrap {
    width: 7.5rem;
    height: auto;
    

}

.content_title {
    width: 100%;
    padding: 0.4rem;
    background: #52916f;
    color: #fff;
    text-align: center;
    position: relative;
}

.content_title::before {
    content: "";
    width: 00.2rem;
    height: 00.2rem;
    background: #52916f;
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: rotate(45deg);
    margin-left: -0.1rem;
}

.title_wrap {
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 00.2rem 0;
}

.small_title {
    font-size: 0.5rem;
}

.big_title {
    font-size: 1rem;
    font-weight: bold;
}

.content_item {
    width: 7.5rem;
    height: auto;
    padding: 0.2rem;
    background: #fff;
    color: #539270;
}

.green {
    background: #52916f;
    color: #fff;
}

.item_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.title_curt {
    flex: 1;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_content {
    flex: 2;

}

.big_text {
    text-align: right;
    font-size: 00.5rem;
    border-bottom: 4px solid #52916f;
}

.white_line {
    border-bottom: 4px solid #fff;
}

.big_text p {
    margin-bottom: 0.1rem;
}

.small_text {
    margin-top: 00.2rem;
}

.item_pic {
    width: 6.4rem;
    height: auto;
    margin: 0.2rem auto;
    border-radius: 0.2rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: space-between;
    padding: 0.1rem;
}

.paobu {
    border-radius: 0.2rem;
    height: 9.92rem;
}

.white_back {
    background: #fff;
}

.item_curt {
    width: 2rem;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
}
.curt_box {
    width: 2rem;
    height: 2rem;
    border-radius: 00.2rem;
    overflow: hidden;
}
.item_curt_name {
    display: inline-block;
    padding: 0.04rem 0.1rem;
    border-radius: 0.5rem;
    background: #52916f;
    
}

.item_xiguan {
    width: 100%;
    height: auto;
    margin: 0.2rem 0;
}

.xiguan_box {
    width: 100%;
    padding: 0.1rem;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #52916f;
    overflow: hidden;
    border-radius: 0.2rem;
}

.xiguan_item {
    flex: 1;
    border-right: 2px solid #52916f;
    padding: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.xiguan_item  p {
    font-size: 0.2rem;
    font-weight: bold;
}

.xiguan_item:last-child {
    border: none;
}

.xiguan_pic {
    margin-top: 0.2rem;
    width: 7.1rem;
    height: 5rem;
}

.xiguan_pic_img {
    height: 100%;
}

.bingtong_wrap {
    width: 100%;
    height: 4.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bingtong_item {
    width: 2rem;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    border: 1px solid #fff;
    border-radius: 0.2rem;
}

.bingtong_item p {
    padding: 0 0.1rem;
    line-height: 1.2;
    margin-top: 0.1rem;
}

.bingtong_pic {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.2rem;
}

.bingtong_item .bingto_title {
    display: inline-block;
    font-size: 0.24rem;
    background: #fff;
    color: #52916f;
    padding: 0.1rem;
    border-radius: 0.04rem;
}

.necessary_wrap {
    width: 7.5rem;
    height: 13.5rem;
    position: relative;
}

.necessary_img {
    width: 7.5rem;
    height: 13.5rem;
}

.necessary_prod {
    width: 4rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    margin-left: -1.8rem;
}

.necessary_prod .product_name {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.necessary_prod .product_text {
    width: 3rem;
    font-size: 0.2rem;
    color: #52916f;
    text-align: left;
}

.necessary_text {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    color: #52916f;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
.necessary_big {
    font-size: 1rem;
    font-weight: bold;
}

.necessary_small {
    font-size: 0.6rem;
}

/*
揭秘样式
*/

.secrets_wrap {
    width: 100%;
    height: auto;
    background: #fff;
}

.secrets_title {
    width: 100%;
    padding: 0.2rem 0 0.6rem 0;
    color: #52916f;
    text-align: center;
}

.secrets_name {
    font-size: 0.8rem;
    font-weight: bold;
}

.secrets_title_tetx {
    font-size: 0.36rem;
}

.secrets_content {
    width: 100%;
    height: auto;
    background: #539270;
    padding: 0.2rem;
    position: relative;
}

.secrets_content::before {
    content: "";
    width: 7.5rem;
    height: 0.4rem;
    background-image: url(../images/secrets-top.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.4rem;
    left: 0;
    z-index: 9;
}

.secrets_content::after {
    content: "";
    width: 7.5rem;
    height: 0.4rem;
    background-image: url(../images/secrets-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    z-index: 9;
}

.secrets_content_line {
    width: 1rem;
    height: 0;
    border-top: 0.04rem solid #f0de82;
    margin: 0 auto;
}

.secrets_content_title {
    color: #fff;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0.2rem 0;
}

.secrets_content_wrap {
    width: 100%;
    height: auto;
    background: url(../images/secrets-bg.jpg);
    background-repeat: repeat;
    padding: 0.4rem;
    border-radius: 0.2rem;
}

.secrets_content_pic {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: url(../images/chang.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin:  0 auto;
    position: relative;
}

.secrets_curt {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.1rem;
    border-radius: 50%;
    border: 0.04rem solid #539270;
    font-size: 0.2rem;
    font-weight: bold;
    color: #539270;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.2rem;
    left: -1rem;
}

.secrets_curt::before {
    content: "";
    width: 1rem;
    height: 0;
    border-top: 2px solid #539270;
    position: absolute;
    top: 1.2rem;
    right: -0.9rem;
    transform: rotate(30deg);
}

.secrets_curt2 {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.1rem;
    border-radius: 50%;
    border: 0.04rem solid #539270;
    font-size: 0.2rem;
    font-weight: bold;
    color: #539270;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -0.2rem;
    right: -1rem;
}

.secrets_curt2::before {
    content: "";
    width: 1rem;
    height: 0;
    border-top: 2px solid #539270;
    position: absolute;
    top: 0rem;
    left: -0.8rem;
    transform: rotate(30deg);
}

.secrets_content_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #539270;
    margin-top: 0.4rem;
}

.content_text_wrap {
   width: 3rem;
   height: auto;
   border: 2px solid #539270;
}

.content_text_title {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.content_text_small {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.secrets_content_text2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: red;
    margin-top: 0.4rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.content_text_yltext {
    margin-top: 0.2rem;
}

.secrets_bottom_text {
    font-size: 00.16rem;
    color: #fff;
    text-align: center;
    padding: 0.1rem 0;
}

.yuanli_content_title {
    color: #539270;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0.2rem 0;
}

/*
成分样式
*/

.chengfen_wrap {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    padding-bottom: 0.5rem;
    background: #f4f5f8;
    position: relative;
}

.chengfen_wrap::before {
    content: "";
    width: 7.5rem;
    height: 0.4rem;
    background: url(../images/secrets-top.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0rem;
    left: 0;
}

.chengfen_content {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    background: #fff;
    border-radius: 0.04rem;
    text-align: center;
    color: #539270;
}

.chengfen_margin {
    margin-top: 0.4rem;
}

.chengfen_content_title {
    font-size: 0.5rem;
    font-style: oblique;
}

.chengfen_content_wrap {
    width: 6rem;
    height: auto;
    margin: 0.4rem auto;
    display: flex;
    flex-wrap: wrap;

}

.chengfen_content_item {
    width: 2rem;
    height: auto;
    padding-bottom: 0.2rem;
}

.chengfen_content_name {
    font-size: 0.24rem;
    font-weight: bold;
}

.chengfen_content_item:nth-child(1), 
.chengfen_content_item:nth-child(2),
.chengfen_content_item:nth-child(4),
.chengfen_content_item:nth-child(5)
{
    border-right: 1px solid #539270;
}

.chengfen_content_item:nth-child(4), 
.chengfen_content_item:nth-child(5),
.chengfen_content_item:nth-child(6){
    border-top: 1px solid #539270;
}

.chengfen_content_bottom {
    width: 100%;
    height: auto;
    background: #aeddbd;
    border-radius: 0.1rem;
    padding: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.chengfen_content_bottom_pic {
    width: 2rem;
    height: 2rem;
    background: url(../images/bencao.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0.1rem;
    border: 2px solid #fff;
}

.chengfen_content_bottom_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0.2rem;
    background: #fff;
    text-align: left;
    padding: 0.2rem;
    border-radius: 0.1rem;

}

.chengfen_content_bottom_title {
    font-size: 0.4rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(right,#ff5f60,#f0c41b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0.1rem;
    border-bottom: 2px dashed #539270;
}

.chengfen_content_bottom_content {
    margin-top: 0.1rem;
    font-size: 0.16rem;
}

/*
用户评价样式
*/

.comment_wrap {
    width: 100%;
    height: auto;
    min-height: 4rem;
}

.comment_content {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    background: #fff;
    background-image: url(../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: linear-gradient(to right, #a4daa4, #539270);
    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;
}


.comment_swiper {
    width: 100%;
    height: auto;
    background: #539270;
    position: relative;
   padding: 0.2rem 0;
}

.comment_swiper::before {
    content: "";
    width: 7.5rem;
    height: 0.4rem;
    position: absolute;
    background: url(../images/secrets-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -0.4rem;
    left: 0;
}

.swiper_wrap {
    width: 7.5rem;
    height: 7.46rem;
    position: relative;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;    bor
}

.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;
}


.day_later {
    width: 7.5rem;
    height: 7.5rem;
    background: url(../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;
}

/*
中医师评价
*/

.doctor_answer{
    width: 100%;
    height: auto;
    background: #539270;
    position: relative;
    padding: 0.2rem 0;
}

.doctor_box {
    padding: 0.2rem;
    margin-top: 0.4rem;
    
}

.doctor_box_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.doctor_pic {
    width: 3rem;
    height: 3rem;
    
    position: relative;
}

.doctor_img {
    width: 2rem;
    height: auto;
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    margin-left: -1rem;
}

.doctor_text {
    flex: 1;
    padding: 0.1rem;
    background: #fff;
    margin-left: 0.2rem;
    border-radius: 0.04rem;
    box-shadow: 2px 2px 2px #666;
    position: relative;
    z-index: 1;
    text-indent: 2em;
}

.doctor_text::before {
    content: "";
    width:0;
    height:0;
    border-top:0.4rem solid transparent;
    border-bottom:0.4rem solid transparent;
    border-right:0.4rem solid #fff;
    position: absolute;
    left: -0.2rem;
    top: 0.5rem;
    z-index: -1;
}

.doctor_text2 {
    flex: 1;
    padding: 0.1rem;
    background: #fff;
    margin-left: 0;
    margin-right: 0.2rem;
    border-radius: 0.04rem;
    box-shadow: 2px 2px 2px #666;
    position: relative;
    z-index: 1;
    text-indent: 2em;
}

.doctor_text2::before {
    content: "";
    width:0;
    height:0;
    border-top:0.4rem solid transparent;
    border-bottom:0.4rem solid transparent;
    border-left:0.4rem solid #fff;
    position: absolute;
    right: -0.2rem;
    top: 0.5rem;
    z-index: -1;
}

.doctor_text .product_name{
    color: #539270;
    font-weight: bold;
}

.doctor_name {
    position: absolute;
    bottom: 0.3rem;
    right: -1.3rem;
    text-align: center;
}

.doctor_name2 {
    position: absolute;
    text-align: center;
    bottom: 0.3rem;
    left: -1rem;
    color: #fff;
}

.doctor_name p{
    color: #fff;
}

.doctor_box_item:nth-child(2) {
    margin-top: 0.6rem;
    flex-direction: row-reverse;
}

.doctor_box_item:nth-child(2) .doctor_pic {
    width: 3rem;
    height: 3rem;
    
    position: relative;
}

.doctor_text2 .product_name{
    color: #539270;
    font-weight: bold;
}

/*
證書樣式
*/

.zhengshu_wrap {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    padding-bottom: 0.5rem;
    background: #f4f5f8;
    position: relative;
}

.zhengshu_wrap::before {
    content: "";
    width: 7.5rem;
    height: 0.4rem;
    background: url(../images/secrets-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.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/zheng/hk-ck.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu2 {
    width: 3rem;
    height: 4.2rem;
    background: url(../images/zheng/tw-zh.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu3 {
    width: 4rem;
    height: 2.8rem;
    background: url(../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.2rem;

    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.2rem;

    color: #666;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    margin-left: -0.6rem;
    
}

/*
关于我们样式
*/
.about_wrap {
    width: 100%;
    height: auto;
    background: url(../images/niupi.jpg);
    background-repeat: repeat;
    padding-top: 0.4rem;
}


.about_pic {
    width: 7.5rem;
    height: 9.96rem;
    background: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: 100%;

}

.form_wrap {
    width: 7.5rem;
    height: 16rem;
    background: url(../images/form-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.form_prod {
    width: 4rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 6rem;
    left: 50%;
    margin-left: -1.8rem;
}

.form_prod .product_name {
    font-size: 00.4rem;
    font-weight: bold;
    color: #539270;
}

.form_prod .product_text {
    font-size: 0.24rem;
    color: #539270;
    margin-bottom: 0.1rem;
}

.clock_title {
    background: rgba(255, 255, 255, 0.8);
    padding: 0.1rem;
    border-radius: 0.5rem;
    color: #539270;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}

.timer-number {
    font-size: 0.5rem;
    height: 1.5rem;
}

.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_box {
    width: 6rem;
    height: auto;
    background: #539270;
    color: #fff;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    margin-left: -2.85rem;
    text-align: center;
}

.form_title {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}

.inp {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    font-weight: 300;
    font-size: 0.24rem;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    border-radius: 0.1rem;
    outline: none;
}

.form_box .inp {
    width: 90%;
    margin: 0 auto 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

input:focus {
    border: 2px solid yellow;
}

.btn {
    display: inline-block;
    margin-left: 40%;
    padding: 0.2rem 0.4rem;
    font-weight: bold;
    font-size: 0.3rem;
    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%;
    margin: 0 auto;
    border: none;
    outline: none;
}


/*
用户评论样式
*/
.pinglun_wrap {
    width: 100%;
    height: auto;
    background: #f4f5f8;
    padding: 0.4rem 0.2rem;
    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.24rem;
    color: #539270;
}

.pinglun_time {
    font-size: 0.2rem;
    color: #999;
}

.pinglun_text {
    margin-top: 0.2rem;
}

.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 {
    width: 100%;
    padding: 0.2rem;
    text-align: center;
    background: #539270;
    position: relative;
    color: #fff;
}

.footer::before {
    content: "";
    width: 7.5rem;
    height: 0.4rem;
    background: url(../images/secrets-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -0.4rem;
}