.itembox {
	width: 100%;
	padding: 120px 0;
}
.itembox .itemcon {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.itembox .itemcon .imgbox {
	width: 424px;
	height: 510px;
	line-height: 0;
	font-size: 0;
	border-radius: 10px 0 0 10px;
}
.itembox .itemcon .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itembox .itemcon .formbox {
	width: 776px;
	height: 510px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	padding: 30px 40px;
}
.itembox .itemcon .formbox .topcon {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.itembox .itemcon .formbox .topcon .tit {
	font-size: 32px;
	font-weight: 700;
	color: #0468bc;
	padding-bottom: 30px;
}
.itembox .itemcon .formbox .form {
	width: 100%;
	padding: 0 30px;
}
.itembox .itemcon .formbox .form .group {
	width: 100%;
	margin-bottom: 60px;
}
.itembox .itemcon .formbox .form .group .label {
	width: 100px;
	margin-right: 10px;
	font-size: 24px;
	font-weight: 400;
	color: #000;
}
.itembox .itemcon .formbox .form .group .inp {
	height: 60px;
	background-color: #f8f8f8;
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding: 0 10px;
}
.itembox .itemcon .formbox .form .group .inp input {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset;
}
.itembox .itemcon .formbox .btnbox {
	width: 100%;
	text-align: center;
}
.itembox .itemcon .formbox .btnbox .btn {
	width: 268px;
	line-height: 60px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #0468bc;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0468bc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 30px;
}
.itembox .itemcon .formbox .btnbox .btn.on {
	background-color: #0468bc;
	color: #fff;
}
.itembox .itemcon .formbox .btnbox .btn:hover {
	opacity: 0.9;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}



/* 移动端兼容性样式 */
.itembox.m-mobile {
	width: 10rem;
	padding: 1.6rem 0;
}
.itembox.m-mobile .itemcon {
	width: 9.2rem;
	padding: 0 .4rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itembox.m-mobile .itemcon .imgbox {
	width: 9.2rem;
	height: auto;
	border-radius: .2rem .2rem 0 0;
}
.itembox.m-mobile .itemcon .imgbox img {
	height: auto;
}
.itembox.m-mobile .itemcon .formbox {
	width: 9.2rem;
	height: auto;
	padding: .4rem;
}
.itembox.m-mobile .itemcon .formbox .topcon {
	margin-bottom: .4rem;
}
.itembox.m-mobile .itemcon .formbox .topcon .tit {
	font-size: .48rem;
	padding-bottom: .4rem;
}
.itembox.m-mobile .itemcon .formbox .form {
	padding: 0 .4rem;
}
.itembox.m-mobile .itemcon .formbox .form .group {
	margin-bottom: .8rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itembox.m-mobile .itemcon .formbox .form .group .label {
	width: 100%;
    font-size: .44rem;
	margin-bottom: .2rem;
}
.itembox.m-mobile .itemcon .formbox .form .group .inp {
	height: 1rem;
    border-radius: .1rem;
    padding: 0 .2rem;
}
.itembox.m-mobile .itemcon .formbox .form .group .inp input {
	height: 100%;
	font-size: .36rem;
	display: block;
	background: none
	
}
.itembox.m-mobile .itemcon .formbox .btnbox .btn {
	width: 3.6rem;
    line-height: .92rem;
	margin: 0 .2rem;
	border-radius: .1rem;
	font-size: .4rem;
}


