/*css初始化*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

li {
	list-style: none;
}

a,
img {
	border: 0;
}


/* @font-face {
    font-family: ;
} */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

button {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #f6f7fb;
	line-height: 1.15;
	min-width: 350px;
}

.container {
	padding: 0;
	width: 100%;
}

.row {
	margin: 0;
}

/* 导航 */
.container {
	/* padding: 30px 10%; */
	margin: 30px auto;
}

.container>.row {
	padding: 10px 4%;
}

.nav {
	margin: 0 auto;
	background-color: white;
}
.active{
	height: 100%;
}
body .mob_nav {
	background-color: rgb(255 255 255);
	height: 50px;
	position: fixed;
	padding: 10px 0;
	top: -30px;
	color: #615e5e;
	z-index: 9;
}

.mob_nav>p {
	/* padding-left: 20px; */
	line-height: 34px;
}
.top-nav>div{
	padding-right: 0;
}
.top-nav>div:nth-child(2) {
	text-align: right;
	line-height: 36px;
}

.top-nav ul li {
	float: left;
}

.top-nav a {
	padding: 0 5px;
	color: black;
	text-align: center;
}


.nav .img {
	height: 300px;
	background-color: palegoldenrod;
	margin: 0;
	width: 100%;
	z-index: -1;
	position: absolute;
}

.form-control {
	padding: 6px 0 6px 10px;
	margin-top: 7px;
	width: 92%;
	display: inline;
}

.top-nav button {
	background-color: transparent;
	border-width: 0;
	outline: transparent;
	padding: 0 5px;
}

.modal-title {
	color: #009688;
}

.modal-title h4 {
	font-size: 16px;
}

#cancel .modal-body {
	text-align: center;
	padding: 50px;
}

.btn-default {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}

.btn-default:hover {
	border-color: transparent;
}

.btn-default:active {
	outline: transparent;
}

.btn-primary {
	background-color: #0989FE;
}

.btn-status{
	width: 60%;
	background-color: #0989FE;
	border-radius: 8px;
}

.btn-pj {
	width: 60%;
	background-color: #8f9498;
	border-radius: 8px;
}

.btn-primary:hover {
	box-shadow: 0 0 10px #9d9d9d;
}

/* 选择课程按钮 */
.select {
	margin-top: 512px;
	padding: 0 12%;
	min-height: calc(75% - 238px);
}


.courseCate>div:nth-child(2n - 1) {
	background-color: white;
	box-shadow: 0 0 10px #ccc;
}
.select nav::after {
	display: block;
	content: '';
	clear: both;
}
.mainBox  .icon_select{
	width: 30px;
	vertical-align: top;
	margin-right: 10px;
	float: left;
}
.mainBox .text-select{
	line-height: 30px;
	font-weight: 500;
}
.select nav,
.category,
.major {
	background-color: white;
	padding: 10px 10px 2px;
	/* border-bottom: 1px solid rgb(230, 230, 230, 0.5); */
}

.select nav a {
	line-height: 32px;
	color: rgb(80, 80, 80);
}


/* 课程简介 */
#queryMyCourse::after{
	display: block;
	content: '';
	clear: both;
}
.introduction {
	padding: 14px;

	float: left;
}
.plan .introduction{
	width: 19%;
}
.introduction>div:hover {
	box-shadow: 0 0 15px #7e7e7e;
}

.introduction>div {
	box-shadow: 0 0 10px #20364824;
	overflow: hidden;
	border-radius: 10px;
}

.introduction .title {
	background-color: rgba(60, 180, 76);
	padding: 15px 3px 15px 15px;
	color: white;
	margin: 0;
	height: 46px;
}

.introduction .title button {
	float: right;
	background: transparent;
	border-width: 0;
	margin-right: 10px;
}

.introduction .content {
	background-color: white;
	height: 260px;
}

.menu .introduction .content {
	border: 1px solid #ccc;
	/* padding: 5px; */
	border-radius: 10px;
	position: relative;
}
.myLearn_con::after{
	content: '';
	display: block;
	clear: both;
}
.myLearn_con{
	height: calc(100% - 80px);
	/*display:flex;
	flex-wrap:wrap;
	justify-content: space-around; */
}

