@font-face {
    font-family: PingFangMedium;
    src: url('../font/PingFangMedium.ttf');
}

@font-face {
    font-family: PingFangRegular;
    src: url('../font/PingFangRegular.ttf');
}

body {
	background-color: #fff;
/*	line-height: 0;*/
}

.mr0 {
	margin-right: 0 !important;
}

input[required]:invalid,
input:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
	box-shadow: none;
}

.main-img {
	width: 100%;
}

.mainWrapper {
	position: relative;
}

.nav-opr {
	position: absolute;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 10px;
}

#jiaoxuejia {
	background: transparent;
	z-index: 10;
}

#liyunquan {
	background: transparent;
	top: 197px;
	left: 674px;
	z-index: 10;
	width: 220px;
	height: 147px;
}

#banjixing {
	background: transparent;
	filter: alpha(opacity=0);
	top: 364px;
	left: 674px;
	z-index: 10;
	width: 222px;
	height: 147px;
}

.alert-warning {
	display: none;
	line-height: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.modal-dialog {
	padding-top: 120px;
}

.mohu {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
}

/*
#page8 {
	width: 100%;
	position: relative;
	background: #a5a5a5;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
}
*/


/*动画图片样式*/

.fir_content_tb img {
	width: 100%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: scale3d(1.1, 1.15, 1);
	-moz-transform: scale3d(1.1, 1.15, 1);
	-o-transform: scale3d(1.1, 1.15, 1);
	-ms-transform: scale3d(1.1, 1.15, 1);
	transform: scale3d(1.1, 1.15, 1);
}

.fir_content_tb table tr td img:hover {}


/*动画样式*/

.fir_ani_box,
.fir_ani_box1 {
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	width: 94.5%;
}

.fir_ani_box {
	max-width: 44%;
	margin-right: 15px;
}

.fir_ani,
.fir_ani1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0% 0%;
	-webkit-transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-ms-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
	opacity: 0;
}

.fir_ani1 {
	-webkit-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	-ms-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
}

.fir_ani_box:hover .fir_ani,
.fir_ani_box1:hover .fir_ani {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
	opacity: 5;
}

.moduledesc {
	font-size: 18px;
	position: absolute;
	bottom: 3%;
	opacity: -0;
	color: #fff;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
	text-align: center;
}

.fir_ani_box:hover .moduledesc,
.fir_ani_box1:hover .moduledesc {
	opacity: 1;
	z-index: 1;
}

.modal-header {
	border-bottom: none !important;
	padding-top: 0;
	padding-bottom: 20px;
}

.nav-tabs a {
	color: white !important;
}

.nav-tabs {
	border-bottom: none !important;
	margin: 0 auto;
}

.nav-tabs li a {
	width: 85px;
	height: 85px;
	line-height: 85px;
	background: url(/Public/img/home/loginBack.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 0;
	border-radius: 0;
	border: none !important;
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #fff;
	padding: 0;
}

.nav-tabs li {
/*	margin-right: 30px;*/
	margin-right: 65px;
}

.nav-tabs li a:hover {
	background-color: inherit !important;
}

.nav-tabs .active a {
	background-color: inherit !important;
}

.pcHover .nav-tabs li:nth-child(1) a:hover, .nav-tabs li:nth-child(1).active a {
	background: url(/Public/img/home/teacher2.png) no-repeat center;
	background-size: 100% 100%;
	color: rgba(255,255,255,0) !important;
}

.pcHover .nav-tabs li:nth-child(2) a:hover, .nav-tabs li:nth-child(2).active a {
	background: url(/Public/img/home/student2.png) no-repeat center;
	background-size: 100% 100%;
	color: rgba(255,255,255,0) !important;
}

.pcHover .nav-tabs li:nth-child(3) a:hover, .nav-tabs li:nth-child(3).active a {
	background: url(/Public/img/home/parent2.png) no-repeat center;
	background-size: 100% 100%;
	color: rgba(255,255,255,0) !important;
}

.pcHover .nav-tabs li:nth-child(4) a:hover, .nav-tabs li:nth-child(4).active a {
	background: url(/Public/img/home/admin.png) no-repeat center;
	background-size: 100% 100%;
	color: rgba(255,255,255,0) !important;
}

.nav-tabs .active span {
	display: block
}

.modal-content {
	background-color: rgba(255, 255, 255, 0.7);
}

.input-group-addon {
	border-radius: 27px;
	background: #fff;
}

.form-control {
	
}

.form-group {
	margin-bottom: 0;
}

/*.form-group a {
	color: #fff;
	opacity: 0.8;
	line-height: 30px;
}*/

.btn-primary {
	background-color: #3BCEC2 !important;
	border: 1px solid #fff;
	padding: 8px 30px;
	font-weight: 600;
}

.btn-primary:hover {
	background-color: #209994 !important;
	border: 1px solid #fff;
}

.ctrl {
	position: absolute;
	width: 180px;
	cursor: pointer;
}

.footer-ctrl {
	position: absolute;
	cursor: pointer;
	color: white;
	font-size: 20px;
}

.browser-item {
	display: inline-block;
	width: 150px;
	margin-bottom: 15px;
	float: left;
	font-size: 18px;
}

.login-opr div {
	margin-bottom: 4px;
}

.login-opr label {
	font-weight: normal;
	margin-bottom: 0;
	color: white;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}


/*
        .nav {
            position: fixed;top:0;left: 0;width: 100%;height: 50px;margin-bottom: 100px;background: #fff;overflow: hidden
        }
        .nav ul{overflow: hidden;height: 100%}
        .nav li{height: 100%;}
*/

.close {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50)
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100)
}

