/*头部样式修改*/
header,header:hover{
    background:#3D464D;
}
header:hover .header .nav li>a{
    color:rgba(255,255,255,1);
}
header .header .nav li>a.active{
    border-bottom:none;
}
header:hover .header .nav li>a:hover,header:hover .header .nav li>a.active{
    color:rgba(255,255,255,1);
    border-bottom:none;
}
header:hover .header .operate .register{
    border:1px solid rgba(255,255,255,1);
    color:rgba(255,255,255,1);
}
header:hover .header .operate .register:hover{
    border:1px solid rgba(235,235,235,1);
}
header:hover .header .operate .login{
    background:rgba(255,255,255,1);
    color:rgba(50,135,255,1);
}
header:hover .header .operate .login:hover{
    background:rgba(235,235,235,1);
}
header:hover .alreadyLogin .enterControl{
    color:#3287FF;
}
header:hover .alreadyLogin .user .username{
    color:rgba(255,255,255,1);
}
header .alreadyLogin .user .signout{
    width:110px;
}
/*二级导航*/
nav{
    height:60px;
    background:#fff;
}
nav ul{
    width:1200px;
    margin:0 auto;
    padding-left:225px;
}
nav ul li{
    float:left;
    padding:3px 20px;
}
nav ul li a{
    display: block;
    height:54px;
    line-height: 54px;
    font-size:14px;
    color:rgba(61,70,77,1);
}
nav ul li a:hover, nav ul li a.active{
    border-bottom: 2px solid #3287FF;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,134,255,1);
}
/*内容区域*/
.container{
    width:1369px;
    margin:0 auto;
}
.footerwidth{
    width:1000px;
    margin:0 auto;
}
.main{
    clear:both;
    overflow: hidden;
}
.main ul{
    width:214px;
    height:383px;
    float:left;
    background:#fff;
    padding-top:32px;
    margin:24px 0;
    border-radius:2px;
}
.main ul li a{
    display:block;
    height:22px;
    line-height: 22px;
    width:100%;
    margin-bottom:32px;
    font-size:16px;
    color:rgba(133,142,149,1);
    opacity: 0.7;
    padding-left:23px;
    border-left:2px solid #fff;
}
.main ul li a:hover{
    border-left:2px solid #3287FF;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(50,135,255,1);
    opacity: 1;
}
.main ul li a.active{
    border-left:2px solid #3287FF;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(50,135,255,1);
    opacity: 1;
}
.main .iconfont{
    margin-right:11px;
}
.main .content{
    width:1129px;
    float:right;
    margin:24px 0;
}
.main .content .top{
    height:108px;
    background:#fff;
    margin-bottom:10px;
}
.main .content .top div{
    height:58px;
    width:200px;
    float:left;
    margin-top:25px;
    padding-left:24px;
    border-right:1px solid #E8E8E8;
}
.main .content .top div:last-child{
    border-right:none;
}
.main .content .top div p{
    color:rgba(133,142,149,1);
    margin-bottom:8px;
}
.main .content .top div span{
    font-size:24px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(61,70,77,1);
}
.tablebox{
    padding:24px;
    background:#fff;
    min-height:265px;
}
.main .layui-table-page{
    text-align: center;
    height:60px;
    padding-top:30px;
}
.main .layui-table-view{
    border:none
}
.main .layui-table td,.main .layui-table th{
    border-right:1px solid transparent;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#3287FF;
}
.layui-table-tips-c:before {
    right: 1px;
    top: -3px;
}
.layui-table-view .layui-table{
    width:100%;
}