.section {
    background: #005443;
    padding: 106px 0 168px;
}

.section .wrap {
    width: 920px;
    margin: 0 auto;
}

.section .wrap .text {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 90px;
}

.section .wrap form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 23px 0;
}

.section .wrap form button {
    margin: 46px 0 0;
    width: 348px;
    height: 64px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    background: unset;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.section .wrap form button:hover {
    color: #006A52;
    background: #FFFFFF;
}

.section .wrap form .code {
    display: flex;
    gap: 0 15px;
    align-items: flex-end;
}

.section .wrap form .code .code_btn {
    width: 131px;
    height: 64px;
    margin: 0 0 0 10px;
    cursor: pointer;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.section .wrap form .code .input {
    width: 202px;
}

.section .wrap form .input {
    width: 444px;
}

.section .wrap form .input h5 {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 13px;
}

.section .wrap form .input input {
    width: 100%;
    height: 64px;
    background: #F5F5F5;
    border-radius: 3px;
    border: none;
    padding: 0 30px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.section .wrap form .input input::placeholder {
    color: #CCCCCC;
}

.section .wrap form .input textarea {
    width: 100%;
    height: 146px;
    background: #F5F5F5;
    border-radius: 3px;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.section .wrap form .input textarea::placeholder {
    color: #CCCCCC;
}

.section .wrap form .w100 {
    width: 100%;
}
.section .wrap form .form_class  {
    margin-bottom: 40px;
}
.section .wrap form .form_class label {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 40px;
}
.section .wrap form .w70 {
    width: 530px;
}
.section .wrap form .upload h5 {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 13px;
}

.section .wrap form .upload .upload_box {
    display: flex;
    align-items: center;
    padding: 0 1px 0 0;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    background: #F5F5F5;
    border-radius: 3px;
}

.section .wrap form .upload .upload_box .upload_text {
    width: 670px;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.section .wrap form .upload .upload_box .upload_text p {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    transition: 0.6s;
}
.section .wrap form .upload_box_alert {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
  margin: 10px 0 0;
}
.section .wrap form .upload .upload_box .upload_text.on p {
    color: #111111;
}

.section .wrap form .upload .upload_box .upload_btn {
    width: 244px;
    height: 62px;
    background: #02755F;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 11px;
    cursor: pointer;
}

.section .wrap form .upload .upload_box .upload_btn p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.section .wrap form .upload .upload_box .upload_btn .iconfont {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.section .wrap form .upload .upload_box .upload_btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

/*# sourceMappingURL=reporting.css.map */
@media screen and (max-width: 1919px) {
    .section{
        padding: 5.5208333333vw 0px 8.75vw;
    }
    .section .wrap{
        width: 47.9166666667vw;
    }
    .section .wrap .text{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        margin-bottom: 4.6875vw;
    }
    .section .wrap form{
        gap: 1.1979166667vw 0px;
    }
    .section .wrap form button{
        margin: 2.3958333333vw 0px 0px;
        width: 18.125vw;
        height: 3.3333333333vw;
        border-radius: 0.15625vw;
        font-size: 0.8333333333vw;
    }
    .section .wrap form .code{
        gap: 0px 0.78125vw;
    }
    .section .wrap form .code .code_btn{
        width: 6.8229166667vw;
        height: 3.3333333333vw;
        margin: 0px 0px 0px 0.5208333333vw;
        border-radius: 0.15625vw;
        font-size: 0.8333333333vw;
    }
    .section .wrap form .code .input{
        width: 10.5208333333vw;
    }
    .section .wrap form .input{
        width: 23.125vw;
    }
    .section .wrap form .input h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.6770833333vw;
    }
    .section .wrap form .input input{
        height: 3.3333333333vw;
        border-radius: 0.15625vw;
        padding: 0px 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .section .wrap form .input textarea{
        height: 7.6041666667vw;
        border-radius: 0.15625vw;
        padding: 1.0416666667vw 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .section .wrap form .form_class{
        margin-bottom: 2.0833333333vw;
    }
    .section .wrap form .form_class label{
        font-size: 1.0416666667vw;
        margin-right: 2.0833333333vw;
    }
    .section .wrap form .w70{
        width: 27.6041666667vw;
    }
    .section .wrap form .upload h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.6770833333vw;
    }
    .section .wrap form .upload .upload_box{
        height: 3.3333333333vw;
        border-radius: 0.15625vw;
    }
    .section .wrap form .upload .upload_box .upload_text{
        width: 34.8958333333vw;
        padding: 0px 1.5625vw;
    }
    .section .wrap form .upload .upload_box .upload_text p{
        font-size: 0.8333333333vw;
    }
    .section .wrap form .upload_box_alert{
        font-size: 0.7291666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .section .wrap form .upload .upload_box .upload_btn{
        width: 12.7083333333vw;
        height: 3.2291666667vw;
        border-radius: 0.15625vw;
        gap: 0px 0.5729166667vw;
    }
    .section .wrap form .upload .upload_box .upload_btn p{
        font-size: 0.8333333333vw;
    }
    .section .wrap form .upload .upload_box .upload_btn .iconfont{
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 1919px) {
    .section .wrap {
        width: 90%;
    }
    .section {
        padding: 50px 0;
    }
    .section .wrap .text {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .section .wrap form .form_class label {
        font-size: 15px;
    }
    .section .wrap form .form_class {
        margin-bottom: 20px;
    }
    .section .wrap form .input h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section .wrap form .input {
        width: 100%;
        margin-bottom: 20px;
    }
    .section .wrap form .code .input {
        width: 51vw;
        margin-bottom: 0;
    }
    .section .wrap form .code {
        margin-bottom: 20px;
    }
    .section .wrap form .code .code_btn {
        width: 39vw;
        height: 50px;
        border-radius: 4px;
        font-size: 15px;
    }
    .section .wrap form .input input {
        height: 50px;
        padding: 0 15px;
        font-size: 15px;
        border-radius: 4px;
    }
    .section .wrap form .input textarea {
        height: 150px;
        border-radius: 4px;
        padding: 15px;
        font-size: 15px;
    }
    .section .wrap form .upload h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section .wrap form .upload .upload_box {
        height: 50px;
        border-radius: 4px;
        padding: 1px;

    }
    .section .wrap form .upload .upload_box .upload_btn {
        width: 120px;
        height: 100%;
        border-radius: 0 3px 3px 0;
    }
    .section .wrap form .upload .upload_box .upload_text {
        width: calc(100% - 130px);
        padding: 0 15px;
        font-size: 15px;
    }
    .section .wrap form .upload .upload_box .upload_text p {
        font-size: 15px;
    }
    .section .wrap form .upload_box_alert {
        font-size: 15px;
        margin: 10px 0 0;
        word-break: break-word;
    }
    .section .wrap form .upload .upload_box .upload_btn p {
        font-size: 15px;
    }
    .section .wrap form .upload .upload_box .upload_btn .iconfont {
        font-size: 14px;
    }
    .section .wrap form button {
        margin: 40px 0 0;
        height: 40px;
        border-radius: 4px;
        padding: 0 20px;
        font-size: 15px;
        width: unset;
        min-width: 120px;
    }
}
