
/* 提交成功后弹窗 */
.from-open-two {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/Modules/images/banner-bg.png) left top;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    z-index: 1000;
}

.tfrom-open-div {
    width: 336px;
    padding: 0 20px 30px 30px;
    background: #fff;
    margin: 10% auto 0;
    overflow: hidden;
}

.tfrom-images {
    overflow: hidden;
}

.tfrom-open-images {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 32px;
    margin-left: 150px;
}

.success-submit .modal-close {
    float: right;
    position: static;
    right: 40px;
    top: 40px;
    width: 12px;
    height: 12px;
    margin-top: 20px;
    cursor: pointer;
}

.tfrom-open-success {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 29px;
    text-align: center;
    margin-top: 25px;
    line-height: 1;
}

.tfrom-open-title {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}

/* 提示信息 */
.tip-modal {
    position: fixed;
    top: 40px;
    left: 50%;
    margin: 0 auto;
    margin-left: -100px;
    width: auto;
    line-height: 30px;
    padding: 4px 10px;
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000;
    opacity: 0.65;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 5px rgb(130 130 130 / 50%);
            box-shadow: 0 0px 5px rgb(130 130 130 / 50%);
    border-radius: 4px;
    z-index: 2147483585;
}