html,body,.page{
    width:100%;
    height:100%;
    overflow-x:hidden;
    color:#909090;
}
.page .weui_toast{
    z-index:10;
    width: 60px;
    min-height: 60px;
    top: 181px;
    left: 50%;
    margin-left: -30px;
}
.page .weui_toast .weui_loading{
    top: 50%;
}
.weui_toast_content{
    margin-top:80px;
}
.weui_toast_content.p{
    margin-top:0px;
}
/*登录弹出界面*/
.toast_box{
    position: absolute;
    top: 0;
    left: 0;
    z-index:10;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
}
.vertical_line{
    display:inline-block;
    height:20px;
    margin-top:12px;
    border-left:1px solid #D6d7dc;
}
.icon_input{
    display:inline-block;
    width:18%;
    height:20px;
    line-height:20px;
    margin-top:12px;
    text-align:center;
    vertical-align:top;
}
.input_R{
    display:inline-block;
    box-sizing:border-box;
    width:78%;
    height:42px;
    padding:4px 10px;
    vertical-align:top;
    border:none;
    background:#f7f8f9;
}
._toast {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -40%;
    z-index: 12;
    box-sizing:border-box;
    width: 80%;
    height:375px;
    padding:0 20px;
    padding-top:24px;
    min-height: 7.6em;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
.toast_box.password ._toast {
    height:300px;
}
._toast .input_box{
    box-sizing:border-box;
    margin-top:15px;
    width:100%;
    height:44px;
    border:1px solid #D6d7dc;
    border-radius:4px;
    background:#f7f8f9;
    text-align: left;
}
._toast .input_boxA .phone_yzm{
    width:44%;
}
._toast .input_boxA .btn_yzm{
    display:inline-block;
    box-sizing:border-box;
    width:32%;
    height:44px;
    padding:4px;
    vertical-align:top;
    border:none;
    background:#f7f8f9;
    color:#f75555;
}
._toast .btn_box{
    padding:0 0;
    margin-top:15px;
}
._toast .btn_back .btn2{
    background:#fff;
    color:#323232;
    font-size:12px;
}
._toast .btn_back .login_radio,
._toast .btn_back .btn2.btn_forgetPassword{
    height:30px;
    font-size:12px;
}
._toast .btn_back .login_radio{
    float:left;
    width:50%;
    text-align:left;
    line-height:30px;
    color:#909090;
}
._toast .btn_back .login_radio input{

    vertical-align:middle;
}
._toast .btn_back .btn2.btn_forgetPassword{
    float:left;
    width:50%;
    padding-right:0;

    color:#909090;
}
._toast .btn_back .btn2.btn_forgetPassword:first-child{
    text-align:left;
}
._toast .btn_back .btn2.btn_forgetPassword:last-child{
    text-align:right;
}
.yzm_btn_com {
    border: none;
    width:86px;
    height: 100%;
    color: #09bb07;
    background: none;
    vertical-align: top;
    z-index: 999;
}
._toast .btn_box {
    padding: 0 0;
    margin-top: 8px;
 }

.btn2 {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: #09bb07;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}
.weui_dialog_confirm .notice_message{
    text-align:center ;
}
._toast .notice_text {
    color: #f75555;
    height: 16px;
    font-size:12px;
    text-align: center;
    margin-top: 10px;
}

/*登录弹出界面end*/

/*用户登录*/
.page.login{
    width:100%;
    height:100%;
    box-sizing:border-box;
    background:url("../images/12001.jpg") no-repeat 0 0;
    background-size:100% 100%;
}
.page .login_content{
    width:100%;
    height:100%;
    padding-top:16%;
    box-sizing:border-box;
}
.login_content .btn{
    margin:72px 15px;
}
.login_content .get_password a{
    font-size:12px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e5e5e5;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e5e5e5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #e5e5e5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #e5e5e5;
}
.title_logo{
    width:68px;
    height:68px;
    margin:20px auto 24px;
    border-radius:50%;
    border: 1px solid #fff;
    overflow:hidden;
}
.title_logo img{
    width:100%;
}
.login_content .weui_cells {
    background-color: rgba(255,255,255,0);
}
.login_content .weui_cells:before{
    border-top:0;
}
.login_content .weui_cells:after{
    border-bottom:0;
}
.login_content .weui_input{
    color:#fff !important;
}
.login_content .weui_label {
    width: 5em;
    color:#fff;
    font-size:14px;
}
.login_form.weui_cells{
    background-color:rgba(250,250,250,0.5);
}

/*弹出框*/
.dialog_input{
    height:40px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 14px;
    margin-bottom: 10px;
    border: 1px solid #04be02;
    line-height: 2.33333333;
    border-radius: 5px;
}
.logo_title{
    text-align:center;
    color:#fff;
}
h4.logo_title{
    font-size:24px;
}
p.logo_title{
    font-size:14px;
    margin-bottom:42px;
    letter-spacing:6px;
}
/*弹出框end*/
/*用户登录end*/
/*首页*/
.home{
    background-color:#ececec;
}
.home .home_header{
    position: relative;
    width:100%;
    height:216px;
    box-sizing:border-box;
    padding-top:15px;
    /*background:url("../images/home_bg.jpg") no-repeat;*/
    background-size:cover;
}
.home .home_header .title_logo{
    position:relative;
    margin-bottom:10px;
    overflow:hidden;
}
#preview{
    background:url('../images/Group.png') no-repeat 0 0;
    background-size: cover !important;
}

.home .home_header p{
    text-align:center;
    color:#FFF;
}
.home .home_header p.cash{
    position: absolute;
    bottom: 0;
    width:100%;
    height: 50px;
    margin-top: 5px;
    text-align:center;
    font-size:34px;
    line-height: 50px;
    background-color:rgba(255,255,255,0.1);

}
.home .home_header p.cash span{
    display:inline-block;
    width:55%;
    overflow:hidden;
}
.home .home_header p.cash b{
    position: absolute;
    left:20px;
    top:0;
    font-size:14px;
    vertical-align: top;
    margin-right: 10px;
}
.home .home_header p.cash .cardChange_btn{
    position: absolute;
    right: 20px;
    top: 0;
    display:inline-block;
    width:60px;
    padding-left:10px;
    font-size:14px;
    color:#fff;
}

.home .home_header p.cash a img{
    width: 26px;
    margin-top: 12px;
}
.home_body.weui_cells{
    margin-top:15px;
}
.home_body p{
    margin-left:10px;
    font-size:14px;
}
.home_body span{
    display:inline-block;
    width:78%;
    height:22px;
    overflow:hidden;
    float:left;
    margin-left:15px;
    line-height:24px;
    text-align:left;
    font-size:14px;
}
.home_body .show_password{
    width:80%;
    float: left;
    margin-left: 18px;
}
.client_home{
    font-size:14px;
    margin-bottom:20px;
}
.client_home p{
    margin-left:10px;
}
.home .btn{
    margin:20px 15px;
}

.show_touxiang_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display:none;
}
.show_touxiang_box img{
    width: 100%;
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 100;
}
.show_btn{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background-color: rgba(250, 250, 250, 0.66);
    z-index: 101;
    display:none;
}
.show_btn a{
    display: inline-block;
    width: 49%;
    height: 50px;
    margin: 0;
    border-left: 1px solid rgba(250, 250, 250, 0.62);
    line-height: 50px;
    text-align: center;
}
.show_btn a.btn_first{
    border-left: none;
    color: #5a5a5a;

}
.show_btn a #doc{
    left:50%;
    width:50%;
}