.layui-badge {
	/* width: 70px;
	height: 30px;
	line-height: 30px; */
	background: #7fa2fb;
	border-radius: 3px;

}
.myLearn_con .content p {
	padding:0 10px;
	line-height: 15px;
	white-space:nowrap;/*强制单行显示*/
	text-overflow:ellipsis;/*超出部分省略号表示*/
	overflow:hidden;/*超出部分隐藏*/
	width: 100%;/*设置显示的最大宽度*/
	display:inline-block;
	margin-bottom: 0px;
}

.myLearn_con .content .study{
	color: black;
	line-height: 12px;
	font-size: 12px;
	padding:2px 10px;
}
.myLearn_con .content .img{
	position: absolute;
	top: 0;
	right: -1px;

}
.myLearn_con .content .proggress{

}
.myLearn_con .content .state{
	position: absolute;
	top: 0;
	height: 25px;
	line-height: 25px;
	right: -1px;
	padding-right: 5px;
	color: white;
	font-weight: 600;

}
#disabledSelect{
	background-color: #f6f7fb;
	height: 46px;
	line-height: 46px;
	padding-left: 9px;
	margin-left: 15px;
}
#disabledSelect span{
	display:inline-block;
}
#disabledSelect b{
	cursor: pointer;
	font-size: 10px;
	font-weight: 600;
	margin: 0 3px;
}
.selected{
	background-color: #2577c3;
	color: white;
	border-radius: 4px;
	padding: 5px;
}
.content h5 {
	font-weight: 800;
	margin: 0;
	padding: 15px;
}
.content:hover{
	transform: scale(1.05);
}

.content p {
	color:#74777c;
	opacity: 0.7;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: 500;
	line-height: 21px;
}
.number span{
	white-space:nowrap;/*强制单行显示*/
	text-overflow:ellipsis;/*超出部分省略号表示*/
	overflow:hidden;/*超出部分隐藏*/
	width: 100%;/*设置显示的最大宽度*/
	display:inline-block;
}
.className {
	color:black;
	font-weight:900;
	font-size:16px;
	margin-bottom: 8px;
}

.content::after {
	display: block;
	content: '';
	clear: both;
}

.content button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-width: 0;
	padding: 5px;
	background-color: orange;
	color: white;
	border-radius: 5px;
}

.content button:hover {
	box-shadow: 0 0 10px rgb(235, 187, 98);
}

/* 考试页面 */
.exam .myLearn b{
	color: #0989FE;
}
.exam .myLearn p{
	margin:5px 15px;
}
.exam .myLearn p + div{
	margin: 0;
}
.myTset::after{
	display: block;
	content: '';
	clear: both;
}
.exam .myLearn .exam_course,.exam .myLearn .exam_ordi{
	min-height: 200px;
	/* box-shadow: 0 0 10px #ccc; */
}
.exam_course .row,.exam_ordi .row{
	padding: 10px;
}
.exam_course .row img,.exam_ordi .row img{
	width: 100%;
}

.exam_name>div{
	box-shadow: 0 0  10px #ccc;
	border-radius: 8px;
	overflow: hidden;
	/* height: 250px; */
	margin-bottom: 0.625rem;
}
.exam_his>div::after{
	display: block;
	content: '';
	clear: both;
}
.exam_his>div{
	height: 200px;
	box-shadow: 0 0 10px #ccc;
	padding: 15px;
	margin: 10px 0;
}
.exam_question>div{
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
	margin: 5px 0;
}
.exam_question>div div span{
	line-height: 30px;
	margin-top: 20px;
	margin-left: 20px;
}
.exam_question>div div button{
	float: right;
	margin-top: 15px;
	padding: 3px 7px;
	font-size: 8px;
}
.exam_his>div div span{
	line-height: 40px;
	margin-top: 20px;
	margin-left: 20px;
}
.exam_his>div img{
	height: 100%;
	max-width: 260px;
}
.exam_his>div div{
	float: left;
	height: 100%;
	width:calc(100% - 202px);
}
.exam_his>div div span{
	line-height: 40px;
	margin-top: 20px;
	margin-left: 20px;
}
.exam_his>div div button{
	float: right;
	margin-top: 15px;
	padding: 3px 7px;
	font-size: 8px;
}
.exam_his h6{
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
}

