
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.autochoose {
	width: 1200px;
	height: 637px;
	margin: 0 auto;
	background: url(../image/book_background.png) no-repeat;
}
.autochoose .title{
	width: 700px;
	text-align: center;
	padding: 60px 0;
}
.autochoose .title p {
	font-family: '宋体';
	font-size: 15px;
	letter-spacing: 1px;
}
.autochoose .title p:first-child {
	font-family: '微软雅黑';
	font-size: 40px;
	letter-spacing: 3px;
	padding-bottom: 10px;
}
.autochoose .title p span {
	color: #f12525;
	font-weight: bold;
	font-size: 18px;
}

.autochoose form {
	width: 700px;
}
.autochoose .cont {
	position: relative;
	width: 600px;
	height: 200px;
	margin: 0 auto;
	color: #666;
	background: #E7F0F7;
	box-sizing: border-box;
	overflow: hidden;
}
.autochoose .cont ul {
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
.autochoose .cont li {
	position: relative;
	float: left;
	width: 600px;
	height: 200px;
	padding: 20px 25px;
	box-sizing: border-box;
}
.autochoose .cont li a {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-size: 14px;
	color: #009688;
	cursor: pointer;
	text-decoration: underline;
}
.autochoose .cont li a[data-type=pre] {
	right: 80px;
}
.autochoose .cont li a:hover {
	color: #ff9d00;
}
.autochoose .cont li>p {
	font-size: 16px;
	margin-bottom: 15px;
}
.autochoose .cont li>p span {
	color: #f12525;
}
.autochoose .cont li>div {
	padding-left: 14px;
}
.autochoose .cont li>div>p {
	position: relative;
	font-size: 14px;
	line-height: 30px;
	padding-left: 22px;
	cursor: pointer;
}
.autochoose .cont li>div>p:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.autochoose .cont li>div>p.choosed {
	color: #ff9d00;
	font-weight: bold;
}
.autochoose .cont li>div>p.choosed:after {
	position: absolute;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 8px;
	height: 8px;
	background: #ff9d00;
	box-sizing: border-box;
} 
.autochoose .cont li>div>p.choosed:before {
	border-color: #ff9d00;
}
.autochoose .cont li>div>input {
	background: none;
	border: none;
	outline: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color: #666;
	width: 100%;
	margin-bottom: 2px;
}
.autochoose .cont li>div> span {
	font-size: 12px;
	line-height: 18px;
}
.autochoose .cont li .inp {
	display: flex;
	flex-wrap: wrap;
	padding-right: 280px;
}
.autochoose .cont li .inp label {
	width: 60px;
	font-size: 15px;
	margin: 12px 0; 
}
.autochoose .cont li .inp label span {
	color: #f12525;
}
.autochoose .cont li .inp input {
	width: 196px;
	height: 20px;
	line-height: 20px;
	margin: 12px 0; 
	font-size: 12px;
	padding-left: 11px;
	box-sizing: border-box;
}
.autochoose .cont li .inp button {
	width: 100%;
	height: 34px;
	font-size: 15px;
	color: #fff;
	border: none;
	background: #ff9d00;
	cursor: pointer;
	outline: none;
	margin: 5px 0;
}
.autochoose .cont li .inp button:hover {
	background: #ec9304;
}
