.contact {
    overflow: hidden;
}

.gg {
    height: 5.51rem;
    width: 100%;
}

.title {
    color: rgb(51, 51, 51);
    font-size: 0.48rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1.12rem;
}

.con {
    margin: 0.77rem 2.78rem 0px 2.33rem;
    height: 2.68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con .le {
    color: rgb(51, 51, 51);
    font-size: 0.3rem;
}

.con .le .li {
    margin-top: 0.3rem;
}

.con .ri {
    width: 4.29rem;
    height: 2.54rem;
}

.map {
    margin: 0.21rem 2.79rem 0px 2.28rem;
    width: 14.13rem;
    height: 5.94rem;
}

.rzsq {
    background: rgb(248, 248, 248);
    margin-top: 0.86rem;
    overflow: hidden;
}

.rzsq .xqtj {
    color: rgb(51, 51, 51);
    font-size: 0.48rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.7rem;
}

.rzsq .input {
    display: flex;
    justify-content: space-between;
    margin-left: 2.39rem;
    width: 14.01rem;
    margin-top: 0.65rem;
}

.rzsq .input .li {
    width: 6.61rem;
    height: 0.87rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    display: flex;
    align-items: center;
}

.rzsq .input .li .name {
    color: rgb(51, 51, 51);
    font-size: 0.26rem;
    margin-left: 0.28rem;
    margin-right: 0.2rem;
}

.rzsq .input .li input {
    flex: 1 1 0%;
}

.rzsq .textarea {
    width: 14.01rem;
    height: 2.719rem;
    margin-top: 0.31rem;
    margin-left: 2.39rem;
    margin-right: 2.78rem;
}

.rzsq .but {
    margin-top: 0.31rem;
    display: flex;
    justify-content: flex-end;
    margin-right: 2.6rem;
    margin-bottom: 0.81rem;
}

.rzsq .but div {
    width: 1.78rem;
    height: 0.54rem;
    background: rgb(239, 239, 239);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(51, 51, 51);
    font-size: 0.2rem;
    cursor: pointer;
}

.rzsq .but .qrtj {
    color: rgb(255, 255, 255);
    background: rgb(33, 66, 154);
    margin-left: 0.13rem;
}
.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
}