.dis {
    display: none !important;
}
.agreementWrap{
    top:0;
    background: rgba(0,0,0,0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999; /*首页用到，需大于首页报名入口*/
}
.scollBox{
    margin: 100px auto 0;
    width: 600px;
    height: 400px;
    border: 1px solid #999;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.agreementMain{
    width: 500px;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    line-height: 24px;
    text-indent: 1em;
    position: relative;
    margin: 0 auto;
    background: #fff;
}
.agreementMain h1{
    text-align: center;
    line-height: 50px;
}
.agreementMain p{
    font-family: PingFangSC-Regular;
    font-weight: 600;
    line-height: 60px;
}

.agreeTitle{
    color: #fff;
    height: 40px;
    text-align: center;
    font-size: 28px;
    background: #666;
    margin-bottom: 20px;
    position: relative;
}
.agreeTitle>span{
    display: block;
    width: 30px;
    height: 30px;
    background: red;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url("../image/exitBtn.png") no-repeat center;
}