body,html{
    background: linear-gradient(to bottom, #689ef6, #f7fbfe);
    height: 100%;
    margin: 0;
    padding: 0;
}
.af{
    width: 400px;
    height: 60px;
    margin: 0 auto;
}
.af_select{
    height: 60px;
    line-height: 40px;
    margin: 0 auto;
    width: 400px;
    font-size: 28px;
    background-color: #f7fbfe;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 10px;
}

/* 大赛排行 */
.right_list_select {
    width: 400px;
    height: 60px;
    text-align: right;
    float: left;
    text-align: left;
    outline: none;
    position: relative;
}
.check{
    width: 400px;
    height: 60px;/*
    border:1px solid yellow;*/
    text-align: center;
    line-height: 60px;
    position: relative;
    padding-left:15px;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    border: none;
    background-color: #fff;
   

}
.list{
    width: 400px;
    height: 200px;
    text-align: center;
    overflow-y: auto;
    border:1px solid #eee;
    position:absolute;
    top: 60px;
    background:#fff;
    left:-1px;
    border-radius: 10px;
    display: none; 
    
}
.layui-flow-more{
    font-size: 20px !important;
}
.layui-flow-more a cite{
   font-size: 20px;
   padding: 10px 20px !important;
}
.list>li{
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
    padding-left:15px;
    box-sizing: border-box;
}
.list_li{
    
    background:#f2f2f2;
}
.list_img{
    position: absolute;
    left: 40px;
    top: 20px;
}
.list_e{
    width: 80px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    background:#f1960a;
    text-align: center;
    left:845px;
    top: 4px;
    color:#fff;
}

.check_img{
    position: absolute;
    top: 22px;
    left: 370px;
    z-index: 2;
    transition:all 0.2s;
}





.bf{
    background-color: #ffffff;
    width: 700px;
    margin: 30px auto;
    border-radius: 10px;
    min-height: 800px;
}
.bf_title{
    display: flex;
    padding-top: 10px;
}
.bf_title>li{
    flex: 1;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}
.bf_title>li:nth-child(1){
    flex: 0.5;
}
.bf_box{
    min-height: 650px;
}
.bf_box_ul{
    display: flex;
}
.bf_box_ul>li{
    flex: 1;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
}
.bf_box_ul>li:nth-child(1){
    flex: 0.5;
}
.bf_span_dy{
    color: #0164ff;
    cursor: pointer;
    font-weight: bold;
}
#page{
    width: 700px;
    margin: 20px auto;
    height: 50px;
    text-align: right;
}
.layui-laypage {
    margin-right: 35px !important;
}