[v-cloak] {
	display: none !important;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .15rem;
}

a {
	color: #1B1B1B;
	text-decoration: none;
}

input {
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0
}

.w100 {
	width: 100%;
}

.w80 {
	width: 12rem;
}

.m-auto {
	margin: 0 auto;
}

.fff {
	background-color: #FFFFFF;
}

.fff p {
	color: #636363;
}

.fff>p {
	background: #F5F5F5;
	border: none;
}

.fff p a {
	color: #636363;
}

/* 整个滚动条的样式 */
::-webkit-scrollbar {
	width: .08rem;
	/* 滚动条宽度 */
}

/* 滚动轨道的样式 */
::-webkit-scrollbar-track {
	background: transparent;
	/* 轨道背景颜色 */
}

/* 滚动滑块的样式 */
::-webkit-scrollbar-thumb {
	border-radius: .05rem;
	background: #E0C7C7;
	/* 渐变背景 */
	opacity: 0.8;
	/* 透明度 */
}

/* 当鼠标悬停在滑块上时改变颜色 */
::-webkit-scrollbar-thumb:hover {
	opacity: .5;
}


/*.nav {*/
/*	height: 49px;*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*}*/

/*.nav .logo {*/
/*	height: .32rem;*/
/*}*/

/*.nav-wrapper {*/
/*	display: flex;*/
/*	align-items: center;*/
/*}*/

/*.nav-wrapper .search-box {*/
/*	display: flex;*/
/*}*/

/*.nav-wrapper .search-box img {*/
/*	width: .2rem;*/
/*	margin-left: .26rem;*/
/*	cursor: pointer;*/
/*}*/

/*#nav {*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*}*/

/*#nav>ul {*/
/*	display: flex;*/
/*	padding: 0;*/
/*	width: 100%;*/
/*}*/

/*#nav>ul>li {*/
/*	position: relative;*/
/*	z-index: 99;*/
/*	margin: 0px .6rem 0 0;*/
/*	display: flex;*/
/*	align-items: center;*/
/*}*/

/*#nav>ul>li:last-child {*/
/*	margin-right: 0;*/
/*}*/

/*#nav>ul>li span {*/
/*	display: inline-block;*/
/*	width: .3125rem;*/
/*	height: .3125rem;*/
/*	background: #b2b2b2;*/
/*	border-radius: 50%;*/
/*}*/

/*#nav>ul>li>a {*/
/*	display: block;*/
/*	padding: 0;*/
/*	text-transform: uppercase;*/
/*}*/

/*#nav>ul>li>a {*/
/*	font-weight: bolder;*/
/*	font-size: .16rem;*/
/*	color: #272727;*/
/*	!* line-height: 40px; *!*/
/*	position: relative;*/
/*	transition: .6s;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	border-top: none;*/
/*	border-bottom: none;*/
/*}*/

/*#nav>ul>li.on>a {*/
/*	font-weight: bold;*/
/*	cursor: pointer;*/
/*}*/

/*#nav>ul>li>a .h3 {*/
/*	position: relative;*/
/*	font-size: .16rem;*/
/*	padding: 0;*/
/*	z-index: 1;*/
/*	font-weight: 400;*/
/*	cursor: pointer;*/

/*}*/

/*#nav>ul>li a i {*/
/*	display: inline-block;*/
/*	width: .09rem;*/
/*	height: .06rem;*/
/*	background-size: contain;*/
/*	vertical-align: middle;*/
/*	margin-left: .08rem;*/
/*}*/

/*#nav>ul>li .sub {*/
/*	position: absolute;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	top: 100%;*/
/*	z-index: 99;*/
/*	-moz-box-shadow: 0px .03rem .05rem rgba(0, 0, 0, 0.2);*/
/*	transform-origin: 0 0 0;*/
/*	transform: scaleY(0.2) translateX(-50%);*/
/*	-webkit-transition: all 0.3s ease 0s;*/
/*	-moz-transition: all 0.3s ease 0s;*/
/*	transition: all 0.3s ease 0s;*/
/*	opacity: 0;*/
/*	padding: .2rem 0 0;*/
/*	min-width: 100%;*/
/*}*/

/*#nav>ul>li .sub:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	border-left: transparent .06rem solid;*/
/*	border-right: transparent .06rem solid;*/
/*	border-bottom: #fff .08rem solid;*/
/*	top: .13rem;*/
/*	left: 50%;*/
/*	margin-left: -6px;*/
/*	box-shadow: 0 .03rem .15rem rgba(0, 0, 0, .05);*/
/*}*/

