#body,html,body,div,p,li,hr{
	padding: 0;
	margin: 0;
}
html,body{
    width: 100%;
    font: menu;
    height: 100%;
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img{ pointer-events: none; }
p,h4{
    margin: 0;
}
a{
    text-decoration: none;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#serverIndexBox{
    background: #F2F2F2; 
    padding: 10px;
    box-sizing: border-box;
}
.bgWhite{
    background: #fff;
    border-radius: 10px;
}
.serverHeader{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: #FF7F6F;
    position: relative;
}
.serverHeader img{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}
.serverHeader p{
    margin-left: 40px
}
.serverHeader a{
    color: #FF7F6F
}
.serverMinddle {
    margin: 10px 0px;
    padding-bottom:10px 
}
.serverMinddle ul{
    width: 100%;
    
}
.serverMinddle li{
    width: 25%;
    display: inline-block;
    margin-top: 10px;
}
.serverMinddle li img{
    width:60%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
.serverMinddle li p{
    text-align: center;
    color: #4C4C4C;
    line-height: 24px;
}
.serverBottomList {
    overflow: hidden;
}
.serverBottomList li{
    width: 100%;
    height: 130px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}
.serverBottomList li img{
    width: 100%;
    height: 100%;
}
.serverBottomList li p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-indent: 10px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: rgba(0, 0, 0, .4)
}
#findServer{
    width: 100%;
    padding-bottom: 100px;
}
#findServer img{
    width: 100%
}
#findServer .btn,.listContent .btn{
    width: 90%;
    box-sizing: border-box;
    position: fixed;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 50px;
    overflow: hidden;
    bottom: 10px;
    left: 50%;
    background: #FF7F6F;
    color: #fff;
    transform: translateX(-50%);
}
#findServer .btn span,.listContent .btn span{  
    
}

header{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #FE787F;
    position: relative;
    font-size: 16px;
    text-align: center
}
header i{
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translateY(-50%)
}
.serverList .listContent{
    background: #F2F2F2;
    padding: 0px 10px 80px;
    height: 100%;
}
.serverList .listContent p.tips{
    color: #666666;
    line-height: 28px;
}
.serverList .listContent li{
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}
.serverList .listContent li div:first-child{
    width: 82%;
    float: left;
}
.serverList .listContent li>div div{
    margin-top: 10px;
    line-height: 20px;  
    display: inline-block;
    width: 70%;
}
.serverList .listContent li img{
    width: 30px;
    height: 30px;
    vertical-align: top;
}
.serverList .listContent li img.leftImg{
    margin: 15px 15px 0px;
    width: 50px;
    height: auto;
}
.serverList .listContent li .rightImg{
    margin: 15px 15px 0px 0px;
    width: 30px;
    height: 30px;
    float: right
}
.serverList .listContent li h3,.serverList .listContent li h4{
    margin: 0;
    font-size: 14px;
}
.serverList .listContent li h4{
    font-weight: normal;
    color: #333333
}
.listContent .btn span{
    bottom: 0;
}
.modelBg{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.modelBg .box{
    position: absolute;
    top: 48%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 80%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.modelBg .box p{
    font-weight: bold;
    margin: 20px 0px 10px;
    text-align: center;
    font-size: 16px;
}
.modelBg .box p.text{
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
    line-height: 26px;
    text-align: left;
    color: #666666
}
.modelBg .box input{
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
    outline: none;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: none
}

.modelBg .box .btn{
    display: flex;
    width: 100%;
}
.modelBg .box .btn span,.modelBg .box .btn2 span{
    width: 50% !important;
    color: #fff !important;
    text-align: center !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    margin: 0px !important;
}
.modelBg .box span{
    display: block;
    text-align: center;
    margin-top: 10px !important;
    font-size: 12px;
}
.modelBg .box .btn2 span{
    width: 100%
}
.modelBg .box .btn span:first-child{
    background: #CCCCCC !important
}
.modelBg .box .btn span:last-child,.modelBg .box .btn2 span{
    background: #FE787F !important
}
.offImg{
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%)
}
.offImg img{
    width: 100%
}
.OffBtn{
    width: 94%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #FE787F
}
.OffBtn span{
    display: block;
}
.offInput {
    width: 66%;
    height: 60px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.offInput p{
    text-align: center;
    line-height: 50px;
    color: #4C4C4C
}
.offInput input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0.6rem;
    right:0.6rem;
    bottom: 0;
    z-index: 10;
    width: auto !important;
    margin-left: -100%; 
    text-indent: -999em;
}
.offInput span.inputCont{
    position: relative;
    height: 2rem;
} 
.offInput ul{
    overflow: hidden;
    border: 1px solid #DDDDDD;
    display: flex;
    border-radius: 5px;
}
.offInput li{
    width:20%;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-right: 1px solid #DDDDDD;
}
.offInput li:last-child{
    border: none
}
.loadingBox {
    text-align: center
}

[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-01 {
    border: 2px dotted currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
    animation: 1.5s loader-01 linear infinite;
}

@-webkit-keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
