ul, ol{
	margin:0;
}
h3{
	font-size:2.5em;
}
h5{
	font-size: 1.875em;
}
h6{
	font-size: 1.5em;
	font-weight:600;
}
img{
	width:100%;
}
select::-ms-expand { 
	display: none; 
}
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    background-color:transparent;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:all 0 ease 0;
    -moz-transition:all 0 ease 0;
    -o-transition:all 0 ease 0;
    transition:all 0 ease 0;
    outline: none;
}

.login-container{
	padding:4.5em 0;
}
.login_form{
	width:60%;
	/* min-height:30em; */
	min-height:18em;
	margin:0 auto;
	border-radius:30px;
	padding:3em 7%;
	box-sizing: border-box;
}
.login_form h3{
	font-size:2.5em;
	font-weight: normal;
	color:#4196AF;
}
.login_form p{
	font-size: 1.25em;
	line-height:1.4;
	color:#4196AF;
}
.login_form .txt1{
	margin:1em auto 1.5em;
	color:#93D8D5;
}
.login_form .txt2{
	margin:1.5em auto;
}
.login_facebook,
.login_google{
	position: relative;
	width:100%;
	cursor: pointer;
	height:3.5em;
	line-height:3.5em;
	font-size:1.25em;
	color:#fff;
	padding-left:2.5em;
	border-radius:8px;
	text-align: center;
	box-sizing: border-box;
}
.login_facebook::before,
.login_google::before{
	position: absolute;
	display: block;
    content: "";
    top: 50%;
    width:30px;
    height:30px;
	left:0.8em;
    transform: translateY(-50%);
}
.login_facebook::before{
    background: url(../images/facebook_newicon_v2@2x.png) no-repeat right center;
    background-size: 100%;
}
.login_google::before{
    background: url(../images/google_newicon@2x.png) no-repeat right center;
    background-size: 100%;
}
.login_facebook{
	margin-bottom: 0.5em;
	background: #395185;
}
.login_google{
	background:#1976D2;
}
.inputtext{
	position:relative;
	width:100%;
	box-sizing: border-box;
}
.inputtext input,
.inputtext select{
	display: block;
	width:100%;
	margin:0;
	padding:1em 1.5em;
	font-size:1.25em;
	line-height:1.5;
	color:#24395e;
	box-shadow:none;
	border: 1px solid #4196AF;
	border-radius: 8px;
	background:#fff;
	box-sizing: border-box;
	transition:none;
	outline: none;
}
.inputtext select{
	padding:1em 1em;
}
.inputtext .tips{
	display: none;
	position: absolute;
	top: 100%;
	height:1.5em;
	line-height:1.5;
	font-size:0.9375em;
	color:#f00;
}
.inputtext.error .tips{
	display: block;
}
.inputtext{
	/*margin-bottom:1.25em;*/
	margin-bottom:1.5em;
}
.inputtext.error input,
.inputtext.error select{
	border: 1px solid #f00;
}
.add_margin.error{
	margin-bottom:1.5em;
}
.pwd_inputtext.error{
	margin-bottom:3.6em;
}
.login_form .action_box{
	display: flex;
	align-items: center;
	margin-top:2.5em;
}
.login_form .action_box a{
	margin-left: 1.5em;
	color:#2D2D2D;
	text-decoration: underline;
}
.login_form .sign_in_btn{
	margin:0 1.5em;
	/* padding:0 1.5em\9; */
}
.actbtn{
	display:inline-block;
	width:8em;
}

.register_form .txt1{
	line-height:1.5;
	font-size:1em;
	color:#24395E;
}
.register_form .txt2{
	margin:2em 0;
}
.register_form .tit2{
	margin:0 auto 1em;
}
.register_form .tit3{
	margin:0.4em auto 1em;
}
.register_form .jion_btn{
	width:10em;
	margin-right:1em;
}
.action_box .reset_pwd{
	margin-right:1em;
}
.w-30{
	width:30%;
	box-sizing: border-box;
}
.w-34{
	width:34%;
	box-sizing: border-box;
}
.m-3{
	margin:0 3%;
}
.w-40{
	width:39%;
	box-sizing: border-box;
}
.w-60{
	width:59%;
	box-sizing: border-box;
}
.w-50{
	width:49%;
	box-sizing: border-box;
}
.clear{
	clear:both;
}

input::-webkit-input-placeholder{
  color:#878787;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#878787;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#878787;
}
/* select placeholder */
select:invalid { 
	color: #878787;
}
:disabled{
	background:transparent;
	color:#878787;
}

