.active em{
    display:block;
    width:5px;
    height:5px;
    background-color:rgb(77, 107, 212);
    border-radius: 100%;
    margin: 5px;
    margin-left: 11px;
}
.navbar-default{
    box-shadow: none;
    border-color: #fff;
 }
.nav{
    margin-top: 22px;
}
.navbar{
    margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: rgb(77, 107, 212);
}
.wrapper,body{
    background: rgba(255, 255, 255, 1);
    font-family:MicrosoftYaHei;
}
.register{
    /* margin: 0 auto; */
    margin-left: 50%;
    width:472px;
    height:504px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 18px 0px rgba(169,169,169,0.41);
    margin-top: 100px; 
}
.register h2{
    width:101px;
    font-size:20px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin: 0 auto;
    text-align: center;
    padding-top: 28px;
    margin-bottom: 30px;
}
.register input::placeholder{
    font-size:16px;
    font-weight:400;
    color:rgb(105, 104, 104);
}
.register span{
    float: left;
    text-align: center;
    cursor: pointer;
    display: block;
    width:236px;
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    height:70px;
    background:rgba(243,243,243,1);
    padding-top: 28px;
}
.register span:first-child{
    background:rgba(255,255,255,1);
    color: rgb(77, 107, 212);
}
.register p{
    width:371px;
    border-bottom:1px solid rgba(203,203,203,1);
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.register input{
    border: none;
    background-color:transparent;
    vertical-align:middle;
    width: 150px;
}
.register .code{
    width:80px;
    font-size:16px;
    font-weight:400;
    color:rgb(77, 107, 212);
    margin-left: 130px;
    text-align: right;
}
.register a{
    display: inline-block;
    width:64px;
    height: 15px;   
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-left: 50px;
}
.register a:hover{
    text-decoration: none;
}
.register button{
    width:369px;
    height:48px;
    background:rgb(77, 107, 212);
    border-radius:6px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.register_all{
    overflow: hidden;
}
.register_all{
    height: 780px;
    background: url(../images/header_img.png) top center no-repeat;
    background-size:100%   780px;
    /* background-position: 100% 100%; */
}
.register .main{
    z-index: 9999;
}
.footer2 {
    margin-top: 0;
    background: #fff;
}
.register input::-webkit-input-placeholder{
    color:#B2B1B1;
}
.register input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#B2B1B1;
}
.register input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#B2B1B1;
}
.register input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#B2B1B1;
}
@media (max-width:1400px){
    .register{
        margin-left: 40%;
    }
}
@media (max-width:1000px){
    .register{
        margin-left: 30%;
    }
}
@media (max-width:800px){
    .register{
        margin:100px auto;
    }
}