* {margin: 0px;padding: 0px;box-sizing: border-box;}
em, i {font-style: normal;}
li {list-style: none;}
img {border: 0;vertical-align: middle;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
/** 重置列表元素 **/
ul, ol , li{ list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; }
body {margin: 0;padding: 0;font-family: "Times New Roman", Times, serif;width: 100%}

#overall_box{
    width: 100%;
    background-color: #999999;
}
#overall_box .overall_pack{
    max-width: 760px;
    background-color: #f0f1fe;
    margin: 0 auto;
}


/* 电脑端轮播图样式 */
#Windows_wrap{display: block;}
#Windows_wrap #wrap {
    position:relative;
    width: 100%;
    height: 686px;
    overflow:hidden;
}
#Windows_wrap #wrap .pic {
    position:absolute;
    top:0;
    left:0;
    width:1000%;
    height:100%;
}
#Windows_wrap .pic li {
    float:left;
    width:760px;
    height:686px;
    color:#fff;
    font-size:80px;
    text-align:center;
}
#Windows_wrap .pic li img {
    border:0;
    vertical-align:middle;
}
#Windows_wrap .tab {
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-60px;
    height:30px;
    padding-left:10px;
    background:rgba(0,0,0,.2);
    border-radius:15px;
    transition:0.5s;
}
#Windows_wrap .tab:hover {
    background:rgba(0,0,0,.5);
    transform:scale(1.2);
}
#Windows_wrap .tab li {
    width:20px;
    height:20px;
    float:left;
    background:#fff;
    border-radius:50%;
    margin:5px 10px 0 0;
    cursor:pointer;
}
#Windows_wrap .tab li.on {
    background:#f60;
}
#Windows_wrap p {
    position:absolute;
    top:50%;
    margin-top:-30px;
    width:30px;
    background:rgba(0,0,0,0.2);
    text-align:center;
    font-size:28px;
    font-weight:bold;
    line-height:60px;
    color:#fff;
    cursor:pointer;
}
#Windows_wrap p:hover {
    background:rgba(0,0,0,0.5);
}
#Windows_wrap .prev {
    left:0;
}
#Windows_wrap .next {
    right:0;
}


/* 手机端轮播图样式 */
#Mobile_wrap{display: none;}
#Mobile_wrap #container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#Mobile_wrap #list {
    position: absolute;
    z-index: 1;
    width: 900%;
}
#Mobile_wrap #list img {
    float: left;
    width: 100%;
}
#Mobile_wrap #buttons {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 20px;
    z-index: 2;
    height: 10px;
}
#Mobile_wrap #buttons span {
    float: left;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}
#Mobile_wrap #buttons .on {
    background: sandybrown;
}
#Mobile_wrap .arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    display: none;
    width: 50px;
    height: 82px;
    cursor: pointer;
    background: black;
    color: white;
    opacity: 0.5;
    font-size: 50px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 82px;
    text-align: center;
}
#Mobile_wrap #container:hover .arrow {
    display: block;
}
#Mobile_wrap #prev {
    left: 20px;
}
#Mobile_wrap #next {
    right: 20px;
}


