* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html{
    width: 100%;
    margin: 0 auto;
}

.twoRank-container .banner{
    width: 100%;
    height: 440px;
    background: url('../img/h5/banner.jpg') no-repeat center center / 100% 100%;
}

.twoRank-container .inner{
    width: 100%;
    height: 2420px;
    background: #0D2041;
    margin-top: -2px;
}

.part1 {
    width: 100%;
    height: 580px;
    background: url('../img/h5/content-new-july-2.png') no-repeat center center / 100% 100%;
}

.part2 {
    margin-top: 40px;
    text-align: center;
}

.part2 .title2 {
    width: 100%;
    height: 30px;
    background: url('../img/h5/title2.png') no-repeat center center / 100% 100%;
}

.water {
    box-sizing: border-box;
    padding-top: 86px;
    width: 100%;
    height: 520px;
    margin: 18px 0;
    background: url('../img/h5/water.png') no-repeat center center / 100% 100%;
}

.win {
    box-sizing: border-box;
    padding-top: 86px;
    width: 100%;
    height: 520px;
    margin: 10px 0;
    background: url('../img/h5/win.png') no-repeat center center / 100% 100%;
}

table {
    display: inline-block;
    margin: 0 auto;
    width: 96%;
    height: 352px;
}

table tr{
    color: #fff;
    height: 32px;
}

table tr td {
    font-size: 14px;
}


table tr th {
    background: #9FB3F5;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
}

.pageBtn {
    box-sizing: border-box;
    border: 1px solid #fff;
    position: relative;
    display: flex;
    margin: 18px auto 0;
    width: 80px;    
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.pageBtn .active {
    color: #FED106;
}

.pageBtn .prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.pageBtn .next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.forbid {
    pointer-events: none;
}

.part3 {
    width: 100%;
    height: 450px;
    margin-top: 80px;
    background: url('../img/h5/rules-new2.png') no-repeat center center / 100% 100%;
}


