.banner {
    background-image: url(../images/contact/banner.png);
}

.content_box {
    width: 15rem;
    margin: 0 auto;
    /*padding: .67rem .93rem;*/
    padding: .67rem 0;
}

.common_title {
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN-Heavy;
    font-weight: bold;
    font-size: 1rem;
    color: rgba(130, 130, 130, .1);
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.common_titcn {
    position: absolute;
    left: 50%;
    bottom: 10%;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN-Heavy;
    font-weight: bold;
    font-size: 0.56rem;
    color: #000000;
    transform: translateX(-50%);
    white-space: nowrap;
}

.content_text {
    margin-top: .77rem;
}

.contact_txt {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.36rem;
    padding-bottom: .3rem;
    border-bottom: .01rem solid #A9A6A6;
    position: relative;
}

.contact_txt::after {
    content: '';
    width: 0.72rem;
    height: .01rem;
    background: #243552;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content_text form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: .49rem;
    padding-left: .46rem;
    box-sizing: border-box;
}

.from_item {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.from_item p {
    width: 1rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #000000;
    margin-right: .24rem;
}

.form_code{
    display: flex;
}

.from_item input {
    width: 5.36rem;
    height: 0.48rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #BCBBBB;
    padding: 0 .36rem;
}

.from_item textarea {
    width: 11.91rem;
    height: 1.46rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #BCBBBB;
    padding: .14rem .36rem;
}

.from_item input::-webkit-input-placeholder,
.from_item textarea::-webkit-input-placeholder {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #999999;
}

.from_item_other {
    align-items: flex-start;
}

.form_code img{
    width: 1.01rem;
    height: .55rem;
    margin-left: .22rem;
}

form button {
    width: 3.01rem;
    height: 0.5rem;
    background: #243552;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin: .84rem auto 0;
}

.contact_box {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 1.15rem;
    padding: 0 .75rem;
    margin-bottom: .83rem;
}


.contact_item {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.contact_item img {
    max-width: 100%;
    width: auto;
    height: .38rem;
    margin-bottom: .24rem;
}

.contact_item p {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #000000;
    /*text-align: center;*/
    line-height: 0.3rem;
}

.map {
    width: 100%;
    height: 6rem;
}
