body{margin: 0;padding: 0;background-color: #f1f2f6}
p{margin: 0;padding: 0}
*{font-family: "Microsoft YaHei"}
ul{padding: 0; margin: 0}

.login_box{
    width: 86%;
    margin: auto;
}
.welcome_text{
    font-size: 18px;
    color: #333333;
    line-height: 80px;
    margin-top: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
.login_box ul{
    list-style-type: none;
}
.login_long_input input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #eeeeee!important;
    outline: none;
    padding: 0;
}
.login_long_input,.login_short_input{
    font-size: 14px;
    margin-bottom: 20px;
}
.login_long_input p,.login_short_input p{
    font-weight: bold;
}
.login_short_input input{
    width: 70%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #eeeeee!important;
    outline: none;
    float: left;
    padding: 0;
}
.login_short_input img{
    max-width: 30%;
    height: 40px;
    float: right;
}
.login_box a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #009bff;
    display: block;
    border-radius: 40px;
    margin-top: 200px;
    text-decoration: none;
}


.card_box{
    width: 100%;
    height: 200px;
    position: relative;
}
.card_bg{
    width: 100%;
    max-width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.card_content{
    width: 84%;
    position: absolute;
    left: 8%;
    top: 30px;
    z-index: 2;
}
.card_logo{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 10px 20px 10px 0;
}
.card_info{
    float: left;
    margin: 20px 0 0 20px;
}
.card_info p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 5px;
}
.card_info p strong{
    font-size: 22px;
    color: #f6ef37;
    line-height: 26px;
    margin-bottom: 5px;
}
.card_info p img{
    width: 34px;
    vertical-align: sub;
}
.card_content_top{
    overflow: hidden;
}
.card_exit{
    width: 40px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
}
.card_outstanding_account{
    width: 40px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.card_exit img,.card_outstanding_account img{
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}
.card_exit span,.card_outstanding_account span{
    display: block;
    font-size: 12px;
    color: #ffffff;;
    text-align: center;
    line-height: 12px;
}
.card_money{
    width: 70px;
}
.card_money strong{
    color: #f6ef37;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: block;
}
.card_money p{
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}




.index_function{
    width: 92%;
    margin: auto;
    overflow: hidden;
}
.index_function a{
    width: 50%;
    float: left;
    text-decoration: none;
}
.index_function a img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 15px auto 0;
}
.index_function a p{
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 30px;
}

.recharge_time{
    width: 92%;
    margin: 10px auto;
    overflow: hidden;
}
.recharge_time input{
    width: 70%;
    height: 40px;
    border-radius: 5px;
    float: left;
    outline: none;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border: 0;
    text-align: center;
}
.recharge_time button{
    width: calc(30% - 10px);
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    float: right;
    border: 0;
    background-color: #009bff;
    outline: none;
}






.all_function{
    width: 92%;
    padding: 0 4%;
    background-color: #ffffff;
    overflow: hidden;
}
.all_function_title{
    font-size: 12px;
    line-height: 40px;
    color: #333333;
    width: 92%;
    margin: auto;
}

