﻿

.wangz-contactUs-container.el-main{
    padding: 0;
}
.wangz-contactUs-container .section-title{
    text-align: center;
    font-size: 42px;
    color: #3D3D3D;
    font-weight: 300;
    position: relative;
    height: 130px;
}
.wangz-contactUs-container .section-title::after{
    content: " ";
    position: absolute;
    background: url(../image/pc/标题下纹理图.png) no-repeat;
    background-size: contain;
    width: 102px;
    height: 25px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}


.wangz-contactUs-container .section-contactUs{
    box-sizing: border-box;
    padding-top: 20px;
}
.wangz-contactUs-container .section-contactUs .section-contactUs-content{
    display: flex;
    background: #F7F6F2;
    padding: 60px 100px 50px 100px;
    max-width: 1920px;
    margin: auto;
}
.wangz-contactUs-container .section-contactUs .section-contactUs-left{
    flex: 1;
}
.wangz-contactUs-container .section-contactUs .section-contactUs-right{
    flex: 1.5;
}
.wangz-contactUs-container .section-contactUs .section-contactUs-item{
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0 20px 50px;
    margin-right: 50px;
}
.wangz-contactUs-container .section-contactUs .section-contactUs-telephone,
.wangz-contactUs-container .section-contactUs .section-contactUs-email{
    margin-top: 20px;
}
.wangz-contactUs-container .section-contactUs-address::before{
    content: " ";
    background: url(../image/pc/联系我们/icon/地址.png) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 5px;
    top: 0px;
    background-size: cover;
}
.wangz-contactUs-container .section-contactUs-telephone::before{
    content: " ";
    background: url(../image/pc/联系我们/icon/电话.png) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 5px;
    top: 0px;
    background-size: cover;
}
.wangz-contactUs-container .section-contactUs-email::before{
    content: " ";
    background: url(../image/pc/联系我们/icon/email.png) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 5px;
    top: 0px;
    background-size: cover;
}
.wangz-contactUs-container .section-contactUs-label{
    font-size: 16px;
    margin-bottom: 15px;
    color: #3D3D3D;
}
.wangz-contactUs-container .section-contactUs-text{
    font-size: 16px;
    font-weight: 300;
    color: #3D3D3D;
}
.wangz-contactUs-container .section-customer-title{
    font-size: 20px;
    font-weight: 300;
    color: #3D3D3D;
    margin-bottom: 20px;
}
.wangz-contactUs-container .section-customer-hint{
    font-size: 12px;
    font-weight: 300;
    color: #3D3D3D;
}
.wangz-contactUs-container .section-customer-label{
    font-size: 14px;
    color: #3D3D3D;
    margin: 20px 0 15px 0;
}
.wangz-contactUs-container .section-customer-btn{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    padding-top: 45px;
    width: 200px;
    height: 86px;
    display: inline-block;
    border-radius: 10px;
    background: url(../image/pc/按钮.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
}

.wangz-contactUs-container .el-form--label-top .el-form-item__label{
    margin: 0;
    padding: 0;
}