.profile_bottom{
	padding-left:3em;
}
/* .profile_img{
	position: relative;
	width: 6em;
	max-width:10%;
	margin:0 1.25em;
	box-sizing:border-box;
	cursor: pointer;
} */
.profile_img{
	width: 6em;
    height: 6em;
    line-height: 6em;
    border-radius: 50%;
    margin: 0 1.25em;
	background: #eee;
    box-sizing: border-box;
    text-align: center;
}
.profile_img span{
	font-size:3.75em;
}
.editimg_icon{
	position: absolute;
	display: block;
	width: 1.7em;
	right:0.2em;
	bottom: 0;
}
.profile_integral{
	width:88%;
	text-align: left;
}
.learner_name,
.integral{
	width:100%;
	height: 3em;
	line-height:3em;
}
.learner_name{
	font-size:1.25em;
	text-shadow:0 4px 4px rgba(0,0,0,0.25)
}
.integral{
	padding-top:0.5em;
	border-top:1px solid #fff;
}
.profile_top{
	padding:2.75em 0 2em;
}
.profile_intmsg{
	display:flex;
	align-items: center;
}
.integral span{
	font-size:1.5em;
}
.integral img{
	width:1.875em;
	margin:0 1.25em;
}
.integral .total_int{
	font-size: 2.5em;
}

.profile-information{
	width:52%;
	min-width:400px;
	padding-left:3em;
	padding-bottom:5em;
}
.profile-information h3{
	color:#24395E;
	margin:1em 0;
}
.profile-information .adult_information{
	margin:2.4em 0 1em;
}
.profile_bottom{
	padding:4.5em 0 3.5em;
}
.bottom_txt1{
	margin:2em 0 2.5em;
	font-size:1.25em;
	color:#fff;
}
.course_list_tit{
	padding-left:3em;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity:0;
}
.swiper-button-prev{
	background:url(../images/index/left2x.png)  no-repeat;
	background-size: 100%;
	left:0;
	left:-2em;
	top:50%;
	width:2.5em;
	margin-top:-1.25em;
}
.swiper-button-next{
	background:url(../images/index/right2x.png) 100% no-repeat;
	background-size: 100%;
	/* right:0; */
	right:-2em;
	top:50%;
	width:2.5em;
	margin-top:-1.25em;

}
.profile_cropper{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgba(0,0,0,0.5);
}
.cropper_wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
    padding-right:40px;
    background: transparent;
    box-sizing: border-box;
    overflow: hidden;
}
.cropper_box{
    position: absolute;
    width: 60%;
    left: 50%;
    max-width:900px;
    top: 50%;
    height:400px;
    min-height: 50vh;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.cropper_content{
	height:400px;
}
.course_swiper{
	/* width:87%; */
	width:92%;
	margin:0 auto;
	box-sizing: border-box;
}
.course_slideitem{
	width: 50%;
	height:100%;
	padding:3em;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.34);
	box-sizing: border-box;
}
.course_item{
	width:100%;
}
.course_item_ct{
	width:100%;
	/* padding:0 1em; */
	line-height:1.5;
	min-height:20em;
	/* height: 32em; */
    /* overflow-y: scroll; */
	box-sizing: border-box;
}
.course_item h5{
	color:#24395E;
}
.course_item h3{
	color:#FB6302;
}
.course_item p{
	font-size:0.9375em;
	font-weight:600;
	line-height:2em;
}
.linktips{
	font-size:1em;
	font-weight:600;
	color:#24395E;
}
.payment_detail h5{
	margin-bottom:1em;
	color:#24395E;
}
.tit7{
	margin:1.5em 0 1em;
	font-size:1.25em;
	color: #24395E;
}
.enrolled-content .course_item{
	padding:0;
}
.register-success-container{
	padding:8em 0;
}
.register-success-container .login_form{
	min-height:23em;
}
.register-success-txt{
	margin:2em 0;
}
.txtcenter_desktop{
	text-align: center;
	text-align-last:center;
}
.profile_pwd{
	position: relative;
    width: 100%;
	/* margin-bottom:1.2em;
    padding: 1em 1.5em;
    font-size: 1.25em;
	line-height: 1.5;
	color:#878787;
	border: 1px solid #086699;
    border-radius: 8px;
    box-sizing: border-box; */
	cursor: pointer;
}
.profile_pwd::after{
	position:absolute;
	display: block;
	content: "";
	width:1.125em;
	height:1.125em;
	right:1.5em;
	top:50%;
	transform: translateY(-50%);
	background:url("../images/edit_icon@2x.png") no-repeat center center;
	background-size:100%;
}
.editpwd_icon{
	width:1.25em;
	max-width:19px;
}
.inputtext .number_of_learner{
	padding:1em 0;
	text-align: center;
}
.inputtext select.txtcenter_desktop option{
	text-align: center;
}
div::-webkit-scrollbar {
    width:4px;
    height:auto;
}
div::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius:8px;
}
div::-webkit-scrollbar-track {
    border:2px solid #f5f5f5;
    border-radius:8px;
}
.inputtext input{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.inputtext select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../images/dropdown_icon@2x.png) 96% 50% no-repeat;
	background-size:0.625em;
}
.inputtext .date_select{
	background: url(../images/dropdown_icon@2x.png) 96% 50% no-repeat;
	background-size:0.625em;
}

