@charset "utf-8";

html,body {color: #333;margin: 0;height: 100%;font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;-moz-osx-font-smoothing: grayscale;font-weight: normal;}
* {box-sizing: border-box;}
a {text-decoration: none;color: #333;}
a, label, button, input, select {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {border: 0;}
body {background: #F4F4F4;color: #333;font-size: 0.3rem;line-height: 1;}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {margin: 0;padding: 0;}
button {outline: 0;}
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}
li {list-style: none;}
.clearfix::after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}

.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.jq22-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.jq22-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;   
    color: #333;
}


/* 必要布局样式css */

.jq22-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jq22-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.jq22-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background: #00a4e2;
}


.jq22-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;   
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.jq22-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;    
    font-weight: bold;
}

.jq22-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jq22-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.jq22-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;   
    color: #333;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.jq22-mine-head{
    width:100%;
    height:auto;
    background:#308C3F;
}



.jq22-flex-box h2{
    color:#fff;   
    margin-bottom:0.3rem;
}

.jq22-flex-box p{
    color:#fff;   
    position:relative;
    display:block;   
}

.jq22-mine-user{
    width:70px;
    height:70px;
}

.jq22-mine-user img{
    width:100%;
    height:auto;
    display:block;
    border:none;
    border-radius:100%;
}


.jq22-arrow {
    text-align: right;
    color: #808080;
    padding-right: 13px;
    position: relative;
    margin-left:15px;
}

.jq22-arrow span {    
    color: #aeb3b9;
}

.jq22-arrow:after {
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1px 1px 0 0;
    border-color: #666;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}

.jq22-course-list .jq22-flex{
    padding: 0.3rem;
}


.jq22-palace {
    padding: 1rem 0 ;
    position: relative;
    overflow: hidden;
    background:#fff;
}

.jq22-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 25%;
    box-sizing: border-box;
}

.jq22-palace-grid-icon {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align:center;
}

.jq22-palace-grid-icon h2{    
    color:#0f0f0f;
}

.jq22-palace-grid-icon .jq22-tag {
    background: #fc8020;
    color: #fff;    
    border-radius: 15px 15px 15px 0;
    position: absolute;
    right: -18px;
    top: -5px;
    padding: 0 0.3rem;
}

.jq22-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.jq22-palace-grid-text {
    display: block;
    text-align: center;
    color: #0f0f0f;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.4rem;
}

.jq22-palace-grid-text h2 {   
    font-weight: normal;
    color: #676767;
}


.jq22-flex-box h3{    
    color: #484848;
    font-weight:normal;
}











.jq22-tabBar-item-active .jq22-tabBar-item-text {
    color: #308C3F;
}







.jq22-flex-tags{
    background:#fff;
}
.jq22-flex-tags .jq22-arrow i{
    border-radius:100%;
    color:#fff;
    background:#fe4a56;   
    width:18px;
    height:18px;
    display:block;
    font-style:normal;
    text-align:center;
    line-height:18px;
}

.jq22-flex-box span{
    margin-top:0.4rem;
    display:block;   
    color:#a9a9a9;
}

.jq22-course-list {
    background:#fff;margin-top: 0.2rem;
}


.jq22-text-body {
    text-align:center;   
    color:#999;
    padding:0.3rem 0;
    line-height:1.5;
}
.jq22-cou-img{vertical-align: middle;margin-right: 0.2rem;}
.jq22-cou-img .iconfont{font-size: 0.35rem;}

.jq22-tabBar-item-icon .iconfont{font-size: 0.5rem;}


.jq22-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background-color:#fefefe;
}

.jq22-footer:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e4e4e4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.jq22-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}
.jq22-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
}
.jq22-tabBar-item-text {
    display: inline-block;   
    color: #666;
    margin-top: 0.1rem;
}


.jq22-footer .z-current,
.jq22-footer .z-current .jq22-tabBar-item-text{color: #308C3F;}

.m-quit{padding: 0.3rem 2rem;}
.m-quit a{border: 1px solid #308C3F;display: block;text-align: center;padding: 0.2rem 0;background: #fff;color: #308C3F;border-radius: 0.1rem;}


#Header {
	height: 130px;
	border-bottom: 4px solid #f2f2f2
}

#Header:before,
#Header:after {
	content: "";
	display: table
}

