* {
    margin: 0;
    padding: 0;
}

/*html {
    font-size: 100px;
}*/


.f20 {
    font-size: 0.2rem;
}

.f22 {
    font-size: 0.22rem;
}

.f23 {
    font-size: 0.23rem;
}

.f24 {
    font-size: 0.24rem;
}

.f25 {
    font-size: 0.25rem;
}

.f26 {
    font-size: 0.26rem;
}

.f28 {
    font-size: 0.28rem;
}

.f30 {
    font-size: 0.3rem;
}

.f32 {
    font-size: 0.32rem;
}

.f34 {
    font-size: 0.34rem;
}

.f35 {
    font-size: 0.35rem;
}

.f36 {
    font-size: 0.36rem;
}

.f40 {
    font-size: 0.4rem;
}

.f45 {
    font-size: 0.45rem;
}

.f48 {
    font-size: 0.48rem;
}

.fl {
    float: left;
}

.col_57b {
    color: #57b500;
}

.col_4b9 {
    color: #4b9c01;
}

.col_fff {
    color: #fff;
}

.col_444 {
    color: #444;
}

.col_fff0 {
    color: #fff000;
}

.col_777 {
    color: #777;
}

.col_ffa {
    color: #ffa72a;
}

.col_ffa3 {
    color: #ffa322;
}

.col_ffa8 {
    color: #ffa82d;
}

.col_ff3 {
    color: #ff3108;
}

.block {
    display: block;
}

.screen {
    max-width: 640px;
    width: 100%;
    height: 50px;
    background: #FFF;
    color: #FFFFFF;
}

    .screen a {
        width: 20%;
        font-size: 0.28rem;
        line-height: 0.30rem;
        color: #fff;
        text-align: center;
        margin-top: 0.16rem;
        float: left;
    }

        .screen a span {
            width: 100%;
            display: block;
            border-left: 1px solid #f77f7f;
            border-right: 1px solid #e63b3b;
        }

.nbdl {
    border-left: none !important;
    padding-left: 1px;
}

span {
    word-wrap: break-word;
    word-break: break-all;
}

.screen {
    height: 0.45rem;
    background: #f15353;
}

.zx_box {
    width: 98.75%;
    height: auto;
    background: #f1fee4;
    padding: 0.08rem 0;
    margin: .19rem auto 0;
    border-radius: .05rem .05rem;
}

    .zx_box .three_box {
        width: 98.4375%;
        margin: 0 auto;
    }

        .zx_box .three_box a {
            display: block;
            margin: 0 2.38095%;
        }

.btn01, .btn02, .btn03 {
    width: 28.57142%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: .05rem .05rem;
    color: #fff;
    font-size: 0.24rem;
}

.btn01 {
    background: #ffa72a;
}

.btn02, .btn03 {
    background: #57b500;
}

.zx_box h2, .zx_box h3 {
    width: 100%;
    font-weight: normal;
    text-align: center;
}

.zx_box h2 {
    color: #57b500;
    line-height: 0.33rem;
}

.zx_box h3 {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.33rem;
    margin-top: 0.08rem;
    background: #57b500;
}

.zx_box .input_box {
    background: #fff;
    width: 82%;
    height: 0.58rem;
    line-height: 0.58rem;
    border: 1px solid #57b500;
    border-radius: 0.04rem;
    margin: 0.18rem auto;
}

    .zx_box .input_box input {
        background: #fff;
        height: 0.58rem;
        line-height: 0.58rem;
        width: 70%;
        padding-left: 2%;
        outline: none;
        float: left;
        border: none;
    }

.input_box .btn04 {
    width: 28%;
    height: 0.58rem;
    line-height: 0.58rem;
    background: #57b500;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    float: right;
    cursor: pointer;
}

.zx_box h4 {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #57b500;
    font-weight: normal;
    text-align: center;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}

.wrap_lianxi {
    margin: 10px;
}

