.container {
    width: 100%;
    max-width: 19.2rem;
    margin: auto;
    background: url(/mobile/qslm/1/images/ff5.jpg) no-repeat center top rgb(23, 23, 23);
    background-size: 100%;
    padding-bottom: 1rem;
    position: relative;
}

.section {
    width: 100%;
    background: none no-repeat center top;
    margin: 0 auto 0.7rem;
    position: relative;
    z-index: 2;
    height: 3rem;
    padding-top: 8.5rem;
}
.server-con {
    width: 5.47rem;
    height: 0.6rem;
    margin: 0 auto 0.1rem;
    background-color: #9f342f;
    border-radius: 0.3rem;
}

.server-con .server-name {
    width: 3.77rem;
    height: 0.56rem;
    background-color: #ffffff;
    border-radius: 0.3rem 0 0 0.3rem;
    float: left;
    line-height: 0.56rem;
    box-sizing: border-box;
    padding: 0 0.16rem;
    margin: 0.02rem;
    text-align: left;
    font-size: 0.26rem;
}

.server-con .server-toggle {
    width: 1.55rem;
    height: 0.6rem;
    float: right;
    line-height: 0.6rem;
    box-sizing: border-box;
    margin: 0 0.08rem 0 0;
    cursor: pointer;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #e6e6e6;
    text-align: center;
}
.server-name select{
    width: 3.77rem;
    color: #333;
    height: 0.56rem;
    line-height: 0.56rem;
    border-radius: 0.3rem 0 0 0.3rem;
    float: left;
    padding-left: 0.16rem;

}
