.rank_center{
    width: 100%;
    margin-top: 142px;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.finals_container {
    position: relative;
    left: 0;
    top: 0;
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
    overflow-x: hidden;
    padding-bottom: 15px;
    margin-top: 15px;
}

.explain{
    width: 90%;
    height: 180px;
    padding: 5% 5%;
    line-height: 30px;
    border-radius: 10px 10px;
    background-color: #fff;
    overflow-y: auto;
}

.winner_container{
    position: relative;
    width: 92%;
    padding: 3% 4% 5% 4%;
    margin-top: 16px;
    border-radius: 10px 10px;
    background-color: #fff;
    overflow: hidden;
}
.obtain_type{
    padding: 0;
    background-color: #fff;
}
.layui-nav-item{
    position: relative;
    float: left;
    width: 49%;
    min-height: 45px;
    line-height: 45px!important;
    color: #fff;
    text-align: center;
    background-color: #6f5ded;
    border-radius: 10px;
    margin: 5px 0.5%;
    margin-bottom: 10px;
}
.layui-nav-item a{
    width: 94%;
    padding: 0 3%!important;
    overflow: hidden;
}
.layui-this{
    background-color: #ff9a69;
    border: none;
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: transparent !important;
}
.layui-nav-child {
    top: 50px;
}


.search{
    width: 100%;
    height: 38px;
    margin-top: 10px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
}
#search{
    width:80%;
    height: 38px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    border: none;
    background-color: transparent;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
.s_btn{
    float: right;
    display: inline-block;
    width:15%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    color: transparent;
    background: url("../images/imagesM/search_05.png") no-repeat;
    background-size: 18px;
    background-position:16px 9px;
}
.s_btn img{
    width: 20px;
    margin-top: -7px;
}

.winner_list{
    width: 100%;
    margin-top: 15px;
}
.winner_list table{
    width: 100%;
}
.winner_list table tr{
    width: 100%;
    text-align: center;
}
.winner_list table td{
    width: 25%;
    line-height: 28px;
    padding: 12px 0;
    font-size: 14px;
    border-bottom:1px #e1e7f5 solid;
}
.winner_list table tr:last-child td{
    border: none;
}
.table_header{
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    font-weight: bold;
    background-color:#e1e7f5;
}
