body {
	font-family: '微软雅黑';
	font-size: 16px;
	margin: 0;
}

/* 登录页面 */
.gray-bg {
	background-color: #f8f8f8;
}
.login-bg {
	height: 100vh;
	width: 100%;
	background: url(../images/login-bg.jpg) no-repeat;
}

.login-logo {
	padding-top: 15px;
}

.login-form-bg {
	background-color: #e8ebed;
	border-radius: 20px;
	padding: 50px 50px 30px;
	width: 620px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 214px;
	border: 5px solid rgba(123, 150, 174, 0.31);

}

.login-form-bg h4 {
	font-weight: 700;
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}

.login-form-list {
	background-color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	border: 1px solid #dddddd;

}

.login-form-list label {
	width: 22px;
	/* 	width: 50px; */
	/* float: left; */
	text-align: right;
	font-weight: normal;
	color: #666;
	display: flex;
	align-items: center;
	height: 46px;
	margin-bottom: 0;
}

.login-form-list .input-left {
	width: calc(100% - 22px);

}

.login-form-list .input-left input[type=text],
.login-form-list .input-left .xiala,
.login-form-list .input-left textarea,
.login-form-list .input-left input[type=file],
.login-form-list .input-left input[type=password] {
	border-radius: 5px;
	width: 100%;
	border: none;
	padding: 15px;
	outline: none;
	box-sizing: border-box;
	height: 46px;
}

.tijiao-btn {
	width: 100%;
	margin-top: 15px;
}

.tijiao-btn input[type=button] {
	width: 100%;
	height: 46px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: #d4160e;
}

.tijiao-btn button[type=submit] {
	width: 100%;
	height: 46px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: #d4160e;
}
.login-bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
	color: #fff;

}

.login-bottom a {
	color: #999;
	text-align: center;
	width: 100%;
}


.login-bottom-left {
	margin-top: 15px;
}

.login-bottom-left input[type=checkbox] {
	margin-right: 5px;
	background-color: #fff;
}

/* 首页 */

.kecheng-top-left{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.header-user,.header-user a{
	color: #ffffff;
	margin:0 8px;
	font-size: 14px;
}
.header-user a:hover{
	color: #D4160E;
}

.kecheng-top {
	background: #3F5364;
	height: 50px;
}

.kecheng-logo {
	width: 120px;
	height: auto;
	margin-top: 3px;
}

.kecheng-index-bg {
	background-color: #f8f8f8;
}

.kecheng-content {
	display: flex;
	margin-top: 30px;
}

.user-box {
	width: 380px;
	margin-right: 30px;
	border-radius: 30px;
	height: 244px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../images/user-bg.png) no-repeat bottom right #B9E0FE;
	position: relative;
}

.user-tx {
	width: 80px;
	height: 80px;
	border-radius: 100px;
	background: #fff;
	margin-bottom: 15px;
	border: 3px solid #FFFFFF;
	overflow: hidden;
}

.user-infor {
	color: #fff;
	border-radius: 30px;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	margin: 5px 0;
	background-color: #FD5141;
}

.user-infor i {
	width: 14px;
	height: 14px;
}


.kecheng-box {
	width: calc(100% - 410px);
}

.kecheng-list {
	padding: 30px 15px;
	background: #fff;
	border-radius: 20px;
}

.kecheng-list ul {
	display: flex;
	flex-wrap: wrap;
}

.kecheng-list ul li {
	width: calc(33.3% - 30px);
	height: 190px;
	border-radius: 20px;
	margin: 0 15px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 30px;
	background: url(../images/bg01.png) no-repeat bottom right #EAE4FF;
}

.kecheng-list ul li:nth-child(2) {
	background: url(../images/bg02.png) no-repeat bottom right #FDECE4;
}

.kecheng-list ul li:nth-child(3) {
	background: url(../images/bg03.png) no-repeat bottom right #E5FBF3;
}

.kecheng-list ul li:nth-child(4) {
	background: url(../images/bg04.png) no-repeat bottom right #FEE6E0;

}