.show_terms{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999999;
}
.terms_wrap{
	position: relative;
    width: 83.4%;
    max-width: 1200px;
    top: 15vh;
    /* padding:5em 3.5em; */
    padding:4em 0;
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    box-sizing: border-box;
}
.terms_ct{
	position: relative;
    width: 100%;
    padding:0 2.5em;
	line-height: 1.4;
    margin: 0 auto;
    max-height: 60vh;
    overflow-y: scroll;
    background: #fff;
    box-sizing: border-box;
}
.hide_terms_btn{
	position: absolute;
	top: 1.5em;
	right: 2.5em;
	width: 1.5em;
	height:1.5em;
	background: url("../images/close_btn@2x.png") no-repeat center center;
	background-size:100%;
	cursor: pointer;
}
.terms_ct .txt{
	margin:2em 0 1em 0;
	font-size:1.25em;
	color: #0084FF;
}
.terms_ct p{
	margin-bottom:2em;
}
.course_item .linktips{
	font-size:1.25em;
}
.comment_btn{
	width:10em;
	margin-top:1em;
}
.timezone_txt{
	font-size:10px;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
	height:auto;
	min-height:100%;
	margin-bottom:1em\9;
}
.inputtext .profile_email{
	background:#eee;
}
.datepicker td.day.disabled{
	color:#ccc;
}
.fa-chevron-left{
	display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: -240px -96px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.fa-chevron-right{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
	background-position: -264px -96px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.fa-chevron-left:before {
	content: "";
}
.fa-chevron-right:before{
	content:"";
}
.datepicker td span.active, .datepicker td.active.day, .datepicker td.active.year{
	color:#fff;
	background: #fb6302;
}
.datepicker td.new, .datepicker td.old{
    color: #24395e;
}
.course_dec{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:10;
	line-clamp:10;
	-webkit-box-orient: vertical;
}
.datepicker td, .datepicker th{
	font-size:14px;
}
.inputtext .input_grey{
	background:#eee;
}
.integral span.profileshowtips{
	position: relative;
	display:inline-block;
	top:-0.2em;
	width: 10px;
	height:10px;
	background: url("../images/showtips_icon@2x.png") no-repeat top center;
	background-size:100%;
	vertical-align: super;
	cursor: pointer;
}
.profiletips{
	position: absolute;
    min-width: 280px;
    max-width: 100%;
    left: 0;
    top:2em;
    line-height: 1.5;
    padding: 1.5em 3em 1.5em 1.5em;
    color: #24395E;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 14px rgb(0 0 0 / 10%);
    box-sizing: border-box;

}
.profiletipsbox{
	position:relative;
}
.hide_tips_btn{
	position: absolute;
	top: 1em;
	right: 1em;
	width: 1em;
	height:1em;
	background: url("../images/close_btn@2x.png") no-repeat center center;
	background-size:100%;
	cursor: pointer;
}
@media screen and (min-width:1366px){
	.pwd_inputtext_tc.error{
		margin-bottom:1.5em;
	}
	.profiletips{
		min-width:580px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1366px){
	.inputtext input, .inputtext select{
		font-size:1.125em;
	}
    .profile_integral{
		width:86%;
	}
	.profiletips{
		min-width:420px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1080px){
	.login_form{
		min-width:540px;
	}
	.profile_integral{
		width:84%;
	}
}
@media screen and (max-width: 768px){
	h3{
		font-size:2.5em;
	}
	h5{
		font-size:1.875em;
	}
	.login-container{
		padding:2em 0;
		/* padding:0.64rem 0; */
	}
	.login_form{
		width:100%;
		padding:2.5em 1.5em;
		/* padding:0.8rem 0.5rem 0.5em; */
		border-radius:8px;
	}
	.inputtext{
		width:100%;
		margin:0 0 1em 0;
		/* margin:0 0 0.5em 0; */
	}
	.inputtext input,
	.inputtext select,
	.inputtext .number_of_learner{
		width:100%;
		padding:1em;
		/* max-height:50px; */
		font-size:1em;
		line-height:1.5;
    	text-align: left;
		box-sizing:border-box;
	}
	.login_form .action_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top:2em;
	}
	.login_form .sign_in_btn{
		display: block;
		margin:0; 
	}
	.inputtext .tips{
		font-size:12px;
		line-height:1.4;
	}
	.register_form .jion_btn,.reset_pwd,.actbtn{
		display: block;
		width:3rem;
		padding: 0.65em 1em;
		/* margin:0 0 1em; */
		margin:0;
	}
	.profile-page .common_btn::after,
	.login_form .common_btn::after{
		display: block;
		content: "";
		right:1em;
	}
	.profile-information{
		width:100%;
		min-width:100%;
		padding:0 1.75em 3.5em 1.75em;
		box-sizing:border-box;
	}
	.profile_img{
		float: none;
		display: block;
		width:8.75em;
		height:8.75em;
		line-height:8.75em;
		margin: 0 auto;
	}
	.profile_img span{
		font-size:5em;
	}
	.profile_integral{
		float:none;
		width: 100%;
	}
	.learner_name, .integral{
		height: auto;
		line-height:1.5;
	}
	.learner_name{
		padding:0.8em 0;
	}
	.course_list_tit{
		padding-left: 0;
	}
	.course_list_tit h3{
		font-size:1.875em;
	}

	.course_list_m .course_item{
		width:100%;
		padding:2em;
		margin-bottom:1.25em;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.34);
		box-sizing: border-box;
	}
	.course_item h5{
		font-size:1.875em;
	}
	.course_item a{
		font-size: 93.75%;
	}
	.add_margin.error{
		margin-bottom:1em;
	}
	.pwd_inputtext.error{
		margin-bottom:3.6em;
	}
	.pwd_inputtext_tc.error{
		margin-bottom:2.4em;
	}
	.actbtn{
		display:block;
		width:2.6rem;
	}
	.txtcenter_desktop{
		text-align: left;
		text-align-last: left;
	}
	.inputtext select.txtcenter_desktop option{
		text-align: left;
	}
	.register_form .jion_btn{
		margin-right:0;
	}
	.register_form .txt2{
		margin:1.5em auto 0;
	}
	.register_form .tit2,
	.register_form .tit3{
		margin:0 auto;
		padding:0.6em 0;
		line-height:1.2;
	}
	.login_facebook{
		margin-bottom:0.8em;
	}
	.action_box .forgetpsw{
		width: 100%;
		margin: 2em auto 0;
		text-align: center;
	}
	.login_form .action_box a,
	.resetbtn{
		font-size:1.25em;
	}
	.login_form .txt1{
		margin:0.875em auto 1.25em;
	}
	.forgetpwd_form .txt1{
		margin:2em 0 1.4em;
		font-size: 1.25em;
		font-weight:600;
		color: #24395e;
	}
	.editpwd_icon{
		width:1em;
	}
	.login_facebook, .login_google{
		height:2.5em;
		line-height: 2.5em;
	}
	.terms_wrap {
		width: 90%;
		max-width: 100%;
		top: 10vh;
		border-radius:8px;
		padding:3em 0;
	}
	.terms_ct{
		max-height: 68vh;
	}
	.terms_ct .txt{
		margin:1em auto;
		font-size: 1.125em;
	}
	.hide_terms_btn {
		position: absolute;
		top:0.85em;
		right:0.85em;
		width: 1.25em;
		height:1.25em;
	}
	.terms_ct {
		padding:0 1em;
	}
	.course_list_m{
		line-height:1.5;
	}
	.linktips{
		margin:1.25em 0;
		font-size:1.25em;
	}
	.pointstxt{
		margin:0.5em 0;
	}
	.comment_btn{
		margin-top:1em;
	}
	.profile_intmsg{
		flex-direction: column;
	}
	.timezone_txt{
		font-weight:1em;
	}
	.profiletipsbox{
		width:100%;
	}
	.profiletips{
		min-width:100%;
		top:0;
	}
}
@media screen and (min-width:414px) and (max-width:768px){
	.pwd_inputtext.error{
		margin-bottom:1em;
	}
}
@media screen and (max-width:320px){
	.login_facebook span, .login_google span{
		font-size:16px;
	}
}
