sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } */

i,
em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    background: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

button,
input :focus {
    outline: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: none;
}

input,
button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
    overflow: auto;
    font-family: inherit;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.form-2021 {
    padding-top: 50px;
    padding-bottom: 60px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
    color: #999 !important;
}
.form-2021 .row {
    overflow: hidden;
}
.form-2021 .formBox {
    margin-bottom: -20000px;
    padding-bottom: 20000px;
    height: inherit;
}
.form-2021 .formBox p{
    margin-bottom: 20px;
}
.form-2021 .formBox form {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #999;
}
.form-2021 .formBox form input::-webkit-input-placeholder,
.form-2021 .formBox form textarea::-webkit-input-placeholder {
    color: #999999;
}
.form-2021 .formBox form input:-moz-placeholder,
.form-2021 .formBox form textarea:-moz-placeholder {
    color: #999999;
}
.form-2021 .formBox form input::-moz-placeholder,
.form-2021 .formBox form textarea::-moz-placeholder {
    color: #999999;
}
.form-2021 .formBox form input:-ms-input-placeholder,
.form-2021 .formBox form textarea:-ms-input-placeholder {
    color: #999999;
}
.form-2021 .formBox form .form-item {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    position: relative;
}
.form-2021 .formBox form .form-item:nth-of-type(1) {
    margin-top: 0;
}
.form-2021 .formBox form .form-item .required {
    position: absolute;
    font-size: 16px;
    color: #a50000;
    top: 16px;
    left: 10px;
    display: block;
}
.form-2021 .formBox form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 50px;
    width: 100%;
    border: solid 1px #dbdbdb;
    line-height: 50px;
    padding-left: 16px;
}
.form-2021 .formBox form .imBox {
    display: flex;
    align-items: stretch;
}
.form-2021 .formBox form .imBox .imtypeBox {
    width: 30%;
    margin-right: 2%;
}
.form-2021 .formBox form .imBox .imtypeBox span {
    width: 100%;
    text-align: center;
    display: block;
    color: #999;
    position: relative;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #dbdbdb;
}
.form-2021 .formBox form .imBox .imtypeBox span::before {
    content: "*";
    display: block;
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 2px;
    color: #a50000;
}
.form-2021 .formBox form .imBox .imtypeBox span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #999;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
}
.form-2021 .formBox form .imBox .imtypeBox select {
    display: block;
    width: 30%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}