.text_input {
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    border: 1px solid #dadada;
    color: #404040;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.connerbox {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    border: #dadada 1px solid;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1) inset;
}

    .connerbox dd {
        padding: 6px 10px;
        height: 30px;
        line-height: 30px;
        font-style: normal;
        border-bottom: #e0e0e0 1px solid;
    }

        .connerbox dd i {
            color: #F00;
        }

        .connerbox dd span {
            float: left;
            display: inline-block;
            line-height: 30px;
        }

        .connerbox dd:last-child {
            border-bottom: none;
        }

    .connerbox .text_input {
        background: none;
        border: none;
        width: 200px;
        height: 30px;
    }

.btn_red, .btn_gry, .btn_white, .btn_white_order, .btn_sure, .btn_unav, .btn_cancel, .btn_ensure {
    font-weight: normal;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    border-radius: 2px;
    display: inline-block;
}

.btn_red {
    color: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7800',endColorstr='#FF7800');
    background: -ms-linear-gradient(top, #FF7800, #FF7800); /*IE10*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF7800), to(#FF7800));
    background: -moz-linear-gradient(top, #FF7800, #FF7800);
    border: #db207b 1px solid;
}

.submit_box {
    padding-bottom: 0.2rem;
}

    .submit_box ul {
        width: 93.75%;
        background: #fff;
        margin: 0 auto;
        padding: .25rem 0 .2rem 0;
    }

        .submit_box ul li {
            margin-top: .2rem;
            height: auto;
            clear: both;
        }

            .submit_box ul li span, .submit_box ul li input {
                float: left;
            }

    .submit_box h3, .submit_box h4 {
        font-size: .24rem;
        color: #222;
        font-weight: normal;
        float: left;
        padding-left: .4rem;
    }

    .submit_box input {
        width: 45%;
        height: .54rem;
        border-radius: .05rem;
        border: 1px solid #a2a2a2;
        margin-left: 2%;
        float: left;
        font-size: .28rem;
    }

    .submit_box textarea {
        width: 67% !important;
        height: 1.14rem;
        margin-left: 2% !important;
    }

    .submit_box .commentSubmit a {
        width: 41%;
        line-height: .63rem;
        background: #57b500;
        display: block;
        border-radius: .05rem;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        font-size: .32rem;
    }

.common-wrapper section p.clap {
    padding: 0 .2rem;
    line-height: normal;
}

#biaoti {
    background: #57b500;
    padding: 5px;
    border-top-left-radius: .05rem .05rem;
    border-top-right-radius: .05rem .05rem;
}

    #biaoti h2 {
        color: #FFF;
    }

    #biaoti p {
        width: 4rem;
        margin: 0.05rem auto;
        border-bottom: 1px solid #fff;
    }
/**********/
/***@media(min-width:320px){.common-wrapper .zx_box *,.common-wrapper .screen a,.common-wrapper .screen .Tel_bot{font-size:14px}}
@media(min-width:640px){.common-wrapper .zx_box *,.common-wrapper .screen a,.common-wrapper .screen .Tel_bot{font-size:24px}}
*******/
input[type="button"], input[type="submit"], input[type="reset"] {
    /*-webkit-appearance: none;*/
}

@media(min-width:320px) {
    .common-wrapper .zx_box * {
        font-size: 16px;
    }

    .common-wrapper .screen a {
        font-size: 16px;
        height: 0.3rem;
        line-height: 0.3rem;
        margin-top: 0.08rem;
    }

    .common-wrapper .screen .Tel_bot {
        font-size: 16px;
    }
}

@media(min-width:640px) {
    .common-wrapper .zx_box *, .common-wrapper .screen a, .common-wrapper .screen .Tel_bot {
        font-size: 20px
    }
}

.tel_back {
    max-width: 640px;
    min-width: 320px;
    height: 40px;
    margin: 20px 5px;
}

/*.telinput {
    background: #fff;
    width: 70%;
    padding: 19px 0;
    padding-left: 2%;
    outline: none;
    float: left;
    border: #F00 solid 1px;
    height: 30px;
    border-radius: 3px 0 0 3px;
    line-height: 36px;
    margin: 0 0 0 0px;
    font-size: 14px;
}*/

