.top_container_title{
    height: 80px;
    border: 1px solid #E4E9F0;
    /* box-shadow: inset 0 1px 0 0 rgba(228,233,240,0.50), inset 0 -1px 0 0 #E4E9F0; */
}
.top_container_title img{
    margin-left:21px;
    max-width: 60px;
    max-height: 60px;
    vertical-align: middle;
}
.top_container_title p{
    font-size: 22px;
color: #333333;
height: 80px;
line-height: 80px;
font-weight: bold;
margin-left:21px;
}
.saiji{
    font-size: 14px;
color: #666666;
border: 1px solid #CCCCCC;
border-radius: 100px;
margin-left:30px;
margin-top: 24px;
padding: 5px 16px;
}
.integral_table{
    width: 100%;
}
.integral_table thead{
    background: #F2F4F7;
    border: 1px solid #E4E9F0;
    border-top:none;
}
.integral_table th,.integral_table td{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
color: #666666;
font-weight: normal;
text-align: center;
}
.integral_table th{
    width: 120px;
}
.integral_table td{
    border:1px solid #E4E9F0;
    cursor: pointer;
}
.integral_table tbody tr:hover td{
    background: #E9ECF5;
}
.integral_table .rank span{
    
    border-radius: 50%;
    display: inline-block;
    width: 23px;
    height: 23px;
    
    line-height: 23px;
    vertical-align: middle;
}
.integral_table .rank span.rank1{
    background: #FF6700;
    color:#fff;
}
.integral_table .rank span.rank2{
    background: #4A90E2;
    color:#fff;
}
.integral_table .rank span.rank3{
    background: #B1A7A7;
    color:#fff;
}
.integral_table td{
    font-size: 14px;
color: #54657E;
}
.integral_table .integral{
    font-size: 16px;
}
.integral_table .win,.integral_table .draw,.integral_table .lose,.integral_table .integral{
    background: #F8FAFC;
}
.rank_desc{
    font-family: PingFangSC-Medium;
font-size: 14px;
color: #54657E;
text-align: right;
margin: 16px 0 64px;
}
.rank_desc i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin:0 14px 0 40px;
}
.rank_desc_i1{
    background: #FF6700;
}
.rank_desc_i2{
    background: #4A90E2;
}
.rank_desc_i3{
    background: #B1A7A7;
}

.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;
}
.epl_logo  div.img_box{
    width: 60px;
    height: 80px;
    line-height: 80px;
    margin-right: 15px;
}