/*html,body {
scrollbar-face-color:#FB4446; 
scrollbar-highlight-color:#fff; 
scrollbar-shadow-color:#eeeeee; 
scrollbar-3dlight-color:#eeeeee; 
scrollbar-arrow-color:#000; 
scrollbar-track-color:#fff; 
scrollbar-darkshadow-color:#fff; 
}*/
/*滚动条3D表面（ThreedFace）的颜色*/
/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
/*滚动条3D界面的暗边（ThreedShadow）颜色*/
/*滚动条亮边框颜色*/
/*滚动条方向箭头的颜色 */
/*滚动条的拖动区域(TrackBar)颜色*/
/*滚动条暗边框（ThreedDarkShadow）颜色*/ 
*{
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar {/*滚动条整体样式*/
width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
height: 12px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #D7D7D7;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 10px;
background: rgb(255,255,255);
}
.layui-btn-normal{
	background: linear-gradient(rgb(14,136,235),rgb(18,94,238));
	box-shadow:3px 3px 2px #CCCCCC;
}
::-ms-clear,::-ms-reveal{display:none;}

body {
	background: #fff;
	color:rgb(102,102,102);
	font-family: PingFang SC,AlibabaPuHuiTi-Medium, AlibabaPuHuiTi,Lantinghei SC,Alibaba Sans,阿里巴巴普惠体,MicrosoftYaHei,微软雅黑;
	/*font-family: 'Raleway', Calibri, Arial, sans-serif;*/
}

a:focus{outline:none;}

.layui-layer-btn0{
	height: 32px!important;
	width: 65px!important;
	background-color:#FAB75F!important;
	color:#fff!important;
	border-radius: 4px!important;
	line-height: 32px!important;
	float: left!important;
	margin-left: 30px!important;
	margin-top: 10px!important;
	text-align: center!important;
	padding: 0 0px!important;
	border-color: #e2e2e2!important;
}
.layui-layer-btn .layui-layer-btn1{
	height: 32px!important;
	width: 65px!important;
	background: #fff!important;
	border-radius: 4px!important;
	line-height: 32px!important;
	border:1px solid #ccc!important;
	color:#333!important;
	float: right!important;
	/*margin-right: 30px!important;*/
	margin-top: 10px!important;
	text-align: center!important;
	padding: 0 0px!important;
	border-color: #e2e2e2!important;
}
.layui-layer-btn .layui-layer-btn2{
	height: 32px!important;
	width: 65px!important;
	background-color:#FAB75F!important;
	color:#fff!important;
	border-radius: 4px!important;
	line-height: 32px!important;
	float: left!important;
	/*margin-left: 30px!important;*/
	margin-top: 10px!important;
	text-align: center!important;
	padding: 0 0px!important;
	border-color: #e2e2e2!important;
}
.layui-layer-btn{
	background: #fff;
	height: 50px
}
.layui-table-page .layui-input{
	float: unset;
}
.layui-layer-btn{
	 display: flex;
	 justify-content: space-around;
	 align-items: center;
	 text-align: center;
}


/*头部导航*/
#checkBox{
	width: 1200px;
	height: 240px;
	background: #FFFFFF;
	box-shadow: 0px 14px 14px 0px rgba(1, 55, 133, 0.14);
	transform: translate(-50%);
	left: 50%;
	position: absolute;
	box-sizing: border-box;
	padding: 0 40px;
	display: none;
	z-index: 1000;
	margin-top: -4px;
}
#checkBox .title{
	margin-top: 35px;
	text-align: center;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	line-height: 25px;
	margin-bottom: 20px
}
#checkBox .box{
	width: 165px;
	height: 120px;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	text-align: center;
	float: left;
	box-sizing: border-box;
	padding-top: 31px;
	margin-left: 16px;
	cursor: pointer;
	color: #333333;
}
#checkBox .changeStyle{
	width: 165px;
	height: 120px;
	background: #0057E4;
	border-radius: 4px;
	color: #fff!important
}
#checkBox .clickStyle{
	width: 165px;
	height: 120px;
	background: #0057E4;
	border-radius: 4px;
	color: #fff!important
}
#checkBox .box div{
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
}
#checkBox .studyBox{
	width: 725px;
	float: left;
}
#checkBox .interactionBox{
	margin-left: 40px;
	width: 350px;
	float: left;
}
#checkBox .interactionBox #live{
	margin-left: 0px
}
#checkProjectBox{
	width: 1200px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 14px 14px 0px rgba(1, 55, 133, 0.14);
	transform: translate(-50%);
	left: 50%;
	position: absolute;
	box-sizing: border-box;
	padding: 40px;
	z-index: 1000;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	display: none;
	margin-top: -4px
}
#checkProjectBox .changeStyle{
	width: 362px;
	height: 120px;
	background: #0057E4;
	border-radius: 4px;
}

#checkProjectBox .clickStyle{
	width: 362px;
	height: 120px;
	background: #0057E4;
	border-radius: 4px;
}
#checkProjectBox .clickStyle .name{
	color: #fff!important
}
#checkProjectBox .clickStyle .memo{
	color: #fff!important
}

#checkProjectBox .changeStyle .name{
	color: #fff!important
}
#checkProjectBox .changeStyle .memo{
	color: #fff!important
}
#checkProjectBox .box{
	width: 362px;
	height: 120px;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	cursor: pointer;
	padding: 38px 50px;
}
#checkProjectBox .box img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}
#checkProjectBox .box .name{
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-bottom: 14px
}
#checkProjectBox .box .memo{
	color: #666666;
}

#checkCompanyBox{
	width: 820px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 14px 14px 0px rgba(1, 55, 133, 0.14);
	/*transform: translate(-50%);*/
	/*left: 5%;*/
	position: absolute;
	box-sizing: border-box;
	padding: 40px;
	z-index: 1000;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	display: none;
	margin-top: -4px
}
#checkCompanyBox .changeStyle{
	width: 362px;
	height: 120px;
	background: #0057E4;
	border-radius: 4px;
}
#checkCompanyBox .changeStyle .name{
	color: #fff!important
}
#checkCompanyBox .changeStyle .memo{
	color: #fff!important
}

#checkCompanyBox .clickStyle{
	width: 362px;
	height: 120px;
	background: #0057E4;
	border-radius: 4px;
}
#checkCompanyBox .clickStyle .name{
	color: #fff!important
}
#checkCompanyBox .clickStyle .memo{
	color: #fff!important
}

#checkCompanyBox .box{
	width: 362px;
	height: 120px;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	cursor: pointer;
	padding: 38px 50px;
}
#checkCompanyBox .box img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}
#checkCompanyBox .box .name{
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-bottom: 14px
}
#checkCompanyBox .box .memo{
	color: #666666;
}

#header{
	width: 100%;
	height: 70px;
	background: #fff;

	/*margin-bottom: 70px;*/
	border:none;	
	box-shadow: 0px 1px 0px 0px rgba(239,239,239,1)
	/*position: fixed;
	top: 0px;
	z-index: 999999*/
}
#footer{
	width: 100%;
	height: 340px;
	border:none;
}
#banner{
	margin-top: -4px
}