@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
body{font:12px/1.5 PingFangSC,微软雅黑, 黑体, Arial, Helvetica, sans-serif;overflow-x: auto;-webkit-font-smoothing: antialiased;}
img{ border:0;}
.fr{float:right}
.fl{float:left}
a{text-decoration:none;}


.abnormalBox{
    width:326px;
    height:302px;
    position:fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.abnormalBox dl dt{
    width:240px;
    height:200px;
    margin:0 auto;
    margin-bottom:10px;
}

.abnormalBox dl dd{
    font-size:18px;
    color: #474C59;
    text-align:center;
}
.contactBtn{
    display:block;
    width:92px;
    height:36px;
    text-align:center;
    line-height:36px;
    background: linear-gradient(322.22deg, #5A33FF -34.58%, #6CC7FF 132%);
    border-radius:99px;
    color:#fff;
    margin:0 auto;
    margin-top:30px;
    font-size:14px;
}
.abnormalBox dl dd .skipTips{
    color: #8A8B99;
    font-size:14px;
    margin-top:4px;
}
.abnormalBox dl dd .skipTips a{
    color:#09f;
}
/*适配移动端*/
@media screen and (max-width: 768px) {
    .abnormalBox{
        width:100%;
        height:220px;
        position:fixed;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
    }
    .abnormalBox dl dt{
        width:160px;
        height:133px;
        margin:0 auto;
        margin-bottom:10px;
    }

    .abnormalBox dl dd{
        font-size:16px;
        color: #8A8B99;
        text-align:center;
    }
    .contactBtn{
        display:block;
        width:100px;
        height:30px;
        text-align:center;
        line-height:30px;
        background: #0099FF;
        border-radius:99px;
        color:#fff;
        margin:0 auto;
        margin-top:20px;
        font-size:14px;
    }
    .abnormalBox dl dd .skipTips{
        color: #8A8B99;
        font-size:13px;
        margin-top:5px;
    }
    .abnormalBox dl dd .skipTips a{
        color:#09f;
    }
}