@font-face {
    font-family: Digital-7 Mono;
    src: url(/zb_users/plugin/xc_toolbox/sdk/digital-7-mono.ttf) format("truetype")
}
.font-digit {
    font-family: Digital-7 Mono
}
.jifenban{
    background-color: #383838;
    height: 500px;
    padding: 1rem;
}

.jifenban>div.toptitle{
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}

.jifenban>div.toptitle input{
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    color: #ddd;
    text-align: center;
    background-color: #383838;
    border: 0;
}

.jifenban>div.tops{
   height: calc(100% - 8rem);
   position: relative;
}

.jifenban>div.bot{
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}

.jifenban>div.bot>span{
    background-color: #444;
    display: inline-block;
    color: #eee;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 1rem;
    cursor: pointer;
}

.jifenban>div.bot>span.act{
    background-color: #666;
}

.jifenban>div.bot>div{
    background-color: #444;
    display: inline-block;
    color: #eee;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 1rem;
    cursor: pointer;
    position: relative;
}

.jifenban>div.bot>div>div{
    display: none;
    position: absolute;
    background-color: #666;
    top: -50%;
    transform: translateY(-50%);
    left: 0;
}

.jifenban>div.bot>div>div span{
    display: block;
    width: 70px;
}

.jifenban>div.tops>div.jidiv{
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 1rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.jifenban>div.tops>.jidiv div{
    width: calc(50% + 1rem);
    height: 100%;
    color: #eee;
    background-color: dimgray;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    max-height: 20rem;
}

.jifenban>div.tops>.jidiv div input{
    position: absolute;
    left: 0;
    top: 5%;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    background-color: #696969;
    border: 0;
    text-align: center;
    color: #eee;
    width: 100%;
}

.jifenban>div.tops>.jidiv div span{
    position: absolute;
    left: 0;
    top: calc(5% + 3rem);
    height: calc(100% - 5% - 3rem);
    line-height: 100%;
    display: flex;
    width: 100%;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
}

.jifenban>div.tops>.jidiv div.gofendivs{
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
}

.jushudivs{
    position: absolute;
    width: 8rem;
    height: 4rem;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0%);
}

.jushudivsdan{
    width: 4rem;
    height: 4rem;
}

.jushudivs>div{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #696969;
    margin: 0.5rem;
    border-radius: 6px;
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
}

.jushudivs div span{
    font-size: 2rem;
    cursor: pointer;
    color: #fff;
}

.gofendivs{
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
}

.vs{
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    color: #aaa;
    transform: translate(-50%, -50%);
}

.tuxiandiv .jileft div{
    background-color: #FF5722 !important;
}

.tuxiandiv .jileft div input{
    background-color: #FF5722 !important;
}

.tuxiandiv .jiright div{
    background-color: #2196F3 !important;
}

.tuxiandiv .jiright div input{
    background-color: #2196F3 !important;
}

@media screen and (max-width: 1290px){
    .jifenban>div.tops>.jidiv div {
        width: 80%;
    }
    .jifenban>div.toptitle {
        height: 3rem;
        line-height: 3rem;
    }
    .jifenban>div.toptitle input {
        height: 3rem;
        line-height: 3rem;
        font-size: 1.6rem;
    }

    .jifenban>div.tops {
        height: calc(100% - 7rem);
    }
    .jushu{
        display: none !important;
    }
    .vs{
        display: none !important;
    }
}
@media screen and (max-width: 1000px){
    .jifenban>div.tops>.jidiv div {
        width: 99%;
    }
    .jifenban {
        padding: 0.4rem;
    }
}
@media screen and (max-width: 767px){
    .jifenban {
        height: 400px;
    }
}
@media screen and (max-width: 480px){
    .jifenban {
        height: 300px;
    }
    .jifenban>div.tops>.jidiv div input {
        position: absolute;
        left: 0;
        top: 5%;
        height: 2rem;
        font-size: 1.5rem;
    }
    .jifenban>div.tops>.jidiv div span {
        position: absolute;
        left: 0;
        top: calc(5% + 2rem);
        height: calc(100% - 5% - 2rem);
    }
    .jifenban>div.toptitle {
        height: 2rem;
        line-height: 2rem;
    }
    .jifenban>div.toptitle input {
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }
    .jifenban>div.tops {
        height: calc(100% - 6rem);
    }
    .jifenban>div.bot>span {
        height: 1.6rem;
        line-height: 1.6rem;
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 400px){
    .jifenban>div.tops>div.jidiv {
        padding: 0.5rem;
    }
}