.kecheng-list ul li:nth-child(5) {
	background: url(../images/bg05.png) no-repeat bottom right #E8F3FF;
}
.kecheng-list ul li:nth-child(6) {
	background: url(../images/bg06.png) no-repeat bottom right #A78AFF;

}
.kecheng-list ul li:nth-child(6) h4,.kecheng-list ul li:nth-child(6) span{
	color: #ffffff;
}
.kecheng-list ul li a {
	display: block;
}

.kecheng-list ul li a h4 {
	font-size: 30px;
	font-weight: normal;
}

.kecheng-list ul li a span {
	margin-top: 15px;
	display: block;
	font-size: 12px;
}

.kecheng-index-part2 {
	display: flex;
}

.quxian-box {
	margin-right: 30px;
	width: 50%;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
	padding: 20px;
}

.quxian-box:last-child {
	margin-right: 0;
}

.quxian-title {
	position: relative;
	padding-left: 15px;
	font-size: 20px;
}

.quxian-title::after {
	position: absolute;
	background-color: #D4160E;
	width: 6px;
	height: 22px;
	display: block;
	content: "";
	left: 0;
	top: 5px;
	border-radius: 10px;
}

.quxian-content {
	margin-top: 10px;
}

/* 测试题 */
.dati-top {
	background-color: #3F5364;
	display: flex;
	height: 50px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	font-size: 18px;
}

.back a {
	width: 24px;
	height: 24px;
	display: block;
}

.back a img {
	width: 24px;
	height: 24px;

}

.shiti-box {
	margin-top: 30px;
}

.shiti-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;

}

.timushuoming {
	font-size: 18px;
	margin-bottom: 10px;
}

.wenti {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 160%;
	font-weight: 700;


}

.duyuyin-fanye {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fanye-btn {
	margin-top: 5%;
}

.xuanxiang ul li {
	display: flex;
	align-items: center;
	margin-top: 25px;
	cursor: pointer;
	border-radius: 10px;
	padding: 10px 0;
	position: relative;
}
.xuanxiang ul li.xuanzhong{
	background:rgba(154, 209, 255, 0.15);

}

.xuanxiang ul li span {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	text-align: center;
	display: block;
	margin-right: 15px;
	background-color: #fff;
	margin-left: 5px;

}

.xuanxiang ul li.cuowu {
	background-color: #ffdfe5;

}

.xuanxiang ul li.cuowu::after,
.xuanxiang ul li.zhengque::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
	display: block;
	background-color: #14c488;


}
.xuanxiang ul li.cuowu::after{
	background: url(../images/cuowu-icon.png) no-repeat;
	background-size: cover;
}
.xuanxiang ul li.zhengque::after{
	background: url(../images/zhengque-icon.png) no-repeat;
	background-size: cover;
}

.xuanxiang ul li.zhengque {
	background-color: #d6f3df;
}

.xuanxiang ul li p {
	width: calc(100% - 45px);
	padding-right: 20px;
	box-sizing: border-box;
}

.shiti-bottom-btn-box {
	height: 60px;
	margin-top: 60px;
}

.shiti-bottom-btn {
	position: fixed;
	left: 0;
	bottom: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #fff;
}

.btm-jiaojuan-btn {
	width: 150px;
	height: 60px;
	background-color: #3F5364 !important;
	border-radius: 100px !important;
	line-height: 60px;
	text-align: center;
	font-size: 18px !important;
	color: #fff  !important;
	margin:auto 50px !important;
}

.shangyiti-btn {
	font-size: 18px;
	position: relative;
	padding-bottom: 15px;
}

.shangyiti-btn::after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	width: 20px;
	height: 4px;
	background-color: #beec45;
	border-radius: 10px;
	left: 50%;
	transform: translate(-50%);
}

/* 阅读理解 */
.duanwen {
	background-color: #f8f8f8;
	padding: 15px;
	height: 300px;
	overflow-y: scroll;
	border-radius: 20px;
}

.duanwen p {
	line-height: 190%;
}

.duanwen-gundong {
	height: 100%;
}

