@charset "UTF-8";
.header,.content{
    height: 80px;
    width: 980px;
    margin: 0 auto;
}
.body{
    background-color: #333333;
}
.header{
    margin-top: 20px;
}  .logo{
    width: 335px;
    height: 57px;
    background: url(../images/logo.png) no-repeat;
}
.cntr{
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    background: #fafafa;
    min-height: 680px;
}
.content_left{
    float: left;
    width: 560px;
}
.tab_content{
    padding-left: 30px;
    margin-top: 20px;
}
.content_right{
    float: left;
    width: 400px;
    border-left: 1px solid #e4e4e4;
    height: 425px;
    margin-top: 88px;
}
.red{
    display: inline-block;
    color: #ff6364;
}
.text_input{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 15px 0;
    position: relative;
    display:inline-block;
}
.text_input input{
    height: 35px;
    line-height: 35px;
    border: 1px solid  #cfcfcf;
    width: 300px;
    padding-left: 5px;
}
.text_input input:focus{
    outline: 0;
}
.text_input span{
    display: inline-block;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    margin-right: 5px;    font-family: SimSun;
    color: #5a5a5a;
}
.content,#getCode,.xuke{ font-family: SimSun;}
.text_input label.error{
    display: none;
    position: absolute;
    top: 54px;
    left: 95px;
    line-height: 14px;
    height: 14px;
    width: auto;
    text-align: left;
    color: #ff6267;
    width: 100%;
}
.text_input input.error{
    border-color: #ff6267;

}
.content_2{
    display: none;
}
.xuke{
    display:inline-block;
    margin-left: 90px;
    color: #858585;
    margin-top: 20px;
}
.xuke input{
    vertical-align:-2px;
}
#xieyi{
    vertical-align:0px!important;
}
.xuke a{
    color: #fe8100;
    text-decoration: none;
}
.xuke input.error{
    border-color: #ff6267;
}
.reg_btn{
    width: 140px;
}
/* .content_2 .text_input span{
    width: 90px;
} */
.button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background:#169bd6;
    padding: 0 60px;
    border-radius: 4px;
    text-decoration:none;
    font-size: 16px;
    margin-left: 90px;
    margin-top: 70px;
}
.button:hover{
    color: #fff !important;
}
.wjmm{
    position: relative;
    right: 87px;
    top: 31px;
    cursor: pointer;
}
.btn-save{    margin-left: 40px;}
.btn-defult{background: #b0b0b0;    margin-left: 40px;}
.getCode{
    color: #fe8100;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}
#error2{
    font-size: 14px!important;
}
#getCode{
    padding: 0 20px!important;
}
.tips{
    display: block;
    position: relative;
    top: 30px;
    left: 70px;
    color: #858585;
}
.leftis{
    position: relative;
    left: -10px;
}
.tips a{
    color: #fe8100; 
    text-decoration: none;
}

.h1{
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}

.thirdIco{
    display: inline-block;
    background: url('../images/thirdLogin.png') no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.weixin{
    background-position-y: -45px;
}
.thirdLogin{
    line-height: 30px;
    height: 30px;
    margin: 10px 0;
    cursor: pointer;
}
.disable{
    color: #3e3e3e;
}
.disable:hover{
    color: #3e3e3e !important;
}


/**********覆写tab.js样式 开始***********/
.tab_cntr{
    border: 0;
    background: transparent;
    height: 62px;
    margin:14px 0;
}
.tab_cntr li{
    font-size: 24px;
    line-height: 60px;
    color: #5b5b5b;
}
.tab_cntr li.active{
    background: transparent;
    color: #5b5b5b;
    border-bottom:2px solid #ff6364;
}
/**********覆写tab.js样式 结束***********/
