*{
    margin: 0px;
    padding: 0px;
}
.header{
    height:62px;
    width:100%;
    line-height:62px;
    background: #eef6ff;
    border-bottom:1px solid rgb(214,223,234);

}
.header img{
    width:240px;
    height:60px;
    margin:0px 0 0 17px;
}

.header nav{
    text-align: right;
    margin-top:-80px;
    margin-right:40px;
}
.header nav a{
    color:#1e5797;
    font-size: 12px;
}
.header nav a:hover{
    text-decoration: underline;
}
body{
    font-size:13px;
}

span
{
    color:#868686;
}
.content{
    width:1100px;
    height:500px;
    margin:auto;
    margin-top:75px;
}
.content .poem{
    margin-top:40px;
    margin-left:85px;
    line-height: 200%;
     float:left;
}
.content .poem #main{
    color:#7499c4;
    margin-bottom:-10px;
    font-size: 24px;
}
.content .poem p{
    font-size:14px;
}
.content .poem #ps{
    font-size: 12px;
}

.picture
{
    width: 320px;
}
.picture img
{
    width: 250px;
   
}

.content .picture{
    float:left;
    margin-right:60px;
    margin-top: 10px;
}

.content .box{
    float:left;
    width:330px;
    height:385px;
    border:1px solid #9fb5ce;
    border-radius: 2%;
    overflow:hidden
   
}
.content .box .block{
    
    border-bottom:1px solid #95b4d8;
    height:50px;
    line-height: 50px;
    background-color:rgb(249,251,254);
   
   
   
}
.content .box ul{
    display:block;
    height:50px;
    font-size:16px;
    font-family: "微软雅黑";
    color:gray;
}
.content .box ul .tab1{
    float:left;
    margin-left:45px;
    cursor: pointer;
    color:gray;
}
.content .box ul .tab2{
    float:right;
    margin-right:60px;
    cursor: pointer;
    color: gray;
}
.content .box .acount{
    margin-top:40px;
    margin-left:27px;
    width:280px;
    height:35px;
    font-family: "微软雅黑";
}
.content .box .password{
    margin-top:15px;
    margin-left:27px;
    width:280px;
    height:35px;
    font-family: "微软雅黑";
}
.content .box .checkbox{
    float:left;
    margin-top:30px;
    margin-left:30px;
    width:20px;
    height:20px;
    border:1px solid black;
    background:white;
}
.content .box p{
    margin-top:30px;
    float:left;
}
.content .box .submit{
    margin-left:27px;
    margin-top:10px;
    width:280px;
    height:40px;
    background:cornflowerblue;
    border:1px solid cornflowerblue;
    font-size:16px;
    color:white;
    font-family:"微软雅黑";
    cursor: pointer;    
}
.content .box .code{
    margin-top:10px;
    margin-left:130px;
    color:#1d5494;
    font-size:13px;
    cursor: pointer;
}
.content .box .forget{
    float:left;
    margin-top:60px;
    margin-left:30px;
}
.content .box .new{
    float:right;
    margin-top:60px;
    margin-right:30px;
}

.content .box a{
    color:#1d5494;
    text-decoration: none;
}
.content .box a:hover{
    text-decoration: underline;
}
.content .box ul a:hover{
    text-decoration: none;
    color: black;
} 
.footer{
    position: fixed;
    height:62px;
    line-height:36px;
    border-top:1px solid #d6dfea;
    background:#eff4fa;
    clear: both;
    font-size: 13px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding-left: 200px;
}
.aa{
    width: 48px;
    height: 14.4px;
    color:#1d5494; 
}
.aa a:hover{
    text-decoration: underline;
}

.record
{
    line-height: 14.4px;
    margin-bottom: 5px;
}

.record a
{
    color: #868686;
    font-size: 12px;
    margin: 0 16px 0 0;
}

.record a:hover
{
    text-decoration: underline;
}
