.league .banner img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}

.league .flex {
    padding: 40px 230px;
    display: flex
}

.league .flex .left {
    width: 50%
}

.league .flex .left .title {
    display: flex
}

.league .flex .left .title p {
    color: #000000;
    font-size: 36px
}

.league .flex .left .title span {
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
    font-size: 14px
}

.league .flex .left .content {
    width: 80%;
    margin-top: 30px;
    font-size: 14px;
    color: #595959;
    line-height: 30px
}

.league .flex .right {
    width: 50%
}

.league .flex .right .moving {
    display: flex;
    margin-top: 40px
}

.league .flex .right .moving .item {
    width: 125px;
    margin-left: 20px;
    text-align: center;
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    cursor: pointer
}

.league .flex .right .moving .item .img {
    margin: 20px auto 0 auto
}

.league .flex .right .moving .item .img img {
    width: 50px !important;
    height: 50px !important;
    margin-left: 0 !important
}

.league .flex .right .moving .item .font {
    margin: 15px 0
}

.league .flex .right .moving .item:hover {
    background: #c00301;
    border: 1px solid #c00301
}

.league .flex .right .moving .item:hover .font {
    color: #fff
}

.league .flex .list2 {
    margin-left: 50px
}

.league .content {
    display: flex
}

.league .content .left {
    width: 50%
}

.league .content .left img {
    width: 100%
}

.league .content .right {
    width: 48%;
    margin-left: 2%
}

.league .content .right .title {
    display: flex
}

.league .content .right .title p {
    color: #000000;
    font-size: 36px
}

.league .content .right .title span {
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
    font-size: 14px
}

.league .content .right .font {
    margin-top: 40px;
    color: #595959;
    font-size: 14px;
    line-height: 30px
}

.league .condition {
    padding: 50px 230px
}

.league .condition .title {
    margin-bottom: 30px;
    display: flex
}

.league .condition .title p {
    color: #000000;
    font-size: 36px
}

.league .condition .title span {
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
    font-size: 14px
}

.league .condition .list {
    display: flex;
    flex-wrap: wrap
}

.league .condition .list .item {
    margin: 20px 1% 0 1%;
    width: 23%;
    padding: 40px 0;
    display: flex;
    background: #f5f5f5
}

.league .condition .list .item .left {
    width: 30%;
    text-align: center
}

.league .condition .list .item .left p {
    color: #000000;
    font-size: 36px
}

.league .condition .list .item .left img {
    width: 20px;
    height: 30px
}

.league .condition .list .item .right {
    width: 70%;
    display: flex;
    align-items: center
}

.league .join {
    width: 100%;
    position: relative
}

.league .join img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    flex: 1;
    border: 0;
    vertical-align: bottom
}

.league .join .content {
    position: absolute;
    right: 230px;
    top: 0;
    height: 200px;
    color: #fff
}

.league .join .content p {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600
}

.league .join .content .btn {
    position: absolute;
    right: 0;
    top: 120px;
    display: flex;
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    align-items: center;
    cursor: pointer;
    color: #fff
}

.league .join .content .btn .font {
    width: 139px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #fff
}

.league .join .content .btn .icon {
    width: 60px;
    text-align: center
}