@font-face {
    font-family: "cuhei";
    src: url(//game.gtimg.cn/images/speedm/ingame/web201808/ch-font.woff);
}
@font-face {
    font-family: "heijian";
    src: url(//game.gtimg.cn/images/speedm/ingame/web201808/hj-font.woff);
}
.sub-box{
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-top: .2rem;
    padding-bottom: .3rem;
}
.score-lf{
    width: 5.72rem;
    height: 6.47rem;
    padding: 0 .2rem;
    box-sizing: border-box;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-left-bg.png) no-repeat center/cover;
}
.player-box{
    width: 100%;
    height: 2.13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.player-left{
    width: 1.46rem;
    height: 1.46rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-head-border.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.player-left img{
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
}
.player-desc{
    font-size: .3rem;
    color: #c4deff;
    width: 3.66rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.player-name{
    color: #fff;
}
.score-num{
    width: 3.66rem;
    height: .99rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-jf-bg.png) no-repeat center/cover;
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .15rem 0 .3rem;
    box-sizing: border-box;
}
.score-num .score-num-l{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.score-num .score-num-l .mine-score{
    font-size: .42rem;
    color: #fbef6e;
    font-family: cuhei;
}
.mine-score-txt{
    font-size: .2rem;
    color: #c4deff;
}
.line{
    width: 100%;
    height: .02rem;
    background: rgba(67, 218, 255,.5);
    position: relative;
}
.line:before{
    content: '';
    width: .17rem;
    height: 100%;
    background: rgba(67, 218, 255,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.line:after{
    content: '';
    width: .17rem;
    height: 100%;
    background: rgba(67, 218, 255,.6);
    position: absolute;
    top: 0;
    right: 0;
}
.now-tit{
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
    margin: .15rem 0;
}
.gift-ul{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
}
.gift-li{
    width: 1.77rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-li .gift-box{
    width: 1.71rem;
    height: 1.57rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-lp-bg.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gift-li img{
    width: 1.3rem;
    height: 1.3rem;
}
.gift-name{
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8cb7ec;
    font-size: .26rem;
}
.get-score-btn{
    display: flex;
    width: 3.16rem;
    height: .64rem;
    margin: .2rem auto .1rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-ljf-btn.png) no-repeat center/cover;
}
.al-num{
    color: #8cb7ec;
    font-size: .2rem;
    text-align: center;
}
.rt-top{
    width: 5.72rem;
    height: 2.39rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-right-top.png) no-repeat center/cover;
    padding: .32rem .15rem 0;
    box-sizing: border-box;
}
.rt-top-t{
    display: flex;
}
.elegant{
    width: 2.41rem;
    height: .37rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-right-tit.png) no-repeat center/cover;
    padding-left: .25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.elegant span{
    color: #fff;
    font-size: .24rem;
}
.elegant i{
    display: block;
    width: .24rem;
    height: .24rem;
    margin-left: .08rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-question.png) no-repeat center/cover;
    background-size: contain;
}
.rt-top-t p{
    margin-top: .16rem;
    font-size: .2rem;
    color: #c4deff;
    font-family: heijian;
}
.progress-box{
    position: relative;
    width: 100%;
    height: .92rem;
    margin-top: .25rem;
    margin-bottom: .06rem;
}
.progress-b{
    width: 5.29rem;
    height: .3rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-progress-bg.png) no-repeat center/cover;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.percent-box{
    width: 4.5rem;
    height: .08rem;
    margin-left: .4rem;
}
.progress-percent{
    width: 4.5rem;
    height: .08rem;
    display: block;
    border-radius: .4rem;
    position: relative;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-grogress.png) no-repeat left/cover;
}
.progress-car{
    width: 5.29rem;
    height: .33rem;
    position: absolute;
    top: -.04rem;
    left: 50%;
    transform: translateX(-50%);
}
.car-percent-box{
    width: 4.5rem;
    height: .33rem;
    margin-left: .4rem;
    position: relative;
}
.car-position{
    width: .77rem;
    height: .33rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-car.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-49%);
}
.get-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.get-ul .get{
    width: .92rem;
    height: .42rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-wait-get1.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .2rem;
    color: #fff;
}
.get-ul .get.on{
    color: #db4300;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-wait-get.png) no-repeat center/cover;
}
.get-ul .get.already{
    color: #472815;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-wait-get2.png) no-repeat center/cover;
}
.rt-top-link{
    width: 100%;
    height: .35rem;
    font-size: .2rem;
    text-align: left;
    display: flex;
    align-items: center;
}
.rt-top-link .get-proficiency-link{
    color: #99cdf2;
    border-bottom: 1px solid #99cdf2;
    margin-right: 0.04rem;
}
.rt-top-link .dialog-proficiency-btn{
    width: 0.22rem;
    height: 0.23rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/questicon.png) no-repeat center/cover;
    background-size: contain;
    display: block;
}

.run-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
}
.run-box span{
    color: #c4deff;
    font-size: .18rem;
    display: block;
    width: .92rem;
    text-align: center;
    font-family: heijian;
}
.score-rt{
    height: 6.47rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rt-bottom{
    width: 5.72rem;
    height: 3.88rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-luck.png) no-repeat center/cover;
    position: relative;
}
.lottery-box{
    width: 100%;
    height: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: .28rem;
    box-sizing: border-box;
}
.lottery-desc{
    width: 1.17rem;
    height: .69rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-lottery.png) no-repeat center/cover;
}
.award-ul{
    display: flex;
    margin-left: .18rem;
}
.award-li{
    width: .81rem;
    height: .81rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-award-li.png) no-repeat center/cover;
    margin-right: .15rem;
}
.award-li:nth-child(4){
    margin-right: 0;
}
.award-box{
    width: 100%;
    height: .61rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: .03rem;
}
.award-li:nth-child(1) .award-box img{
    width: .55rem;
    height: .56rem;
    display: block;
}
.award-li:nth-child(2) .award-box img{
    width: .5rem;
    height: .49rem;
    display: block;
}
.award-li:nth-child(3) .award-box img{
    width: .48rem;
    height: .51rem;
    display: block;
}
.award-li:nth-child(4) .award-box img{
    width: .58rem;
    height: .51rem;
    display: block;
}
.award-li p{
    color: #295098;
    font-size: .13rem;
    text-align: center;
}
.pri-pop{
    display: none;
    position: relative;
    width: 8.75rem;
    height: 6.32rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/dia-bac.png) no-repeat center/cover;
    outline: none;
    padding: .1rem .6rem 0;
    box-sizing: border-box;
}
.priinfo-tit{
    width: 4.5rem;
    height: .7rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffd231;
    font-size: .27rem;
    font-weight: bold;
}
.priinfo-desc{
    width: 100%;
    height: 1rem;
    overflow-y: scroll;
    font-size: .2rem;
    color: #efefef;
    margin-top: .5rem;
}
.priinfo-desc p{
    margin-bottom: .04rem;
}
.priinfo-desc span{
    color: #ffd231;
    font-weight: bold;
}
.pri-pop .pri-award-ul{
    display: flex;
    justify-content: space-evenly;
    margin: .25rem auto 0;
}
.pri-pop .pri-award-li .pri-imgbac{
    width: 1.69rem;
    height: 1.95rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/pri-bac.png) no-repeat center/cover;
    position: relative;
    margin-bottom: .04rem;
}
.pri-pop .pri-award-li .pri-img{
    width: 1.42rem;
    height: 1.64rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pri-pop .pri-award-li:nth-of-type(1) .pri-img{
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/dpri-gradelow.png) no-repeat center/cover;
}
.pri-pop .pri-award-li:nth-of-type(2) .pri-img{
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/dpri-grademiddle.png) no-repeat center/cover;
}
.pri-pop .pri-award-li:nth-of-type(3) .pri-img{
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/dpri-gradehigh.png) no-repeat center/cover;
}
.pri-award-li .pri-img img{
    height: auto;
    width: auto;
    max-width: .69rem;
    max-height: .72rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}
