*{
    padding: 0;
    margin: 0;
}
.color-red{
    color: red;
    font-size: 10px;
}

.register-blk{
    width: 1200px;
    height: 1400px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    font-size: 14px;
}


.header{
    margin-top: 30px;
    border:1px solid transparent;
    overflow: hidden;
}
.header a{
    width:215px;
    height:68px;
    float: left;
    margin-right: 25px;
}
.welcome{
    width:100px;
    float: left;
    font:24px/68px "微软雅黑";
}

.register-tab{
    width:980px;
    margin:30px auto 0 auto;
    overflow: hidden;

}
.register-tab ul{
    height:45px;
    float: left;
    left:500px;
    padding-left: 250px;
}
.register-tab ul li{
    height:45px;
    width:105px;
    float: left;
    font:14px/45px "微软雅黑";
    text-align: center;
}

.register-tab li.inv{
}

.register-tab li.ins{
}

.register-tab li.pro{
}

.red-star{
    color: red;
}

.space-left-300{
    margin-left: 300px;
}
.space-left-100{
    margin-left: 100px;
}
.space-top-40{
    margin-top: 40px;
}

.register-tab ul li a{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    display: block;
    height:45px;
    width:105px;
    color: #000;
}
.register-tab ul li.cur a{
    border-left: 1px solid #999;
}
.register-tab ul li a:hover{
    line-height: 42px;
}
.register-form{
    width:600px;
    margin-left: 216px;
}
.register-form div{
    margin-top: 32px;
    height:38px;
}
.register-form span{
    height:38px;
    width:100px;
    text-align: center;
    margin-left: 5px;
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.register-form input{
    float: left;
    width:270px;
    height:38px;
    border:1px solid #999;
    outline: none;
    padding:0;

}

.register-form p{
    font-size: 10px;
    color: red;
    padding-left: 10px;
    margin-top: 10px;
    height: 38px;
    float: left;
}

.register-form .message{
    border:1px solid transparent;
}
.register-form .message span{
    height:38px;
    width:100px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    float: left;
    margin-top: 0;
}
.register-form .message input{
    padding-left: 10px;
    width:128px;
    float: left;
    margin-top: 0;
    height: 38px;
    margin-right: 15px;
}
.register-form .message input:hover{
    border: 1px solid #3ba3e4;
}
.register-form .message button{
    margin-top: 0;
    height:38px;
    float: left;
}
.register-form .check-code input{
    width:128px;
    float: left;
    margin-top: 0;
    padding: 0;
    margin-right: 15px;
}
.register-form .check-code input:hover{
    border: 1px solid #3ba3e4;
}
.register-form .check-code img{
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 38px;
}
.register-form .check-code a{
    float: left;
    line-height: 38px;
    font-size: 14px;
    color: blue;
}
.register-form .check-code a:hover{
    color: #F52B00;
    text-decoration:underline;
}

.register-form .check-code ins{
    float: left;
    line-height: 38px;
    font-size: 14px;
    text-decoration: none;
}
.admit{
    margin-top: 20px;
    margin-left: 325px;
}

.admit a{
    color: blue;
}

.admit a:hover{
    color: #F52B00;
    text-decoration:underline;
}

.register-btn{
    width:310px;
    height:35px;
    border: 0;
    padding: 0;
    outline: none;
    margin-top: 20px;
    margin-left: 280px;
    background:#3DA9F7;
}
.link-register-text{
    font-size: 20px;
    color: #FFFFFF;
    font:14px/45px "微软雅黑";
}
.input-text-wrap{
    border:1px solid #333;
    font-size:14px;
    padding-left:80px;
}

.input-text-wrap:hover{
    border: 1px solid #3ba3e4;
}

.register-tab .choose-role{
    height: 44px;
    width: 980px;
}


.extra{
    float:right;
    height: 40px;
    padding-top: 26px;
    padding-right: 80px;
}

.extra a{
    color:blue;
}

.extra a:hover{
    color: #F52B00;
    text-decoration:underline;
}

.div-extra{
    height: 46px;
    width: 960px;
}

.line-style{

    margin-right:auto;
    margin-top: 0px;
    padding-top: 0px;
    height:1px;
    width:1184px;
    border:0px;
    background-color:#A5A5A5;
    color:#A5A5A5;
}
.login-tips{
    font-size: 12px;
    color: #898989;
}
.login-tips-href{
    color: #FF0000;
}


.nav-tabs .active .color-red{
    color: #FF8300;
}

.nav-tabs > li > a{
    color: black;
}

.nav-tabs >li.active>a{
    color:#FF8300;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #FF8300;
}

.pick-role{
    height: 50px;
    width: 980px;
    position: relative;
}

.pick-role .top-blk{
    height: 45px;
    width: 120px;
    text-align: center;
    line-height: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 2000;
    background-color: white;
    /*border-bottom: 1px solid #ccc;*/
    margin-left: 20px;
    display:inline-block;

}
.pick-role .per-blk{
    margin-left: 313px;
}
.pick-role .top-blk:hover{
    background-color: #f4f4f4;
    cursor: pointer;
}

/*.pick-role .inv-blk{*/
    /*position: absolute;*/
    /*top:3px;*/
    /*left: 300px;*/
    /*color:#FF8300;*/
    /*border-left: 1px solid #ccc;*/
    /*border-top: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    /*border-bottom: none;*/

/*}*/

/*.pick-role .inv-blk:hover{*/
    /*background-color: #f4f4f4;*/
    /*cursor: pointer;*/
/*}*/

/*.pick-role .ins-blk{*/
    /*position: absolute;*/
    /*top:3px;*/
    /*left: 425px;*/
/*}*/
/*.pick-role .ins-blk:hover{*/
    /*background-color: #f4f4f4;*/
    /*cursor: pointer;*/
/*}*/


/*.pick-role .pro-blk{*/
    /*position: absolute;*/
    /*top:3px;*/
    /*left: 550px;*/
/*}*/
/*.pick-role .pro-blk:hover{*/
    /*background-color: #f4f4f4;*/
    /*cursor: pointer;*/
/*}*/

.pick-role .underline{
    position: absolute;
    top: 46px;
    width: 980px;
    background-color: #ccc;
    height: 1px;
    z-index: -10;

}

.agreement-blk {
    width: 70%;
}

.agreement-main-title {
    width: 300px;
    font-weight: bold;
    font-size: 25px;
}

.agreement-title {
    margin-top: 10px;
    font-weight: bold;
}

.agreement-content{
    margin-top: 10px;
    text-indent: 2em;
    line-height: 1.5;
}