/*=导航条=*/
.navbar-default {
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 5px;
}

.navBox {
	width: 1200px; 
	margin: 0 auto; 
	position: relative
}

.navbar-header {
	margin-right: 100px;
}

.navbar-brand {
	padding: 0;
	padding-top: 10px;
}

.nava {
	position: absolute;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	outline: none;
	margin-top: 28px;
}

#navbar-text {
	display: none;
	right: 240px;
	color: #EE6557;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
	margin-top: 30px;
}

.schJoin {
	right: 160px;
}

.oi {
	right: 80px;
}

.feedback {
	right: 0;
}

.schJoin:hover, .oi:hover, .feedback:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 3px solid #ee6457;
}

.schJoin:focus, .oi:focus, .feedback:focus {
	color: #333;
	text-decoration: none;
}

#navbarJBY #navBarAni .active a {
	box-shadow: inset 0 0 5px #fff, 0 0 3px #fff;
	box-sizing: border-box;
	border-bottom: 5px solid #ee6457;
}

.warning {
	display: none;
	opacity: 0.
}

#navu {
	overflow: hidden;
	margin-bottom: 0;
	margin: 0;
	padding: 0
}

.navbar-collapse {
	max-height: inherit;
}

#example-navbar-collapse #navu li {
	line-height: 70px;
	list-style: none;
	display: block;
}

#navu a {
	text-decoration: none;
	color: #666;
	font-weight: 600;
	display: block;
	font-size: 18px;
	padding: 10px 0;
	margin: 20px 30px 0 0 
}

#navu a:focus {
	outline: none;
}

#navu .ac {
	border-bottom: 5px solid #ee6457;
}

.navbar-toggle {
	position: absolute;
	left: -50px;
	top: 10px;
}

.navbar-default .navbar-toggle {
	border: none;
	outline: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #333;
}

.mainFooter {
	width: 100%;
	background: #d9d9d9;
	text-align: center;
	overflow: hidden;
}

.mainFooter .footImg {
	max-width: 120px;
	margin: 20px 0
}

.mainFooter .mainFooterText1 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.mainFooter .mainFooterText2 {
	margin-bottom: 10px;
	font-size: 16px;
}

/*
@media(min-width:1240px) {
	#example-navbar-collapse {
		display: block!important
	}
}
*/
@media(max-width:1380px) and (min-width:1240px){
	#navbar-text {
		right: 240px;
	}
}

@media(max-width:1240px) and (min-width:0){
	.navBox {
		width: 90%; 
		margin: 0 auto; 
		margin-left: 10%;
		margin-right: 25px;
		position: relative;
		min-width: 480px;
	}
	
	#navbar-text {
		right: 240px;
	}


	.mainFooter .footImg {
		max-width: 100px;
		margin: 15px 0
	}

	.mainFooter .mainFooterText1 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.mainFooter .mainFooterText2 {
		margin-bottom: 5px;
		font-size: 14px;
	}
}

.footerRegister {
	left: 23%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7%;
	position: absolute;
	cursor: pointer;
}

