/* 下载产业扶持弹窗 */
.form-inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 111;
}

.policy-modal {
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 376px;
    height: 368px;
    background: #FFFFFF;
    border-radius: 8px;
    transform: translate(-50%,-50%);
    margin-left: 0;
    z-index: 120;
}

.close-img {
    position: absolute;
    top: -24px;
    right: -32px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.modal-top {
    width: 376px;
    height: 100px;
    background: url('/Modules/images/modal/modal_top_bg@2x.png') center no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.modal-top-title {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    letter-spacing: 2px;
    padding-top: 24px;
    padding-left: 20px;
}

.modal-top-tag {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-shadow: 2px 2px 4px rgba(255,255,255);
    margin-top: 12px;
    margin-left: 20px;
}

.modal-line {
    width: 376px;
    height: 5px;
    background: #114EB8;
    margin-bottom: 24px;
}

.modal-input {
    width: 304px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    text-indent: 20px;
    margin-left: 36px;
    margin-bottom: 12px;
}

.get-button {
    position: relative;
    width: 304px;
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 55px;
    text-indent: 40px;
    background: #1F6CDD;
    border-radius: 4px;
    margin: 12px auto 0;
    cursor: pointer;
}
.get-button:hover{
    background: #0C50C7;
}

.get-button img {
    position: absolute;
    top: 17px;
    right: 34px;
    width: 22px;
    height: 22px;
}