body{
	  display: none;
}

/* 头部 */

#head{
	 width: 100%;
	 height: 80px;
	 background: #232323;
	 position: relative;
	 z-index: 90;
}

#head .headInner{
	 width: 1200px;
	 height: 80px;
	 margin: 0 auto;
	 position: relative;
}

#head .headInner .logo{
	height: 56px;
	margin-top: 12px;
	float: left;
	cursor: pointer;
}

#head .headInner .navs{
	float: left;
	margin-left: 30px;
}

#head .headInner .navs .navTerm{
	display: inline-block;
	height: 80px;
	line-height: 80px;
	padding: 0 10px;
	color: white;
	font-size: 15px;
}

#head .headInner .navs .navTerm a{
	cursor: pointer;
}

#head .seek-block{
	float: right;
}

#head .seek-inps{
	width: 300px;
	height: 46px;
	background: white;
	margin-top: 17px;
	border-radius: 6px;
	position: relative;
}

#head .seek-inps input{
	outline: none;
	border: none;
	width: 220px;
	height: 36px;
	line-height: 36px;
	margin-top: 5px;
	margin-left: 20px;
}

#head .seek-inps img{
	position: absolute;
	top: 12px;
	right: 20px;
	cursor: pointer;
}

#head .login-block{
	color: white;
	float: right;
	font-size: 15px;
	position: relative;
}

#head .login-block div{
	height: 80px;
	line-height: 80px;
}

#head #toLogin{
	cursor: pointer;
	margin-left: 18px;
}

#exitbox {
	text-align: right;
	display: none;
}

#exitbox a {
	font-size: 15px;
	color: white;
	margin-left: 12px;
}

#exitbox .exitForPerson {
	display: none;
}

#exitbox .exitForSchool {
	display: none;
}

#exitbox .exitForIp{
	display: none;
	margin-left: 18px;
}

#exitbox .exitForSchool .username{
	margin-left: 18px;
}

/*- foot -*/

#foot {
	width: 100%;
	min-width: 1200px;

}

#foot .bxInner{
	width: 1200px;
	margin: 0 auto;
}

#foot .reFoot{
	background: #232323;
	min-width: 1200px;
	padding-bottom: 50px;
}

#foot .footbx1 {
	padding-top: 30px;
	border-bottom: 1px solid #666666;
	padding-bottom: 12px;
}

#foot .footbx1 .fxterm-1 {
	float: left;
	width: 80%;
}

#foot .footbx1 .fxterm-1 a {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	line-height: 27px;
}

#foot .footbx1 .fxterm-1 span {
	padding: 0px 18px;
	height: 14px;
	border-right: 1px solid #999999;
}

#foot .footbx1 .fxterm-1 .fxterm-first {
	padding-left: 0px;
}

#foot .footbx1 .fxterm-1 .fxterm-last {
	border-right: none;
}

#foot .footbx1 .fxterm-2 {
	width: 20%;
	position: relative;
	margin-left: 80%;
	text-align: right;
}

#foot .footbx1 .fxterm-2 img {
	margin-left: 30px;
	margin-top: 6px;
	cursor: pointer;
}

#foot .footbx2 {
	margin-top: 9px;
	font-size: 14px;
	color: #999999;
}

#foot .footbx2 a {
	font-size: 14px;
	color: #999999;
}

#foot .footbx2 .fxterm-1 {
	width: 50%;
	float: left;
}

#foot .footbx2 .fxterm-1 span{
	margin-right: 12px;
}

#foot .addFoot{
	position: relative;
	height: 190px;
	background: #e1e1e1;
}

#foot .addFoot .addItems{
  width: 340px;
	margin-top: 30px;
	float: left;
}

#foot .addFoot .addItems .termTtl{
	font-size: 15px;
	color: #2d2d2d;
	margin-bottom: 6px;
}

#foot .addFoot .addItems .termText{
	font-size: 12px;
	line-height: 24px;
	color: #7e7e7e;
}

#foot .addFoot .wxBox{
	width: 180px;
	text-align: center;
}

#foot .addFoot .wxBox img{
	width: 90px;
  margin-top: 3px;
}


#foot .footbx2 .fxterm-2 {
	margin-left: 50%;
	text-align: right;
}

/*-------*/

/*- black board -*/

#bkBoard {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

#bkBoard .bk-real {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#bkBoard .boards {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#bkBoard .loginbx {
	width: 480px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -240px;
}

.loginbx .lbx-bar {
	height: 10px;
	width: 100%;
	background: #232323;
}

.loginbx .lbx-ttl {
	width: 480px;
	position: relative;
}

.loginbx .lbx-ttl-1 {
	margin-top: 11px;
	text-align: right;
	cursor: pointer;
}

.loginbx .lbx-ttl-1 img {
	margin-right: 15px;
}

