body {
    line-height: normal;
}

a,
a:hover,
a:focus {
    color: inherit;
}

.banner {
    width: 100%;
    height: 380px;
    position: relative;
}

.banner-center-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #071928;
    text-align: left;
}

.banner-center-con-title {
    font-size: 38px;
    font-weight: 500;
}

.banner-center-con-text {    
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.content-box {
    width: 100%;
    padding: 60px 0;
}

.content-box:after {
    content: '';
    display: block;
    clear: both;
}

.box-left {
    width: 830px;
    float: left;
    text-align: left;
}

.box-right {
    float: right;
}

.box-left-item {
    width: 830px;
    padding: 28px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 2px solid #F7F7F7;
}

.box-left-item:last-child {
    padding-top: 0;
}

.box-left-text {
    font-size: 16px;
    font-weight: bold;
    color: #061828;
    line-height: 26px;
}

.box-left-site {
    margin: 30px 0;
}

.box-left-site-item {
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.box-left-site-item img {
    max-width: 16px;
    max-height: 16px;
    margin-right: 15px;
}

.box-left-site-item p {
    font-size: 14px;
    color: #061828;
}

.box-left-site-item p a {
    color: #2386EE;
}

.box-left-site-item p span {
    opacity: .9;
}

.box-left-subtext {
    font-size: 14px;
    color: #061828;
    line-height: 22px;
    opacity: 0.9;
}

.box-left-item-form-item {
    padding: 36px 0 20px;
    border-bottom: 1px solid #f2f2f2;
}

.box-left-item-form-item:nth-child(3) {
    border-bottom: none;
}

.form-item-title {
    font-size: 24px;
    font-weight: bold;
    color: #061828;
    margin-bottom: 20px;
}

.form-item-half {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 18px;
}

.box-left-item-form-item:first-child .form-item-half:nth-child(2n+1),
.box-left-item-form-item:nth-child(2) .form-item-half:nth-child(2n+2),
.box-left-item-form-item:nth-child(3) .form-item-half:nth-child(2n+1) {
    margin-right: 0;
}

.form-item-half p,
.form-item-long p {
    font-size: 14px;
    font-weight: bold;
    color: #0E1C28;
    line-height: 48px;
}

.form-item-half p span,
.form-item-leftandright p span,
.form-item-long p span {
    color: #EA1717;
}

.form-item-half input {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    font-size: 14px;
    color: #061828;
    line-height: 40px;
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: rgba(6, 24, 40, .4);
}

.form-item-half .tips {
    font-size: 12px;
    font-weight: 400;
    color: #0E1C28;
    opacity: 0.7;
}

.form-item-leftandright {
    display: flex;
}

.form-item-leftandright p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #0E1C28;
    width: 130px;
}

.form-item-leftandright div {
    display: inline-block;
    vertical-align: top;
}

.form-item-leftandright div label {
    margin-right: 40px;
    display: inline-flex;
    align-items: center;
}
.form-item-leftandright div label input[type="checkbox"] {
    margin: 0 8px 0 0;
}
.form-item-leftandright div label span {
    font-size: 14px;
    color: #0E1C28;
    line-height: 28px;
    font-weight: 400;
    opacity: 0.9;
}

.form-item-long textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #061828;
    line-height: 20px;
    border: 1px solid #D2D2D2;
    margin-bottom: 18px;
    outline: none;
    resize: none;
}

.dropzone {
    width: 340px;
    height: 140px;
    background: #F7F7F7;
    border: 1px dashed #D2D2D2;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.dropzone-message {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropzone .dropzone-message img {
    max-width: 38px;
    max-height: 38px;
    margin-bottom: 8px;
}

.dropzone .dropzone-message p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #0E1C28;
    opacity: .5;
}

.dropzone .dropzone-message p:last-child {
    font-size: 12px;
}

.box-right-item {
    width: 330px;
    background: #F7F7F7;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.box-left-item-form-submit {
    cursor: pointer;
    width: 120px;
    height: 48px;
    background: #0086F1;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    margin: 20px auto;
}

.box-right-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.box-right-title p {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #061828;
    letter-spacing: 1px;
    position: relative;
}

.box-right-title p:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 0;
    background: #0086F1;
}

.box-right-title span {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #0086F1;
}

.box-right-text {
    padding-top: 20px;
}

.box-right-text p {
    font-size: 14px;
    font-weight: 400;
    color: #061828;
    line-height: 28px;
    text-align: left;
}
