/* 登录 */
.load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
.jinhd{
	overflow: hidden;
}
.pageHelpys {
	text-align: center;
	margin-top: 23px;
}

#pageHelp .layui-laypage {
	margin: 0 !important;
}

#pageHelp .pagehelpAvtive {
	font-weight: bold;
}
.jbxx_ul df{
	width:calc(100% - 171px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	float:left;
}
.login-body {
	background-color: #4b95ff;
}

.login-main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	display: flex;
	width: 90.625%;
	height: 790px;
}

.login-img {
	display: flex;
	flex: 1;
	margin-right: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 10px 10px 80px -20px #000;
	background-image: url(../img/login.jpg);
	background-size: cover!important;
	background-position: center!important;
}

/* .login-img img {
	height: 100%;
	width: auto;
} */

.login-form-wrap {
	background-color: #fff;
	border-radius: 20px;
	padding: 95px 43px 0;
}

.login-form-wrap>h2 {
	font-size: 50px;
}

.login-form-wrap>p {
	font-size: 20px;
	color: #999;
	margin-top: 35px;
}


.login-form {
	margin-top: 75px;
}


.inp {
	display: flex;
	align-items: center;
	margin-top: 33px;
}

.login-form .inp:first-child {
	margin-top: 0;
}

.inp>span {
	width: 60px;
	font-size: 20px;
}

.inp>input {
	font-size: 20px;
	padding: 22px 15px;
	border: 1px solid #b1b3cc;
	border-radius: 8px;
	/* width: 413px; */
	flex: 1;
	box-sizing: border-box;
}

.forgot_password {
	text-align: right;
	margin-top: 44px;
}

.forgot_password a {
	font-size: 18px;
	color: #999;
}

.login-btn {
	width: 100%;
	line-height: 66px;
	border-radius: 33px;
	border: 0;
	background-color: #1d64da;
	color: #fff;
	font-size: 24px;
	margin-top: 55px;
	display: inline-block;
	text-align: center;
}



/* 登录 */



/* 首页 */
.main {
	padding-bottom: 30px;
}

.top {
	display: flex;
	background-color: #2359d3;
	height: 80px;
	line-height: 100px;
	align-items: center;
}

.logo {
	background-color: #e0e8f8;
	padding: 5px 45px 5px 60px;
	height: 100%;
	box-sizing: border-box
}

.logo img {
	width: 72px;
}

.top>span {
	margin-left: 15px;
	font-size: 30px;
	color: #fff;
	font-family: '楷体', '宋体';
}

.toplink {
	margin-right: 70px;
	margin-left: auto;
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fefefe;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ffffff;
}


