body{
	font-family: "source han sans","helvetica neue",tahoma,"hiragino sans gb",stheiti,"wenquanyi micro hei","\5FAE\8F6F\96C5\9ED1,\5B8B\4F53",sans-serif!important;
}
.zhong {
	background: #FAFAFA;
	padding-top: 110px;
}
.top_head{    
	width: 100%;
    height: 80px;    
    position: relative;    
    z-index: 999;
    background: white;
    top: 0px;
    min-width: 950px;
}
.head_con{
	width: 1200px;
	height: 80px;
	margin: auto;
	display: flex;
	flex-direction: row;
	position: relative;
}
.head_left{
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.head_left img{
	width: 162px;
	height: 42px;
	cursor: pointer;
}
.head_center{	
	margin-left: 30px;
}
.head_right{	
	position: absolute;
	right: 0;
	justify-content: flex-end;
}
.head_center,.head_right{
	height: 100%;
	display: flex;
	flex-direction: row;
}
.head_center>li,.head_right>li{
	height: 100%;
	cursor: pointer;
	position: relative;
}
.head_center>li{
	width: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
}
.head_right>li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	margin-left: 60px;
	position: relative;
}
.head_right li .first_div{
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.head_right li .second_div{
	position: absolute;
    background: white;
    /*border: 1px solid #d2d2d2;*/
    top: 65px;
	display: none;
}
.head_right li .second_div p{
	width:100px;
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 35px;
	color: #9E9E9E;
	text-align: center;
}
.head_right li .second_div p:hover{
	color: #3B82D1; 
}
.head_center li span,.head_right li span{
	color: #7392b7;
	font-size: 16px;
	padding: 10px 0;
	pointer-events: none;
}
.goDownloadTool{
	color: #7392b7;
	font-size: 16px;
	padding: 10px 0;
}
.head_right li span{
	padding: 7px 0 10px 0 !important;
}
/*.head_center li i{
	color: #7392b7;
	font-size: 16px;
	position: absolute;
	left: 92px;
	pointer-events: none;
}*/
.head_center li hr{
	width: 0;
    position: absolute;
    bottom: 23px;
    background: #3B82D1;
    height: 5px;
    pointer-events: none;  
	margin: 0;
}
.head_center li:hover hr{
	animation: hrShowAni 1s;
	animation-fill-mode:forwards;
}
@keyframes hrShowAni{ 
    0%{width: 0;} 
    100%{width: 80px;} 
}
.head_active hr{
	animation: hrShowAni 1s;
	animation-fill-mode:forwards;
}
.no_active hr{
	/* animation: hrHideAni 2s;
	animation-fill-mode:forwards; */
}
.head_active span,.head_active select{
	color: #3B82D1 !important;
}
.no_active:hover span,.no_active:hover select{
	color: #3B82D1 !important;
}
.head_right li .icon-phone{
	color: #7392b7;
	font-size: 18px;
}
.head_right li .icon-xian{
	color: #7392b7;
	font-size: 34px;
	position: absolute;
	left: 0;
	top: 0;
}
.head_right li .icon-shachu-xue{
	color: #3B82D1;
	font-size: 32px;
}
.select_div{
	width: 108px;
	position: relative;
}
.select_div .icon-triangle-down{
	position: absolute;
	color: gray;
	box-shadow:0px 0px 4px 0px rgba(213,213,213,0.5);
}
.select_div .layui-form-select .layui-edge{
	right: 0;
}
.select_div .layui-input-block{
	margin: 0 !important;
}
.select_div .layui-input{
	border: none !important;
	color: #7392b7 !important;
	font-size: 16px !important;
	padding: 0;
}
.select_div .layui-form-selected dl{
	max-height: 500px !important;
	width: 148px;
	left: -34px;
	top: 30px;
	border: none;
	box-shadow: none;
	background-image: url(../img/head/selectBg.png);
	background-repeat: no-repeat;
	background-size:100% 100% ;
	background-color:rgba(255,255,255,0) ;
	padding: 20px 4px 10px 4px;
}
.select_div .layui-form-select dl dd{
	text-align: center;
	color: #9E9E9E;
}
.select_div .layui-form-select dl dd.layui-this{
	background: #3B82D1 !important;
	color: white !important;
}
.select_div .layui-form-select dl dd:hover{
	color: #3B82D1;
	background: none;
}
.menu_btn{
	width: 30px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px 0;
}
.menu_btn div{
	width: 30px;
	height: 3px;
	background: #7392B7;
}
@keyframes aniFstart{
	from{transform: rotate(0deg);margin-top: 0;}
	to{transform: rotate(45deg);margin-top: 9px;}
}
@keyframes aniFover{
	from{transform: rotate(45deg);margin-top: 9px;}
	to{transform: rotate(0deg);margin-top: 0;}
}
@keyframes aniLstart{
	from{transform: rotate(0deg);margin-top: 0;}
	to{transform: rotate(-45deg);margin-top: -9px;}
}
@keyframes aniLover{
	from{transform: rotate(-45deg);margin-top: -9px;}
	to{transform: rotate(0deg);margin-top: 0;}
}
/*.head_active span{
	color: #3B82D1 !important;
	border-bottom: 2px solid #3B82D1 !important;
}
.head_active select{
	color: #3B82D1 !important;
	border-bottom: 2px solid #3B82D1 !important;
}
.head_active i{
	color: #3B82D1 !important;
}*/
.headUserPic{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.menu_div,.userMenu{
	width: 200px;
	margin: auto;
	position: fixed;
	left: 990px;
	right: 0;
	top: 70px;
	z-index: 999;
	display: none;
}	
.userMenu{
	left: 1150px;
}	
.menu_ul,.user_ul{
	width: 200px;
	height: 284px;
	background: url(../img/head/bg1.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.user_ul{
	background: url(../img/head/bg2.png) no-repeat;
	background-size: 100% 100%;
}
.menu_ul li,.user_ul li{
	width: 189px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #9E9E9E;
	font-size: 16px;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.menu_ul li:hover,.user_ul li:hover{
	color:#3B82D1 ;
}
.menu_active{
	color: white !important; 
	background: #3B82D1 !important;
}
.foo_post_bot {
    position: fixed;
    bottom: 15%;
    right: 10px;
    z-index: 150;
    /*display: none;*/
}
.foo_post_bot>ul>li {
    margin-bottom: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 5px #c8c8c8;
    background: white;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
}
.foo_post_bot>ul>li>i {
    font-size: 30px;
    color: gray;
}
.foo_post_bot>ul>li:hover{
	background: gray;
}
.foo_post_bot>ul>li:hover>i{
	color: white;
}
.rightBottom0 {
    position: relative;
}
.rightBottom0 .msg_num {
    position: absolute;
    height: 17px;
    width: 17px;
    background: red;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    color: white;
    top: 5px;
    left: 25px;
    display: none;
}
.rightBottom0 .dot_icon{
	position: absolute;
	margin: 0 0 0 20px;
	color: red;
	font-size: 30px;
}
.rightBottom4 a{
	width: 45px;
	height: 45px;
	display: inline-block;
	position: absolute;
	left: 0;
}
.msg_div{
	width: 274px;
	height: 250px;
	background: white;
	margin:50px auto;
	position: absolute;
	top: -120px;
	right: 45px;
	display: none;
}
.msg_div .msg_top{
	display: flex;
	flex-direction: row;
}
.msg_div .msg_top div{
	width: 137px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #727171;
	font-size: 14px;
	cursor: pointer;
}
.top_active{
	background: #F7F7F7;
	color: #9E9E9E !important;
}
.msg_cen2{
	display: none;
}
.msg_cen{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.msg_cen .msg_list{
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	border-top: 1px solid #F6F6F6;
}
.msg_cen .msg_list .list_div{
	text-align: left;
	line-height: normal;
}
.msg_cen .msg_list:first-child{
	border: none;
}
.msg_cen .msg_list i{
	width: 20px;
	font-size: 24px;
	color: red;
}
.msg_cen .msg_list .list_div span{
	color: #4893cc;
	font-size: 12px;
	margin-bottom: 8px;
}
.msg_cen .msg_list .list_div div span{
	color: #B6B6B6;
	font-size: 10px;
}
.msg_bot{
	width: 100%;
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	background: #F7F7F7;
}
.msg_bot span{
	color: #B6B6B6;
	font-size: 10px;
	cursor: pointer;
}
.litleContent{
    background: #FFF;
    margin: 10px 0px;
    height: 284px;
    overflow-y: scroll;
}
.litleContent .carNull img{
	display: inline;
}
.litleContent>ul>li{
    padding: 12px 12px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.litleContent>ul>li:after{
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.litleContent .ulLeft>img{
    width: 100px;
    height: 56px;
    margin-right: 12px;
}
.ulRight{
	font-size: 12px;
    width: 160px;
    line-height: normal;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ulRight>p{
    color: red;
    height: 12px;
}
.ulRight .ulRightDel{
	float: right;
}
.litleContentBot{
	padding: 16px 12px;
    border-top: 1px solid #d9dde1;
}
.litleContentBot>button{
	float: right;
}
.toSettlement{
	display: none;
}
.litleContentBot>div{
	float: left;
    height: 30px;
    line-height: 30px;
}
.rightBottom1>div{
    box-shadow: -6px -3px 16px 0 rgba(7,17,27,.2);
    position: absolute;
    padding: 15px;
    right: 44px;
    bottom: 0;
    background: #fbfafa;
     display: none; 
    width: 320px;
    height: 390px;
    z-index: 999;
}
.rightBottom1>div>h3{
    border-bottom: 1px solid #d9dde1;
}
.rightBottom2>div{
    position: absolute;
    right: 40px;
    top: 100px;
	display: none;
	width: 80px;
	height: 40px;
}
.rightBottom2>div>i{
	font-size: 30px;
	color: gray;
}
.rightBottom2>div>img:last-child{
	margin-left: 40px;
}
.rightBottom3>div{
	display: none;
    position: absolute;
    right: 52px;
    top: 110px;
}
.rightBottom3 img{
	width: 150px;
	height: 150px;
}
.noData_P{
	color: #6E9FC4;
    font-size: 18px;
    font-weight: bold;
    line-height: 100px;
    white-space: nowrap;
}
/*班级、机构弹窗*/
#classmesg,#classmesg2,#agentmesg,#agentmesg2{
	display:none;
}

#classmesg .layui-form-item,#classmesg2 .layui-form-item,#agentmesg .layui-form-item,#agentmesg2 .layui-form-item{
	margin-top:15px;
}
#classmesg .layui-form-item:first-child{
	background-color:#EBEBEB ;
	height:40px;
	line-height: 40px;
	text-indent: 15px;
	margin-top: 0px;
}
#classmesg2 .layui-form-item:first-child{
	background-color:#EBEBEB ;
	height:40px;
	line-height: 40px;
	text-indent: 15px;
	margin-top: 0px;
}
#agentmesg .layui-form-item:first-child{
	background-color:#EBEBEB ;
	height:40px;
	line-height: 40px;
	text-indent: 15px;
	margin-top: 0px;
}
#agentmesg2 .layui-form-item:first-child{
	background-color:#EBEBEB ;
	height:40px;
	line-height: 40px;
	text-indent: 15px;
	margin-top: 0px;
}
#classmesg .layui-form-label,#classmesg2 .layui-form-label,#agentmesg .layui-form-label,#agentmesg2 .layui-form-label{
	padding:9px 0px
}

.guidedLayuiClass{
	text-align: center;
}
.guidedLayuiClass p{
	color: black;
	height: 130px;
}
#classmesg .divp, #classmesg2 .divp, #agentmesg .divp, #agentmesg2 .divp{
	padding-right: 50px;
	background-color: white !important;
}
#classmesg form, #classmesg2 form, #agentmesg form, #agentmesg2 form{	
	width: 400px;
}
#classmesg .divbtn, #classmesg2 .divbtn, #agentmesg .divbtn, #agentmesg2 .divbtn{
	margin-bottom: 50px;
}
#orgAddr .li_div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 50px;
}
#orgAddr .li_div p,.detail_div p{
    padding: 9px 0;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
#orgAddr .li_div select{
    height: 38px;
    width: 240px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    padding-left: 10px;
    margin: 0 0 15px 0;
}
.detail_div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.detail_div textarea{
	width: 240px;
	resize: none;
	display: block;
	margin-left: 30px;
}
.org_btn_div{
	margin-top: 75px !important;
}
.layui-btn1{
	background-color: white !important ;
}
.layui-btn2{
	background-color: #3B82D1 !important;
}
.layui-btn-primary:hover {
    border-color: #C9C9C9;
    color: #333;
}