.top_container {
    border: 1px solid #E4E9F0;
    margin-bottom: 39px;
}

.top_container_title {
    height: 112px;
    background: #FAFAFA;

}

.epl_logo .fl {
    margin-left: 16px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 80px;
}
.epl_logo .fr{
    margin-right: 8px;

}
.top_container_bottom {
    background: #F2F4F7;
    box-shadow: inset 0 -1px 0 0 #E4E9F0;
    height: 50px;
    line-height: 50px;
}

.top_container_bottom .fl {

    margin-left: 20px;
}

.top_container_bottom .fl span {
    font-size: 22px;
    color: #D0021B;
    vertical-align: bottom;

}

.top_container_bottom .fl .top_container_bottom_span1 {
    font-size: 18px;
    color: #333333;
}

.top_container_bottom .fr {
    margin-top: 5px;
    width: 120px;
    height: 40px;
    margin-right: 16px;
    background: #F9C440;
    border-radius: 4px;
    font-size: 18px;
    color: #993636;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.left_container_odds {
    height: 40px;
    line-height: 40px;
}

.left_container_odds span {
    width: 48px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #666666;
    margin-right: -2px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.left_container_odds span.left_container_odds_cur {
    background: #E9F1FF;
    color: #2B71CB;
    border: 1px solid #3F6ECE;
}

.left_container_odds .left_container_odds_btn {
    background: #CCCCCC;
    color: #FFFFFF;
}

.left_container_odds .left_container_odds_btn.cur {
    background: #F9C440;
    color: #993636;
    border: none;
}

.special-subject h3 {
    position: relative;

}

.special-subject h3 i {
    position: absolute;
    right: 20px;
    top: 15px;
    background: url('./img/arrow_white.png') center right no-repeat;
    width: 8px;
    height: 20px;
}
.epl_logo{
    width: 196px;
    margin-top:16px;
}
.epl_logo img{
    max-width: 80px;
    max-height: 80px;
    vertical-align: middle;
}
.schedule-list{
    width: 100% !important;
}
.epl_logo .p1{
    font-size: 18px;
color: #333333;
font-weight: bold;
margin-top: 15px;
}
.epl_logo .p2{
    font-size: 14px;
    color: #999999;
}
.schedule_rounds{
    width: 984px;
    padding:0 16px;
    height:84px;
    border-left:1px solid #DFE8F5;
    margin-top: 14px;
}
.schedule_rounds span.fl{
    display: inline-block;
    background: #E5E5E5;
border-radius: 4px;
height: 32px;
width: 32px;
font-size: 18px;
color: #666666;
margin-right: 17px;
margin-left:0;
margin-top:0;
margin-bottom: 20px;
font-weight: normal;
text-align: center;
line-height: 32px;
cursor: pointer;
}
.schedule_rounds span.select{
    background: #2B71CB;
    color:#fff;
}
.schedule_rounds span.future{
    color: #2B71CB;
}
.mgr0{
    margin-right: 0 !important;
}
.epl_rules h2{
    font-family: PingFangSC-Medium;
    font-size: 24px;
color: #333333;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #E6E6E6;
}
.epl_rules p{
    font-size: 16px;
color: #666666;
text-align: justify;
line-height: 28px;
margin:30px 0 70px;
}