.tel_back .submit {
    width: 30%;
    outline: none;
    float: left;
    background: #F00;
    border: 0;
    color: #FFF;
    border-radius: 0 3px 3px 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.am-share {
    font-size: 14px;
    border-radius: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    width: 100%;
    z-index: 1110;
}

.am-modal-active {
    transform: translateY(0px);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.am-modal-out {
    z-index: 1109;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.am-share-title {
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #555;
    font-weight: 400;
    margin: 0 10px;
    padding: 10px 0 0;
    text-align: center;
}

    .am-share-title::after {
        border-bottom: 1px solid #dfdfdf;
        content: "";
        display: block;
        height: 0;
        margin-top: 10px;
        width: 100%;
    }

.am-share-footer {
    margin: 10px;
}

    .am-share-footer .share_btn {
        color: #555;
        display: block;
        width: 100%;
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        padding: 0.625em 0;
        text-align: center;
        transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
        vertical-align: middle;
        white-space: nowrap;
        font-family: "微软雅黑";
    }

.am-share-sns {
    background-color: #f8f8f8;
    border-radius: 0 0 2px 2px;
    margin: 0 10px;
    padding-top: 15px;
    height: auto;
    zoom: 1;
    overflow: auto;
}

    .am-share-sns li {
        margin-bottom: 15px;
        display: block;
        float: left;
        height: auto;
        width: 33.3%;
        position: relative;
        z-index: 0
    }

        .am-share-sns li a {
            color: #555;
            display: block;
            text-decoration: none;
            z-index: 9999;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

    .am-share-sns span {
        display: block;
    }

    .am-share-sns li i {
        background-repeat: no-repeat;
        background-size: 36px auto;
        background-color: #ccc;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 36px;
        line-height: 36px;
        margin-bottom: 5px;
        width: 36px;
    }

.sharebg {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

.sharebg-active {
    opacity: 1;
    display: block;
}

.share-icon-qq, .share-icon-wx, .share-icon-weibo, .share-icon-tweibo {
    background: url(https://static.ilife.cn/osssync/wap/fenxiang.png);
}

.share-icon-qq {
    background-position: 0 -108px;
}

.share-icon-wx {
    background-position: 0 -36px;
}

.share-icon-weibo {
    background-position: 0 0;
}

.share-icon-tweibo {
    background-position: 0 -72px;
}


.btn3 {
    position: fixed;
    z-index: 210;
    bottom: 0px;
    background: #f15353;
    width: 100%;
    max-width: 640px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.menu {
    position: relative;
    float: left;
    width: 33.33%;
    height: 38px;
    line-height: 38px;
    background: #f15353;
    border-right: 1px solid #e63b3b;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .menu:last-child {
        border-right: none;
    }

.new-sub {
    position: absolute;
    bottom: 36px;
    bottom: 36px;
    z-index: 9000;
    width: 100%;
    padding: 0px 10px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: none;
}

    .new-sub li {
        width: 100%;
        background: #fff;
        float: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-top: 1px solid #f2f2f2;
    }

        .new-sub li a {
            display: block;
            height: auto;
            line-height: 18px;
            padding: 5px 0;
            text-align: left;
            background: #fff;
            color: #333;
            border: none;
            text-align: center;
            font-size: 15px;
            cursor: pointer;
        }

.sanjiao {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    opacity: .5;
}

.bt-name {
    font-size: 16px;
    color: #fff;
}

    .bt-name a {
        display: block;
        font-size: 16px;
        color: #fff;
    }

.new-sub .tiggle {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -9px;
    border-top: 10px solid #EEEEEE;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 10;
}

.new-sub .innertiggle {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -8px;
    border-top: 9px solid white;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    z-index: 11;
}

.Comments {
    line-height: 1.4;
    padding: 10px;
}

    .Comments li {
        border-bottom: 1px solid #cccccc;
        -webkit-box-shadow: 0 1px 0 #fff;
        padding: 8px 0
    }

        .Comments li p {
            text-align: left;
        }

.saleproduct .p-img b {
    text-align: center;
    padding: 3px 8px;
    display: block;
    background: #F03;
    color: #fff;
    line-height: 14px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 1px 1px #CCC;
    background: #F00;
}

    .saleproduct .p-img b.shuangshiyi {
        width: 40px;
        height: 45px;
        background: url(/images/wap/2015/icon45x45.png);
        background-size: 100% auto;
        overflow: hidden;
        display: block;
        padding: 0;
        color: #FF0;
        line-height: 75px;
        font-size: 12px;
    }

.ad-jiaobiao {
    background-size: cover !important;
}





/*测试*/
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

ul, li, ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333333;
}

img {
    width: 100%;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w33 {
    width: 33.3333%;
}

body {
    margin: 0 auto 20px;
    max-width: 640px;
}

#special-head {
    width: 100%;
}

    #special-head .special-head-top {
        width: 100%;
        height: 50px;
        background: #ff283e;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

        #special-head .special-head-top .close-head-top {
            margin-left: 10px;
            width: 7%;
            height: 100%;
            line-height: 100%;
            display: flex;
            align-items: center;
        }

            #special-head .special-head-top .close-head-top img {
                width: 100%;
            }

    #special-head > .head-top-center {
        position: relative;
    }

    #special-head .special-head-top .head-top-center {
        width: 30%;
        display: flex;
        align-items: center;
        position: relative;
    }

        #special-head .special-head-top .head-top-center img {
            width: 35%;
        }

        #special-head .special-head-top .head-top-center span {
            margin-left: 10px;
            font-size: 18px;
            color: #ffffff;
        }

    #special-head .special-head-top .head-top-login {
        width: 35%;
        text-align: center;
        background: #ffff00;
    }

        #special-head .special-head-top .head-top-login a {
            color: #ff283e;
            font-size: 20px;
            font-weight: 600;
            line-height: 50px;
            height: 50px;
        }

    #special-head .special-head-contect {
        padding: 0 1rem;
        display: flex;
        justify-content: space-between;
        align-self: center;
        align-items: center;
        height: 4.4rem;
        background: #efefef;
        border-bottom: 1px solid #c9c9c9c9;
    }

        #special-head .special-head-contect .head-goback {
            width: 2rem;
            height: 2rem;
            background: #fe0;
            background: url(https://m.ilife.cn/images/Wap/2015/common.png) no-repeat top left;
            background-position: 0 0;
            background-size: 20rem;
        }

        #special-head .special-head-contect .head-title {
            font-size: 1.6rem;
            color: #333333;
        }

