/*.mih-template-banner {
    background-image: url('../../img/banners/banner_3.jpg');
}
*/
.mih-form-item-label label {
    font-weight: 700;
}

.mih-form-item-content {
    width: 100%;
    padding: 6px 0;
    margin-top: 6px;
    margin-bottom: 32px;
    font-size: 16pt;
}

.mih-form-item-content select,
.mih-form-item-content input,
.mih-form-item-content textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 6px;
    color: #404040;
    line-height: 1.5;
    height: 50px;
    font-size: 16pt;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mih-form-item-content textarea {
    height: 140px;
    max-height: 140px;
    max-width: 100%;
}

.mih-form-item-content .mih-checkboxs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}

.mih-form-item-content .mih-checkbox span {
    font-size: 16px;
}

.mih-form-item-content .mih-checkbox input[type="checkbox"] + label {
    width: 20px;
    height: 20px;
}

.mih-form-item-content .mih-checkbox input[type="checkbox"]:checked + label:after {
    line-height: 18px;
    font-size: 14px;
}

.mih-form-item-contract {
    border: 1px solid #a0a0a0;
    background-color: #f0f0f0;
    height: 200px;
    overflow-y: auto;
    padding: 20px;
    font-size: 16px;
    color: #34373b;
    line-height: 1.75;
    font-family: "Microsoft JhengHei","黑体","Pingfang SC","Microsoft YaHei","Monospaced Number","Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.mih-form-item-btn {
    height: 58px;
    border-radius: 6px;
    margin: 30px auto;
    display: block;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16pt;
    padding: 6px;
    background-color: #798981;
    border-color: transparent;
    width: 100%;
    cursor: pointer;
}

.en .mih-form-item-content .mih-checkboxs {
    grid-gap: 16px 8px;
}

@media only screen and (max-width: 767px) {
    .mih-form-item-content .mih-checkboxs {
        grid-template-columns: repeat(1, 1fr);
    }
}
