html,body{
    width:100%;
    height:100%;
}
.view{
    width:100%;
    height:100%;
    min-height:700px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color:#6FD6C9;
    background-image:url("../../imgs/bg.png");
    background-repeat:no-repeat ;
    background-size: 100%;
    padding-top:150px ;
}
.regist-box{
    width:760px;
    height:450px;
    background-color:#263a4f;
    color:#fff;
    margin: 0 auto;
    border-radius:15px;
    padding-top: 20px;
}
.regist-box p{
    font-size: 12px;
    text-align: center;
}
.regist-box p a{
   color:#04b7ed;
}
.regist-box>div:first-child{
    width:220px;
    margin: 0 auto;
    text-align: center;
}
.regist-box>div:last-child{
   border-top: 1px dashed #4e5b6a;
    padding-top: 20px;
}
.regist-box>div:last-child p:last-child{
    font-weight: 500;
    margin-top: 5px;
    font-style: italic;
}
.icon-phone{
    display: inline-block;
    width: 16px;
    height: 16px;
    position:relative;
    top:2px;
    background: url("../../imgs/2015input.png") no-repeat -283px -2px;
}
.regist-box>div>h3{
    margin:10px 0 20px 0;
    font-size: 20px;
    font-weight:500;
}
.regist-box .regist-form div{
    margin:10px 0;
    position:relative;
}
.regist-box .regist-form div s{
    position: absolute;
    top: 8px;
    color: #e4393c;
    right: 5px;
    display: none;
}
.regist-box .regist-form input{
    width:100%;
    height:36px;
    border-radius: 5px;
    padding:0 10px;
    border: 1px solid #263a4f;
    z-index: 2;
}
.regist-box .regist-form .code{
    overflow:hidden;
}
.regist-box .regist-form .code li{
    float: left;
    position: relative;
}
.regist-box .regist-form .code li:first-child{
    width:60%;
}
.regist-box .regist-form .code li:last-child{
     width:40%;
 }
.regist-box .regist-form .code li:last-child .getcode{
    float: right;
    width: 95%;
    height:34px;
    line-height: 34px;
    margin-top: 1px;
    background-color:#14B568;
    transition: all 200ms;
}
.regist-box .regist-form .code li:last-child .getcode:hover{
    background-color:#01B540 ;
}
.regist-box .regist-form .protocol{
    font-size: 12px;
    margin: 0;
    margin-top: -8px;
    position: relative;
}
.regist-box .regist-form  .protocol a{
    color:#fff;
    font-size: 12px;
}
.regist-box .regist-form  .protocol s{
    display: inline-block;
    text-align: left;
    color:#e4393c;
    width:300px;
    position: absolute;
    display: none;
    left: 0;
    top: 26px;
}
.regist-box .regist-form .protocol .checkbox-box{

}
.regist-box .regist-form .protocol .checkbox-normal{
    display: inline-block;
    width: 17px;
    height:19px;
    position: relative;
    top: 3px;
    background-image: url(../../imgs/2015input.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 150px auto;
    background-position: -1px -1px;
}
.regist-box .regist-form .protocol .checkbox-box .checked {
    background-position: -19px -1px;
}
.regist-box .regist-form .regist-submit{
    width:100%;
    height:36px;
    line-height: 36px;
    background-color: #0092bc;
    margin-top: 20px;
    transition: all 200ms;
}
.regist-box .regist-form .regist-submit:hover{
    background-color: #2072BC;

}
.footer {
    width: 760px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}









