#touch {
    position: relative;
}

.hadSub-fullpage {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    z-index: 1000;
}

.hadSub {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 240px;
    background: #fff;
    border-radius: 10px;
    z-index: 1000;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1001;
}

.showMsgBox {
    height: 160px;
}

.hadSub-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.hadSub-tit span {
    color: green;
}

.hadSub-txt {
    margin-bottom: 30px;
    font-size: 14px;
}

.hadSub-btn {
    width: 100%;
    border: 1px solid #aaa;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.showMsg {
    color: red;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.hadSub-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 88%;
    margin: 0 auto;
    border: 1px solid #999;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

@media screen and (max-width:767px) {
    .hadSub {
        width: 80%;
    }
}