.pri-pop .pri-award-li p{
    color: #d4e7ff;
    font-size: .22rem;
    text-align: center;
}
.pri-btns{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0.3rem;
}
.getexpbtn{
    width: 2.86rem;
    height: 0.58rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/more-exp-btn.png) no-repeat center/cover;
}
.morerodebtn{
    width: 2.86rem;
    height: 0.58rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/more-rode-btn.png) no-repeat center/cover;
}
.getexp-pop{
    display: none;
    position: relative;
    width: 8.75rem;
    height: 6.32rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/dia-bac.png) no-repeat center/cover;
    outline: none;
    padding: .1rem .6rem 0;
    box-sizing: border-box;
}
.getexp-tit{
    width: 4.5rem;
    height: .7rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffd231;
    font-size: .27rem;
    font-weight: bold;
}
.getexp-desc{
    width: 100%;
    height: 4rem;
    overflow-y: scroll;
    margin-top: .3rem;
}
.getexp-desc p{
   line-height: .28rem;
   font-size: .2rem;
   color: #d4e7ff;
   margin-bottom: .02rem;
}
.getexp-desc .getexp-vic-tit{
    line-height: .4rem;
    font-size: .24rem;
    color: #ffdc50;
    margin-top: .1rem;
    font-weight: bold;
}
.getexp-bottomdec{
    text-align: center;
    font-size: .19rem;
    margin-top: 0.2rem;
}
.getexp-bottomdec span{
    /* color: #1963c0; */
    color: #4598ff;
    border-bottom: 1px solid #4598ff;
}


