.body{
    min-height: 800px;
}
.body .content{
    overflow: hidden;
}
.body-title{
    font-size: 24px;
    margin: 40px 0;
}
.body-fl{
    margin-right: 200px;
}
.body-fl li{
    margin-bottom: 30px;
}
.body-fl a{
    font-size: 18px;
    color: #474747;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}
.body-fl li.on a{
    color: #40a0ea;
    border-bottom: 1px solid #1490ef;
}
.body-fr{
    display: none;
}
.input-box{
    margin-bottom: 25px;
}
.appellation{
    width: 120px;
    display: inline-block;
    font-size: 18px;
}
.input-box span{
    display: inline-block;
    width: 400px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #acacac;
    padding-left: 8px;
    border-radius: 6px;
}
.input-box input{
    width: 73%;
    height: 100%;
    font-size: 14px;
}
.gender{
    font-size: 14px;
    color: #777777;
    margin-bottom: 25px;
}
.gender-select label{
    vertical-align: middle;
    position: relative;
    padding-left: 36px;
}
.gender input{
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    left: 0;
}
.gender-select{
    display: inline-block;
}
.gender-1{
    margin-right: 40px;
}
.pull-down{
    margin-bottom: 25px;
}
.select{
    font-size: 16px;
    color: #777777;
    margin-right: 50px;
}
.select select{
    width: 108px;
    height: 35px;
    border: 1px solid #acacac;
    border-radius: 6px;
    margin-right: 5px;
}
.form-menu{
    width: 845px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.form-menu table {
    width: 100%;
    text-align:center;
}

.form-menu thead {
    border-bottom: 1px solid #e2e2e2;
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
    background:-webkit-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
    background:-o-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
}

.form-menu thead p {
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0;
}
.form-menu tbody tr{
    border-bottom: 1px dashed #eeeeee;
}
.form-menu tbody tr:last-child{
    border-bottom: none;
}
.form-menu tbody p {
    margin: 15px 0;
    color: #777777;
    font-size: 14px;
}

.form-menu tbody a {
    color: #777777;
}
.submit2{
    width: 140px;
    margin: 40px 0 0 124px;
}
.change-password i{
    width: 150px;
    text-align: right;
    margin-right: 10px;
}
.change-password-btn{
    text-align: center;
}
.change-password-btn a{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #c0c0c0;
}
.change-password-btn a
.cancel{
    margin-right: 65px;
}
.change-password-btn a.ok{
    background-color: #00a1e8;
}
.message-title{
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1490ef;
}