/*首页end*/
/*订单列表*/
.orderList .weui_navbar{
    height:52px;
    z-index:100;
}
.orderList .weui_navbar a{
    display: inline-block;
    width: 86%;
    height:19px;
    font-weight:600;
    color:#5a5a5a;
    line-height:100%;
}
.orderList .weui_navbar_item{
    padding-bottom:0;
}
.hoverActive{
    padding-bottom:12px;
    color:#09BB07;
    border-bottom:3px solid #09BB07;
}
.order_content .weui_cells{
    margin-top:0;
}
.order_content p{
    color:#999;
}
.order_content span{
    font-size:28px;
}
.order_content .weui_cells_access .weui_cell_ft:after {
    height: 10px;
    width: 10px;
    top: -4px;
}
.cash_color1{
    color:#09BB07;
}
.cash_color2{
    color:#FD0001;
}

.orderList .notice{
    position: fixed;
    top: 40%;
    left: 50%;
    text-align: center;
    width: 170px;
    font-size:28px;
    margin-left: -85px;
    padding: 4px 10px;
}
/*订单列表end*/
/*订单详情*/
.orderDetails{
    background:#efeff4;
}
.orderDetails_header{
    padding-top:20px;
    height:200px;
    background:#fff;
    text-align:center;
}
.orderDetails_header .title_logo{
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: solid 1px #e2e2e2;
    overflow: hidden;
    margin: 0 auto;
}
.orderDetails_header .title_logo img{
    width:92px;
    height:92px;
}
.orderDetails_header p{
    width: 100%;
    height: 24px;
    overflow: hidden;
    margin-bottom: 13px;
    padding-top: 2px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    color: #909090;
}
.orderDetails_header p.cash_color1{

    font-size: 32px;
    color:#09BB07;
}
.orderDetails_header b{
    font-size:22px;
}

