html, body, div, p, dl, dd, * {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #222;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    overflow: hidden;
}

.cyan {
    color: #79c5f9;
}

.yellow {
    color: #ffe400
}

.red {
    color: #eb4f38;
}

.gray_9 {
    color: #999;
}

.gray_6 {
    color: #666;
}

.gray_line {
    width: 100%;
    background: #f1f1f1;
    height: 12px;
}

.green {
    color: #77af3c;
}

a {
    text-decoration: none;
}

/*footer*/
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    width: 100%;
    z-index: 9999;
}

    .footer dl {
        width: 100%;
        overflow: hidden;
    }

        .footer dl dd {
            float: left;
            width: 33.3%;
            padding: 6px 0;
            text-align: center;
        }

            .footer dl dd p {
                text-align: center;
                color: #666;
                font-size: 12px;
            }

                .footer dl dd p i {
                    font-size: 24px;
                }

            .footer dl dd.active p, .footer dl dd.active p i {
                color: #225ad6;
            }

            .footer dl dd.my p i {
                font-size: 20px;
                margin-bottom: 2px;
                margin-top: 2px;
                display: inline-block;
            }

/*会员中心首页*/
.member_center {
    background: #f7f9fb;
    position: relative;
    padding-bottom: 54px;
    -moz-user-select:none;-webkit-user-select:none
}

    .member_center .header {
        background: url(../img/center_bg.png) no-repeat top center;
        height: 225px;
        background-size: cover;
    }

    .member_center .left_func {
        position: absolute;
        top: 12px;
        left: 10px;
    }

        .member_center .left_func a {
            display: inline-block;
            border-radius: 25px;
            border: 1px solid #fff;
            color: #fff;
            padding: 6px 10px;
        }

    .member_center .right_func {
        position: absolute;
        top: 12px;
        right: 10px;
    }

        .member_center .right_func a {
            color: #fff;
        }

        .member_center .right_func .member_btn {
            display: inline-block;
            border-radius: 25px;
            padding: 0 3px;
            height: 33px;
            background: -webkit-linear-gradient(left top, #faae1b, #ff5569); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(bottom right, #faae1b, #ff5569); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(bottom right, #faae1b, #ff5569); /* Firefox 3.6 - 15 */
            background: linear-gradient(to bottom right, #faae1b, #ff5569); /* 标准的语法 */
        }

            .member_center .right_func .member_btn p {
                font-size: 12px;
                line-height: 12px;
                margin-top: 3px;
            }

            .member_center .right_func .member_btn .member_lever {
                color: #fff;
            }

            .member_center .right_func .member_btn .vip_icon {
                margin: 6px 5px 0 5px;
            }

                .member_center .right_func .member_btn .vip_icon i {
                    font-size: 18px;
                    color: #fff;
                }

            .member_center .right_func .member_btn .right_icon {
                margin-top: 6px;
            }

                .member_center .right_func .member_btn .right_icon i {
                    font-size: 18px;
                    color: #fff;
                }

    .member_center .mid_content {
        text-align: center;
    }

        .member_center .mid_content .head_img img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 15px auto 10px auto;
            
        }

        .member_center .mid_content .name {
            margin-bottom: 12px;
        }

            .member_center .mid_content .name .line {
                margin: 0 5px;
            }

        .member_center .mid_content .buttons {
        }

            .member_center .mid_content .buttons .sign_in {
                text-decoration: none;
                box-sizing: border-box;
                position: relative;
                background: #79c5f9;
                border: 1px solid #79c5f9;
                color: #fff;
                border-radius: 25px;
                padding: 5px 0;
                padding-left: 23px;
                width: 80px;
                display: inline-block;
                margin-right: 5px;
                font-size: 14px;
            }

                .member_center .mid_content .buttons .sign_in img {
                    position: absolute;
                    left: 13px;
                    width: 20px;
                    top: 5px;
                }

            .member_center .mid_content .buttons .band_tel {
                text-decoration: none;
                color: #fff;
                border: 1px solid #ccc;
                border-radius: 25px;
                padding: 5px 0;
                width: 80px;
                display: inline-block;
                margin-left: 5px;
                font-size: 14px;
            }

    .member_center .top_func_bar dl {
        box-sizing: border-box;
        background: #fff; /*box-shadow:0 0 25px rgba(92,86,86,.2);*/
        border-radius: 10px;
        padding: 13px 0;
        width: 94%;
        margin-left: 3%;
        margin-top: -40px;
        box-shadow: 0 0 25px rgba(172, 168, 168, 0.2);
    }

        .member_center .top_func_bar dl dd {
            width: 20%;
        }

            .member_center .top_func_bar dl dd p {
                text-align: center;
                color: #222;
                font-size: 12px;
            }

                .member_center .top_func_bar dl dd p img {
                    height: 28px;
                    margin-bottom: 5px;
                }
    /*.member_center .vip_bar{width:80%;padding:10px 0;margin-left:10%;margin-top:15px;background:url(../img/vip_bg.png) no-repeat;background-size:contain;}*/
    /*.member_center .vip_bar .close{margin:20px 10px 0 10px;}*/
    .member_center .vip_bar {
        position: relative;
        overflow:hidden;
    }

        .member_center .vip_bar img {
            width: 86%;
            margin-left: 8%;
            margin-top: 15px;
            float:left;
        }

        .member_center .vip_bar .close i {
            color: #ebd170;
        }

        .member_center .vip_bar .close {
            position: absolute;
            left: 11%;
            top: 49%;
        }

        .member_center .vip_bar .hyzx img {
            width: 60px;
            border-right: 1px solid #ebd170;
            padding-right: 15px;
            margin-right: 15px;
        }

        .member_center .vip_bar .txt_intro p {
            color: #999999;
            font-size: 14px;
        }

        .member_center .vip_bar .txt_intro .super_vip {
            font-weight: bold;
            color: #fff;
            font-size: 18px;
        }

    .member_center .distributor { /*box-shadow: 0 0 5px rgba(102,102,102,0.2);*/
        /*box-shadow: 0 0 25px rgba(172, 168, 168, 0.2);*/
        border-radius: 10px;
        border: 1px solid #fff;
        background: #fff;
        width: 94%;
        margin-left: 3%;
        padding-top: 15px;
        /*margin-top: 12px;*/
    }

        .member_center .distributor .amount_list {
            margin: 0 15px;
            box-sizing: border-box;
        }

            .member_center .distributor .amount_list .fl {
                color: #333;
            }

            .member_center .distributor .amount_list p {
                padding: 15px 10px;
                border-top: 1px solid #f1f1f1;
            }

        .member_center .distributor .amount_list p a {
            display: block;
        }

        .member_center .distributor .amount_list p:last-child {
            border-bottom: 0;
        }

        .member_center .distributor .amount_list .amount {
            color: #222;
            font-size: 14px;
        }

        .member_center .distributor .amount_list .cash {
            color: #225ad6;
            border: 1px solid #225ad6;
            border-radius: 25px;
            padding: 3px 15px;
            margin-left: 5px;
        }

        .member_center .distributor .amount_list p .ktyj {
            margin-top: 5px;
        }

        .member_center .distributor .amount_list .cash_out {
            color: #eb4f38;
            font-size: 14px;
            margin-top: 5px;
        }

        .member_center .distributor .wait_check {
            font-size: 14px;
            text-align: center;
            display: block;
            color: #eb4f38;
        }

    .member_center .icon_group { /*box-shadow: 0 0 5px rgba(102,102,102,0.2);*/
        padding-top: 15px;
        border-radius: 10px;
        border: 1px solid #fff;
        background: #fff;
        width: 94%;
        margin-left: 3%;
        margin-top: 12px;
        /*box-shadow: 0 0 25px rgba(172, 168, 168, 0.2);*/
    }

        .member_center .icon_group dl {
            overflow: hidden;
        }

        .member_center .icon_group dl dd {
            float: left;
            width: 25%;
            text-align: center;
            margin-bottom: 15px;
            position: relative;
        }

        .member_center .icon_group dl dd p {
            color: #333;
            font-size: 12px;
        }

        .member_center .icon_group dl dd p a {
            margin-bottom: 3px;
            position: relative;
            border-radius: 50%;
            border: 1px solid #d6d6d6;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: inline-block;
        }

        .member_center .icon_group dl dd p a i {
            font-size: 28px;
            color: #333;
        }

        .member_center .icon_group .tag {
            font-style: normal;
            font-size: 10px;
            border-radius: 15px;
            padding: 2px 5px;
            background: #eb4f38;
            color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
        }

    .member_center .title {
        padding-left: 15px;
        /*border-left: 6px solid #225ad6;*/
        margin-bottom: 15px; /*font-weight:bold;*/
    }

        .member_center .title p {
            color: #222;
            font-size: 14px;
            font-weight:bold;
        }

    .member_center .service {
        margin-bottom: 15px;
    }

        .member_center .service .num {
            color: #999;
            font-size: 12px;
            margin-top: 3px;
        }

    .member_center .icon_group dl dd .phone_number {
        background: #eb4f38;
        color: #fff;
        border-radius: 25px;
        padding: 2px 3px;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 10px;
    }

    .member_center .lead_register {
        z-index: 9999
    }

        .member_center .lead_register .top_img img {
            width: 70%;
            margin-left: 15%;
            margin-top: 35%;
        }

        .member_center .lead_register .go_now {
            text-align: center;
            margin-top: -23px;
        }

            .member_center .lead_register .go_now a {
                border-radius: 25px;
                display: inline-block;
                padding: 8px 25px;
                width: 35%;
                font-size: 18px;
                color: #fff;
                background: -webkit-linear-gradient(left top, #f19a38, #ed723b);
                background: -o-linear-gradient(bottom right, #f19a38, #ed723b);
                background: -moz-linear-gradient(bottom right, #f19a38, #ed723b);
                background: linear-gradient(to bottom right, #f19a38, #ed723b);
            }

        .member_center .lead_register .close {
            text-align: center;
            margin-top: 25px;
        }

            .member_center .lead_register .close img {
                width: 30px;
                height: 30px;
            }

    .member_center .icon_group dl dd p a .tx_point {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #eb4f38;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .member_center .layui-m-layerbtn {
        border-radius: 0 0 15px 15px;
        border-top: 1px solid #dedede;
    }

    .member_center .layui-m-layerchild.layui-m-anim-scale {
        border-radius: 15px;
    }

    .member_center .layui-m-layer0 .layui-m-layerchild {
        width: 80%;
    }

    .member_center .layui-m-layerbtn span[yes] {
        background: #225ad6;
        color: #fff;
        border-radius: 0 0 15px 0;
        font-size: 14px;
        moz-box-flex: 1.0;
        -webkit-box-flex: 1.0;
        box-flex: 1.0;
        width: 50%;
    }

    .member_center .layui-m-layerbtn span[no] {
        background: #fff;
        color: #999;
        border-radius: 0 0 0 15px;
        font-size: 14px;
        moz-box-flex: 1.0;
        -webkit-box-flex: 1.0;
        box-flex: 1.0;
        width: 50%;
    }

    .member_center .layui-m-layercont {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        padding: 40px 30px;
    }


/*.member_center .upgrade_bg{background:#fff;border-radius:15px;width:300px;height:300px;}
.member_center .layui-m-layer1 .layui-m-layerchild{border-radius:15px;}
.member_center .upgrade_bg img{width:100%;}
.member_center .layui-m-layerbtn{background:none;}
.member_center .layui-m-layerbtn{display:none;}*/

.page_grade .section {
    width: 100%;
    position: absolute;
    top: 40%;
    margin: auto;
    transform: translate(0,-50%);
}

    .page_grade .section .img {
        width: 80%;
        margin-left: 10%;
    }

    .page_grade .section .sj_txt {
        color: #eb4f38;
        font-size: 24px;
        margin: 35px 0 15px 0;
    }

    .page_grade .section p {
        text-align: center;
    }

    .page_grade .section img {
        width: 100%;
    }

    .page_grade .section .date {
        color: #225ad6;
        font-size: 18px; /*font-weight:bold;*/
    }

    .page_grade .section .intro {
        width: 80%;
        margin: 0 auto;
        color: #666;
        margin-top: 15px;
        font-size: 16px;
        line-height: 30px;
    }

/*注册手机号*/
.register .title {
    font-size: 24px;
    color: #222;
    text-align: center;
    margin: 50px 0;
}

.register .input_list {
    border-bottom: 1px solid #dedede;
}

    .register .input_list p {
        padding: 20px;
        border-top: 1px solid #dedede;
    }

        .register .input_list p:last-child {
            border-bottom: 1px solid #dedede;
        }

        .register .input_list p label, .register .input_list p input {
            font-size: 14px;
        }

    .register .input_list input {
        border: 0;
        outline: 0;
        width: 200px;
        color: #999;
        text-align: right;
    }

.register .btn_group .band_btn {
    background: #225ad6;
    color: #fff;
    margin-top: 20px;
    border-radius: 3px;
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
}

.register .btn_group .item {
    text-align: center;
    margin-top: 20px;
    color: #666;
}

    .register .btn_group .item a {
        color: #225ad6;
        margin: 0 5px;
    }

.register .tc_button {
    border-top: 1px solid #ccc;
}

.register .layui-m-layerbtn span[no] {
    color: #999;
    border-radius: 0;
    background: #fff;
    width: 50%;
}

.register .layui-m-layerbtn span[yes] {
    background: #225AD6;
    color: #fff;
    border-radius: 0;
    width: 50%;
}

.register .content {
    line-height: 30px;
    text-indent: 32px;
    padding: 15px;
}

    .register .content .vice_title {
        text-align: center;
        font-size: 18px;
        margin: 10px 0;
    }

.register .layui-m-layer1 .layui-m-layerchild {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*签到*/
.page_sign_in {
    background: #f7f7f9;
}

    .page_sign_in .top_bar_ctn {
        background: url(../img/sign_bg.png) no-repeat top center;
        background-size: cover;
        padding-bottom:15px;
        background:none;
        margin-top: -18px;
    }

    .page_sign_in .all_integral {
        position: relative;
        width: 160px;
        height: 160px;
        margin: 0 auto;
        text-align: center;
        background: url(../img/circle.png) no-repeat top center;
        background-size: cover;
    }

        .page_sign_in .all_integral .num { /*position:absolute;top:40px;left:55px;*/
            padding-top: 40px;
            text-align: center;
            color: #fe6000;
            margin-bottom: 10px;
            font-size: 36px;
        }

        .page_sign_in .all_integral .signdays {
            position: absolute;
            top: 85px;
            left: 35px;
            color: #666;
        }

        .page_sign_in .all_integral .day_num {
            color: #fe6000;
            font-size: 18px;
            margin: 0 3px;
            font-weight: bold;
        }

    .page_sign_in .days ul {
        overflow: hidden;
        width: 94%;
        margin-left: 3%;
        position: relative;
        border:1px solid #dedede;
        border-radius:15px;
        padding:10px;
        box-sizing:border-box;
            background: #fff;
    }

        .page_sign_in .days ul:before {
            content: '';
            display: inline-block;
            height: 3px;
            width: 88%;
            border-radius: 15px;
            /*background: #79c5f9;*/
            background:#d4e1ff;
            position: absolute;
            top: 30px;
            left: 5%;
        }

        .page_sign_in .days ul li {
            list-style: none;
            float: left;
            width: 14%;
            text-align: center;
            position: relative;
        }

            .page_sign_in .days ul li p {
                text-align: center;
                color: #999;
                margin-bottom: 5px;
                font-size: 12px;
            }

            .page_sign_in .days ul li .num {
                /*box-shadow:2px 2px 2px rgba(37,33,32,.1);
                padding: 5px;*/
                margin: 5px auto;
                border-radius: 50%;
                /*background: #95c4f8;*/
                background:#d4e1fe;
                color: #225ad6;
                width: 30px;
                height: 30px;
                line-height:30px;
                font-size: 12px;
            }

            .page_sign_in .days ul li.on .num {
                background: #eb4f38;
                background:#ff5722;
                color: #fff;
            }
            .page_sign_in .days ul li.on p{color:#ff5722}
            .page_sign_in .sign_banner img{width:100%;}

    .page_sign_in .rules {
        width: 94%;
        margin-left: 3%;
        padding: 20px 10px;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #dedede;
        border-radius: 10px;
  
    }

        .page_sign_in .rules .content p {
            line-height: 30px;
            font-size: 14px;
            color: #333;
        }

        .page_sign_in .rules .title {
            border-left: 4px solid #225ad6;
            padding-left: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #222;
            margin-bottom: 10px;
        }

    .page_sign_in .sign_in_btn {
        text-align: center;
        margin-top: 15px;
    }

        .page_sign_in .sign_in_btn a {
            background: url(../img/button_blue.png) no-repeat top center;
            color: #fff;
            width: 100px;
            /*height: 45px;*/
            margin: 0 auto;
            background-size: 100px 45px;
            display: inline-block;
            text-align: center;
            line-height: 36px;
            font-size: 16px;
            border-radius:25px; 
            background: #eb4f38;
        }

            .page_sign_in .sign_in_btn a.finish {
                /*background: url(../img/button.png) no-repeat top center;
                background-size: 100px 45px;
                color: #666;*/
                background: #5d8df9;
                border-radius: 25px;
                line-height:35px;
                height: 35px;
                color:#fff;
            }

.tc_sign_suc .content {
    border-radius: 10px;
    background: #fff;
    padding: 40px 20px;
}

.tc_sign_suc .header_ad {
    background: url(../img/qd_tc_head.png) no-repeat top center;
    background-size: 300px 136px;
    width: 300px;
    height: 136px;
    text-align: center;
    line-height: 185px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -20px;
}

.tc_sign_suc .content p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.tc_sign_suc .content .int_num span {
    color: #eb4f38;
    font-size: 20px;
}

.page_sign_in .layui-m-layerchild {
    background: none;
}

.page_sign_in .layui-m-layerbtn {
    border: 0;
    background: none;
}

.page_sign_in .layui-m-layerbtn {
    position: absolute;
    right: 15px;
    top: 15px;
}

    .page_sign_in .layui-m-layerbtn span {
        text-align: right;
    }

.page_sign_in .close_btn {
    width: 30px;
    height: 30px;
}


/*成长值页面*/
.grow_value {
    background: #fff;
}

    .grow_value .total_value {
        width: 94%;
        margin-left: 3%;
        box-sizing: border-box;
        padding: 15px;
        margin-top: 20px;
        border-radius: 10px;
        background-size: contain;
        background: url(../img/value_bg.png) no-repeat top center;
        box-shadow: 3px 3px 15px rgba(158,84,56,0.3);
    }

        .grow_value .total_value .detail_btn {
            background: #fff;
            border-radius: 25px;
            margin-top: 25px;
        }

    .grow_value .left_img {
        background: #fff;
        border-radius: 50%;
        padding: 2px;
        box-sizing: border-box;
    }

        .grow_value .left_img img {
            width: 75px;
            height: 75px;
        }

    .grow_value .mid_num {
        margin-left: 20px;
        margin-top: 10px;
    }

        .grow_value .mid_num p {
            color: #fff;
            font-size: 14px;
        }

        .grow_value .mid_num .num {
            font-size: 28px;
            color: #fff;
        }

        .grow_value .mid_num p em {
            font-style: normal;
            margin: 0 5px;
            font-size: 24px;
            color: #fff;
        }

    .grow_value .detail_btn {
        color: #e66737;
        padding: 5px 8px;
    }

    .grow_value .main_title {
        text-align: center;
        margin-top: 25px;
    }

        .grow_value .main_title span {
            font-size: 16px;
            color: #f4575d;
            font-weight: bold;
        }

            .grow_value .main_title span:before {
                content: '';
                width: 80px;
                height: 9px;
                display: inline-block;
                background: url(../img/line_left.png) no-repeat left;
                margin-right: 15px;
            }

            .grow_value .main_title span:after {
                content: '';
                width: 80px;
                height: 9px;
                display: inline-block;
                background: url(../img/line_right.png) no-repeat right;
                margin-left: 15px;
            }

    .grow_value .all_way .ways_list .vice_title {
        padding: 15px;
    }

        .grow_value .all_way .ways_list .vice_title .arrow.close {
            transform: rotate(90deg);
            -ms-transform: rotate(90deg); /* IE 9 */
            -moz-transform: rotate(90deg); /* Firefox */
            -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
            -o-transform: rotate(90deg);
        }

        .grow_value .all_way .ways_list .vice_title i {
            font-size: 18px;
            color: #999;
        }

        .grow_value .all_way .ways_list .vice_title span {
            font-weight: bold;
        }

    .grow_value .all_way .ways_list dl dd {
        border-top: 1px solid #dedede;
        padding: 15px 20px;
        overflow: hidden;
        position: relative;
    }

        .grow_value .all_way .ways_list dl dd:last-child {
            border-bottom: 0;
        }

        .grow_value .all_way .ways_list dl dd img {
            width: 25px;
        }

        .grow_value .all_way .ways_list dl dd .mid_content {
            max-width: 60%;
            margin-left: 15px;
        }

            .grow_value .all_way .ways_list dl dd .mid_content .head_line {
                font-size: 14px;
                margin-bottom: 5px;
                color: #222;
            }

            .grow_value .all_way .ways_list dl dd .mid_content .intro {
                font-size: 12px;
                color: #666;
                margin-bottom: 0;
            }

    .grow_value .all_way .ways_list .right_func {
        font-size: 14px;
        position: absolute;
        top: 50%;
        margin: auto;
        right: 15px;
        transform: translate(0,-50%)
    }

        .grow_value .all_way .ways_list .right_func .lock_icon i {
            float: none;
            font-size: 30px;
            color: #999;
        }

        .grow_value .all_way .ways_list .right_func i {
            color: #666;
            font-size: 20px;
            float: right;
        }

.grow_value_detail dl dd {
    padding: 15px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

    .grow_value_detail dl dd .title {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .grow_value_detail dl dd .right_value {
        font-size: 16px;
    }

.grow_value .all_way .child_list {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    text-align: center;
    margin-top: 10px;
}

.grow_value .all_way .child_link {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

    .grow_value .all_way .child_link:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        left: -35px;
        position: absolute;
        border: 1px solid #ccc;
    }

    .grow_value .all_way .child_link .name {
        color: #222;
        text-align: left;
    }

    .grow_value .all_way .child_link .percent {
        color: #666;
        margin-top: 10px;
        font-size: 12px;
    }

    .grow_value .all_way .child_link .intro {
        font-size: 12px;
        color: #666;
        margin-bottom: 0;
    }
/*.grow_value .all_way .user_info .right_func{position:relative!important;right:0;}*/
.grow_value .all_way .child_list .add a {
    color: #225ad6;
    border: 1px solid #225ad6;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 5px;
}


/*会员权益*/
.member_privilege {
    background: #fff;
}

    .member_privilege .top_header {
        background: url(../img/pri_bg.png) no-repeat left;
        padding: 15px 0 25px 0;
        background-size: cover;
        position: relative;
    }

        .member_privilege .top_header .badge_lever {
            color: #f9d082;
            text-align: center;
            margin-top: 10px;
            font-size: 16px;
            font-weight: bold;
        }

        .member_privilege .top_header .progress {
            margin-top: 20px;
            width: 100%;
        }

        .member_privilege .top_header p {
            text-align: center;
        }

        .member_privilege .top_header .tip {
            color: #f9d082;
        }

            .member_privilege .top_header .tip span {
                color: #fff;
            }

        .member_privilege .top_header .tp_badge img {
            width: 100px;
        }

        .member_privilege .top_header .all_nlz {
            color: #fff;
            position: absolute;
            left: 10px;
            top: 15px;
            border-radius: 25px;
            padding: 5px 10px;
            border: 1px solid #999; /*background:rgba(255,255,255,.3);*/
        }

        .member_privilege .top_header .go_sj {
            color: #fff;
            position: absolute;
            right: 10px;
            top: 15px;
        }

            .member_privilege .top_header .go_sj img {
                width: 30px;
            }

    .member_privilege .content .choose_menu {
        border-bottom: 1px solid #f1f1f1;
        overflow: hidden;
    }

        .member_privilege .content .choose_menu > div {
            width: 50%;
            box-sizing: border-box;
            float: left;
            text-align: center;
            padding: 10px 0;
        }

        .member_privilege .content .choose_menu .choose {
            border-bottom: 2px solid #225AD6;
            color: #225ad6;
            font-weight: bold;
            font-size: 14px;
        }

    .member_privilege .lever_bar ul {
        overflow: hidden;
        width: 85%;
        margin: 15px auto;
    }

        .member_privilege .lever_bar ul li {
            float: left;
            list-style: none;
            width: 17.5%;
        }

            .member_privilege .lever_bar ul li .num {
                border: 1px solid #ccc;
                border-radius: 50%;
                font-size: 14px;
                color: #ccc;
                margin: 0 auto 5px auto;
                font-weight: bold;
                width: 30px;
                height: 30px;
                line-height: 30px;
            }

            .member_privilege .lever_bar ul li p {
                color: #ccc;
                font-size: 12px;
            }

            .member_privilege .lever_bar ul li.on .num {
                border: 1px solid #e5b97a;
                border-radius: 50%;
                font-size: 14px;
                color: #e5b97d;
                font-weight: bold;
            }

            .member_privilege .lever_bar ul li.on p {
                color: #e5b97d;
            }

            .member_privilege .lever_bar ul li.line {
                background: rgba(255,255,255,.8);
                margin-top: 15px;
                height: 2px; /*width:30px;*/
                width: 10%;
                display: inline-block; /*margin:12px 10px 0 10px;*/
            }

                .member_privilege .lever_bar ul li.line.on {
                    background: #e5b97a;
                    height: 2px;
                    width: 10%;
                    display: inline-block;
                }

    .member_privilege .lever_choose_bar {
        overflow: hidden;
        border-bottom: 1px solid #dedede;
    }

        .member_privilege .lever_choose_bar dd {
            color: #666;
            width: 25%;
            text-align: center;
            float: left;
            font-size: 14px;
            padding: 12px 0;
        }

            .member_privilege .lever_choose_bar dd.choose {
                border-bottom: 3px solid #225ad6;
                color: #225ad6;
                font-weight: bold;
            }

            .member_privilege .lever_choose_bar dd img {
                width: 40px;
            }

.lever_privilege .all_levers {
    overflow: hidden;
}

    .lever_privilege .all_levers .lever_list {
        margin-bottom: 10px;
    }

        .lever_privilege .all_levers .lever_list .pri_icon {
            margin-bottom: 5px;
        }

        .lever_privilege .all_levers .lever_list .title {
            font-size: 16px;
            padding: 10px;
            color: #222;
            position: relative;
            font-weight: bold;
        }
        /*.lever_privilege .all_levers .lever_list .title:before{position:absolute;left:10px;content:'';width:5px;height:20px;background:#225AD6;display:inline-block;}*/
        .lever_privilege .all_levers .lever_list dl {
            overflow: hidden;
            width: 100%;
        }

            .lever_privilege .all_levers .lever_list dl dd {
                float: left;
            }

        .lever_privilege .all_levers .lever_list.type_one dl dd {
            width: 25%;
            position: relative;
        }

            .lever_privilege .all_levers .lever_list.type_one dl dd p {
                text-align: center;
                color: #999;
            }

        .lever_privilege .all_levers .lever_list.type_two {
            margin-bottom: 0;
        }

            .lever_privilege .all_levers .lever_list.type_two dl dd {
                width: 50%;
                float: left;
                padding: 10px 15px;
                box-sizing: border-box;
                border: 1px solid #f1f1f1;
                border-left: 0;
            }

                .lever_privilege .all_levers .lever_list.type_two dl dd:nth-child(2n) {
                    border-right: 0;
                }

            .lever_privilege .all_levers .lever_list.type_two dl .pro_img img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                border: 1px solid #ccc;
                box-sizing: border-box;
            }

            .lever_privilege .all_levers .lever_list.type_two dl dd .right_info {
                margin-left: 15px;
            }

                .lever_privilege .all_levers .lever_list.type_two dl dd .right_info .intro {
                    color: #999;
                }

        .lever_privilege .all_levers .lever_list.type_one dl dd a {
            border-radius: 50%;
            border: 1px solid #ccc;
            background: #f8f8f8;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: inline-block;
        }

        .lever_privilege .all_levers .lever_list dl dd a i {
            color: #ccc;
            font-size: 24px;
        }

        .lever_privilege .all_levers .lever_list dl dd.on a {
            border-radius: 50%;
            background: #fff;
            border: 1px solid #dedede;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: inline-block;
        }

            .lever_privilege .all_levers .lever_list dl dd.on a i {
                color: #2f3045;
            }

        .lever_privilege .all_levers .lever_list dl dd.on p {
            color: #222;
        }

    .lever_privilege .all_levers .zk_num {
        background: #eb4f38;
        border-radius: 25px;
        font-size: 10px;
        color: #fff;
        padding: 2px 5px;
        box-sizing: border-box;
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .lever_privilege .all_levers .lever_list .head_line {
        color: #796d56;
    }

    .lever_privilege .all_levers .lever_list.type_three .head_line {
        color: #222;
        margin: 5px 0;
    }

    .lever_privilege .all_levers .lever_list.type_three dl dd:nth-child(n) {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 0 5px 10px 0px;
        box-sizing: border-box; /*border:1px solid #dedede;*/
    }

    .lever_privilege .all_levers .lever_list.type_three dl dd:nth-child(2n) {
        padding: 0 0px 10px 5px;
        display: inline-block;
    }

    .lever_privilege .all_levers .lever_list.type_three dl dd img {
        border-radius: 5px;
        width: 100%;
    }

    .lever_privilege .all_levers .lever_list.type_three .member_label {
        margin-bottom: 5px;
    }

        .lever_privilege .all_levers .lever_list.type_three .member_label label {
            border: 1px solid #666;
            font-size: 10px;
            color: #666;
            margin-right: 5px;
            border-radius: 3px;
            padding: 0 3px;
        }
    /*.lever_privilege .lever_list.type_four .left_img img{height:100px;}*/
    .lever_privilege .all_levers .lever_list .content {
        color: #999;
    }

    .lever_privilege .all_levers .lever_list .price {
        color: #eb4f38;
        font-size: 16px;
        font-weight: bold;
    }

        .lever_privilege .all_levers .lever_list .price .old_price {
            color: #999;
            text-decoration: line-through;
            margin-left: 10px;
            font-weight: normal;
        }

.lever_privilege .pril_intro p {
    color: #666;
    text-indent: 15px;
    line-height: 35px;
}

.lever_privilege .pril_intro .title {
    color: #222;
    font-weight: bold;
}

.lever_privilege .grow_value dl {
    padding: 0 10px;
    box-sizing: border-box;
}

    .lever_privilege .grow_value dl dd {
        border: 1px solid #dedede;
        margin-bottom: 10px;
        padding: 5px;
        position: relative;
        float: none !important;
    }
        /*.lever_privilege .grow_value dl dd .left_img{width:40%;}*/
        .lever_privilege .grow_value dl dd .left_img img {
            width: 100px !important;
            height: 100px !important;
            ;
        }

        .lever_privilege .grow_value dl dd .pro_info { /*width:55%;*/
            margin-left: 5%;
        }

            .lever_privilege .grow_value dl dd .pro_info .head_line {
                color: #222;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                margin-top: 10px;
            }

            .lever_privilege .grow_value dl dd .pro_info .value {
                margin: 10px 0;
                color: #eb4f38;
            }

            .lever_privilege .grow_value dl dd .pro_info .old_price {
                text-decoration: line-through;
                color: #999;
                margin-left: 10px;
                font-size: 10px;
            }

        .lever_privilege .grow_value dl dd .pril_limit {
            position: absolute;
            top: 0px;
            left: 0px;
            background: #333548;
            color: #fff;
            font-size: 10px;
            border-radius: 0 50px 50px 0;
            padding: 2px 5px;
        }

            .lever_privilege .grow_value dl dd .pril_limit .lever_name {
                color: #f9d082;
                font-size: 10px;
            }
/*.lever_privilege .grow_value dl dd .pril_limit.plus{background:#faae1b;}
.lever_privilege .grow_value dl dd .pril_limit.plus .lever_name{color:#333548;}*/
.lever_privilege .exchange_pro a {
    color: #222;
    border: 1px solid #222;
    border-radius: 3px;
    padding: 2px 10px;
    display: inline-block;
    text-align: center;
    width: 60%;
}

.member_privilege .pril_intro .txt_ctn {
    width: 90%;
    margin-left: 5%;
}

.member_privilege .pril_intro .title {
    margin: 10px 0;
    font-weight: bold;
}

.member_privilege .pril_intro p {
    margin-bottom: 5px;
    line-height: 25px;
    text-align: center;
}

.member_privilege .pril_intro .up_lever {
    display: block;
    position: fixed;
    bottom: 15px;
    width: 90%;
    margin-left: 5%;
    background: #225ad6;
    border-radius: 5px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    font-size: 16px;
    border: none;
    font-family: 微软雅黑;
}


/*权益3.0*/
.lever_list .discont_card {
    background: #dedede;
    border-radius: 50px;
    overflow: hidden;
}

    .lever_list .discont_card .txt_intro {
        width: 70%;
        padding: 15px 5px 15px 20px;
        box-sizing: border-box;
        line-height: 24px;
        margin-top: 5px;
    }

    .lever_list .discont_card .discount_num {
        width: 30%;
        background: #aaa;
        padding: 15px 0;
        border-radius: 50px 50px 50px 0px;
    }

        .lever_list .discont_card .discount_num p {
            color: #fff;
            text-align: center;
        }

        .lever_list .discont_card .discount_num .discont_price span {
            font-size: 30px;
            color: #fff;
            margin-right: 5px;
        }

.lever_list .warm_tips {
    padding: 15px 0;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.lever_list {
    padding: 0 15px;
}

    .lever_list .birthday_card {
        position: relative;
        background: #dedede;
        border-radius: 10px;
        width: 50%;
        padding: 15px 10px;
        box-sizing: border-box;
    }

        .lever_list .birthday_card .discont_price {
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            color: #666;
        }

        .lever_list .birthday_card .pro_name {
            font-size: 14px;
            color: #fff;
            color: #bbb9bf;
            padding-left: 5px;
        }
    /*.lever_list .icon{position:absolute;right:5px;bottom:3px;}*/
    .lever_list .icon i {
        font-size: 60px;
        color: #545566;
    }

.present_lever .lever_list .birthday_card {
    background: #3a3b4c;
}

    .present_lever .lever_list .birthday_card .discont_price {
        color: #f9d082;
    }

.present_lever .lever_list .discont_card {
    background: #3a3b4c;
}

    .present_lever .lever_list .discont_card .discount_num {
        background: #eb4f38;
    }

.present_lever .discont_card .txt_intro {
    color: #bbb9bf;
}

/*权益02-20-4.0*/
.all_levers {
    overflow: hidden;
}

    .all_levers .price_discont {
        border-bottom: 1px solid #dedede;
        overflow-x: auto;
    }

    .all_levers .lever_list {
        padding: 0;
        position: relative;
    }

    .all_levers .left_ways {
        background: #fff; /*position:absolute;top:41px;left:0;*/
        z-index: 100;
        width: 20%;
        float: left;
    }

    .all_levers .right_pril {
        position: relative;
        margin-left: 20%;
        z-index: 1;
    }

    .all_levers .left_ways li {
        list-style: none;
        padding: 15px 0px;
        border-top: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
        font-size: 12px; /*text-overflow: ellipsis;white-space: nowrap;*/
    }

        .all_levers .left_ways li:nth-child(2n) {
            background: #fff;
        }

        .all_levers .left_ways li:nth-child(2n-1) {
            background: #f9f9f9;
        }
    /*.all_levers .left_ways li.hl_li{height:60px;}*/
    .all_levers .left_ways .top_li {
        background: #f7f3e8 !important;
        border: 1px solid #cfc0a1;
        border-left: 0;
        text-align: center;
        color: #bea483;
    }

    .all_levers .right_pril {
        overflow: hidden;
        width: 80%;
    }

        .all_levers .right_pril .circle_gray {
            border: 3px solid #ccc;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            display: inline-block;
            box-sizing: border-box;
        }

        .all_levers .right_pril ul {
            float: left;
            width: 25%;
        }

            .all_levers .right_pril ul:last-child .top_li {
                border-right: 0;
            }

    .all_levers .left_ways li:nth-child(2) {
        border-top: 1px solid #fff;
    }

    .all_levers .right_pril ul li {
        float: none;
        list-style: none;
        padding: 15px 5px;
        border: 1px solid #f1f1f1;
        border-left: 0;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 0; /*min-width:120px;*/
        font-size: 12px;
    }

    .all_levers .right_pril .hl_li {
        height: 63px;
    }

    .all_levers .right_pril ul li.off {
        color: #999;
    }

    .all_levers .right_pril ul li.not_have i {
        color: #999;
    }

    .all_levers .right_pril ul li i {
        color: #e5b97d;
        font-size: 14px;
    }

    .all_levers .right_pril .hl_li i {
        line-height: 32px;
    }

    .all_levers .right_pril li:nth-child(2n-1) {
        background: #f9f9f9;
    }
    /*.all_levers .right_pril .lever_title_bar ul{float;left;}
.all_levers .right_pril .lever_title_bar ul li{background:#fef6dd!important;border:1px solid #f9d082;border-left:0;text-align:center;}*/
    .all_levers .right_pril .discount_ul ul {
    }

        .all_levers .right_pril .discount_ul ul:nth-child(2n) {
            background: #f9f9f9;
        }

    .all_levers .right_pril .top_li {
        background: #f7f3e8 !important;
        border: 1px solid #cfc0a1;
        border-left: 0;
        text-align: center;
        color: #bea483;
        font-weight: bold;
    }

.lever_list .warm_tips {
    padding: 15px;
    color: #666;
    line-height: 24px;
}

.all_levers .birthday_card_tb {
    border-bottom: 1px solid #dedede;
    overflow: auto;
}

.shop_house {
    border-bottom: 1px solid #dedede;
    overflow: auto;
}

    .shop_house .content {
        padding: 0 15px;
        height: 131px;
    }

    .shop_house .circle {
        background: #e5b97d;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        display: inline-block;
    }

.all_levers .right_pril .hl_li .circle {
    margin-top: 12px;
}

.all_levers .on_lining {
    color: #eb4f38;
    font-weight: normal;
}

.member_privilege .notes {
    padding: 15px;
    padding: 15px;
    color: #eb4f38;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

    .member_privilege .notes .have i {
        color: #e5b97d;
        margin: 0 5px;
        font-size: 12px;
    }

    .member_privilege .notes .not_have i {
        color: #ccc;
        margin: 0 5px;
        font-size: 12px;
    }


.lever_list table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

    .lever_list table tr {
        width: 100%;
    }

        .lever_list table tr th {
            width: 20%;
            font-size: 12px;
            padding: 15px 0;
            background: #f7f3e8 !important;
            border: 1px solid #cfc0a1;
            border-left: 0;
            text-align: center;
            color: #bea483;
            font-weight: bold;
        }

            .lever_list table tr th:last-child {
                border-right: 0;
            }

        .lever_list table tr td {
            width: 20%;
            font-size: 12px;
            text-align: center;
            padding: 10px 0;
            padding: 15px 5px;
            border: 1px solid #f1f1f1;
            border-left: 0;
        }

            .lever_list table tr td .gray {
                color: #999;
                font-size: 12px;
            }

        .lever_list table tr:nth-child(2n+1) {
            background: #f9f9f9;
        }

        .lever_list table tr td:first-child {
            font-weight: bold;
        }

.lever_list.off_line table tr td {
    color: #999;
}

    .lever_list.off_line table tr td:first-child {
        color: #222;
    }

.lever_list table tr td .yellow {
    color: #e5b97d;
    font-size: 12px;
}

.go_lever_tab {
    margin-top: 10px;
}

    .go_lever_tab .title {
        font-size: 16px;
        padding: 10px;
        color: #222;
        position: relative;
        font-weight: bold;
    }

    .go_lever_tab .nlz_num ul {
        overflow: hidden;
        padding: 10px 0;
    }

        .go_lever_tab .nlz_num ul li {
            overflow: hidden;
            position: relative;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 0 5px #dedede;
            list-style: none;
            float: left;
            width: 20%; /*border:1px solid #dedede;*/
            margin: 0 2.5%;
            box-sizing: border-box;
        }
            /*.go_lever_tab .nlz_num ul li .name:after{background: #f7f3e8;
    border-radius: 50%;
    position: absolute;
    top: -67px;
    content: '';
    width: 100px;
    height: 100px;
    left: -8px;
    z-index: 10;}*/
            .go_lever_tab .nlz_num ul li p {
                text-align: center;
                margin-bottom: 10px;
                padding: 0 10px;
            }

            .go_lever_tab .nlz_num ul li .name {
                color: #e5b97d;
                font-weight: bold;
                background: #d7d9e0;
                padding: 5px 0;
                color: #343648; /*border-bottom: 1px solid #cfc0a1;*/
            }

            .go_lever_tab .nlz_num ul li .djf {
                font-size: 10px;
                color: #999;
            }

            .go_lever_tab .nlz_num ul li .num {
                font-weight: bold;
                color: #343648;
                font-size: 12px;
            }

/*注册*/
.Login dl dd input {
    font-family: 微软雅黑;
    border: 0;
    width: 95%;
    text-align: right;
    padding-left: 5px;
    -webkit-appearance: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-radius: 0;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    background-color: white;
    font-size: 14px;
}

.ng-foot {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
}

    .ng-foot .ng-cookie-area {
        font-size: 14px;
        text-align: left;
        color: #999;
        vertical-align: middle;
        width: 35%;
        float: left;
        cursor: pointer
    }

    .ng-foot .ng-link-area {
        color: #999;
        float: right;
        width: 60%;
        text-align: right;
    }

        .ng-foot .ng-link-area span {
            height: 10px;
        }

        .ng-foot .ng-link-area a {
            color: #5790bb;
            font-size: 14px;
        }
/*.ng-foot .ng-link-area a:hover { color: #ff7e00 }*/
.third-area {
    line-height: 58px;
    _line-height: 43px;
    color: #737373;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: auto;
    margin-top: 15px;
}

    .third-area a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 50px;
        height: 50px;
        font-size: 0;
        overflow: hidden;
        margin: 6px 10px 0px;
    }

.third-area-a {
    font-size: 12px;
}

.ta-qq {
    background: url(../images/pub_user.png) no-repeat;
    background-size: auto 200px;
}

.ta-weibo {
    background: url(../images/pub_user.png) no-repeat;
    background-size: auto 200px;
    background-position: 0 -70px;
}

.ta-alipay {
    background: url(../images/pub_user.png) no-repeat;
    background-size: auto 200px;
    background-position: 0 -147px;
}

.yanzheng {
    width: 100%;
    overflow: hidden;
}

.codeTxt { /*width:30%; height:35px; float:left;*/
}

    .codeTxt input {
        border: 0;
        text-align: right;
        padding-left: 5px;
        font-size: 14px;
    }

.yanzheng.code {
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #dedede;
}

    .yanzheng.code input {
        width: 100px !important;
    }

.codePhoto {
    height: 30px;
    float: right;
    margin-top: -10px;
}

    .codePhoto img {
        border: 1px solid #DFDFDF;
        margin-left: 10px;
        height: 35px;
    }

.btn_big1 {
    width: 90%;
    margin-left: 5%;
}
/*注册*/
.log_reg_box {
    width: 100%;
}

    .log_reg_box ul.tab {
        width: 100%;
        padding-bottom: 20px;
    }

        .log_reg_box ul.tab li {
            width: 50%;
            height: 41px;
            text-align: center;
            line-height: 40px;
            font-family: 微软雅黑;
            font-size: 14px;
            color: #3e3e3e;
            float: left;
        }

            .log_reg_box ul.tab li.curr span {
                border-left: 1px solid #fbfdfe;
                border-right: 1px solid #fbfdfe;
                display: block;
                color: #EE2222;
            }

                .log_reg_box ul.tab li.curr span font {
                    border: 1px solid #fcfcfd;
                    display: block;
                }

            .log_reg_box ul.tab li.currl span {
                background: #F2F5F7;
                border-right: 1px solid #d3d3d3;
                border-bottom: 1px solid #d3d3d3;
                -webkit-box-shadow: 0 1px 1px #E9EBEC;
                color: #3e3e3e;
            }

            .log_reg_box ul.tab li.currr span {
                background: #F2F5F7;
                border-left: 1px solid #d3d3d3;
                border-right: none;
                border-bottom: 1px solid #d3d3d3;
                -webkit-box-shadow: 0 1px 1px #E9EBEC;
                color: #3e3e3e;
            }

#logRegTabCon {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.log_reg_item {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

    .log_reg_item input {
        float: right;
        text-align: right;
    }

.hide {
    display: none
}

.c-form-txt-normal {
    font-family: 微软雅黑;
    display: block;
    padding-left: 9px;
    color: #333333;
    border: 0;
    margin: 0;
    height: auto;
}

.zphone {
    display: inline-block;
    border-radius: 5px;
    float: right;
    height: 35px;
    border: 1px solid #225ad6;
    margin-left: 10px;
    background: #fff;
    color: #225ad6;
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
    padding: 0 5px;
    margin-top: -6px;
}

.tips {
    font-size: 14px;
}

.registerLabel {
    width: auto;
    float: left;
    font-size: 14px;
}

.field {
    overflow: hidden;
}

#tbh5v0 .reg-success .tips, #tbh5v0 .login-success .tips, #tbh5v0 .reg-success .c-btn-oran-big1, #tbh5v0 .login-success
#tbh5v0.err .tips {
    color: red;
}

#tbh5v0 .success .tips {
    display: none;
}

#tbh5v0 .tips {
    font-size: 12px;
    color: #999;
}

    #tbh5v0 .tips span {
        color: #eb4f38;
    }

    #tbh5v0 .tips a {
        color: #69F
    }

        #tbh5v0 .tips a.big {
            font-size: 14px;
        }

#tbh5v0 .innercontent .tips-act {
    font-size: 16px;
    padding: 20px 0;
    line-height: 25px;
}

#tbh5v0 .innercontent .tips-title {
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
}

/*领勋章*/
.page_medal {
    background: #fff;
}

    .page_medal .section {
    }

        .page_medal .section .title {
            color: #222;
            margin: 10px 0;
            position: relative;
            padding-left: 15px;
        }

            .page_medal .section .title::before {
                content: "";
                width: 8px;
                height: 15px;
                background: #225ad6;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 2px;
            }

        .page_medal .section .choose_type {
            padding: 15px;
        }

            .page_medal .section .choose_type select {
                border: 1px solid #dedede;
                height: 35px;
                line-height: 35px;
                border-radius: 3px;
                width: 100%;
            }

        .page_medal .section .tab_list {
            margin-top: 20px;
        }

            .page_medal .section .tab_list .title {
                margin-left: 15px;
            }

            .page_medal .section .tab_list table {
                width: 100%;
                border-top: 1px solid #dedede;
            }

                .page_medal .section .tab_list table tr {
                    border-bottom: 1px solid #dedede;
                }

                    .page_medal .section .tab_list table tr td, .page_medal .section .tab_list table tr th {
                        color: #333;
                        text-align: center;
                        padding: 5px 0;
                        border-right: 1px solid #dedede;
                    }

                    .page_medal .section .tab_list table tr td {
                        color: #666;
                    }

    .page_medal .tx_tips {
        color: #666;
        padding: 25px;
        margin-top: 30px;
        font-size: 12px;
        line-height: 20px;
    }

        .page_medal .tx_tips span {
            color: #eb4f38;
        }

        
/*领勋章*/
.page_prizeList {
    background: #fff;
}

    .page_prizeList .section {
    }

        .page_prizeList .section .title {
            color: #222;
            margin: 15px 0;
            position: relative;
            padding-left: 15px;
        }

            .page_prizeList .section .title::before {
                content: "";
                width: 5px;
                height: 15px;
                background: #225ad6;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 2px;
            }

        .page_prizeList .section .choose_type {
            padding: 15px;
        }

            .page_prizeList .section .choose_type select {
                border: 1px solid #dedede;
                height: 35px;
                line-height: 35px;
                border-radius: 3px;
                width: 100%;
            }

            .page_prizeList .section  .title {
                margin-left: 15px;
            }

          .page_prizeList .section  .receive_prize{color:#225ad6;/*border:1px solid #225ad6;*/border-radius:3px;padding:3px 5px;float:right;margin-right:10px;margin-top: -3px;}

            .page_prizeList .section .tab_list table {
                width: 100%;
                border-top: 1px solid #dedede;
            }

                .page_prizeList .section .tab_list table tr {
                    border-bottom: 1px solid #dedede;
                }

                    .page_prizeList .section .tab_list table tr td, .page_prizeList .section .tab_list table tr th {
                        color: #333;
                        text-align: center;
                        padding: 5px 0;
                        border-right: 1px solid #dedede;
                    }

                    .page_prizeList .section .tab_list table tr td {
                        color: #666;
                    }
                     .page_prizeList .section .tab_list table tr td a{
                         border:1px solid #222;border-radius:25px;padding:3px 8px;font-size:12px;display:inline-block;

                     }

        .page_prizeList .tx_tips span {
            color: #eb4f38;
        }
.page_prizeList .choose_kids{padding:0 15px 15px 15px;overflow:hidden}
.page_prizeList .date-item a{float:left;margin-top:5px}
.page_prizeList .date-item span{padding-left:10px;padding-right:10px;color:#222;}
.page_prizeList .date-box span{border:1px solid #ccc;padding:6px 17px 7px 17px;border-radius:4px}
.page_prizeList .date-box{float:left;margin-right:5px}
.page_prizeList .date-item a{padding-left:5px;padding-right:5px;border:1px solid #ccc;display:inline-block;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
 margin-right:10px;line-height:30px;float:left;margin-top:0px}
.page_prizeList ul li .add{color:#eb4f38;border: 1px solid #eb4f38;padding:0px 5px;line-height: 30px; border-radius:3px;margin-top: 0px;display: inline-block;}
.page_prizeList .cur{border:1px solid #225ad6!important;color:#225ad6;background:url(/Content/calendar-price-jquery-master/src/img/date_bg_blue.png) no-repeat right 6px;
background-size:25px}
.page_prizeList .cur span{color:#225ad6;}
.page_prizeList .remind_bg{border-radius:25px;background:#225ad6;color:#fff!important;padding:5px 15px 5px 25px;margin-left:27px}
.page_prizeList .Product-description input[type="checkbox"]{-webkit-appearance:none;vertical-align:middle;background:#fff;border:#999 solid 1px;border-radius:3px;min-height:16px;min-width:16px;position:relative}
.remind_icon{position:relative;margin-top: 10px;}
.wxts{padding:15px;}
.remind_icon img {width: 45px;position: absolute;left: 0;top: -12px;}
 .page_prizeList .tx_tips{ margin-left: 0; color: #666;line-height:20px;border: 1px dashed #225ad6;font-size:14px; border-radius: 10px;padding: 10px 15px;}

.page_prizeList .prize_type{overflow:hidden;}
.page_prizeList .prize_type .list{padding:5px 15px;color:#666;}
.page_prizeList .prize_type .list span{color:#666;}
.page_prizeList .prize_type .list input{border:1px solid #ccc;border-radius:3px;width:80px;height:30px;padding:0 5px;line-height:30px;margin:0 5px;text-align: center;}
.page_prizeList .prize_type .list .tips{color:#999;font-size:10px;overflow:hidden;position:relative;padding-left:10px;margin-left: 15px;}
.page_prizeList .prize_type .list .tips em{color:#eb4f38;left:0;position:absolute;top:2px;}
.page_prizeList .submit_btn{padding:15px;}
.page_prizeList .submit_btn a{display:block;box-sizing:border-box;margin:auto;width:100%;border-radius:5px;background:#225ad6;color:#fff;
  text-align:center;font-size:1pc;line-height:45px;cursor:pointer;}
.page_prizeList .gray_line{border-bottom: 1px solid #dedede;}

.page_prizeList .intro_tc{width:80%;margin-top:35%;margin-left:10%;padding:20px;position:relative;z-index: 999;border-radius:5px;background:#fff;color:#666;line-height:30px;font-size:14px;box-sizing: border-box;}
.page_prizeList .content{font-size:14px;border-bottom: 1px solid #f1f1f1;border-top: 1px solid #f1f1f1;padding:10px 0;    margin: 15px 0;}
.page_prizeList .top_img{margin-top: 25%;}
.page_prizeList  .top_img img{width:50%;margin-left:25%;}
.page_prizeList .items .title{font-weight:bold;color:#222;font-size:16px;text-align:center;}
.page_prizeList  .items .title em{display:inline-block;content:'';background:#fff url(/Content/member/img/xz_start.png) no-repeat center!important;width:10px;height:10px;margin: 0 10px;}
.page_prizeList  .items .title i{margin-right:5px;float:left;}
.page_prizeList .intro_tc .items .close{text-align:center;}
.page_prizeList  .intro_tc .items .close a{display:inline-block;background:#225ad6;color:#fff;border-radius:25px;padding:5px 35px;margin:0 auto;}
.page_prizeList  .c-form-txt-normal.else{width:100%;text-align:left;border:1px solid #dedede;border-radius:3px;height:35px;line-height:35px;}
.page_prizeList  .date-item span{color:#222;}
.page_prizeList  .date-item .cur span{color:#225ad6;}
.page_prizeList  .close{text-align:center;margin-top:10px;}
.page_prizeList  .content p{text-align:center;color:#666;font-size:16px;}
.page_prizeList   .content p span{font-size:18px;color:#eb4f38;font-weight:bold;margin:0 10px;}
.page_prizeList  .btn_big1 {cursor: pointer;color: #fff;margin-top: 10px; border-radius: 3px; display: inline-block; margin-left:0;text-align: center;padding: 6px 0;font-size: 16px;border: 0;}
.page_prizeList  .btn_big1.cancel{width:46%;margin-right:2%;border:1px solid #ccc;background:#fff;color:#999;display:inline-block;}
.page_prizeList  .btn_big1.ok{width:46%;margin-left:3%;background: #225ad6;border:1px solid #225ad6;display:inline-block;}

.page_prizeDetail{background:#f1f1f1;}
.page_prizeDetail .detail{background:#fff;}
.page_prizeDetail .detail p{padding:15px;border-bottom:1px solid #f1f1f1;overflow:hidden;}
.page_prizeDetail .detail p span{/*float:right;*/color:#666;}



/*孩子列表*/
.page_kidlist {
    background: #fff;
}

    .page_kidlist .section .lids_list {
    }

        .page_kidlist .section .lids_list .list {
            padding: 15px;
            border-bottom: 1px solid #dedede;
            position: relative;
        }

            .page_kidlist .section .lids_list .list .left_info .name {
                font-size: 16px; /*font-weight:bold;*/
                margin-bottom: 3px;
            }

            .page_kidlist .section .lids_list .list .left_info .info span {
                margin-right: 10px;
                color: #666;
            }

            .page_kidlist .section .lids_list .list .edit {
                font-size: 14px;
                position: absolute;
                top: 50%;
                margin: auto;
                right: 15px;
                transform: translate(0,-50%);
            }

                .page_kidlist .section .lids_list .list .edit i {
                    font-size: 20px;
                }

    .page_kidlist .header .right_add {
        line-height: 45px;
        position: absolute;
        right: 10px;
    }

    .page_kidlist .header .add {
        color: #225ad6;
        border-radius: 5px;
        padding: 5px 10px; /*border:1px solid #225ad6;*/
    }

/*孩子列表*/
.comment_lists {
    overflow: hidden;
}

    .comment_lists .left_headImg {
        float: left;
        width: 40px;
        margin-right: 10px;
    }

        .comment_lists .left_headImg img {
            width: 40px;
            height: 40px;
        }

    .comment_lists .top_info {
        overflow: hidden;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .comment_lists .top_info .name { /*line-height:40px;*/
        }

        .comment_lists .top_info .publish_date {
            color: #999; /*line-height:40px;*/
        }

        .comment_lists .top_info .right_info {
            margin-left: 50px;
        }

    .comment_lists .all_info .content {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .comment_lists .list {
        padding: 10px;
        border-top: 1px solid #dedede;
    }

        .comment_lists .list .imgs {
            padding: 0 10px;
            overflow: hidden;
        }

            .comment_lists .list .imgs > span {
                width: 23%;
                float: left;
                margin: 0 1%;
                display: inline-block;
                box-sizing: border-box;
            }

                .comment_lists .list .imgs > span img {
                    width: 100%;
                    border: 1px solid #dedede;
                }

    .comment_lists .info_light .result {
        color: #dd2726;
        font-weight: bold;
    }

    .comment_lists .one {
        overflow: hidden;
    }

.page_transition {
    padding-top: 0px;
    background: #f9f9f9;
}

    .page_transition .white_bg {
        background: #fff;
        border-radius: 5px;
        width: 86%;
        margin-left: 7%;
        box-shadow: 0 0 15px #f1f1f1;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .page_transition p {
        text-align: center;
    }

.mid_ts_img {
    text-align: center;
    margin-top: 25px;
}

    .mid_ts_img img {
        width: 130px;
    }

.page_transition .reg_suc .suc_txt {
    color: #222;
    font-size: 20px;
    margin-bottom: 10px;
}

.page_transition .pril_intro {
    color: #999;
    font-size: 14px;
}

.white_bg .top_title {
    text-align: center;
}

.white_bg .step_tab {
    text-align: center
}

    .white_bg .step_tab .box_title {
        border-radius: 25px;
        background: #225ad6;
        color: #fff;
        margin-left: -25px;
        display: inline-block;
        font-size: 14px;
        padding: 5px 15px;
        position: relative;
        padding-left: 45px;
    }

    .white_bg .step_tab .box_title {
        background: -webkit-linear-gradient(left top, #225ad6, #6b97f8); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(bottom right, #225ad6, #6b97f8); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(bottom right, #225ad6, #6b97f8); /* Firefox 3.6 - 15 */
        background: linear-gradient(to bottom right, #225ad6, #6b97f8); /* 标准的语法 */
    }

        .white_bg .step_tab .box_title:before {
            content: '';
            background: #225ad6;
            width: 40px;
            height: 40px;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            left: 0;
            top: -5px;
            background: url(../img/gift_icon2.png) no-repeat top center;
            background-size: 100%;
        }

    .white_bg .step_tab .arrow_next {
        margin: 5px 0;
    }

        .white_bg .step_tab .arrow_next img {
            width: 30px;
        }

    .white_bg .step_tab .main_point {
        font-size: 14px;
        color: #222;
    }

    .white_bg .step_tab .vice_intro {
        color: #999;
        margin-top: 5px;
        font-size: 12px;
    }

.page_transition .section .ctn_pic {
    text-align: center;
}

    .page_transition .section .ctn_pic img {
        width: 100%;
        margin-top: 45px;
    }

.page_transition .btns {
    text-align: center;
}

.page_transition .skip {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #999;
    font-size: 14px;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.page_transition .btns .perfect_info {
    font-size: 16px;
    display: inline-block;
    color: #225ad6;
    border-radius: 50px;
    border: 1px solid #225ad6;
    padding: 12px 0;
    background: #225ad6;
    color: #fff;
    width: 80%;
    margin: 15px 0;
}

.tc.transition_tc {
}

.page_updateIofo .white_bg {
    background: #fff;
    width: 86%;
    margin-left: 7%;
    margin-top: 35%;
    border-radius: 5px;
    padding: 25px 10px;
}

.page_updateIofo .perfect_info {
    font-size: 16px;
    display: inline-block;
    color: #225ad6;
    border-radius: 50px;
    border: 1px solid #225ad6;
    padding: 12px 0;
    background: #225ad6;
    color: #fff;
    width: 80%;
    margin-top: 25px;
    text-align: center;
    margin-left: 10%;
}

.page_updateIofo .list {
    position: relative;
}

.page_updateIofo .finish_icon {
    position: absolute;
    right: 50px;
    top: 0px;
}

    .page_updateIofo .finish_icon img {
        width: 60px;
    }

.page_updateIofo .skip {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 5px 15px;
}

.page_updateIofo .log_reg_item {
    width: 90%;
}

.page_updateIofo .check_list input {
    float: none;
}

/*个人信息*/
.page_family_info {
    background: #f1f1f1;
}

    .page_family_info .section {
        padding: 15px 0;
    }

    .page_family_info .info_title {
        padding: 10px 15px 10px 10px;
        font-size: 14px;
        color: #222;
        overflow: hidden;
        border-bottom: 1px solid #f1f1f1;
        font-weight: bold;
    }
        /*.page_family_info .info_title i{font-size:28px;margin-right:10px;}*/
        .page_family_info .info_title img {
            width: 30px;
            float: left;
            margin-right: 10px;
            margin-top: -5px;
        }
        /*.page_family_info .info_title .edit_btn{color:#fff;background:#225ad6;font-weight:normal;border-radius:25px;padding:5px 15px;float:right;font-size:12px;margin-top:3px;}*/
        .page_family_info .info_title .edit_btn {
            color: #666;
            float: right;
            font-weight: normal;
            position: relative;
            padding-right: 10px;
        }

            .page_family_info .info_title .edit_btn::after {
                content: "";
                position: absolute;
                top: 8px;
                right: 0;
                width: 10px;
                height: 10px;
                border-width: 1px;
                border-style: solid solid none none;
                border-color: #666;
                transform: rotate(45deg) translateY(-50%);
                transform-origin: center;
            }

            .page_family_info .info_title .edit_btn .point {
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #eb4f38;
                display: inline-block;
                position: absolute;
                right: 5px;
                top: -3px;
            }

    .page_family_info .head_img {
        text-align: center;
        margin-left: 20px;
    }

        .page_family_info .head_img img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 1px solid #dedede;
        }

    .page_family_info .parent_Info {
        position: relative;
    }

        .page_family_info .parent_Info .basic_info {
            overflow: hidden;
        }

            .page_family_info .parent_Info .basic_info .list {
                float: left;
                text-align: center;
                width: 33.333%;
                margin: 20px 0 10px 0;
            }

                .page_family_info .parent_Info .basic_info .list .info {
                    color: #222;
                    font-size: 16px;
                    margin-top: 10px;
                    line-height: 21px;
                }

        .page_family_info .parent_Info .finish_label {
            position: absolute;
            right: 35px;
            bottom: 15px;
        }

            .page_family_info .parent_Info .finish_label img {
                width: 70px;
                height: 70px;
            }

    .page_family_info .child_Info .info_title { /*border-bottom:1px solid #e4e8f3;*/
        border-bottom: 1px solid #f1f1f1;
        font-weight: bold;
    }

    .page_family_info .kids_list .list {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }

        .page_family_info .kids_list .list:last-child {
            border-bottom: 0;
        }

        .page_family_info .kids_list .list .left_info .name {
            font-size: 16px; /*font-weight:bold;*/
            margin-bottom: 5px;
        }

        .page_family_info .kids_list .list .left_info .info span {
            margin-right: 10px;
            color: #666;
        }

        .page_family_info .kids_list .list .edit {
            font-size: 14px;
            position: absolute;
            top: 50%;
            margin: auto;
            right: 15px;
            transform: translate(0,-50%);
            border: 1px solid #666;
            border-radius: 50%;
            padding: 5px;
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 22px;
        }

            .page_family_info .kids_list .list .edit i {
                font-size: 18px;
                color: #666;
            }

    .page_family_info .header .right_add {
        line-height: 45px;
        position: absolute;
        right: 10px;
    }

    .page_family_info .header .add {
        color: #225ad6;
        border-radius: 5px;
        padding: 5px 10px; /*border:1px solid #225ad6;*/
    }

    .page_family_info .gray_line {
        margin: 15px 0;
    }

    .page_family_info .parent_Info {
        border-radius: 0 0 150px 0px;
        background: #ffffff;
        padding-bottom: 20px;
        box-shadow: 0 5px 10px #edf0f9;
        margin-bottom: 20px;
    }

    .page_family_info .add_kids {
        display: inline-block;
        border: 1px solid #225ad6;
        color: #225ad6;
        font-size: 16px;
        line-height: 40px;
        width: 60%;
        margin-top: 20px;
        margin-left: 20%;
        border-radius: 5px;
        text-align: center;
    }

    .page_family_info .not_addKid p {
        text-align: center;
        margin: 20px 0;
    }

        .page_family_info .not_addKid p img {
            width: 150px;
        }

    .page_family_info .part_box {
        width: 94%;
        margin-left: 3%;
        border-radius: 10px;
        background: #fff;
        padding: 10px 5px;
        margin-bottom: 15px;
        box-sizing: border-box; /* border:1px solid #edf0f9;box-shadow:0 5px 10px #edf0f9;*/
    }

    .page_family_info .lead_block {
        overflow: hidden;
        text-align: right;
        position: relative;
        padding-right: 15px;
        margin-bottom: -20px;
        z-index: 9999;
    }

        .page_family_info .lead_block .txt {
            background: #225ad6;
            color: #fff;
            border-radius: 5px;
            display: inline-block;
            padding: 5px 10px;
            font-weight: normal;
            box-shadow: 3px 3px 10px #c5d6fa;
            font-size: 12px;
        }

            .page_family_info .lead_block .txt i {
                color: #fff;
                margin: 0 0 0 10px;
                float: right;
            }

        .page_family_info .lead_block .arrow span {
            margin-right: 35px;
            width: 0px;
            height: 10px;
            display: inline-block;
            border-top: 6px solid #225ad6;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: "";
        }
/*注册版本2样式*/
.page_register .list{border-bottom:1px solid #dedede;padding:20px;overflow:hidden;}
.page_register .input_list{width:100%}
.page_register .right_input{float:right;border:0;text-align:right}
.page_register .btn_group{width:90%;margin-left:5%}
.page_register .btn_group .item{text-align:center;margin-top:20px;color:#666}
.page_register .btn_group .item a{color:#225ad6;margin:0 5px}
.page_register input[type=checkbox]{position:relative;-webkit-appearance:none;vertical-align:middle;background:#fff;border:#999 solid 1px;border-radius:3px;height:16px;width:16px;margin-right:5px;margin-top:2px}
@media(max-width:320px){.choose input[type=checkbox]{margin-left:10px}}
.page_register input[type=checkbox]:checked{background:#225ad6;border:1px solid #225ad6}
.page_register input[type=checkbox]:checked::after{content:'';top:3px;left:3px;position:absolute;background:0 0;border:#fff solid 2px;border-top:none;border-right:none;height:5px;width:8px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.page_register .yanzheng.code{border-top:0!important}
.page_register .btn_big1{cursor:pointer;font-family:微软雅黑;display:block;margin:auto;background:#225ad6;font-size:16px;line-height:45px;border:0;color:#fff;width:100%;margin:auto;margin-top:20px;margin-bottom:10px;border-radius:5px}
.page_register #areaLabel{height:auto!important}
.page_register #areaLabel span{width:auto!important}
/*.page_register .layui-m-layersection{position:absolute;bottom:0;width:100%;left:0;}*/
.page_register .layui-m-layerbtn span[no]{background:#fff;border-right:0;}
.page_register .layui-m-layerbtn span[yes]{background:#225ad6;color:#fff;border-radius:0;}
.page_register .red_lab{color:#eb4f38;}
.page_register input[type=radio]{margin:0 5px;-webkit-appearance:none;vertical-align:middle;background:#fff;border:#999 solid 1px;border-radius:50%;min-height:16px;min-width:16px}
.page_register input[type=radio]:checked{background:#225ad6;border:1px solid #225ad6;position:relative}
.page_register input[type=radio]:checked::after{content:'';top:3px;left:3px;position:absolute;background:#fff;width:8px;height:8px;border-radius:50%}
.page_register .course_list ul{overflow:hidden;text-align:right;overflow:hidden;float:left; }
.page_register .course_list ul  li{float:left; margin-right: 10px;margin-right: 10px;margin-bottom:10px;}
.page_register .course_list ul  li a{border:1px solid #ccc;padding-left: 5px;padding-right: 5px; display: inline-block;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; margin:0; line-height: 30px;}
.page_register .list.choose_course{padding:20px 20px 9px 20px;}
.page_register .course_list{margin-top:-5px; overflow: hidden;margin-top:10px;} 
.page_register .course_list ul  li a:active,.page_register .course_list ul  li a:focus,.page_register .course_list ul  li a:hover{color:#222;}
.page_register .course_list ul  li a.cur{color:#225ad6;font-size:14px;border:1px solid #225ad6!important;background: url(/Content/calendar-price-jquery-master/src/img/date_bg_blue.png) no-repeat right 6px;background-size:25px;}


/*新增地址*/
.page_order .coproduct ul li span {float:none !important;}
.page_order .new-name input{background:#fff;margin-top:0;}
.page_order .flow_youhui_no{padding:10px;}
.page_order .textLeaveWord{border-radius:3px;}
.page_order .pselection-button,.fixed-bottom-right{background-color: #dd2726;}
.page_order .nameinformation{margin-top:0;}
.page_order .new-add-address p{padding-bottom:10px;}
.page_order .new-name{padding-left:0;}
.page_order .coproduct ul{margin-left:10px;margin-right:10px;}
.page_order .date-item span{color:#666;}
.page_order .user_address{padding:15px;overflow:hidden;border-bottom: 4px solid #eee;}
.page_order .user_address .addr_icon{margin-top: 3px;width:30px;height:30px;text-align:center;border-radius:50%;background:#225ad6;padding:5px;display:inline-block;
    background: -webkit-linear-gradient(left top, #598af7, #225ad6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #598af7, #225ad6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #598af7, #225ad6); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #598af7, #225ad6); /* 标准的语法 */
}
.page_order .user_address .addr_icon i{color:#fff;font-size:28px;}
.page_order .user_address .address_info{margin-left:10px;}
.page_order .user_address .tel{color:#999;font-size:14px;margin-left:10px;}
.page_order .user_address .name{font-size:16px;}
.page_order .user_address .detail{color:#333;margin-top:5px;}
.page_order .mrg_10{border-bottom:10px solid #eee;}
.page_order .add_address {text-align:center;border-bottom:10px solid #eee;}
.page_order .add_address .add_btn{background:#225ad6;color:#fff;border-radius:5px;display:inline-block;padding:7px 15px;margin:10px auto;}
.page_order .add_address .txt{font-size:14px;color:#666;margin-top:15px;}