.f-pop{
    display: none;
    position: relative;
    width: 8.75rem;
    height: 6.32rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-rule-bg.png) no-repeat center/cover;
    outline: none;
    padding: .1rem .6rem 0;
    box-sizing: border-box;
}
.rule-tit{
    width: 4.5rem;
    height: .7rem;
    margin: 0 auto;
}
.close{
    width: .48rem;
    height: .48rem;
    position: absolute;
    top: .66rem;
    right: .35rem;
}
.rule-desc{
    width: 100%;
    height: 1.85rem;
    overflow-y: scroll;
    font-size: .2rem;
    color: #efefef;
    margin-top: .5rem;
}
.rule-desc p{
    margin-top: .15rem;
}
.rule-desc p:nth-child(1){
    margin-top: 0;
}
.award-see{
    width: 5.53rem;
    height: .53rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-pop-jl.png) no-repeat center/cover;
    margin: .1rem auto 0;
}
.pop-award-ul{
    display: flex;
    justify-content: space-between;
    margin: .25rem auto 0;
}
.award-img{
    width: 1.29rem;
    height: 1.49rem;
    background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-pop-rewardbx.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-award-li:nth-child(1) .award-img img{
    width: .48rem;
    height: .51rem;
    display: block;
}
.pop-award-li:nth-child(2) .award-img img{
    width: .55rem;
    height: .56rem;
    display: block;
}
.pop-award-li:nth-child(3) .award-img img{
    width: .64rem;
    height: .54rem;
    display: block;
}
.pop-award-li:nth-child(4) .award-img img{
    width: .5rem;
    height: .49rem;
    display: block;
}
.pop-award-li:nth-child(5) .award-img img{
    width: .5rem;
    height: .49rem;
    display: block;
}
.pop-award-li p{
    color: #efefef;
    font-size: .2rem;
    text-align: center;
}

#_overlay_{
    height: 100vh !important;
    box-sizing: border-box;
    overflow-y: hidden;
}
@media screen and (min-aspect-ratio: 200/100) {
    .f-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .pri-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .getexp-pop{
        transform: scale(.8);
        top: 0 !important;
    }
}
@media screen and (min-aspect-ratio: 216/100) {
    .f-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .pri-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .getexp-pop{
        transform: scale(.8);
        top: 0 !important;
    }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation : landscape) {
    .f-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .pri-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .getexp-pop{
        transform: scale(.8);
        top: 0 !important;
    }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation : landscape) {
    .f-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .pri-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .getexp-pop{
        transform: scale(.8);
        top: 0 !important;
    }
}
@media only screen and (device-width: 812px) and (device-height: 375px) and (orientation : landscape) {
    .f-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .pri-pop{
        transform: scale(.8);
        top: 0 !important;
    }
    .getexp-pop{
        transform: scale(.8);
        top: 0 !important;
    }
}

.rule-desc strong {
    color: #ffd231;
}

.luck i.red-dot {
    display: block;
    position: absolute;
    width: .17rem;
    height: .17rem;
    border-radius: 50%;
    background: #f11700;
    border: .02rem solid #fff;
    box-sizing: border-box;
    right: .14rem;
    top: .5rem;
}