.form-2021 .formBox form .imBox .imtypeBox select option {
    color: #999;
}
.form-2021 .formBox form .imBox .imvalueBox {
    width: 68%;
}
.form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 {
    font-size: 0;
}
.form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 input {
    display: inline-block;
    font-size: 16px;
    color: #999;
    padding-left: 10px;
}
.form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 .cc {
    width: 40%;
    margin-right: 2%;
}
.form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 .pn {
    width: 58%;
}
.form-2021 .formBox form .imBox .imvalueBox .imvalueBox-2 {
    display: none;
    width: 100%;
}
.form-2021 .formBox form .application-box h4 {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
    margin-top: 0;
    color: #999;
}
.form-2021 .formBox form .application-box h4::before {
    content: "*";
    color: #a50000;
    position: absolute;
    left: 10px;
    top: 2px;
    display: block;
}
.form-2021 .formBox form .application-box label {
    display: inline-block;
    padding: 0 8px;
    color: #999;
    margin-bottom: 0;
    font-weight: normal;
}
.form-2021 .formBox form .application-box label i {
    color: #f00c0c;
}
.form-2021 .formBox form .application-box label input {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    outline: none;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    margin-right: 6px;
}
.form-2021 .formBox form .application-box label input:checked {
    position: relative;
    border: 1px solid #333;
}
.form-2021 .formBox form .application-box label input:checked::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #333;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}
.form-2021 .formBox form .app-box {
    display: none;
    margin-top: 12px;
}
.form-2021 .formBox form .app-box input::-webkit-input-placeholder {
    color: #f00c0c;
}
.form-2021 .formBox form .app-box input:-moz-placeholder {
    color: #f00c0c;
}
.form-2021 .formBox form .app-box input::-moz-placeholder {
    color: #f00c0c;
}
.form-2021 .formBox form .app-box input:-ms-input-placeholder {
    color: #f00c0c;
}
.form-2021 .formBox form .textBox {
    width: 100%;
    height: 160px;
}
.form-2021 .formBox form .textBox textarea {
    display: block;
    width: 100%;
    height: inherit;
    border: solid 1px #dbdbdb;
    padding: 12px 16px;
    color: #999;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 24px;
    font-family: inherit;
}
.form-2021 .formBox form .btn-submit {
    height: 68px;
    background-color: #ff9900;
    display: block;
    color: #fff;
    line-height: 68px;
    width: 100%;
    font-size: 16px;
    margin-top: 40px;
}
.form-2021 .links {
    margin-bottom: -20000px;
    padding-bottom: 20000px;
    height: 100%;
    color: #fff;
}
.form-2021 .links .linksBox {
    margin-bottom: -20000px;
    padding-bottom: 20000px;
    background-color: #3671cf;
    height: 100%;
}
.form-2021 .links .linksBox .img-box {
    height:250px;
}
.form-2021 .links .linksBox .img-box img {
    width: 100%;
    height: auto;
}
.form-2021 .links .linksBox .cnt-box h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-top: 0;
}
.form-2021 .links .linksBox .cnt-box ul {
    padding-left: 15px;
    padding-right: 10px;
}
.form-2021 .links .linksBox .cnt-box ul li {
    font-size: 0;
    margin-bottom: 20px;
}
.form-2021 .links .linksBox .cnt-box ul li .iBox {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.form-2021 .links .linksBox .cnt-box ul li .iBox img {
    width: 30px;
    height: 30px;
}
.form-2021 .links .linksBox .cnt-box ul li .cnt {
    width: 72%;
    display: inline-block;
    vertical-align: top;
}
.form-2021 .links .linksBox .cnt-box ul li .cnt p {
    color: #fff;
    font-size: 16px;
}
.form-2021 .links .linksBox .cnt-box ul li .cnt p:nth-of-type(1) {
    margin-bottom: 10px;
}
.form-2021 .links .linksBox .cnt-box ul li .cnt p:nth-of-type(2) {
    font-size: 16px;
}

.form-mofen .formBox form .form-item {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    position: relative;
}
.form-mofen .formBox form .form-item:nth-of-type(1) {
    margin-top: 0;
}
.form-mofen .formBox form .form-item .required {
    position: absolute;
    font-size: 16px;
    color: #a50000;
    top: 16px;
    left: 10px;
    display: block;
}
.form-mofen .formBox form .textBox {
    width: 100%;
    height: 130px;
}
.form-mofen .formBox form .textBox textarea {
    display: block;
    width: 100%;
    /* height: 120px; */
    border: solid 1px #dbdbdb;
    padding: 12px 16px;
    color: #999;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 24px;
    font-family: inherit;
}
.form-mofen .formBox form .btn-submit {
    height: 68px;
    background-color: #ff9900;
    display: block;
    color: #fff;
    line-height: 68px;
    width: 100%;
    font-size: 16px;
    margin-top: 60px;
}

@media (min-width: 375px) and (max-width: 767.98px) {
    .form-2021 .formBox form .imBox {
        display: flex;
        align-items: stretch;
    }
    .form-2021 .formBox form .imBox .imtypeBox {
        width: 30%;
        margin-right: 2%;
    }
    .form-2021 .formBox form .imBox .imtypeBox span {
        width: 100%;
        text-align: center;
        display: block;
        color: #999;
        position: relative;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        border: solid 1px #dbdbdb;
    }
    .form-2021 .formBox form .imBox .imtypeBox span::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid #999;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        display: block;
        position: absolute;
        right: 2px;
        top: 22px;
    }
    .form-2021 .formBox form .imBox .imvalueBox {
        width: 68%;
    }
    .form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 {
        font-size: 0;
    }
    .form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 input {
        display: inline-block;
        font-size: 14px;
        color: #999;
        padding-left: 6px;
    }
    .form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 .cc {
        width: 46%;
        margin-right: 2%;
    }
    .form-2021 .formBox form .imBox .imvalueBox .imvalueBox-1 .pn {
        width: 52%;
    }
    .form-2021 .formBox form .imBox .imvalueBox .imvalueBox-2 {
        display: none;
        width: 100%;
    }
    .form-2021 .links {
        margin-top: 50px;
    }
    .form-mofen .formBox form .btn-submit {
        margin-top: 30px;
    }
}