.deposit_choice{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 40px;
}
.deposit_choice_remaining_sum{
    padding: 0 4% 30px;
}
.deposit_choice_remaining_sum span{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.deposit_choice_remaining_sum p{
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
}
.deposit_choice ul{
    list-style-type: none;
    width: 96%;
    padding-left: 4%;
    padding-bottom: 20px;
    overflow: hidden;
}
.deposit_choice li{
    width: 29%;
    margin-right: 3.5%;
    background-color: #ffffff;
    border: 1px solid #009bff;
    border-radius: 10px;
    color: #009bff;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.deposit_choice_now{
    background-color: #009bff!important;
    color: #ffffff!important;;
}
.deposit_input{
    width: 92%;
    padding: 0 4%;
    margin: 10px 0;
    height: 50px;
    background-color: #ffffff;
}
.deposit_input input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 14px;
    outline: none;
    border: 0;
    padding: 0;
}
.deposit_button{
    width: 92%;
    height: 40px;
    background-color: #009bff;
    border-radius: 10px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border: 0;
    margin: 20px auto;
    outline: none;
}
.deposit_back{
    width: 92%;
    line-height: 40px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    display: block;
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin: 30px auto;
    outline: none;
    text-decoration: none;
}
.copyright{
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.head_portrait_photo{
    width: 100%;
    padding: 30px 0;
    background-color: #ffffff;
}
.head_portrait_photo img{
    display: block;
    width: 120px;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #dddddd;
}
.head_portrait_text{
    width: 80%;
    margin: 30px auto;
}
.head_portrait_text strong{
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    display: block;
    margin-bottom: 15px;
}
.head_portrait_text ul{
    list-style-type: none;
}
.head_portrait_text li{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}
.head_portrait_text li img{
    width: 7px;
    margin: 10px 10px 0 0;
}
.head_portrait_text p{
    float: left;
    font-size: 12px;
    color: #999999;
    line-height: 40px;
}

.change_password_table{
    width: 100%;
    background-color: #ffffff;
    border-collapse:collapse;
    border-spacing:0;
}
.change_password_table tr{
    border-bottom: 1px solid #dddddd;
}
.change_password_table tr:last-of-type{
    border: 0;
}
.change_password_title{
    text-align: left;
    width: 20%;
    color: #333333;
    font-size: 12px;
    line-height: 40px;
    text-indent: 20px;
}
.change_password_input{
    width: 80%;
    text-align: left;
    line-height: 40px;
    color: #333333;
    font-size: 12px;
}
.change_password_input input{
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    font-size: 12px;
}
.change_password_tips{
    width: 92%;
    margin: auto;
}
.change_password_tips p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.change_password_tips span{
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

.personal_data_table{
    width: 100%;
    background-color: #ffffff;
    border-collapse:collapse;
    border-spacing:0;
}
.personal_data_table tr{
    border-bottom: 1px solid #dddddd;
}
.personal_data_table tr:last-of-type{
    border: 0;
}
.personal_data_title{
    text-align: left;
    color: #333333;
    font-size: 12px;
    line-height: 40px;
    padding: 0 0 0 20px
}
.personal_data_text{
    text-align: right;
    color: #666666;
    font-size: 12px;
    padding: 0 20px 0 0
}
.personal_data_photo{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 10px 5px;
    border-radius: 50%;
}
.personal_data_next{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: -10px;
}
.personal_data_classification{
    font-size: 12px;
    color: #333333;
    line-height: 40px;
    width: 92%;
    margin: auto;
}

.card_loss_report_box{
    width: 94%;
    margin: 10px auto 0;
}
.card_loss_report_box table{
    list-style-type: none;
    background-color: #ffffff;
    width: 100%;
    padding: 5px 4%;
}
.card_loss_report_box tr{
    font-size: 12px;
    color: #333333;
    line-height: 30px;
}
.card_loss_report_state{
    width: 30px;
    vertical-align: middle;
    margin-left: 10px;
}
.card_loss_report_box td span{
    margin-left: 8px;
}
.card_loss_report_card{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.card_loss_report_checked{
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.payment_code{
    width: 80%;
    margin: 80px auto;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.payment_code_code{
    width: 150px;
    display: block;
    margin: 0 auto 60px;
}
.payment_code p{
    font-size: 12px;
    color: #333333;
    line-height: 100px;
    text-align: center;
}
.payment_code_chioce{
    border-top: 1px solid #dddddd;
    width: 90%;
    padding: 0 5%;
    height: 40px;
}
.payment_code_chioce img{
    width: 30px;
    vertical-align: middle;
    margin: 0 10px;
}
.payment_code_chioce span{
    font-size: 12px;
    color: #333333;
    line-height: 40px;
}
.payment_code_next{
    width: 20px!important;
    float: right;
    margin: 10px 0 0 0!important;
}
.payment_code_link{
    width: 70%;
    margin: 50px auto 0;
}
.payment_code_link a{
    text-decoration: none;
    width: 50%;
    float: left;
}
.payment_code_link img{
    display: block;
    margin: auto;
    width: 40px;
}
.payment_code_link p{
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.popup_box{
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 200
}
.payment_code_popup{
    background-color: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-left: 0
}
.payment_code_popup_title{
    font-size: 12px;
    color: #333333;
    width: 100%;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
.payment_code_popup ul{
    list-style-type: none;
}
.payment_code_popup li{
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
    width: 86%;
    padding: 0 7%;
}
.payment_code_popup_img{
    width: 30px;
    margin: 10px 10px 0 0;
    float: left;
}
.payment_code_popup span{
    line-height: 50px;
    color: #333333;
    font-size: 12px;
    float: left;
}
.payment_code_popup_check{
    width: 20px;
    float: right;
    margin-top: 15px;
}
.payment_code_popup button{
    width: 100%;
    font-size: 12px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: 0;
}

.balance_inquiry_text{
    width: 100%;
    padding: 50px 0;
    background-color: #009bff;
    position: fixed;
    top: 0;
    left: 0;
}
.balance_inquiry_text p{
    font-size: 34px;
    color: #ffffff;
    text-align: center;
}
.balance_inquiry_text a{
    font-size: 14px;
    color: #009bff;
    background-color: #ffffff;
    width: 30%;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    margin: 30px auto 0;
    display: block;
    text-decoration: none;
}
.balance_inquiry_transaction{
    margin-top: 215px;
}

.deposit_others_info{
    margin-bottom: 10px;
}

.transaction_list_factor{
    width: 92%;
    padding: 5px 4%;
    height: 30px;
    background-color: #ffffff;
}
.transaction_list_factor_type,.transaction_list_factor_pay{
    background-color: #ffffff;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
    border: none;
    outline: none;
    float: left;
    margin-right: 10px;
}
.transaction_list_factor_month{
    background-color: #ffffff;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
    border: none;
    outline: none;
    float: right;
}
.transaction_list_factor img{
    width: 8px;
    vertical-align: middle;
    margin: 0 5px;
}
.transaction_list_title{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    width: 92%;
    padding: 0 4%;
}
.transaction_list_content{
    width: 100%;
    overflow: hidden;
}
.transaction_list_content ul{
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    list-style-type: none;
    overflow: hidden;
}
.transaction_list_content ul:last-of-type{
    border: 0;
}
.transaction_list_content li{
    float: left;
}
.transaction_list_content_img{
    height: 50px;
}
.transaction_list_content img{
    width: 30px;
    margin: 10px 20px;
}
.transaction_list_content_text{
    padding: 7px 0;
    max-width: 55%;
}
.transaction_list_content_text strong{
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: left;
}
.transaction_list_content_text span{
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    display: block;
}
.transaction_list_content_recharge{
    float: right!important;
    font-size: 18px;
    color: #f31227;
    line-height: 50px;
    margin-right: 15px;
}
.transaction_list_content_consume{
    float: right!important;
    font-size: 18px;
    color: #009bff;
    line-height: 50px;
    margin-right: 15px;
}
.transaction_list_popup{
    background-color: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-left: 0
}
.transaction_list_popup ul{
    list-style-type: none;
    border-bottom: 2px solid #f1f1f1;
}
.transaction_list_popup li{
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    line-height: 40px;
    color: #333333;
    font-size: 12px;
    text-align: center;
}
.transaction_list_popup button{
    width: 100%;
    font-size: 12px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: 0;
    outline: none;
}

.deposit_next{
    float: right;
    margin-top: 10px;
    padding-right: 10px;
}

.card_delay_button{
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 5px 0;
    background-color: #ffffff;
    overflow: hidden;
}
.card_delay_pass{
    background-color: #ffffff;
    color: #009bff;
    border: 1px solid #009bff;
    font-size: 12px;
    line-height: 24px;
    border-radius: 12px;
    float: right;
    margin-right: 10px;
    padding: 0 20px;
    outline: none;
}
.card_delay_refuse{
    background-color: #ffffff;
    color: red;
    border: 1px solid red;
    font-size: 12px;
    line-height: 24px;
    border-radius: 12px;
    float: right;
    margin-right: 10px;
    padding: 0 20px;
    outline: none;
}
.card_delay_approval{
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.card_delay_photo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
}

.face_popup{
    width: 336px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -168px;
    top: 50%;
    margin-top: -182px;
}
.face_popup img{
    width: 285px;
    display: block;
    margin: auto;
}
.face_popup p{
    font-size: 16px;
    color: #333333;
    line-height: 70px;
    text-align: center;
}
.face_popup button{
    width: 80%;
    font-size: 14px;
    color: #ffffff;
    background-color: #009bff;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    border: 0;
    margin: 20px auto;
    display: block;
    outline: none;
}
.face_title{
    width: 92%;
    margin: 30px auto;
    overflow: hidden;
}
.face_title p{
    float: left;
}
.face_title strong{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    display: block;
    font-weight: normal;
}
.face_title span{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    display: block;
}
.face_title img{
    width: 30px;
    float: right;
    margin-top: 15px;
}
.face_center_img{
    width: 125px;
    display: block;
    margin: 60px auto;
}
.face_center_text{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
}
.face_operation{
    width: 92%;
    margin: 40px auto 0;
}
.face_operation ul{
    list-style-type: none;
}
.face_operation li{
    width: 25%;
    float: left;
}
.face_operation li img{
    width: 60px;
    display: block;
    margin: auto;
}
.face_operation p{
    font-size: 12px;
    color: #999999;
    line-height: 50px;
    text-indent: 20px;
}

.message_box{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-collapse:collapse;
    border-spacing:0;
    margin-bottom: 54px;
}
.message_box tr{
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 10px 4%;
}
.message_img{
    width: 40px;
    position: relative;
}
.message_img p{
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: 10px;
    top: 3px;
}
.message_img img{
    width: 30px;
    float: left;
    margin-right: 10px;
}
.message_box strong{
    display: block;
    color: #333333;
    font-size: 12px;
    line-height: 16px;
}
.message_box span{
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
}
.message_box b{
    display: block;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
}

.mine_top{
    width: 100%;
    height: 117px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.mine_top_bg{
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mine_info{
    position: absolute;
    left: 4%;
    top: 18px;
}
.mine_info img{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 19px 20px;
}
.mine_info p{
    float: left;
    margin: 23px 0;
}
.mine_info p strong{
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    display: block;
    font-weight: normal;
}
.mine_info p span{
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    display: block;
}
.mine_icon{
    width: 100%;
    margin: 10px auto;
    background-color: #ffffff;
    overflow: hidden;
}
.mine_icon a{
    width: 92%;
    padding: 0 4%;
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #333333;
    line-height: 46px;
}
.mine_icon_left{
    width: 26px;
    height: 26px;
    margin: 10px 10px 10px 0;
    float: left;
}
.mine_icon_right{
    width: 20px;
    height: 20px;
    float: right;
    margin: 13px 0;
}
.mine_tel{
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    position: fixed;
    bottom: 70px;
    left: 0;
}
.mine_tel img{
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.mine_banner{
    width: 100%;
    max-width: 100%;
    display: block;
}
.popup{width: 70%;height: 170px;background-color: #ffffff;overflow: hidden;border-radius: 10px;position: fixed;top: 50%;left: 15%;margin-top: -85px;padding: 0}
.popup p{font-size: 14px;color: #333333;height: 125px;line-height: 126px;text-align: center;width: 100%;border-bottom: 1px solid #eeeeee}
.popup table{width: 100%;border-spacing: 0;overflow: hidden;height: 44px}
.popup th{font-size: 12px;line-height: 44px;text-align: center;color: #333333;border-right: 1px solid #eeeeee;font-weight: normal}
.popup td{font-size: 12px;line-height: 44px;text-align: center;color: #333333}

.common_problem_search{
    width: 92%;
    background-color: #ffffff;
    padding: 10px 4%;
    height: 30px;
}
.common_problem_search button{
    width: 100%;
    background-color: #eeeeee;
    height: 30px;
    border-radius: 5px;
    border: 0;
    outline: none;
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 30px;
}
.common_problem_search button img{
    width: 16px;
    height: 16px;
    margin: 7px 5px 7px 0;
}
.common_problem_search button span{
    vertical-align: top;
}
#common_problem_search_after{
    width: 100%;
    background-color: #eeeeee;
    border-radius: 5px;
    height: 30px;
    position: relative;
}
#common_problem_search_after img{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 7px;
}
#common_problem_search_after input{
    width: 100%;
    height: 30px;
    border: 0;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    text-indent: 36px;
}
.common_problem_list{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 10px;
}
.common_problem_list a{
    height: 50px;
    border-bottom: 1px solid #dddddd;
    text-decoration: none;
    width: 92%;
    padding: 0 4%;
    display: block;
}
.common_problem_list span{
    font-size: 12px;
    line-height: 50px;
    color: #333333;
    float: left;
}
.common_problem_list img{
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 15px;
}

.problem_content{
    width: 92%;
    padding: 10px 4% 20px;
    background-color: #ffffff;
}
.problem_content strong{
    display: block;
    color: #333333;
    line-height: 70px;
    font-size: 16px;
    font-weight: normal;
}
.problem_content p{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.message_details_content{
    width: 92%;
    padding: 10px 4% 20px;
    background-color: #ffffff;
}
.message_details_title img{
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.message_details_title strong{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    float: left;
}
.message_details_title span{
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    font-weight: normal;
}
.message_details_title{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.message_details_content p{
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}

.order_food_tips{
    font-size: 12px;
    color: #f31227;
    text-align: center;
    line-height: 40px;
}