﻿@charset "UTF-8";
/*提示弹框*/
/* .reminder{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    box-sizing: content-box;
}
.in_reminder {
    display: inline-block;
    max-width: 10rem;
    min-width: 7rem;
    line-height: 1rem;
    background:rgba(0,0,0,.5);
    padding: 0.5rem 1rem;
    text-align: center;
    color:#fff;
    border-radius:0.166rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top:50%;
    left:50%;
    z-index: 9999;
} */
.pop_bind_hint_head {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #1e2330;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.pop_bind_hint_head span {
    float: left;
    padding-left: 16px;
}
.pop_bind_hint_close {
    float: right;
    margin: 11px 16px 0 0;
    width: 12px;
    height: 12px;
    background: url(../img/feihuo_close.png) no-repeat;
    cursor: pointer;
}
.binding{
    width: 597px;
    height: 350px;
    background: #fff;
}
.bind{
    width:100%;
    padding-top: 15px;
}
.bind p{
    text-align: center;
    font-size: 16px;
    color:#000;
}
.bind p span{
    display: inline-block;
    font-size: 20px;
    color:#d42a2a;
    font-weight: bold;
    padding-left: 30px;
    line-height: 24px;
    background:url(../img/icon01.png) no-repeat left center;
    margin-top: 8px;
}
.bind ul{
    width:366px;
    margin: 20px auto 0;
    height:34px;
}
.bind ul li{
    width:50%;
    float: left;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    color:#000;
    line-height: 30px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}
.bind ul li.on{
    border-bottom: 2px solid #d42a2a;
    color:#d42a2a;
    height: 34px;
    position: relative;
}
.bind ul li.on:after{
    content:"";
    width:14px;
    height:7px;
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -7px;
    background:url(../img/icon02.png) no-repeat;
}
.form_l,.form_r{
    width:366px;
    margin: 0 auto;
}
.form_r{
    display: none;
}
.tip{
    height:22px;
    line-height: 22px;
    font-size: 14px;
    color:#d42a2a;
    padding-left: 68px;
}
.input_box{
    height:38px;
    margin-bottom: 12px;
}
.form_l .input_box{
    margin-top: 22px;
}
.input_box label{
    display: block;
    width:68px;
    line-height: 38px;
    float: left;
    font-size: 16px;
    color:#333;
}
.input_box .input_right{
    display: block;
    width:296px;
    line-height: 36px;
    float: left;
    border: 1px solid #d4d4d4;
}
/*.input_box .input_code{
    display: block;
    width:296px;
    line-height: 36px;
    float: left;
    border: 1px solid #d4d4d4;
}*/
.input_box .input_right input{
    display: block;
    width:280px;
    padding-left: 16px;
    height:36px;
    font-size: 14px;
    color:#333;
    float: left;
}
.input_box .input_code input{
    display: block;
    width:160px;
    padding-left: 16px;
    height:36px;
    font-size: 14px;
    color:#333;
    float: left;
}
.input_box .input_code span{
    display: block;
    width:115px;
    height:36px;
    font-size: 14px;
    color:#333;
    float: right;
    text-align: center;
    background:#eeeeee;
    border-left: 1px solid #d4d4d4;
    cursor: pointer;
}
.input_box .input_code span:hover{
    background:#f7f7f7;
}
.bind .form_r .btn{
    margin-top: 18px;
}
.bind .form_l .btn{
    margin-top: 36px;
}
.bind .btn .btn_l{
    width:168px;
    height:38px;
    border: 1px solid #d42a2a;
    float: left;
    text-align: center;
    line-height: 38px;
    color:#d42a2a;
    cursor: pointer;
}
.bind .btn .btn_l:hover{
    border: 1px solid #e53030;
    color:#e53030;
}
.bind .btn .btn_r{
    width:170px;
    height:40px;
    background:#d42a2a;
    float: right;
    text-align: center;
    line-height: 40px;
    color:#fff;
    cursor: pointer;
}
.bind .btn .btn_r:hover{
    background:#e53030;
}
.copy{
    width:100%;
    padding-top: 15px;
    display: none;
}
.copy>p{
    text-align: center;
    font-size: 16px;
    color:#000;
}
.copy>p span{
    color:#d42a2a;
}
.account{
    width:396px;
    margin:15px auto 0;
}
.account_l{
    width:245px;
    float: left;
    padding-top: 12px;
}
.account_l p{
    font-size: 12px;
    color:#000;
    line-height: 25px;
}
.account_l p span{
    color:#666;
}
.account_r{
    width:130px;
    height:130px;
    padding:10px;
    float: right;
    position: relative;
}
.account_r div{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.account_r img{
    display: block;
    width: 100%;
    height: 100%;
}
.copy_btn{
    font-size: 12px;
    line-height: 25px;
}
.copy_btn span{
    color:#d42a2a;
    text-decoration: underline;
    cursor: pointer;
}
.copy_btn i{
    color:#04a200;
    margin-left: 10px;
    display: none;
}
.copy .btn{
    width:396px;
    margin: 25px auto 0;
}
.copy .btn .btn_l{
    width:170px;
    height:40px;
    background:#d42a2a;
    float: left;
    text-align: center;
    line-height: 40px;
    color:#fff;
    cursor: pointer;
}
.copy .btn .btn_l:hover{
    background:#e53030;
}
.copy .btn .btn_r{
    width:170px;
    height:40px;
    background:#d42a2a;
    float: right;
    text-align: center;
    line-height: 40px;
    color:#fff;
    cursor: pointer;
}
.copy .btn .btn_r:hover{
    background:#e53030;
}
.btn_btm{
    width:396px;
    margin: 0 auto 0;
}
.btn_btm .btn_btm_r{
    width:170px;
    height:36px;
    line-height: 36px;
    text-align: center;
    float: right;
}
.btn_btm .btn_btm_r span{
    color:#d42a2a;
    text-decoration: underline;
    cursor: pointer;
}
.inform{
    width:100%;
    height:320px;
    padding-top: 30px;
    position: relative;
    display: none;
}
.inform>p{
    text-align: center;
    font-size: 16px;
    color:#000;
    line-height: 25px;
}
.form{
    width:366px;
    margin: 25px auto 0;
}
.form .input_box{
    margin-bottom: 22px;
}
.form .input_btm{
    margin-bottom: 0;
}
.form .btn{
    width:366px;
    height:40px;
    background:#d42a2a;
    text-align: center;
    line-height: 40px;
    color:#fff;
    cursor: pointer;
    margin: 32px auto 0;
}
.form .btn:hover{
    background:#e53030;
}
.go_back{
    font-size: 12px;
    color:#d42a2a;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    right:18px;
    bottom:15px;
}
.succeed{
    width:100%;
    padding-top: 40px;
    display: none;
}
.succeed .tip_top{
    font-size: 38px;
    color:#000;
    font-weight: bold;
    width:268px;
    text-align: center;
    margin: 0 auto;
}
.succeed .tip_c{
    width:268px;
    font-size: 16px;
    color:#000;
    margin: 15px auto 0;
}
.succeed .user{
    width:268px;
    font-size: 16px;
    color:#000;
    margin: 35px auto 0;
    line-height: 32px;
}
.succeed .btns{
    width:268px;
    height:40px;
    margin: 32px auto 0;
}
.succeed .btn{
    width:245px;
    height:40px;
    background:#d42a2a;
    text-align: center;
    line-height: 40px;
    color:#fff;
    cursor: pointer;
    float: left;
}
.succeed .btn:hover{
    background:#e53030;
}
