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

.contact_box {
    width: 14.2rem;
    margin: .6rem auto .88rem;
    z-index: 100;
}

.contact_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: .15rem;
    margin-bottom: .75rem;
}

.contact_title::after {
    content: '';
    width: 0.49rem;
    height: .03rem;
    background: #05529F;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.contact_tit {
    font-size: 0.44rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
    margin-bottom: .23rem;
}

.contact_txt {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
    margin-bottom: .2rem;
}

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

.message_item {
    width: 2.68rem;
    height: .6rem;
    background: #FFFFFF;
    border: 0.01rem solid #D6D6D6;
    box-sizing: border-box;
    margin-right: .2rem;
    padding: .2rem;
    display: flex;
    position: relative;
    margin-bottom: .21rem;
}

.message_item input {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
}

.message_item:nth-child(6) {
    margin-right: 0;
}

.select {
    position: absolute;
    left: -.01rem;
    top: 100%;
    width: 100%;
    max-height: .9rem;
    overflow-y: scroll;
    background: #FFFFFF;
    display: none;
    border: 0.01rem solid #D6D6D6;
    /* box-sizing: border-box; */
}

.select::-webkit-scrollbar {
    width: .1rem;
}

.select::-webkit-scrollbar-thumb {
    background: #04284B;
}

.select p {
    width: 100%;
    height: .3rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #555555;
    line-height: .3rem;
    box-sizing: border-box;
    padding: 0 .15rem;
    cursor: pointer;
}

.select p:hover {
    background: #05529F;
    color: #FFFFFF;
}

.arrow_down {
    width: .1rem;
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
}

.message textarea {
    width: 14.2rem;
    height: 2.78rem;
    background: #FFFFFF;
    border: 0.01rem solid #D6D6D6;
    padding: .38rem .2rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    margin-bottom: .35rem;
}

.message button {
    width: 2.68rem;
    height: 0.6rem;
    background: #05529F;
    border: 0.01rem solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 auto;
}

.contact_xq {
    width: 100%;
    height: 2.65rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    /*margin-bottom: 6.59rem;*/
    display: flex;
    align-items: center;
    padding: .35rem 1.27rem .3rem .49rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.contact_text p {
    font-size: 0.26rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
    margin-bottom: .5rem;
}

.contact_text_down {
    display: flex;
}

.contact_text_item {
    display: flex;
    align-items: center;
    margin-right: 1.16rem;
}

.contact_text_item img {
    width: .31rem;
    height: .31rem;
    margin-right: .06rem;
}

.contact_text_item span {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
}

.contact_code{
    width: 1.63rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_code img{
    margin-bottom: .5rem;
}

.contact_code p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
}

.map {
    /*position: absolute;*/
    width: 100%;
    height: 7.21rem;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width:1024px){
    .contact_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .contact_txt{
        font-size: 12px;
    }
    .message_item{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .message_item input,
    .message textarea{
        font-size: 12px;
    }
    .select p{
        font-size: 12px;
        line-height: 2;
    }
    .message button{
        font-size: 12px;
    }
    .contact_xq{
        padding: 10px;
        height: auto;
    }
    .contact_text_item span{
        font-size: 12px;
    }
    .contact_text_item {
        margin-right: 15px;
    }
    .contact_code p{
        font-size: 12px;
    }
    .contact_code{
        width: 1.8rem;
    }
}