#Header:after {
	clear: both
}

#Header .logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 130px;
	padding-top: 23px;
	float: left;
	_display: inline
}

#Header .logo img {
	margin-top: 10px;
}

#Header .page-name {
	margin-left: 35px;
	color: #000000;
	line-height: 150px;
	height: 150px;
	float: left;
	_display: inline
}

#Header .fast-login {
	height: 130px;
	line-height: 130px;
	float: right;
	_display: inline;
	color: #999999;	
}

#Header .fast-login a {
	color: #000000
}

.banner {
	background: #ffcc00;
	height: 520px
}

.banner .ad {
	margin-top: 65px;
	width: 600px;
	float: left;
	_display: inline
}

.banner .login {
	margin-top: 75px;
	height: 350px;
	width: 385px;
	background: #ffffff;
	float: right;
	_display: inline
}

.banner .login .tabs-title {
	height: 54px;
	border-bottom: 1px solid #f4f4f4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.banner .login .tabs-title li {
	display: block;
	-webkit-box-sizing: border-box;
	float: left;
	_display: inline;
	width: 50%;
	text-align: center;
	height: 22px;
	box-sizing: border-box;
	margin-top: 16px;
	color: #333333
}

.banner .login .tabs-title li:first-child {
	border-right: 1px solid #f4f4f4
}

.banner .login .tabs-title li.current {
	color: #e71000
}

.banner .login .tab-content {
	padding: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 298px
}

.banner .login .tab-content .login-input {
	position: relative
}

.banner .login .tab-content .login-input:before,
.banner .login .tab-content .login-input:after {
	content: "";
	display: table
}

.banner .login .tab-content .login-input:after {
	clear: both
}

.banner .login .tab-content .login-input:nth-child(2) {
	margin-top: 20px
}

.banner .login .tab-content .login-input.focus {
	-webkit-box-shadow: 0 0 4px #ffcc00;
	box-shadow: 0 0 4px #ffcc00;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.banner .login .tab-content .login-input.focus label {
	background: #fff4c8;
	border-color: #ffcc00
}

.banner .login .tab-content .login-input.focus label i {
	color: #ffcc00
}

.banner .login .tab-content .login-input.focus input {
	border-color: #ffcc00
}

.banner .login .tab-content .login-input label {
	display: block;
	background: #f3f3f3;
	width: 40px;
	height: 40px;
	border: 1px solid #dfdfdf;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	float: left;
	_display: inline
}

.banner .login .tab-content .login-input label i {
	color: #d0d0d0;	
}

.banner .login .tab-content .login-input input {
	color: #999999;
	border: 1px solid #dfdfdf;
	border-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	_display: inline;
	padding-left: 10px;
	height: 40px;
	width: 273px
}

.banner .login .tab-content .login-input #get-code {
	position: absolute;
	right: 0;
	width: 140px
}

.banner .login .tab-content .forget-password {
	text-align: right;
	padding-top: 35px;
	color: #666666
}

.banner .login .tab-content .submit {
	margin: 17px 0px
}

.banner .login .tab-content .submit button {	
	width: 100%;
	height: 40px;
	text-align: center;
	border: none;
	background: #ffcc00
}

.banner .login .tab-content .reg {
	text-align: right;
	background: url("/static/img/login-reg-r.png") no-repeat 220px center;
	height: 17px;
	line-hieght: 17px;	
	color: #d11000
}

.find-pass {
	width: 1013px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
	margin-bottom: 50px
}

.find-pass .line {
	float: left;
	_display: inline;
	display: block;
	background: #cccccc;
	width: 390px;
	height: 3px;
	margin-top: 22px
}