/*#nav>ul>li .sub .box {*/
/*	padding: 0;*/
/*	text-align: center;*/
/*	border-radius: 0;*/
/*	overflow: hidden;*/
/*	background: rgba(255, 255, 255, .85);*/
/*	box-shadow: 0 3px .3rem rgba(0, 0, 0, .08);*/
/*}*/

/*#nav>ul>li .sub a {*/
/*	padding: 0 0.15rem;*/
/*	line-height: 3.5;*/
/*	transition: .3s;*/
/*	font-size: .14rem;*/
/*	letter-spacing: .01rem;*/
/*	color: #636363;*/
/*	display: block;*/
/*	white-space: nowrap;*/
/*	position: relative*/
/*}*/

/*#nav>ul>li .sub a:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: .03rem;*/
/*	height: 0;*/
/*	background: #FF7511;*/
/*	transition: .5s;*/
/*}*/

/*#nav>ul>li .sub a:hover {*/
/*	color: #fff;*/
/*	background: #FF7511;*/
/*}*/

/*#nav>ul>li .sub a:hover:before {*/
/*	height: 100%;*/
/*}*/

/*#nav>ul>li:hover .sub {*/
/*	filter: alpha(opacity=100);*/
/*	-moz-opacity: 1;*/
/*	-khtml-opacity: 1;*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	transform: translateY(0px) translateX(-50%);*/
/*}*/

.hover_img {
	overflow: hidden;
}

.hover_img:hover img {
	/* transform: scale(1.2); */
}

.hover_img img {
	transition: all .3s;
}

footer {
	background: #617DF6;
	color: #fff;
	font-size: .14rem;
	text-align: center;
	padding: .32rem 0;
	line-height: .32rem;
	margin-top: .15rem;
}

.crumbs {
	border-bottom: 1px solid #EBE5E5;
	padding-bottom: .15rem;
	margin-bottom: .27rem;
}

.crumbs img {
	width: .18rem;
	height: .19rem;
	margin-right: .10rem;
	vertical-align: top;
}

.crumbs>a {
	font-size: .15rem;
	color: #615E5E;
}

.children-nav {
	display: none;
	box-shadow: 0px 0px 3px #EBE5E5;
	background-color: rgba(255, 255, 255, 0.487);
}

.children-nav .text-box {
	display: flex;
	justify-content: space-between;
	padding-top: .40rem;
}

.children-nav .text-box ul {
	display: inline-block;
	list-style: none;
	vertical-align: top;
}


.children-nav .text-box ul li:nth-child(1) a {
	height: 0.2rem;
	font-weight: 600;
	font-size: 0.18rem;
	color: #FBA34C;
	margin-bottom: 0.37rem;
}

.children-nav .text-box ul li {
	margin-bottom: 0.15rem;
}

.children-nav .text-box ul li a {
	font-weight: 400;
	font-size: 0.15rem;
	color: #5B5B5B;
}
.swiper-lazy-preloader{
	top: 30% !important;
}

@media (max-width:768px) {
	.fixed-left-box,
	.code_content,
	.ai-250313-boot3-box {
		display: none !important;
	}
}

.ai-250313-boot3-box {
	top: 45vh;
}

.fixed-left-box {
	width: 1.2rem;
	height: 2.68rem;
	position: fixed;
	top: 3.35rem;
	right: 1.4rem;
	z-index: 2;
	background-image: url(https://gaokao.haedu.cn/images/new/sidebar/default/gaokao_qa_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fixed-left-box a {
	display: block;
	text-align: center;
	margin-top: .17rem;
}

.fixed-left-box a img {
	width: .53rem;
}

.fixed-left-box a p {
	font-weight: bold;
	font-size: .14rem;
	color: #EF5F1F;
	margin-top: .1rem;
}

.fixed-left-box .text {
	position: absolute;
	bottom: .1rem;
	left: .06rem;
	width: 1.04rem;
}

.code_content {
	box-sizing: border-box;
	position: fixed;
	left: 1.4rem;
	top: 3.35rem;
	width: 1.07rem;
	border: 1px solid #ccc;
	background: #fff;
	padding: .14rem .1rem;
	text-align: center;
	z-index: 9999;
	border-radius: .02rem;
}

.code_content .item:nth-child(2) {
	margin: .14rem 0;
}

.code_content .item img {
	width: .7rem;
	height: .7rem;
}

/* 关闭按钮 */
.code_content .close {
	position: absolute;
	right: 0;
	top: 0;
	width: .18rem;
	height: .18rem;
	line-height: .18rem;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	cursor: pointer;
	font-size: .14rem;

}
