body,html{
	margin: 0;
	padding: 0;
	overflow: scroll;
	overflow-y: hidden;
}

a{
	text-decoration: none;
}
/*小标题和返回*/
.head-univ{
	width:100%;
	background:#2591FF;
}
.title{
	width:83.3%;
	margin:0 auto;
	height:80px;
	line-height:80px;
}
.title b{
	color: #FFFFFF;
	font-size:24.03px;
}
.content_c{
	width:83.3%;
	margin:0 auto;
}
.yuan{
	width:24px;
	height:24px;
	border-radius:50%;
	border:3px solid #072F9E;
	float:left;
	margin:9px 0 0 5px;
	box-sizing: border-box;
}
.som{
	font-size:30px;
	padding-top:5%;
	padding-bottom: 2%;
}
.biao{
	margin-left:40px;
	font-size:30px;
	color:#072F9E;
}
/*登录*/
.login_bg_cp{
	position: relative;
	width: 100%;
}
.login_box{
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	left: 55%;
	text-align: center;
	width: 25%;
	width: 482px;
	height: 420px;
	background: #FAFAFA;
	border: 1px solid #005AFF;
	box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.12);
	border-radius: 10px;
	padding: 55px 70px;
	box-sizing: border-box;
}
.register_box_q{
	height: 480px;
}
.register{
	margin-top: 10px;
}
.register_box_t{
	height: 550px;
}
.register_box_t>div{
	height: 12%;
}
.login_tit{
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #005AFF;
	margin: 0;
	margin-bottom: 53px;
}
.user_box,.pwd_box{
	height: 15%;
	background: #FFFFFF;
	border: 1px solid #005AFF;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 3%;
}
.user,.pwd{
	background: #FFFFFF;
	border: 0px solid #005AFF;
	width: 80%;
	height: 100%;
	float: right;
	font-size: 20px;
}
.t_ic{
	background-repeat: no-repeat;
	height: 100%;
	width: 15%;
	float: left;
	
	margin-top: 12px;
	 margin-left: 11px;
	 transform: scale(1);
}
.login{
	height: 15%;
	box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.12);
	background: #005AFF;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}
.login-p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
}
.register{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #005AFF;
}
.companyColorBg{
	background-color: #E70000;
}
.companyColorFont{
	color: #E70000;
}
.companyColorBorder{
	border-color:#E70000;
}

/*团队注册*/

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
 
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
 
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("./img/1.jpg") no-repeat scroll right center transparent;
 
 
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
 
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.login_bg_cp{
	position: relative;
	width: 100%;
}
 /*在选择框的最右侧中间显示小箭头图片*/
/* .school{
	background: url(<%templateskin%>/img/select.png) no-repeat scroll right center transparent;
} */

.user,.pwd,.phone,.school{
	background: #FFFFFF;
	border: 0px solid #005AFF;
	width: 80%;
	height: 100%;
	float: right;
	font-size: 20px;
	margin-right: 5px;
}
/*团队中心*/
.center_tit{
	width: 84%;
	margin: 0 auto;
	background: url(../img/circ.png) no-repeat left;
	padding: 39px 0;
	margin-top: 10px;
}
.center_tit p{
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #0034C1;
	display: inline;
	margin-left: 40px;
}
.center{
	width: 84%;
	overflow: hidden;
	margin: 0 auto;
	min-width: 1200px;
}
.center-left{
	width: 35%;
	float: left;
}
.center-right{
	width: 63%;
	float: right;
	padding: 23px 0;
}
.t_box{
	overflow: hidden;
}
.box_t{
	float: left;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #072E97;
	width: 120px;
	text-align: right;
}
.box_t_g{
	width: 73px;
	height: 37px;
	font-size: 22px;
}
.box_c{
	float: left;
	width: 199px;
	height: 35px;
	background: #F0F0F0;
	border-radius: 6px;
	
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #F97700;
	line-height:35px ;
	border: 0;
	text-align: center;
}
.box_ic{
	float: left;
	padding: 10px;
}

