/*列表开始*/
body {
	background: #F9F9F9;
}
.page-content {
	margin: 0 auto;
	width: 1200px;
}
@media (width <= 1200px) {
	.page-content {
			padding: 0 6px;
	}
}
.page-content .page-nav {
	font-size: 14px;
	color: #888888;
	letter-spacing: 0;
	font-weight: 400;
	padding: 12px 0;
}
.page-container {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 80px;
}

/* 左侧列表区域 */
.page-left-jqzt .jqzt-top {
	width: 850px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px 0 30px;
}
.page-left-jqzt .jqzt-top .p1 {
	width: fit-content;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #21252A;
	font-weight: 500;
}
.page-left-jqzt .jqzt-top .p2 {
	width: fit-content;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #21252A;
	font-weight: 400;
	position: relative;
	box-sizing: border-box;
	padding-right: 18px;
	cursor: pointer;
}
.page-left-jqzt .jqzt-top .p2::before {
    position: absolute;
    content: '';
    top: 2px;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../../_ext/resource.gximg.cn/bf0c34_llkhcyeo14.png) center no-repeat;
    background-size: 100%;
}
.page-left-jqzt .jqzt-container {
	margin-top: 20px;
}
.page-left-jqzt .jqzt-cont {
	margin-top: 20px;
	width: 100%;
	height: 404px;
}
.page-left-jqzt .jqzt-cont-top {
	width: 100%;
	height: 165px;
	background: #383838;
	border-radius: 12px;
}
.page-left-jqzt .jqzt-cont-top .p1 {
	box-sizing: border-box;
	padding-top: 8px;
	padding-left: 30px;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 900;
}
.page-left-jqzt .jqzt-cont-top .p1 .sp1 {
	margin-left: 10px;
	display: inline-block;
	font-size: 34px;
	color: #6E64A4;
	font-weight: 900;
}
.page-left-jqzt .jqzt-cont {
	position: relative;
}
.page-left-jqzt .jqzt-cont-bottom {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 810px;
	display: flex;
}
.page-left-jqzt .jqzt-cont-bottom .jqzt-box {
	width: 195px;
	height: 344px;
	background: #776EA5;
	border-radius: 8px;
	margin-right: 10px;
}
.page-left-jqzt .jqzt-cont-bottom .jqzt-box:nth-child(4n) {
	margin-right: 0;
}
.page-left-jqzt .jqzt-cont-bottom .jqzt-box .jqzt-box-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 16px;
}
.page-left-jqzt .jqzt-cont-bottom .jqzt-box .jqzt-box-title {
	flex: 1;
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 700;
}
.page-left-jqzt .jqzt-cont-bottom .jqzt-box .jqzt-box-lock {
	width: 64px;
	height: 24px;
	line-height: 24px;
	background: #463C7C;
	border-radius: 12px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
	cursor: pointer;
}
.page-left-jqzt .jqzt-cont-bottom .jqzt-box .jqzt-box-lock::before {
	position: absolute;
	content: '';
	top: 5px;
    left: 6px;
	width: 12px;
	height: 12px;
	background: url(../../_ext/resource.gximg.cn/b9550a_ltqopp4e3.png) center no-repeat;
	background-size: 100%;
}
.page-left-jqzt .jqzt-cont-bottom .jqzt-box .jqzt-box-bottom {
	width: 100%;
	height: 298px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 7px;
}
.page-left-jqzt .jqzt-ul {
	box-sizing: border-box;
	padding: 4px;
}
.page-left-jqzt .jqzt-ul li {
	width: 100%;
	height: 72px;
	box-sizing: border-box;
	padding-top: 16px;
	padding: 16px 12px 0 12px;
	position: relative;
	border-radius: 8px;
}
.page-left-jqzt .jqzt-ul li::after {
	position: absolute;
	content: '';
	left: 12px;
	bottom: 0;
	width: 162px;
	height: 0.5px;
	background: #E6E6E6;
}
.page-left-jqzt .jqzt-ul li:hover {
	background: #efeaff;
}
.page-left-jqzt .jqzt-ul li:hover::after {
	height: 0;
}
.page-left-jqzt .jqzt-ul li .btn1 {
	position: absolute;
	top: 27px;
	right: 8px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.05);
	border-radius: 17px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
}
.page-left-jqzt .jqzt-ul li .btn2 {
	position: absolute;
	top: 29px;
	right: 12px;
	width: 16px;
	height: 16px;
	background: url(../../_ext/resource.gximg.cn/4cf714_ltsgvglo3.png) center no-repeat;
	background-size: 100%;
	border-radius: 50%;
}
.page-left-jqzt .jqzt-ul li .btn3 {
	position: absolute;
	top: 29px;
	right: 12px;
	width: 16px;
	height: 16px;
	background: url(../../_ext/resource.gximg.cn/b9550a_ltqopp5o4.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.page-left-jqzt .jqzt-ul li:hover .mask-box {
	display: block;
}
.page-left-jqzt .jqzt-ul li .mask-box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 185px;
	height: 74px;
	background: #efeaff;
	border-radius: 8px;
	padding: 8px 12px;
	box-sizing: border-box;
}
.page-left-jqzt .jqzt-ul li .mask-box .mask-title {
	font-size: 16px;
	color: #444444;
	font-weight: 700;
}
.page-left-jqzt .jqzt-ul li .mask-box .mask-cont {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
}
.page-left-jqzt .jqzt-ul li .mask-box .mask-cont .btn-cz {
	width: 65px;
	height: 24px;
	line-height: 24px;
	background: #FFFFFF;
	border-radius: 12px;
	text-align: center;
	font-size: 14px;
	color: #463C7C;
	font-weight: 400;
	cursor: pointer;
}
.page-left-jqzt .jqzt-ul li .mask-box .mask-cont .btn-ckbg {
	width: 80px;
	height: 24px;
	line-height: 24px;
	background: #6E64A4;
	border-radius: 12px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
}
.page-left-jqzt .jqzt-ul li:last-child::after {
	height: 0;
}
.page-left-jqzt .jqzt-ul li .p1 {
	font-size: 16px;
	color: #444444;
	font-weight: 700;
}
.page-left-jqzt .jqzt-ul li .p2 {
	margin-top: 4px;
	font-size: 14px;
	color: #21252A;
	font-weight: 400;
}



/*兑换码弹窗样式*/
.exchange_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
}
.exchange_dialog {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: auto;
	padding: 46px 26px 26px;
	background: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 102;
}