.ent-close {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #FFF;
    background: #333;
    opacity: 0.3;
    padding: 0px 10px;
    line-height: 22px;
}

.ico-close {
    font-size: 17px;
    line-height: 22px;
    padding-left: 2px;
    vertical-align: middle;
}


#special-head .special-head-contect .head-menuBtn {
    width: 2rem;
    height: 2rem;
    background: #fe0;
    background: url(https://m.ilife.cn/images/Wap/2015/common.png) no-repeat top left;
    background-position: -2rem 0;
    background-size: 20rem;
}

/*** 涓撻椤靛唴瀹� ***/
#special-main {
    width: 100%;
    overflow: hidden;
}

    #special-main img {
        display: block;
        width: 100%;
    }

    #special-main .has-product .s-product-item {
        position: relative;
        width: 100%;
    }

        #special-main .has-product .s-product-item .s-product-messages {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            justify-content: start;
            flex-wrap: nowrap;
        }


#nav-bottom {
    margin: 0 auto;
    padding: 0;
    max-width: 640px;
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-animation: fadeInUpBig 1s 0.2s ease both;
    -moz-animation: fadeInUpBig 1s 0.2s ease both;
}

    #nav-bottom ul {
        position: relative;
        margin: 0 auto;
        padding: 0 0;
        height: 45px;
        width: 100%;
        background: #e30;
        overflow: hidden;
    }

        #nav-bottom ul li {
            width: 33.3%;
            float: left;
            text-align: center;
        }

            #nav-bottom ul li a {
                display: block;
                line-height: 45px;
                width: 100%;
                color: #fff;
                font-size: 0.8em;
                border-right: 1px dotted #f66;
            }

                #nav-bottom ul li a strong {
                    display: inline;
                    position: inherit;
                    top: 10px;
                    left: 0;
                    font-weight: normal;
                    padding-left: 32px;
                    line-height: 45px;
                    font-size: 14px;
                }

        #nav-bottom ul.Transverse li:nth-child(1) a strong {
            background: url(https://static.ilife.cn/osssync/wap/2015/home.png) left center no-repeat;
            background-size: 28px 28px;
        }

        #nav-bottom ul.Transverse li:nth-child(2) a strong {
            background: url(https://static.ilife.cn/osssync/wap/2015/call.png) left center no-repeat;
            background-size: 28px 28px;
        }

        #nav-bottom ul.Transverse li:nth-child(3) a strong {
            background: url(https://static.ilife.cn/osssync/wap/2015/sms.png) left center no-repeat;
            background-size: 28px 28px;
        }