.css1{background: url(//game.gtimg.cn/images/speedm/ingame/web201808/csssprite2.png) no-repeat;background-size: 10rem 10rem;}
.pf h5 {
    height: .62rem;
    line-height: .62rem;
    color: #ffdc50;
    font-size: .32rem;
    text-align: center;
    font-weight: 700;
    /* margin-top: .53rem; */
}

/* 弹窗位置bug修复 */
.pop {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    outline: none;
  }
.elegant2{
    display: none;
}
@media only screen and (orientation: portrait){
    .sub-box{
        display: block;
        padding-top: .3rem;
        position: relative;
    }
    .score-lf{
        width: 7.1rem;
        height: 6.93rem;
        background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-left-bg2.png) no-repeat center/cover;
        padding: 0 .15rem;
    }
    .player-box{
        width: 4.7rem;
        height: 2rem;
    }
    .player-left{
        width: 1.4rem;
        height: 1.4rem;
    }
    .player-desc{
        width: 3.2rem;
    }
    .score-num{
        width: 3.2rem;
        height: .86rem;
    }
    .player-left img{
        width: 1.25rem;
        height: 1.25rem;
    }
    .luck-day{
        position: absolute;
        top: 0.65rem;
        right: .15rem;
    }
    .rt-bottom{
        width: 2rem;
        height: 1.43rem;
        background: url(//game.gtimg.cn/images/speedm/ingame/web201808/luck-m.png) no-repeat center/cover;
    }
    .lottery-box{
        display: none;
    }
    .luck i.red-dot{
        right: .06rem;
        top: 0.1rem;
    }
    .now-tit{
        font-size: .38rem;
        margin: .2rem auto;
    }
    .gift-ul{
        justify-content: center;
    }
    .gift-li{
        width: 2.1rem;
        margin-right: 0.2rem;
    }
    .gift-li:last-child{
        margin-right: 0;
    }
    .gift-li .gift-box{
        width: 2.1rem;
        height: 1.93rem;
    }
    .gift-name{
        font-size: .24rem;
    }
    .score-num .score-num-l .mine-score{
        font-size: .38rem;
    }
    .mine-score-txt{
        font-size: .18rem;
    }
    .get-score-btn{
        width: 3.9rem;
        height: .79rem;
        margin: .3rem auto .1rem;
    }
    .al-num{
        font-size: .24rem;
    }
    .rt-top{
        width: 7.1rem;
        height: 6.65rem;
        background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-right-top2.png) no-repeat center/cover;
        margin-top: .2rem;
    }
    .main-box{
        padding-bottom: 1.3rem;
    }
    .score-rt{
        height: 6.85rem;
    }
    .elegant{
        width: 3rem;
        height: .46rem;
    }
    .elegant span{
        font-size: .3rem;
    }
    .elegant i{
        width: .28rem;
        height: .28rem;
    }
    .rt-top-t p{
        font-size: .24rem;
    }
    .progress-box{
        margin-top: .6rem;
    }
    .progress-car{
        width: 6.69rem;
    }
    .progress-b{
        width: 6.69rem;
    }
    .percent-box{
        width: 5.9rem;
    }
    .progress-percent{
        width: 5.9rem;
    }
    .run-box span{
        font-size: .2rem;
    }
    .rt-top-link .get-proficiency-link{
        width: 3.9rem;
        height: .79rem;
        background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-award-btn.png) no-repeat center/cover;
        margin: .88rem auto 0;
        font-size: 0;
        text-indent: -9999px;
        color: transparent;
        border-bottom: none;
    }
    .elegant2{
        display: flex;
        background: url(//game.gtimg.cn/images/speedm/ingame/web201808/f-right-tit2.png) no-repeat center/cover;
        width: 4.5rem;
        height: .47rem;
    }
    .rt-top-link .dialog-proficiency-btn{
        display: none;
    }
    .rt-top-link{
        height: 2.2rem;
        flex-direction: column-reverse;
        margin-top: .9rem;
        align-items: flex-start;
    }
    .f-pop{
        transform: translate(-50%, -50%) scale(.8) !important;
    }
    .pri-pop{
        transform: translate(-50%, -50%) scale(.8) !important;
    }
    .getexp-pop{
        transform: translate(-50%, -50%) scale(.8) !important;
    }
}































