@charset "utf-8";

/**
 * @author  :   lh
 * @created :   2022/01/04
 * @desc    :   文丰网校
 *
 * @update  :   
 * @modify  :   
 */
@font-face {
	font-family: 'numfont';
	/* Project id 3125364 */
	src: url('https://at.alicdn.com/t/font_3125364_7jz5bu17j9.woff2?t=1641779013154') format('woff2'),
		url('https://at.alicdn.com/t/font_3125364_7jz5bu17j9.woff?t=1641779013154') format('woff'),
		url('https://at.alicdn.com/t/font_3125364_7jz5bu17j9.ttf?t=1641779013154') format('truetype');
}

.main{
	margin-top: 118px;
}

.zs{
	height: 60px!important;
	/* overflow: hidden; */
	bottom: 40px!important;
}
.yc{
	height: 113px!important;
	overflow: inherit;
}

.box-top{
	margin-top: 32px!important;
}

.numfont {
	font-family: "numfont";
}

.login-form .ls_close:hover{
	color: var(--main_color)!important;
}

/* ==================================================
   loading
   ================================================== */

.div_loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 333;
	display: none;
}

.div_loading_img {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 124px;

}

/* ==================================================
   header
   ================================================== */
.header {
	width: 100%;
	height: 78px;
	background: #fff;
	font-size: 14px;
	border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
	transition: linear .3s;
	position: fixed;
	top: 0;
	z-index: 6666;
}

.gg_top_main{
	margin-top: 118px;
}

/* .header.sTop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(255, 255, 255, .4);
	backdrop-filter: blur(16px);
	transition: linear .3s;
}
 */
.header .h-logo a {
	display: block;
}

.go-home {
	margin-top: 40px;
}
.go-home>a:hover{
	color: rgba(134,48,50);
}

.ls_money{
	flex: 1;
	text-align: right;
}


.go-home a {
	color: rgba(0, 0, 0, 0.6);
}

.header .h-logo a,
.header .h-logo .h-search {
	float: left;
}

.header .h-logo a>img {
	width: 167px;
	height: 63px;
	margin-top: 7px;
}

.header .h-logo>img {
	width: 504px;
	height: 33px;
	margin: 20px 0 0 24px;
}

.header .h-logo .h-search {
	/*width: 370px;*/
	width: 330px;
	height: 42px;
	margin: 18px 0 0 32px;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 8px;
}

.h-search .h-select,
.h-search .h-entry {
	float: left;
	line-height: 42px;
}


.h-select {
	width: 60px;
	text-align: center;
}

.h-select>span {
	width: 100%;
	display: block;
	position: relative;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.h-select>span .icon-drop-down {
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
	transition: linear .3s;
}

.h-select>span.roate .icon-drop-down {
	transform: translateY(-50%) rotate(180deg);
	transition: linear .3s;
}

/*搜索下拉*/
.h-select-down {
	width: 60px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 999;
	position: absolute;
}

.h-select-down ul li:hover {
	color: var(--main_color);
	cursor: pointer;
}

.h-search .h-entry {
	/*width: 310px;*/
	width: 270px;
}

.h-search .h-entry input {
	border: 0;
	/*width: 210px;*/
	width: 170px;
	height: 40px;
	padding: 0 20px;
	float: left;
}

/*菜单*/
.h-menu {
	/*margin: 0 0 0 48px;*/
	line-height: 78px;
}

.h-menu ul li {
	float: left;
	margin-right: 24px;
	position: relative;
}

.h-menu ul li:last-child {
	width: 57px;
}

.h-menu ul li a {
	color: rgba(0, 0, 0, 0.6);
}

.h-menu ul li:hover a {
	cursor: pointer;
	color: var(--main_color);
	font-weight: bold;
	transition: linear .3s;
}

.h-menu ul li.cur a {
	color: var(--main_color);
	font-weight: bold;
	/* color: #863032; */
}

.h-menu ul li.cur::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	background: var(--main_color);
	width: 100%;
	height: 3px;
}

.h-search-btn {
	width: 60px;
	float: left;
	text-align: center;
	cursor: pointer;
}

.h-search-btn .icon-search {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
}

.h-search-btn .icon-search:hover {
	cursor: pointer;
	color: var(--main_color);
}

/*登录按钮*/

.h-login-btn {
	width: 95px;
	height: 32px;
	line-height: 32PX;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	margin-top: 24px;
}

.h-login-btn a {
	color: #fff;
}

.login-status {
	width: 56px;
	/* display: none; */
	position: relative;
}

