.center{
    width: 1400px;
    margin: 0 auto;
}
.header{
    height: 82px;
    line-height: 82px;
    background: #207cc5;
    font-size: 0;
}
.header img{
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    margin-right: 22px;
}
.header ul{
    display: inline-block;
    font-size: 0;
    margin-right: 66px;
    vertical-align: top;
    height: 82px;
    line-height: 82px;
}
.header ul li{
    display: inline-block;
    width: 119px;
    text-align: center;
    font-size: 18px;
    padding: 26px 0;
}
.header ul li a{
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-left:1px solid #fff;
    border-image: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)) 1 1;
}
.header ul li.last a{
    border-right:1px solid #fff;
    border-image: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)) 1 1;
}
.header .search{
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 82px;
    line-height: 82px;
    margin-right: 20px;
}
.header .search input{
    height: 36px;
    line-height: 36px;
    width: 232px;
    padding: 0 28px 0 20px;
    border-radius: 18px;
    font-size: 16px;
    margin: 23px 0;
    
}
.header .search input::-webkit-input-placeholder{
    color:#aaa;
}
.header .search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#aaa;
}
.header .search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#aaa;
}
.header .search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#aaa;
}
.header .search i{
    font-size: 20px;
    color: #aaa;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.header .btn{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.header .btn div{
    display: inline-block;
    font-size: 18px;
    width: 82px;
    text-align: center;
}
.header .btn div a{
    color: #fff;
}
.header .btn .btn1{
    background: #00a1f1;
}
.header .btn .btn2{
    background: #36bcff;
}
.content{
    background: url(../img/login_bg.jpg) no-repeat top center;
    height: 1300px;
}
.content .login_box{
    width: 500px;
    height: 500px;
    border-radius: 20px;
    background: #f8fcff;
    float: right;
    margin-top: 195px;
    padding: 22px 52px 0 42px;
}
.content .login_box .title{
    line-height: 90px;
    height: 90px;
    color: #207cc5;
    font-size: 25px;
    font-weight: bold;
}
.content .login_box input{
    display: block;
    height: 60px;
    line-height: 60px;
    width: 92%;
    border: 1px solid #aaa;
    padding: 0 4%;
    font-size: 25px;
    margin-bottom: 30px;
}
.content .login_box .btn{
    background: #207cc5;
    color: #fff;
    width: 100%;
}
.login_box .message{
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}
.login_box .message .checkbox{
    float: left;
}
.checkbox #myCheck + label{
    background-color: white;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    vertical-align: middle;
}
.checkbox #myCheck:checked + label{
    background-color: #eee;
}
.checkbox #myCheck:checked + label:after{
    content:"\2714";
}
.checkbox #myCheck{
    display: none;    
}
.checkbox span{
    line-height: 15px;
    height: 15px;
    vertical-align: middle;
    font-size: 18px;
    color: #7c7c7c;
}
.login_box .message .option{
    float: right;
    font-size: 18px;
}
.login_box .message .option a{
    color: #7c7c7c;
}
.login_box .message .option a.password{
    color: #207cc5;
}
.footer{
    height: 150px;
    background: #f7f7f7;
    text-align: center;
    padding-top: 60px;
}
.footer div{
    height: 54px;
    line-height: 54px;
    color: #207cc5;
    font-size: 20px;
}