.exchange_dialog .dialog_close {
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}

.exchange_dialog .dialog_title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	text-align: center;
	line-height: 30px;
}

.exchange_dialog .dialog_two {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.exchange_dialog .dialog_two .two_left {
	width: 366px;
	height: 56px;
	padding: 10px 20px 10px 28px;
	background: #FFFFFF;
	border: 1px solid #D8D6D6;
	border-radius: 33px;
	box-sizing: border-box;
}

.exchange_dialog .dialog_two .two_left .pwd_input {
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 34px;
	border: 0;
	outline: none;
}

.exchange_dialog .dialog_two .two_left .pwd_input::placeholder {
	color: #B9B5B5;
}

.exchange_dialog .dialog_two .two_right {
	width: 172px;
	height: 56px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 9.29px;
	text-align: center;
	line-height: 56px;
	background-image: linear-gradient(180deg, #FF6565 0%, #EF5050 37%, #D22B2B 100%);
	border-radius: 33px;
	cursor: pointer;
}

.exchange_dialog .error {
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #EB3434;
	padding-top: 11px;
	padding-left: 28px;
	box-sizing: border-box;
}

.exchange_dialog .dialog_three {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 16px 16px 16px 29px;
	background: #FFF2F2;
	box-sizing: border-box;
}

.exchange_dialog .dialog_three .three_left .left_title {
	font-size: 24px;
	font-weight: bold;
	color: #F91515;
	line-height: 24px;
}

.exchange_dialog .dialog_three .three_left .left_intro {
	padding-top: 18px;
	font-size: 20px;
	color: #333333;
	line-height: 37px;
}

.exchange_dialog .dialog_three .three_left .left_intro .intro_span {
	font-weight: bold;
	color: #F91515;
}

.exchange_dialog .dialog_three .right_img {
	width: 154px;
	height: 154px;
}

/* 口语题库弹框 */
.kytk_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
}
.kytk_dialog {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
	z-index: 102;
}
.kytk_dialog .kytk-img {
	width: 100%;
	height: auto;
}
.kytk_dialog .dialog_close {
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}

