body,html{
    background: #f5f6fa;
}
.container{
    padding-top: 11.3vw;
    padding-bottom: 36vw;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    width: 96vw;
    left: 2vw;
    overflow-y: auto;
}
.footer{
    display: none;
}
.head{
    box-shadow: 0 2px 2px 0 #e5e6e9;
}
.head h1{
    display: none;
}
.head .menu{
    display: none;
}
.head .login{
    display: none;
}
.head .my_info{
    display: none;
}

.server_list{
    position: relative;
    z-index: 2;
}
.server_list .bg{
    position: relative;
    width: 100%;
    height: 36vw;
}
.server_list .bg img{
    width: 100vw;
    height: 36vw;
    position: absolute;
    top: 0;
    left: -2vw;
}
.server_content{
    position: relative;
    margin: -10.4vw auto 0 auto;
    background-color: #fff;
    width: 96vw;
    border-radius: 2.5vw;
}
.server_content .title{
    margin: 0 auto;
    width: 88.53vw;
    height: 14.4vw;
    line-height: 14.4vw;
    color: #282828;
    position: relative;
}
.server_content .title img{
    position: absolute;
    width: 25.33vw;
    height: 33.33vw;
    bottom: 5vw;
    right: 0;
}
.server_content .title h2{
    font-size: 4.8vw;
    font-weight: normal;
}
.server_list ul{
    margin: 0 auto;
    width: 88.53vw;
}
.server_list li{
    height: 14.8vw;
    border-bottom: 1px solid #f0f0f0;
}
.server_list li a{
    display: block;
    position: relative;
    line-height: 14.8vw;
    color: #000;
    font-size: 4.27vw;
    padding-left: 2vw;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.server_list li a img{
    position: absolute;
    right: 2vw;
    top: 5vw;
    width: 2.67vw;
    height: 4.8vw;
}
.server_qq{
    padding-top: 20vw;
    text-align: center;
    font-size: 3.73vw;
    color: #767987;
}
.server_qq span:nth-of-type(2){
    color: #4d9bfb;
}