.server-top .type-head {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    margin-top: calc(env(safe-area-inset-top) + 85px);
}
.server-top .type-head .ul-tab {
    overflow: hidden;
    padding: 0 0.3rem;
}
.server-top .type-head .ul-tab li {
    float: left;
    width: 16%;
}
.server-top .type-head .ul-tab .con {
    position: relative;
    display: block;
    line-height: .94rem;
    font-size: .26rem;
    color: #999;
    text-align: center;
    border: 1px solid #ededed;
    margin: .1rem;
    /*line-height: 2.5;*/
    line-height: 2;
    border-radius: 5px;
    background: #f0f0f0
}
.server-top .type-head .ul-tab li.on .con {
    color: #fff;
    background: #ffc000;
    border: 1px solid #ffc000;
}
.game-index .type-head .ul-tab .con {
    position: relative;
    display: block;
    line-height: .94rem;
    font-size: .26rem;
    color: #999;
    text-align: center;
    border: 1px solid #ededed;
    margin: .1rem;
    /*line-height: 2.5;*/
    line-height: 2;
    border-radius: 5px;
    background: #f0f0f0
}
.game-index .type-head .ul-tab li.on .con {
    color: #fff;
    background: #ffc000;
    border: 1px solid #ffc000;
}

.nav-type {
	/*margin-top:15px;*/
        margin-top: 8.5px;
	/*display:flex;*/
	justify-content:space-evenly;
        
        
            overflow: hidden;
    padding: 0 0.3rem;
}
.nav-type div {
	color:#666;
	font-size:14px;
	/*width:14%;*/
    float: left;
	text-align:center;
	border-radius:5px;
        background: #f0f0f0;   
        
                
        
        position: relative;
        display: block;
        line-height: .94rem;
        font-size: .26rem;
        color: #999;
        text-align: center;
        border: 1px solid #ededed;
        margin: 0.1rem;
        /* line-height: 2.5; */
        line-height: 2;
        border-radius: 5px;
        background: #f0f0f0;
        
        
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        
        padding-left: .1rem;
        padding-right: .1rem;
}
.nav-type .active {
	color:white;
	background-color:#ffc000;
	border:0px solid transparent
}
.nav-date {
	margin-top:15px;
	display:flex;
	justify-content:space-evenly;
        
}
.nav-date div {
	color:#666;
	font-size:14px;
	width: 33.33%;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:5px;
        position: relative;
	/*border:1px solid #666*/

}
.nav-date .active {
/*	color:white;
	background-color:#ffc000;
	border:0px solid transparent*/
}
.nav-date div:after {
    content: '';
    display: block;
    position: absolute;
    /*bottom: 5px;*/
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #ffc000;
    opacity: 0;
}
.nav-date .active:after {
    opacity: 1;
}
.items {
	margin-top:15px;
        padding: 0 .3rem;
        margin-top: 178px;
        background: #f5f6f8;
        padding-top: .1rem;
        min-height: 100vh;
}
.items .item-header {
	display:flex;
	background-color:#ccc
}
.items .item-header .div-game {
	width:50%;
	height:25px;
	line-height:25px;
	text-align:center
}
.items .item-header .div-time {
	width:25%;
	height:25px;
	line-height:25px;
	text-align:center;
        font-size: .26rem;
        
}
.items .item-header .div-service {
	width:25%;
	height:25px;
	line-height:25px;
	text-align:center;
        font-size: .26rem;
}
.items .item {
/*	height:65px;
	display:flex;
	align-items:center;
	border-bottom:1px solid #ddd*/
}
.items .item .div-game {
	width:50%;
	text-align:center;
	display:flex;
	align-items:center
}
.items .item .div-game .logo {
	width:50px;
	height:50px;
	margin-left:10px
}
.items .item .div-game .div-gameinfo {
	margin-left:5px
}
.items .item .div-game .div-gameinfo .game-name {
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:left
}
.items .item .div-game .div-gameinfo .game-rem {
	color:#946328;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:1px;
	margin-top:3px;
	margin-left:2px;
	border:1px solid #946328
}
.items .item .div-game .div-gameinfo .game-label {
	margin-top:3px;
	color:#999;
	font-size:12px;
	text-align:left
}
.items .item .div-time {
	width:25%;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
        font-size: .26rem;
            
}
.items .item .div-time .day {
	color:white;
	font-size:14px;
	width:90px;
	height:25px;
	line-height:25px;
	background-color:#ff9b24;
	border-radius:5px
}
.items .item .div-time .hours {
	margin-top:3px
}
.items .item .div-service {
	width:25%;
	text-align:center;
	padding:0 5px;
        font-size: .26rem;
            
}

.items .item {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.items .item .icon {
    flex-shrink: 0;
    margin-right: 0.2rem;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: relative;
}
.items .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.items .item .text {
    flex: 1 1;
    width: 0;
    font-size: .24rem;
    color: #999;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
}
.items .item .text .name {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .3rem;
    color: #282828;
    display: flex;
    align-items: center;
}
.items .item .text .name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    margin-right: 0.1rem;
}
.items .item .text .name .nameRemark-new {
    background: #f3f4f8;
    color: #999;
    font-size: .22rem;
    padding: 0 0.1rem;
    font-weight: normal;
}
.items .item .text .info1 {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.065rem;
    margin-top: 0.065rem;
}
.items .item .text .info2 {
    display: flex;
    align-items: center;
    color: #FF5E00;
    
    margin-top: 0.065rem;
}
.items .item .text .info2 .server {
    color: #FF5E00;
    margin-right: 10px;
}
.items .item .text .info2 .time {
    color: #fff;
    margin-right: 10px;
    background: #FF446A;
    border-radius: 6px;
    padding: 0 5px;
}


.items .item .text .info2 .speed {
    margin-right: 5px;
    padding: 0 4px;
    background-color: #fcf8ed;
    font-size: .2rem;
    color: #d79863;
    border-radius: 1px;
    display: inline;
}

.items .item .text .info2 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.items .item .text .info2 .label-bottom {
    display: flex;
    align-items: center;
}
.items .item .text .info2 .label-bottom .first-text {
    font-size: .2rem;
    padding: 1px 3px;
    color: #fff;
    border-radius: 5px;
}
.items .item .text .info2 .label-bottom .second-text {
    margin-right: 5px;
    font-size: .2rem;
    border: 1px solid;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -5px;
    padding: 0 .1rem 0 8px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.items .item .operate {
    display: block;
    background: #ffc000;
    border-radius: 4px;
    padding: 0.06rem 0.28rem;
    font-size: .26rem;
    color: #fff;
}

.server-top {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    /*padding-bottom: 15px;*/
    padding-bottom: 5px;
    max-width: 650px;
}
.items .empty {
    font-size: .26rem;
    text-align: center;
    padding-top: .3rem;
}
/*# sourceMappingURL=./server-launch.css.map */