*{
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mod_copyright_auth{
    font-family: "楷体","微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top2{
    width: 100%;
    min-width: 1000px;
    height: 75px;
    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: 1001;
}
.top_content{
    width: 1200px;
    margin: 0 auto;
    height: 75px;
}
.mainic{
    width:165px;
    height: 73px;
    float: left;
}
.tmain{
    line-height: 73px;
    width:100%;
    height: 100%;
    font-size: 33px;
    letter-spacing:8px;
    color: white;
    font-family: "楷体","微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.linet{
    width: 2px;
    height: 55px;
    float: left;
    background-image: radial-gradient(#fdfdfd, #0255B1);
    margin-top: 10px;
    margin-left: 20px;
}
.tx{
    float: left;
    width: 260px;
    margin-top: 15px;
    margin-left: 10px;
    letter-spacing:2px;
}
.tx div{
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 25px;
    font-family: cursive;
    color:white;
}
.userList{
    /*padding-left: 80px;*/
    width: 1030px;
    height: 100%;
    float: left;
}
.userList .l1{
    float: left;
    /*width: 100px;*/
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 16px;
    color:white;
}
.l1 div{
    width: 100px;
    height: 73px;
    margin: 0 auto;
    top:75px;
    border-left: 2px solid #00bcff00;
    border-right: 2px solid #00bcff00;
}
.closeshow{
    cursor: pointer;
    width: 120px;
}
.l2{
    z-index: 1001;
    display: none;
    width:185px;
    margin-right: 58px;
    float: left;

}
.l2 div{
    background: #0255B1;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color:white;
}

.exit{
    float:left;
    width: 70px;
    height:20px;
    line-height:20px;
    margin-top:5px;
    margin-left:20px;
    font-size:12px;
    border:1px solid white;
    border-radius: 10px;
    cursor: pointer;
}
.closeshow:hover{
    color:#1cffec;
}
.l1e{
    float: left;
    width: 200px;
    margin-top: 20px;
    margin-left: 35px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color:white;
}
#layui-laypage-1, #layui-laypage-2 {
    margin: 0px;
}
.layui-laypage-count,.layui-laypage-spr,.layui-laypage a,.layui-laypage-skip{
    border:0px!important;
    background: rgba(255, 255, 255, 0) !important;
}
.layui-laypage-spr{
    line-height: 23px!important;
}
.layui-laypage-count{
    float: right;
    margin-top: 3px!important;
}
.layui-laypage span,.layui-laypage input ,.layui-laypage button{
    line-height: 22px!important;
    height: 22px!important;
}
.layui-laypage select {
    height: 17px!important;
    margin-top:2px!important;
}
.layui-laypage .layui-laypage-limits{
    margin-bottom:0px!important;
}
.layui-layer-btn0{
    background-color: #0255B1!important;
    border:1px solid #0255B1!important;
}

/*.footer {*/
/*    width: 100%;*/
/*    min-width: 1200px;*/
/*    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));*/
/*    margin-top: 760px;*/
/*    height: 75px;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*}*/

.footer {
    width: 100%;
    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));
    position: absolute;
    /*bottom: 0;*/
    /*z-index: 100;*/
}

.fixedFooter {
    width: 100%;
    /*min-width: 1200px;*/
    background-image: linear-gradient(100deg, rgb(0, 112, 186), rgb(0, 48, 135));
    /*margin-top: 760px;*/
    /*height: 75px;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*z-index: 100;*/
}

#changeLang {
    border: #fff solid 1px;
    border-radius: 4px;
    color: #fff;
    background-color: #fff;
    background: transparent;
    width: 80px;
    height: 25px;
    text-align-last: center;
}

#hintMsg {
    bottom: -40%;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    line-height: 16px
}