.login-status:hover .login-pic-down {
	display: block
}

.login-pic {
	height: 78px;
	position: relative;
}

.login-pic img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.login-pic i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
}

.login-pic-down {
	width: 80px;
	padding: 10px 24px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	text-align: left;
	line-height: 30px;
	position: absolute;
	z-index: 999;
	left: -100%;
	top: 65px;
	display: none;
}

.login-list a {
	display: block;
	/* line-height: 40px; */
	margin: 14px 0 0;
	 color: rgba(0, 0, 0, 0.6);
}

.login-list a:hover{
	color: var(--main_color);
}

.login-list .login-quit:hover{
	font-weight: 600;
}



.login-name,
a.login-quit {
	/* line-height: 50px; */
}

.login-name {
	border-bottom: 1px solid #eee;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

a.login-quit {
	border-top: 1px solid #eee;
	color: var(--main_color);
	;
}

/* ==================================================
   footer
   ================================================== */
.footer {
	font-size: 14px;
}

.footer .foot {
	padding: 40px 0;
}

.footer .foot dl {
	float: left;
}

.footer .foot dl dt {
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .foot dl dd {
	line-height: 30px;
	color: rgba(0, 0, 0, 0.6);
}

.footer .foot .foot-nav dl {
	margin-right: 120px;
}

.footer .foot .foot-nav dl a {
	color: rgba(0, 0, 0, 0.6);
}

.footer .foot .foot-nav dl a:hover {
	color: var(--main_color);
}

.footer .er-code dl {
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
}

.footer .er-code dl img {
	width: 104px;
	height: 104px;
	margin-bottom: 10px;
}

.footer .er-code dl.first {
	margin-right: 24px;
}

.footer .foot-link>div {
	line-height: 42px;
	color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-between;

}

.footer .foot-link a {
	color: rgba(0, 0, 0, 0.3);
}

.footer .foot-link a:hover {
	color: var(--main_color);
	;
}

.footer .foot-link.foot-link-login>div {
	height: 90px;
	line-height: 90px;
	justify-content: center;
}

.footer .foot-link.foot-link-login>div span {
	margin: 0 10px;
}

/* ==================================================
   登录背景色
   ================================================== */
.login-bg {
	/* height: calc(100vh - 168px); */
	padding: 40px 0;
	height: 100%;
	background:
		linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 0),
		linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 0);
	/* linear-gradient(white 1px, transparent 0), */
	/* linear-gradient(90deg, white 1px, transparent 0); */
	background-size:
		15px 15px,
		15px 15px,
		75px 75px,
		75px 75px;
	
}

/* ==================================================
   分页
   ================================================== */

.pageination_align {
	text-align: center;
	margin-top: 40px;
}

.pageination {
	color: #48576a;
	font-size: 12px;
	display: inline-block;
	user-select: none;
}

.pagination_page {
	padding: 0 4px;
	margin: 0 8px;
	border-right: 0;
	border-radius: 4px;
	background: #fff;
	font-size: 13px;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	float: left;
}



.pagination_page:hover {
	color: var(--main_bg);
}

.disabled {
	color: #ddd !important;
	cursor: not-allowed;
}

.pagination_page_active {
	border-color: var(--main_bg);
	background-color: var(--main_bg);
	color: #fff !important;
	cursor: default;
}

/* ==================================================
   搜索结果
   ================================================== */

.search-moudle {
	padding: 48px 0;
	font-size: 16px;
}

.search-moudle .search-top span {
	width: 120px;
	height: 48px;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
	background: #fff;
	border-radius: 24px 0 0 24px;
}

.search-down {
	width: 120px;
	line-height: 48px;
	height: 48px;
	text-align: center;
	border-radius: 24px 0 0 24px;
	color: rgba(0, 0, 0, 0.6);
}

.search-down span {
	position: relative;
}

