* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    font-family: "Microsoft YaHei";
}
ul,li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}



.page {
 width: 100%;
 height: auto;
 background: url(../images/block_1-bg.jpg);
 background-attachment: fixed;
 background-size: 100%;
 background-position: center;
 background-repeat: no-repeat;
}

.banner_wrap  {
    width: 100%;
    height: auto;
    position: relative;
}
.pc_banner {
    width: 100%;
    
    display: block;
}

.mb_banner {
    width: 100%;
    
    display: none;
}
.banner_content {
    max-width: 400px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
}

.banner_product {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    bottom: 100px;
}

.banner_product img {
    width: 100%;
}

.banner_product .product_name {
    font-size: 50px;
    color: #333;
}



.banner_wrap .banner_product_price {
    width: 300px;
    height: 240px;
    background: url(../images/moji.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -100px;
    right: -100px;
    z-index: 99;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.banner_wrap .banner_product_price .newPrice {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.banner_wrap .banner_product_price .newPrice .new_price{
    font-size: 36px;
    font-weight: bold;
    color: tomato;
    
}

.banner_wrap .banner_product_price .oldPrice {
    color: #ccc;
}

.banner_wrap .banner_product_price .oldPrice .old_price {
    text-decoration: line-through;
}

.buy_btn {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 24px;
    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: 32px;
    border-radius: 32px;
    -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;
}

.showOff {
    width: 120px;
    height: 120px;
    background: url(../images/count.png) no-repeat;
    background-size: 100%;
    color: tomato;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-shadow: #000 2px 0 0;
    position: absolute;
    top: -70px;
    right: 0px;
    z-index: 99;
}



.banner_select {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    color: #333;
    position: absolute;
    top: 10%;
    right: -120%;
}

.banner_select .select_item {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.banner_select .select_item::after {
    content: " ";
    background-image: url(../images/icon-1.png);
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
    background-size: 100%;
}

/*
經歷樣式
*/

.history {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.top_title {
    text-align: center;
    font-size: 36px;
    color: #3d7845;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.small_span {
    display: inline-block;
    font-size: 20px;
    background: #e5b200;
    padding: 6px;
    border-radius: 4px;
    color: #fff;
    margin: 20px 0 40px 0;
}

.licheng_poto {
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.licheng_poto img{
    width: 100%;
}

.licheng_text {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.licheng_text li {
    text-align: center;
    flex: 1;
}


/*
胖子的煩惱
*/

.fannao {
    width: 100%;
    background: rgba(230, 230, 230, 0.8);
   
    padding: 30px 0;
    text-align: center;
}

.fn_content {
    max-width: 1200px;
    margin: 0 auto;
}
.fn_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}

.fn_box li {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-right: 20px;
}

.fn_box li img {
    width: 100%;
    border-radius: 10px;
}

.fn_box li:nth-last-child(1) {
    margin-right: 0;
}

.fn_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fn_title {
    color: #e5b200;
    margin: 10px 0;
}

.fn_text {
    text-align: left;
    font-size: 20px;
    padding: 10px;
}



/*
拒絕樣式
*/
.jujue {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;

}


.jujue_poto {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.jujue_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:center;
}

.jujue_center {
    
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.jujue_center img {
    max-width: 100%;
}

.jujue_center p {
    max-width: 400px;
    margin-top: 20px;
    font-size: 20px;
}

.jujue_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.jujue_item {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #d09106;
   margin-bottom: 20px;
   position: relative;
}

.jujue_item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.under_line {
    width: 200px;
    padding-bottom: 8px;
    position: absolute;
    border-bottom: solid 4px #d09106;
    text-align: center;
}

.one {
    
    top: 50%;
    right: -200px;
    transform: rotate(30deg);
    
}

.two {
    
    top: 25%;
    right: -200px;
    transform: rotate(0deg);
}

.three {
    
    top: 0%;
    right: -200px;
    transform: rotate(-30deg);
}

.four {
    
    top: 50%;
    left: -200px;
    transform: rotate(-30deg);
    
}

.five {
    
    top: 25%;
    left: -200px;
    transform: rotate(0deg);
}

.six {
    
    top: 0%;
    left: -200px;
    transform: rotate(30deg);
}

.xian {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    background-image: url(../images/xian1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.about_moumen {
    width: 100%;
    padding-top: 50px;
    background: rgba(230, 230, 230, 0.8);
    text-align: center;
}

.moumen_question {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



.question_left {
    flex: 1;
    position: relative;
}
.question_left img {
    width: 100%;
}

.moumen_huida {
    width: 300px;
    height: 300px;
    background: url(../images/pro-box2.png);
    background-size: 100%;
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: -150px;
    left: -150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.question_prodct {
    position: absolute;
    top: 50%;
    left: -70%;
}

.question_right {
    flex: 2;
}

.question_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
}

.question_pic {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #47cd94;
    overflow: hidden;
}

.question_pic img {
    width: 100%;

}

.question_content {
    flex: 1;
    margin-left: 20px;
    text-align: left;
}

.question_name {
    font-size: 30px;
    font-weight: bold;
    color: #e5b200;
    margin-bottom: 10px;
    margin-right: 20px;
}

.question_text {
    font-size: 20px;
}

.question_num {
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #e5b200;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    
}

.question_item_prod {
    max-width: 200px;
}

.moumen_question .question_num {
    top: -10px;
    left: -10px;
}

.about_men {
    width: 100%;
    width: 100%;
    padding: 50px 0;
    background: rgba(230, 230, 230, 0.8);
    background-image: url(../images/men-bg.png);
    background-repeat: repeat;
    text-align: center;
}

.men_question {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.men_question .question_right .question_item {
    flex-direction: row-reverse;
    
}

.men_question .question_content {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
}

.men_question .question_num {
    top: -10px;
    right: -10px;
}

.men_huida {
    width: 300px;
    height: 300px;
    background: url(../images/pro-box.png);
    background-size: 100%;
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: -150px;
    right: -200px;
   
    
}

.chengfen_wrap {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 0 30px 0;
    text-align: center;
}
.chengfen_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 0 60px 0;
}

.chengfen_content_left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
   
    
}

.big_curt {
    width: 600px;
    height: 600px;
    border: 6px solid #47cd94;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.small_curt {
    width: 400px;
    height: 400px;
    border: 6px solid #47cd94;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.small_curt img {
    width: 100%;
}

.chengfen_item {
    
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.chengfen_item:nth-child(2) {
    top: -50px;
    right: -500px;
}

.chengfen_item:nth-child(3) {
    top: 40%;
    right: -100%;
}

.chengfen_item:nth-child(4) {
    top: 80%;
    right: -80%;
}

.chengfen_pic {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 2px 2px 2px #ccc;
}

.chengfen_pic img {
    width: 100%;
}

.chengfen_text {
    
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-left: 16px;
}
.chengfen_text_p {
    max-width: 400px;
    font-size: 18px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}
.chengfen_text_title {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    background-image:-webkit-linear-gradient(right,#ff5f60,#f0c41b); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.chengfen_content_right {
    flex: 1;
}

.container_wrap {
    width: 300px;
    height: auto;
    position: absolute;
    bottom: -50px;
    left: -150px;
}

.container_wrap img {
    width: 100%;
}

.block5__center {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
}

.block5__skin {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.block5__fats {
    position: relative;
    max-width: 345px;
    margin: 0 auto 20px;
    font-weight: 900;
    font-size: 24px;
    color: #444444;
    text-transform: uppercase;
}

.block5__before {
    float: left;
}

.block5__before, .block5__after {
    padding: 5px 15px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    background-image: -moz-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
    background-image: -webkit-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
    background-image: -ms-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
    border-radius: 20px;
    box-shadow: 0 6px 16px 0 rgba(214, 48, 58, 0.2);
}

.block5__after {
    float: right;
    background-image: -moz-linear-gradient( 90deg, #7ecc35 0%, #4aa920 100%);
    background-image: -webkit-linear-gradient( 90deg, #7ecc35 0%, #4aa920 100%);
    background-image: -ms-linear-gradient( 90deg, #7ecc35 0%, #4aa920 100%);
    box-shadow: 0 6px 16px 0 rgba(103, 189, 44, 0.2);
}

.block5__before, .block5__after {
    padding: 5px 15px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    background-image: -moz-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
    background-image: -webkit-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
    background-image: -ms-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
    border-radius: 20px;
    box-shadow: 0 6px 16px 0 rgba(214, 48, 58, 0.2);
}

.block5 .title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}




.block5__fats::before {
    left: 0;
}


.block5__fats::after {
    right: 0;
}
.block5__fats::before, .block5__fats::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 130px;
    height: 3px;
    background-color: #444444;
    transform: translateY(-50%);
}

.block5__fats span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 5px;
    background-color: #ffffff;
}

.block5__logo {
    position: relative;
    z-index: 3;
    width: 100px;
    height: 100px;
    margin: -72px auto 40px;
    font-weight: 900;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0.809px 0.588px 1px rgba(0, 0, 0, 0.1);
    background: url(../images/block5__molecule.png) no-repeat center center;
    background-size: cover;
}




.footer {
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

.user_comment {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    background-image: url(../images/men-bg.png);
    background-repeat: repeat;
}

.container-fluid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    margin-top: 30px;
    
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.three_day {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.comment_content {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.three_day img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #539270;
}

.comment_content_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
    padding: 10px;
}


.comment_item_title {
    display: inline-block;
    font-size: 30px;
    padding: 10px 40px;
    border-radius: 50px;
    background: linear-gradient(to right, #a4daa4, #539270);
    color: #fff;
    margin: 10px 0;
}






.container-fluid_left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.block_7-subtitle {
    width: 80%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
}

.block_7-subtitle span {
    font-weight: 900;
}
.pink {
    color: #df6092;
}
.container-fluid_left_imgwrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.container-fluid_left_imgwrap img {
    width: 100%;
    max-width: 100%;
    min-width: 280px;
}

.chat_wrap {
    flex: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 10px;
}

.message {
    max-width: 55%;
    margin-bottom: 20px;
    font-size: 0;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.message_ava {
    display: inline-block;
    width: 45px;
    margin-right: 5px;
    vertical-align: top;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
}

.message_text {
    display: inline-block;
    width: calc(100% - 50px);
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
    background: #ecedf1;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

img {
    vertical-align: middle;
}

.message_right {
    margin-left: 45%;
}

.block_7-peoples {
    position: absolute;
    right: -5%;
    bottom: -45px;
    z-index: 25;
    width: 45%;
}

.block_7-leafs {
    position: absolute;
    right: -30%;
    bottom: -40px;
    z-index: 24;
    width: 37%;
}


.change_wrap {
    width: 400px;
    height: 200px;
    position: absolute;
    bottom: 20%;
    left: 10%;
    background: rgba(230, 230, 230, 0.8);
    border: 10px solid #47cd94;
    transform: rotate(-10deg);
    z-index: 999;
}

.change_wrap::before {
    content: "";
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: -25px;
    left: 50%;
    border: solid 10px #47cd94;
    z-index: -1;
}

.change_wrap img {
    width: 100%;
    height: 100%;
}
.cow {
    display: none;
}

.peoples {
    max-width: 100%;
}

/*
關於我們樣式
*/
.about_us {
    width: 100%;
    background: url(../images/niupi.jpg);
    background-repeat: repeat;
    padding: 50px 0 0 0;
    text-align: center;
}
.about_wrap {
    width: 100%;
   height: auto;
   min-height: 500px;
}
.pc_about{
    width: 100%;
    display: block;
}

.mb_about {
    width: 100%;
    display: none;
}

/*
訂單樣式
*/
.method_wrap {
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
    background-color: rgba(230, 230, 230, 0.8);
    text-align: center;
    background-image: url(../images/block_11-bg-leafs.png);
}
.method_content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.method_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.method_form_title{
    
        width: 70%;
        font-weight: 900;
        font-size: 40px;
        color: #df6092;
        text-transform: uppercase;
        text-align: left;
    
}

.method_form_text {
    width: 70%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
}

.form_wrap {
    width: 90%;
    height: auto;
    padding: 50px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#f5777c), to(#f1ab39));
    background: -webkit-linear-gradient(left, #f5777c 0%, #f1ab39 100%);
    background: -o-linear-gradient(left, #f5777c 0%, #f1ab39 100%);
    background: linear-gradient(90deg, #f5777c 0%, #f1ab39 100%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
   
}

.form_title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    
}

.inp {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 20px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.form_wrap .inp {
    width: 70%;
    margin: 0 auto 10px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.prices_wrap {
    color: #ffff;
    margin: 30px auto;
    font-size: 0;
    text-align: center;
}


.prices_wrap .prices {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    vertical-align: bottom;
    color: #ffffff;
}

.prices_wrap .old_price {
    margin-right: 20px;
    margin-bottom: 0;
    text-decoration: line-through;
}

.prices_wrap  .new_price {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
}

.btn {
    display: inline-block;
    margin-left: 40%;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 24px;
    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: 32px;
    border-radius: 32px;
    -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: 70%;
    margin: 0 auto;
    border: none;
    outline: none;
}
.btn:hover, .btn:active, .btn:focus {
    color: #ffffff;
    text-decoration: none;
}
.btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#time_item1 {
    margin-top: 20px;
    font-size: 30px;
}

.timer__list__item {
    border-radius: 4px;
    padding: 10px;
    border: 4px solid tomato;
    color: tomato;
    background: rgba(255, 255, 255, 0.8);
}
.method_pic {
    position: relative;
}
.timer-number {
    margin-bottom: 30px;
}
.product_box img {
    max-width: 300px;
}

.product_box {
    position: absolute;
    top: 40%;
    right: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_box p {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 4px;
    font-size: 20px;
    margin-bottom: 20px;
}

.zhengshu {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 0 50px 0;
    text-align: center;
}


.zhengshu_content {
    width: 640px;
    height: 420px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.zhengshu1 {
    width: 300px;
    height: 420px;
    background: url(../images/zheng/hk-ck.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu2 {
    width: 300px;
    height: 420px;
    background: url(../images/zheng/tw-zh.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.zhengshu3 {
    width: 400px;
    height: 280px;
    background: url(../images/zheng/fda.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -200px;
    border: 2px solid #539270;
    border-radius: 10px;
}

.zheng_name {
    width: 100%;
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.zheng_name2 {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -60px;
}

@media screen and (max-width:540px) {

    .page {
     width: 100%;
     height: auto;
     background: url(../images/block_2-bg.jpg);
     background-attachment: fixed;
     background-size: 100%;
     background-position: center;
     background-repeat: no-repeat;
    }
    
    .banner_wrap  {
        width: 100%;
        height: auto;
        position: relative;
    }
    .pc_banner {
        width: 100%;
        
        display: none;
    }
    
    .mb_banner {
        width: 100%;
        
        display: block;
    }
    .banner_content {
        max-width: 240px;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        
        
    }
    
    .banner_product {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        bottom: 150px;
    }
    
    .banner_product img {
        width: 100%;
    }
    
    .banner_product .product_name {
        font-size: 30px;
        color: #333;
    }
    
    
    
    .banner_wrap .banner_product_price {
        width: 240px;
        height: 200px;
        background: url(../images/moji.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -150px;
        right: -50px;
        z-index: 99;
        font-size: 20px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    
    .banner_wrap .banner_product_price .newPrice {
        font-size: 20px;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .banner_wrap .banner_product_price .newPrice .new_price{
        font-size: 30px;
        font-weight: bold;
        color: tomato;
        
    }
    
    .banner_wrap .banner_product_price .oldPrice {
        color: #ccc;
    }
    
    .banner_wrap .banner_product_price .oldPrice .old_price {
        text-decoration: line-through;
    }
    
    .buy_btn {
        display: inline-block;
        margin-top: 20px;
        padding: 20px 40px;
        font-weight: bold;
        font-size: 24px;
        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: 32px;
        border-radius: 32px;
        -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;
    }
    
    .showOff {
        width: 120px;
        height: 120px;
        background: url(../images/count.png) no-repeat;
        background-size: 100%;
        color: tomato;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 30px;
        text-shadow: #000 2px 0 0;
        position: absolute;
        top: -70px;
        right: 0px;
        z-index: 99;
        display: none;
    }
    
    
    
    .banner_select {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 10px;
        color: #333;
        position: relative;
        top: 100px;
        right: -50px;
       
    }
    
    .banner_select .select_item {
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
    }
    
    .banner_select .select_item::after {
        content: " ";
        background-image: url(../images/icon-1.png);
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        right: 0;
        top: -5px;
        background-size: 100%;
        
    }
    
    /*
    經歷樣式
    */
    
    .history {
        width: 100%;
        height: auto;
        padding: 30px 0;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
    }
    
    .top_title {
        text-align: center;
        font-size: 20px;
        color: #3d7845;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .top_title img {
        height: 100%;
    }
    
    .small_span {
        display: inline-block;
        font-size: 20px;
        background: #e5b200;
        padding: 6px;
        border-radius: 4px;
        color: #fff;
        margin: 20px 0 20px 0;
    }
    
    .licheng_poto {
        max-width: 700px;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    
    .licheng_poto img{
        width: 100%;
    }
    
    .licheng_text {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        position: absolute;
        bottom: 15px;
        left: 0;
    }
    .licheng_text li {
        text-align: center;
        flex: 1;
    }
    
    
    /*
    胖子的煩惱
    */
    
    .fannao {
        width: 100%;
        background: rgba(230, 230, 230, 0.8);
       
        padding: 30px 0;
        text-align: center;
    }
    
    .fn_content {
        max-width: 1200px;
        margin: 0 auto;
    }
    .fn_box {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
       
        flex-wrap: wrap;
    }
    
    .fn_box li {
        width: 40%;
        flex: 1;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 20px;
        
    }
    
    .fn_box li img {
        width: 100%;
        border-radius: 10px;
    }
    
    .fn_box li:nth-last-child(1) {
        margin-right: 0;
    }
    
    .fn_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .fn_title {
        color: #e5b200;
        margin: 10px 0;
    }
    
    .fn_text {
        text-align: left;
        font-size: 16px;
        padding: 10px;
    }
    
    
    
    /*
    拒絕樣式
    */
    .jujue {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 30px;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
    
    }
    
    
    .jujue_poto {
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    
    .jujue_left {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content:space-between;
    }
    
    .jujue_center {
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .jujue_center img {
        max-width: 100%;
    }
    
    .jujue_center p {
        max-width: 300px;
        margin-top: 20px;
        font-size: 20px;
    }
    
    .jujue_right {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .jujue_item {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        border: 6px solid #d09106;
       margin-bottom: 20px;
       position: relative;
    }
    
    .jujue_item img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    
    .under_line {
        width: 100px;
        padding-bottom: 8px;
        position: relative;
        border-bottom: solid 0px #d09106;
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
    }
    
    .one {
        
        top: 0;
        right: 0;
        transform: rotate(0);
        
    }
    
    .two {
        
        top: 0;
        right: 0;
        transform: rotate(0);
    }
    
    .three {
        
        top: 0%;
        right: 0;
        transform: rotate(0);
    }
    
    .four {
        
        top: 0;
        left: 0;
        transform: rotate(0);
        
    }
    
    .five {
        
        top: 0;
        left: 0;
        transform: rotate(0);
    }
    
    .six {
        
        top: 0;
        left: 0;
        transform: rotate(0);
    }
    
    .xian {
        width: 100%;
        height: 100px;
        background: rgba(255, 255, 255, 0.8);
        background-image: url(../images/xian1.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    
    .about_moumen {
        width: 100%;
        padding-top: 50px;
        background: rgba(230, 230, 230, 0.8);
        text-align: center;
    }
    
    .moumen_question {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    
    
    .question_left {
        flex: 1;
        position: relative;
    }
    .question_left img {
        width: 100%;
    }
    
    .moumen_huida {
        width: 300px;
        height: 300px;
        background: url(../images/pro-box2.png);
        background-size: 100%;
        position: absolute;
        color: #fff;
        font-size: 20px;
        top: -150px;
        left: -150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    
    .question_prodct {
        position: absolute;
        top: 50%;
        left: -70%;
    }
    
    .question_right {
        flex: 1;
        width: 100%;
        margin-top: -300px;
    }
    
    .question_item {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        position: relative;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 10px;
        font-size: 20px;
    }
    
    .question_pic {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        border: 2px solid #47cd94;
        overflow: hidden;
    }
    
    .question_pic img {
        width: 100%;
    
    }
    
    .question_content {
        flex: 1;
        margin-left: 20px;
        text-align: center;
    }
    
    .question_name {
        font-size: 24px;
        font-weight: bold;
        color: #e5b200;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    
    .question_text {
        font-size: 20px;
    }
    
    .question_num {
        width: 40px;
        height: 40px;
        font-size: 30px;
        background: #e5b200;
        color: #fff;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        position: absolute;
        
    }
    
    .question_item_prod {
        max-width: 200px;
    }
    
    .moumen_question .question_num {
        top: -10px;
        left: -10px;
    }
    
    .about_men {
        width: 100%;
        width: 100%;
        padding: 50px 0;
        background: rgba(230, 230, 230, 0.8);
        background-image: url(../images/men-bg.png);
        background-repeat: repeat;
        text-align: center;
    }
    
    .men_question {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .men_question .question_right .question_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .men_question .question_content {
        margin-left: 0;
        margin-right: 0px;
        text-align: center;
    }
    
    .men_question .question_num {
        top: -10px;
        right: -10px;
    }
    
    .men_huida {
        width: 300px;
        height: 300px;
        background: url(../images/pro-box.png);
        background-size: 100%;
        position: absolute;
        color: #fff;
        font-size: 20px;
        top: -150px;
        right: -200px;
       
        
    }
    
    .chengfen_wrap {
        width: 100%;
        height: auto;
        background: rgba(255, 255, 255, 0.8);
        padding: 50px 0 30px 0;
        text-align: center;
    }
    .chengfen_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 0 ;
    }
    
    .chengfen_content_left {
        flex: 1;
        display: flex;
        justify-content: center;
        width: 100%;
        
    }
    
    .big_curt {
        width: 300px;
        height: 300px;
        border: 6px solid #47cd94;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
       
    }
    
    .small_curt {
        width: 200px;
        height: 200px;
        border: 6px solid #47cd94;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .small_curt img {
        width: 100%;
    }
    
    .chengfen_item {
        
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        display: none;
    }
    
    .chengfen_item:nth-child(2) {
        top: 0;
        right: 0;
    }
    
    .chengfen_item:nth-child(3) {
        top: 0;
        right: 0;
    }
    
    .chengfen_item:nth-child(4) {
        top: 0;
        right: 0;
    }
    
    .chengfen_pic {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 2px 2px 2px #ccc;
    }
    
    .chengfen_pic img {
        width: 100%;
    }
    
    .chengfen_text {
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: center;
        align-items: flex-start;
        margin-left: 16px;
        font-size: 18px;
    }
    .chengfen_text_p {
        max-width: 400px;
        font-size: 18px;
        padding-top: 0px;
        padding: 10px;
        border-top: 1px dashed #ccc;
    }
    .chengfen_text_title {
        text-align: left;
        font-size: 30px;
        font-weight: bold;
        background-image:-webkit-linear-gradient(right,#ff5f60,#f0c41b); 
        -webkit-background-clip:text; 
        -webkit-text-fill-color:transparent; 
    }
    
    .chengfen_content_right {
        flex: 1;
    }

    .cow {
        display: block;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    
    .container_wrap {
        width: 200px;
        height: auto;
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -100px;
        display: none;
    }
    
    .container_wrap img {
        width: 100%;
    }
    
    .block5__center {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 345px;
        margin: 0 auto;
    }
    
    .block5__skin {
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .block5__fats {
        position: relative;
        max-width: 345px;
        margin: 0 auto 20px;
        font-weight: 900;
        font-size: 24px;
        color: #444444;
        text-transform: uppercase;
    }
    
    .block5__before {
        float: left;
    }
    
    .block5__before, .block5__after {
        padding: 5px 15px;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        background-image: -moz-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
        background-image: -webkit-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
        background-image: -ms-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
        border-radius: 20px;
        box-shadow: 0 6px 16px 0 rgba(214, 48, 58, 0.2);
    }
    
    .block5__after {
        float: right;
        background-image: -moz-linear-gradient( 90deg, #7ecc35 0%, #4aa920 100%);
        background-image: -webkit-linear-gradient( 90deg, #7ecc35 0%, #4aa920 100%);
        background-image: -ms-linear-gradient( 90deg, #7ecc35 0%, #4aa920 100%);
        box-shadow: 0 6px 16px 0 rgba(103, 189, 44, 0.2);
    }
    
    .block5__before, .block5__after {
        padding: 5px 15px;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        background-image: -moz-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
        background-image: -webkit-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
        background-image: -ms-linear-gradient( 90deg, #e3414f 0%, #d0272f 100%);
        border-radius: 20px;
        box-shadow: 0 6px 16px 0 rgba(214, 48, 58, 0.2);
    }
    
    .block5 .title {
        margin-bottom: 20px;
        font-weight: 900;
        font-size: 24px;
        font-family: "Montserrat", sans-serif;
    }
    
    
    
    
    .block5__fats::before {
        left: 0;
    }
    
    
    .block5__fats::after {
        right: 0;
    }
    .block5__fats::before, .block5__fats::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 100%;
        max-width: 130px;
        height: 3px;
        background-color: #444444;
        transform: translateY(-50%);
    }
    
    .block5__fats span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 5px;
        background-color: #ffffff;
    }
    
    .block5__logo {
        position: relative;
        z-index: 3;
        width: 100px;
        height: 100px;
        margin: -72px auto 40px;
        font-weight: 900;
        font-size: 20px;
        line-height: 100px;
        text-align: center;
        color: #ffffff;
        text-shadow: 0.809px 0.588px 1px rgba(0, 0, 0, 0.1);
        background: url(../images/block5__molecule.png) no-repeat center center;
        background-size: cover;
    }
    
    
    
    
    .footer {
        width: 100%;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        color: #fff;
    }
    
    .user_comment {
        width: 100%;
        padding: 50px 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        background-image: url(../images/men-bg.png);
        background-repeat: repeat;
    }
    
    .container-fluid {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        text-align: left;
        margin-top: 30px;
    }
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .block_7-subtitle {
        width: 80%;
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 24px;
    }
    
    .block_7-subtitle span {
        font-weight: 900;
    }
    .pink {
        color: #df6092;
    }
    
    .chat_wrap {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        border-radius: 10px;
    }
    
    .message {
        max-width: 85%;
        margin-bottom: 20px;
        font-size: 0;
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    
    .message_ava {
        display: inline-block;
        width: 45px;
        margin-right: 5px;
        vertical-align: top;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-radius: 50%;
    }
    
    .message_text {
        display: inline-block;
        width: calc(100% - 50px);
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        vertical-align: top;
        background: #ecedf1;
        -webkit-border-radius: 22px;
        border-radius: 22px;
    }
    
    img {
        vertical-align: middle;
    }
    
    .message_right {
        margin-left: 25%;
    }
    
    .block_7-peoples {
        position: absolute;
        right: -5%;
        bottom: -45px;
        z-index: 25;
        width: 45%;
    }
    
    .block_7-leafs {
        position: absolute;
        right: -30%;
        bottom: -40px;
        z-index: 24;
        width: 37%;
    }
    
    
    .change_wrap {
        width: 300px;
        height: 150px;
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        background: rgba(230, 230, 230, 0.8);
        border: 10px solid #47cd94;
        transform: rotate(-10deg);
        z-index: 999;
    }
    
    .change_wrap::before {
        content: "";
        width: 50px;
        height: 50px;
        background: #fff;
        position: absolute;
        transform: rotate(45deg);
        top: -25px;
        left: 50%;
        border: solid 10px #47cd94;
        z-index: -1;
    }
    
    .change_wrap img {
        width: 100%;
        height: 100%;
    }



/*
關於我們樣式
*/
.about_us {
    width: 100%;
    background: url(../images/niupi.jpg);
    background-repeat: repeat;
    padding: 50px 0 0 0;
    text-align: center;
}
.about_wrap {
    width: 100%;
    height: auto;
    min-height: 500px;
}
.pc_about{
    width: 100%;
    display: none;
}

.mb_about {
    width: 100%;
    display: block;
}


    
    .method_wrap {
        width: 100%;
        height: auto;
        padding: 30px 0 ;
        background-color: rgba(230, 230, 230, 0.8);
        text-align: center;
        background-image: url(../images/block_11-bg-leafs.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .method_content {
        max-width: 1200px;
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .method_item {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .method_item:nth-child(1) {
        margin-bottom: 150px;
    }

    .method_pic img{
        max-width: 300px;
    }
    .method_form_title{
        
            width: 70%;
            font-weight: 900;
            font-size: 40px;
            color: #df6092;
            text-transform: uppercase;
            text-align: left;
        
    }
    
    .method_form_text {
        width: 70%;
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 24px;
        text-transform: uppercase;
        text-align: left;
    }
    
    .form_wrap {
        width: 90%;
        height: auto;
        padding: 50px 20px;
        background: -webkit-gradient(linear, left top, right top, from(#f5777c), to(#f1ab39));
        background: -webkit-linear-gradient(left, #f5777c 0%, #f1ab39 100%);
        background: -o-linear-gradient(left, #f5777c 0%, #f1ab39 100%);
        background: linear-gradient(90deg, #f5777c 0%, #f1ab39 100%);
        -webkit-border-radius: 30px;
        border-radius: 30px;
       
    }
    
    .form_title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        
    }
    
    .inp {
        display: block;
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
        padding: 0 20px;
        font-weight: 300;
        font-size: 20px;
        background: #ffffff;
        border: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border-radius: 5px;
        outline: none;
    }
    
    .form_wrap .inp {
        width: 100%;
        margin: 0 auto 10px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }
    
    .prices_wrap {
        color: #ffff;
        margin: 30px auto;
        font-size: 0;
        text-align: center;
    }
    
    
    .prices_wrap .prices {
        display: inline-block;
        font-weight: 300;
        font-size: 16px;
        vertical-align: bottom;
        color: #ffffff;
    }
    
    .prices_wrap .old_price {
        margin-right: 20px;
        margin-bottom: 0;
        text-decoration: line-through;
    }
    
    .prices_wrap  .new_price {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 30px;
        line-height: 1;
    }
    
    .btn {
        display: inline-block;
        margin-left: 40%;
        padding: 20px 40px;
        font-weight: bold;
        font-size: 24px;
        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: 32px;
        border-radius: 32px;
        -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: 80%;
        margin: 0 auto;
        border: none;
        outline: none;
    }
    .btn:hover, .btn:active, .btn:focus {
        color: #ffffff;
        text-decoration: none;
    }
    .btn:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    #time_item1 {
        margin-top: 20px;
        font-size: 30px;
    }
    
    .timer__list__item {
        border-radius: 4px;
        padding: 10px;
        border: 4px solid tomato;
        color: tomato;
        background: rgba(255, 255, 255, 0.8);
    }
    .method_pic {
        position: relative;
    }
    .timer-number {
        margin-bottom: 30px;
    }
    .product_box img {
        max-width: 300px;
    }
    
    .product_box {
        position: absolute;
        top: 40%;
        right: 50%;
        margin-right: -150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    
    
    .three_day {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    
    .comment_content {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .three_day img {
        width: 100%;
        border-radius: 10px;
        border: 2px solid #539270;
    }
    
    .comment_content_item {
        width: 50%;
        height: auto;
        display: block;
        flex-direction: column;
        align-items:flex-start;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    
    
    
    .comment_item_title {
        display: inline-block;
        font-size: 20px;
        padding: 4px 10px;
        border-radius: 50px;
        background: linear-gradient(to right, #a4daa4, #539270);
        color: #fff;
        margin: 10px 0;
    }
    


    .zhengshu {
        width: 100%;
        height: auto;
        background: rgba(255, 255, 255, 0.8);
        padding: 50px 0 50px 0;
        text-align: center;
    }
    
    
    .zhengshu_content {
        width: 300px;
        height: 200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    
    .zhengshu1 {
        width: 150px;
        height: 200px;
        background: url(../images/zheng/hk-ck.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
    }
    
    .zhengshu2 {
        width: 150px;
        height: 200px;
        background: url(../images/zheng/tw-zh.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
    }
    
    .zhengshu3 {
        width: 200px;
        height: 140px;
        background: url(../images/zheng/fda.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -100px;
        border: 2px solid #539270;
        border-radius: 10px;
    }
    
    .zheng_name {
        width: 100%;
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
        margin-top: 10px;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    
    .zheng_name2 {
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
        margin-top: 10px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -60px;
    }
    
    
}

@media screen and (max-width:330px) {
    .banner_select {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        border-radius: 10px;
        color: #333;
        position: relative;
        top: 10px;
        right: -50px;
    }

    .banner_wrap .banner_product_price {
        
        right: 0px;
        
       
    }
}



