/* 联系方式 */
.page_wrap{
	padding-top:0.81rem;
	padding-bottom:1.41rem;
}
.contact_box{
	display: flex;
	margin-top:0.62rem;
	margin-bottom:0.7rem;
}
.contact_cbox1{
	flex:0 0 50%;
	
}
.contact_cbox2{
	flex:0 0 50%;
	padding-left:1.04rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
}
.contact_cbox2 .cbox2_1{
	    display: flex;
		height: 100%;
	    flex-direction: column;
	    justify-content: center;
}
.contact_cbox2 .contact_tit{
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	margin-bottom:0.1rem;
}
.contact_list .item{
	display: flex;
	margin-bottom:0.1rem;
	align-items: center;
}
.contact_list .item img{
	width:0.26rem;
	object-fit: contain;
	margin-right: 0.1rem;
}
.contact_list .item .item_name{
	font-size: 0.18rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
}



/* 在线留言 */

.contact_message {
	padding: 0.98rem 0rem 1.21rem 0rem;
	width: 14rem;
	margin: 0 auto;
}
.mess_form{
	    display: flex;
	    flex-wrap: wrap;
	margin-top:0.6rem;
background: #F9F9F9;
padding:0.5rem;
		
}
.mess_form .control-group{
	margin-right:0.95rem;
	  width: 6.3rem;
		margin-bottom:0.25rem;
}
.mess_form .control-group:last-child{
	margin-bottom: 0rem;
}
.meg_box1{
	flex:1;
}

.mess_tit {
	text-align: center;
	font-size: 0.36rem;
	color: #333333;
	margin-bottom:0.75rem;
}

.mess_form .p_lable {

font-size: 0.2rem;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.mess_form  .form_mast::before{
	    content: '*';
	    display: inline-block;
	    color: red;
	    top: 0;
	    /* position: absolute; */
}
.mess_form .p_input {
	width: 4.96rem;
	border: 0rem;
	width: 100%;
	line-height: 0.38rem;
	padding-left: 0.17rem;
	box-sizing: border-box;
	border: 0.01rem solid #DEDEDE;
	outline: none;
	width: 100%;
	border-radius: 0.02rem;
	margin-top:0.08rem;
	overflow: hidden;
	color:#333;
}
.mess_form .e_textarea{
	width:100%;
}
.registerButtonDiv{
	padding:0.08rem 0.74rem 0.11rem 0.74rem;
	background: #0769B2;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	margin-top:0.55rem;
	color:#fff;
	cursor:pointer;
}
.sutmit{
	width: 2rem;
	height: 0.4rem;
	background: linear-gradient(315deg, #2690E3 0%, #4AB2FF 100%);
	font-size: 0.16rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
	margin-right:0rem;
	margin-left:auto;
	margin-top:0.7rem;
}
.e_textarea .p_input{
	
height: 1.5rem;
}



@media only screen and (max-width: 1024px){
    .mess_form, 
    .page_wrap{
    padding: 15px;
    width: 100% !important;
    overflow: hidden;
}
    .contact_box{
        flex-direction: column;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .mess_form{
        margin-top: 15px;
    }
    .contact_cbox1{
        height: auto;
        flex: unset;
        height: 200px !important;
    }
    .mess_form .control-group:last-child{
        margin-bottom: 0.25rem;
    }
    .contact_cbox2 .contact_tit{
        font-size: 14px !important;
    }
    .sutmit, 
    .mess_form .p_input, 
    .mess_form .p_lable, 
    .contact_list .item .item_name{
        font-size: 12px !important;
    }
    .contact_list .item img{
        width: 20px;
    }
    .mess_form .p_input{
        line-height: 30px;
    }
    .contact_cbox2{
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sutmit{
        margin-top: 10px;
    }
}






