




/* 联系我们--公司地址 */
.contactus {
    width: 100%;
    margin-top: 0.8rem;
}
/* 地图 */
.contactus .map {
    width: 100%;
    height: 5.56rem;
    overflow: hidden;
}
/* 联系信息 */
.tactInfos {
    width: 100%;
    margin-top: 1rem;
}
.tactInfos .item {
    margin-top: 0.2rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
}
.tactInfos .icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    object-fit: contain;
}
.tactInfos .tip {
    width: 0.86rem;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}
.tactInfos .txt {
    position: relative;
    flex: 1;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
}
.tactInfos .txt::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 0.15rem);
    width: 100%;
    height: 0.01rem;
    background: #DDDDDD;
}




/* 在线留言 */
.online {
    width: 14rem;
    margin: 1.06rem auto 0;
    display: flex;
    justify-content: space-between;
}
.contact {
    width: 5.2rem;
}
.contact .tip {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #D61428;
}
.contact .info {
    margin-top: 0.4rem;
    padding: 0.15rem 0;
    border-top: 0.01rem solid #FFD8C5;
    border-bottom: 0.01rem solid #FFD8C5;
    display: flex;
}
.contact .info .item {
    flex: 1;
    font-family: PingFang SC, PingFang SC;
}
.contact .info .t1 {
    font-size: 0.14rem;
    color: #494949;
}
.contact .info .t2 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #222222;
    font-weight: bold;
}
.formbox {
    width: 7.75rem;
}
.formbox input {
    display: block;
    width: 100%;
    height: 0.48rem;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    background: #FAFAFA;
    border: none;
    outline: none;
}
.formbox input::placeholder {
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
}
.formbox .twobox {
    display: flex;
    justify-content: space-between;
}
.formbox .twobox input {
    width: 3.8rem;
}
.formbox textarea {
    display: block;
    width: 100%;
    height: 1.44rem;
    margin-bottom: 0.2rem;
    padding: 0.15rem 0.2rem;
    background: #FAFAFA;
    border: none;
    outline: none;
    resize: none;
}
.formbox textarea::placeholder {
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
}
.formbox .sub_btn {
    width: 1.44rem;
    height: 0.48rem;
    background: #D61428;
    border-radius: 0.02rem;
    border: none;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
.formbox .sub_btn:hover {
    background: #cf4a58;
}



@media only screen and (max-width: 1520px) {
    /* 客户说字体有点小，看不清了，所以先适配一下字体，在1500px以下，字体设置成固定大小 */
    .tactInfos .tip,
    .tactInfos .txt {
        font-size: 14px;
    }
    
    
    
    
}



@media screen and (max-width: 1024px){
    .contactus{
        width: 94%;
        margin: 0 auto;
    }.tactInfos .item{
        width: 100%;
        padding: 0;
    }.tactInfos .txt{
        margin-left: 20px;
    }
}


