.contact-wrap {
    margin: 0 auto;
    padding-bottom: 1rem;
}

.contact-box {
    margin-top: .66rem;
}

.contact-top {
    display: flex;
    justify-content: space-between;
}

.contact-top-left {
    width: 7.42rem;
}

.contact-address {
    background: #FFFFFF;
    border: 0.01rem solid #C5C5C5;
    border-radius: 0.1rem;
    padding: .3rem .2rem;
}

.contact-address-title {
    display: flex;
    align-items: center;
}

.contact-address-title p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}

.contact-address-title img {
    width: .24rem;
    height: .3rem;
    flex-shrink: 0;
    margin-right: .1rem;
}

.contact-address-p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    margin-top: .1rem;
}

.contact-map {
    width: 5rem;
    border-radius: .1rem;
    overflow: hidden;
    border: 0.01rem solid #C5C5C5;
}

.contact-address-list {
    display: flex;
    flex-wrap: wrap;
}

.contact-address-item {
    width: 4rem;
    margin-right: .3rem;
    margin-top: .2rem;
}

.contact-address-item:nth-child(3n) {
    margin-right: 0;
}

/*  */
.message-title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: .7rem;
    padding-left: .3rem;
}

.message-form-wrap {
    margin: .5rem 0;
}

.message-form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
}

.message-form-item {
    display: flex;
    align-items: center;
    width: 46%;
}

.message-form {
    width: 100%;
    display: flex;
}

.message-form-text {
    width: .8rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: right;
    flex-shrink: 0;
    margin-right: .3rem;
    line-height: .46rem;
}

.message-form-text span {
    color: red;
}

.message-form-input {
    flex: 1;

    min-height: 0.46rem;
    background: #FFFFFF;
    border: 0.01rem solid #999;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    align-items: center;
}

.message-form-input input {
    width: 100%;
    height: 0.46rem;
    background: transparent;
    padding: 0 .16rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.message-form-input textarea {
    width: 100%;
    height: 2rem;
    padding: .16rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: transparent;
}

.message-form-bt {
    width: 1.69rem;
    height: 0.52rem;
    background: #168E3E;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    margin: 0 auto;
    margin-top: .6rem;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.52rem;
    text-align: center;
    cursor: pointer;
}

.message-form-code {
    padding: 0 .2rem;
    flex-shrink: 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #04948E;
    cursor: pointer;
}

.message-form-bt {
    width: 3.6rem;
    height: 0.45rem;
    background: #168E3E;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin: 0 auto;
    margin-top: .66rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.45rem;
    cursor: pointer;
}