body {
    background-color: #201b1e;
}

.quick_select {
    line-height: 25px;
    color: #EFE0B9;
    position: absolute;
    left: 200px;
    margin-left: 56px;
    z-index: 3;
}

.selected_server_show {
    height: 25px;
    width: 78px;
}

.quick_select span {
    padding: 0 8px;
    float: left;
}

.quick_select .input {
    width: 78px;
    height: 25px;
    line-height: 25px;
    color: #333;
    background: #f3f3f3;
    text-align: center;
    *margin-top: -1px;
    float: left;
}

.quick_select .quick_enter {
    width: 63px;
    height: 25px;
    line-height: 25px;
    color: #aa9768;
    background: url("../img/server/enter.png") no-repeat center/contain;
    text-align: center;
    float: left;
}

.quick_select .quick_enter:hover {
    filter: brightness(120%);
}

.server-info dt {
    line-height: 26px;
    margin-right: 10px;
    color: #6a787f;
    font-size: 16px;
}

.server-div {
    width: 100%;
    max-width: 1920px;
    height: 1292px;
    margin: 0 auto;
    background: url('../img/server/server-bg.png') no-repeat center/cover;
}

.server-div .main {
    width: 1200px;
    margin: 0 auto;
}

.server-div .main .welfare-code {
    float: left;
    width: 337px;
    height: 443px;
    margin-top: 100px;
    background: url('../img/server/welfare-code.png') no-repeat center/cover;
}

.server-div .main .server-info {
    float: right;
    width: 854px;
    height: 1292px;
    padding: 52px 59px;
    box-sizing: border-box;
    background-color: #321910;
}

.server-div .main .server-info .top {
    margin-bottom: 29px;
    font-size: 0;
}

.server-div .main .server-info .top a {
    display: inline-block;
    width: 230px;
    height: 67px;
}

.server-div .main .server-info .top a.home {
    margin-right: 23px;
    background: url('../img/server/home.png') no-repeat center/100% 100%;
}

.server-div .main .server-info .top a.recharge-center {
    float: right;
    background: url('../img/server/recharge-center.png') no-repeat center/100% 100%;
}

.server-div .main .server-info .top a.mini-download {
    background: url('../img/server/mini-download.png') no-repeat center/100% 100%;
}

.server-div .main .server-info .f-line {
    margin-bottom: 37px;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #EFE0B9;
    background: url("../img/server/f-line.png") no-repeat center/100% 20px;
}

.server-div .main .server-info .server-content {
    padding: 15px 35px;
    position: relative;
    min-height: 522px;
    background-color: #3d1e15;
}

.server-div .main .server-info .server-content .tit {
    margin-bottom: 36px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #EFE0B9;
}

.server_content .select_server_content_title {
    color: #EFC65E;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 18px;
}

.server .inHd {
    color: #fff;
    margin-bottom: 24px;
    height: 26px;
    padding-bottom: 6px;
    font-size: 14px;
    text-align: left;
}

.server .inHd a {
    width: 77px;
    height: 30px;
    line-height: 30px;
    color: #fff7dc;
    text-align: center;
    float: left;
    cursor: pointer;
}

.server .inHd a.on {
    background: #d1b367;
    color: #28272d;
    text-decoration: none;
}

.server .inHd a.on:hover {
    background: #d9b851;
}

.server .inBd {
    width: 102.7%
}

.server .inBd ul {
    max-height: 684px;
    overflow-y: auto;
    scrollbar-arrow-color: #6c5b31;
    scrollbar-face-color: #95824a;
    scrollbar-base-color: #6c5b31;
    scrollbar-darkshadow-color: #6c5b31;
    scrollbar-track-color: #6c5b31;
    scrollbar-highlight-color: #95824a;
    position: relative;
}

.server .inBd li {
    float: left;
    display: inline;
}

.server .inBd li a {
    display: block;
}

.recommend_server_content {
    margin-bottom: 50px;
}

.ser_btn {
    width: 206px;
    height: 46px;
    line-height: 47px;
    color: #fff;
    background: url("../img/server/recommend-server-btn.png") no-repeat center/100% 100%;
    text-align: center;
    display: inline-block;
    margin: 0 22px 19px 0;
}

.ser_btn:nth-child(3n) {
    margin-right: 0
}

.ser_btn:hover {
    filter: brightness(120%);
    color: #000;
}

.ser_btn span {
    color: rgba(255, 1, 1, 1);
    margin-left: 10px;
    font-weight: bold;
}

.ser_btn01 {
    background: url("../img/server/recommend-server-btn.png") no-repeat;
}

.user_box .title {
    background: url("../img/sonPage/put_server_login.png") center top no-repeat;
    height: 26px;
    margin-bottom: 20px;
}

.second_title {
    line-height: 26px;
    margin-right: 10px;
    color: #EFE0B9;
    font-size: 15px;
}

.server_category .server_category_btn {
    width: 143px;
    height: 43px;
    line-height: 34px;
    color: #f3f29b;
    background: url("../img/sonPage/server_category_bg.png") no-repeat;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
}

.server_category_title {
    margin-right: 18px;
}