#topfloatY .fl img {
    width: 35px;
}
/*** 搴曢儴鐗堟潈 ***/
#special-copyright {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}



/**** 璁㈣喘寮圭獥  ****/
#dialogBox {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

.dialogTitle {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    background: #f92d5e;
    padding: 10px 10px;
    color: #ffffff;
}

#dialogMian {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    background: #ffffff;
    z-index: 99999;
    border-radius: 10px;
    overflow: hidden;
}

    #dialogMian #msg {
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #dialogMian .submitInfo p {
        padding: 0 10px;
        line-height: 35px;
        text-align: left;
    }

        #dialogMian .submitInfo p.proPrice,
        #dialogMian .submitInfo p.proName {
            font-size: 14px;
            color: #f92d5e;
        }

        #dialogMian .submitInfo p.proName {
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
        }

    #dialogMian .submitInfo li {
        line-height: 46px;
    }

        #dialogMian .submitInfo li label {
            font-size: 16px;
        }

            #dialogMian .submitInfo li label input {
                padding: 0 0.2rem;
                width: 60%;
                font-size: 16px;
                line-height: 30px;
                border: 1px solid #666;
                outline: none;
            }

#msg .submitInfo #submitBtn {
    width: 70%;
    height: 30px;
    font-family: "microsoft yahei";
    margin: 10px auto 0;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    background-color: #f92d5e;
    color: #fff;
    font-size: 16px;
}

#dialogMian #msg .Order_text b {
    color: #f92d5e;
    line-height: 2rem;
}

#dialogMian #msg .Order_text .submit_bt_two {
    display: block;
    margin: 1rem auto;
    background: #f92d5e;
    width: 50%;
    line-height: 2rem;
    color: #ffffff;
    border-radius: 5px;
}

/**** 璁㈣喘寮圭獥  ****/
/*.call_phone {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 9999;
}

    .call_phone img {
        width: 100%;
    }

.online_service {
    display: none;
    padding: 10px 0;
    width: 80%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}

    .online_service .online_box {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .online_service .online_box h3 {
            font-size: 18px;
            line-height: 40px;
            color: #0885ee;
        }

        .online_service .online_box .tel_backing {
            text-align: center;
        }

            .online_service .online_box .tel_backing input {
                margin: 10px 0;
                width: 80%;
                height: 30px;
                padding: 0 5px;
                box-sizing: border-box;
                color: #333333;
                outline: none;
            }

            .online_service .online_box .tel_backing p {
                font-size: 14px;
                width: 80%;
                margin: 0 auto;
            }

        .online_service .online_box .btn_boxs {
            width: 100%;
            margin: 20px 0;
            display: flex;
            justify-content: space-evenly;
        }

            .online_service .online_box .btn_boxs input {
                display: inline-block;
                margin: 0 auto;
                width: 30%;
                height: 30px;
                border: none;
                border-radius: 6px;
                background: #0885ee;
                color: #fff;
            }*/

