

.index-content1-left{
    position: relative;
    width: 913px;
    margin-right: 15px;
    height: 428px;
}

.index-content1-left .layui-form-checkbox i{
    height: 30px;
}

.layui-form-checked span, .layui-form-checked:hover span{
    background-color: #D9383E;
}

.layui-form-checked i, .layui-form-checked:hover i{
    color: #D9383E;
}

.index-content1-left .layui-form-switch{
    margin-top: 0;
    min-width: 50px;
}

.layui-form-onswitch{
    border-color: #D9383E;
    background-color: #D9383E;
}

.index-content1-left-nav{
    margin-top: 15px;
    width: 133px;
    height: 353px;
    background-color: #fafafa;
}

.index-content1-left-nav ul>li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.index-content1-left-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 148px);
    margin-top: 15px;
    margin-left: 15px;
}



.index-content1-left-item{
    width: 45%;
    margin: 0 8% 15px 0;
}

.index-content1-left-item:nth-child(2n){
    margin-right: 0;
}

.index-content1-left-item:nth-child(9){
    margin-bottom: 0;
}

.index-content1-left-item:nth-child(10){
    margin-bottom: 0;
}



.index-content1-left-item .c-fengmian-wrap{
    position: relative;
    width: 60px;
    height: 55px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
}

.index-content1-left-item .c-fengmian{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 250ms;
}

.index-content1-left-item:hover .c-fengmian{
    transform: scale(1.2);
    transition: all 250ms;
}

.index-content1-left-item .c-fengmian-wrap span{
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding:0px 8px;
    box-sizing: border-box;
    background-color: #f7f7f8;
    border-radius: 30px;
    color: #101010;
    font-size: 12px;
}

.index-content1-right-item{
    width: calc(100% - 75px);
}

.index-content1-right{
    width: 270px;
    height:427px;
}

.index-content1-right-avatar .c-fengmian{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 1px 13px 12px -5px rgb(77 77 77 / 59%);
}

.index-content2-left{
    width: 913px;
    margin-right: 15px;
}

.index-content2-right{
    width: 270px;
}

.index-cnxh-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-cnxh-list .index-content1-left-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.index-cnxh-list .index-content1-left-item:nth-child(2n){
    margin-right: 2%;
}

.index-cnxh-list .index-content1-left-item:nth-child(3n){
    margin-right: 0;
}

.index-content2-right-mode-list a{
    margin-top: 11.2px;
}

.index-content2-right-mode-list .tag{
    display: inline-block;
    width: 32px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}

.index-content2-right-mode-list  .c-mode-content{
    display: inline-block;
    width: calc(100% - 40px);
}

.lookMore{
    position: absolute;
    right: 10px;
    bottom: 10px;
}


.friend-link .z-title {
    padding-bottom: 11px;
    border-bottom: 1px solid #E6E6E6;
}

.friend-link .z-name::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #D9383E;
}

.friend-link .z-title .z-name {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.friend-link ul {
    flex-wrap: wrap;
}

.friend-link ul li {
    margin-right: 15px;
}