.loginbx .lbx-ttl-2 {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.loginbx .lbx-form {
	width: 380px;
	padding: 7px 20px;
	border: 1px solid #dfdfdf;
	margin: 0 auto;
	margin-top: 22px;
	position: relative;
	background: white;
}

.loginbx .lbx-form .inp-bx {
	width: 380px;
	height: 54px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
}

.loginbx .lbx-form .inp-bx .imb-bx {
	float: left;
	width: 38px;
	margin-top: 15px;
}

.loginbx .lbx-form .inp-bx input {
	height: 48px;
	line-height: 48px\9;
	margin-top: 3px;
	width: 308px;
	border: none;
	background: transparent;
}

.loginbx .lbx-form .inp-bx-no {
	border: none;
}

.loginbx .lbx-agment {
	position: relative;
	margin-top: 18px;
	padding-left: 30px;
}

.loginbx .lbx-agment .ck-bx {
	height: 20px;
	width: 20px;
	border: 1px solid #DFDFDF;
	float: left;
	position: relative;
	cursor: pointer;
}

.loginbx .lbx-agment .ck-bx img {
	vertical-align: middle;
	float: left;
	margin-left: 4px;
	margin-top: 5px;
}

.loginbx .lbx-agment .un-accept img {
	display: none;
}

.loginbx .lbx-agment a {
	margin-left: 8px;
	line-height: 22px;
	font-size: 15px;
	color: #666666;
}

.loginbx .setIn-btn {
	width: 420px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #232323;
	background: #f3f3f3;
	margin: 0 auto;
	cursor: pointer;
}

.loginbx .setIn-btn:hover {
	background: #EFEFEF;
}

.loginbx .setIn-act .setIn-1 {
	text-align: right;
	padding-right: 30px;
	margin-top: 10px;
	font-size: 15px;
	color: #232323;
	cursor: pointer;
}

.loginbx .lbx-form-in {
	position: relative;
	z-index: 2;
	background: white;
}

.loginbx .err-bx {
	width: 420px;
	height: 42px;
	line-height: 42px;
	color: #666666;
	border: 1px solid #FE5A00;
	background: #f5f5f5;
	position: absolute;
	left: -1px;
	top: -45px;
	z-index: 1;
	display: none;
}

.loginbx .err-bx img {
	margin-left: 20px;
	vertical-align: middle;
	margin-bottom: 2px;
	cursor: pointer;
}

.loginbx .err-bx span {
	font-size: 14px;
	margin-left: 14px;
}

/*- 登录  -*/

#setIn {
	height: 490px;
	margin-top: -245px;
	display: none;
}

#setIn .setIn-act {
	margin-top: 70px;
}

#ckIn-1 {
	height: 560px;
	display: none;
	margin-top: -280px;
}

#ckIn-1 .setIn-act {
	margin-top: 18px;
}

#ckIn-1 .msk-l input {
	width: 180px;
}

#ckIn-1 .loginbx .setIn-act {
	margin-top: 50px;
}

#ckIn-1 .msk-l .msk-bx {
	height: 40px;
	width: 120px;
	float: right;
	margin-top: 7px;
	cursor: pointer;
	background: salmon;
}

#ckIn-1 .pmsk-l input {
	width: 180px;
}

#ckIn-1 .pmsk-l .pmsk-bx {
	height: 40px;
	width: 120px;
	float: right;
	margin-top: 7px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background: #F5F5F5;
}

#ckIn-1 .pmsk-l .pmsk-bx:hover {
	background: #EFEFEF;
}

#ckIn-1 .pmsk-l .imb-bx img {
	margin-top: 4px;
}

#ckIn-3 .lbx3-rs {
	margin-top: 145px;
}

#ckIn-3 .lbx3-rs-1 {
	text-align: center;
	font-size: 15px;
	color: #FE5A00;
}

#ckIn-3 .lbx3-rs-2 {
	text-align: center;
	color: #C3C3C3;
	margin-top: 3px;
}

#ckIn-3 {
	height: 490px;
	margin-top: -245px;
	display: none;
}

#setIn .lbx-agment span {
	font-size: 15px;
	color: #666666;
	float: right;
	margin-right: 24px;
	cursor: pointer;
}

#setIn .setIn-btn {
	background: #FE5A00;
	color: white;
	text-align: center;
}

#setIn .setIn-btn:hover {
	background: #f85107;
}

#setIn .setIn-others {
	width: 420px;
	font-size: 15px;
	margin: 0 auto;
	color: #666666;
	margin-top: 36px;
}

#setIn .others-1 {
	float: right;
	cursor: pointer;
}

#setIn .others-2 img {
	cursor: pointer;
}

.vevoidbx{
	display: none;
}


/*-------*/


/*- bind the phone -*/

#ckIn-4 {
	display: none;
}

