*{
    margin: 0;
    padding: 0;
}
.contact{
    width: 100%;
    min-width: 1180px;
    background-color: #f2f2f2;
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
    position: relative;
}
.contact-parent{
    padding-bottom: 20px;
    width: 1180px;
    position: relative;
    top: -60px;
    min-width: 1180px;
    background-color: #fff;
    display: flex;
}
.contact-parent .contact-left{
    width: 480px;
    margin-top: 60px;
    padding: 0 60px;
}
.contact-parent .contact-left .contact-left-top{
    width: 800px;
}
.contact-parent .contact-left .contact-left-top span{
    /* width: 420px; */
    font-size: 28px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    line-height: 46px;
    color: rgba(0, 0, 0, 0.85);
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.contact-parent .contact-left .contact-left-top img{
    width: 80px;
    /* height: 20px; */
    margin-top: -10px;
    margin-left: 20px;
}
.contact-parent .contact-left .contact-left-mid{
    margin-top: 40px;
    display: flex;
}
.contact-parent .contact-left .contact-left-mid .contact-left-mid1{
    width: 200px;
}
.contact-parent .contact-left .contact-left-mid .contact-left-mid1 div{
    height: 75px;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 70px;
    color: rgba(0, 0, 0, 0.65);
}
.contact-parent .contact-left .contact-left-mid .contact-left-mid2{
    margin-top: 20px;
    width: 300px;
}
.contact-parent .contact-left .contact-left-mid .contact-left-mid2 div{
    height: 55px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}
.contact-parent .contact-left .contact-left-mid img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contact-parent .contact-left .contact-left-down #container{
    width: 420px;
    height: 210px;
}
.contact-parent .contact-right{
    width: 700px;
    /* margin-top: 216px; */
    margin: 216px auto 0;
}
.contact-parent .contact-right .input-group .input1{
    padding: 0 10px;
    outline: 0;
    border: 1px #CFCDCC solid;
    width: 280px;
    height: 50px;
    border-radius: 3px;
    background-color: #EFF0F4;
    border: none;
}
.contact-parent .contact-right .input-group .input2{
    padding: 0 10px;
    padding-left: 15px;
    outline: 0;
    border: 1px #CFCDCC solid;
    width: 280px;
    height: 50px;
    border-radius: 3px;
    background-color: #EFF0F4;
    border: none;
    margin-top: 40px;
}
.contact-parent .contact-right .input-group .input3::-webkit-input-placeholder {
    text-align: left;
}
.contact-parent .contact-right .input-group .input3{
    padding: 15px;
    outline: 0;
    border: 1px #CFCDCC solid;
    width: 480px;
    height: 141px;
    border-radius: 3px;
    background-color: #EFF0F4;
    border: none;
    margin-top: 40px;
}
.contact-parent .contact-right .contact-right-btn{
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-top: 40px;
    margin-left: 130px;
    width: 215px;
    height: 50px;
    background: #E93C3C;
    opacity: 1;
    border-radius: 4px;
}