.t_name,.t_num{
	margin-bottom: 53px;
}
.t_teacher_con_item{
	overflow: hidden;
}
.t_teacher_con_item div.t_box{
	float: right;

}
.t_box_list{
	margin-bottom: 17px;
	overflow: hidden;
}
.t_teacher>div:first-child,.t_teamer>div:first-child{
		margin-bottom: 36px;
	}
.box_x{
	overflow: hidden;
	margin: 0 auto;
}
.t_box_x{
	width: auto !important;
	margin-top: 17px;
	margin-right: 10%;
}
.box_t_g_x{
	width: auto !important;
}
/*企业中心*/
.center{
	width: 84%;
	margin: 0 auto;
	overflow: hidden;
}
.center-left{
	width: 31%;
	float: left;
}
.center-right{
	width: 66%;
	float: right;
}
.center-top{
	width: 100%;
	padding: 29px;
	background: #fff;
	margin-bottom: 27px;
	box-sizing: border-box;
}
.center-top span{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color:#0034C1;
	margin: 0;
}
.center-top img {
	width: 24px;
	height: 24px;
	padding-top: 5px;
	vertical-align: top;
	float: right;
	padding-right: 8px;
	cursor: pointer;
}
.center-top .addBtn {
	font-size: 22px;
	font-weight: 400;
	color: #EE0000;
	line-height: 35px;
	float: right;
	margin-right: 42px;
	cursor: pointer;
}
.center-bot{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.08);
	min-height: 500px;
}
.talent{
	border-bottom: 1px solid #0DCBFF;
	padding: 30px 0;
	margin: 0 30px;
}
 .ta1 {
     font-size: 20px;
     font-family: Source Han Sans CN;
     font-weight: 800;
     color: #333333;
     line-height: 26px;
    }

.ta2 {
    font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin: 23px 0;
    }

    .ta3 {
     font-size: 18px;
     font-family: Source Han Sans CN;
     font-weight: 400;
     color: #EE0000;
    }

    .ta4 {
     font-size: 16px;
     font-family: Source Han Sans CN;
     font-weight: 400;
     color: #666666;
     line-height: 36px;
    }

    .ta5 {
     font-size: 16px;
     font-family: Source Han Sans CN;
     font-weight: 400;
     color: #666666;
     line-height: 36px;
    }
.fy{
	width: 100%;
	padding: 10px;
}
.fy>div{
	height: 30px;
	width: 330px;
	margin: 0 auto;
}
.fy>div>div{
	float: left;
	margin-right: 10px;
	text-align: center;
}
.ic{
	width: 26px;
	height: 26px;
}
.boxnum{
	width: 26px;
	height: 26px;
	background: #FFFFFF;
	border: 1px solid #B5B5B5;
	font-size: 18px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
}
/* .xwimg {
      width: 16.375rem
       
      ;
      height: 10rem
       
      ;
      float: left;
    }
	.fy {
	
	  margin-top: 31px
	   
	  ;
	  height: 50px;
	}
	.fy ul {
	  width: 18.75rem
	   
	  ;
	  margin: 0 auto;
	}
	
	.fy li {
	  list-style-type: none;
	  float: left;
	}
	
    .kuang {
      width: 1.625rem
      
      ;
      height: 1.625rem
      
      ;
      line-height: 1.625rem
        
      ;
      text-align: center;
      margin-left: .5625rem
        
      ;
      background: #FFFFFF;
      border: 1px solid #B5B5B5;
    } */
.cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	box-sizing: border-box;
	display: none;
	z-index: 901;
}
.cover_mainBox {
	position: relative;
	top: 50%;
	transform:translateY(-50%);
	width: 50%;
	padding: 45px 70px;
	overflow: hidden;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 20px;
}
.cover_mainBox .line {
	float: left;
	width: 50%;
	margin-bottom: 28px;
}
.cover_mainBox .line span {
	font-size: 24px;
	font-weight: 400;
	color: #003CE0;
}
.cover_mainBox .line input {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	font-size: 20px;
	width: calc(100% - 200px);
	border: 1px solid #ccc;
}
.cover_mainBox .textareaTitle {
	font-size: 24px;
	font-weight: 400;
	color: #003CE0;
	margin: 6px 0 14px 0;
}
.cover_mainBox .textareaBox {
	float: right;
	width: calc(100% - 190px);
	margin-right: 70px;
	overflow: hidden;
}
.cover_mainBox textarea {
	width: 100% !important;
	text-align: left;
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.cover_mainBox .btnSure {
	margin: 46px auto 0;
	width: 116px;
	height: 50px;
	background: #0041F1;
	border-radius: 25px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
@media screen  and  (max-width: 1560px) {
	/*登录框图*/
	.t_ic{
		margin-top: 5px;
		margin-left: 5px;
		transform: scale(.7);
	}
	/*标题*/
	.title b{
		font-size: 1.125rem;
		font-size: 18px;
	}
	.biao{
		font-size: 1.4375rem;
		font-size: 23px;
	}
	.yuan{
		margin-top: 5px;
	}
	
	.login_box{
		width: 362px;
		height: 315px;
		padding: 38px 52px;
	}
	.register_box_t{
		width: 362px;
		height: 444px;
		padding: 38px 52px;
	}
	.register_box_q{
		height: 387px;
	}
	.login_tit{
		font-size: 27px;
		margin-bottom: 36px;
	}
	.user, .pwd,.phone,.school{
		font-size:15px;
	}
	.user_box, .pwd_box{
		margin-bottom: 18px;
		height: 35px;
	}
	.login-p{
		font-size: 18px;
	}
	.register{
		font-size: 14px;
	}
	.school{
		background-size: 26px 24px;
	}
	
	
	/*团队中心*/
	.back_box{
		font-size: 18px;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #FFFFFF;
	}
	.center_tit p{
		font-size: 23px;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #0034C1;
	}
	.box_t{
		float: left;
		width: 120px;
		text-align: right;
		font-size: 18px;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #072E97;
	}
	.box_t_g{
		width: 73px;
		height: 24px;
		font-size: 17px;
	}
	.box_c{
		width: 149px;
		height: 26px;
		float: left;
		line-height: 35px;
		border: 0;
		text-align: center;
		background: #F0F0F0;
		border-radius: 5px;
		font-size: 15px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #F97700;
	}
	.box_ic{
		float: left;
		height: 17px;
		width: 17px;
		padding: 6px;
	}
	
	.t_name,.t_num{
		margin-bottom: 37px;
	}
	.t_teacher_con_item{
		overflow: hidden;
	}
	.t_teacher_con_item div.t_box{
		float: right;
		width: 227px;
	}
	.t_box_list{
		margin-bottom: 17px;
		overflow: hidden;
	}
	.t_teacher>div:first-child{
		margin-bottom: 27px;
	}
	.t_teamer>div:first-child{
		margin-bottom: 27px;
	}
	/*企业中心*/
	.back_box{
		font-size: 18px;
	}
	.center_tit p{
		font-size: 23px;
	}
	.center-top span{
		font-size: 18px;
	}
	.center-top .addBtn{
		font-size: 17px;
	}
	.ta1{
		font-size: 15px;
	}
	.ta2{
		font-size: 12px;
	}
	.ta3{
		font-size: 14px;
	}
	.ta4{
		font-size: 12px;
	}
	.ta5{
		font-size: 12px;
	}
	.cover_mainBox .textareaTitle{
		font-size: 1.125rem;
		font-size: 15px;
	}
	.cover_mainBox .btnSure{
		font-size: 1.125rem;
		font-size: 15px;
	}
	.cover_mainBox .line span{
		font-size: 1.125rem;
		font-size: 15px;
	}
	/*团队注册*/
	.register_box_t>div{
		height: 10%;
	}
}