.search-down i {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.search-down ul {
	width: 120px;
	text-align: center;
	position: absolute;
	display: none;
	background: #fff;
	border-radius: 4px;
	z-index: 2;
}

.search-moudle .input-box {
	width: 880px;
	border: 0;
	line-height: 48px;
	height: 48px;
	color: rgba(0, 0, 0, 0.3);
	background: #fff;
}

.search-moudle .input-box input {
	width: 96%;
	height: 48px;
	border: 0;
	padding: 0 2%;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
}

.search-right-btn {
	width: 176px;
	border-radius: 0px 24px 24px 0px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
}

.search-btm {
	display: flex;
	line-height: 40px;
	padding-left: 48px;
	font-size: 14px;
}

.search-btm ul {
	display: flex;
}

.search-btm ul li {
	margin-left: 24px;
}

.search-btm ul li a {
	color: var(--main_bg)
}

/* ==================================================
   右侧浮动框
   ================================================== */

.item-code {
	position: fixed;
	right: 68px;
	top: 31%;
	transform: translateY(-50%);
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgb(0 0 0 / 10%);
	border-radius: 8px;
	z-index: 999;
	height: 181px;
	width: 128px;
	box-sizing: border-box;
	padding: 20px;
}

.item-code-pay {
	position: fixed;
	right: 88px;
	top: 71%;
	transform: translateY(-50%);
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgb(0 0 0 / 10%);
	border-radius: 8px;
	z-index: 999;
	padding: 10px;
	display: none;
}

.item-code-pay .code_span {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.6);
	opacity: 1;
	height: 16px;
}

.pay-problem:hover .item-code-pay {
	display: block;
}

.fixed-box {
	position: fixed;
	right: 24px;
	bottom: -15px;
	transform: translateY(-50%);
	width: 60px;
	height: 113px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	z-index: 999;
}

.fixed-box ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fixed-box ul li {
	width: 24px;
	padding: 13px 0 0 0;
	cursor: pointer;
	height: 56px;
	/* width: 100%; */
	box-sizing: border-box;
}

.fixed-box ul li:hover,
.fixed-box ul li:hover a {
	color: var(--main_color);
}

.fixed-box ul::after {
	position: absolute;
	width: 24px;
	height: 1px;
	background: rgba(0, 0, 0, 0.04);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
}

.talk-text {
	font-size: 12px;
	line-height: 14px;
}

/* ==================================================
   遮罩层
   ================================================== */
.pay-mask,
.pay-masks,
.code-mask-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(8px);
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
	font-size: 14px;
}

.code-mask-box {
	display: none;
}

.machine {
	position: absolute;
	width: 264px;
	height: 278px;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.machine h3 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
}

.machine .icon-close {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.machine img {
	width: 174px;
	height: 54px;
	margin: 48px auto 24px;
}

.machine input {
	width: 220px;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #ddd;
}

.machine .yanzheng {
	width: 92px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	/* background: var(--main_bg); */
	background: rgba(134, 48, 50, 0.3);
	color: #fff;
	display: block;
	margin: 20px auto 0;
}
.machine .yanzhengy {
	width: 92px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	 background: var(--main_bg);
	/*background: rgba(134, 48, 50, 0.3);*/
	color: #fff;
	display: block;
	margin: 20px auto 0;
}

/* ==================================================
   提示框
   ================================================== */

.paper-box {
	position: absolute;
	width: 571px;
	height: 275px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 24px 24px 16px;
	box-sizing: border-box;
}


.paper-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(0,0,0,0.6);
}

.paper-top i {
	font-size: 20px;
}

.paper-center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 65px 0;
}

.paper-center i {
	color: #FF9900;
	font-size: 40px;
	margin-right: 36px;
}

.pop-msg h3 {
	margin-bottom: 8px;
}

.paper-btm {
	display: flex;
	justify-content: flex-end;
}

.paper-btm a {
	display: block;
	width: 105px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 8px;
	margin-left: 24px;
}

/*浏览更多*/
.browse-more {
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.3);
}
.browse-more:hover{
	color: #863032;
}

/* ==================================================
   nothing
   ================================================== */

.nothing {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.err-box {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/bg_404.png) no-repeat center;
	background-size: cover;
}

.err-box>img {
	margin-right: 210px;
}

.err-msg p {
	margin-bottom: 32px;
}

.err-msg a {
	width: 88px;
	height: 32px;
	line-height: 32px;
	background: var(--main_bg);
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	margin-right: 32px;
}

/* ==================================================
   APP下载
   ================================================== */

.vie-box {
	background: url(../img/vie_bg.png) no-repeat center;
	background-size: cover;
	height: 700px;
	padding-top: 36px;
}

.vie-box .vie-left {
	padding-top: 120px;
}

.vie-box .vie-left>img {
	max-width: 399px;
}

.big-font {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 6px;
}

.line {
	width: 126px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 32px 0;
}

.vie-tag span {
	font-size: 16px;
	margin-right: 16px;
	font-weight: 400;
}

.vie-tag span:last-child {
	margin-right: 0;
}

