.public_match_title{
    font-size: 0.24rem;
    font-weight: bold;
    color: #051E3D;
}
.public_match_info{
    font-size: 0.12rem;
    margin-top: 15px;
    line-height: 0.12rem;
}
.public_match_bg{
    background: url(../image/public_match/public_match_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.public_match_1{
    width: 73.86%;
    /* margin: 7.34% auto 0; */
    margin: 40px auto 0;
}
.public_match_2{
    width: 74.88%;
    /* margin: 2.17% auto 0; */
    margin: 10px auto 0;
}
.public_match_3{
    width: 59.66%;
    /* margin: 2.17% auto 0; */
    margin: 10px auto 0;
}
.public_match_texts{
    color: #fff;
    font-size:0.2rem;
    font-family:SimSun;
    font-weight:400;
    line-height:20px;
    text-align: left;
    /* margin-top: 2.04%; */
    margin-top: 10px; 
}
.public_match_info_wrapper{
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.public_match_info_item{
    font-size: 0;
    margin-bottom: 10px;
    line-height:24px;
}
.meiti{
    font-size: 0;
    color: #fff;
    margin-bottom: 10px;
    line-height:24px;
}
.meiti_label{
    font-size: 0.14rem;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    font-weight: lighter;
}
.meiti_info{
    font-size: 0.14rem;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}
.public_match_icon_fitures{
    display: inline-block;
    vertical-align: middle;
    width: 20.88px;
    height: 11.81px;
    background: url(../image/public_match/public_match_figures.png) no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
    margin-right: 10px;
}
.public_match_info_text{
    display: inline-block;
    vertical-align: top;
    font-size:0.16rem;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(254,221,143,1);
    width: -webkit-calc(100% - 30.88px);
    width: calc(100% - 30.88px);
}
.public_match_newsign1{
    display: block;
    width: 34.87%;
    margin: 10px auto 0;
}
.public_match_sjb{
    width: 66.24%;
    margin: 37px auto 0;
}
.public_match_text{
    width: 43.48%;
    margin: 18px auto 0; 
}
.public_match_bw{
    width: 54.49%;
    margin: 27px auto 0; 
}
.public_match_figure{
    width: 75.36%;
    margin: 5px auto 0; 
}
.public_match_sign{
    display: block;
    width: 42%;
    position: absolute;
    bottom: 19%;
    left: 29%;
}
.public_match_circle img,
.public_match_big_text img,
.public_match_small_text img,
.public_match_pointer img,
.public_match_coin1 img,
.public_match_coin2 img,
.public_match_coin3 img,
.public_match_coin4 img,
.public_match_0_2 img,
.public_match_0_3 img,
.public_match_1 img,
.public_match_2 img,
.public_match_3 img,
.public_match_sjbhxs img,
.public_match_bwdj img,
.public_match_csqy img,
.public_match_newsign1 img,
.public_match_sjb img,
.public_match_bw img,
.public_match_figure img,
.public_match_sign img,
.public_match_text img{
    width: 100%;
}
a.c_yellow1,.c_yellow1{
    color: #FFD843;
}
a.c_yellow1:hover{
    color: #FFD843;
}
.public_match_0_2{
    width: 42.02898%;
    margin:20px auto 0;
}
.public_match_0_3{
    width: 77.29%;
    margin: 11px auto 0;
}
.public_match_center_wrapper{
    width: 176px;
    margin: auto;
    position: relative;
}
.public_match_circle{
    position: relative;
    width: 100%;
    z-index: 2;
    animation: 'circle' 5s linear infinite normal;
    -moz-animation:'circle' 5s linear infinite normal;
    -webkit-animation: 'circle' 5s linear infinite normal;
    -o-animation: 'circle' 5s linear infinite normal;
}
@keyframes circle {
    from {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
    to {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
@-moz-keyframes circle
{
    from {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
    to {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}

@-webkit-keyframes circle /* Safari 和 Chrome */
{
    from {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
    to {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}

@-o-keyframes circle /* Opera */
{
    from {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
    to {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.public_match_money_wrapper{
    font-size: 0;
    /* margin-top: 12px; */
    text-align: center;
}
.public_match_fire{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.public_match_money{
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 32px;
    margin: 0 6px;
    animation: 'bigSmall' .7s linear infinite alternate;
    -moz-animation:'bigSmall' .7s linear infinite alternate;
    -webkit-animation: 'bigSmall' .7s linear infinite alternate;
    -o-animation: 'bigSmall' .7s linear infinite alternate;
}
@keyframes bigSmall {
    from {
        transform:scale(1,1);
        -ms-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        -o-transform:scale(1,1);
    }
    to {
        transform:scale(0.8,0.8);
        -ms-transform:scale(0.8,0.8);
        -moz-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        -o-transform:scale(0.8,0.8);
    }
}
@-moz-keyframes bigSmall
{
    from {
        transform:scale(1,1);
        -ms-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        -o-transform:scale(1,1);
    }
    to {
        transform:scale(0.8,0.8);
        -ms-transform:scale(0.8,0.8);
        -moz-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        -o-transform:scale(0.8,0.8);
    }
}

@-webkit-keyframes bigSmall /* Safari 和 Chrome */
{
    from {
        transform:scale(1,1);
        -ms-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        -o-transform:scale(1,1);
    }
    to {
        transform:scale(0.8,0.8);
        -ms-transform:scale(0.8,0.8);
        -moz-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        -o-transform:scale(0.8,0.8);
    }
}

@-o-keyframes bigSmall /* Opera */
{
    from {
        transform:scale(1,1);
        -ms-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        -o-transform:scale(1,1);
    }
    to {
        transform:scale(0.8,0.8);
        -ms-transform:scale(0.8,0.8);
        -moz-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        -o-transform:scale(0.8,0.8);
    }
}
.public_match_fires img,
.public_match_body_left img,
.public_match_fire img,
.public_match_money img{
    width: 100%;
    height: 100%;
}
.public_match_body_wrapper{
    position: relative;
    font-size: 0;
    width: 84%;
    margin: 18px auto 0;
    /* text-align: center; */
}
.public_match_fires{
    position: absolute;
    left: -47px;
    top: -65px;
    width: 100px;
}
.public_match_body_left,
.public_match_body_right{
    display: inline-block;
    vertical-align: top;
}
.public_match_body_left{
    margin-right: 4px;
    width: 26px;
}
.public_match_body_right{
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.t1{
    margin-top: 10px;
    text-align: center;
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:300;
    line-height:17px;
    color:rgba(255,255,255,1);
    opacity:1; 
}
.t2{
    margin-top: 24px;
    text-align: center;
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:17px;
    color:rgba(255,255,255,1);
    opacity:1;
}
.t3{
    margin-top: 11px;
    text-align: center;
    font-size:10px;
    font-family:Source Han Sans SC;
    font-weight:300;
    line-height:24px;
    color:rgba(255,255,255,1);
    opacity:1;
}
a.public_match_sign_btn{
    display: block;
    width: 201px;
    height: 37px;
    border-radius: 20px;
    text-align: center;
    margin: 25px auto 0;
    background: #F6CA06;
    color: #D10B18;
    font-size:0.17rem;
    font-family:Alibaba PuHuiTi;
    font-weight:bold;
    line-height:37px;
    animation: 'rotateBtn' 2.5s .05s linear infinite normal;
    -moz-animation:'rotateBtn' 2.5s .05s linear infinite normal;
    -webkit-animation: 'rotateBtn' 2.5s .05s linear infinite normal;
    -o-animation: 'rotateBtn' 2.5s .05s linear infinite normal;
}
a.public_match_sign_btn:hover{
    color: #D10B18;
}

.apply-success{
    margin-bottom: 20px;
}
.success{
    width: 80%;
    margin: auto;
    padding-top: 51px;
}
.nl-badge{
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 2%;
    line-height: 20px;
    text-align: center;
    background: #2484FE;
    color: #fff;
    border-radius: 50%;
}
.success_go_match{
    display: block;
    width:161px;
    line-height: 40px;
    margin: 25px auto 0;
    text-align: center;
    background:#2484FE;
    opacity:1;
    border-radius:25px;
}
.success_go_detail{
    display: block;
    box-sizing: border-box;
    width:161px;
    line-height: 40px;
    margin: 10px auto 0;
    text-align: center;
    background:#fff;
    border:1px solid #2484FE;
    opacity:1;
    border-radius:25px;
}
.success_text{
    text-align: center;
    font-size:0.18rem;
    font-weight:500;
    line-height:25px;
    color:rgba(201,141,0,1);
    margin: 25px 0 16px 0;
}
.success_item_row{
    font-size: 0;
    padding: 20px 15px;
    background:linear-gradient(202deg,rgba(242,227,209,1) 0%,rgba(237,206,176,1) 100%);
    box-shadow:0px 5px 9px rgba(187,187,187,0.16);
    border-radius:6px;
    margin-bottom: 15px;
}
.success_item_order{
    width:25px;
    height:25px;
    background:rgba(216,160,106,1);
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.18rem;
    margin-right: 10px;
}
.success_item_text{
    font-size:0.14rem;
    font-weight:500;
    color:rgba(76,35,20,1);
}
.success_item_link{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    text-decoration:underline!important;
}
@keyframes rotateBtn {
    10%   { 
        transform:rotate(3deg);
        -ms-transform:rotate(3deg);
        -moz-transform:rotate(3deg);
        -webkit-transform:rotate(3deg);
        -o-transform:rotate(3deg);
        }
    20%  {
        transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
        -moz-transform:rotate(-2deg);
        -webkit-transform:rotate(-2deg);
        -o-transform:rotate(-2deg);
    }
    30%  {
        transform:rotate(1deg);
        -ms-transform:rotate(1deg);
        -moz-transform:rotate(1deg);
        -webkit-transform:rotate(1deg);
        -o-transform:rotate(1deg);
    }
    50%,100% {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
}
@-moz-keyframes rotateBtn
{
    10%   { 
        transform:rotate(3deg);
        -ms-transform:rotate(3deg);
        -moz-transform:rotate(3deg);
        -webkit-transform:rotate(3deg);
        -o-transform:rotate(3deg);
        }
    20%  {
        transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
        -moz-transform:rotate(-2deg);
        -webkit-transform:rotate(-2deg);
        -o-transform:rotate(-2deg);
    }
    30%  {
        transform:rotate(1deg);
        -ms-transform:rotate(1deg);
        -moz-transform:rotate(1deg);
        -webkit-transform:rotate(1deg);
        -o-transform:rotate(1deg);
    }
    50%,100% {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
}

@-webkit-keyframes rotateBtn
{
    10%   { 
        transform:rotate(3deg);
        -ms-transform:rotate(3deg);
        -moz-transform:rotate(3deg);
        -webkit-transform:rotate(3deg);
        -o-transform:rotate(3deg);
        }
    20%  {
        transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
        -moz-transform:rotate(-2deg);
        -webkit-transform:rotate(-2deg);
        -o-transform:rotate(-2deg);
    }
    30%  {
        transform:rotate(1deg);
        -ms-transform:rotate(1deg);
        -moz-transform:rotate(1deg);
        -webkit-transform:rotate(1deg);
        -o-transform:rotate(1deg);
    }
    50%,100% {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
}

@-o-keyframes rotateBtn
{
    10%   { 
        transform:rotate(3deg);
        -ms-transform:rotate(3deg);
        -moz-transform:rotate(3deg);
        -webkit-transform:rotate(3deg);
        -o-transform:rotate(3deg);
        }
    20%  {
        transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
        -moz-transform:rotate(-2deg);
        -webkit-transform:rotate(-2deg);
        -o-transform:rotate(-2deg);
    }
    30%  {
        transform:rotate(1deg);
        -ms-transform:rotate(1deg);
        -moz-transform:rotate(1deg);
        -webkit-transform:rotate(1deg);
        -o-transform:rotate(1deg);
    }
    50%,100% {
        transform:rotate(0);
        -ms-transform:rotate(0);
        -moz-transform:rotate(0);
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
    }
}
.public_match_big_text{
    position: absolute;
    width: 121px;
    left: 50%;
    top: 36px;
    margin-left: -60.5px;
    z-index: 4;
}
.public_match_small_text{
    position: absolute;
    width: 117px;
    left: 50%;
    top: 127px;
    margin-left: -58.5px;
    z-index: 4;
}
.public_match_pointer{
    position: absolute;
    width: 25px;
    height: 37px;
    left: 50%;
    top: 62px;
    margin-left: -12.5px;
    z-index: 5;
}
.public_match_coin1{
    position: absolute;
    z-index: 1;
    width: 37px;
    left: -10px;
    bottom: 26px;
}
.public_match_coin2{
    position: absolute;
    z-index: 3;
    width: 89px;
    left: -10px;
    bottom: -10px;
}
.public_match_coin3{
    position: absolute;
    z-index: 3;
    width: 67px;
    left: 103px;
    bottom: -10px;
}
.public_match_coin4{
    position: absolute;
    z-index: 1;
    width: 59px;
    left: 142px;
    bottom: 24px;
}
.ad_row{
    width: 80%;
    margin: 15px auto 0;
    font-size: 0;
}
.ad_row .dis_inlineBlock{
    width: -webkit-calc(25% - 9px);
    width: calc(25% - 9px);
    margin-bottom: 10px;
    margin-right: 12px;
}
.ad_row .dis_inlineBlock img{
     width: 100%;
}
.ad_row .dis_inlineBlock:nth-child(4n){
    margin-right: 0;
}
.ad_row .dis_inlineBlock:nth-child(8),
.ad_row .dis_inlineBlock:nth-child(5),
.ad_row .dis_inlineBlock:nth-child(6),
.ad_row .dis_inlineBlock:nth-child(7){
    margin-bottom: 0;
}
.public_match_bg_1{
    background: url(../image/public_match/public_match_bg_1.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.public_match_notice{
    font-size:0.12rem;
    font-family:'Source Han Sans SC';
    font-weight:300;
    line-height:17px;
    text-align: center;
    margin-top: 8px;
}
.public_match_notice a{
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}
.public_match_notice a:first-child{
    margin-right: 10px;
}
.entrance_tips{
    background:rgba(255,242,242,1);
    color:rgba(249,67,67,1);
}
.entrance_row{
    box-sizing: border-box;
    padding: 21px 15px 29px;
    margin-top: 10px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 2px rgba(201,201,201,0.08);
    opacity:1;
    border-radius:6px;
}
.entrance_name{
    width:-webkit-calc(100% - 56px);
    font-size: 0.14rem;
    width:calc(100% - 56px);
    font-weight:500;
    line-height:20px;
    color:rgba(38,38,38,1);
}
.entrance_notice{
    font-size: 0.14rem;
    width:56px;
    font-weight:500;
    line-height:20px;
}
div .entrance_row:first-child{
    margin-top: 0;
}
.entrance_top,.entrance_body{
    font-size: 0;
}
.entrance_body{
    margin-top: 15px;
}
.entrance_go_match{
    padding: 8px 0;
    width: -webkit-calc(99.9999% / 3 - 20px / 3);
    width: calc(99.9999% / 3 - 20px / 3);
    text-align: center;
    font-size: 0;
    border-radius:6px;
    margin-right: 10px;
}
.entrance_body .entrance_go_match:last-child{
    margin-right: 0;
}
.entrance_text{
    font-size:0.12rem;
    font-weight:500;
    line-height:20px;
    color:rgba(255,255,255,1); 
}
.entrance_icon{
    background: url(../image/public_match/entrance_icon.png) no-repeat;
    background-size: auto 100%;
    margin-right: 5px;
}
.entrance_icon.go{
    width: 12px;
    height: 12px;
    background-position: -23px 0;
}
.entrance_icon.success{
    width: 16px;
    height: 10px;
    background-position: 0 0;
}
.entrance_icon.record{
    width: 11px;
    height: 12px;
    background-position: -42px 0;
}
.rank_wrapper{
    background:#4354d8;
}
.gou{
    margin-right:8px;
    width: 21px;
    height: 18px;
    background: url(../image/public_match/gou.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 0;  
}
.rank_title{
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.16rem;
}
.rank_font{
    width: 78px;
    margin:15px auto 0 auto;
}
.rank_font img,
.rank_people img{
    width: 100%;
}
.rank_people{
    width: 246px;
    margin:10px auto 0 auto;
}
.rank_body{
    position: relative;
}
.rank_zoo{
    position: absolute;
    left: 0;
    top: 0;
    min-height: 50px;
    width:100%;
}
.rank_1{
    background: rgba(255,255,255,0.3);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    top: -16px; 
}
.rank_2{
    background: rgba(255,255,255,0.6);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    top: -8px; 
 }
 .rank_3{
    position: relative;
    background: rgba(255,255,255,1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    min-height: 250px;
 }


 .btn-wrapper{
    width: 100%;
    position: relative;
}
.btn-window{
    position: relative;
    width: 100%;
    height: 45px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
}
.btn-inner-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
}
.classify-btn{
    display: block;
    float: left;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin-right: 8px;
}
.btn-inner-wrapper .classify-btn:last-child{
    margin-right: 0;
}
.btn-wrapper .btn-wrap .classify-btn{
    margin: auto;
    float:none;
}
.btn-wrapper .btn-wrap:last-child .classify-btn{
    float: right;
}
.btn-wrapper .btn-wrap:first-child .classify-btn{
    float: left;
}
.classify-active{
    border-bottom: 2px solid #738BFF;
}
.rank_table_wrapper{
    display:none;
}
.rank_table_wrapper.active{
    display:block;
}
.table_head{
    box-sizing:border-box;
    font-size:0.12rem;
    line-height:0.12rem;
    border:1px solid rgba(193,193,193,1);
    color:#262626;
    text-align:center;
    padding:5px 12px;
    border-radius:2px;
    width: max-content;
    margin: auto;
}
tbody tr td:first-child .table_content{
    min-height:51px;
    line-height:51px!important;
}
.top3{
    font-size:0;
    text-align:center;
}
.top3>div{
    display:inline-block;
    vertical-align: bottom;
    font-size:0.12rem;
    border-radius:6px 6px 0px 0px;
    /* box-shadow:0px 1px 2px rgba(0,0,0,0.08); */
    position:relative;
}
.one{
    /* width:90px; */
    width: 38%;
    height:138px;
    background: url(../image/public_match/one_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    /* background:linear-gradient(3deg,rgba(244,185,25,1) 0%,rgba(255,210,115,1) 100%); */
}
.two{
    /* width:90px; */
    width: -webkit-calc(31% - 7px);
    width: calc(31% - 7px);
    margin-right: 7px;
    height:138px;
    background: url(../image/public_match/other_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    /* background:linear-gradient(359deg,rgba(148,148,148,1) 0%,rgba(232,232,232,1) 100%); */
}
.three{
    /* width:90px; */
    width: -webkit-calc(31% - 7px);
    width: calc(31% - 7px);
    margin-left: 7px;
    height:138px; 
    background: url(../image/public_match/other_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    /* background:linear-gradient(181deg,rgba(242,227,209,1) 0%,rgba(237,206,176,1) 100%); */
}
.user_head_img{
    width:46px;
    height:46px;
    padding: 2px;
    border-radius:50%;
    margin:auto;
    overflow:hidden;
    position: relative;
    z-index: 1;
}
.user_head_img img{
    width:100%;
    border-radius:50%;
}
.one .user_head_img{
    margin-top:17px;
    background: #F8D26A;
}
.two .user_head_img{
    margin-top:30px;
    background: #E7EAF5;
}
.three .user_head_img{
    margin-top:30px;
    background: #F5C99F;
}
.rank_num_pic{
    width: 90px;
    height: 26.5px;
    margin: -5px auto 0;
    position: relative;
    z-index: 2;
    /* background: url(../image/public_match/other_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0; */
}
.one .rank_num_pic{
    background: url(../image/public_match/one.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0; 
}
.two .rank_num_pic{
    background: url(../image/public_match/two.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0; 
}
.three .rank_num_pic{
    background: url(../image/public_match/three.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0; 
}
.user_name{
    text-align:center;
    color:#262626;
    font-size: 0.16rem;
    line-height:0.16rem;
    padding:0 2px;
    margin-top: 12px;
}
.table_head_type.table_head{
    background:rgba(115,139,255,1);
    position: relative;
    color:#fff;
    z-index:2
}
.table_head_type.table_head:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent #FEF102;
    border-right:0;
}
.td-type{
    position: relative;
}
.content ul.ul-select{
    margin: 0;
    box-sizing:border-box;
    border-radius:2px;
    border:1px solid rgba(255,212,107,1);
}
.td-type .ul-select{
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 2;
    display: none;
}
.td-type .ul-select:before{
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left:-6px;
    width:0;
    height:0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid rgba(115,139,255,1);
}
.td-type .ul-select.ul-select-show{
    display: block;
}
.td-type .ul-select li,.show-type{
    width: auto;
    margin: auto;
    text-align: center;
    background: #738BFF;
    color: #fff;
    cursor: pointer;
    font-size:0.12rem;
    line-height:0.12rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.td-type .ul-select li:last-child{
    padding-bottom: 20px;
}
.td-type .ul-select li:first-child{
    padding-top: 20px;
}
.content .nl-table td.select-td{
    overflow: visible;
    padding:0;
}
.top_head{
    text-align: center;
    margin-top: 39px;
}
.top_hxs{
    text-align: center;
    margin-top: 5px;
}
.introduce_video{
    margin-right:16px;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
}
.public_match_notice_row .introduce_video:last-child{
    margin-right: 0;
}
.prize_title{
   padding: 20px 15px; 
   line-height: 20px;
   background: #fff;
   margin-top: 10px;
}
.prize_title div:last-child{
    min-width: 30px;
}
.prize_list{
    padding-bottom: 10px;
}
.prize_row{
    margin-top: 10px;
    padding: 15px;
    background: #fff;
}
.prize_header_name{
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    font-weight:500;
    line-height:22px;
    font-size: 0.16rem;
}
.prize_header_btn{
    position: relative;
    width:80px;
    padding: 7px 0;
    line-height: 17px;
    text-align: center;
    border-radius:6px;
    font-size: 0.12rem;
}
.prize_row_item{
    margin-top: 10px;
    line-height:17px;
}
.prize_row_label,
.prize_row_info{
    font-size:12px;
    font-weight:500;
    color:rgba(112,112,112,1);
}
.prize_row_label{
    width:60px;
}
.prize_row_info{
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}


.lable_row{
    padding: 10px 0; 
}
.input_row {
    position: relative;
}
input[type="password"].radius_input_row, input[type="text"].radius_input_row, input[type="tel"].radius_input_row {
    border:1px solid #e0e1e1;
    width: 100%;
    border-radius: 6px;
    height: 45px;
    padding-left: 20px;
    margin-bottom: 0;
    z-index: 3;
}
.input_row input[type=text], .input_row input[type=password] {
    margin-bottom: 0;
}


.course_kaoji_row{
    padding:20px 15px 20px 15px;
    margin-top: 10px;
    border-radius:6px;
    background: #fff;
    color: #262626;
}
.course_kaoji_title{
    position: relative;
    width: 120px;
    margin: auto;
    font-size: 0.18rem;
    font-weight: bold;
    background: #fff;
    text-align: center;
    z-index: 2;
}
.brs{
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: auto;
    border-top: 1px dotted grey;
    position: relative;
    top: -14px;
    z-index: 1;
}
.mt_20{
    margin-top: 20px;
}
.time_wrapper{
    text-align: center;
    font-size: 0;
    margin-top: 26px;
}
.time_inner{
    width:37px;
    padding: 10px 0;
    text-align: center;
    background:rgba(48,48,48,1);
    border-radius:2px;
    font-size:50px;
    line-height: 50px;
    font-family:Arial;
    font-weight:bold;
    color:rgba(204,204,204,1);
}
.code_inner{
    width:20px;
    padding: 10px 0;
    text-align: center;
    line-height: 50px;
    font-size:50px;
    color:rgba(48,48,48,1);
}
.mr_5{
    margin-right: 5px;
}
.public_match_bg_2{
    background: url(https://www.iiscchina.com/wp-content/uploads/2024/05/bjtzax.png) no-repeat;
    background-size: 100%;
    background-color: #04aaff;
    position: relative;
    background-position: 0 0;

}
.new_texts{
    width: 80%;
    margin:0 auto;
}
a.public_match_sign_new_btn{
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 30px auto 0;
    color: #332c2b;
    line-height: 0;
}
a.public_match_sign_new_btn:hover{
    color: #332c2b;
}
.public_match_sign_new_btn.no_img{
    width: auto;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: 29px;
    background: #fff;
    font-size:0.17rem;
    font-family:Alibaba PuHuiTi;
    font-weight:bold;
    color: #AB2600;
    min-width: 176px;
}
.new_zf{
    width: 30%;
    margin: 5px auto 0;
    line-height: 0;
    font-size: 0;
}
.new_notice_group{
    margin-top: 10px;
    line-height: 0;
}
.new_notice_btn{
    display: inline-block;
    width: auto;
    margin:10px auto;
    line-height: 0;
    color: #fff;
    font-size: 14px;
}
.new_add_row{
    width: 77.29%;
    margin: 6px auto 0;
    position: relative;
}
.new_meiti{
    margin: 7px auto 0;
    background: #fff;
}
.new_lines{
    line-height: 0;
}
.theme_row{
    padding: 20px 15px;
    margin-top: 14px;
    background: #fff;
}
div>.theme_row:first-child{
    margin-top: 0;
}
.theme_title{
    text-align: center;
    font-size:0.18rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:25px;
    color:rgba(2,15,30,1);
}
.theme_btn_group{
    margin-top: 19px;
    text-align: center;
    font-size: 0;
}
.theme_btn{
    display: inline-block;
    vertical-align: middle;
    width:-webkit-calc(25% - 18px / 4);
    width:calc(25% - 18px / 4);
    height:36px;
    text-align: center;
    line-height: 36px;
    border-radius:4px;
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    margin-right: 6px;
}
.theme_btn_group>.theme_btn:last-child{
    margin-right: 0;
}
.theme_btn.theme_btn_blue{
    background:rgba(0,113,254,1);
    box-shadow:0px 3px 9px rgba(214,214,214,0.16);
}
.theme_btn.theme_btn_grey{
    background:rgba(148,148,148,1);
}
.theme_tips{
    text-align: center;
    margin-top: 16px;
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:17px;
    color:rgba(2,15,30,0.45);
}
.theme_door_head{
    line-height: 22px;
}
.theme_door_name{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(2,15,30,1);
}
.theme_sign_btn{
    cursor: pointer;
    font-size: 0;
    font-weight: 400;
    color: rgba(2,15,30,0.60);
}
.theme_add{
    background-image: url(../image/matchs/nl_match_icon.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-position: 0 0;
}
.theme_add_text{
    font-size:0.14rem;
}
.theme_entrace{
    margin-top: 28px;
}
.theme_entrace_btn{
    box-sizing: border-box;
    width:84px;
    height:30px;
    text-align: center;
    line-height: 30px;
    border-radius:4px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
}
a.theme_player:hover{
    color:rgba(38,38,38,1);
}
.theme_player{
    border:1px solid rgba(38,38,38,1);
    box-shadow:0px 3px 9px rgba(214,214,214,0.16);
    color:rgba(38,38,38,1);
    background: #fff;
}
a.theme_rank:hover{
    color:rgba(40,178,139,1);
}
.theme_rank{
    border:1px solid rgba(40,178,139,1);
    box-shadow:0px 3px 9px rgba(214,214,214,0.16);
    color:rgba(40,178,139,1);
    background: #fff;
}
a.theme_go_match:hover{
    color:rgba(40,178,139,1);
}
.theme_go_match{
    background:rgba(40,178,139,0.1);
    box-shadow:0px 3px 9px rgba(214,214,214,0.16);
    color:rgba(40,178,139,1);
}
a.theme_go_match.disabled:hover{
    color:rgba(155,155,155,1);
}
.theme_go_match.disabled{
    background:rgba(171,171,171,0.5);
    box-shadow:0px 3px 9px rgba(214,214,214,0.16);
    color:rgba(155,155,155,1);
}
.new_ent_tip{
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size:12px;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:22px;
    color:rgba(249,67,67,1)
}
.new_ent_item{
    margin-top: 25px;
}
.new_ent_title{
    line-height: 22px;
}
.new_ent_title_text{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(0,0,0,1);
}
.new_ent_title_text2{
    font-size:12px;
    font-family:Source Han Sans SC;
    font-weight:500;
    color:rgba(9,15,57,0.44);
    margin-left: 16px;
}
.new_ent_btn_row{
    margin-top: 8px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 2px rgba(201,201,201,0.08);
    border-radius:4px;
    padding: 16px 25px;
}
.new_ent_video,
.new_ent_answer,
.new_ent_match{
    font-size:0.14rem;
    width:84px;
    font-weight:500;
    height:44px;
    text-align: center;
    line-height: 44px;
}
.new_ent_match{
    background:rgba(0,113,254,0.14);
    border-radius:4px;
}
.new_ent_match.disabled{
    background:#fff;
}

.new_ent_video,
a.new_ent_video:hover{
    color:rgba(40,178,139,1);
}
.new_ent_match,
a.new_ent_match:hover{
    color:rgba(0,113,254,1);
}
.new_ent_answer,
a.new_ent_answer:hover{
    color:rgba(38,38,38,1);
}

.new_ent_match.disabled,
a.new_ent_match.disabled:hover{
    color:rgba(9,15,57,0.8);
}
.new_rank_title{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:22px;
    color:rgba(0,113,254,1);
    text-align: center;
    padding: 20px 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(239,239,239,1);
}
.new_rank_dp{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:17px;
    color:rgba(38,38,38,1);
    margin-top: 12px;
    text-align: center;
}
.new_rank_score{
    padding: 10px 0 12px;
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:17px;
    color:rgba(136,136,136,1);
    text-align: center;
    border-bottom: 1px solid rgba(239,239,239,1);
}
.n_r_score{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:17px;
    color:rgba(0,113,254,1);
}
.n_r_cn{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:17px;
    color:rgba(136,136,136,1);
    margin-top: 6px;
}
.theme_banner{
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 14px;
}
.theme_banner img{
    width: 100%;
}
.dp_go_home{
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    background: #2484FE;
    display: block;
    width: 100%;
    line-height: 20px;
}
.dp_go_home_l{
    font-size: 0.16rem;
    margin-right: 5px;
}
.dp_go_home_r{
    width: 20px;
    height: 20px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 26px;
    background-repeat: no-repeat;
    background-position: -634px -3px;
}
a.btn_new {
    width: 200px;
    height: 63px;
    margin: 0 auto;
    background: url(https://www.iiscchina.com/wp-content/uploads/2024/05/yjbm.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 374px){
    .rank_num_pic{
        width: 70px;
        height:20.6px;
    }
}