/* 考试试卷 */

/* 底部 */
body .info {
	background-color: rgba(66,66,66,0.9);
	box-shadow: 0 0 5px rgb(75, 74, 74);
	padding: 15px 10%;
	margin: 0;
}

.info a {
	color: white;
	margin: 10px;
	text-align: center;
	display: inline-block;
}

.info nav {
	text-align: center;
}

.info p {
	padding-left: 10px;
	color: rgb(126, 122, 122);
	text-align: center;
	margin-bottom:0 ;
}

/* 登录页面 */
#login {
	height: 100%;
}

.login {
	height: 100%;
	position: relative;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

.login {
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.login_slide {
	background-color: white;
	float: right;
	padding-bottom: 30px;
	position: absolute;
	top: 50%;
	left: 74%;
	transform: translate(-50%, -50%);
	border-radius: 25px;
	box-shadow: 0 0 10px #cccc;
}

.login_slide h4 {
	margin-top: 50px;
	color: #088996;
	text-align: center;
	font-weight: 800;
}

.login_slide form {
	padding: 20px 30px;
}

.login_slide .form-control {
	padding: 6px 0 6px 10px;
	border-width: 0;
	box-shadow: 0 0 0 transparent;
	border-bottom-width: 1px;
}

.login_slide .checkbox {
	float: right;
	margin-top: 32px;
}

.login_slide .checkbox label {
	line-height: 20px;
	margin-right: 15px;
}

.login_slide .checkbox::after {
	display: block;
	content: '';
	clear: both;
}

.login_slide button {
	margin-top: 10%;
	background-color: #0989fe;
	outline: transparent;
	width: 100%;
}
.btn-primary{
	background-image:linear-gradient(0deg,#2362fc,#0091f4 ) !important;
	border-color: transparent;
	border-radius: 50px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #009688 !important;
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #5fb878;
}

/* 我的 课程 */

.menu {
	background-color: whitesmoke;
	margin: 20px auto;
	margin-bottom: 18px;
	min-height: calc(100% - 150px);
}

.menu>div {
	height: 100%;
	padding: 0 10%;
}

.menu>div>.row {
	padding: 20px;
	background-color: white;
	box-shadow: 0 0 10px #ccc;
	height: 100%;
	/*padding-bottom:100px ;*/
}
.menu>div .myLearn{
	height: 100%;
}

.menu .nav>li {
	margin-bottom: 0;
}

.left {
	padding: 0;
}

.menu .left-nav>li p {
	color: black;
	padding: 16px 0px;
	border-radius: 2px;
	margin: 0;
	text-align: center;
}

.menu .left-nav>li p i,
.menu .left-nav>li p span {
	padding: 0;
	font-size: 14px;
}

.menu .left-nav>li p i:nth-child(1) {
	text-align: right;
}
.bgColor {
	background-color: rgb(226, 223, 223);
}

.myLearnList {
	display: none;
}

.myLearnList li {
	text-align: center;
	color: rgb(100, 167, 167);
	/* background-color: rgb(223, 217, 217); */
}

.myLearnList li:hover {
	background-color: rgb(223, 217, 217);

}

.right>div {
	display: none;
}

.right>div:nth-child(1) {
	display: block;
}

/* 我的课程内容 */
.form-group label {
	text-align: right;
	line-height: 34px;
}

/* 修改密码 */
.modify {
	background-color: whitesmoke;
}

.modify>div {
	background-color: white;
	padding: 20px;
}

.modify>div b {
	font-weight: 900;
}

.modify>div p {
	color: #009688;
	margin-bottom: 0px;
}

.modify>div i {
	color: red;
	margin-right: 10px;
}

.modify>div button {
	margin-top: 20px;
	float: right;
}

body .bottom_menu {
	padding: 0;
	position: fixed;
	bottom: 0px;
	height: 49px;
	font-size: 14px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
}
body .bottom_menu .row>div{
	text-align: center;
}
body .bottom_menu a{
	position: relative;
	margin: 0;
}
body .bottom_menu p{
	padding: 0 5px;
}
body .bottom_menu .dropdown-toggle {
	display: block;
	position: relative;
}
body .bottom_menu .dropdown-menu {
	position: absolute;
	display: none;
	min-width: 100px;
	top:-100px;
	right: 0;
	text-align: center;
}
body .bottom_menu .dropdown-menu button {
	background-color: transparent;
	border-width: 0;
	padding: 2px 0;
}
/* 星星评分 */


.level .level_solid,
.level .level_hollow {
	background-image: url("../img/icon2.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
}

.level .level_solid {
	background-position: 0px 0px;
}

.level .level_hollow {
	background-position: -21px 0px;
}

.revgrade {
	margin-left: 20px;
}

/* 用户信息 */
.information {
	/* border: 1px solid black; */
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.information p,
.information .row>div {
	text-align: center;
}

.profile {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: pink;
}

.information button {
	background-color: white;
	box-shadow: 0 0 10px #ccc;
	width: calc(50% - 20px);
	height: 100px;
}

/* 试卷 */
.exam_papper{
	padding: 10px;
}
.exam_papper h1,.exam_papper>p{
	margin: 10px;
	text-align: center;
}
.exam_con {
	/* border: 1px solid black; */
	padding: 10px;
}
.exam_con b{
	color: #0989FE;
	margin-right: 10px;
}
.exam_con strong{
	font-size: 16px;
}
.myTset>div>div::after{
	display: block;
	content: '';
	clear: both;
}
.questions{
	/* width:100%; */
	min-height:100px ;
	box-shadow: 0 0 10px #ccc;
	margin: 10px;
	padding: 10px 20px;
}
input[type=radio] {
	margin: 1px 0 0;

}
.result{
	padding: 20px;
}

.linear{
	background-image: linear-gradient(90deg,#cfcfcf,white);
	display:inline-block;
	height:5px;
	width: 100%;
}
.linear-blue{
	background-image: linear-gradient(90deg,#5a92e6,white);
	display:inline-block;
	height:2px;
	width: 100%;
}
#courseDiv,#planDiv{
	background-color:white;
	width: 70%;
	height: 80%;
	margin: auto;
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-radius: 10px;
}
#courseDiv .modal-header{
	padding: 10px;
	background-color: #1a95f2;
}
#courseDiv  .modal-body{
	padding: 0;
}
#planDiv .modal-header{
	padding: 10px;
	background-color: #1a95f2;
}
#planDiv  .modal-body{
	padding: 0;
}
.clearfix>span{
	float: left;
	margin-top: 20px;
	font-size: 16px;
	color: white;
	padding-left: 10px;
}
.sec-menu {
	width: 98%;
}

.layui-colla-item .layui-colla-title {
	background-color: #e7f2ff;
	color: #686d73;
	line-height: 35px;
	padding: 5px 30px;
	border-radius: 10px;
}

.well {
	margin: 20px;
	background-color: white;
}

.layui-colla-content img {
	width: 150px
}

.layui-colla-content img + div {
	width: calc(100% - 150px);
}
.layui-colla-content p{
	padding: 5px 0;
}
/*//约束屏幕尺寸*/
@media screen and (max-width:480px) {
	.primary{
		position: absolute;
		right: 10px;
		bottom: 0px;
	}
	.well {
		margin: 0;
		padding: 0;
	}
	.layui-colla-content p{
		font-size: 12px;
	}
	.layui-colla-content img {
		width: 90px
	}

	.layui-colla-content img+div {
		width: calc(100% - 90px);
	}
	.sec-menu {
		width: 100%;
	}

	.layui-colla-item .layui-colla-title {
		padding: 5px;
	}

	.login_slide {
		left: 50%;
	}
	.exam{
		min-width: 424px;
	}
	.exam_his>div div button{
		float: left;
		margin-left: 20px;
	}
	.introduction {
		padding: 10px;
	}
	.introduction .content{
		height: 260px;
	}
	.container {
		padding: 30px 0;
	}

	.container>.row {
		padding: 10px 0%;
	}

	.menu>div>.row {
		padding: 0px;
		font-size: 12px;
	}

	.form-group label,
	.form-group>div,
	.form-group {
		padding: 0;
	}

	.bottom_menu,
	.mob_nav {
		display: block;
	}

	footer,
	.nav {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.sec-menu {
		width: 100%;
	}
	.mainBox{
		width: 96%;
	}
	.mainBox>img{
		height: 65%;
	}
	.layui-colla-item .layui-colla-title {
		padding: 5px;
	}

	#courseDiv{
		width: 95%;
		height: 95%;
	}
	.exam_his>div img{
		width: 36%;
		max-width: 110px;
	}
	.exam_his>div div button{
		float: right;
		margin-right: -28px;
		margin-top: -15px;

	}
	.right,
	.exam>div>.row{
		padding: 10px;
	}
	#disabledSelect span{
		display: none;
	}
	.exam_his>div div span{
		white-space:nowrap;/*强制单行显示*/
		text-overflow:ellipsis;/*超出部分省略号表示*/
		overflow:hidden;/*超出部分隐藏*/
		width: 100%;/*设置显示的最大宽度*/
		display:inline-block;
		margin-top: 0;
		line-height: 25px;
		margin-left: 10px;
	}
	.exam_name{
		padding:5px 10px;
	}
	.login_slide {
		left: 50%;
	}
	.exam_his h6{
		font-size: 12px;
	}
	.exam_his>div{
		height: 150px;
	}
	.exam_his>div div{
		/* height: 135px; */
		width:calc(100% - 110px);
		min-width: ;
		font-size: 12px;
	}
	#profile {
		display: block;
	}

	.consumer #login {
		display: none;
	}

	.container {
		padding: 30px 0;
	}
	.exam_course{
		/* padding: 10px 0; */
	}
	.menu>div {
		padding: 0px;
	}
	.plan .menu>div .introduction{
		width: 50%;
	}

	.main_img_box{
		height: 354px;
		top: 64px;
	}
	.select{
		margin-top: 389px;
	}

	.bottom_menu,
	.mob_nav {
		display: block;
	}

	.container>.row {
		padding: 10px 0;
	}

	footer,
	.nav {
		display: none;
	}
	.menu{
		margin-top: 22px;
		padding-bottom: 100px;
	}
}

