.content {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

.hiden {
    display: none !important;
}

.game {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #DEE4E7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 23px;
    overflow: hidden;
}

.game .game_icon {
    width: 112px;
    height: 112px;
    border-radius: 24px;
    float: left;
}

.game .info {
    width: 610px;
    float: left;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 5px 0;
}

.game .info .h1 {
    width: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game .info p {
    margin-top: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game .info .text1 {
    color: #666666;
}

.game .info .text2 {
    color: #F14E52;
}

.game .btns {
    float: right;
    width: 140px;
    margin-right: 40px;
}

.game .btns a {
    display: block;
    width: 140px;
    height: 42px;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    box-sizing: border-box;
    padding-left: 42px;
    position: relative;
}

.game .btns .and {
    background: #20C356;
    margin-top: 8px;
}

.game .btns .and:hover {
    background: #1AB54E;
}

.game .btns .and::before {
    content: '';
    background: url(../images/and.png) no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 17px;
}

.game .btns .ios {
    background: #2A3135;
    margin-top: 12px;
}

.game .btns .ios:hover {
    background: #111A1E;
}

.game .btns .ios::before {
    content: '';
    background: url(../images/ios.png) no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 17px;
}

.game .qrcode {
    float: right;
}

.server_list {
    margin-top: 30px;
}

.server_list .tab_btns {
    width: 100%;
    overflow: hidden;
}

.server_list .tab_btns li {
    width: 160px;
    height: 48px;
    background: #F2F2F2;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    line-height: 48px;
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #888888;
    cursor: pointer;
}

.server_list .tab_btns li.active {
    background: #3D7EFF;
    color: #fff;
}

.server_list .tab_btns li+li {
    margin-left: 6px;
}



.server_list .tab_btns a {
    width: 160px;
    height: 48px;
    background: #F2F2F2;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    line-height: 48px;
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #888888;
    cursor: pointer;
}

.server_list .tab_btns a.active {
    background: #3D7EFF;
    color: #fff;
}

.server_list .tab_btns a+a {
    margin-left: 6px;
}

.server_list .tab_list .table_head {
    width: 100%;
    height: 40px;
    background: #F9F9F9;
    border-bottom: 2px solid #F2F2F2;
    border-top: 2px solid #F2F2F2;
    overflow: hidden;
}

.server_list .tab_list .table_head div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #787878;
    line-height: 40px;
    float: left;
}


.server_list .tab_list .item .game_name {
    box-sizing: border-box;
    width: 420px;
}

.server_list .tab_list .item .open_time {
    width: 175px;
}

.server_list .tab_list .item .server_name {
    width: 184px;
}

.server_list .tab_list .item .game_type {
    width: 156px;
}

.server_list .tab_list .item .game_plat {
    width: 145px;
}

.server_list .tab_list .item .game_down {
    width: 76px;
}

.server_list .tab_list .item .table_item {
    padding: 20px 0;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
}

.server_list .tab_list .item .table_item>div {
    float: left;
    overflow: hidden;
}

.server_list .tab_list .item .table_item .game_name img {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    float: left;
}

.server_list .tab_list .item .table_item .game_name h2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 68px;
    padding-left: 15px;
}

.server_list .tab_list .item .table_item .open_time span {
    width: 60px;
    height: 24px;
    border-radius: 4px 10px 4px 4px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    margin-top: 22px;
    margin-right: 10px;
}

.server_list .tab_list .item .table_item .open_time span.today {
    background-color: #F14E52;
}

.server_list .tab_list .item .table_item .open_time span.after {
    background-color: #20C356;
}

.server_list .tab_list .item .table_item .open_time p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 68px;
}

.server_list .tab_list .item .table_item .server_name p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 68px;
}

.server_list .tab_list .item .table_item .game_type p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 68px;
}


.server_list .tab_list .item .table_item .game_plat .icons i {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 22px;
}

.server_list .tab_list .item .table_item .game_plat .icons .and {
    background: url(../images/and_has.png);
}

.server_list .tab_list .item .table_item .game_plat .icons .no_and {
    background: url(../images/and_no.png);
}

.server_list .tab_list .item .table_item .game_plat .icons .ios {
    background: url(../images/ios_has.png);
    margin-left: 4px;
}

.server_list .tab_list .item .table_item .game_plat .icons .no_ios {
    background: url(../images/ios_no.png);
    margin-left: 4px;
}

.server_list .tab_list .item .table_item .game_down .btn {
    display: block;
    width: 76px;
    height: 36px;
    background: #3D7EFF;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 16px;
}

.server_list .tab_list .item .table_item .game_down .btn:hover {
    background: #2B6EF4;
}

.server_list .tab_list .la_paging {
    white-space: nowrap;
    text-align: center;
}

.server_list .tab_list .la_paging li {
    display: inline-block;
    height: 34px;
    margin-top: 35px;
}

.server_list .tab_list .la_paging li span {
    padding: 0 12px;
height: 34px;
background: #FFFFFF;
border: 1px solid #EAEAEA;
border-radius: 2px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #999999;
display: block;
line-height: 34px;
}

.server_list .tab_list .la_paging li.active span {
    color: #fff;
    background-color: #3D7EFF;
}

.server_list .tab_list .la_paging li a {
    padding: 0 12px;
height: 34px;
background: #FFFFFF;
border: 1px solid #EAEAEA;
border-radius: 2px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #999999;
display: block;
line-height: 34px;
}

.server_list .tab_list .la_paging li:hover a {
    color: #fff;
    background-color: #3D7EFF;
}

.content .page {
    text-align: center;
    background: #fff;
    margin-top: 20px;
}

.content .page a {
    display: inline-block;
    height: 34px;
    width: 34px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    margin-right: 10px;
}

.content .page a:nth-last-child(1) {
    margin-right: 0;
}

.content .page a.active {
    background-color: #3D7EFF;
    color: #fff;
}

.content .page a:hover {
    background-color: #3D7EFF;
    color: #fff;
}

.content .page a i {
    display: inline-block;
    width: 11px;
    height: 10px;
}

.content .page a i.page_left {
    background: url(../images/page_left.png) no-repeat;
}

.content .page a i.page_right {
    background: url(../images/page_right.png) no-repeat;
}

.content .page a:hover i.page_left {
    background: url(../images/left_over.png) no-repeat;
}

.content .page a:hover i.page_right {
    background: url(../images/right_over.png) no-repeat;
}