.ouzhou {
    margin-top: 1rem;
    background: #ffffff;
}

.ouzhou_top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #eeeeee;
    height: 2.7rem;
}

.ouzhou_top > li {
    color: #666666;
    font-size: .79rem;
    width: 5rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.ouzhou_top > .active {
    color: #de1e30;
}

.ouzhou_top > .active::after {
    content: '';
    width: 2rem;
    height: .19rem;
    border-radius: 1rem;
    background: #de1e30;
    position: absolute;
    bottom: -.4rem;
    right: 30%;
}

.ouzhou_cone_ist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .75rem;
    box-sizing: border-box;
}

.ouzhou_con_wrap > div {
    display: none;
    padding: 1rem 0;
}

.ouzhou_con_wrap > div:nth-of-type(1) {
    display: block;
}

.ouzhou_cone_ist > li {
    margin: .4rem 0;
    width: 6.68rem;
    height: 7.3rem;
}

.ouzhou_cone_ist > li:nth-of-type(1) {
    background: url(../img/oza.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzhou_cone_ist > li:nth-of-type(2) {
    background: url(../img/ozb.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzhou_cone_ist > li:nth-of-type(3) {
    background: url(../img/ozc.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzhou_cone_ist > li:nth-of-type(4) {
    background: url(../img/ozd.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzhou_cone_ist > li:nth-of-type(5) {
    background: url(../img/oze.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzhou_cone_ist > li:nth-of-type(6) {
    background: url(../img/ozf.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzhou_cone_ist > li:nth-of-type(7) {
    background: url(../img/ozg.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzhou_cone_ist > li:nth-of-type(8) {
    background: url(../img/ozh.png?r=1) no-repeat;
    background-size: 100% 100%;
}

.ouzou_ranks_ftop {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 .4rem .4rem .45rem .4rem;
}

.ouzou_ranks_ftop > li {
    width: 2.65rem;
    height: 1.4rem;
    border: 1px solid #eeeeee;
    border-radius: .4rem;
    color: #666666;
    font-size: .75rem;
    text-align: center;
    line-height: 1.4rem;
    box-sizing: border-box;
}

.ouzou_ranks_ftop > .active {
    color: #de1e30;
    border: 1px solid #de1e30;
}

.ouzou_ranks_fcon > li {
    display: none;
}

.ouzou_ranks_fcon > li:nth-of-type(1) {
    display: block;
}

.ouzou_ranks_fcon table {
    width: 100%;
}

.ouzou_ranks_fcon table th {
    color: #777777;
    font-size: .7rem;
    text-align: center;
}

.ouzou_ranks_fcon_t td {
    font-size: .7rem;
    margin: .4rem 0;
    text-align: center;
}

.ouzou_ranks_fcon table th:nth-of-type(1) {
    width: 9rem;
}

.ouzou_ranks_fcon .ouzou_ranks_fcon_tt {
    width: 2.7rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .75rem;
    color: #ffffff;
    background: #de1e30;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    text-align: left;
    padding: 0 0 0 .4rem;
    box-sizing: border-box;
    margin: .4rem 0;
}

.ouzou_ranks_fcon_t tr td:nth-of-type(1) {
    display: flex;
    align-items: center;
}

.ouzou_ranks_fcon_t td > span {
    color: #ffffff;
    font-size: .65rem;
    line-height: .95rem;
    text-align: center;
    border-radius: .15rem;
    margin: 0 .4rem;
    width: .95rem;
    height: .95rem;
}

.ouzou_ranks_fcon_t tbody tr:nth-of-type(1) > td > span {
    background: #de1e30;
}

.ouzou_ranks_fcon_t tbody tr:nth-of-type(2) > td > span {
    background: #ff3737;
}

.ouzou_ranks_fcon_t tbody tr:nth-of-type(3) > td > span {
    background: #ff761a;
}

.ouzou_ranks_fcon_t tbody tr:nth-of-type(4) > td > span {
    background: #cac6c6;
}

.ouzou_ranks_fcon_t td > p {
    display: flex;
    align-items: center;
}

.ouzou_ranks_fcon_t td > p img {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
}

.ouzou_ranks_fcon_t td > p span {
    width: 4.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.ouzhou_ranks_ss {
    width: 100%;
}

.ouzhou_ranks_ss th:nth-of-type(1) {
    display: block;
    margin: .4rem 0;
}

.ouzhou_ranks_ss th {
    text-align: center;
    font-size: .7rem;
    color: #777777;
    font-weight: 600;
}

.ouzhou_ranks_ss th:nth-of-type(2) {
    width: 45%;
}

.ouzhou_ranks_ss th:nth-of-type(2), .ouzhou_ranks_ss th:nth-of-type(3) {
    text-align: left;
}

.ouzhou_ranks_ss th:nth-of-type(3) {
    width: 30%;
    padding: 0 0 0 .4rem;
}

.ouzhou_ranks_ss td {
    font-size: .65rem;
    text-align: center;
}

.ouzhou_r_ss_p {
    display: block;
    color: #ffffff;
    font-size: .65rem;
    line-height: .95rem;
    text-align: center;
    border-radius: .15rem;
    background: #cac6c6;
    margin: 0 auto;
    width: .95rem;
    height: .95rem;
}

.ouzhou_ranks_ss tbody tr:nth-of-type(1) .ouzhou_r_ss_p {
    background: #de1e30;
}

.ouzhou_ranks_ss tbody tr:nth-of-type(2) .ouzhou_r_ss_p {
    background: #ff3737;
}

.ouzhou_ranks_ss tbody tr:nth-of-type(3) .ouzhou_r_ss_p {
    background: #ff761a;
}

.ouzhou_ranks_ss .ouzhou_r_ss_qy {
    width: 5.4rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ouzhou_ranks_ss .ouzhou_r_ss_qd {
    margin: .4rem 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.ouzhou_r_ss_qd img {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
}

.ouzhou_r_ss_qd span {
    width: 5.4rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ouzhou_con_tao > ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.ouzhou_con_tao > ul > li {
    border: .1em solid #eaeaea;
    border-radius: .19rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.ouzhou_con_tao > ul > li::after {
    content: '';
    width: .1em;
    position: absolute;
    background: #eaeaea;
}

.ouzhou_t_thirtytwo {
    justify-content: space-around;
}

.ouzhou_t_thirtytwo > li {
    justify-content: space-around;
    flex-direction: column;
    width: 2.3rem;
    height: 3rem;
    padding: 0 .01rem;
}

.ouzhou_t_thirtytwo > li::after {
    bottom: -1.5rem;
    right: 50%;
    height: 1.5rem;
}


.ouzhou_t_sixteen {
    justify-content: space-around;
    margin-top: 1.4rem !important;
}

.ouzhou_t_sixteen > li {
    justify-content: space-between;
    width: 5.4rem;
    height: 3.2rem;
    padding: 0 .01rem;
}

.ouzhou_t_sixteen > li::after {
    bottom: -1.5rem;
    right: 50%;
    height: 1.5rem;
}

.ouzhou_t_sixteen_z, .ouzhou_t_sixteen_r {
    width: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ouzhou_con_tao > ul > li img {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.ouzhou_con_tao > ul > li p {
    font-size: .40rem;
    color: #666666;
}

.ouzhou_t_sixteen_c {
    font-size: .75rem;
    color: #666666;
    font-weight: 600;
    margin-top: -.4rem;
}

.ou_t_win {
    color: #de1e30;
}

.ouzhou_t_four > li {
    width: 8.75rem;
    height: 2.9rem;
    justify-content: space-around;
    padding: 0 15px;
}

.ouzhou_t_four {
    justify-content: space-around;
    margin-top: 1.4rem !important;
}

.ouzhou_t_center_tk {
    border: .1em solid #eaeaea;
    border-radius: 0 !important;
    margin: 0 auto;
    border-top: 0 !important;
    margin-top: 0 !important;
    width: 13rem !important;
    height: .9rem !important;
}

.ouzhou_t_center > li::after {
    height: 1.45rem;
    bottom: -1.5rem;
    right: 50%;
}

.ouzhou_t_center {
    flex-direction: column !important;
    position: relative;
}

.ouzhou_t_center > li {
    width: 8.75rem;
    height: 2.9rem;
    margin-top: 1.4rem;
    justify-content: center;
}

.ouzhou_t_center .ouzhou_t_sixteen_c {
    margin: -.4rem .4rem 0 .4rem;
}

.ouzhou_t_center_xk {
    border-bottom: 0 !important;
    border-radius: 0 !important;
    width: 13rem !important;
    height: .9rem !important;
}

.ouzhou_t_center_xk::after {
    height: 0 !important;
}

.ouzhou_t_sixteen_c_w {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    font-size: 17px;
    color: #666666;
    font-weight: 600;
}

.ouzhou_zong_w {
    border: .1em solid #de1e30 !important;
}

.ouzhou_con_tao > ul > li .o_w_t_c {
    width: auto;
    height: 90%;
    border-radius: 0;
}

.ouzhou_t_four_x {
    margin: 0 auto 1.4rem auto !important;
}

.ouzhou_t_sixteen_x{
    margin: 0 auto 1.4rem auto !important;
}
.ouzhou_t_sixteen_x > li::after {
    top: -1.5rem;
    bottom: auto !important;
}

.ouzhou_t_thirtytwo_x > li::after {
    top: -1.5rem;
    bottom: auto !important;
}

.oz_rore {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding-top: 1rem;
}

.ouzhou_ranks_ss tr {
    display: none;
}

.ouzhou_ranks_ss tr:nth-child(-n+10) {
    display: table-row;
}

.rank_cont_title {
    width: 100%;
    padding: 0;
    margin: 0px .2rem;
    height: .5rem;
    color: #666;
}

.rank_cont_title li {
    float: left;
    width: 2.8rem;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5rem;
    font-size: 18px;
}

.rank_cont_title li.active {
    border: 2px solid #f00;
    border-radius: 10px;
}

.rank_cont_cont {
    display: none;
    margin-top: 2rem;
}

.rank_cont_cont dt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 0.94rem;
    color: #777;
}

.rank_cont_cont p {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    text-align: center;
    line-height: 1.9rem;
    font-size: 12px;
}

.rank_cont_cont dt p:nth-child(1) {
    background: #f00;
    border-radius: 0 1.4rem 1.4rem 0;
    width: 2.9rem;
    color: #fff;
}

.rank_more_cont dd:nth-child(2n-1) {
    background: #FAFAFA;
}

.rank_cont_cont dd p:nth-child(1) {
    width: 2.9rem;
}

.rank_cont_cont p:nth-child(2) {
    width: 6.8rem;
}

.rank_cont_cont dd p:nth-child(2) {
    text-align: left;
}

.rank_cont_cont img {
    width: 1rem;
}

.rank_more_cont dt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 0.64rem;
    color: #999;
}

.rank_more_cont p {
    display: inline-block;
    vertical-align: middle;
    width: 2.7rem;
    text-align: center;
    line-height: 2.64rem;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank_more_cont p img {
    width: 1rem;
}

.rank_assists .rank_more_cont p {
    width: 3.5rem;
}

.rank_more_cont p:nth-child(2) {
    width: 4rem;
}

.rank_more_cont dd p:nth-child(2) {
    text-align: left;
}

#ouzhou_t_sixteen_7_0, #ouzhou_t_sixteen_9_0 {
    width: 5.4rem;
    height: 3.2rem;
    padding: 0 .01rem;
}

#ouzhou_t_sixteen_7_0::after {
    content: unset !important;
}

.ouzhou_zong_w {
    border: .1em solid #de1e30 !important;
    width: 5.4rem !important;
}

/*#ouzhou_t_sixteen_8 {*/
/*    position: absolute;*/
/*    top: 36%;*/
/*    right: 2.45rem;*/
/*}*/

/*#ouzhou_t_sixteen_8::after {*/
/*    content: unset !important;*/
/*}*/

/*#ouzhou_t_sixteen_8::before {*/
/*    content: url('');*/
/*    width: 0.63rem;*/
/*    height: 0.1em;*/
/*    background: #de1e30;*/
/*    position: absolute;*/
/*    left: -0.63rem;*/
/*}*/

#ouzhou_t_sixteen_8 .niandu {
    width: 1.75rem;
    height: 2.2rem;
    position: absolute;
    top: -88%;
}

#ouzhou_t_sixteen_8 .guanjunbei {
    width: 1.75rem;
    height: 2.2rem;
    position: absolute;
    right: -34%;
}

.ouzhou_t_center_rk {
    width: 0.53rem !important;
    height: 5rem !important;
    position: absolute !important;
    top: 31% !important;
    right: 36% !important;
    border-radius: unset !important;
    border-left: unset !important;
    border-color: #de1e30 !important;
}

.ouzhou_t_center_rk::before {
    content: '决赛';
    color: #de1e30;
    font-size: 0.56rem;
    position: absolute;
    left: -1rem;
}

.ouzhou_t_center_rk::after {
    content: unset !important;
}


.shijiebei_list {
    display: none;
    background: #fff;
}

.shijiebei_listwap {
    padding: 0 0.3rem;
    display: block;
}

.shijiebei_listwap .shijiebei_listwap_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.shijiebei_listwap_item {
    background-color: #fff;
    background-image: url("../img/shijiebei/shuiyin.png");
    width: 10.15rem;
    height: 9.5rem;
    border-radius: 0.5rem;
    border: solid 2px #de1e30;
}

.shijiebei_listwap_item.dyz, .shijiebei_listwap_item.fs {
    width: 5.3rem;
}

.shijiebei_listwap_item.yz {
    width: 11.5rem;
}

.shijiebei_listwap_item.oz {
    width: 100%;
}

.shijiebei_listwap_item.fz {
    width: 14.8rem;
}

.shijiebei_listwap_item.fz .fz-cont {
    display: flex;
    justify-content: space-between;
    padding-right: 25px
}

.shijiebei_listwap_item.dyz .shijiebei_listwap_item_cont, .shijiebei_listwap_item.fs .shijiebei_listwap_item_cont {
    grid-template-columns: 1fr;
}

.shijiebei_listwap_item.oz .shijiebei_listwap_item_cont {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.shijiebei_listwap_item.yz .shijiebei_listwap_item_cont {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.shijiebei_listwap_item.fz .shijiebei_listwap_item_cont {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
}

.shijiebei_listwap_item .shijiebei_listwap_item_cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.shijiebei_listwap_item .shijiebei_listwap_team {
    margin-bottom: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shijiebei_listwap_item .shijiebei_listwap_team img {
    width: 1.7rem;
    height: 1.7rem;
    min-width: 1.7rem;
    margin-bottom: 0.4rem;
}

.shijiebei_listwap_item .shijiebei_listwap_team p {
    font-size: 0.46rem;
    color: #333;
    text-align: center;
}

.shijiebei_listwap_item > p {
    font-size: 0.75rem;
    color: #333;
    text-align: center;
    padding: 8px 0;
    border-bottom: solid 1px #238756;
    margin-bottom: 10px;
}
