*{ margin:0; padding:0; border:0; border:none;font-family:"FZLTHJW";}
ul,ol li{ list-style:none;}
table{border-collapse: collapse;}
.clear { clear:both; font-size:0; height:0; overflow:hidden;}
.clearfix:after{content: '';display: block;clear:both;}
.clearfix{zoom:1;}
a { cursor: pointer; text-decoration: none;}
a:link, a:visited { text-decoration:none;}
::-webkit-input-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
::-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}
.hide,.h{display: none !important;}
.r{ float:right;}
.l{float: left;}
.con{ display:none;}
html {
    overflow-y: scroll;
}
.header {
	height: 50px;
}
.container {
	width: 100%;
	height: 100%;
	background: url(../img/bg.png);
	background-size: cover;
}
.common {
	width: 1000px;
	margin: 0 auto;
	line-height: 60px;
}
.common a {
	font-size: 14px;
	color: #333;
	margin-right: 15px;
}
.common a:hover {
	color: red;
}
.logo {
	vertical-align: -3px;
}
.tel {
	margin-top: 14px;
}
.page_wapper {
	width: 1000px;
	margin: 0 auto;
}
.exam_type {
	display: block;
	margin: 0 auto;
	padding-top: 60px;
}
.preparation_materials {
	display: block;
	margin: 0 auto;
	padding-top: 30px;
}
.total_number {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	margin-top: 20px;
}
.total_number p {
	margin-top: 8px;
}
.content {
	display: flex;
	margin: 40px 0;
}
.content div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 144px;
	font-size: 24px;
	font-weight: bold;
	background: #ffffff;
	border-radius: 20px;
	margin-right: 26px;
	cursor: pointer;
}
.content div:first-child {
	background: url(../img/img1.png);
}
.content div:nth-child(2) {
	background: url(../img/img2.png);
}
.content div:nth-child(3) {
	background: url(../img/img3.png);
}
.content div:last-child {
	background: url(../img/img4.png);
	margin-right: 0;
}
.content div:first-child:hover {
	background: url(../img/img5.png);
}
.content div:nth-child(2):hover {
	background: url(../img/img6.png);
}
.content div:nth-child(3):hover {
	background: url(../img/img7.png);
}
.content div:last-child:hover {
	background: url(../img/img8.png);
}
.content_detail {
	display: flex;
}
.left_detail {
	width: 668px;
	margin-right: 16px;
	border-radius: 12px;
	background: #ffffff;
	margin-bottom: 40px;
}
.nav_bar {
	width: 668px;
	font-size: 20px;
	background: #ffffff;
	border-radius: 12px;
	margin-bottom: 20px;
	z-index: 1;
}
.nav_bar p {
	border-bottom: 1px solid #955de5;
	padding: 20px 0;
	margin: 0 20px;
}
.nav_bar span {
	display: inline-block;
	width: 88px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin-right: 16px;
	cursor: pointer;
}
.nav_bar span:last-child {
	margin-right: 0;
}
.default_style {
	color: #ffffff;
	background: #955de5;
	border-radius: 18px;
}
.right_detail {
	width: 306px;
	height: 572px;
	border-radius: 12px;
	background: #ffffff;
	padding: 20px 10px 0 0;
}
#lesson_data {
	width: 624px;
	padding: 0px 24px 0 20px;
}
.lesson_title {
	font-size: 20px;
	font-weight: bold;
}
.lesson_title img {
	margin-right: 10px;
}
.lesson_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.lesson_detail {
	display: flex;
	width: 294px;
	box-shadow: 1.5px 2.6px 19px 0px rgba(0, 0, 0, 0.21);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.lesson_content {
	width: 100%;
	padding: 20px 0 20px 14px;
}
.lesson_name {
	font-size: 18px;
	font-weight: bold;
}
.lesson_info, .lesson_tag {
	margin-top: 10px;
	color: #666666;
}
.lesson_tag {
	font-size: 14px;
	font-weight: bold;
}
.lesson_tag span {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666666;
	border-radius: 10px;
	padding: 0 10px;
}
.free_receive {
	width: 100px;
	height: 24px;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(90deg,#ffa11c 0%,#ff4e91 100%), linear-gradient(#d8bcff,#d8bcff);
	border-radius: 12px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.title_bold {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-left: 20px;
}
.title_bold img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.front {
	left: -21px!important;
}
.programme_type {
	margin: 10px 14px 30px 20px;
}
.programme_type span {
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-size: 18px;
	background: #955de5;
	border-radius: 16px;
	margin-top: 10px;
	cursor: pointer;
}
.programme_type span:hover {
	background: linear-gradient(90deg,#ffa11c 0%,#ff4e91 100%), linear-gradient(#d8bcff,#d8bcff);
}
.programme_type p span:first-child {
	margin-right: 30px;
}
.application_type {
	margin-top: 16px;
	margin-left: 10px;
}
.application_type a {
	display: inline-block;
	width: 66px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #955de5;
	border: 1px solid #955de5;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 6px;
}
.application_type a:hover {
	color: #ffffff;
	border: 1px solid transparent;
	background: linear-gradient(90deg,#ffa11c 0%,#ff4e91 100%), linear-gradient(#d8bcff,#d8bcff);
}
.application_type p a:last-child {
	margin-right: 0;
}
.qq_qrcode {
	width: 98px;
	height:102px;
}
.prepare_type {
	display: flex;
	margin-top: 20px;
	margin-left: 20px;
}
.prepare_type div {
	margin-left: 16px;
}
.code_title {
	color: #6c31bf;
	font-size: 18px;
	font-weight: bold;
}
.code_range {
	margin-top: 12px;
}
.bg_tag {
	position: relative;
	width: 44px;
	height: 100%;
}
.hot_tag {
	position: absolute;
	left: 0;
	top: 0;
}
.lesson_year {
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 16px;
	width: 30px!important;
	margin: 0 auto;
	margin-top: 6px;
}
.bg_tag span, .bg_tag img {
	width: 100%;
}
.lesson_text {
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 16px;
	width: 30px!important;
	margin: 0 auto;
	margin-top: 6px;
}
.middle_center {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 6px;
}
.orange{
	background: #e5503e;
}
.yellow {
	background: #f59c0f;
}
.green {
	background: #1abd9a;
}
.blue {
	background: #3499db;
}
.purple {
	background: #955de5;
}
.fixed, .fixeds {
	position: fixed;
	top: 0;
}
.fixeds {
	right: calc(50% - 500px);
}
.footer_detail {
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	background: #444546;
	padding: 56px 0 40px;
}
.footer_detail div {
	width: 856px;
	margin: 0 auto;
}
.footer_detail img {
    display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.zx-side {
	display: none;
}
