.layui-form-label{
    width: unset;
}
/*首页头部用户信息*/
.logined , .not-login{
    display: none;
}
.top-user-box{
    margin: -10px 0 0 0;
    font-size: 1rem;
    width: 340px;
    border-radius: 10px;
    background-size: cover;
    background-image: url(https://img.julecn.com/userpicb/20220310/up8mayTi.png);
}
.top-user-box .info{
    padding: 10px 0 10px 10px;
}
.top-user-box .info img{
    width: 65px;
    height: 65px;
    border-radius: 50px;
    border: 1px solid #c2c2c2;
}
.top-user-box .info .logout{
    right: 20px;
    position: absolute;
    top: 20px;
}
.top-user-box .count{
    display: flex;
}
.top-user-box .count a{
    width: 25%;
    text-align: center;
    flex-flow: column;
    display: flex;
    text-decoration: none;
}
/*首页头部用户信息结束*/
/*网站首页*/
.region-title{
    position: relative;
    margin-right: 20%;
    font-size: 18px;
    font-weight: 700;
    padding-left: 16px;
}
.region-title:after{
    content: "#";
    background-image: linear-gradient(90deg,#5298ff 0,#007bf5 100%);
    -webkit-background-clip: text;
    color: transparent;
    opacity: .7;
    left: 0;
    width: auto;
    height: auto;
    top: 0;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index .top{
    display: flex;
    flex-wrap: wrap;
}
.index .top .recent-update{
    padding: 0;
    margin: 0;
}
.index .top .recent-update .split-line{
    height: 1px;
    background: #0000001a;
}
.index .top .recent-update .body{
    margin: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 #00000047;
    padding: 10px;
}
.index .top .recent-update .body .header{
    display: flex;
    margin: 5px 0;
}
.index .top .recent-update .body .header .stat{
    right: 0;
    color: #828282;
    margin-right: 30px;
    position: absolute;
}
.index .top .recent-update .body .header h3{
    font-size: 18px;
    font-weight: 700;
}
.index .top .recent-update .body .content{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.index .top .recent-update .item{
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
    padding: 5px 5px;
}
.index .top .recent-update .item:hover{
    background: #e2e2e2;
}
.index .top .recent-update .item span{
    color: #828282;
}
.index .top .recent-update .item a{
    text-decoration: none;
    margin: 0 5px;
    color: #1b1b1b;
    font-weight:400;
    transition: 0.15s all;
}
.index .top .recent-update .item:hover a{
    color: #0064ff;
}
.index .top .recent-update .item .new{
    color: #f00;
}
.index .top .sidebar{
    margin: 0;
    padding: 0;
}
.index .top .sidebar .cooperation{
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
}
.index .top .sidebar .cooperation img{
    width: 100%;
}

.index .top .sidebar .inlet{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    white-space:nowrap;
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 #00000047;
}
.index .top .sidebar .inlet a{
    padding: 0;
    display: block;
    float: left;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 110px;
    color: #9E9E9E;
    font-size: 14px;
    border-radius: 8px;
    transition: 0.9s all;
    margin-bottom: 20px;
    text-decoration: none;
}
.index .top .sidebar .inlet a:hover{
    color: #000;
}
.index .top .sidebar .inlet a:nth-child(1){
    background: url(https://img.julecn.com/userpicb/20220309/WmbwhJcp.png) 50% no-repeat #fff;
    background-size: 30px;
}
.index .top .sidebar .inlet a:nth-child(2){
    background: url(https://img.julecn.com/userpicb/20220309/79KdSTw2.png) 50% no-repeat #fff;
    background-size: 30px;
}
.index .top .sidebar .inlet a:nth-child(3){
    background: url(https://img.julecn.com/userpicb/20220310/UWuzCJEx.png) 50% no-repeat #fff;
    background-size: 30px;
}
.index .top .sidebar .inlet a:nth-child(4){
    background: url(https://img.julecn.com/userpicb/20220309/Fa8BGdpc.png) 50% no-repeat #fff;
    background-size: 30px;
}
.index .top .sidebar .inlet a:nth-child(5){
    background: url(https://img.julecn.com/userpicb/20220309/RhsenESP.png) 50% no-repeat #fff;
    background-size: 30px;
}
.index .top .sidebar .inlet a:nth-child(6){
    background: url(https://img.julecn.com/userpicb/20220309/Yu2ahPyN.png) 50% no-repeat #fff;
    background-size: 30px;
}
.index .blogroll{
    margin: 10px;
}
.index .blogroll .body{
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 #00000047;
}
.index .blogroll .split-line{
    height: 1px;
    background: #0000001a;
}
.index .blogroll .links{
    margin: 10px;
}
.index .blogroll .links a{
    margin: 5px 10px;
    color: #2b2b2b;
    word-break: break-word;
    text-decoration: none;
    display: inline-block;
}
.index .blogroll .links a:hover{
    color: #f00;
}
/*网站首页结束*/