/* .special_lianxi{
	padding: 0 10px;
}
.special_lianxi .connerbox{
	padding: 0 10px 10px 10px;
	border: 1px solid #999999;
	border-radius: 10px;
}
.special_lianxi .connerbox .checkboxbox p label{
	line-height: 30px;
	font-size: 12px;
} */
.special_lianxi {
    margin-top: 20px;
    overflow: hidden;
}
.special_lianxi .connerbox span {
    font-size: 14px;
}
    .special_lianxi .connerbox {
        margin: 0 10px 10px 10px;
        background: #fff;
        border-radius: 4px;
        border: #dadada 1px solid;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
        
    }

        .special_lianxi .connerbox dd {
            padding: 6px 10px;
            font-style: normal;
            font-size: 14px;
            height: auto;
            border-bottom: #e0e0e0 1px solid;
        }

            .special_lianxi .connerbox dd span {
                float: left;
                display: inline-block;
                line-height: 30px;
            }

            .special_lianxi .connerbox dd:last-child {
                border-bottom: none;
            }

        .special_lianxi .connerbox .text_input {
            background: none;
            border: none;
            width: 200px;
            height: 30px;
        }

    .special_lianxi .concise_bt_con {
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
        padding: 0 10px;
    }

    .special_lianxi .concise_bt_l {
        width: 40%;
    }

        .special_lianxi .concise_bt_l div {
            padding-right: 4px;
        }

    .special_lianxi .concise_bt_r {
        -webkit-box-flex: 1;
        box-flex: 1;
    }

        .special_lianxi .concise_bt_r div {
            padding-left: 4px;
        }

    .special_lianxi .Order_text {
        margin: 10px;
        height: 150px;
        line-height: 24px;
        border: #e0e0e0 1px solid;
        border-radius: 3px;
        padding: 10px;
    }

    .special_lianxi input.submit_bt_two {
        display: block;
        text-align: center;
        width: 100%;
        -webkit-border-radius: 3px;
        line-height: 2;
        font-size: 16px;
        background: -webkit-gradient(linear, left top, left bottom, from(#FA8C2A), to(#F37402));
        border: 1px solid #D54E1E;
        color: #fff;
        -webkit-box-shadow: inset 0 -1px rgba(255, 255, 255, 0.1);
    }

    .special_lianxi input.text_input {
        color: #000000;
    }

    .special_lianxi .checkboxbox p, label {
        line-height: 28px;
    }

    .special_lianxi .checkboxbox p {
        clear: both;
    }

    .special_lianxi .checkboxbox div {
        height: auto;
        display: block;
        clear: both;
    }

    .special_lianxi label b {
        color: #F00;
    }

@media (min-width: 320px) {
    .checkboxbox p {
        width: 100%;
        font-size: 12px;
    }

    label {
        width: 280px;
    }
}

@media (min-width: 640px) {
    .checkboxbox p {
        width: 620px;
    }

    label {
        width: 590px;
    }
}

#meiqia {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #0885ee;
    border-radius: 50%;
}

    #meiqia a {
        vertical-align: middle;
        padding-right: 42px;
        height: 42px;
        display: inline-block;
        background: url(https://static.meiqia.com/widget/static/icon-mq-round@2x.png) -31px -3px / 80px no-repeat;
        background-position: 5px 5px;
    }

.bulletin {
    width: 100%;
    overflow: hidden;
}

.Carebox .PromotionTel, .jianzheng {
    color: #FF0;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background-image: -moz-linear-gradient(top, #de0019, #560003);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #de0019), color-stop(1, #560003));
}

.may_nav {
    position: relative;
    max-width: 640px;
    z-index: 9999999999;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F00;
    overflow: hidden;
}

    .may_nav a {
        display: block;
        float: left;
        width: 50%;
        color: #FFF;
        text-align: center;
        line-height: 47px;
        border-right: 1px #f20000 solid;
        margin: 0 0 0 -1px
    }

        .may_nav a:last-child {
            border-right: none;
        }

.empower-style {
    line-height: 25px;
    padding: 0px 20px 0px 20px;
}

    .empower-style span:last-child {
        color: #f92d5e;
    }

#dialogBoxEmpower {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4;
    z-index: 100001;
    position: fixed;
    top: 0;
    left: 0;
}

