.container{
    padding-bottom: 80px;
}
.rank-box{
    max-width: 800px;
    margin: 0 auto;
    padding:0 15px;
}
.search-form{
    padding-top: 20px;
}
.serch-form-top{
    width:100%;
}
.serch-form-cell{
    max-width: 600px;
    height:38px;
    line-height: 38px;
    margin-bottom: 20px;
}
.serch-form-cell .s-f-c-s{
    border:1px solid #999;
    border-radius: 10px;
    height: 38px;
    overflow: hidden;
}
.serch-form-cell .s-b{
    display: block;
    width: 80px;
    border-radius: 10px;
    border:1px solid #04a53b;
    color: #04a53b;
    margin-left: 18px;
    cursor: pointer;
}
.w-80{
    width:80%;
}
.w-70{
    width:70%
}
.w-90{
    width:90%
}
.search-form{
    position: relative;
}
.search-form .line{
    position: absolute;
    top:10%;
    right:25%;
    z-index: 100;
    border-right:1px solid #999;
    height: 90%;
   
}

.serch-form-cell .s-f-c-s .s-f-s-a,.serch-form-cell .s-f-c-s .s-f-s-b,.serch-form-cell .s-f-c-s .s-f-s-c,.serch-form-cell .s-f-c-s .s-f-s-d,.serch-form-cell .s-f-c-s .s-f-s-e{
    height: 28px;
    border:none;
    padding-left: 10px;
    font-size: 15px;
    color: #666;
}
.serch-form-cell .s-f-c-s .s-f-s-a{
    width: 34.4%;
}

