<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.contact_con{
    padding: 0px 5%;
}
.contact_con&gt;div{
    margin-top: 0.44rem;
}
.company{

padding: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company img{
    max-width:100%;
}
.contact_title{
    text-align: center;
}
.contact_title img{
    width: 100%;
}
.contact_msg{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0.04rem 0.16rem 0px rgb(108 108 108 / 35%);
    border-radius: 0.2rem;
    padding-bottom: 0.3rem;
}
.contact_msg&gt;div{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0.3rem 0.3rem 0;
    word-break: break-all;
}
/*.contact_msg&gt;div:nth-of-type(2n){*/
/*width: 60%;*/
/*}*/
/*.contact_msg&gt;div:nth-of-type(2n+1){*/
/*width: 40%;*/
/*}*/
.contact_msg&gt;div img{
    width: 0.82rem;
    height: 0.82rem;
}
.navtop-text h1 {
    font-weight: 400;
    color: rgba(51,51,51,1);
    font-size: 0.28rem;
    margin: 0px;
}
.navtop-text h2 {
    font-weight: 400;
    color: rgba(102,102,102,1);
    font-size: 0.26rem;
    margin: 0.1rem 0px 0px;
}
.address {
    text-align: center;
    background: #ffffff url(../images/address_top.png) no-repeat;
    box-shadow: 0px 0.04rem 0.16rem 0px rgb(108 108 108 / 35%);
    border-radius: 0.2rem;
    font-weight: 700;
    padding: 0.4rem 0.2rem;
}
.address span{
    font-weight: 400;
}

.formsubmit&gt;div{
    margin-bottom: 0.44rem;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
}
.formsubmit&gt;div.formsubmit_button{
    border: none;
    text-align: center;
}
.formsubmit&gt;div.formsubmit_button button{
    width: 3rem;
    height: 0.8rem;
    background: #F31A2A;
    color: #fff;
    border: none;
}</pre></body></html>