.content{
    display: flex;
    flex-direction: column;
    margin:0 auto;
}
/* 选项卡开始 */
.layui-tab-brief .layui-tab-title{
    /* height:30px !important; */
    padding: 0px 15px !important;
}
.layui-tab-brief .layui-tab-title li{
    padding: 0 0!important;
    min-width:40px !important;
    margin-right:10px;
} 
.layui-tab-brief>.layui-tab-title .layui-this{
    color: black !important;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom:4px solid  #611987 !important;
}
.layui-tab-title .layui-this{
    font-weight: bold;
}
.layui-tab-content{
    padding: 0px 0px !important;
    min-height: 400px;
}
/* 选项卡结束 */
.content-items-1{
    /* border: 1px solid #e2e2e2; */
    margin:10px 0px;    
    box-shadow: 0px 0px 5px #e2e2e2;
    /* border-radius: 5px 5px 5px 5px; */
    /* background-color: white; */
}
.backgroundimg{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* text-align: center; */
}
.backgroundimg img{
    width: 100%;
    height: 100%;
}
.headimg{
    background-color: white;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: space-between;;
    align-items: center;
}
.headimg div{
    width: 110px;
    height: 110px;
    position: absolute;
    top:-55px;
    left: 100px;
}
.headimg div img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.headimg ul{
    display: flex;
    flex-direction: column;
    margin-left: 220px;
}
.headimg ul li{
    padding: 5px 0px;
}
.headimg ul li:first-child{
    font-size: 24px;
    font-weight: 600 !important;
    letter-spacing: 3px;
}
.headimg button{
    color:#611987;
    border-color: #611987;
}
.headimg button:hover{
    border-color: #611987;
    color:#611987;    
}
.headimg ul li:nth-child(2),.headimg ul li:nth-child(3){
    color: #a0a0a0;
}
.content-items-2{
    display: flex;
}
.content-items-2-left{
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 5px #e2e2e2;    
    margin-right:10px;
    width: 70%;
    background-color: white;
}
.layui-tab-child-1{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a0a0a0;
    padding: 15px 18px;
}
label{
   color: #333;
   padding-bottom: 6px;
   display: block;
    font-size: 16px;
}
.layui-tab-item ul{
    display: flex;
    flex-direction: column;
}
.layui-tab-child-1 span{
    color:#a0a0a0;
}
.layui-tab-item li:last-child{
    border-bottom:none;
}
.layui-tab-item ul li{
    border-bottom: 1px solid #a0a0a0;
}
.layui-tab-child-2{
    display: flex;
    justify-content: space-between;
    padding: 15px 18px;
}
.layui-tab-child-2 span{
    color:#a0a0a0;
}
.layui-tab-child-2-content div:nth-child(1){
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 8px;
    background-color:#dfd1e7;
    float: left;
    margin-right: 10px;
}
.layui-tab-child-2-content div:nth-child(1) img{
    width: 100%;
    height: 100%;
    /* margin: 10px; */
}
.layui-tab-child-2-content div:nth-child(2){
    float: left;
}
.content-items-2-right{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.content-child-2-1{
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 5px #e2e2e2;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.content-child-2-1 ul:first-child{
    display: flex;
    justify-content: center;  
    margin-bottom: 15px; 
}
.content-child-2-1 ul:first-child li{
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
}
.content-child-2-1 ul:nth-child(2) li{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.content-child-2-1 ul:nth-child(2) li  img{
    width: 52px;
    height: auto;
    margin-right:5px;
}
.content-child-2-1 ul:nth-child(2) li div{
    display: flex;
    flex-direction: column;
}
.content-child-2-1 ul:nth-child(2) li div span:last-child{
    color: #a0a0a0;
    margin-top:4px;
}
.content-child-2-2{
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 5px #e2e2e2;  
    background-color: white;
    
}
.label{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 10px;
}
.label label{
    color: black;
    font-size: 18px;
    font-family: "黑体";
    padding-bottom: 0px;
}
.label span{
    color: #a0a0a0;
}
.content-child-2-2 ul{
    padding: 10px 10px;
    -webkit-padding-start:10px !important;
}
.content-child-2-2 ul li{
    width: 50%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
}
.content-child-2-2 ul li div:nth-child(1){
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.content-child-2-2 ul li div:nth-child(1) img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.content-child-2-2 ul li div:nth-child(2){
    display: flex;
    flex-direction: column;
}
.cover{
	position: absolute;
    right: 50px;
    bottom: 30px;
	color:#818181;
}
.cover img{
	width:38px;
	height:38px;
}
.cover span{
	 position: relative;
	 top:3px;
}