*{
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei'
}
ul li{
    list-style: none;
}
.BorwserLayer{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.TestSubLayerContent{
    position: absolute;
    width: 562px;
    height: 336px;
    z-index: 52;
    top: 45%;
    left: 50%;
    margin-left: -281px;
    margin-top: -168px;
    background: #fff;
    border-radius: 8px;
    padding: 40px 40px;
    box-sizing: border-box;
    text-align: center;
    color: #424e67;
}
.TestSubLayerContentBtn{
    display: block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    letter-spacing: 1px;
    background: #458aff;
    border: 1px solid #458aff;
    outline: none;
    margin-top: 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    margin-top: 25px;
}
.TestSubLayerContentDes p{
    font-size: 16px;
    color:#5b5b5b;
    text-align: left;
    line-height: 1.8;
}
.TestSubLayerContentDes p a{
    font-weight: bold;
}
.TestSubLayerContentDes p a.blue{
    color:#e33d22;
}
.TestSubLayerContentDes p a.red{
    color:#206acd;
}

.TestSubLayerContentTit{
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
    font-weight: bold;
}
.TestSubLayerClose{
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(/site_theme/ilabx_prompt/img/TestSub_close-197be00381e8c8bd40e1cb35cd255d13.png) no-repeat center;
    top: 0;
    right: 0;
    top: 15px;
    right: 20px;
    cursor: pointer;
}