#erweima {
	position: absolute;
	top: 15%;
	right: 0;
}

#erweima img {
	width: 100px
}

#erweima p {
	width: 195px;
	margin: 0;
	font-size: 14px;
	line-height: 30px
}

#erweima div:last-child {
	margin-right: 30px
}

@media screen and (max-width: 1701px) {
	#erweima {
		position: absolute;
		top: 18%;
		right: 0;
	}
	#erweima img {
		width: 90px
	}
	#erweima p {
		width: 170px;
		margin: 0;
		font-size: 12px;
		line-height: 30px
	}
	#erweima div:last-child {
		margin-right: 30px
	}
}

@media screen and (max-width: 1501px) {
	#erweima {
		position: absolute;
		top: 18%;
		right: 0;
	}
	#erweima img {
		width: 80px
	}
	#erweima p {
		width: 140px;
		margin: 0;
		font-size: 12px;
		line-height: 25px
	}
	#erweima div:last-child {
		margin-right: 20px
	}
}

@media screen and (max-width: 1399px) {
	#erweima {
		position: absolute;
		top: 18%;
		right: 0;
	}
	#erweima img {
		width: 70px
	}
	#erweima p {
		width: 110px;
		margin: 0;
		font-size: 12px;
		line-height: 25px
	}
	#erweima div:last-child {
		margin-right: 20px
	}
}


/*--站长统计--*/

#cnzz_stat_icon_1260468617 {
	display: none;
}


/*首屏登录*/
#page1 {
	width: 100%;
	height: 100%;
	min-height: 550px;
	background: url(/Public/img/home/index1.jpg) no-repeat scroll center center;
}

.outter {
	width: 460px;
	height: 100%;
	min-height: 550px;
	margin: 0 auto;
/*	background: red;*/
	position: relative;
}

.main-img {
	min-width: 450px;
}

.swingImg {
	width: 340px;
	margin-left: 40px;
	margin-bottom: 30px;
}

.loginText {
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 28px;
	color: #065b78;
	display: none;
}

.form-group {
	margin: 0 !important;
}

.input_phone, .input_psd, .input_name {
	width: 325px;
	height: 58px;
	padding-left: 67px;
	margin-left: 30px;
	display: inline-block
}

#prompt_t, #prompt_s, #prompt_p, #prompt_a {
	width: 400px;
	margin-left: 30px;
}

.input_phone {
	margin-top: 20px;
	margin-bottom: 38px;
	background: url(/Public/img/home/inputPhone.png) no-repeat center;
	background-size: 100% 100%;
}

.input_psd {
	background: url(/Public/img/home/inputPsd.png) no-repeat center;
	background-size: 100% 100%;
}

.input_name {
	margin-top: 20px;
	margin-bottom: 38px;
	background: url(/Public/img/home/inputName.png) no-repeat center;
	background-size: 100% 100%;
}

.input_new {
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	border: none;
	background: rgba(255,255,255,0);
	outline: none;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
}

.a_new {
	font-size: 18px;
	color: #333 !important;
	text-decoration: none !important;
	outline: none !important;
	font-family: "微软雅黑";
}

.check_new {
	display: none;
}

.labelBox {
	float: left;
	width: 140px;
	margin: 10px 0 20px 40px
}

.label_new {
	float: left;
	width: 40px;
	height: 40px;
	background: url(/Public/img/home/labelBack.png) no-repeat center;
	background-size: 100% 100%;
}

.label_text {
	float: left;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #333;
	font-size: 18px;
	margin-left: 15px;
}

.label_choose {
	display: none;
	width: 32px;
	margin-top: 3px;
	margin-left: 8px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow : 0 0 0px 1000px #3a6c51 inset;
	-webkit-text-fill-color: #fff;
}

.btnSubmitBox {
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}

.form-group  .reg_btn {
	display: block;
	float: left;
	opacity: 1;
	background: url(../img/home/metalBack.png);
	background-size: 100% 100%;
	color: #5e400b;
	text-decoration: none;
}

