@font-face {
    font-family: "cdkfont"; /* Project id  */
    src: url('../font/cdk.ttf?t=1622542347701') format('truetype');
}

.cdkfont {
    font-family: "cdkfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cdk-iframe {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    z-index: 1000;
}

.cdk-box{
    width:697px;
    height:488px;
    background: url("../img/cdk-bg.png") no-repeat;
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px 1px #94d5ff;
    /*font-family: 'cdkfont';*/
}

.cdk-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cdk-box .cdk-form{
    position: relative;
}

.cdk-box .user-info,.cdk-box .cdk-code{
    width:374px;
    height:47px;
    position:absolute;
    left:50%;
    margin-left:-187px;
    background: url("../img/cdk-input-bg.png") no-repeat;
}

.cdk-box .user-info{
    top:84px;
}
.cdk-box .cdk-code{
    top:144px;
}
.cdk-input-left{
    width:140px;
    height: 100%;
    float: left;
    line-height: 47px;
    font-family: 'cdkfont';
    text-align: center;
    font-size: 20px;
}
.cdk-input-right{
    float: right;
    width:234px;
    height: 100%;
    line-height: 47px;
    text-align: left;
    font-size: 20px;
}

.cdk-box .user-info .cdk-input-right{text-align: center;    font-family: 'cdkfont';}
.cdk-box .cdk-code .cdk-input-right{cursor: pointer;}
.cdk-box .cdk-code .cdk-input-right input{
    border: none;
    width:100%;
    height: 44px;
    padding-left: 14px;
    background: none;
}

.cdk-box .cdk-text{
    position: absolute;
    top: 200px;
    width: 100%;
    height: 200px;
    padding: 16px 30px;
    color: #fff;
}
.cdk-box .cdk-sub-btn{
    width:132px;
    height:37px;
    background: url('../img/cdk-sub-btn.png') no-repeat;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left:-66px;
    cursor: pointer;
}
@media screen and (min-width: 1024px){
    .body .game-box .tit-box .cdk-icon-btn {
        width: 137px;
        height: 42px;
        background-image: url(../img/cdk-icon.png);
        background-repeat: no-repeat;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 42px;
        padding-left: 40px;
        float: right;
        cursor: pointer;
    }
}
@media screen and (max-width: 1024px){
    .body .game-box .tit-box .cdk-icon-btn {
        width: 2.5rem;
        height: .7rem;
        background-image: url(../img/cdk-icon.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: .26rem;
        font-weight: bold;
        color: #fff;
        line-height: .7rem;
        padding-left: .8rem;
        margin: .3rem auto .3rem auto;
        cursor: pointer;
    }
}
@media screen and (max-width: 600px){
    /*手机版弹窗*/
    .cdk-iframe {
        padding-top: 2.5rem;
    }
    .cdk-box {
        width: 100%;
        height: 7.5rem;
        background-size: 100% 100%;
    }

    .cdk-close {
        width:0.8rem;
        height:0.8rem;
    }

    .cdk-box .user-info,.cdk-box .cdk-code{
        width:90%;
        height:0.7rem;
        margin-left: -45%;
        background-image: url("../img/cdk-input-bg.png");
        background-repeat:no-repeat;
        background-size:100% 100%;
    }
    .cdk-box .user-info {
        top: 1.2rem;
    }
    .cdk-box .cdk-code {
        top: 2.2rem;
    }

    .cdk-input-left {
        width: 30%;
        height: 100%;
        float: left;
        line-height: 0.7rem;
        font-family: 'cdkfont';
        text-align: center;
        font-size: 0.38rem;
    }

    .cdk-input-right {
        float: right;
        width: 70%;
        height: 100%;
        line-height: 0.7rem;
        text-align: left;
        font-size: 0.38rem;
    }

    .cdk-box .cdk-text {
        position: absolute;
        top: 3rem;
        width: 100%;
        height: 4rem;
        padding: 0.2rem;
        color: #fff;
        font-size: 0.12rem;
    }

    .cdk-box .cdk-sub-btn {
        width: 2.4rem;
        height: 0.75rem;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0.2rem;
        left: 50%;
        margin-left: -1.2rem;
        cursor: pointer;
    }

    .cdk-box .cdk-code .cdk-input-right input{
        border: none;
        width: 100%;
        height: 100%;
        padding-left: 0.5rem;
        line-height: 0.7rem;
        background: none;
    }
}
@media screen and (max-width: 330px){
    /*手机版弹窗*/
    .cdk-iframe {
        padding-top: 2.5rem;
    }
    .cdk-box {
        width: 100%;
        height: 9.5rem;
        background-size: 100% 100%;
    }


    .cdk-box .user-info {
        top: 1.36rem;
    }
    .cdk-box .cdk-code {
        top: 2.3rem;
    }
    .cdk-box .cdk-sub-btn {
        bottom: 0.4rem;
    }
}