.sec1 {
    padding: 86px 0;
}

.sec1 .wrap {
    width: 860px;
    margin: 0 auto;
}

.sec1 .wrap .text {
    margin: 10px 0 20px;
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 24px;
    color: #1A1A1A;
    text-align: center;
}

.sec1 .wrap form {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 29px;
}

.sec1 .wrap form .w100 {
    width: 100% !important;
}

.sec1 .wrap form button {
    width: 100%;
    height: 74px;
    background: #02755F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -11px 0 0;
}

.sec1 .wrap form button p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}

.sec1 .wrap form .input {
    width: 415px;
}

.sec1 .wrap form .input h5 {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.sec1 .wrap form .input h5 span {
    color: #CD0000;
}

.sec1 .wrap form .input .select {
    position: relative;
}

.sec1 .wrap form .input .select .iconfont {
    color: #888888;
    font-size: 12px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    right: 40px;
    top: 50%;
}

.sec1 .wrap form .input select {
    width: 100%;
    height: 74px;
    background: #F5F5F5;
    padding: 0 40px;
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #969696;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sec1 .wrap form .input input {
    width: 100%;
    height: 74px;
    background: #F5F5F5;
    padding: 0 40px;
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #111111;
    border: none;
}

.sec1 .wrap form .input input::placeholder {
    color: #969696;
}

.sec1 .wrap form .input textarea {
    width: 100%;
    height: 229px;
    background: #F5F5F5;
    padding: 25px 40px;
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #111111;
    border: none;
}

.sec1 .wrap form .input textarea::placeholder {
    color: #969696;
}

.sec2 {
    padding: 64px 0 80px;
    background: #F5F5F5;
}

.sec2 .wrap .btn {
    width: fit-content;
    margin: 40px auto 0;
    text-align: center;
    cursor: pointer;
}

.sec2 .wrap .btn .iconfont {
    font-size: 40px;
    color: #02755F;
    position: relative;
}
.sec2 .wrap .btn .ewm .ewm_box {
    width: 160px;
    padding: 5px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sec2 .wrap .btn .iconfont .ewm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 0 0 100px;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.sec2 .wrap .btn .iconfont .ewm .ewm_box {
    width: 120px;
    padding: 5px;
    background: #FFFFFF;

}
.sec2 .wrap .btn .iconfont .ewm .ewm_box img {
    display: block;
    width: 100%;
}
.sec2 .wrap .btn .iconfont:hover .ewm {
    opacity: 1;
    pointer-events: auto;
}
.sec2 .wrap .btn p {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 300;
    font-size: 18px;
    color: #1A1A1A;
    margin: 25px 0 0;
    transition: 0.6s;
}

.sec2 .wrap .btn:hover p {
    color: #02755F;
}

.common_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #02755F;
    text-align: center;
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 4.4791666667vw 0px;
    }
    .sec1 .wrap{
        width: 44.7916666667vw;
    }
    .sec1 .wrap .text{
        margin: 0.5208333333vw 0px 1.0416666667vw;
        font-size: 1.25vw;
    }
    .sec1 .wrap form{
        gap: 1.40625vw 1.5104166667vw;
    }
    .sec1 .wrap form button{
        height: 3.8541666667vw;
        margin: -0.5729166667vw 0px 0px;
    }
    .sec1 .wrap form button p{
        font-size: 0.9375vw;
    }
    .sec1 .wrap form .input{
        width: 21.6145833333vw;
    }
    .sec1 .wrap form .input h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec1 .wrap form .input .select .iconfont{
        font-size: 0.625vw;
        right: 2.0833333333vw;
    }
    .sec1 .wrap form .input select{
        height: 3.8541666667vw;
        padding: 0px 2.0833333333vw;
        font-size: 0.9375vw;
    }
    .sec1 .wrap form .input input{
        height: 3.8541666667vw;
        padding: 0px 2.0833333333vw;
        font-size: 0.9375vw;
    }
    .sec1 .wrap form .input textarea{
        height: 11.9270833333vw;
        padding: 1.3020833333vw 2.0833333333vw;
        font-size: 0.9375vw;
    }
    .sec2{
        padding: 3.3333333333vw 0px 4.1666666667vw;
    }
    .sec2 .wrap .btn{
        margin: 2.0833333333vw auto 0px;
    }
    .sec2 .wrap .btn .iconfont{
        font-size: 2.0833333333vw;
    }
    .sec2 .wrap .btn .ewm .ewm_box{
        width: 8.3333333333vw;
        padding: 0.2604166667vw;
        margin-bottom: 1.5625vw;
    }
    .sec2 .wrap .btn .iconfont .ewm{
        padding: 0px 0px 0px 5.2083333333vw;
    }
    .sec2 .wrap .btn .iconfont .ewm .ewm_box{
        width: 6.25vw;
        padding: 0.2604166667vw;
    }
    .sec2 .wrap .btn p{
        font-size: 0.9375vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .common_title{
        font-size: 2.1875vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .common_title {
        font-size: 24px;
    }
    .sec1 .wrap .text {
        font-size: 16px;
        margin: 15px 0 30px;
    }
    .sec1 .wrap form .input h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sec1 .wrap form button {
        height: 50px;
    }
    .sec1 .wrap form button p {
        font-size: 15px;
    }
    .sec1 .wrap form .input input {
        height: 50px;
        font-size: 15px;
        padding: 0 15px;
    }
    .sec1 .wrap form {
        gap: 30px;
    }
    .sec1 .wrap form .input textarea {
        height: 150px;
        padding: 15px;
        font-size: 15px;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .btn {
        margin: 40px auto 0;
    }
    .sec2 .wrap .btn .ewm .ewm_box {
        width: 150px;
        padding: 5px;
    }
    .sec2 .wrap .btn p {
        font-size: 15px;
        margin: 15px 0 0;
    }
}