.vie-down-btn {
	width: 176px;
	height: 28px;
	text-align: center;
	margin-top: 40px;
	padding: 12px 0;
	transition: all .3s;
}

.er-code-down {
	display: none;
	transition: all .5s;
}

.er-code-down img {
	margin: 8px 0;
}

.vie-down-btn:hover {
	height: 221px;
	transition: all .3s;
}

.vie-down-btn:hover .er-code-down {
	display: block;
	transition: all .5s;
}

.vie-pic {
	margin-left: 55px;
	width: 526px;
	height: 660px;
}

.entrance {
	position: relative;
	margin: 100px 0;
}

.entrance>img {
	position: absolute;
	top: -126px;
	left: 0;
	z-index: -1;
}

.heading h3 {
	font-size: 40px;
}

.entrance ul {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.entrance ul li {
	width: 280px;
	height: 230px;
	text-align: center;
	padding: 48px;
	font-size: 14px;
	position: relative;
}

.entrance ul li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(6px);
	border-radius: 8px;
}

.ent-ico-box {
	width: 62px;
	height: 62px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.entrance ul li .ent-ico {
	width: 62px;
	height: 57px;
	position: absolute;
	background: url(../img/ico/app_down_ico01.png) no-repeat center;
	background-size: 62px 57px;
	animation: rotate 8s linear infinite;
	transition: linear .3s;
}

.entrance ul li:nth-child(2) .ent-ico {
	background: url(../img/ico/app_down_ico02.png) no-repeat center;
}

.entrance ul li:nth-child(3) .ent-ico {
	background: url(../img/ico/app_down_ico03.png) no-repeat center;
}


@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

.ent-ico-word h4 {
	font-size: 18px;
	margin-bottom: 24px;
}

.ent-ico-word p {
	line-height: 28px;
	text-align: justify;
}

.assist {
	width: 938px;
	margin: 138px auto;
	display: flex;
	align-items: center;
}

.ass-word {
	margin-left: 128px;
}

.ass-word-top {
	font-size: 20px;
	display: flex;
	align-items: center;
}

.ass-num {
	font-size: 50px;
	font-weight: bold;
	font-family: 'numfont';
	letter-spacing: -10px;
	margin-right: 20px;
}

.ass-num-right p:nth-child(1) {
	font-weight: bold;
	margin-bottom: 16px;
}

.ass-num-right p:nth-child(2) {
	font-size: 16px;
}

.ass-word-btm {
	font-size: 20px;
	font-weight: bold;
	margin-top: 32px;
}

.product-desc img {
	margin: 60px auto 170px;
	display: block;
}

.artificial {
	width: 46px;
	height: 32px;
	line-height: 32px;
	border-radius: 8px;
	text-align: center;
	margin-right: 16px;
	cursor: pointer;
}

.artificial_true {
	border: 1px solid #00CF95;
	color: #00CF95;
}

.artificial_false {
	border: 1px solid #FF0000;
	color: #FF0000;
}

.artificial_true_active {
	background: #00CF95;
	color: #fff;
}

.artificial_false_active {
	background: #FF0000;
	color: #fff;
}

.more_question {
	clear: both;
	width: 105px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.16078431372549018);
	border-radius: 8px;
	background: #fff;
	margin: 24px auto 0 auto;
}

.box-bottonmargin {
	margin-bottom: 60px;
}

.option_true {
	background: #00cf95;
	color: #fff;
}

.option_false {
	background-color: #FF0000;
	color: #fff;
}


.layui-layer-btn .layui-layer-btn0 {
	background: var(--main_color, #863032) !important;
	border-color: var(--main_color, #863032) !important;
}

.exam-close{
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer;
}


#speed {
	cursor: pointer;
	float: right;
	margin-right: 5px;
	margin-top: 13px;
	width: 24px;
	height: 24px;
	background: url(/assets/img/speed.png) no-repeat;
	background-size: contain;

}
.speed_list {
	right: 10px;
	position: absolute;
	bottom: 45px;
	width: 80px;
	background: rgba(60, 60, 60, .95);
	font-size: 14px;
	color: #ebecec;
	z-index: 10000;
	text-align: left;
	display: none;
}

.speed_list ul {
	list-style-type: none;
	max-height: 150px;
	overflow-y: auto;
	padding-left: 16px;
	margin-top: 5px;
}

.speed_list ul li {
	height: 28px;
	padding-left: 10px;
}

.speed_list ul li span {
	line-height: 28px;
}

.speed_list ul li.current {
	color: #30adf2;
	padding-left: 0;
}


