.body{
    background-color: #f4f4f4;
    padding-top: 50px;
}
.header{
    width: 1000px;
    margin: 8px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.header div{
    width: 184px;
    height: 100%;
    margin-bottom: -5px;
}
.header div img{
    height: 100%;
	width: 100%;
}
.header ul li{
    padding:  0 10px;
}
.header ul li:first-child{
    border-right: 1px solid black; 
    color:#6e6e6e;
}
.header ul li:last-child a,.header ul li:first-child a{
    color: #611987;
}
.content{
    width: 1000px;
    margin: 0 auto;
    background-color: white;
    position: relative;
}
.head-portrait{
    position: absolute;
    left: 530px;
    top:-50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.head-portrait>span{
	letter-spacing:2px;
}
.head-portrait-items{
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}
.head-portrait-items img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.layui-form ul{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.layui-form ul li{
    margin: 10px 0;
    width: 300px;
}
.layui-form ul li input,.layui-form ul li button{
    width: 300px;
    border-radius: 5px;
}
.layui-form ul li:nth-child(3){
    position: relative;
}
.layui-form ul li:nth-child(3) a{
    color:#611987;
}
.layui-form ul li:nth-child(7){
    display: flex;
    align-items: center;
    justify-content: center;
	color:rgb(183,183,183);
}
.layui-form ul li:nth-child(7) div{
    width: 98px;
    border-top:1px solid rgb(183,183,183);
    margin: 0 5px;
}
.layui-form ul li:nth-child(8){
    display: flex;
    align-items: center;
    justify-content: center;
}
.layui-btn-primary{
    background-color: #611987 !important;
    color: white !important;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    background-color: #611987 !important;
    border-color:#611987 !important;
}
.layui-form-checked[lay-skin=primary] i{
    background-color: #611987 !important;
    border-color:#611987 !important;
}
.layui-form ul li:last-child img{
   width: 100px;
   height: 100px;
   cursor: pointer;
}
.layui-form ul li:last-child img:nth-child(2){
    padding: 0px 20px;
}