*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.body{
    text-align: center;
    margin: 0 auto;
}
/*banner*/
.banner{
    width: 100%;
    height: 300px;
    background: url("../images/user_banner.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cooperate{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.cooperate_title{
    font: 700 24px 'Microsoft YaHei';
    color: #ffffff;
    margin-top: 118px;
}
.txt{
    font: 20px FZLTXHK;
    color: #ffffff;
    font-weight: normal;
    margin-top: 21px;
}
/*mydata开始*/
.myuser{
    width: 1200px;
    /*height: ;*/
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
}
.myuser:after{
    content: '';
    display: block;
    clear: both;
}
.main{
    height: 300px!important;
}
.tab_left{
    width: 215px;
    height: 870px;
    float: left;
    background: #f7f7f7;
}
.tab_data{
    width: 215px;
    height: 155px;
}
.tab_data_left{
    width: 107px;
    height: 155px;
    float: left;
}
.data_left_img{
    width: 80px;
    height: 80px;
    border: 1px solid #bebebe;
    overflow: hidden;
    text-align: center;
    line-height: 80px;
    margin-left: 15px;
    margin-top: 38px;
}
.data_left_img img{
    vertical-align: middle;
}
.tab_data_right{
    text-align: left;
    color: #555353;
    font-size: 14px;
}
.user{
    margin-top: 45px;
    display: inline-block;
}
.leldou{
    line-height: 40px;
    display: inline-block;
}
.leldou span{
    color: #ee6565;
}
.bank{
    display: inline-block;
}
.bank span{
    color: #ee6565;
}
/*会员信息*/
.member_information{
    width: 215px;
    height: 44px;
    line-height: 44px;
    background: #efefef;
    text-align: left;
    margin-top: 10px;
}
.member_img{
    margin-left: 20px;
    vertical-align: middle;
}
.title{
    font-size: 20px;
    color: #ffa800;
    margin-left: 30px;
}
.user_li{
    width: 215px;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
    text-align: left;
}
.user_li a{
    font-size: 16px;
    color: #555353;
    text-decoration: none;
    margin-left: 65px;
}
.user_li:hover{
    background: #faecd4;
}
.main{
    width: 430px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 auto;
    padding: 35px;
    text-align: left;
}
/*我的资料*/
.main{
    font-size: 14px;
    color: #333333;
}
.bind{
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #dadada;
    border: 1px solid #D4D4D4;
    line-height: 50px;
    padding-left: 12px;
    margin-left: 10px;
}
.email,.phone,.Manner,.code{
    width: 90px;
    line-height: 32px;
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
}
.captcha{
    width: 115px;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
}
.img_tu{
    width: 100px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 20px;
    margin: 0px 10px;
}
.img_code{
    width: 100px;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
}
.login_button{
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    background: #ff8700;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 50px;
}
.gain{
    width: 105px;
    font-size: 20px;
}
.err-tip{
    height: 30px;
    line-height: 30px;
    text-align: center;
    clear: both;
}
.err-tip em{
    color: #fba12d;
    display: none;
}
.err-tip em.on{
    display: block;
}
.row{ margin: 15px 0; height: 28px; line-height: 28px;}
.row label.tip{ font-weight: normal; width: 90px; display: inline-block; float: left;}
.row input.txt{ width: 160px; height: 28px; padding: 4px; color: #333; font-size: 13px; border: 1px solid #CCC; margin: 0; float: left;}
.row.hide{ display: none;}
.sendCode {
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: #f82d2d;
    border: 0;
    color: #FFF;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}
.sendCode[disabled]{ background: #CCC;}
.row img{ width: 90px; height: 32px; float: left; margin-left: 5px; margin-top: -2px;}
#apply {
    width: 160px;
    height: 28px;
    float: left;
    background: #fe8700;
    color: #FFF;
    border: 0;
    cursor: pointer;
    font-size: 15px;
}
#apply[disabled]{ background: #CCC;}