body {
	margin: 0;
	padding: 0;
}
body.grey{
	background-color: #F5F6FA;
}
body.logining{
	background: url(../img/login.png) center center no-repeat;
	background-size: 100% 100%;
}

.outside-container {}

.outside-container .login {
	
	 
}

.outside-container .login .box {
	/* width: 87%;
	height:73% ; */
	width: 893px;
	height: 562px;
	margin: auto;
	margin-top: 96px;
	margin-bottom: 76px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	border-radius: 38px;
}

.outside-container .login .box .title {
	font-size: 37px;
	text-align: center;
	padding-top: 63px;
}

.outside-container .login .box .tips {
	font-size: 19px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 94px;
}

.outside-container .login .box .input {
	width: 430px;
	height: 60px;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	border-radius: 30px;
	background-color: #2B2525;
	margin: auto;
}

.outside-container .login .box .input img {
	width: 23px;
	margin-left: 27px;
}

.outside-container .login .box .input input {
	height: 44px;
	line-height: 44px;
	background: transparent;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 17px;
	margin-left: 12px;
	flex: 1;
}

.outside-container .login .box .input.first {
	margin-bottom: 26px;
}

.outside-container .login .box .input.second {
	margin-bottom: 40px;
}

.outside-container .login .box .input input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.outside-container .login .box .btn-box {
	text-align: center;
}

.outside-container .login .box .login-btn {
	width: 430px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #E93B45;
	color: #FFF;
	border-radius: 30px;
	font-size: 24px;
	margin: auto;
	border: none;
	outline: none;
}


/**
 * 确认登录
 */


.outside-container .login-confirm {
	 
}

.outside-container .login-confirm .box {
	color: #FFF;
}

.outside-container .login-confirm .box .title {
	font-size: 37px;
	text-align: center;
	padding-top: 63px;
}

.outside-container .login-confirm .box .tips {
	font-size: 19px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 59px;
}

.outside-container .login-confirm .box .info {
	width: 714px;
	height: 67px;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	border-radius: 30px;
	color: #fff;
	margin: auto;
	overflow: hidden;
	margin-bottom: 35px;
}

.outside-container .login-confirm .box .info .name {
	font-size: 20px;
	width: 200px;
	background-color: #E93B45;
	text-align: center;
	height: 67px;
	line-height: 67px;
}

.outside-container .login-confirm .box .info .text {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	flex: 1;
	height: 67px;
	line-height: 67px;
	padding-left: 82px;
	font-size: 26px;
}

.outside-container .login-confirm .box .btns {
	width: 714px;
	padding-top: 70px;
	margin: auto;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	padding-bottom: 40px;
}

.outside-container .login-confirm .box .btns .confirm-login,
.outside-container .login-confirm .box .btns .choose {
	flex: 1;
}

.outside-container .login-confirm .box .btns .confirm-login button {
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	background-color: #E93B45;
	border-radius: 30px;
	outline: none;
	border: none;
}

.outside-container .login-confirm .box .btns .choose {
	text-align: right;
}

.outside-container .login-confirm .box .btns .choose button {
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	background-color: #B3B3B3;
	border-radius: 30px;
	outline: none;
	border: none;
}

/**
 * 公用的顶部nav
 */

