body{
    /*background-color: #0b1b4c;*/
    background: url("../img/karry/bg.png") repeat-x ;
}
.publichead, .footerbox{
    background-color: #0b0b0b;
}
.banner{
    height: 990px;
    background: url("../img/karry/banner.jpg") no-repeat center;
}
.content{
    max-width: 1215px;
    margin: 100px auto;
}


.box-title{
    margin-bottom: 44px;
}
.box-title .en {
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left:  75px;
    text-transform: uppercase;
    /*background: linear-gradient(51.25564273928609deg, #FAC52E 27%, rgba(250,197,46,0) 100%);*/
    background: linear-gradient(to bottom, #FAC52E 27%, rgba(250, 197, 46, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.box-title .en:before{
    content: '';
    width: 28px;
    height: 5px;
    display: block;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    left: 30px;
    top: 7px;
    z-index: 1;
}
.box-title .zh {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    margin-top: -15px;
}



.box-active-wrap .actives .item{
    position: relative;
    margin-top: 75px;
}
.box-actives {
    /*min-height: 700px;*/
    border: 2px solid #6B99ED;;
    position: relative;
    margin-top: 44px;
}
.box-actives .border{
    width: calc(100% + 30px);
    height: calc(100% - 30px);
    display: block;
    border: 2px solid #6B99ED;
    position: absolute;
    left: -15px;
    top: 10px;
    z-index: 1;
}
.box-actives .position{
    background-color: #0C2A77;
    position: relative;
    z-index: 3;
}
.box-actives .active-started{
    position: absolute;
    left: 35px;
    top: 35px;
    z-index: 3;
}
.box-actives .box-btn{
    display: flex;
    justify-content: center;
    padding: 35px 0;
}
.box-actives .btn,
.box-actives .btn2{
    width: 475px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient( 180deg, #FFDD6E 0%, #FFB210 100%);
    font-size: 36px;
    font-weight: bold;
    color: #6A3809;
}
.box-actives .btn2{
    background: #295FDE;
    color: #fff;
}

.rules{
    padding: 32px;
    border: 2px solid #6B99ED;
    background: rgba(51,30,168,0.4);
    font-size: 24px;
    color: #fff;
}
.rules .item {
    display: flex;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
}
.rules .item:last-child{
    margin-bottom: 0;
}
.rules .item .ico {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    background: url("../img/karry/rule_ico.png") no-repeat;
    background-size: contain;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.rules p{
    line-height: 32px;
}
.box-time{
    font-size: 24px;
    color: #FFC82C;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 10;
}

.table{
    width: 100%;
    line-height: 50px;
    font-weight: 500;
}
.table thead {
    color: #B671FF;
}
.table thead tr th {
    font-size: 25px;
    white-space: nowrap;
}
.table tbody tr td {
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.box-empty p{
    padding-top: 30px;
}

.box-grid-hot{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    font-size: 20px;
}
.box-grid-hot .box{
    height: 162px;
    box-sizing: border-box;
    text-align: center;
    background: url("../img/karry/hot-1.png") no-repeat;
    background-size: 100% 100%;
    padding: 16px 16px 0 16px;
}
.box-grid-hot .box:nth-of-type(2){
    background-image: url("../img/karry/hot-2.png");
}
.box-grid-hot .box:nth-of-type(3){
    background-image: url("../img/karry/hot-3.png");
}
.box-grid-hot .box .number{
    font-size: 18px;
    text-align: left;
}
.box-grid-hot .box .name{
    font-size: 32px;
    padding: 16px 0;
}

/*** 杰迷挑战赛结果弹窗 **************/
.box-jay-result{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.box-jay-result .scorll{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
}
.box-jay-result img{
    cursor: zoom-in;
    max-width: 100%;
    height: auto;
}
.box-jay-result img.zoomed{
    height: auto;
    cursor: zoom-out;
}
.box-jay-result .close{
    width: 52px;
    height: 52px;
    background-image: url("../img/jaychou/ico_close.png");
    background-size: contain;
    filter: invert(100%);
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 101;
}