/* 放心购样式 */
.buyWithConfidence_wrap{width: 100%;background-color: #FFFFFF}
.buyWithConfidence_wrap .buyWithConfidence_box{
    padding: 15px 20px 15px 20px;
}
.buyWithConfidence_wrap .buyWithConfidence_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 25px;
    background: url("../images/zkj_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
}
.buyWithConfidence_wrap .buyWithConfidence_flex .left_div{}
.buyWithConfidence_wrap .buyWithConfidence_flex .left_div .new-price_box{
    display: flex;
    align-items: center;
}
.buyWithConfidence_wrap .buyWithConfidence_flex .left_div .new-price_box strong{color: #fff; font-size: 45px;}
.buyWithConfidence_wrap .buyWithConfidence_flex .left_div .new-price_box .discountPrice_span{
    background-color: #FFFFFF;
    padding: 5px 25px;
    border-radius: 25px;
    font-weight: bold;
    color: #fc0001;
    font-size: 15px;
    margin: 0 10px;
}
.buyWithConfidence_wrap .buyWithConfidence_flex .left_div .old-price_box strong{
    color: #fac9b8;
}
.buyWithConfidence_wrap .buyWithConfidence_flex .right_div{text-align: center;color: #ffffff;}
.buyWithConfidence_wrap .buyWithConfidence_flex .right_div strong{
    font-size: 30px;
}
.buyWithConfidence_wrap .buyWithConfidence_flex .right_div .timer__list__item{
    color: #fc0001;
    padding: 5px 6px;
    border-radius: 8px;
    background-color: #FFFFFF;
}
.buyWithConfidence_wrap .buyWithConfidence_flex .right_div .timer__list__item2{
    color: #ffffff;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex2 .s_bg1{
    background-color: #ff7628;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex2 .s_bg2{
    background-color: #e65238;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex2 .left_div{}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex2 .left_div .label{
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    color: #FFFFFF;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex2 .left_div strong{
    font-size: 30px;
    position: relative;
    top: 5px;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex2 .right_div a{color: #e65238;font-weight: 600}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.buyWithConfidence_wrap .buyWithConfidence_box  a{color: #0ca44d}
.buyWithConfidence_wrap .buyWithConfidence_box  a:hover{color: #d80652
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex3 img{
    width: 120px;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex3 .left_div{}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex3 .left_div span{
    font-size: 25px;
    position: relative;
    top: 6px;
}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex3 .right_div{}
.buyWithConfidence_wrap .buyWithConfidence_box .buyWithConfidence_flex3 .right_div span{
    font-size: 25px;
    color: #999999;
    position: relative;
    top: 5px;
}
.button_box{width: 100%;background-color: #f6f6f6}
.button_box .button_wrap{height: 126px;padding: 28px 5px}
.button_box .button_wrap a{
    width: 90%;
    display: block;
    padding: 20px 35px 20px 35px;
    border-radius: 30px;
    background-color: #e55137;
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
}


/* 列表向上滚动样式 */
.currentNumberOfVisitors_box{width: 100%;background:linear-gradient(to bottom,#f6e3e9,#f6ece2);}
.currentNumberOfVisitors_box .currentNumberOfVisitors_wrap{padding: 15px 25px 15px 25px}
.currentNumberOfVisitors_box .currentNumberOfVisitors_wrap p{
    color: #ff650b;
    font-size: 20px;
}
.orderRollingScreen_box{
    width: 100%;
    height: 169.8px;
    overflow: hidden;
}
.orderRollingScreen_box .marquee{
    width: 100%;
}
.orderRollingScreen_box .marquee li{
    width: 100%;
}

.orderRollingScreen_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 35px;
}
.orderRollingScreen_wrap .user_box{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.orderRollingScreen_wrap .user_box .user_img{}
.orderRollingScreen_wrap .user_box .user_img img{
    width: 65px;
    border-radius: 50px;
}
.orderRollingScreen_wrap .user_box .user_information{}
.orderRollingScreen_wrap .user_box .user_information .user_name{}
.orderRollingScreen_wrap .user_box .user_information p{
    color: #606060;
}
.orderRollingScreen_wrap .button_a{
    font-size: 18px;
}
.orderRollingScreen_wrap .button_a a{
    color: #FFFFFF;
    padding: 12px 25px;
    background-color: #e55137;
    border-radius: 8px;
}
.orderRollingScreen_wrap .button_a a:hover {
    background-color: rgba(229, 81, 55, 0.75);
}


/* 品牌宣传样式 */
.brandPromotion_box{
    width: 100%;
    background:linear-gradient(to bottom,#fee0ec,#feeaf3);
}
.brandPromotion_box .brandPromotion_wrap{
    padding: 10px 15px;
}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion{width: 100%;}

.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .title_brandPromotion{
    padding-top: 45px;
    padding-bottom: 45px;
}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .title_brandPromotion h3{
    text-align: center;
    padding: 10px 5px 10px 5px;
}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .title_brandPromotion h3 img{
    max-width: 100%;
    width: 556px;
}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .title_brandPromotion h1{
    text-align: center;
    font-weight: bold;
    color: #991d5e;
    margin: 15px 5px 20px 5px;
    font-size: 45px;
}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .title_brandPromotion .starUsers_img{
    text-align: center;
}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .title_brandPromotion .starUsers_img img{max-width: 100%;width: 658px}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .monthlySales_box{}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .monthlySales_box .monthlySales_title{
    text-align: center;
    border: 4px solid #fff;
    border-radius: 15px;
    color: #981d5c;
    font-size: 70px;
    font-weight: bold;
    padding: 10px 0;
    background:linear-gradient(to right,#f6bad4,#fad5e6);
}
.brandPromotion_box .brandPromotion_wrap .content_brandPromotion .monthlySales_box .monthlySales_title_2{
    text-align: center;
    color: #981d5c;
    font-size: 53px;
    margin: 15px 0;
}
.product-number-info{}
.product-number-info .product-number-inner{}
.product-number-info .product-number-inner .p_totalSalesBreakthrough span{
    padding: 13px 35px;
    background-color: #951e62;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.product-number-info .product-number-inner .p_totalSalesBreakthrough span::after{
    content: "";
    position: absolute;
    top: 67px;
    left: 50%;
    margin: -14px;
    width: 0px;
    border-top: 15px solid #951e62;
    border-left: 15px solid rgba(255, 255, 255, 0);
    border-right: 15px solid rgba(255, 255, 255, 0);
    border-bottom: 15px solid rgba(255, 255, 255, 0);
}
.product-number-info .product-number-inner .li-1{
    font-size: 155px;
    font-weight: bold;
    color: #991d5c;
}
.product-number-info .product-number-inner .li-1 sup{
    font-size: 35px;
    top: -105px;
}
.farewellToObesity_box{
    position: relative;
}
.farewellToObesity_box .productName_box{
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -197px;
    z-index: 5;
}
.farewellToObesity_box .productName_box h2{
    font-size: 55px;
    font-weight: bold;
/*    font-family: 'Roboto Mono', monospace;*/
    text-align: center;
}

.btn-shine {
    color: #fff;
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
}
@-moz-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 353px;
    }
    100% {
        background-position: 353px;
    }
}
@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 353px;
    }
    100% {
        background-position: 353px;
    }
}
@-o-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 353px;
    }
    100% {
        background-position: 353px;
    }
}
@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 353px;
    }
    100% {
        background-position: 353px;
    }
}
.farewellToObesity_box .farewellToObesity_img{
}
.farewellToObesity_box .farewellToObesity_img img{
    max-width: 100%;
    position: relative;
    top: 20px;
}
.farewellToObesity_box2{
    padding: 10px;
    margin-top: 20px;
}
.farewellToObesity_box2 img{
    max-width: 100%;
}
.areYouExperiencingThisEveryDay_box{width: 100%}
.areYouExperiencingThisEveryDay_box .areYouExperiencingThisEveryDay_img{padding: 10px 0 15px 0}
.areYouExperiencingThisEveryDay_box .areYouExperiencingThisEveryDay_img img{max-width: 100%;width: 688px}
.areYouExperiencingThisEveryDay_box p{
    text-align: center;
    color: #991e5f;
    font-size: 35px;
    font-weight: bold;
}
.areYouExperiencingThisEveryDay_box .areYouExperiencingThisEveryDay_wrap{
    padding:0 15px 15px 15px;
}
.areYouExperiencingThisEveryDay_box .areYouExperiencingThisEveryDay_wrap img{max-width: 100%}

.easilyTriggered_box{width: 100%;background:linear-gradient(to bottom,#f9d7e5,#f8c0d9);}
.easilyTriggered_box .wrap{padding: 15px}
.easilyTriggered_box .wrap .easilyTriggered_title{}
.easilyTriggered_box .wrap .easilyTriggered_title img{max-width: 100%}
.easilyTriggered_box .wrap .bg_box{}
.easilyTriggered_box .wrap .bg_box img{border-radius: 50px}

.starRecommendation_banner{width: 100%;background: #f9d7e5;}
.starRecommendation_banner .banner_warp{padding: 30px 25px}
.starRecommendation_banner .banner_warp img{max-width: 100%}

.willfulEatingAndDrinkingHelpsGirlsWaist_box{
    width: 100%;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_box .willfulEatingAndDrinkingHelpsGirlsWaist_wrap{
    padding: 30px 25px;
    background: url("../images/bg3.png") no-repeat;
    background-size: 100% 100%;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_box .willfulEatingAndDrinkingHelpsGirlsWaist_wrap .title_willfulEatingAndDrinkingHelpsGirlsWaist{color: #97155f}
.title_willfulEatingAndDrinkingHelpsGirlsWaist h2{
    font-size: 75px;
}
.title_willfulEatingAndDrinkingHelpsGirlsWaist h3{
    font-size: 70px;
    font-weight: bold;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_box .willfulEatingAndDrinkingHelpsGirlsWaist_wrap .fgx_p{
    border-bottom: 4px solid #951c61;
    width: 55%;
    margin: 10px 0 !important;
    display: inline-block;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_box .willfulEatingAndDrinkingHelpsGirlsWaist_wrap h4{
    color: #97155f;
    font-size: 45px;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_wrap .flex_wrap{
    margin-top: 35px;
    display: flex;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_wrap .flex_wrap img{
    max-width: 100%;
    width: 156px;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_wrap .flex_wrap .label_box{
    font-size: 35px;
    margin: 15px 25px 15px 0;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_wrap .flex_wrap .label_box span{
    padding: 8px 18px;
    background-color: #951c61;
    border-radius: 6px;
    color: #FFFFFF;
    margin-right: 10px;
}
.willfulEatingAndDrinkingHelpsGirlsWaist_wrap .flex_wrap .label_box .tb_span{
    padding: 8px 9px;
}
.title_withAMeal1StripOfOilSugarAbsorbsLight{
    background:linear-gradient(to top,#f9bad5,#fce6f0);
    padding: 15px 0 0 0;
}
.title_withAMeal1StripOfOilSugarAbsorbsLight div{
    width: 80%;
    margin: 0 auto;
}
.title_withAMeal1StripOfOilSugarAbsorbsLight div>h2{
    font-size: 65px;
    background:linear-gradient(to right,#f7b5d0,#f9d8e9);
    border-radius: 10px;
    padding: 10px 0;
    color: #8f1c5d;
    font-weight: bold;
    border: 4px white solid;
}
.title_ControllingFat_andRegulating_theIntestine_andStomach{    background:linear-gradient(to bottom,#f9bad5,#fad6e6);    padding: 15px 0 0 0;}
.title_ControllingFat_andRegulating_theIntestine_andStomach div{
    width: 80%;
    margin: 0 auto;
}
.title_ControllingFat_andRegulating_theIntestine_andStomach div>h2{
    font-size: 65px;
    background:linear-gradient(to right,#f7b5d0,#f9d8e9);
    border-radius: 10px;
    padding: 10px 0;
    color: #8f1c5d;
    font-weight: bold;
    border: 4px white solid;
}
.title_ControllingFat_andRegulating_theIntestine_andStomach div::after{
    content: "油脂活性酶";
    font-size: 35px;
    color: #8f1c5d;
}

.productComposition_box{width: 100%;background:linear-gradient(to bottom,#fcdae8,#fbcae0);}
.productComposition_box .productComposition_wrap{}
.productComposition_box .productComposition_wrap .title_productComposition{padding: 10px 35px}
.productComposition_box .productComposition_wrap .title_productComposition img{max-width: 100%}
.productComposition_box .productComposition_wrap p{
    font-size: 30px;
    color: #8f1c5d;
    font-weight: bold;
}

.box_1PieceWithMeal{width: 100%;background:linear-gradient(to bottom,#fcdae8,#fad8e6);}
.box_1PieceWithMeal .wrap_1PieceWithMeal{text-align: center;padding-bottom: 55px}
.box_1PieceWithMeal .wrap_1PieceWithMeal .title_1PieceWithMeal{padding: 10px 35px;}
.box_1PieceWithMeal .wrap_1PieceWithMeal .title_1PieceWithMeal img{max-width: 100%}
.box_1PieceWithMeal .wrap_1PieceWithMeal p{
    font-size: 30px;
    color: #8f1c5d;
    font-weight: bold;
}
.box_1PieceWithMeal .wrap_1PieceWithMeal .img_1PieceWithMeal{text-align: center}
.box_1PieceWithMeal .wrap_1PieceWithMeal .img_1PieceWithMeal div{padding: 6px 15px 6px 15px}
.box_1PieceWithMeal .wrap_1PieceWithMeal .img_1PieceWithMeal div > img{max-width: 100%}
.bg_allBelongToYou{text-align: center}
.bg_allBelongToYou img{max-width: 100%}

.patentCertificationQualityAssurance_box{width: 100%;background:linear-gradient(to right,#ecb9ca,#f9cedf);}
.patentCertificationQualityAssurance_box .patentCertificationQualityAssurance_wrap{}
.patentCertificationQualityAssurance_box .patentCertificationQualityAssurance_wrap .patentCertificationQualityAssurance_title{padding: 10px 35px;}
.patentCertificationQualityAssurance_box .patentCertificationQualityAssurance_wrap .patentCertificationQualityAssurance_title img{max-width: 100%}
.patentCertificationQualityAssurance_box .patentCertificationQualityAssurance_wrap p{
    font-size: 30px;
    color: #8f1c5d;
    font-weight: bold;
}
.box_move{
    z-index: 3;
    position: relative;
    top: 75px;
}
.bg_patentCertificationQualityAssurance{}
.bg_patentCertificationQualityAssurance img{max-width: 100%;}

.countlessSuccessStories_box{width: 100%;background:linear-gradient(to bottom,#f9d7e5,#f9cedf);}
.countlessSuccessStories_box .countlessSuccessStories_wrap{}
.countlessSuccessStories_box .countlessSuccessStories_wrap .countlessSuccessStories_title{padding: 10px 35px}
.countlessSuccessStories_box .countlessSuccessStories_wrap .countlessSuccessStories_title img{max-width: 100%}
.countlessSuccessStories_box .countlessSuccessStories_wrap p{
    font-size: 30px;
    color: #8f1c5d;
    font-weight: bold;
}
.countlessSuccessStories_beauty_bg{width: 100%}
.countlessSuccessStories_beauty_bg img{max-width: 100%}
.formContent_img{width: 100%}
.formContent_img img{max-width: 100%}

.fillInTheOrder_box {
    width: 100%;
    background-color: #FFFFFF;
}
.fillInTheOrder_box .fillInTheOrder_warp {

}
.fillInTheOrder_box .fillInTheOrder_warp h2 {
    font-weight: bold;
    padding: 15px 0;
}
.product_information {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.product_information .product_img {
    margin-right: 5px;
}
.product_information .product_img img {
    width: 225px;
}
.product_information .information_wrap {
    margin-left: 5px;
}
.product_information .information_wrap .information1 {
    padding: 15px 0;
}
.product_information .information_wrap .information1 .qualityGoods_span {
    padding: 5px 15px 5px 15px;
    background-color: black;
    color: #FFFFFF;
    border-radius: 5px;
    font-weight: bold;
}
.product_information .information_wrap .information2 {
    padding: 15px 0;
}
.product_information .information_wrap .information2 span {
    padding: 10px 25px 10px 25px;
    border: 2px #d75a48 solid;
    color: #d75a48;
    border-radius: 5px;
    font-weight: bold;
}
.product_information .information_wrap .information3 {
    padding: 5px 0;
}
.product_information .information_wrap .information3 strong {
    color: #d75a48;
}
.product_information .information_wrap .information3 strong span {
    font-size: 35px;
}
.shoppingGuarantee_box {
    width: 100%;
}
.shoppingGuarantee_box .shoppingGuarantee_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 15px 0;
}
.shoppingGuarantee_box .shoppingGuarantee_wrap img {
    max-width: 100%;
}
.shoppingGuarantee_box .shoppingGuarantee_wrap .box1 span {
    font-size: 23px;
    color: #57b638;
}
.shoppingGuarantee_box .shoppingGuarantee_wrap .box2 span {
    font-size: 23px;
    color: black;
}
.top {
    position: relative;
    top: 6px;
}
.padding_setUp{
    padding: 15px 25px 15px 25px;
}
.form_box{
    width: 90%;
    margin: 0 auto;
    background-color: #fe7c48;
    border-radius: 25px;
}
.form_box .form_title{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    background-color: #f8edeb;
    border-radius: 5px;
    position: relative;
    top: 20px;
}
.form_box .form_title strong{color: #de563e}
.product_picture{padding: 35px 0 10px 0;position: relative}
.product_picture img{max-width: 100%;width: 435px;}
.input_style{
    width: 68%;
    height: 58px;
    margin: 0 auto;
}
.input_style input{
    width: 100%;
    height: 100%;
    text-indent: 1em;
    font-size: 28px;
    border-radius: 25px;
    border: 0;
}
.button_style{
    padding: 15px 0;
}
.button_style button{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 15;
    -moz-border-radius: 15;
    border-radius: 15px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    padding: 15px 85px 15px 85px;
    border: solid #1f628d 7px;
    border-top: solid #666666 1px;
    border-right: solid #666666 1px;
    border-bottom: solid #666666 1px;
    border-left: solid #666666 1px;
    text-decoration: none;
}

.btnTest:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
.sb_img img{width: 350px}
.price_gif{
    width: 115px;
    height: 112px;
    background: url("../images/price.gif") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50px;
    right: 80px;
}


/* 底部粘性定位 */
.footer_box{
    max-width: 760px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.footer_box .footer_wrap{
    width: 100%;
}
.footer_box .footer_wrap img{
    max-width: 100%;
}