body{
    margin: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 0;
    background-color: #161616;
    background-size: cover;
    z-index: -2;
    height: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    color: #fff;
}


a {
    text-decoration: none;
}
.navi {
    width: 100%;
    height: 100px;
    background: rgb(12, 12, 12);
    opacity: 0.9;
    position: fixed;
    top: 0;
    z-index: 999;
    margin: auto;
    font-size: 16px;
}
.navi .signal {
    float: left;

}
.navi .signal img {
    width: 190px;
    /* border: 1px solid rgb(11, 240, 11); */
    margin-left: 50px;
    margin-top: 30px;
}
.navi .navi-content {
    float: right;
    padding-right: 10px;
}
.navi .navi-content .m1,.m2,.m3,.m4,.m5 {
    float: left;
    margin: 0 20px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    
}
.navi .navi-content a {
    padding-bottom: 10px;
    text-decoration: none;
    color: rgb(255, 255, 255);

}
.navi .navi-content a:hover{
    border-bottom: 4px solid rgb(79, 70, 230);

}



.hidebar {
    float: left;
    position: absolute;
    width: 80px;
    /* margin: 0 auto; */
    margin-left:-40px;
    height: 40px;
    text-align: center;
    line-height: 48px;
    top:6px;
    
    /* border: 1px solid green; */
    left:50%;
    margin-top: 4px;
}

.box {
    position: absolute;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #666;
    min-width: 150px;
    /* padding: 5px 0; */
    /* margin-top: -1px; */
    text-align: center;
    left: 50%;
    margin-left: -75px;
    display: none;
    
}
.box a {
    display: block;
    padding: 5px 10px;
    color: inherit;
    
}

.box a:hover{
    background-color: rgb(85, 85, 85);
    color: #fff;
}


.bar img{
    filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;

} 

.bar img:hover{
    filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1;
    

} 

.header-info {
    float: left;
    position: absolute;
    right: 20px;
    margin-right: 10px;
    line-height: 48px;
    /* margin-top: 5px; */
    
}
.header-info a {
    color: #CCC;
    font:15px Times New Roman;
}
.header-info a:hover {
    color: rgb(255, 255, 255);
    vertical-align: middle;
}
.header {
    height: 80px;
}
.logo {

    float: left;
    height: 47px;
    line-height: 47px;  
    padding: 0 0 0 5px;
    vertical-align: middle;
}
.logo img {
    width: 40px;
    vertical-align: middle;
    /* border: 1px solid rgb(180, 245, 0); */
}
.logo a{
    font-size: 12px;
    color: rgb(218, 218, 218);
    /* border: 1px solid rgb(255, 2, 221); */
    vertical-align: middle;

}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


.load{
    width: 90px;
    height: 90px;
    font-family:  微软雅黑;
    font-size:  18px;
    color: #0099e5;
    text-align: center;
    position:absolute;
    top:42%;
    left:47%;
    display:block;
}
.load>img{
    width: 70px;
    height: 70px;
}
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    /* border: 1px solid yellow; */
}
.pic{
    width: 120px;
    height: 120px;
    /* background: url(img/831.gif) no-repeat; */
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    /* margin-right: 5px; */
    /* border: 1px solid yellow; */
}


.gress {
    position: absolute;
    top: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* margin-top: 50px; */
}

.section-container{
    
    margin-top: 100px;
    /* border: 1px solid rgb(240, 0, 0); */
    background: rgb(79, 70, 230,0.2);
}

.head-section{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    list-style: none;
}

.head-section>li{
    width: 200px;
    margin: 0 30px;

}

.head-section>li img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 12%;    
}

.head-section>li i{
    line-height: 30px;
    font-style: normal;
}

.table-list{
    margin: 0;
    padding: 0;
    display: inline-block;
    position: fixed;
    width: 20%;
    top: 43%;
    transform: translateY(-50%);
    left: 70%;
    list-style: none;
    height: 200px;
    

}

.table-list li i{
    font-style: normal;
    
}

.table-list .title1{
    box-sizing: border-box;
    margin: 10px 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(99, 99, 99);
    font-size: 16px;
    
}
.table-list .title1 i{
    display: inline-block;
}

.table-list .q1{
    box-sizing: border-box;
    padding: 5px 10px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border: 1px solid rgb(79, 70, 230,0.3);
    border-radius: 5px;
    margin-bottom: 5px;
    /* cursor: pointer;   */
    color: rgb(255, 255, 255,0.7);
}

.table-list .q1 .m1 {
    /* height: 22px; */
    /* padding: 3px 5px; */
}
.table-list .q1:hover {
    /* color: #4f46e6; */
    background: rgba(66, 66, 66, 0.5);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(79, 70, 230,0.8);



}

.t0{
    /* width: 280px; */
    display: inline-block;
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    left: 10%;
    z-index: -1;
}
.t1 ,.t2, .t3, .t4, .t5, .t6{
    /* width: 280px; */
    display: none;
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    left: 10%;
}

.picOne , .picTwo {
    font-size: 20px;
    font-family:  "pingfang";
    color: rgb(197, 197, 197);
    position: fixed;
    top: 88%;
    left: 44%;
    z-index: 99999;
}
.picOne {
    left: 20%;
}