.find-pass .line.y-c {
	background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#2c8939), to(#ccc));
	background: linear-gradient(left, #2c8939, #ccc 100%);
	background: -webkit-linear-gradient(left, #2c8939, #ccc 100%)
}

.find-pass .line.c-y {
	background: -webkit-gradient(linear, left top, right top, from(#2c8939), to(#2c8939));
	background: linear-gradient(left, #2c8939, #2c8939 100%);
	background: -webkit-linear-gradient(left, #2c8939, #2c8939 100%)
}

.find-pass>div:not(.line) {
	position: relative;
	float: left;
	_display: inline
}

.find-pass>div:not(.line).one .num {
	width: 69px;
	padding-left: 20px;
	background-image: url("/static/img/find-pass-one.png")
}

.find-pass>div:not(.line).two .num {
	padding-left: 40px;
	width: 90px;
	background-image: url("/static/img/find-pass-two.png")
}

.find-pass>div:not(.line).three .num {
	padding-left: 40px;
	width: 69px;
	background-image: url("/static/img/find-pass-three.png")
}

.find-pass>div:not(.line).current .text {
	color: #000
}

.find-pass>div:not(.line).current.one .num {
	background-image: url("/static/img/find-pass-one-hover.png")
}

.find-pass>div:not(.line).current.two .num {
	background-image: url("/static/img/find-pass-two-hover.png")
}

.find-pass>div:not(.line).current.three .num {
	background-image: url("/static/img/find-pass-three-hover.png")
}

.find-pass>div:not(.line) .num {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 48px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;	
}

.find-pass>div:not(.line) .text {
	color: #666666;
	;
	text-align: center;
	height: 50px;
	line-height: 50px
}

.item-input {
	width: 400px;
	margin-top: 40px;
	border: 1px solid #dfdfdf;
	height: 54px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.item-input:before,
.item-input:after {
	content: "";
	display: table
}

.item-input:after {
	clear: both
}

.item-input label {
	width: 114px;
	float: left;
	_display: inline;
	;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #333333
}

.item-input input[type=text],
.item-input input[type=password] {
	color: #cccccc;
	float: left;
	_display: inline;
	height: 52px;
	border: none;
	width: 284px;
	line-height: 54px
}

.item-input input[type=button] {
	position: absolute;
	right: 0;
	width: 108px;
	height: 46px;
	margin-top: 3px;
	border: 0;
	background: #f2f2f2;	
}

.item-input input[type=button][disabled] {
	color: #999
}

.item-input .info {
	padding-top: 6px;
	color: #c5c5c5
}

.item-input .info:before,
.item-input .info:after {
	content: "";
	display: table
}

.item-input .info:after {
	clear: both
}

.item-input .info span {
	text-align: center;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 90px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 90px;
	box-sizing: border-box;
	display: block;
	background: #dddddd;
	width: 16px;
	float: left;
	_display: inline;
	margin: 0 5px 0 10px;
	height: 16px
}

.item-input .submit {
	width: 100%;
	height: 54px;
	;
	text-align: center;
	border: 0;
	background: #ffcc00;
	color: #000000
}

.find-pass-form {
	padding: 0.5rem 0.3rem;
}

.find-pass-form .pass-input {
	margin-bottom: 0.3rem;display: flex;
}

.find-pass-form .pass-input:before,
.find-pass-form .pass-input:after {
	content: "";
	display: table
}

.find-pass-form .pass-input:after {
	clear: both
}

.find-pass-form .pass-input input[type=text],
.find-pass-form .pass-input input[type=password] {	
	height: 0.9rem;
	-webkit-box-sizing: border-box;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;	
	padding-left: 17px;
	line-height: 0.9rem;
	flex: 1;
}

.find-pass-form .pass-input input[name=code] {
	float: left;
	_display: inline;	
}

.find-pass-form .pass-input input[type=button] ,
.captcha-img{
	width: 2rem;
	height: 0.9rem;
	margin-left: 0.2rem;
	background: #f4f4f4;
	_display: inline;	
	border: 1px solid #cccccc;
	color: #333333;
	flex:none;
}

.find-pass-form .pass-input input[type=button][disabled] {
	color: #c7c7c7
}

.find-pass-form .pass-input .next {
	width: 100%;
	border: none;
	height: 0.9rem;
	text-align: center;
	color: #FFF;
	background: #016d36;
	font-weight: bold;	
}

.success {
	text-align: center;	padding: 1rem 0;
}

.success p {
	color: #333333;margin: 0.5rem 0;
}

.success a.go-login {
	border: 1px solid #dfdfdf;	
	height: 0.9rem;
	display: inline-block;padding: 0 0.5rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.9rem;
	text-align: center;
	color: #282828;
}

#Footer {
	border-top: 1px solid #dfdfdf;
	text-align: center;
	color: #999999;
	line-height: 30px;
	padding-top: 15px
}