.shiti-tab {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.shiti-tab ul {
	display: flex;
	/* 	width: 200%; */
}

.danci-shuru {
	width: 60%;
}

.shiti-tab ul li {
	display: inline-block;
	border-radius: 10px;
	width: 70px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: 0 8px;
	border: 1px solid #dddddd;
}

.shiti-tab ul li.current {
	background-color: #3F5364;
	color: #fff;
}

.shiti-tab ul li.current::after {
	content: "";
	left: 50%;
	bottom: -20px;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #3F5364;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: translateX(-50%);
}

.shurukuang {
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 15px;
	color: #666;
	outline: #999;
}

.juzhong {
	text-align: center;
}

.margin100 {
	margin-top: 100px;
}

.yuyin-btn-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	left: 50%;
	bottom: 120px;
	transform: translateX(-50%);
}

.yuyin-btn-box p {
	color: #999;
	margin-bottom: 15px;
}

.yuyin-btn {
	background: #14c488;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yuyin-btn img {
	width: 48px;
	height: 48px;
}

.wodeyuyin {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #e9fff7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
}

.wodeyuyin img {
	width: 16px;
	height: 16px;
}

.reg-form-bg{
	margin-top: 50px;
}

.reg-form-bg .login-form-list label {
	width: 30%;
	justify-content: flex-end;
	padding-right: 15px;
	box-sizing: border-box;
}
.yanzheng-list-right-input {
	width: calc(100% - 135px);
	margin-right: 15px;
}
.reg-yanzheng-right {
	display: flex;
}


.reg-yanzheng-right .yanzheng-img {
	width: 120px;
	border-radius: 5px;
	overflow: hidden;
	height: 46px;
	text-align: center;
	background: #ff3941;
	line-height: 46px;
	color: #fff;
}

.reg-form-bg .login-form-list {
	background: none;
	border: none;
}

.danci {
	font-size: 18px;
	font-weight: bold;
}

.shiti-list {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	padding: 20px 20px 0;
	border-radius: 20px;
}

.shiti-list ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 15px;
	margin-bottom: 15px;
}

.shiti-list ul li:last-child {
	border: none;

}

.shiti-list ul li a {
	display: flex;
	justify-content: space-between;
}

.shiti-list ul li a .ceshi-btn {
	background-color: #39c562;
	color: #fff;
	padding: 0 25px;
	height: 42px;
	border-radius: 30px;
	line-height: 42px;
}

.shiti-list ul li a h4 {
	/* color: #236196; */
	font-weight: normal;
	font-size: 20px;
}

.shiti-list ul li a p {
	color: #999;

}

.top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
}

.kecheng-top-right {
	display: flex;
	color: #fff;
	align-items: center;
	font-weight: normal;
}

.heightauto {
	height: auto;
}

.top-user {
	position: relative;
}

.top-user img {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	overflow: hidden;
}

.top-user span {
	height: 22px;
	width: 50px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #53c567;
	text-align: center;
	line-height: 22px;
	text-align: center;
	border-radius: 20px;
	font-size: 12px;
}

.top-user-name {
	margin-left: 10px;
	margin-right: 15px;
}
.tuichu{
	color: #FFF;
}
.tuichu:hover{
	color: #D4160E;
}
.jieguo-bg {
	background-color: #c1ec45;


}

.jieguo-bg .dati-top {
	background: none;
	color: #333;
}

/* 结果页面 */
.jieguo-box {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 20px;
}

.fenshu-box {
	width: 216px;
	height: 216px;
	border: #c1ec45 15px solid;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;

}

.fenshu {
	width: 124px;
	height: 124px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.fenshu h4 {
	font-size: 30px;
}

.shjjie-infor {
	margin-top: 15px;
}

.shjjie-infor ul li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.shjjie-infor ul li b {
	font-weight: normal;
}

.jieguo-mingxi {
	display: flex;
}

.jieguo-mingxi li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #666;
	flex: 1;
}

.jieguo-mingxi li b {
	font-size: 24px;
	color: #333;
}

.jieguo-mingxi li b.zhengque {
	color: #39c562;
}

.jieguo-mingxi li b.cuowu {
	color: #fd6165;
}