.wrap {
	/* width: 85%; */
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.wrpa-l {
	width: 22.2222%;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 15px -10px #000000;
}

.wrap-r {
	width: 75.8%;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}

.user {
	background-image: url(../img/user-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 60px 40px;
	height: 100%;
}

.user-img {
	width: 131px;
	height: 131px;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #3f6ed9;
}

.user-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-name {
	text-align: center;
	width: 200px;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 22px;
	color: #fff;
	margin-top: 15px;
}

.user-btn {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.user-btn button {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	border-radius: 20px;
	border: 0;
	width: 44%;
}

.user-btn button:first-child {
	background-color: #28a7e1;
}


.user-btn button:last-child {
	background-color: #4175eb;
}

.box {
	height: 100%;
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 25px 15px 22px;
	box-shadow: 0px 0px 15px -10px #000000;
}

.xxList_titleTd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.learn-list {
	width: 68.613%;
	box-sizing: border-box;
	border-radius: 20px;
}

.pie-chart {
	width: 29.56%;
}

.tit {
	font-size: 22px;
	display: flex;
	align-items: flex-end
}

.blue-btn {
	font-size: 16px;
	color: #fff;
	box-shadow: 3px 3px 0 0 #4175eb77;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	border: 0;
	background-color: #4175eb;
	margin-left: auto;
}

.table {
	margin-top: 13px;
}

.table table {
	width: 100%;
}

.table table thead tr {
	background-color: #e0e8f8;
}

.table table tbody tr:nth-child(odd) {
	background-color: rgba(224, 232, 248, 0.1);
}

.table table tbody tr:nth-child(even) {
	background-color: rgba(224, 232, 248, 0.4);
}

.table table td,
.table table th {
	text-align: center;
	line-height: 40px;
	font-size: 14px;

	text-align: left;
	padding: 0 16px;
}

.tab-btn {
	line-height: 26px;
	background-color: transparent;
	border: 1px solid #2359d3;
	border-radius: 5px;
	color: #2359d3;
	padding: 0 10px;
	display: inline-block;
}

.page {
	display: flex;
	justify-content: center;
	line-height: 26px;
	margin-top: 23px;
}

.page button {
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-color: transparent;
	padding: 0 8px;
	font-size: 14px;
	margin: 0 2px;
}

.page span {
	color: #999;
	font-size: 14px;
	margin: 0 5px;
}


.page input {
	text-align: center;
	width: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.pie-chart {
	box-shadow: 0px 0px 15px -10px #000000;
}

.assess {
	width: 100%;
}

.scores-wrap {
	height: 100%;
}

.scores {
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.scores>div {
	width: 32%;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	padding: 22px 0 25px;
}

.scores>div>img {
	border-radius: 10px;
}

.scores>div>p {
	font-size: 18px;
	margin-top: 10px;
}

.scores>div>h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
}

.practice-time {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4175eb;
	height: 215px;
	width: 100%;
	border-radius: 10px;
	margin-top: 30px;
}

.practice-time p {
	line-height: 50px;
	font-size: 36px;
	color: #fefefe;
}

.practice-time p span {
	display: inline-block;
	background-color: #fff;
	color: #4175eb;
	border-radius: 5px;
	padding: 0 8px;
}

.wrap-bottom {
	width: 32.5%;
}

.cop {
	text-align: center;
	color: #aaafb9;
	font-size: 18px;
	font-weight: 100;
	margin-top: 25px;
}

.mine-mes,
.parse,
.cue {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.mask {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .42);
}

.pop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 20px;
	width: 565px;
}

.pop h2 {
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	/* background-color: #e0e8f8; */
	border-radius: 20px 20px 0 0;
	color: #fff;
	background-color: #2359d3;
}


.mine {
	padding: 63px 0 100px;
}

.mine-inp {
	display: flex;
	align-items: center;
	width: 355px;
	margin: 0 auto 25px;
}

.mine-inp span {
	font-size: 18px;
	text-align: right;
}

.mine-inp label {
	position: relative;
}

.mine-inp label input[type=file] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.mine-inp>div {
	flex: 1;
	margin-left: 33px;
	font-size: 18px;
}

.mine-inp label {
	display: inline-block;
	margin: 0 auto;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	overflow: hidden;
}

.mine-inp label img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mine-inp label p {
	position: relative;
	margin-top: -35px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	background-color: #1684fc;
	color: #ffffff;
	font-size: 16px;
}

.mine-inp>span {
	display: inline-block;
	width: 80px;
	font-family: '黑体';
	font-weight: 600;
}

.mine-inp>input {
	width: 245px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	font-size: 18px;
	margin-left: 33px;
	padding: 10px 12px;
}

.mine-btn {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.pop-btn {
	color: #fefefe;
	font-size: 20px;
	line-height: 44px;
	width: 130px;
	text-align: center;
	border: 0;
	border-radius: 22px;
	background-color: #4175eb;
	margin: 0 auto;
	display: block;
}

.mine-btn .pop-btn {
	margin: 0 15px;
}

.mine-btn .pop-btn:first-child {
	background-color: #28a7e1;
}

.pop-contant {
	padding: 35px 50px 30px;
}

.pop-contant p {
	font-size: 20px;
	line-height: 50px;
}

/* 首页 */

/* 学习看板 */

.study-main {
	padding-bottom: 15px;
}

.main-wrap {
	position: relative;
}

.study-contant {
	position: relative;
	/* width: 93.75%; */
	/* height: calc(100vh - 100px - 58px - 10px); */
	width: 1600px;
	padding: 5px 5px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	/* overflow: hidden; */
}

.main-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.main-wrap_wupms .study-default {
	width: 99% !important;
}

.main-wrap_wupms .stydy-toogle.box {
	opacity: 0 !important;
	position: relative !important;
	z-index: -1 !important;
}

.main-wrap_wupms .study-contant-right>.jind_rgba {
	border-radius: 14px !important;
}

.stydy-toogle {
	flex-shrink: 0;
	width: 75px;
	height: auto;
	margin: 0 20px;
	/* margin-bottom: -55px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0;

}

.stydy-toogle>h3 {
	font-size: 22px;
	text-align: center;
	line-height: 70px;
	width: 100%;
}

/* .stydy-toogle .set-tog {
	height: 112px;
    line-height: 112px;
    background-image: url(../img/yuan.png);
    background-size: auto 50%;
    background-position: 45px -15px;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #fff
} */

.img {


	position: absolute;
	bottom: 0;
	height: 620px;
	line-height: 620px;
	margin-top: auto;
	width: 100%;
	text-align: center;
	cursor: pointer;
	/* box-shadow: 0px 0px 15px -10px #000; */
	border-radius: 20px;
}

.stydy-toogle .roted180 {
	transform: rotate(180deg);
}

.study-default {
	flex-shrink: 0;
	width: 93.3%;
	/* height: calc(100vh - 100px - 58px); */
	display: flex;
	justify-content: space-between;
}

.study-contant-left {
	width: 37.322%;
	padding-left: 5px;
}

.study-contant-right {
	width: 61.3%;
	position: relative;
}

.study-contant-right .jind_rgba {
	border-radius: 14px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.stydy-toogle.box .jind_rgba {
	border-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	left: -20px;
	width: calc(100% + 20px);
}

.answer .jind_rgba {
	-background: none;
	display: none;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 14px !important;
}

.stydy-toogle.box {
	position: relative;
}

.jind_rgba {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	-background: rgba(255, 255, 255, .5);
	background: rgba(0, 0, 0, .5);
	cursor: no-drop;
}

.setting {
	background-image: url(../img/setting-bg.jpg);
	background-size: cover;
	padding: 20px 75px;
	height: auto;
}

.setting>h3 {
	text-align: center;
	color: #fefefe;
	font-size: 22px;
}

.set-slider {
	display: flex;
	/* margin-top: 30px; */
	align-items: center;
}

.set-slider .demo-slider {
	flex: 1;
}

.set-slider span {
	display: inline-block;
	width: 120px;
	font-size: 20px;
	color: #fefefe;
}

.set-slider span img {
	height: 20px;
}

.study-collapse .layui-collapse {
	border: 0;
}

.study-collapse .layui-colla-item {
	margin-top: 8px;
	box-shadow: 0px 0px 15px -10px #000000;
	border-radius: 20px;
	overflow: hidden;
}

.study-col {
	height: 90px;
	line-height: 90px;
	padding: 0 60px 0 30px;
	background-color: #fff;
	font-size: 24px;
	position: relative;
}

.study-col img {
	width: 60px;
	margin-right: 21px;
}

.study-col .layui-colla-icon {
	left: auto;
	right: 60px;
	font-size: 28px;
	color: #999999;
}

.study-list-contant {
	padding: 15px 30px;
	height: 400px;
	overflow-y: auto;
}

.study-list-contant::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
	background-color: #e0dede;
}

.study-list-contant::-webkit-scrollbar-thumb {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #1684fc;
}

.study-list-contant ul li {
	-line-height: 70px;
	background-color: #e0e8f8;
	/* background-color: #2992ea; */
	/* color: #fff; */
	font-size: 20px;
	border-radius: 10px;
	padding: 0 47px 0 30px;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
	cursor: pointer;

	line-height: 30px;
	padding: 20px 30px;
}

.study-list-contant ul li:hover {
	background-color: #d4ddef;
}

.study-list-contant ul li span {
	float: right;
}

.wxts_li {
	display: none;
}

.wxts_tanc l {
	display: block;
}

.study-list-contant ul li i {
	float: right;
	margin-right: 20px;
	color: #6bc8f2;
}

.study-contant-title {
	line-height: 70px;
	height: 70px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -10px #000000;
	display: flex;
	font-size: 22px;
	padding: 0 35px;
	box-sizing: border-box;
	align-items: center;
}

.study-contant-title button {
	height: 30px;
	color: #e0e8f8;
	-background-color: #4175eb;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 10px;
	margin-left: 5px;
	background-image: url(../img/botbtn.png);
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 50%;
}

.toggleimg d {
	font-family: cursive;
	font-size: 15px;
	margin-left: 5px;
}

.toggleimg_yxs {
	transform: rotate(180deg);
}

.study-contant-title span {
	margin-left: auto;
}

.study-contant-center {
	position: relative;
	margin-top: 10px;
	box-shadow: 0px 0px 15px -10px #000000;
	border-radius: 20px;
}

.problem-main {
	position: relative;
	height: 580px;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #fff;
	top: 0;
	border-radius: 20px;
}

.topic_timg {
	width: 100%;
	position: relative;
}

.topic_timg>img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.topic_timg>img:nth-child(1) {
	position: relative;
}

.problem-main>div>img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.problem-main>div {
	position: absolute;
}

.topic_con {
	top: 0px;
	position: static !important;
	height: 100%;
	overflow: auto;
}

.study-contant-title l {
	width: calc(100% - 180px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.question-con_topic {
	top: 0px;
	position: static !important;
	height: 100%;
	overflow: auto;
	padding: 15px 30px 20px 30px !important;
}

.question .topic {
	padding: 15px 30px 20px 30px !important;
}

.question-con_topic::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
	background-color: #e0dede;
}

.question-con_topic::-webkit-scrollbar-thumb {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #1684fc;
}

.topic_con::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
	background-color: #e0dede;
}

.topic_con::-webkit-scrollbar-thumb {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #1684fc;
}

.topic {
	padding: 15px 115px 20px 30px;
	font-size: 20px;
}

.topic p>img {
	cursor: pointer;
}

.topic p {
	line-height: 30px;
	opacity: .4;
}

.qudiaoLx {
	opacity: 0;
	position: relative;
	z-index: -1;
}

.topic_acc {
	opacity: 1 !important;
}

.topic p l {
	cursor: pointer;
}

.answer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background-color: #e0e8f8;
	border-radius: 0 0 20px 20px;
	position: relative;
}

.recording-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	line-height: 35px;
	height: 35px;
	background-color: #86a2e2;
	border-radius: 10px;
	color: #e0e8f8;
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
}

.reset_luyin {
	position: absolute;
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	display: none;
}

.recording_dtj .reset_luyin {
	display: flex !important;
}

.recording-btn {
	position: relative;
	overflow: hidden;
}

.jbxxStart_jinz {
	cursor: no-drop !important;
	opacity: .5;
}

.shSubmit_jinz {
	cursor: no-drop !important;
	opacity: .5;
}

.luyinSub_jinz {
	cursor: no-drop !important;
	opacity: .5;
}

.recording-btn img {
	width: 18px;
	margin-right: 15px;
}

.answer_audio {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.answer_wenz {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.recording-btn input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 0;
	box-sizing: border-box;
	padding-left: 10px;
}

/* .jinhd {
	overflow: hidden;
} */

.pingyu_ck {
	display: none;
	cursor: pointer;
	margin-right: 20px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	background-color: #2359d3;
	color: #fff;
}

.sub-btn {
	line-height: 35px;
	height: 35px;
	color: #e0e8f8;
	background-color: #4175eb;
	border: 0;
	border-radius: 10px;
	font-size: 16px;
	padding: 0 18px;
}

.answer_text {
	height: 35px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	margin-right: 10px;
	width: 400px; /*calc(100% - 200px);*/
}

.study-unfold {
	width: 93.3%;
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
}

.question {
	width: 37.322%;
}

.question-con {
	padding: 30px 20px;
	height: 595px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.question-con>div {
	position: absolute;
	top: 0;
}

.question-con p {
	font-size: 20px;
	line-height: 30px;
}

.problem-wrpa {
	width: 61.3%;
	box-shadow: 0px 0px 15px -10px #000000;
	border-radius: 20px;
}

.problem-tit {
	text-align: center;
	font-size: 26px;
	line-height: 70px;
	border-bottom: 1px solid #ebebeb;
}

.problem-contant {
	padding: 30px 25px;
	height: 560px;
	overflow: auto;
}

.problem-contant::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
	background-color: #e0dede;
}

.problem-contant::-webkit-scrollbar-thumb {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #1684fc;
}

.problem {
	margin-bottom: 25px;
}

.problem>h3 {
	font-size: 22px;
}

.problem label {
	display: inline-block;
	margin-top: 25px;
}

.problem label span {
	display: inline-block;
	font-size: 16px;
	min-width: 120px;
	text-align: right;
}

.problem label input,.problem label textarea {
	width: 155px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	padding: 7px;
	-font-size: 18px;
	font-size: 16px;
}

.problem label textarea {
	width: 220px;
	vertical-align: text-top;
}

.problem>table {
	width: 100%;
	margin-top: 15px;
	box-sizing: border-box;
}

.problem>table td,
.problem>table th {
	line-height: 40px;
	padding-left: 10px;
	text-align: left;
	border: 1px solid #D7D7D7;
}

.problem>table td input {
	width: 100%;
	height: 100%;
	border: 0;
}

.problem>table th {
	font-size: 18px;
}

.problem>table td {
	font-size: 16px;
}

.trs td:nth-child(1) {
	width: 5%;
	text-align: center;
	padding-left: 0;
}

.trs td:nth-child(1) label {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trs td:nth-child(1) label input {
	width: 0;
	display: none;
}

.trs td:nth-child(1) label i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.trs td:nth-child(1) label input:checked+i {
	background-image: url(../img/check.png);
}

.trs td:nth-child(2) {
	width: 19%;
}

.trs td:nth-child(2) {
	width: 19%;
}

.trs td:nth-child(3) {
	width: 50.5%;
}

.problem>h3 button {
	line-height: 26px;
	border: 1px solid #2359d3;
	color: #2359d3;
	font-size: 16px;
	background-color: transparent;
	border-radius: 5px;
	padding: 0 10px;
}

.study-list-contant p {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.study-mes-btn {
	margin-top: 30px;
	display: flex;
	justify-content: center;

}

.study-mes-btn button {
	line-height: 44px;
	margin: 0 15px;
	width: 130px;
	border-radius: 5px;
	background-color: transparent;
	box-sizing: border-box;
}

.study-mes-btn button:last-child {
	border: 1px solid #4175eb;
	color: #4175eb;
}

.study-mes-btn button:first-child {
	background-color: #4175eb;
	color: #fff;
	border: 0;
}

/*.luyinn{
	position: fixed;
    left: -100%;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
*/


.script-slider {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.sp {
	width: 100px;
	font-size: 20px;
	text-align: center;
}

.script-slider .demo-slider {
	flex: 1;
}

.cx_jdsx {
	flex: 1;
}

.cx_jdsx span {
	cursor: pointer;
}

.cx_jdsx_ac {
	color: #000;
	font-weight: 600;
}

.cx_renwuone {
	width: 100%;
	line-height: 45px;
	height: 45px;
	padding: 0 18px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/sel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.cx_renwutwo {
	width: 100%;
	line-height: 45px;
	height: 45px;
	padding: 0 18px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/sel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.script-selec {
	display: flex;
	align-items: center;
	margin-top: 23px;
}

.script-selec select {
	font-size: 20px;
}

.script-selec form {
	flex: 1;
}

.jdsx_select {
	width: 100%;
	overflow: hidden;
	display: block;
}

.jdsx_select .sp {
	float: left;
}

.jdsx_select .cx_jdsx {
	width: calc(100% - 100px);
	float: left;
	overflow: hidden;
}

.jdsx_select .cx_jdsx span {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.script-selec form .layui-input-inline {
	width: 100%;
}

.script-selec .layui-input {
	line-height: 45px;
	height: 45px;
	padding: 0 18px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/sel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.layui-select-title .layui-edge {
	display: none;
}

.script-selec .layui-form-select dl dd.layui-this {
	background-color: #2359d3;
}

.r-sp {
	font-size: 20px;
	margin-right: 30px;
}

.layui-colla-content {
	color: #333;
}

.pageHelpys_neiy {
	text-align: center;
	margin-top: 20px;
}

.time_remaining {
	display: flex;
	height: 55px;
	align-items: center;
	background-color: #e0e9fb;
	border-radius: 5px;
}

.time_remaining p {
	margin-left: 40px;
}

.time_remaining button {
	/* background-color: #2359d3; */
	background-color: transparent;
	border: 0;
	margin-left: auto;
	/* color: #fff; */
	font-size: 22px;
	border-radius: 5px;
	line-height: 32px;
	padding: 0 20px;
	opacity: 0.57;
	margin-right: 20px;
}

.password {
	margin: 0 auto;
	width: 420px;
	height: calc(100vh - 80px - 58px);
	text-align: center;
	box-sizing: border-box;
	padding-top: 160px;
}

.password>h2 {
	color: #33435a;
	font-size: 40px;
}

.password>p {
	color: #999999;
	font-size: 20px;
	margin: 25px 0 50px;
}

.password_inp {
	display: flex;
	align-items: center;
	padding: 10px 13px;
	border: 1px solid #dbdad8;
	border-radius: 6px;
	margin-bottom: 30px;
}

.password_inp input {
	font-size: 20px;
	padding: 0 15px;
	border: 0;
}

.password-btn {
	width: 100%;
	background-color: #0089ff;
	border-radius: 6px;
	line-height: 50px;
	color: #ffffff;
	font-size: 20px;
	border: 0;
}

/* 学习看板 */

@media screen and (max-width: 1600px) {
	
	.user {
	    padding: 20px 40px 40px;
	    
	}
	.login-main {
		height: 560px;
	}

	.login-form-wrap {
		padding: 60px 50px 0;
	}

	.login-form-wrap>p {
		font-size: 16px;
		margin-top: 20px;
	}
	.inp>span {
		font-size: 18px;
	}

	.login-btn {
		line-height: 55px;
		border-radius: 27px;
		font-size: 20px;
		margin-top: 35px;
	}

	.login-form {
		margin-top: 55px;
	}

	.inp>input {
		font-size: 18px;
		padding: 15px 15px;
	}
	.login-form-wrap>h2 {
	    font-size: 36px;
	}
	
	.forgot_password {
	    font-size: 12px;
	    margin-top: 25px;
	}
	
	.mine {
	    padding: 35px 0 45px;
	}

	.wrap,
	.study-contant {
		width: 1300px;
	}

	.scores {
		margin-top: 50px;
	}

	.scores>div {
		padding: 15px 0 15px;
	}

	.scores>div>img {
		width: 50px;
	}

	.user-btn button {
		font-size: 16px;
	}

	.practice-time p {
		font-size: 32px;
	}

	.stydy-toogle {
		width: 70px;
		margin: 0 12px;
	}

	.stydy-toogle>h3 {
		font-size: 20px;
	}

	.logo img {
		width: 49px;
	}

	.top {
		height: 60px;
	}

	.toplink {
		width: 65px;
		height: 26px;
		line-height: 26px;
	}

	.setting>h3 {
		font-size: 20px;
	}

	.study-contant-title {
		line-height: 50px;
		height: 50px;
		border-radius: 10px;
		font-size: 18px;
	}

	.study-col {
		height: 70px;
		line-height: 70px;
		font-size: 20px;
	}

	.study-col img {
		width: 45px;
		margin-right: 15px;
	}

	.study-list-contant ul li {
		line-height: 50px;
		font-size: 16px;
	}

	.study-list-contant {
		height: 260px;
		padding: 10px 25px;
	}

	.study-collapse .layui-colla-item {
		border-radius: 15px;
	}

	.study-mes-btn button {
		line-height: 32px;
		width: 110px;
	}

	.problem-main {
		height: 425px;
		margin-bottom: 10px;
	}

	.answer {
		height: 55px;
		font-size: 14px;
	}

	.recording-btn img {
		width: 14px;
		margin-right: 10px;
	}

	.recording-btn {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 5px;
	}

	.sub-btn {
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		border-radius: 5px;
	}

	.topic {
		padding: 5px 115px 20px 30px;
		font-size: 18px;
	}

	.question-con {
		height: 435px;
	}

	.problem-tit {
		font-size: 22px;
		line-height: 50px;
	}

	.study-contant {
		/* height: calc(100vh - 100px - 40px); */
		margin-top: 20px;
	}

	.cop {
		margin-top: 10px;
		font-size: 16px;
	}

	.problem-contant {
		height: 445px;
		padding: 20px;
	}

	/* .problem-wrpa {
		margin-bottom: 5px;
	} */

	.problem>h3 {
		font-size: 20px;
	}

	.problem label input,.problem label textarea {
		width: 120px;
		font-size: 14px;
	}
	

	.problem label span {
		font-size: 14px;
		min-width: 105px;
	}

	.problem label {
		margin-top: 15px;
	}

	.problem>table th {
		font-size: 14px;
	}

	.trs td:nth-child(1) label i {
		width: 15px;
		height: 15px;
	}

	.problem>table td,
	.problem>table th {
		line-height: 35px;
	}

	.problem>table td {
		font-size: 14px;
	}

	.img {
		height: 435px;
		line-height: 435px;
	}
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #2359d3 !important;
}

.layui-layer .layui-layer-btn .layui-layer-btn0 {
	position: absolute;
	top: 15px;
	right: 40px;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.layui-layer-title {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px !important;
}
.layui-layer-setwin {
    right: 15px !important;
    top: 11px !important;
}