.btnSubmit {
	border: none;
	background: none;
	outline: none;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: url(/Public/img/home/metalBack.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 33px;
	float: left;
	color: #5e400b;
	font-size: 18px;
	font-weight: 600;
	font-family: "黑体";
	text-align: center;
	letter-spacing: 2px;
	padding: 0 !important;
	padding-left: 2px !important;
}

.btnSubmit:hover {
	color: #fff;
}

.btnSubmit:link {
	outline: none;
}

.tourist {
	display: inline-block;
	margin-left: 150px;
	margin-top: 20px;
	color: #356250 !important;
	font-family: "微软雅黑";
	font-size: 18px;
	text-decoration: none;
}

.tourist:hover {
	color: #356250 !important;
	text-decoration: none;
}

.input_s1 {
	margin-top: 20px;
	margin-bottom: 23px;
}

.input_s2 {
	margin-top: 0;
	margin-bottom: 23px;
}

.input_a {
	margin-bottom: 38px;
}

.input_a2 {
	margin-bottom: 38px;
}

/* 新增 下载教材 start */
/* twl 20200208 */
body {
	min-width: 600px;
}
.textbook-download {
	position: absolute;
	top: 50px;
	left: -235px;
}
.textbook-download .textbook-img {
	width: 175px;
}
.loginMain {
	position: relative;
}

@media screen and (max-height: 1400px) {
	.textbook-download {
		top: 32px;
		left: -200px;
	}
}
@media screen and (max-height: 700px) {
	.textbook-download {
		top: 28px;
	}
}
@media screen and (max-height: 600px) {
	.textbook-download {
		top: 28px;
	}
}
/* 新增 下载教材 end */

@media screen and (max-height: 899px) and (min-height: 800px) {
    .outter {
		width: 390px;
		height: 100%;
		min-height: 550px;
		margin: 0 auto;
/*		background: orange;*/
	}
	
	.main-img {
		min-width: 390px;
	}

	.swingImg {
		width: 273px;
		margin-left: 40px;
		margin-bottom: 33px;
	}
	
	.loginText {
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 28px;
		color: #065b78;
		display: none;
	}
	
	.input_phone, .input_psd, .input_name {
		width: 289px;
		height: 52px;
		padding-left: 60px;
		margin-left: 27px;
		display: inline-block
	}
	
	#prompt_t, #prompt_s, #prompt_p, #prompt_a {
		width: 356px;
		margin-left: 27px;
	}

	.input_phone {
		margin-top: 20px;
		margin-bottom: 33px;
		background: url(/Public/img/home/inputPhone.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.nav-tabs li a {
		width: 70px;
		height: 70px;
		line-height: 70px;
		background: url(/Public/img/home/loginBack.png) no-repeat center;
		background-size: 100% 100%;
		margin-right: 0;
		border-radius: 0;
		border: none !important;
		text-align: center;
		font-size: 16px;
		font-family: "微软雅黑";
		color: #fff;
		padding: 0;
	}

	.nav-tabs li {
/*		margin-right: 27px;*/
		margin-right: 65px;
	}
	
	.input_new {
		width: 213px;
		height: 27px;
		line-height: 27px;
		margin-top: 14px;
		border: none;
		background: rgba(255,255,255,0);
		outline: none;
		color: #fff;
		font-size: 16px;
		font-family: "微软雅黑";
	}

	.a_new {
		font-size: 16px;
		color: #333 !important;
		text-decoration: none !important;
		outline: none !important;
		font-family: "微软雅黑";
	}
	
	.labelBox {
		float: left;
		width: 120px;
		margin: 10px 0 20px 35px
	}

	.label_new {
		float: left;
		width: 35px;
		height: 35px;
		background: url(/Public/img/home/labelBack.png) no-repeat center;
		background-size: 100% 100%;
	}

	.label_text {
		float: left;
		line-height: 35px;
		font-family: "微软雅黑";
		color: #333;
		font-size: 16px;
		margin-left: 13px;
	}
	
	.label_choose {
		display: none;
		width: 28px;
		margin-top: 2px;
		margin-left: 8px;
	}
	
	.input_s1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.input_s2 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.input_a {
		margin-bottom: 33px;
	}
	
	.input_a2 {
		margin-bottom: 33px;
	}
	
	.btnSubmit {
		width: 125px;
		height: 36px;
		line-height: 36px;
		margin-left: 30px;
		float: left;
		font-size: 17px
	}

	.textbook-download {
		left: -200px;
	}
	.textbook-download .textbook-img {
		width: 160px;
	}

	.tourist {
		display: inline-block;
		margin-left: 136px;
		margin-top: 15px;
		color: #356250 !important;
		font-family: "微软雅黑";
		font-size: 16px;
		text-decoration: none;
	}
	
	.btnSubmitBox {
		clear: both;
		padding-top: 20px;
		overflow: hidden;
	}
}

@media screen and (max-height: 799px) and (min-height: 700px) {
    .outter {
		width: 380px;
		height: 100%;
		min-height: 550px;
		margin: 0 auto;
/*		background: yellow;*/
	}
	
	.main-img {
		min-width: 380px;
	}

	.swingImg {
		width: 250px;
		margin-left: 45px;
		margin-bottom: 20px;
	}
	
	.loginText {
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 26px;
		color: #065b78;
		display: none;
	}
	
	.input_phone, .input_psd, .input_name {
		width: 270px;
		height: 45px;
		padding-left: 52px;
		margin-left: 23px;
		display: inline-block
	}

	#prompt_t, #prompt_s, #prompt_p, #prompt_a {
		width: 311px;
		margin-left: 23px;
	}
	
	.input_phone {
		margin-top: 15px;
		margin-bottom: 25px;
		background: url(/Public/img/home/inputPhone.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.nav-tabs li a {
		width: 70px;
		height: 70px;
		line-height: 70px;
		background: url(/Public/img/home/loginBack.png) no-repeat center;
		background-size: 100% 100%;
		margin-right: 0;
		border-radius: 0;
		border: none !important;
		text-align: center;
		font-size: 16px;
		font-family: "微软雅黑";
		color: #fff;
		padding: 0;
	}

	.nav-tabs li {
/*		margin-right: 25px;*/
		margin-right: 55px;
	}
	
	.input_new {
		width: 187px;
		height: 23px;
		line-height: 23px;
		margin-top: 10px;
		border: none;
		background: rgba(255,255,255,0);
		outline: none;
		color: #fff;
		font-size: 16px;
		font-family: "微软雅黑";
	}

	.a_new {
		font-size: 16px;
		color: #333 !important;
		text-decoration: none !important;
		outline: none !important;
		font-family: "微软雅黑";
	}
	
	.labelBox {
		float: left;
		width: 120px;
		margin: 10px 0 20px 35px
	}

	.label_new {
		float: left;
		width: 35px;
		height: 35px;
		background: url(/Public/img/home/labelBack.png) no-repeat center;
		background-size: 100% 100%;
	}

	.label_text {
		float: left;
		line-height: 35px;
		font-family: "微软雅黑";
		color: #333;
		font-size: 16px;
		margin-left: 13px;
	}
	
	.label_choose {
		display: none;
		width: 28px;
		margin-top: 2px;
		margin-left: 8px;
	}
	
	.input_s1 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.input_s2 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	.input_a {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	
	.input_a2 {
		margin-bottom: 25px;
	}
	
	.btnSubmit {
		width: 115px;
		height: 33px;
		line-height: 33px;
		margin-left: 28px;
		float: left;
		font-size: 16px
	}

	.textbook-download {
		left: -180px;
	}
	.textbook-download .textbook-img {
		width: 140px;
	}

	.tourist {
		display: inline-block;
		margin-left: 125px;
		margin-top: 10px;
		color: #356250 !important;
		font-family: "微软雅黑";
		font-size: 16px;
		text-decoration: none;
	}
	
	.btnSubmitBox {
		clear: both;
		padding-top: 10px;
		overflow: hidden;
	}
}

/*新增加 顿总*/
@media screen and (max-height: 699px) and (min-height: 690px) {
    .outter {
		width: 370px;
		height: 100%;
		min-height: 550px;
		margin: 0 auto;
/*		background: green;*/
	}
	
	.main-img {
		min-width: 315px;
	}

	.swingImg {
		width: 240px;
		margin-left: 50px;
		margin-bottom: 15px;
	}
	
	.loginText {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 26px;
		color: #065b78;
		display: none;
	}
	
	.input_phone, .input_psd, .input_name {
		width: 290px;
		height: 45px;
		padding-left: 60px;
		margin-left: 18px;
		display: inline-block
	}
	
	#prompt_t, #prompt_s, #prompt_p, #prompt_a {
		width: 295px;
		font-size: 12px;
		margin-left: 18px;
		padding: 13px;
		margin-top: 5px;
	}

	.input_phone {
		margin-top: 20px;
		margin-bottom: 23px;
		background: url(/Public/img/home/inputPhone.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.nav-tabs li a {
		width: 65px;
		height: 65px;
		line-height: 65px;
		background: url(/Public/img/home/loginBack.png) no-repeat center;
		background-size: 100% 100%;
		margin-right: 0;
		border-radius: 0;
		border: none !important;
		text-align: center;
		font-size: 14px;
		font-family: "微软雅黑";
		color: #fff;
		padding: 0;
	}

	.nav-tabs li {
/*		margin-right: 25px;*/
		margin-right: 65px;
	}
	
	.input_new {
		width: 165px;
		height: 18px;
		line-height: 18px;
		margin-top: 12px;
		border: none;
		background: rgba(255,255,255,0);
		outline: none;
		color: #fff;
		font-size: 14px;
		font-family: "微软雅黑";
	}

	.a_new {
		font-size: 14px;
		color: #333 !important;
		text-decoration: none !important;
		outline: none !important;
		font-family: "微软雅黑";
	}
	
	
	.labelBox {
		float: left;
		width: 110px;
		margin: 10px 0 20px 40px
	}

	.label_new {
		float: left;
		width: 30px;
		height: 30px;
		background: url(/Public/img/home/labelBack.png) no-repeat center;
		background-size: 100% 100%;
	}

	.label_text {
		float: left;
		line-height: 30px;
		font-family: "微软雅黑";
		color: #333;
		font-size: 14px;
		margin-left: 10px;
	}
	
	.label_choose {
		display: none;
		width: 25px;
		margin-top: 0px;
		margin-left: 6px;
	}
	
	.input_s1 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.input_s2 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	.input_a {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	
	.input_a2 {
		margin-bottom: 25px;
	}
	
	.btnSubmit {
		width: 125px;
		height: 36px;
		line-height: 36px;
		margin-left: 25px;
		float: left;
		font-size: 16px
	}

	.textbook-download {
		left: -165px;
	}
	.textbook-download .textbook-img {
		width: 125px;
	}

	.tourist {
		display: inline-block;
		margin-left: 134px;
		margin-top: 10px;
		color: #356250 !important;
		font-family: "微软雅黑";
		font-size: 14px;
		text-decoration: none;
	}
	
	.btnSubmitBox {
		clear: both;
		padding-top: 5px;
		overflow: hidden;
	}
}

@media screen and (max-height: 689px) and (min-height: 600px) {
    .outter {
		width: 315px;
		height: 100%;
		min-height: 550px;
		margin: 0 auto;
/*		background: green;*/
	}
	
	.main-img {
		min-width: 315px;
	}

	.swingImg {
		width: 210px;
		margin-left: 40px;
		margin-bottom: 15px;
	}
	
	.loginText {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 26px;
		color: #065b78;
		display: none;
	}
	
	.input_phone, .input_psd, .input_name {
		width: 220px;
		height: 36px;
		padding-left: 41px;
		margin-left: 18px;
		display: inline-block
	}
	
	#prompt_t, #prompt_s, #prompt_p, #prompt_a {
		width: 246px;
		margin-left: 18px;
	}

	.input_phone {
		margin-top: 20px;
		margin-bottom: 23px;
		background: url(/Public/img/home/inputPhone.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.nav-tabs li a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		background: url(/Public/img/home/loginBack.png) no-repeat center;
		background-size: 100% 100%;
		margin-right: 0;
		border-radius: 0;
		border: none !important;
		text-align: center;
		font-size: 12px;
		font-family: "微软雅黑";
		color: #fff;
		padding: 0;
	}

	.nav-tabs li {
/*		margin-right: 15px;*/
		margin-right: 40px;
	}
	
	.input_new {
		width: 165px;
		height: 18px;
		line-height: 18px;
		margin-top: 8px;
		border: none;
		background: rgba(255,255,255,0);
		outline: none;
		color: #fff;
		font-size: 14px;
		font-family: "微软雅黑";
	}

	.a_new {
		font-size: 14px;
		color: #333 !important;
		text-decoration: none !important;
		outline: none !important;
		font-family: "微软雅黑";
	}
	
	
	.labelBox {
		float: left;
		width: 110px;
		margin: 10px 0 20px 20px
	}

	.label_new {
		float: left;
		width: 30px;
		height: 30px;
		background: url(/Public/img/home/labelBack.png) no-repeat center;
		background-size: 100% 100%;
	}

	.label_text {
		float: left;
		line-height: 30px;
		font-family: "微软雅黑";
		color: #333;
		font-size: 14px;
		margin-left: 10px;
	}
	
	.label_choose {
		display: none;
		width: 25px;
		margin-top: 0px;
		margin-left: 6px;
	}
	
	.input_s1 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.input_s2 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	.input_a {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	
	.input_a2 {
		margin-bottom: 25px;
	}
	
	.btnSubmit {
		width: 95px;
		height: 28px;
		line-height: 28px;
		margin-left: 21px;
		float: left;
		font-size: 15px
	}

	.textbook-download {
		left: -160px;
	}
	.textbook-download .textbook-img {
		width: 120px;
	}

	.tourist {
		display: inline-block;
		margin-left: 98px;
		margin-top: 5px;
		color: #356250 !important;
		font-family: "微软雅黑";
		font-size: 14px;
		text-decoration: none;
	}
	
	.btnSubmitBox {
		clear: both;
		padding-top: 5px;
		overflow: hidden;
	}
}

@media screen and (max-height: 599px) and (min-height: 0) {
    .outter {
		width: 305px;
		height: 100%;
		min-height: 550px;
		margin: 0 auto;
/*		background: blue;*/
	}
	
	.main-img {
		min-width: 295px;
	}

	.swingImg {
		width: 190px;
		margin-left: 35px;
		margin-bottom: 10px;
	}
	
	.loginText {
		display: block;
		text-align: center;
		font-size: 12px;
		line-height: 26px;
		color: #065b78;
		display: none;
	}
	
	.input_phone, .input_psd, .input_name {
		width: 220px;
		height: 36px;
		padding-left: 41px;
		margin-left: 18px;
		display: inline-block
	}
	
	#prompt_t, #prompt_s, #prompt_p, #prompt_a {
		width: 246px;
		margin-left: 18px;
	}

	.input_phone {
		margin-top: 10px;
		margin-bottom: 15px;
		background: url(/Public/img/home/inputPhone.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.nav-tabs li a {
		width: 58px;
		height: 58px;
		line-height: 58px;
		background: url(/Public/img/home/loginBack.png) no-repeat center;
		background-size: 100% 100%;
		margin-right: 0;
		border-radius: 0;
		border: none !important;
		text-align: center;
		font-size: 12px;
		font-family: "微软雅黑";
		color: #fff;
		padding: 0;
	}

	.nav-tabs li {
/*		margin-right: 15px;*/
		margin-right: 40px;
	}
	
	.input_new {
		width: 165px;
		height: 18px;
		line-height: 18px;
		margin-top: 8px;
		border: none;
		background: rgba(255,255,255,0);
		outline: none;
		color: #fff;
		font-size: 12px;
		font-family: "微软雅黑";
	}

	.a_new {
		font-size: 12px;
		color: #333 !important;
		text-decoration: none !important;
		outline: none !important;
		font-family: "微软雅黑";
	}
	
	
	.labelBox {
		float: left;
		width: 110px;
		margin: 10px 0 20px 20px
	}

	.label_new {
		float: left;
		width: 30px;
		height: 30px;
		background: url(/Public/img/home/labelBack.png) no-repeat center;
		background-size: 100% 100%;
	}

	.label_text {
		float: left;
		line-height: 30px;
		font-family: "微软雅黑";
		color: #333;
		font-size: 12px;
		margin-left: 10px;
	}
	
	.label_choose {
		display: none;
		width: 25px;
		margin-top: 0px;
		margin-left: 6px;
	}
	
	.input_s1 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.input_s2 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.input_a {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	.input_a2 {
		margin-bottom: 15px;
	}
	
	.btnSubmit {
		width: 92px;
		height: 27px;
		line-height: 27px;
		margin-left: 22px;
		float: left;
		font-size: 14px
	}

	.textbook-download {
		left: -140px;
	}
	.textbook-download .textbook-img {
		width: 100px;
	}

	.tourist {
		display: inline-block;
		margin-left: 100px;
		margin-top: 5px;
		color: #356250 !important;
		font-family: "微软雅黑";
		font-size: 12px;
		text-decoration: none;
	}
	
	.btnSubmitBox {
		clear: both;
		padding-top: 5px;
		overflow: hidden;
	}
	
	.alert-warning {
		margin-top: 5px;
	}
}