.cotant_title.weui_cells_title{
    height:45px;
    line-height:45px;
    margin-bottom:0;
    background:#fff;
}
.orderDetails .detailsOrder_input{
    margin-left:20px;
}
.orderDetails .btn{
    margin:20px 15px;
}
.orderDetails .yzm_btn{
    width:110px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
}
/*订单详情end*/
/*付款账单详情*/
.pay_details .weui_msg_title{
    display:block;
    width:100%;
}
.orderDetails.pay_details .orderDetails_header{
    height:165px;
}
/*付款账单详情end*/
/*客服中心*/
.clientCenter .orderDetails_header{
    height:150px;
    padding-bottom:15px;
}
.clientCenter .orderDetails_header .title_logo{
    float:none;
}
.clientCenter .weui_cells_title form{
    float:right;

}
.piaochecked {
    display:inline-block;
    vertical-align:middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    background-image: url("../images/inputradio.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size:42px auto;
}
.on_check {
    background-position:-24px 0;
}
.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.clientCenter .weui_cells_title form .rad_service{
    margin-left:10px;
}
.clientCenter .weui_cells_title.rad {
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
    background: #fff;

}
.clientCenter .comment {
    margin:10px;
    border:1px solid #ececec;
    border-radius:5px;
}
.clientCenter .btn{
    margin:20px 15px;
}
/*客服中心end*/
/*扫码付*/
.weui_dialog_confirm .weui_dialog .weui_dialog_bd.dialog_contant{
    text-align:center;
}
/*扫码付end*/

/*会员说明*/
.page_card{
    background:#efeff4;
}
.club_card{
    box-sizing:border-box;
    width:100%;
    height:195px;
    padding:15px;
}
.club_card .card{
    /*background: -webkit-linear-gradient(rgb(129, 190, 253), #1553b1); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(rgb(129, 190, 253), #1553b1); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(rgb(129, 190, 253), #1553b1); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(rgb(129, 190, 253), #1553b1); !* 标准的语法 *!*/
}
.club_card .card{
    box-sizing:border-box;
    width:100%;
    height:100%;
    border-radius:4px;
    color:#FFF;
    font-size:22px;

}
.club_card.card_A .card{
    background:url('../images/member_car0.png') no-repeat 0 0;
    background-size:100% 100%;
}
.club_card.card_B .card{
    background:url('../images/member_car1.png');
    background-size:100% 100%;
}
.club_card.card_A{
    padding-bottom:10px;
}
.club_card.card_B{
    padding-top:0;
}
.club_card .card .text{
    margin: 0 auto;
    margin-top: 40px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px;
}
.club_card .card .text strong{
    font-size:22px;
}
.club_card .card .text .code{
    letter-spacing:2px;
    font-size:28px;
    text-shadow:#000 3px 1px 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.club_card .card .text span{
    font-size:10px;
}
.club_card .card .text .code span{
    font-size:14px;
    font-weight:500;
    text-shadow:none;
    letter-spacing:2px;
}
.club_card .card .text .bottom_L,
.club_card .card .text .bottom_R{
    margin-top:20px;
    float:left;
    width:50%;
    line-height: 24px;
}
.club_card .card .text .bottom_L{
    text-align:left;
}
.club_card .card .text .bottom_R{
    text-align:right;
}
.explain{
    background: #fff;

}
.explain span{
    margin-left:15px;
    font-size:12px;
    line-height:38px;

}
.explain dl{
    height:44px;
    border-top:1px solid #D6d7dc;
    margin:0 15px;
}
.explain dl .img_box{
    margin-top:3px;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#f75555;
    text-align:center;
    line-height:28px;
    color:#fff;
}
.explain dl p{
    font-size:12px;
    line-height:35px;
}
.explain dl .font_red{
    margin:0 4px;
    font-size:12px;
    color:#f75555;
    line-height:16px;
}
.explain dl dt,
.explain dl dd{
    padding-top:4px;
    float:left;
}
.explain dl dt{
    width:16%;
}
.explain dl dd{
    width:84%;
}
.page_card .footer{
    margin-top:10px;
    font-size:12px;
    padding-right:15px;
    text-align:right;
}
/*会员说明end*/
/*会员详情*/
.page.page_memberDetails .header{
    padding:10px 15px;
    background:#fff;
    font-size:14px;
}
.page.page_memberDetails .header dd{
    text-align:center;
    font-size:26px;
    color:#323232;
}
.page.page_memberDetails .detail_item{
    background:#fff;
}
.page.page_memberDetails .detail_item li{
    height:44px;
    line-height:44px;
    padding:0 15px;
    border-top:1px solid #D6d7dc;
    font-size:14px;
}
.page.page_memberDetails .detail_item span{
    float:right;
    color:#323232;
}
.page.page_memberDetails .footer{
    text-align:center;
}
/*会员详情end*/

/* xs-css start */
.flex{
    display: flex;
    display: -webkit-flex;
}
.flex.center{
    align-items: center;
}
.flex-vertical{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-con{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* xs-css end */





