#dialogMianEmpower {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: auto;
    background: #ffffff;
    z-index: 100003;
    border-radius: 10px;
    overflow: hidden;
}

    #dialogMianEmpower span {
        position: absolute;
        right: 10px;
    }

    #dialogMianEmpower p {
        text-indent: 2rem;
        line-height: 22px !important;
        padding-bottom: 15px !important;
    }

    .prom-register-wrap {
            height: 50px;
            width: 100%;
            display: flex;
        }
            .prom-register-wrap > div:first-child {
                height: 100%;
                width: 70%;
                background: #ff283e;
                display: flex;
                align-items: center;
                padding-left: 15px;
                color: #fff;
                font-size: 16px;
            }
                .prom-register-wrap > div:first-child span:first-child {
                    display: inline-block;
                    width: 25px;
                    height: 25px;
                    cursor: pointer;
                }
                .prom-register-wrap > div:first-child span:nth-child(2) {
                    display: inline-block;
                    width: 34px;
                    margin: 0px 10px 0px 30px;
                }
                .prom-register-wrap > div:first-child img {
                    width: 100%;
                }
                .prom-register-wrap > div:last-child {
                    height: 100%;
                    width: 30%;
                    background: #ffff00;
                    font-size: 20px;
                    font-weight: bold;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .prom-register-wrap > div:last-child span {
                    color: #ff283e;
                }

.OKorder {
    text-align: initial;
    line-height: 1.5em;
}
    .OKorder h3 {
        font-size: initial;
        margin-bottom: margin-bottom
    }

.payform {
    width: 10em;
    height: 2.5em;
    line-height: 2.5em;
    background-color: #f92d5e;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    cursor: pointer;
    margin: 0.6em 0;
}
    .payform input {
        background-color: inherit;
        width: 100%;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

/*快捷订购*/
#quickmsgok-shade {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80000;
}
.quickmsgok {
    display: none;
    width: 80%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 4px 1px #cccccc;
    padding: 0.8em 0;
    border-radius: 0.8em;
    z-index: 99999;
}
#quickclose {
    font-size: 0.6em;
    position: absolute;
    right: 1.8em;
    cursor: pointer;
    top: 1.8em;
}
.quickorder {
    margin-top: 1.4em;
    line-height: 1.4em
}
#quickloading {
    margin: 1em 1.5em;
}
#quickmain {
    display: none;
}

/*表单样式*/
.form-content {
    margin: 0 15px;
}

.form-title {
    /* clear:both; */ /* 当前元素会把前边元素中设有浮动属性的元素，当做没设浮动一样来看待，以此来消除其对自己的影响 */
    font-size: 18px;
    text-align: center;
    padding: 26px 0 6px 0;
    font-weight: bold;
    color: #000000;
}

.form-text {
    font-size: 15px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 9px;
}

.span-style {
    color: red;
    font-size: 16px;
    padding-left: 1px;
}

.form-input input {
    width: 100%;
    height: 47px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 36px 0 8px;
    color: black; /* #b0b0b0 */
    background-color: #ffffff;
}

.empower {
    margin: 18px 0 16px 0;
    color: #999999;
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 32px;
}

    .empower a {
        color: red;
        line-height: 1.2em;
    }

.empower-content {
    padding: 5px;
    font-size: 0.9em;
}


.form-btn {
    display: inline;
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    /*background-image: linear-gradient(to left,#fd1c5d 0%,#e83032 100%);*/
    background-color: rgba(244,47,38,1);
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin-top: 0.4em;
}

.form-foot {
    margin-top: 10px;
    /* background-color:#f5f5f5; */
    height: 2em;
    width: 100%;
    text-align: center;
    line-height: 50px;
    padding: 0 0 50px 0;
    color: #b0b0b0;
}
.popup-empower {
    margin: 5px 0 16px 0;
    color: #999999;
    height: 32px;
}

    .popup-empower a {
        color: red;
    }

.shade-wrap, .shade-wrap-empower, .shade-wrap-success {
    position: relative;
    height: 0px;
}

.shade, .shade-empower, .shade-success {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 990;
}

.shade-empower {
    z-index: 998;
}

.shade-success {
    z-index: 1000;
}

.pop-content-empower {
    font-size: 1em;
    line-height: 1.2em;
}
.pop-wrap-empower {
    display: none;
    position: fixed;
    width: 82%;
    margin: auto;
    top: 50%;
    overflow: auto;
    height: 30em;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
@media screen and (min-width: 50px) and (max-width:500px) {
    .pop-wrap-empower {
        height: 86%;
    }
    .pop-content-empower {
        font-size: 1em;
        line-height: 1.2em;
    }
}

.pop-empower {
    position: absolute;
    padding: 15px;
    /* letter-spacing: 1px; */
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 1px 1px 3px 1px #e0e0e0;
    background-color: #FFFFFF;
}

.close-style-empower {
    float: right;
    font-size: 0.9em;
}

.pop-title-empower {
    padding: 1em 0 0.5em 0;
    text-align: center;
}

@media screen and (min-width: 480px) and (max-width:2000px) {
    .container-fluid, .popup-form {
        width: 1200px;
        margin: auto;
    }

    .fixed-wrap {
        width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px 10px 0 0;
    }

        .fixed-wrap .fixed-content {
            width: 1200px;
        }
}
.form-wrap {
    padding-top: 0.8rem;
    background-color: #fff;
}
/*表单提交底部导航*/
#nav-bottom-form {
    margin: 0 auto;
    padding: 0;
    max-width: 640px;
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-animation: fadeInUpBig 1s 0.2s ease both;
    -moz-animation: fadeInUpBig 1s 0.2s ease both;
}