.outside-container .top-nav {
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	height: 55px;
	width: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.outside-container .top-nav .logo {
	text-align: left;
	flex: 1;
	padding-left: 38px;
	height: 100%;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	color: #E93B45;
}

.outside-container .top-nav .logo img {
	width: 136px;
}

.outside-container .top-nav .username {
	width: 350px;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	color: #414141;
	font-size: 14px;
}

.outside-container .top-nav .username img {
	width: 27px;
	margin-right: 13px;
}

.outside-container .top-nav .close {
	width: 80px;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;

}

.outside-container .top-nav .close img {
	width: 25px;
	margin-right: 13px;
}


/**
 * 等待界面
 */
.outside-container .joining {

	 position: absolute;
	height: 100%;
	width: 100%;
	background-color: #F5F6FA;
}

.outside-container .joining .box {
	width: 950px;
	height: 580px;
	border-radius: 20px;
	background-color: #FFF;
	margin: auto;
	margin-top: 116px;
	box-shadow: 0 0 5px 6px #f1f2f6;
	display: flex;
}

.outside-container .joining .box .waiting {
	width: 470px;
}

.outside-container .joining .box .waiting .red-ling {
	background-color: #E93B45;
	width: 60px;
	height: 10px;
	margin-top: 120px;
	margin-left: 118px;
}

.outside-container .joining .box .waiting .title {
	color: #333333;
	font-size: 44px;
	margin-top: 21px;
	margin-left: 118px;
}

.outside-container .joining .box .waiting .last-time {
	color: #999999;
	font-size: 17px;
	margin-top: 12px;
	margin-left: 118px;
}

.outside-container .joining .box .waiting .toast {
	color: #999999;
	font-size: 16px;
	margin-top: 130px;
	margin-left: 118px;
}

.outside-container .joining .box .waiting .toast1 {
	color: #999999;
	font-size: 16px;
	margin-top: 11px;
	margin-left: 118px;
}

.outside-container .joining .box .loading {
	flex: 1;
	padding-top: 120px;
}

.outside-container .joining .box .loading img {
	width: 453px;
}

.outside-container .stu-choose {
	    padding-bottom: 50px;
	height: 100%;
	width: 100%;
	background-color: #F5F6FA;
}

.outside-container .stu-choose .box {

	display: flex;
	justify-items: center;
	align-content: center;
	text-justify: center;
	padding-top: 81px;
}

.outside-container .stu-choose .box .stu-list {
	width: 339px;
	height: 650px;
	overflow-y: auto;
	 -webkit-overflow-scrolling: touch;
}
.outside-container .stu-choose .box .stu-list.long{
		height: 600px !important;
}

.outside-container .stu-choose .box .stu-list .stu-info {
	width: 269px;
	margin: auto;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #f1f2f6;
	margin-bottom: 26px;
	border: 1px solid transparent;
}

.outside-container .stu-choose .box .stu-list .stu-info.active {
	background-color: #eadbbe;
	color: #FF3822 !important;
	border: 1px solid #FF3822;
}

.outside-container .stu-choose .box .stu-list .stu-info.active .no,
.outside-container .stu-choose .box .stu-list .stu-info.active .name {
	color: #FF3822 !important;
}

.outside-container .stu-choose .box .stu-list .stu-info .no {
	color: #2A2F34;
	font-size: 35px;
	text-align: center;
	padding-top: 19px;
}

.outside-container .stu-choose .box .stu-list .stu-info .muce {
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	margin-top: 19px;
}

.outside-container .stu-choose .box .stu-list .stu-info .muce.last {
	padding-bottom: 28px;
}

.outside-container .stu-choose .box .stu-list .stu-info .muce .name {
	margin-left: 35px;
	flex: 1;
	color: #2A2F34;
	font-size: 16px;
}

.outside-container .stu-choose .box .stu-list .stu-info .muce .value {
	margin-right: 15px;
	width: 60px;
	color: #2A2F34;
	font-size: 16px;
	text-align: right;
}

.outside-container .stu-choose .box .stu-list .stu-info .muce .value span {
	background-color: #FFE5E6;
	width: 60px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
	display: inline-block;
	color: #E83A44;
	font-size: 26px;
}

.outside-container .stu-choose .box .stu-list .stu-info .muce .value img {
	width: 18px;
	margin-right: 20px;
}

.outside-container .stu-choose .stu-detail {
	flex: 1;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #f1f2f6;
	margin-right: 28px;

}

.outside-container .stu-choose .stu-detail .detail-box {
	padding: 38px 38px 0px 47px;
}

.outside-container .stu-choose .stu-detail .base {
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
}

.outside-container .stu-choose .stu-detail .base .head {
	width: 85px;
	height: 85px;
	border-radius: 5px;
}

.outside-container .stu-choose .stu-detail .base .name-code {
	flex: 1;
	margin-left: 27px;
}

.outside-container .stu-choose .stu-detail .base .name-code .stu-name {
	color: #333;
	font-size: 27px;
	padding-bottom: 8px;
}

.outside-container .stu-choose .stu-detail .base .name-code .stu-no {
	color: #999999;
	font-size: 35px;
}

.outside-container .stu-choose .stu-detail .base .rule {
	width: 165px;
}

.outside-container .stu-choose .stu-detail .base .rule span {
	display: inline-block;
	width: 165px;
	background: #eadbbe;
	border-radius: 15px;
	text-align: center;
	font-size: 27px;
	color: #FF3822;
	    padding: 5px 0;
}
.outside-container .stu-choose .stu-detail .base .rule span.next{
	background: #E8FAF3;
	color: #36D39C;
	margin-top: 12px;
}

.outside-container .stu-choose .stu-detail .step-1 .ping-title {
	font-size: 22px;
	color: #333333;
	padding-top: 55px;
}

.outside-container .stu-choose .stu-detail .step-1 .score-item {
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	width: 100%;
	height: 70px;
	background: #F5F5F5;
	border-radius: 10px;
	margin: auto;
	margin-top: 20px;
}

.outside-container .stu-choose .stu-detail .step-1 .score-item .item-name {
	font-size: 22px;
	color: #49494A;
	margin-left: 24px;
	flex: 1;
}
.outside-container .stu-choose .stu-detail .step-1 .score-item .score{
	color: #E83A44;
	    font-size: 20px;
		display: inline-block;
		padding-right: 42px;
}

.outside-container .stu-choose .stu-detail .step-1 .score-item .img {
	flex: 1;
	text-align: right;
}

.outside-container .stu-choose .stu-detail .step-1 .score-item .img img {
	width: 18px;
	margin-right: 41px;
}
.outside-container .stu-choose .stu-detail .step-2 .wei{
	padding-top: 15px;
	font-size: 18px;
}
.outside-container .stu-choose .stu-detail .step-2 .wei label{
	margin-right: 30px;
}
.outside-container .stu-choose .stu-detail .step-1 .btns {
	padding-top: 58px;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	padding-bottom: 30px;
}
.outside-container .stu-choose .stu-detail .step-1 .btns.top{
	padding-top: 28px;
}

.outside-container .stu-choose .stu-detail .step-1 .btns div {
	flex: 1;
	
	margin: 0 10px;
	text-align: center;
}

.outside-container .stu-choose .stu-detail .step-1 .btns button {
	width: 100%;
	max-width: 250px;
	height: 60px;
	border-radius: 30px;
	border: none;
	outline: none;
}

.outside-container .stu-choose .stu-detail .step-1 .btns .prev button {
	background: #eadbbe;
	font-size: 20px;
	color: #FF3822;
}

.outside-container .stu-choose .stu-detail .step-1 .btns .next button {
	background: #E8FAF3;
	font-size: 20px;
	color: #36D39C;
}

.outside-container .stu-choose .stu-detail   .video{
	width: 575px;
	height: 270px;
	border-radius: 10px;
	margin-top: 25px;
}
.outside-container .stu-choose .stu-detail .step-2 .sub-title{
	font-size: 22px;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 18px;
}
.outside-container .stu-choose .stu-detail .step-2 .score-box{
	margin-bottom: 20px;
}

.outside-container .stu-choose .stu-detail .step-2 .score-box .item{
		padding: 0 10px;
		height: 70px;
		line-height: 30px;
		background: #F5F6FA;
		border-radius: 10px;
		display: inline-block;
		margin-right: 30px;
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
		color: #202020;
}
.outside-container .stu-choose .stu-detail .step-2 .score-box .item.active{
	background-color: #E83A44;
	color: #FFFEFE;
}

.outside-container .stu-choose .stu-detail .step-2 .nums .item{
	width: 70px;
		height: 50px;
		line-height: 50px;
		background: #F5F6FA;
		border-radius: 10px;
		display: inline-block;
		margin-right: 25px;
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
		color: #202020;
}
.outside-container .stu-choose .stu-detail .step-2 .nums .item.active{
	background-color: #E83A44;
	color: #FFFEFE;
}
.outside-container .stu-choose .stu-detail .step-2 .confirm-btn{
	margin-top: 30px;
	text-align: center;
	padding-bottom: 50px;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	
}
.outside-container .stu-choose .stu-detail .step-2 .confirm-btn .btn{
	flex: 1;
	margin: 0 10px;
}
.outside-container .stu-choose .stu-detail .step-2 .confirm-btn button{
	width: 100%;
	max-width: 320px;
	height: 60px;
	line-height: 60px;
	background: #E93A44;
	border-radius: 30px;
	font-size: 20px;
	color: #FFFFFF;
	border: none;
	outline: none;
}


/**
 * 提交界面
 */
.outside-container .confirm-page {
	height: 100%;
	width: 100%;
	background-color: #F5F6FA;
}

.outside-container .confirm-page .box {
	padding: 31px 31px 26px 31px;
}
.outside-container .confirm-page .box .title{
	padding-top: 53px;
	text-align: center;
	font-size: 29px;
	color: #333333;
	width: 100%;
	padding-bottom: 30px;
}
.outside-container .confirm-page .box .title b{
	color: #E83A44;
}
.outside-container .confirm-page .box .opr{
	background-color: #FFF;
	min-height: 500px;
	padding: 20px 33px 41px 33px;
}
.outside-container .confirm-page .box .opr .ths{
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	text-align: center;
	height: 20px;
	
font-size: 17px;
}
.outside-container .confirm-page .box .opr .ths .th1{
	flex: 1;
}
.outside-container .confirm-page .box .opr .ths .th2{
	flex: 5;
}
.outside-container .confirm-page .box .opr .ths .th3{
	flex: 1;
}
.outside-container .confirm-page .box .opr .tds{
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	text-align: center;
	width: 100%;
	height: 55px;
	background: #F5F6FA;
	border-radius: 10px;
	margin-top: 15px;
font-size: 17px;
}
.outside-container .confirm-page .box .opr .tds .td1{
	flex: 1;
}
.outside-container .confirm-page .box .opr .tds .td2{
	flex: 5;
}
.outside-container .confirm-page .box .opr .tds .td2 span{
	color: #E83A44;
}
.outside-container .confirm-page .box .opr .tds .td3{
	flex: 1;
}
.outside-container .confirm-page .box .opr .tds .td3 span{
	font-size: 17px;
	color: #FF9600;
}
.outside-container .confirm-page .box .opr .sign{
	width: 100%;
	background: #eadbbe;
	border-radius: 5px;
	padding-top: 25px;
	margin-top:38px ;
}
.outside-container .confirm-page .box .opr .sign .tips{
	font-size: 24px;
	color: #FF3822;
	margin-top: 20px;
	text-align: center;
}
.outside-container .confirm-page .box .opr .sign .cav{
	height: 265px;
	width: 100%;
}
.outside-container .confirm-page .box .opr .btns{
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	text-justify: center;
	text-align: center;
	padding-top: 48px;
}
.outside-container .confirm-page .box .opr .btns button {
	border: none;
	outline: none;
}
.outside-container .confirm-page .box .opr .btns .clear{
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #eadbbe;
	border-radius: 30px;
	font-size: 20px;
	color: #FF3822;
	text-align: center;
	margin-left: 60px;
}
.outside-container .confirm-page .box .opr .btns .confirm{
	flex:1
}
.outside-container .confirm-page .box .opr .btns .confirm button{
	width: 310px;
		height: 60px;
		line-height: 60px;
		background: #E83A44;
		border-radius: 30px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
}


.outside-container .confirm-page .box .opr .btns .cancel{
	width: 200px;
	height: 60px;
	line-height: 60px;
background: #B3B3B3;
	border-radius: 30px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-right: 60px;
}