.contact_ {
    background: #fff;
}

.contact_ .wrap {
    margin: 139px auto 127px;
    max-width: 90%;
    display: flex;
    justify-content: center;
}

.contact_ .wrap .left {
    margin: 0 283px 0 0;
}

.contact_ .wrap .left .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2C3441;
    display: block;
    margin: 0 0 52px 0;
}

.contact_ .wrap .left .text p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #353A3E;
}

.contact_ .wrap .left .text p:not(:last-child) {
    margin: 0 0 28px 0;
}

.contact_ .wrap .left .navigation {
    margin: 53px 0;
    width: 196px;
    height: 60px;
    border: 2px solid #303E48;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
}

.contact_ .wrap .left .navigation .iconfont {
    color: rgba(48, 62, 72, 1);
    font-size: 22px;
    margin: 0 10px 0 0;
    font-weight: bold;
    transition: 0.7s;
}

.contact_ .wrap .left .navigation p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #353A3E;
    transition: 0.7s;
}

.contact_ .wrap .left .navigation:hover {
    border: 2px solid transparent;
    background: #303E48;
}

.contact_ .wrap .left .navigation:hover .iconfont, .contact_ .wrap .left .navigation:hover p {
    color: #fff;
}

.contact_ .wrap .left .code h2 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin: 0 0 17px 0;
}

.contact_ .wrap .left .code div {
    width: 129px;
    text-align: center;
}

.contact_ .wrap .left .code div img {
    width: 100%;
}

.contact_ .wrap .left .code div p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin: 9px 0 0 0;
}

.contact_ .wrap .right .headline {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2C3441;
    margin: 0 0 30px 0;
}

.contact_ .wrap .right form {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_ .wrap .right form input {
    width: 392px;
    padding: 0 0 19px 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    margin: 0 0 71px 0;
}

.contact_ .wrap .right form input::placeholder {
    color: #858A8F;
}

.contact_ .wrap .right form input.all {
    width: 100%;
}

.contact_ .wrap .right form button {
    width: 154px;
    height: 53px;
    border: 2px solid #303E48;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #353A3E;
    transition: 1s;
    background: transparent;
}

.contact_ .wrap .right form button:hover {
    background: #303E48;
    color: #fff;
    border: 2px solid transparent;
}

@media screen and (max-width: 1775px) {
    .contact_ .wrap .left{
        margin: 0;
    }
    .contact_ .wrap{
        justify-content: space-between;
    }
    .contact_ .wrap .left .text span{
        font-size: 28px;
    }
    .contact_ .wrap .left .text p{
        font-size: 16px;
    }
    .contact_ .wrap .right{
        width: 51%;
    }
    .contact_ .wrap .right form{
        width: 100%;
    }
    .contact_ .wrap .right form input{
        width: 47%;
    }
}
@media screen and (max-width: 1280px) {
    .contact_ .wrap .left .text p {
        font-size: 14px;
    }
    .contact_ .wrap .left .text span {
        font-size: 26px;
    }
    .contact_ .wrap .left .navigation p{
        font-size: 16px;
    }
    .contact_ .wrap .left .navigation {
        width: 178px;
        height: 59px;
    }
    .contact_ .wrap .right .headline{
        font-size: 28px;
    }
}
@media screen and (max-width: 1023px) {
    .contact_ .wrap {
        margin: 58px auto;
        flex-direction: column;
    }
    .contact_ .wrap .left .text span {
        font-size: 22px;
        margin: 0 0 22px 0;
    }
    .contact_ .wrap .left .text p:not(:last-child) {
        margin: 0 0 12px 0;
    }
    .contact_ .wrap .left .navigation {
        width: 156px;
        height: 52px;
    }
    .contact_ .wrap .left .navigation p {
        font-size: 13px;
    }
    .contact_ .wrap .left .navigation .iconfont{
        font-size: 17px;
    }
    .contact_ .wrap .left .code h2{
        font-size: 15px;
    }
    .contact_ .wrap .right{
        width: 100%;
        margin: 50px 0 0 0;
    }
    .contact_ .wrap .right .headline {
        font-size: 22px;
    }
    .contact_ .wrap .right form input{
        margin: 0 0 35px 0;
        font-size: 15px;
    }
    .contact_ .wrap .right form button{
        width: 134px;
        height: 48px;
        font-size: 13px;
    }
}
@media screen and (max-width: 360px) {
    .contact_ .wrap .right form input{
        width: 100%;
    }
}