body,div,ul,ol,li,dl,dt,dd,p,span,a,img,em,input,tr,th,td,h1,h2,h3,h4,h5,h6,h7{margin:0px; padding:0px;}
body{font-size:12px; color:#ffffff; background:#ffffff;}
ul,ol,li,dl,dt,dd,p,span,a,img,em,input,select,tr,th,td,h1,h2,h3,h4,h5,h6,h7{list-style-type:none; border:none; font-style:normal; background:none; outline:none;}
a{color:#ffffff;}
.fix{*zoom:1;}
.fix:after{height:0; font-size:0; display:block; clear:both; overflow:hidden; visibility:hidden; content:"";}
.indent{text-indent:-999px; overflow:hidden;}
.f_l{float:left;}
.f_r{float:right;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f32{font-size:32px;}



/* 标题 */
.server_box_title {
    line-height: 30px;
    font-size: 18px;
    color: #bbbbbb;
    margin-bottom: 10px;
}


/* 推荐服务器 */
.server_box_recommon {
    margin-bottom: 10px;
}


/* 快速进入 */
.server_quick_enter {
    text-align: center;
    color: #bbbbbb;
}

.server_quick_enter .label,
.server_quick_enter .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.server_quick_enter .input {
    width: 112px;
    height: 32px;
    line-height: 26px;
    background: #e4e4e4;
    text-align: center;
}


/* 全部服务器 */
.server_box_all {
    padding: 16px;
    width: 272px;
    background-color: #1d1d1e;
}
 .serve_inp_area {
    position: relative;
}
.quick_join_text {
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}
 .quick_enter_btn{
    position: absolute;
    right: -92px;
    top: 0;
    width: 72px;
    height: 68px;
    background: url(/images/enter_game_btn.png) no-repeat;
}
.input_box{
    position: relative;
    display: inline-block;
    width: 112px;
    height: 68px;
    margin-left: 60px;
}

/* 分类tag */
.server_tag {
    margin-top: 4px;
}
.server_tag .input_box{
    height: auto;
    min-height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}

.server_tag ul {
    padding-top: 30px;
    margin-top: -38px;
    display: none;
}

.server_tag li {
    min-width: 30px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 10px 8px 0 0;
    cursor: pointer;
}

.server_tag li.active {
    color: #333333;
    background: #efce77;
}

/* 下拉框 */
.select_box {
    /* position: absolute;
    top: 0;
    left: 0; */
    z-index: 5;
    display: none;
}

.select_label,
.select_team {
    display: inline-block;
    vertical-align: top;
}

.select_team {
    width: 112px;
    height: 32px;
    /* margin-top: 12px; */
    color: #333333;
    background: #e4e4e4;
    position: relative;
    cursor: pointer;
}

.select_team ul {
    width: 100%;
    height: auto;
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
    background: #eeeeee;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 9;
    display: none;
}

.select_team li {
    width: 100%;
    color: #333333;
    background: none;
    padding: 0;
    margin: 0;
}

.select_team li.active {
    color: #ca1616;
    font-weight: bold;
    background: none;
}

.select_team .selected_val {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
}

.select_team i {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    border-color: #666666 transparent transparent transparent;
    overflow: hidden;
    position: absolute;
    top: 14px;
    right: 12px;
    z-index: 9;
}

.select_team i.select_up {
    border-color: #666666 transparent transparent transparent;
}

.select_team i.select_down {
    border-color: transparent transparent #666666 transparent;
    top: 4px;
}


/* 服务器分组 */
.server_list  {
    margin-top: 10px;
    padding-left: 10px;
}

.server_list .server_team {
    overflow: auto;
    display: none;
}

.server_list .part_all_list {
    display: block;
}

/* 单个服务器 */
.server_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 16px 0;
    position: relative;
}
.server_item:hover  .name{
    color: #fdc744 ;
}
.server_list_area .server_item {
    margin: 0;
    width: 262px;
    height: 30px;
    line-height: 30px;
    color: #fff;
	font-size: 14px;
	padding: 2px 0;
}
 .server_item .icon {
    width:0;
	height:0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #8e8e8e;
}
.server_item .name,
.server_item .status,
.server_item .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.server_item .name {
    left: 16px;
}

.server_item .status {
    right: 12px;
}

/* .server_list_area .server_item:hover{
    color: #ff5252;
} */


/* 更多服务器 */
.server_more_btn {
    text-align: center;
	width: 254px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size:14px;
	text-align: center;
	display: block;
    margin: 10px 0 0 10px;
    background: url(/images/qmxz/red_gradual_bg.png) no-repeat;
}
.server_more_btn:hover {
	color: #fff;
	filter: brightness(120%);
}

/* 触发效果 */
.server_quick_enter .btn:hover,
.server_more_btn:hover {
    filter: brightness(110%);
}