.contact_us_content{
    /*background-size: cover; !* 让背景图片按比例缩放并填充整个 div 区域 *!*/
    background-position: center;
}

.contact_us{
    background-size: cover;
    padding-top: 100px;
}
/*.contact_us_way {*/
/*    display: flex;*/
/*    justify-content: space-between; !* 使子元素之间的间距平均分布 *!*/
/*    position: relative;*/
/*    margin-top: 66px;*/
/*    margin-bottom: 98px;*/
/*}*/

.contact_us_back{
    padding-bottom: 100px;
}

/*.contact_us_way .contact_us_way_item {*/
/*    display: grid;*/
/*    justify-items: center;*/
/*    flex: 1; !* 使 item 占据相同的空间 *!*/
/*}*/

.item2 {
    margin: 0em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.item1 {
    position: relative; /* 相对于原位置进行偏移 */
}

.item3 {
    position: relative;
}

/*.contact_info {*/
/*    width: 1200px;*/
/*    height: 607px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    padding-top: 50px;*/
/*    margin: 0 auto;*/
/*}*/

/*.contact_us_submit{*/
/*    width: 740px;*/
/*    height: 607px;*/

/*    display: grid;*/
/*    background-color: #FFFFFF;*/
/*    opacity: 0.59;*/
/*    border-bottom-left-radius: 2%;*/
/*    border-top-left-radius: 2%;*/
/*}*/

.contact_us_submit .label{
    color: #333333;
    opacity: 1;
}

/*.contact_us_submit input{*/
/*    width: 300px;*/
/*    height: 30px;*/
/*    border-bottom: 2px solid #707070;*/
/*}*/


/*.name_phone{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-top: 10%;*/
/*    margin-left: 6%;*/
/*    margin-right: 6%;*/

/*    font-family: Source Han Sans CN, Source Han Sans CN;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    color: #333333;*/
/*}*/

/*.email_content{*/
/*    !*margin-top: 5%;*!*/
/*    margin-left: 6%;*/
/*    margin-right: 6%;*/

/*    font-family: Source Han Sans CN, Source Han Sans CN;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    color: #333333;*/
/*}*/

/*.email_content input{*/
/*    width: 100%;*/
/*}*/

/*.content{*/
/*    margin-top: 5%;*/
/*}*/

/*.content input{*/
/*    height: 100px;*/
/*    padding-top: 70px;*/
/*}*/

/*.contact_info .contact_map{*/
/*    border-top-right-radius: 2%;*/
/*    border-bottom-right-radius: 2%;*/
/*    width: 460px;*/
/*    height: 607px;*/
/*    margin: 0 auto;*/
/*    overflow: hidden;*/
/*}*/

/*.submit_button{*/
/*    height: 60px;*/

/*    !*border: 1px solid #0C6F40;*!*/
/*    align-self: auto;*/
/*    display: grid;*/
/*    justify-items: center;*/
/*}*/

/*.submit_button_in{*/
/*    width: 240px;*/
/*    height: 60px;*/
/*    opacity: 1;*/
/*    background-color: #FCFDFD;*/
/*    border-radius: 4px 4px 4px 4px;*/
/*    border: 1px solid #0C6F40;*/
/*    display: grid;*/
/*    justify-items: center;*/
/*    align-items: center;*/
/*}*/

/*.submit_button_in p{*/
/*    font-family: Source Han Sans CN, Source Han Sans CN;*/
/*    font-weight: 500;*/
/*    font-size: 20px;*/
/*    color: #0C6F40;*/
/*}*/

