.logban{
    width: 100%;
    height: 607px;
    background: url(/web_images/logbg.jpg) no-repeat center;
}
.logban .logban_right{
    width: 393px;
    float: right;
    margin: 104px 20px 0 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(6,0,1,0.05);
}
.logban .logban_right .title{
    width: 100%;
}
.logban .logban_right .title img{
    vertical-align: top;
    width: 393px;
    height: 126px;
}
.logban .logban_right .con{
    padding: 30px 20px 28px;
}
.logban .logban_right .con .write{
    width: 351px;
    height: 41px;
    line-height: 41px;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    background-color: #f9f8f8;
    border-radius: 2px;
}
.logban .logban_right .con .write img{
    width: 46px;
    height: 41px;
    vertical-align: top;
    float: left;
    border-right: 1px solid #cfcfcf;
}
.logban .logban_right .con .write input{
    width: 280px;
    float: left;
    padding-left: 15px;
    background: transparent;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    height: 41px;
    line-height: 41px;
}

.logban .logban_right .con .btn{
    text-align: center;
    background-color: #9ad703;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-radius: 2px;
}
.logban .logban_right .con .btn a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display:block;
}
.logban .logban_right .con .bot{
    overflow: hidden;
    margin-top: 26px;
}
.logban .logban_right .con .bot a{
    color: #303030;
    font-size: 14px;
    float: left;
}
.logban .logban_right .con .bot a.new{
    color: #ff4e00;
    float: right;
    font-weight: bold;
    padding-left: 23px;
    background: url(/web_images/logmore.jpg) no-repeat left;
}
.register{
    width: 100%;
    background: url(/web_images/registertit.jpg) no-repeat top;
}
.register .registertit{
    width: 100%;
    height: 86px;
    line-height: 86px;
    overflow: hidden;
}
.register .registertit h2{
    color: #fff;
    font-size: 26px;
    float: left;
}
.register .registertit ul{
    margin-top: 16px;
    float: left;
    text-align: center;
    background: url(/web_images/registerul.png) no-repeat 133px 16px;
    margin-left: 112px;
}
.register .registertit li{
    width: 191px;
    float: left;
}
.register .registertit li.done .num{
    color: #fff;
    border: 2px solid #fff;
    background:url(/web_images/check_mark.jpg) no-repeat #9dd80b center center;
}
.register .registertit li.on .num{
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}
.register .registertit li .num{
    width: 31px;
    height: 31px;
    line-height: 31px;
    border: 2px solid #f9f8f8;
    color: #666666;
    font-size: 18px;
    border-radius: 50%;
    background-color: #f9f8f8;
    margin: 0 auto;
}
.register .registertit li .txt{
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.register .registercon{
    padding: 50px 0 72px;
}
.register .registercon .kuang{
    padding: 76px 0;
    width: 898px;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(6,0,1,0.05);
}
.register .registercon .kuang .write{
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-bottom: 20px;
}
.register .registercon .kuang .write h3{
    text-align: right;
    width: 317px;
    float: left;
    margin-right: 19px;
    color: #303030;
    font-size: 18px;
    font-weight: normal;
}
.register .registercon .kuang .write .inp{
    width: 351px;
    height: 41px;
    float: left;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background-color: #f9f8f8;
}
.register .registercon .kuang .write .inp input{
    width: 236px;
    padding-left: 21px;
    color: #303030;
    font-size: 18px;
    background: transparent;
    height:41px;
    line-height:41px;
    vertical-align:top;
}
.register .registercon .kuang .write .inp input#username{ width:330px;}
.register .registercon .kuang .write .inp input#checkcode{}
.register .registercon .kuang .write .inp select{
    padding-left: 20px;
    width: 351px;
    float: right;
    height: 41px;
    line-height: 41px;
    color: #303030;
    font-size: 18px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: #f9f8f8 url(/web_images/select.jpg) no-repeat right;
}
.register .registercon .kuang .write .inp .select{
    padding-left: 20px;
    width: 331px;
    float: right;
    height: 41px;
    line-height: 41px;
    color: #303030;
    font-size: 18px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: #f9f8f8 url(/web_images/select.jpg) no-repeat right;
}

/*清除IE的默认选择框样式，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.register .registercon .kuang .write .inp .code{
    float: right;
    background-color: #9dd80b;
    border-radius: 2px;
    width: 91px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: -1px -1px 0 0;
    text-align: center;
    cursor:pointer;
}
.register .registercon .kuang .write .inp .code.off{ background-color:#ccc;}
.register .registercon .kuang .write.last{
    margin-bottom: 0;
}
.register .registercon .kuang .txt{
    font-size: 14px;
    color: #666666;
    line-height: 48px;
    margin-left: 336px;
}
.register .registercon .kuang .btn{
    text-align: center;
    width: 353px;
    height: 43px;
    line-height: 43px;
    background-color: #9ad703;
    border-radius: 2px;
    margin: 49px auto 0;
}
.register .registercon .kuang .btn a{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.register .registercon .kuang h2{
    font-size: 35px;
    color: #000;
    text-align: center;
}
.register .registercon .kuang .wenzi{
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 46px;
}
.register .registercon .kuang .wenzi a{
    color: #ff4e00;
    text-decoration: underline;
}





/*body{
    position: relative;
}
.alertbg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.alert {
    width: 60%;
    max-height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #fff;
    z-index: 1000;
    border-radius: 2px;
    box-shadow: 0 5px 5px rgba(6,0,1,0.05);
    transform: translate(-50%, -50%);
}
.alert .title{
    height: 22px;
    line-height: 22px;
    padding: 20px 5%;
    border-bottom: 3px solid #9ad703;
    position:absolute;
    top:0;
    left:0;
    width:90%;
}
.alert .title h2{
    font-weight: normal;
    font-size: 18px;
    color: #000;
    float: left;
    margin-left: 21px;
}
.alert .title .border{
    width: 4px;
    height: 22px;
    background-color: #9ad703;
    border-radius: 1px;
    float: left;
}
.alert .title .close{
    color: #c0c0c0;
    font-size: 16px;
    float: right;
    cursor: pointer;
}
.alert.con{
    margin: 99px 38px 0;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    overflow-x:hidden;
    overflow-y:auto;
}
.alert .btn{
    text-align: center;
    width: 353px;
    height: 43px;
    line-height: 43px;
    background-color: #9ad703;
    margin: 53px auto 0;
    border-radius: 2px;
}
.alert .btn a{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}*/

.register .registercon .kuang .write .checkbox{ display:flex; align-items:center; width: 351px; float:left;}
.register .registercon .kuang .write .checkbox label{ margin-right:20px;}
.none{ display:none;}


