.content{
	width:100%;
	float: left;
}
.content .contentinfo{
	width: 100%;
	background: #fff;
	float: left;
}
.content .contentxx{
	width:100%;
	padding:20px;
	padding: 0 20px 20px;
	float: left;
}
.content .contentxx .leftcontentxx{
	display: inline-block;
	width: 23.4%;
	float: left;
	/*border:#f00 solid 1px;*/
}
.content .contentxx .leftcontentxx .leftmenu{
	width: 100%;
	float: left;
}
.content .contentxx .leftcontentxx .leftmenu .leftmenutitle{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #d9a85e;
	font-weight: bold;
	font-size: 22px;
	color: #774101;
	float: left;
}
.content .contentxx .leftcontentxx .leftmenu .leftmenulist{
	width: 100%;
	background: #FBFBFB;
	float: left;
}

.content .contentxx .leftcontentxx .leftmenu .leftmenulist .leftmenuitem{
	width: 100%;
	border-bottom: #D2D2D2 solid 1px;
	float: left;
}
.content .contentxx .leftcontentxx .leftmenu .leftmenulist .active{
	background: #fffdee;
}
.content .contentxx .leftcontentxx .leftmenu .leftmenulist .leftmenuitem a{
	display: inline-block;
	width: 80%;
	padding:15px 0 15px 30px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	display: block;
	float: left;
}
.content .contentxx .leftcontentxx .leftmenu .leftmenulist .leftmenuitem span{
	display: inline-block;
	float: right;
	padding:15px 30px 15px 0px;
	margin-right: 0;
}
.content .contentxx .leftcontentxx .leftmenu .leftmenulist .leftmenuitem:last-child{
	border-bottom: unset;
}
.content .contentxx .rightcontentxx{
	display: inline-block;
	float: right;
	width: 72%;
	/*border:#f00 solid 1px;*/
}
.content .contentxx .rightcontentxx .rightlisttitle{
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	float: left;
}

.content .contentxx .rightcontentxx .rightdetail{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 20px;
	float: left;
}
.content .contentxx .rightcontentxx .rightdetail .contactdetail{
	width: 100%;
	float: left;
}
.content .contentxx .rightcontentxx .rightdetail .contactdetail p{
	font-weight: 500;
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}
.content .contentxx .rightcontentxx .contactlist{
	width: 100%;
	margin-top: 20px;
	float: left;
	display: grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px;
}
.content .contentxx .rightcontentxx .contactlist .contactitem{
	
}
.content .contentxx .rightcontentxx .contactlist .contactitem .contacttitle{
	width: 100px;
	background: #076FF1;
	border-radius: 10px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
.content .contentxx .rightcontentxx .contactlist .contactitem .contactxx{
	width: 100%;
	float: left;
}
.content .contentxx .rightcontentxx .contactlist .contactitem .contactxx p{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.content .contentxx .rightcontentxx .rightdetail{
	width: 100%;
	padding-bottom: 20px;
	float: left;
}
.content .contentxx .rightcontentxx .rightdetail .messagexx{
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px 50px;
}
.content .contentxx .rightcontentxx .rightdetail .messagexx .messageitem{}
.content .contentxx .rightcontentxx .rightdetail .messagexx .messageitem .red{
	color: #f00;
}
.content .contentxx .rightcontentxx .rightdetail .messagexx .messageitem .messageitemtitle{
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.content .contentxx .rightcontentxx .rightdetail .messagexx .messageitem .messageitemtxt{
	width: 100%;
	float: left;
}
.content .contentxx .rightcontentxx .rightdetail .messagexx .messageitem .messageitemtxt input{
	background: #FFFFFF;
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #D2D2D2;
	padding-left: 10px;
}
.content .contentxx .rightcontentxx .rightdetail  .messxx{
	width: 100%;
	margin-top: 18px;
	float: left;
}
.content .contentxx .rightcontentxx .rightdetail  .messxx .red{
	color: #f00;
}
.content .contentxx .rightcontentxx .rightdetail  .messxx .messageitemtitle{
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.content .contentxx .rightcontentxx .rightdetail  .messxx .messageitemtxt{
	width: 100%;
	float: left;
}
.content .contentxx .rightcontentxx .rightdetail  .messxx #content{
	background: #FFFFFF;
	width: 100%;
	height: 100px;
	border-radius: 2px;
	border: 1px solid #D2D2D2;
	padding: 10px;
}

.content .contentxx .rightcontentxx .rightdetail  .messbut{
	width: 100%;
	margin-top: 18px;
	float: left;
}
.content .contentxx .rightcontentxx .rightdetail  .messbut #submit{
	background: #076FF1;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}



@media(max-width: 991px){

	.content .contentxx {
	    padding: 0.2rem;
	    padding: 0 0.2rem 0.2rem;
	}
	.content .contentxx .leftcontentxx {
	   display: none;
	}
	.content .contentxx .leftcontentxx .leftmenu .leftmenutitle {
	    height: 1rem;
	    line-height: 1rem;
	    font-size: 0.36rem;
	}
	.content .contentxx .leftcontentxx .leftmenu .leftmenulist .leftmenuitem a {
	    padding: 0.2rem 0 0.2rem 0.3rem;
	    font-size: 0.32rem;
	}

	.content .contentxx .leftcontentxx .leftmenu .leftmenulist .leftmenuitem span {
	    display: inline-block;
	    float: right;
	    padding: 0.25rem 0.2rem 0.2rem 0;
	    margin-right: 0;
	}
	.content .contentxx .rightcontentxx {
	    width: 100%;
	}
	.content .contentxx .rightcontentxx .rightlisttitle {
	    font-size: 0.36rem;
	    line-height: 0.5rem;
	}
	.content .contentxx .rightcontentxx .rightdetail {
	    margin-top: 0.2rem;
	    padding-bottom: 0.2rem;
	}
	.content .contentxx .rightcontentxx .rightdetail .messagexx {
	    gap: 0.2rem 0.5rem;
	}
.content .contentxx .rightcontentxx .rightdetail .messagexx .messageitem .messageitemtitle {
    font-size: 0.26rem;
    line-height: 0.5rem;
}
.content .contentxx .rightcontentxx .rightdetail .messagexx .messageitem .messageitemtxt input {
    height: 0.6rem;
    border-radius: 0.02rem;
    border: 0.01rem solid #D2D2D2;
    padding-left: 0.1rem;
}
.content .contentxx .rightcontentxx .rightdetail .messxx {
    margin-top: 0.2rem;
}
.content .contentxx .rightcontentxx .rightdetail .messxx .messageitemtitle {
    font-size: 0.26rem;
    line-height: 0.5rem;
}
.content .contentxx .rightcontentxx .rightdetail .messxx #content {
    height: 1rem;
    border-radius: 0.02rem;
    border: 0.01rem solid #D2D2D2;
    padding: 0.1rem;
}
.content .contentxx .rightcontentxx .rightdetail .messbut {
    margin-top: 0.26rem;
}
.content .contentxx .rightcontentxx .rightdetail .messbut #submit {
    width: 3rem;
    height: 0.5rem;
    line-height: 0.5rem;
}








}

@media(max-width: 767px)
{
	.content .contentxx .rightcontentxx .rightdetail .messagexx {
	    grid-template-columns: repeat(1,1fr);
	}
}