#ckIn-4 .lbx4-form {
	width: 420px;
	margin: 0 auto;
	margin-top: 30px;
}

#ckIn-4 .lbx4-st1 {
	width: 420px;
	height: 38px;
	border: 1px solid #c3c3c3;
	margin-top: 14px;
}

#ckIn-4 .lbx4-st1 input {
	width: 392px;
	margin-left: 14px;
	border: none;
	height: 30px;
	margin-top: 4px;
	background: transparent;
	line-height: 30px\9;
}

#ckIn-4 .lbx4-st2 {
	margin-top: 14px;
}

#ckIn-4 .st2-inpbx {
	width: 280px;
	height: 38px;
	border: 1px solid #C3C3C3;
}

#ckIn-4 .st2-icon {
	width: 118px;
	height: 38px;
	border: 1px solid #C3C3C3;
	float: right;
}

#ckIn-4 .st2-inpbx input {
	width: 252px;
	height: 30px;
	margin-top: 4px;
	border: none;
	margin-left: 14px;
	background: transparent;
	line-height: 30px\9;
}

#ckIn-4 .st2-icon-btn {
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	font-size: 15px;
	background: #f5f5f5;
	border-color: #f5f5f5;
}

#ckIn-4 .lbx-agment {
	margin-top: 20px;
}

#ckIn-4 .lbx4-success {
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #FE5A00;
	color: white;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

#ckIn-4 .lbx4-ft {
	text-align: right;
}

#ckIn-4 .lbx4-ft a {
	margin-right: 20px;
	font-size: 15px;
	margin-top: 10px;
}


/*-------*/


/*- bind success -*/

#ckIn-5 {
	display: none;
}

#ckIn-5 .lbx5-form {
	width: 420px;
	margin: 0 auto;
	margin-top: 30px;
}

#ckIn-5 .lbx5-st1 {
	width: 420px;
	height: 38px;
	border: 1px solid #c3c3c3;
	margin-top: 14px;
}

#ckIn-5 .lbx5-st1 input {
	width: 392px;
	margin-left: 14px;
	border: none;
	height: 30px;
	margin-top: 4px;
	background: transparent;
	line-height: 30px\9;
}

#ckIn-5 .lbx5-success {
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #FE5A00;
	color: white;
	margin: 0 auto;
	margin-top: 140px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

#ckIn-5 .lbx5-ft {
	text-align: right;
	padding-right: 25px;
	margin-top: 18px;
}

#ckIn-5 .lbx5-ft a {
	font-size: 15px;
	margin-left: 32px;
}


/*-------*/

#head .nvterm {
	float: left;
	height: 30px;
	margin-right: 8px;
	line-height: 30px;
	margin-top: 25px;
	position: relative;
}

#head .nvterm .aboutCage{
	/*background: black;*/
	text-align: center;
	padding: 6px 0px 9px;
	position: absolute;
	left: -16px;
	top: 35px;
	display: none;
}

#head .nvterm .aboutCage .backFace{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: black;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#head .nvterm .aboutCage .ablink{
	cursor: pointer;
	width: 100px;
	height: 36px;
	line-height: 36px;
	position: relative;
}

#head .nvterm .aboutCage .ablink a{
	color: #AEAEAE;
	font-size: 13px;
	display: block;
}

#head .nvterm .aboutCage .ablink .linkbar{
    position: absolute;
    left: 25px;
    top: 28px;
	width: 0px;
	height: 1px;
	background: #EFEFEF;

	transition-property: all;
    transition-duration: 0.15s;
}

#head .nvterm .aboutCage .upChip{
	width:0;
	height:0;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	border-bottom:9px solid black;
	position: absolute;
	left: 41px;
	top: -8px;
}

#head .nvterm .aboutCage .ablink:hover .linkbar{
    width: 51px;
}

#head .nvterm:hover .aboutCage{
    display: block;
}

#head a {
	font-size: 15px;
	color: white;
	margin: 0px 7px;
}

#head .linksLine {
	height: 56px;
	width: 1px;
	position: absolute;
	background: #c3c3c3;
	right: 0px;
	top: 0px;
}

#head .linkAct {
	color: #FE5A02;
}

/*- 提示 -*/

#outTips {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 15px 30px;
	font-size: 14px;
	z-index: 99;
	border-radius: 5px;
	color: white;
	overflow: hidden;
	display: none;
}

#outTips .backSee {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: black;
	opacity: 0.6;
}

#outTips .backText {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
}

/*-------*/

/*- effect -*/

.show {
	animation: show 0.2s;
	animation-fill-mode: forwards;
	-webkit-animation: show 0.2s;
}

@keyframes show {
	0% {
		transform: scale(0.6);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.hide {
	animation: hide 0.2s;
	animation-fill-mode: forwards;
	-webkit-animation: hide 0.2s;
}

@keyframes hide {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}


/*-------*/