#nav-bottom-form ul {
    position: relative;
    margin: 0 auto;
    padding: 0 0;
    height: 45px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

#nav-bottom-form ul li {
    width: 33.3%;
    float: left;
    text-align: center;
}

#nav-bottom-form ul li a {
    display: block;
    line-height: 45px;
    width: 100%;
    color: #ffffff;
    font-size: 0.8em;
    border-right: 1px solid #fff;
    background-color: rgba(244,47,38,1);
}

    #nav-bottom-form ul li a strong {
        display: inline;
        position: inherit;
        top: 10px;
        left: 0;
        font-weight: normal;
        padding-left: 32px;
        line-height: 45px;
        font-size: 14px;
    }

    #nav-bottom-form ul.Transverse li:nth-child(1) a strong {
        background: url(https://static.ilife.cn/osssync/wap/2015/call.png) left center no-repeat;
        background-size: 28px 28px;
    }

    #nav-bottom-form ul.Transverse li:nth-child(2) a strong {
        background: url(https://static.ilife.cn/osssync/wap/2015/sms.png) left center no-repeat;
        background-size: 28px 28px;
    }

    #nav-bottom-form ul.Transverse li:nth-child(3) a strong {
        background: url(https://static.ilife.cn/osssync/wap/2015/home.png) left center no-repeat;
        background-size: 28px 28px;
        cursor: pointer;
    }



/*免费电话弹窗*/
#online_overlay {
    background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5; /* 透明度 */
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
    display: none;
}

.online_service {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
    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;
}

    .online_service .online_box {
        border-radius: 12px;
        background-color: #fff;
        width: 45%;
        min-height: 8rem;
        margin-top: 30px;
    }

.online_box h3 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: #0885ee;
}

.online_service .online_box .btn_boxs {
    text-align: center;
    padding: 1.2rem;
}

    .online_service .online_box .btn_boxs button {
        height: 2.7rem;
        width: 90%;
        border-radius: .5rem;
        font-size: 1.06666667rem;
        color: #fff;
        background-color: #ff9000;
    }

.online_service .online_box p {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.25em;
}

.online_call, .online_close {
    width: 35% !important;
    height: 40px;
    border: none;
    border-radius: 6px;
    background: #0885ee !important;
    color: #fff;
}

@media (max-width:768px) and (min-width:50px) {
    .online_service .online_box {
        width: 90%;
    }
}

/*新表单提交底部导航*/
.nav-bottom-2022 {
    max-width: 640px;
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    border-top: 1px solid #fdfdfd;
    background-color: #eeeeee;
}

    .nav-bottom-2022 > div {
        width: 19.5%;
        background-color: #eeeeee;
        padding: 0.25rem;
        text-align: center;
    }

        .nav-bottom-2022 > div:last-child {
            width: 61%;
        }

.promo__icon-call {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 5rem;
}

.promo__icon-consult {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 5rem;
}

    .promo__icon-consult span:first-child {
        margin: 0.3rem;
    }

@keyframes promo__but-coupon--anima {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.05);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.promo__but-coupon {
    font-size: 16px;
    display: inline-block;
    background-color: rgba(244,47,38,1);
    width: 90%;
    height: 2.3rem;
    border-radius: 1.1rem;
    animation-name: promo__but-coupon--anima;
    animation-duration: 2.8s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

    .promo__but-coupon span {
        color: #fff;
        display: inline-block;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

@media screen and (max-width: 2500px) and (min-width:500px) {
    .promo__icon-consult, .promo__icon-call {
        margin-left: 25%;
    }
}