@media (min-width:768px) and (max-width:979px) {
	#courseDiv{
		width: 90%;
		height: 90%;
	}
	.menu>div>.row {
		padding-right: 0;
	}
	.container {
		padding: 30px 0;
	}
	.main_img_box{
		height: 492px;
	}
	.select{
		margin-top: 466px;
	}

	.myTset{
		padding: 0;
	}
	.exam_course{
		padding: 15px 0;
	}
	.top-nav{
		font-size: 12px;
	}
	.mainBox{
		width: 89%;
		height: 90%;
	}
	.mainBox img{
		height: 65%;
	}
	.menu>div {
		padding: 0 2%;
	}
	.plan .menu>div .introduction{
		width: 25%;
	}
	body .bottom_menu {
		display: none;
	}

	#profile {
		display: none;
	}

	.consumer #login {
		display: block;
	}
	.menu{
		margin-top: 18px;
	}
	body .mob_nav {
		display: none;
	}
}

@media (min-width:980px) and (max-width:1199px) {
	.container>div {
		padding: 15px 0%;
	}

	body .bottom_menu {
		display: none;
	}

	.select {
		padding: 0;
	}

	.mainBox{
		width: 89.5%;
	}
	#profile {
		display: none;
	}

	.consumer #login {
		display: block;
	}

	.menu>div {
		padding: 0 2%;
	}
	.plan .menu>div .introduction{
		width: 25%;
	}
	body .mob_nav {
		display: none;
	}
}
@media (min-width:1200px) and (max-width: 1499px) {

	.menu>div {
		padding: 0 5%;
	}

}
@media screen and (min-width: 1200px) {
	.container .top-nav {
		padding: 15px 5%;
	}
	.container>.myTset{
		padding:6px 0;
	}
	body .bottom_menu {
		display: none;
	}

	body .mob_nav {
		display: none;
	}

	#profile {
		display: none;
	}

	.consumer #login {
		display: block;
	}
	.menu{
		min-height: calc(100% - 150px)
	}

	.gapfilling-span{
		border-bottom: 1px solid #000000;
		display: inline-block;
		width: 40px;
		text-align: center;
	}

}
