
.first-check{
    width:1200px;
    margin:0 auto;
}
.first-check .account-query{
    background-color:#fff;
    border-radius:5px;
    height:400px;
}
.first-check .check-form .title{
    font-size:16px;
    line-height:16px;
}
.first-check .check-form .inp-btn{
    margin-top:14px;
    height:48px;
    box-sizing:border-box;
}
.first-check .check-form .inp-box{
    width:555px;
    height:48px;
    border:1px solid #E5E5E5;
    box-sizing:border-box;
    border-radius:5px;
    overflow:hidden;
}
.first-check .check-form .inp-box input{
    padding:17px 19px;
    border:none;
    outline:none;
    box-sizing:border-box;
}

.first-check .check-form .btn-box{
    background-color:#F44145;
    border-radius:5px;
    margin-left:5px;
    overflow:hidden;
    border:none;
    width:104px;
}
.first-check .check-form .btn-txt{
    margin-left:5px;
    color:#fff;
    font-size:16px;
    line-height:16px;
}

.first-check .step-img{
    margin-top:20px;
    border-radius:5px;
    overflow:hidden;
}

/* 账号游戏列表 */
.check-modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(0, 0, 0, .7);
    display:none;
}
.check-modal .check-wrap{
    padding:30px;
    border-radius:5px;
    background-color:#fff;
    position:relative;
    width:1006px;
    height:776px;
    box-sizing:border-box;

}
.check-modal .close{
    position:absolute;
    right:10px;
    top:10px;
}
.check-modal .title{
    font-size:20px;
    line-height:20px;
    font-weight:bold;
    padding-bottom:28px;
    border-bottom:1px solid #ebebeb;
}
.check-modal .list{
    margin-top:24px;
}
.check-modal .item{
    width:170px;
    height:172px;
    border-radius:5px;
    box-sizing:border-box;
    padding:30px 15px;
    border:1px solid #F0F0F0;
    margin:0 24px 24px 0;
}
.check-modal .item:nth-of-type(5n){
    margin-right:0;
}
.check-modal .game-img{
    width:80px;
    height:80px;
    border-radius:25px;
    overflow:hidden;
}
.check-modal .item .game-name{
    font-size:16px;
}

/* 分页 */
.check-modal .page{
    font-size:14px;
    text-align:center;
    position:absolute;
    left:calc(50%);
    transform:translateX(-50%);
    bottom:40px;
    user-select:none;
}
.check-modal .page .page-prev,
.check-modal .page .page-next,
.check-modal .page .num{
    width:60px;
    height:30px;
    line-height:30px;
    box-sizing:border-box;
    text-align:center;
    border:1px solid #EAEAEA;
    margin:0 2.5px;
    border-radius:3px;
}
.check-modal .page .num{
    width:40px;
}
.check-modal .page-total{
    margin-left:7.5px;
}
.check-modal .page .num.active{
    background-color:#FFF7F7;
    border-color:#FD7C7F;
}