.serch-form-cell .s-f-c-s .s-f-s-b,.serch-form-cell .s-f-c-s .s-f-s-c{
    width:63%;
    border-left:1px solid #999;
    margin-left: 0.6%;
}
.serch-form-cell .s-f-c-s .s-f-s-d{
    width:47%;
    border-left:1px solid #999;

}
.serch-form-cell .s-f-c-s .s-f-s-none{
    border-left:none;

}
.serch-form-cell .s-f-c-s .s-f-s-e{
    margin-left: 0.6%;
    width:96%
}
.serch-form-cell .s-f-c-s .s-f-s-c{
    padding-left: 14px;
}
.rank-list-cell{
    color: #333;
    display: block;
    padding: 20px 0;
    border-bottom:1px solid #cbcbcb;
}
.rank-list-cell:last-child{
    border-bottom:none;
}
.show-pic{
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.rank-list-cell .l-c-a{
    width: 218px;
    height:218px;
    border:1px solid #e0e0e0;
    float: left;
    position: relative;
}
.rank-list-cell .l-c-b{
    padding-left: 250px;
}
.rank-list-cell .l-c-b li{
    margin-bottom: 10px;
}
.rank-list-cell .l-c-b .l-c-b-a,.rank-list-cell .l-c-b .l-c-b-b,.rank-list-cell .l-c-b .l-c-b-c{
    display: inline-block;
    border:1px solid #04a53b;
    height:35px;
    line-height: 35px;
    color: #04a53b;
    border-radius: 20px;
    margin-top: 5px;
}
.rank-list-cell .l-c-b .l-c-b-a{
    width: 145px;
}
.rank-list-cell .l-c-b .l-c-b-b{
    width: 160px;
    margin-left: 18px;
}
.rank-list-cell .l-c-b .l-c-b-c{
    width: 138px;
    margin-left: 18px;
}
.rank-list-cell .l-c-b .l-c-b-a .vote-icon{
    width: 16px;
    margin-top: -2px;
    margin-right: 3px;
}
.rank-list-cell .l-c-b .l-c-b-a.active{
    background: #04a53b;
    color: #fff;
}
.mc-inner,.time-num{
    position: fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.rt-close-box{
    width: 70.66vw;
    max-width: 440px;
}
.rt-rank-vote{
    width: 70.66vw;
    max-width: 440px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding:20px 25px 15px 25px;
    box-sizing: border-box;
}
.rt-rank-tit{
    font-size: 22px;
    margin: 15px 0;
}
.rt-rank-words{
    font-size: 18px;
    color: #666;
}
.rt-vote-btn{
    width: 145px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    margin: 35px auto 0;
    cursor: pointer;
}
.rt-close-btn{
    width: 42px;
    cursor: pointer;
    float: right;
    margin-bottom: 35px;
}
.time-num{
    width: 225px;
    height: 225px;
    line-height: 225px;
    color: #fff;
    font-size: 160px;
    border:8px solid #fff;
    border-radius: 50%;
}
.vote-ewm{
    width: 210px;
    display: block;
    margin: 30px auto 5px;
}
.vote-ewm-draw{
    width: 160px;
    display: block;
    margin: 30px auto 15px;
}
.show-login-ewm{
    color:#999;
    margin-bottom: 50px;
}
.login-pc{
    display: block;
}
.login-ph{
    display: none;
}
.logo-icon{
    width: 20px;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    margin-top: -1.5vw;
}
@media only screen and (max-width: 480px){
    .login-pc{
        display: none;
    }
    .login-ph{
        display: block;
    }
    .vote-ewm{
        width: 32vw;
        margin: 4vw auto 0;
    }
    .show-login-ewm{
        margin-bottom: 6vw;
        font-size: 3.7vw;
    }
    .time-num{
        width: 30vw;
        height: 30vw;
        line-height: 30vw;
        font-size: 21.33vw;
        border:5px solid #fff;
    }
    .container{
        padding-bottom: 0px;
    }
    .rank-box{
        width: 94.66vw;
        padding:0;
    }
    .serch-form-cell,.serch-form-cell .s-f-c-s{
        height:9.33vw;
        line-height: 9.5vw;
        border-radius: 6px;
    }
    .serch-form-cell .s-b{
        border-radius: 6px;
    }
    .serch-form-cell .s-f-c-s .s-f-s-b, .serch-form-cell .s-f-c-s .s-f-s-c{
        font-size: 4vw;
        width: 41vw;
    }
    .rank-list-cell .l-c-a{
        width: 24vw;
        height:24vw;
    }
    .rank-list-cell .l-c-b{
        padding-left: 27vw;
    }
    .rank-list-cell{
        font-size: 3.73vw;
        padding:15px 0;
    }
    .rank-list-cell .l-c-b li{
        margin-bottom: 1vw;
    }
    .rank-list-cell .l-c-b li:last-child{
        margin-top: 2.3vw;
    }
    .rank-list-cell .l-c-b .l-c-b-a,.rank-list-cell .l-c-b .l-c-b-b,.rank-list-cell .l-c-b .l-c-b-c{
        width: 30.66vw;
        font-size: 3.6vw;
        height: 8vw;
        line-height: 8vw;
    }
    .rank-list-cell .l-c-b .l-c-b-b{
        margin-left: 0;
    }
    .rank-list-cell .l-c-b .l-c-b-a{
        margin-top: 13px;
    }
    .rank-list-cell .l-c-b .l-c-b-a .vote-icon{
        width: 3.33vw;
        margin-top: -2px;
        margin-right: 3px;
    }
    .page-control{
        font-size: 3.73vw;
    }
    .page-control .p-a{
        width:30vw;
        height:30px;
        line-height: 30px;
        
    }
    .page-control .p-b{
        margin:0 15px;
    }
    .serch-form-cell .s-b{
        width: 15vw;
        font-size: 4.26vw;
    }
    .serch-form-cell .s-f-c-s .s-f-s-a{
        width: 36%;
        font-size: 4vw;
      
    }
    .serch-form-cell .s-f-c-s .style{
        width:28%
    }
    .serch-form-cell,.page-control .p{
        margin-bottom: 15px;
    }
    .search-form{
        padding-top: 15px;
    }
    .serch-form-cell .s-b{
        margin-left: 10px;
        position: relative;
        left:20px;
    }
    .rt-rank-tit{
        font-size: 4.26vw;
    }
    .rt-rank-words{
        font-size: 3.2vw;
    }
    .rt-rank-vote{
        padding: 4.13vw 4vw 2.6vw 4vw;
    }
    .rt-vote-btn{
        margin: 8vw auto 0;
    }
    .rt-close-btn{
        width: 5.6vw;
        margin-bottom: 7vw;
    }
}