html,body {
    width: 100%;
    height: 100%;
}
body{
    background: #eef3f3;
}
/*平台头部*/
.pt-nav-wrap{
    width: 100%;
    height: 40px;
    background: #313a3a;
}
.pt-wrap{
    width: 1200px;
    margin: 0 auto;
}
.pt-nav-logo{
    line-height: 40px;
    margin-right: 80px;
}
.pt-nav-link{
    margin-right: 30px;
    line-height: 40px;
    color: #b0bebe;
}
.pt-nav-link:hover,.pt-nav-link.on{
    color: #fff;
}
.pt-nav-head{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
}
.pt-wrap .user-info{
    position: relative;
    float: right;
    color: #63d9d9;
    cursor: pointer;
    line-height: 40px;
}
.pt-wrap .user-info .head{
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.pt-wrap .user-info .btn-exit{
    margin-left: 10px;
    padding: 1px 10px;
}
.pt-wrap .btn-login{
    margin-top: 8px;
}
.pt-wrap .user-info-oper{
    position: absolute;
    right: 0;
    top:40px;
    border: 2px solid #566767;
    background: #ecf2f4;
    display: none;
}
.pt-wrap .user-info-oper a{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #333;
    text-align: center;
}
.pt-wrap .user-info-oper a:hover{
    background: #fff;
    color: #00b4aa;
}
.pt-wrap .user-info:hover .user-info-oper{
    display: block;
}
/*头部*/
.pcenter-head {
    width: 100%;
    height: 160px;
    background: url("../images/person-center-bg.png") no-repeat top center;
}
.pcenter-head h1{
    opacity: .6;
}
.pcenter-head .inner{
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    padding-top: 50px;
    color: #0a836e;
}
.pcenter-head h5 {
    font-size: 26px;
}
/*底部*/
.foot-wrap {
    height: 60px;
    background: #d6dede;
    color: #617474;
    font-size: 12px;
    line-height: 60px;
}
.foot-inner {
    width: 1200px;
    margin: 0 auto;
}
.foot-inner span {
    margin-right: 20px;
}
/*内容*/
.content-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    min-height: calc(100% - 260px);
    overflow: hidden;
}
/*个人中心*/
.pcenter-page{
    position: relative;
    padding-left: 300px;
    min-height: 600px;
    background: #fff;
}
.pcenter-tabs{
    position: absolute;
    width: 300px;
    height: 100%;
    left: 0;
    top:0;
    background: #f5fafa;
}
.pcenter-tabs .tit{
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    font-size:22px;
    color: #fff;
    background: #00c2b8;
}

.pcenter-tabs-item{
    padding-top: 10px;
}
.pcenter-tabs-item a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 30px;
    font-size:16px;
    color: #999;
}
.pcenter-tabs-item a:after{
    content: '\f105';
    font-family:'icomoon';
    display: block;
    float: right;
    font-size:20px;
}
.pcenter-tabs-item a.on{
    background: #fff;
    color: #333;
}
.pcenter-tabs-item a.on:after{
    color: #00b4aa;
}
.pcenter-main{
    padding-left: 30px;
    padding-right: 30px;
}
.pcenter-main .tit{
    height: 60px;
    border-bottom: 1px solid #e7e8e8;
    line-height: 60px;
    color: #666;
}
.pcenter-main .tit .h4{font-weight: 400;}

.form .group>label{
    color: #999;
    margin-right: 30px;
}
.form .group .fluid{
    line-height: 30px;
}
.user-center-head{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
}
.btn-change-img{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 0;
    top:0;
    color: #fff;
    overflow: hidden;
    line-height: 100px;
    text-align: center;
    background: rgba(0,0,0,.5);
}
.btn-change-img:hover{
    background: rgba(0,0,0,.6);
    color: #fff;
}
.editImg-left{
    float: left;
    width: 550px;
    height: 360px;
    background: #f2f2f2;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.editImg-right{
    width: 138px;
    margin-left: 10px;
    float: left;
    text-align: center;
}
.img-preview{
    border: 1px solid #e8e8e8;
    width: 100px;
    height: 100px;
    margin-left: 25px;
    border-radius: 50%;
    overflow: hidden;
}
.btn-file{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-file input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.changePsd .msg,.changeTel .msg{
    text-align: center;
    color: #f60;
    line-height: 40px;
    background: #fff3e4;
}
.changePsd .item,.changeTel .item{
    padding: 0 60px;
    margin-bottom: 20px;
}
.changePsd .item>span,.changeTel .item>span{
    width: 90px;
    text-align: right;
    margin-right: 20px;
    line-height: 30px;
    font-size:16px;
}
/*忘记密码*/
.forget{
    overflow: hidden;
}
.forget .steps{
    width: 100%;
    height: 615px;
    background-color: #f5fafa;
}
.steps .title{
    line-height: 50px;
    color: #666;
    padding-left: 24px;
    font-size:18px;
    background-color: #fbfefe;
}
.catalog{
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: 1px solid #e4eeee;
    padding:30px 32px;
    color: #415c69;
}
.catalog li{
    float: left;
    width: 300px;
    height: 48px;
    line-height: 48px;
    background-color: #dbe7e9;
    font-size:20px;
    border-radius: 48px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 8px;
}
.catalog li span{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
}
.catalog li.on{
    background-color: #00b4aa;
    color: #fff;
}
.catalog li.on span{
    color:#00b4aa;
}
.steps .cont{
    padding: 30px 90px 0 90px;
    color: #666;
}
.steps .border{
    border: 1px solid #e4eeee;
    border-radius: 6px;
    background-color: #eff6f6;
}
.forget form{
    height: 240px;
    font-size:16px;
}
.steps .btn-teal{
    width: 220px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    background: #00b4aa;
    border-radius: 4px;
    text-align: center
}
.steps .btn-sm{
    width: 170px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: #00b4aa;
    border-radius: 4px;
    text-align: center;
    padding: 0 10px;
}
.steps .apply-success{
    width: 100%;
    height: 100%;
    padding: 100px;
}
.steps .apply-success .border{
    height: 100%;
    padding-top: 100px;
}
.psd-form .item {
    line-height: 40px;
    margin-bottom: 10px;
}
.psd-form .item>.fl {
    width: 350px;
    text-align: right;
    margin-right: 10px;
}
.pcenter-main .form .head-circle{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.psd-form input[type=button][disabled] {
    background-color: #d0dee5;
    cursor: no-drop;
}
/* 微信绑定 */
/* 未绑定 */
.weixin-binding{
    width: 800px;
    height: 80px;
    background: #f2f6f5;
    border-radius: 4px;
    margin: 15px 20px;
}
.weixin-img{
    float: left;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 16px 0 0 20px;
}
.weixin-img img{
    width:100%;
    height: 100%;
}
.weixin-font{
    float: left;
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-size: 18px;
    font-family: "microsoft yahei";
    padding-left: 10px;
}
.weixin-error{
    float: left;
    height: 80px;
    line-height: 80px;
    color: #656565;
    font-size: 14px;
    font-family: "microsoft yahei";
    padding-left: 412px;
}
 .weixin-now-binding{
    float: right;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 22px 20px 0 0;
    background: #00b3a9;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}
/* 已绑定 */
.weixin-binding-finish{
    width: 800px;
    height: 80px;
    border: 1px solid #f2f6f5;
    border-radius: 4px;
    margin: 15px 20px;
}
.weixin-binding-finish .weixin-finish-binding{
    float: right;
    width: 38px;
    height: 26px;
    margin: 27px 58px 0 0;
}
.weixin-binding-finish .weixin-finish-binding img{
    width:100%;
    height: 100%;
}
