.contact-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .88rem 0 .45rem;
	margin: 0 auto;
}

.contact-list .item {
	width: 6.3rem;
	height: 2.37rem;
	background: #FFFFFF;
	border: 1px solid #F5F7FA;
	box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(0, 0, 0, 0.24);
	border-radius: 0.08rem;
	margin-bottom: .4rem;
	position: relative;
	padding: 0px 1.28rem 0px .58rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contact-list .item img {
	width: 1.58rem;
	height: 1.65rem;
	position: absolute;
	top: .5rem;
	right: 0;
}

.contact-list .item .tit {
	font-size: .24rem;
	color: #333;
	margin-bottom: .4rem;
}

.contact-list .item .p {
	font-size: 0.18rem;
	color: #333;
	line-height: 200%;
}

.contact-form {
	width: 13.2rem;
	background: #F5F7FA;
	padding: .6rem 1.1rem;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 1.1rem;
}

.contact-form .item {
	display: flex;
	margin-bottom: .5rem;
}

.contact-form .item .left {
	width: calc(100% - 10rem);
	font-size: 0.18rem;
	font-weight: 400;
	color: #000000;
	margin-top: .2rem;
}
.contact-form .item .left b{
	color: #f44336;
	font-size: 0.18rem;
	display: inline-block;
	width: 0.1rem;
}
.contact-form .item .rig {
	width: 10rem;
}

.contact-form .item .rig input {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	padding: 0 .44rem;
	font-size: 0.18rem;
	color: #999999;
}

.contact-form .item .rig textarea {
	width: 100%;
	padding: .2rem .44rem;
	font-size: 0.18rem;
	color: #999999;
}

.contact-form .btnbox {
	width: 100%;
	display: flex;
	justify-content: center;
}

.contact-form .btnbox button {
	width: 1.4rem;
	height: 0.4rem;
	background: #0081CC;
	border-radius: 0.2rem;
	font-size: 0.18rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}