.yongshi {
	font-size: 24px;
	color: #333;
}

.jieguo-mingxi li p {
	margin-top: 15px;
}

.jieguo-title {
	font-weight: 700;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}

.jieguo-title::after {
	display: block;
	content: "";
	background-color: #c1ec45;
	width: 6px;
	height: 24px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
}

.shiti-xiangqing ul {
	display: flex;
	flex-wrap: wrap;
}

.shiti-xiangqing ul li {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background-color: #f5f6f8;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 10px;
}

.shiti-xiangqing ul li span {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #b4b4b4;

}
.shiti-xiangqing ul li b{
	font-size: 18px;
	font-weight: normal;
	color: #b4b4b4;
}

.shiti-xiangqing ul li.zhengque {
	background-color: #d6f3df;

}
.shiti-xiangqing ul li.zhengque span, .shiti-xiangqing ul li.cuowu span{
	color: #666;
}

.shiti-xiangqing ul li.zhengque b{
	color: #39c562;
}
.shiti-xiangqing ul li.cuowu {
	background-color: #ffdfe0;
}
.shiti-xiangqing ul li.cuowu b {
	color: #fd6165;
}

.shiti-xiangqing ul li.yizuoda {
	background: #e6eeff;

}

.shiti-xiangqing ul li.yizuoda b {
	color: #3f5364;
}

.daan {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 15px;
}

.daan b {
	color: #ff6268;
}

.out {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
.out a{
	color: #888;
}
.out a:hover{
	color: #D4160E;
}

.set {
	position: absolute;
	top: 15px;
	right: 15px;
}

.set a {
	color:#3F5364;
	display: block;
	font-size: 13px;
}

.el-message-box{
	max-width: 90%;
}
/* 响应式 */
@media (max-width:768px) {
	.shiti-bottom-btn-box {
		margin-top: 0;
	}

	.xuanxiang ul li {
		margin-top: 15px;
	}

	.shiti-box {
		margin-top: 15px;
	}

	.danci-shuru {
		width: 100%;
	}

	.yuyin-btn {
		/*width: 52px;
		height: 52px;*/
	}

	.yuyin-btn img {
		width: 36px;
		height: 36px;
	}

	.yuyin-btn-box p {
		margin-bottom: 10px;
	}

	.wodeyuyin {
		margin-bottom: 15px;
	}

	.fanye-btn {
		width: 36px;
		height: 36px;
		/*margin-top: 30%;*/
	}

	.fanye-btn img {
		/* width: 40px;
		height: 40px; */

	}

	.timushuoming {
		font-size: 16px;
	}
	.shiti-title{
		font-size: 20px;

	}
	.shiti-xiangqing ul li {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}

	.shiti-xiangqing ul li b {
		font-size: 14px;
	}

	.shiti-xiangqing ul li span {
		top: 5px;
		left: 5px;
	}

	.jieguo-mingxi li b,
	.yongshi {
		font-size: 16px;
	}

	.jieguo-mingxi li p {
		margin-top: 8px;
	}

	.jieguo-box {
		padding: 15px;
		margin-bottom: 15px;
	}

	.margin100 {
		margin-top: 50px;
	}

	body {
		font-size: 14px;

	}

	.shangyiti-btn {
		font-size: 14px;
	}

	.btm-jiaojuan-btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px !important;
	}

	.kecheng-content {
		flex-direction: column;
	}

	.user-box {
		width: 100%;
	}

	.kecheng-box,
	.kecheng-list ul li {
		width: 100%;
		margin: 0 0 20px;
	}

	.kecheng-box {
		margin-top: 15px;
	}

	.kecheng-index-part2 {
		flex-direction: column;
	}

	.quxian-box {
		width: 100%;
		margin-top: 15px;
	}

	.login-form-bg {
		padding: 20px 15px;
		width: 100%;
		margin-top: 30px;
	}

	.login-form-bg h4 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.login-form-list {
		padding-left: 0;
		padding-right: 0;
	}

	.shiti-bottom-btn {
		bottom: 0;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	}

	.yuyin-btn-box {
		bottom: 90px;
	}
}
