.page_container{
    width: 100%;
    background-color: #e1e7f5;
}
.rank_center{
    width: 100%;
    margin-top: 80px;
}
.banner{
    width: 100%;
    height: 569px;
    background: url("../../../publicity_img/preliminary_pc.png?v=1.0.1") no-repeat center;
}
.finals_container{
    position:relative;
    width: 1200px;
    border-radius: 20px;
    margin:auto;
    top:-120px;
}
.explain{
    line-height: 35px;
    padding: 45px 77px;
    background-color: #edecfd;
    border-radius: 20px 20px 0 0;
}
.winner_container {
    position: relative;
    margin: auto;
    margin-top: 12px;
    padding: 45px 77px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.obtain_type{
    padding: 0;
    background-color: #fff;
}
.layui-nav-item{
    position: relative;
    float: left;
    width: 197px;
    min-height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #6f5ded;
    border-radius: 10px;
    margin: 0 6px;
    margin-bottom: 10px;
}
.layui-this{
    background-color: #ff9a69;
    border: none;
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: transparent !important;
}
.layui-nav .layui-nav-more {
    right: 15px;
}
.layui-nav * {
    font-size: 16px;
}
.search{
    width: 570px;
    height: 38px;
    margin-top: 30px;
}
#search{
    width: 440px;
    height: 38px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
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: 77px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    padding-left: 23px;
    background: url("../images/search_1_05.png?v=1.0.1") no-repeat;
    background-size: 14px 13px;
    background-position:14px 13px;
    text-decoration: none;
    background-color: #ff9a69;
    border:none;
    outline: none;
    font-size: 16px;
}

.winner_list{
    width: 100%;
    margin-top: 30px;
}
.winner_list table{
    width: 100%;
}
.winner_list table tr{
    width: 100%;
    text-align: center;
}
.winner_list table td{
    width: 25%;
    line-height: 30px;
    padding: 20px 0;
    border-bottom:1px #e1e7f5 solid;
}
.winner_list table tr:last-child td{
    border: none;
}
.table_header{
    height: 78px;
    line-height: 78px;
    background-color:#e1e7f5;
}