*{
	box-sizing:content-box;
}
body{
	margin:0;
	padding:0;
	background:#f8f8f8;
	font-family:"microsoft yahei"
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
p{
	margin: 0;
}
::-webkit-input-placeholder{
	font-size:12px;
}
:-moz-placeholder{
	font-size:12px;
}
::-moz-placeholder{
	font-size:12px;
}
:-ms-input-placeholder{
	font-size:12px;
}
.headerwrap{
	background:#fff;
	margin-bottom:20px;
}
.header{
	width:1200px;
	height:80px;
	margin:0 auto;
}
#headlogo{
	width:215px;
	/* height:36px; */
	margin-top:10px;
}
.headright{
	float: right;
	position: relative;
	width: 106px;
	margin-top: 30px;
}
.headBack {
	width: 106px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333 !important;

}
#backIndex {
	font-size: 14px;
	color: #333;
}
#backIndex:hover {
	color: #1BA3E4;
}
.headBack img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	margin-bottom: 3px;
}
/*修改后顶部导航列表*/
.nav-right li{
    font-size: 14px;
    color: #666666;
    margin-left: 30px;
    padding-left: 22px;
    height: 50px;
    line-height: 50px;
}
.nav-right li a{
    color: #666666;
}
.nav-right-li1{
    background: url(../../images/org_map_icon6.png) no-repeat 0 50%;
    background-size: 16px 16px;
}
.nav-right-li2{
    background: url(../../images/org_map_icon5.png) no-repeat 0 50%;
    background-size: 16px 16px;
}
.nav-right-li3{
    background: url(../../images/org_map_icon4.png) no-repeat 0 50%;
    background-size: 16px 16px;
}
.nav-right-li4{
    background: url(../../images/org_map_icon3.png) no-repeat 0 50%;
    background-size: 16px 16px;
}
.nav-right-li5{
    background: url(../../images/org_map_icon2.png) no-repeat 0 50%;
    background-size: 16px 16px;
}
.nav-right-li6{
    background: url(../../images/org_map_icon1.png) no-repeat 0 50%;
    background-size: 16px 16px;
}
/*********/

#personPic{
	width:24px;
	height:24px;
	border-radius:50%;
	margin:0 6px;
}
.headdownarrow{
	width:12px;
	height:12px;
	cursor:pointer;
}
.personInfo{
	display:inline-block;
	vertical-align:middle;
}
#personname{
	margin:0;
	font-size:12px;
	display:inline-block;
	margin-right:8px;
	vertical-align:middle;
}
.logoutbtn,.testOrg{
	position:absolute;
    top: 30px;
    right: 0;
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 4px 0 rgba(198,198,198,0.50);
    border-radius: 2px;
    width: 89px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    color: #333;
    cursor:pointer;
    text-align:center;
    display:none;
}
.testOrg{
	top:16px;
	right:-14px;
}
.logoutbtn:hover{
	color:#1aa1fb;
}
.testOrg .triangle-up{
	left: 58px;
}
.triangle-up{
	position: absolute;
    top: -5px;
    left: 48px;
    display: inline-block;
    width: 8px;
    height: 4.5px;
    background: url(../../images/map_loginSJ.png) no-repeat;
    background-size: 100%;
}
.logoutbtn img,.testOrg img{
	width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}
.orgBackbtn{
	display:inline-block;
	font-size:14px;
	cursor:pointer;
	margin-right:50px;
}
.orgBackbtn img{
	width:19px;
	height:19px;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-1px;
}
.orgBackbtn:hover{
	color:#1AA1FB;
}
#personAddr{
	font-size:12px;
	color:#999;
}
.section{
	background:#fff;
	width:100%;
	margin:0 auto;
	
	box-sizing:border-box;
	display:none;
}
.jiathis_main-box{
	margin-bottom: 20px;
}
.partone{
	padding:30px 30px 0 30px;
	position:relative;
}
.orgAudit{
	position:absolute;
	top:0;
	right:0;
	width:60px;
}
.partonetopleft{
	float:left;
	font-size:0;
}
.partonebottom{
	padding-bottom: 20px;
	border-bottom:1px dashed #f6f6f6;
}
.orgPicwrap{
	display:inline-block;
	width:100px;
	height:100px;
	box-sizing:border-box;
	border: 2px solid #E0E0E0;
	box-shadow: 0 2px 9px 0 rgba(154,177,192,0.50);
	margin-right:26px;
	position:relative;
	cursor:pointer;
}
.seeTestOrg{
	position:absolute;
	width:70px;
	height:70px;
	top:-30px;
	left:-30px;
}
#orgPic{
	width:100%;
	height:100%;
}
.orgBasicInfo{
	float:left;
	width:486px;
}
#orgname{
	font-size:20px;
	font-weight:bold;
	margin:0;
	margin-bottom:2px;
	color: #2B2B2B;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 460px;
	/*
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	*/
}
.addrTel{
	margin-top: 10px;
}
.slogan-box{
	font-size: 14px;
	color: #2B2B2B;
	height: 20px;
	line-height: 20px;
}
#orgAddr{
	background:url(../../images/locate.png) no-repeat;
	padding-left:18px;
	font-size:14px;
	color:#999;
	margin-right:36px;
	background-size: 16px;
    background-position-y: 1px;
}
#orgTel{
	background:url(../../images/orgphone.png) no-repeat;
	padding-left:22px;
	font-size:14px;
	color:#999;
	background-size: 16px;
    background-position-y: 2px;
}
.labelul{
	margin-top:3px;
}
.labelul li{
	float:left;
	/*background:url(../../images/orgbiaoqian.png) no-repeat 3px 4px;*/
	background-size:12px 12px;
	/*padding-left:19px;*/
	font-size:12px;
	background-color:#FFF5EA;
	color:#FFA133;
	margin:0 10px 0 0;
	line-height: 20px;
    height: 20px;
    padding:0 5px;
    margin-top: 3px;
}
.contact-box{
	margin-top: 11px;
	font-size: 14px;
	color: #2B2B2B;
}
.contact-box>div{
	float: left;
	margin-right: 40px;
	padding-left: 20px;
}
.wx-box{
	background: url(../../images/webH5_mapApp/weixin_ico.png) no-repeat 0 50%;
	background-size: 16px;
}
.qq-box{
	background: url(../../images/webH5_mapApp/qq_ico.png) no-repeat 0 50%;
	background-size: 16px;
}
.gzh-box{
	background: url(../../images/webH5_mapApp/erweima_ico.png) no-repeat 0 50%;
	background-size: 16px;
	color: #576B95;
	cursor: pointer;
}
.gzh-mask-box{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.7);
}
.partonetopright{
	width:660px;
	float:left;
	font-size:12px;
}
.partonetoprightTop-box{
	position: absolute;
	top: 27px;
	right: 20px;
	width: 100px;
}
.partonetoprightTop{
	width: 100%;
	text-align: center;
}
.labelMore{
	float:left;
	width:14px;
	height:14px;
	display:none;
}
.labelMore>img{
	display:inline-block;
	width:100%;
}
.operatebtn{
	width: 100%;
	display:inline-block;
	height:36px;
	line-height:36px;
	border-radius:4px;
	font-size:16px;
	color: #fff;
	background: #EBF2FF;
	cursor:pointer;
	text-align:center;
	margin-left:6px;
}
.waitnum{
	position:absolute;
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #fff;
	background:#ff4443;
	color:#fff;
	font-size:14px;
	text-align:center;
	right:-5px;
	top:-10px;
	display:none;
	font-style: normal;
    line-height: 20px;
}
#recordnum,#completetime{
	font-size:12px;
}
.complete{
	background: #1AA1FB;
	color:#fff;
	position:relative
}
.nosalebtn{
	display:inline-block;
	width:100%;
	height:36px;
	line-height:36px;
	border-radius:4px;
	font-size:16px;
	color: #fff;
	background-color: #1AA1FB;
	cursor:pointer;
	text-align:center;
}
.orgedit{
	width:16px;
	height:17px;
	vertical-align:middle;
	margin-right:5px;
	margin-top: -4px
}
.partonebottom{
	margin-top:16px;
}
.photowall li{
	margin:0 22px 15px 0;
	float:left;
	height:145px;
	background-color:#eee;
}
.photowall li:last-child{
	margin:0
}
.photowall li img{
	width:200px;
	height:145px;
}
.parttwo{
	padding:0 50px;
}
.adlabelul{
	padding:10px 0;
}
.adlabelul li{
	padding-left:17px;
	background:url(../../images/Group.png) no-repeat 0 center;
	float:left;
	font-size:14px;
	color:#666;
	width:100px;
	margin:8px 30px 8px 0;
}
.bottomwrap{
	margin:0 auto;
	margin-top: 20px;
	overflow:hidden;
	box-sizing:border-box;
	display:none;
}
.detailwrap{
	float:left;
	width:850px;
	margin-bottom:60px;
	box-sizing:border-box;
}
.detailnav{
	background-color:#EBEBEB;
}
.detailnav li{
	float:left;
	width:25%;
	text-align:center;
	height:50px;
	line-height:50px;
	background:#ebebeb;
	/*background:url(../../images/map_orgDetailsLine.png) no-repeat right;*/
	/*background-size:2px 18px;*/
}
.detailnav li:last-child{
	background:none;
}
.detailnav li a,.detailnav li a:hover{
	color:#666;
	text-decoration:none;
	display: block;
	font-size:16px;
	font-weight:bold;
	/*background:url(../../images/introduction.png) no-repeat 38px;*/
	text-align:center;
	/*padding-left:60px;*/
}
.detailnav li:nth-child(2) a{
	/*background:url(../../images/teacher.png) no-repeat 38px;*/
}
.detailnav li:nth-child(3) a{
	/*background:url(../../images/course.png) no-repeat 38px;*/
}
.detailnav li:nth-child(5) a{
	/*background:url(../../images/money.png) no-repeat 38px;*/
}
.detailnav li.active{
	background-color:#fff;
	border-top:2px solid #1AA1FB;
}
.detailnav li.active a{
	color: #1AA1FB;
}
.item{
	padding:22px 30px 36px;
	background:#fff;
	margin-bottom:20px;
	min-height:142px;
}
.itemtitle{
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-bottom:21px;
}
.itemtitle>span{
	display:inline-block;
	width:4px;
	height:16px;
	background-color:#1aa1fb;
	vertical-align:middle;
	margin:0 8px 2px 0;
}
.itemtitle a,.itemtitle a:hover{
	color:#333;
}
.itemcontent{
	color:#666;
	min-height:60px;
	padding:0;
	margin:0;
	font-size:12px;
	background-color:#fff;
	border:none;
	border-radius:0;
	font-family:"microsoft yahei";
	line-height:24px;
}
.itemcontent>Pre{
	text-align:left;
	width:740px;
	white-space: pre-wrap!important;    /*锟斤拷锟斤拷锟秸白ｏ拷锟斤拷锟叫伙拷锟斤拷*/
    word-wrap: break-word!important;    /*锟斤拷锟斤拷锟街凤拷锟斤拷锟斤拷*/
    background-color:#fff;
    border:none;
    font-size:12px;
    color:#666;
    font-family:"microsoft yahei"
}
/*.tealistul li{
	float:left;
	width:120px;
	height:136px;
	padding:20px 23px;
	border: 1px solid #E7ECF0;
	border-radius: 4px;
	margin-right:17px;
	text-align:center;
	position:relative;
	margin-bottom:6px;
	cursor:pointer;
}
.tealistul li:last-child{
	margin:0
}*/
/*.teaPic{
	display:inline-block;
	width:94px;
	height:94px;
	border-radius:50%;
	margin-bottom:10px;
	background:url(http://static.map8.com/matter/teachers.png) no-repeat;
	background-size:100%;
	background-position:0 50%;
}
.teaname{
	font-size:14px;
	color:#666;
	margin-bottom:0;
	width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teatype{
	font-size: 12px;
	color: #576B95;
	width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teaInfo{
	width:134px;
	position:absolute;
	left:0;
	bottom:0;
	background: rgba(235,242,255,0.90);
	padding:11px 16px;
	font-size:12px;
	overflow:hidden;
	color:#576b95;
	top:0;
	text-align:left;
	display:none;
}*/
.tealistul-li-content{
	padding: 10px 10px 12px 10px;
	height: 78px;
	box-sizing:border-box;
	border: 1px solid #DDDDDD;
	border-radius: 0 0 4px 4px;
	border-top: 0;
}
.tealistul-li-name{
	font-size: 12px;
	color: #FF9700;
}
.tealistul-li-text{
	font-size: 12px;
	color: #91999F;
	line-height: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}
.recommendwrap{
	float:right;
	width:330px;
	padding:20px 26px;
	background:#fff;
	box-sizing:border-box;
	margin-top: 17px;
}
.recommendwrap .itemtitle{
	padding-left:24px;
	background:url(../../images/Collection.png) no-repeat;
}
.recommendlist li{
	padding:16px 0;
	border-bottom:1px solid  #F6F6F6;
	font-size:0
}
.recomorgPic{
	width:78px;
	height:78px;
	margin-right:14px;
	float:left;
}
.recomorgInfo{
	display:inline-block;
	vertical-align:middle;
	width:172px;
	float:left;
}
.recomorgname{
	margin:0;
	margin-bottom:5px;
	font-size:0
}
.recomorgname a{
	font-size:16px;
	color:#333;
	width:172px;
	/* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    font-weight:bold;
}
.recomorgname a:hover{
	color:#1AA1FB
}
.recomorgaddr,.recomorglabel{
	font-size:12px;
	color:#666;
	width:172px;
/* 	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    margin-bottom:0
}
.recomorglabel{
	color:#FFA133;
	height:18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#cover{
    position:fixed;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
}
#talkrecord{
	position:fixed;
    z-index:3;
    top:50%;
    left:50%;
   	width:900px;
   	min-height:595px;
   	margin-left:-450px;
   	transform:translateY(-50%);
    background:#fff;
    box-sizing:border-box;
}
.alerthead{
	height:40px;
	line-height:40px;
	background: #EAEEF0;
	text-align:center;
	font-size:16px;
}
.alerthead img{
	position:absolute;
	right:13px;
	top:13px;
	width:14px;
	cursor:pointer;
}
.recordcontent{
	font-size:0;
	width:480px;
	margin-top:20px;
	margin-left:24px;
	float:left;
}
.must{
	display:inline-block;
	color:#FF4443;
	font-size:12px;
	font-weight:bold;
	margin-right:7px;
	vertical-align: sub;
}
.namespan{
	font-size:12px;
	color:#666;
	font-weight:bold;
	display:inline-block;
	margin-right:6px;
}
.widspan{
	width:72px;
}
.padspan{
	padding-left:13px
}
.comway{
	font-size:12px;
	color:#666;
	display:inline-block;
	padding-left:20px;
	background:url(../../images/Rectangle3Copy.png) no-repeat;
	background-size:14px 14px;
	background-position-y: 2px;
    margin-right: 30px;
    margin-bottom: 0;
}
.checkedway{
	background-image:url(../../images/check.png);
}
.selwrap{
	display:inline-block;
	position:relative;
}
.cominput{
	width:340px;
	height:30px;
	border: 1px solid #E7ECF0;
	border-radius: 2px;
	font-size:12px;
	padding-left:10px;
	outline:none;
}
.selwrap .cominput{
	padding-right:17px;
	background:url(../../images/dropdown.png) no-repeat 323px;
	background-size:9px 5px;
	cursor:pointer;
}
.comul{
	position:absolute;
	background:#fff;
	z-index:1;
	border: 1px solid #E7ECF0;
	width:340px;
	display:none;
	max-height: 242px;
    overflow: auto;
}
.comul li{
	height:30px;
	line-height:30px;
	font-size:12px;
	padding-left:10px;
	cursor:pointer;
}
.contentitem{
	margin-bottom:12px;
}
#talkmsg,#attitudetext{
	width:340px;
	height:60px;
	border: 1px solid #E7ECF0;
	resize:none;
	padding:4px 10px;
	margin-bottom:4px;
	font-size:12px;
}
.recordwrap{
	float:left;
	width:390px;
	margin-top:20px;
}
.recordlisthead{
	color:#999;
	font-size:12px;
}
.recordul{
	max-height:392px;
	overflow-y:auto;
	padding-left:8px;
}
.recordul li{
	padding-right:5px;
}
.timewrap{
	float:left;
	margin-top:-2px;
}
.timewrap span{
	display:block;
	text-align:center;
	width:40px;
}
.monthday{
	font-size:14px;
	color:#666;
}
.year{
	color:#aaa;
	font-size:12px;
}
.msgwrap{
	position:relative;
	padding-left:18px;
	padding-bottom:12px;
}
.msghead{
	overflow:hidden;
	margin-bottom: 2px
}
.msgheadleft{
	float:left;
	color:#aaa;
	font-size:12px;
}
.msgCreate{
	color:#576B95;
	margin-right:5px;
}
.hourmin{
	float:right;
	font-size: 12px;
	color: #999999;
}
.msgcontent{
	padding:8px 10px;
	font-size:0;
	color:#666;
	background:#F6F6F6;
	margin:0
}
.msgp{
	font-size:12px;
	margin-bottom:5px;
}
.msgspan{
	color:#888;
	font-weight:bold;
}
.view{
	color:#1aa1fb;
	cursor:pointer;
}
.spotimg{
	display:inline-block;
	padding-left:20px;
	background:url(../../images/img.png) no-repeat;
	background-size:17px 14px;
	margin-right:30px;
	font-size:12px;
	background-position-y:2px;
}
.spotimg .view{
	margin-left:4px;
}
.dot{
	position:absolute;
	width:8px;
	height:8px;
	background:url(../../images/before.png) no-repeat;
	background-size:8px 8px;
	left:-4px;
	top:4px;
}
.newestdot{
	position:absolute;
	width:16px;
	height:16px;
	background:url(../../images/newest.png) no-repeat;
	background-size:16px 16px;
	left:-8px;
	top:1px;
}
.line{
	position:absolute;
	width:1px;
	background:url(../../images/before.png) no-repeat;
	background-size:8px 8px;
	left:0;
	top:15px;
	bottom:5px;
	background:#E7ECF0;
}
.newestline{
	top:20px;
}
.submitbtn{
	width:300px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#1aa1fb;
	cursor:pointer;
	margin:20px auto 10px;
	font-size:16px;
	border-radius:4px;
	color:#fff;
	clear:both
}
.btngray{
	background:#ccc;
	color:#fff;
}
.promptbottom {
	width:607px;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin:0 auto;
    margin-bottom: 20px;
}
.followupway{
	display:inline-block;	
	width:376px;
}
#chanceDelSeason .followupway li{
	margin-bottom:5px;
}
.followupway li{
	float:left;
	position:relative;
	margin-right:24px;
}
.followupway li label{
	margin-right:0;
}
.followupway li div{
	font-size:12px;
	padding:0 10px;
	position:absolute;
	white-space:nowrap;
	left:50%;
	top:28px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0 2px 4px 0 rgba(198,198,198,0.50);
	display:none;
	transform:translateX(-50%);
	z-index:1;
}
.followupway li div::before{
     width: 0px;
     height: 0px;
     position: absolute;
     top: -18px;;
     left:50%;
     padding:0;
     border-bottom:9px solid #FFFFFF;
     border-top:9px solid transparent;
     border-left:9px solid transparent;
     border-right:9px solid transparent;
     display: block;
     content:'';
     z-index: 3;
}
.followupway li div::after{
     width: 0px;
     height: 0px;
     position: absolute;
     top: -19px;;
     left:50%;
     padding:0;
     border-bottom:9px solid #ddd;
     border-top:9px solid transparent;
     border-left:9px solid transparent;
     border-right:9px solid transparent;
     display: block;
     content:'';
     z-index:2	
}
/*锟斤拷锟酵拷锟斤拷锟斤拷锟�*/
#shade{
    position:fixed;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
    display:none;
}
#auditwrap{
	position:fixed;
    z-index:3;
    top:50%;
    left:50%;
   	width:500px;
   	margin-left:-250px;
   	transform:translateY(-50%);
    background:#fff;
}
.sam_inputWrap{
	padding:30px 40px;
}
.sam_inputWrap>div{
	width:420px;
	height:40px;
	margin-bottom:15px;
	font-size:14px;
	color:#666;
	border:1px solid #E7ECF0;
	border-radius:4px;
}
.sam_inputWrap .focusDiv,.sam_inputWrap .focusDiv p{
	border-color:#1AA1FB;
}
.sam_inputWrap .addressArea{
	height:40px;
	position:relative;
	border:1px solid #E7ECF0;
}
strong {
    font-weight: normal;
    font-style: normal;
}
.sam_inputWrap label{
	box-sizing:border-box;
	width:84px;
	float:left;
	height:18px;
	line-height:18px;
	margin-top:11px;
	border-right:1px solid #bbb;
	padding-left:8px;
	font-weight:normal;
}
.sam_inputWrap label span{
	color:red;
	vertical-align:sub;
}
.sam_inputWrap input,#typeChoose,#drilldown3,#seeGPS{
	font-size:14px;
	color:#666;
	box-sizing:border-box;
	width:334px;
	float:left;
	box-sizing:border-box;
	height:18px;
	line-height:18px;
	margin-top:11px;
	padding-left:10px;
	vertical-align: middle;
    border: none;
    outline: none;
}
.typeCover>span{
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #F3F3F3;
    margin: 0 5px 5px 5px;
    color: #666;
    cursor: pointer;
}
#drilldown3{
	color:#666;
	background-color:#fff;
	text-align:left;
}
#typeChoose{
	color:#bbb;
	min-height:35px;
	margin:3px 0 0 0;
	height:auto;
	line-height:30px;
}
#markSubmit,#getMark{
	display:inline-block;
	width:420px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	background-color:#1aa1fb;
	margin-top:20px;
	border-radius:2px;
	text-decoration:none;
}
.typexiala,.typexiala1{
	display:inline-block;
	width:9px;
	height:6px;
	position:absolute;
	right:10px;
	top:18px;
	cursor:pointer;
}
.typeWrap{
	display:none;
	position:absolute;
	width:420px;
	height:200px;
	font-size:14px;
	color:#999;
	border:1px solid #d8e1f0;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	background-color:#fff;
	z-index:1;
	bottom:-206px;
	left:-1px;
	cursor:pointer;
}
.bigtype{
	width:120px;
	height:200px;
	overflow-y:scroll;
}
.bigtypeHover{
	background-color:#F3F3F3;
}
.bigtype>li,.smalltype>ul>li{	
	height:30px;
	line-height:30px;
	
}
.smalltype{
	width:298px;
	height:200px;
	background-color:#F3F3F3;
	left:120px;
	top:0;
	overflow-y:scroll;
	text-align:left;	
	box-sizing:border-box;
}
.smalltype>ul>li{
	padding-left:30px;
}
.smalltype>ul>li span{
	padding:0 8px;
	height:18px;
	line-height:14px;
	font-size:12px;
	border:1px solid #999;
	border-radius:2px;
	margin:6px 55px 0 0	
}
.smalltype .aleadyAdd{
	border-color:#c9c9c9;
	background-color:#c9c9c9;
	color:#fff;
}
.cen{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.gpsWrapLi{
	position:relative;
}
.editMap{
	display:none;
	position:absolute;
	width:420px;
	height:260px;
	border:1px solid #e7ecf0;
	border-radius:3px;
	top:44px;
	left:0px;
	background-color:#fff;
}
.mapTop{
	position:absolute;
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 9px 0 14px;
	background-color:rgba(255,255,255,0.9);
	top:0;
	left:0;
	z-index:1;
}
.dragTips{
	font-size:14px;
	color:#666;
}
.dragTips>img{
	margin-right:4px;
	width:20px;
}
.coperight{
	width:100%;
	height:60px;
	font-size:12px;
	color:#848484;
	background-color:#333;
	line-height:180%;
	display:none;
	/* position:fixed;
	bottom:0; */
}
.coperight p{
	margin:0;
	padding-top:10px;  
}
.saleDutyList,.waitConfirmList,.saleChanceList,.orgFeedbackList{
	float:left;
	padding:0 14px;
	height:16px;
	line-height:16px;
	font-size:12px;
	color:#000;
	margin-top:6px;
	border-right:1px dashed #ddd;
}
.saleDutyList,.saleChanceList,.orgFeedbackList{
	position:relative;
}
.chanceWaitNum,.dutyWaitNum,.orgFeedBackNum{
	position:absolute;
	right:1px;
	top:-8px;
	width:18px;
	height:18px;
	line-height:15px;
	text-align:center;
	background-color:#FF4443;
	border-radius:50%;
	color:#fff;
	border:1px solid #fff;
	font-size:12px;
}
/* .saleDutyList{
	display:inline-block;
	padding:2.5px 6px;
	text-align:center;
	border:1px solid #1aa1fb;
	font-size:12px;
	color:#1aa1fb;
	vertical-align:middle;
	margin-right:5px;
}
.saleDutyList:hover{
	color:#fff;
	border-color:#1aa1fb;
	background-color:#1aa1fb;
} */
.backSalePage{
	width:1200px;
	margin:0 auto;
}
.backSalePage a{
	display:inline-block;
	font-size:12px;
	color:#666;
	text-decoration:none;
	background:url(../../images/edit_back.png) no-repeat left;
	background-size:7%;
	padding-left:10px;
	margin:14px 0;
}

#popup{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index:5;
}
#popup .bg{
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
#popup img{
    max-width: 100%;
    max-height: 100%;
    left:50%;
    position:absolute;
    top: 50%;
    transform:translate(-50%,-50%);
}
#backBoxNew,#orgDetailsNew{
	display:inline-block;
	width:100px;
	height:32px;
	line-height:30px;
	background-color:#fff;
	border: 1px solid #1AA1FB;
    border-radius: 2px;
	font-size: 14px;
    color: #1AA1FB;
	position:relative;
	margin-right:20px;
}
#backBoxNew>img,#orgDetailsNew>img{
	width:20px;
	height:20px;
	margin:0 2px 2px 0;
}
#backBoxNew:hover,#orgDetailsNew:hover{
	background-color:#1AA1FB;
	color:#fff;
}
#backBoxNew>.showPic,#orgDetailsNew>.showPic{
	width:240px;
	height:auto;
	position:absolute;
	top:32px;
	right:-12px;
	display:none;
	z-index:2;
}
#shade3{
    position:fixed;
    z-index:4;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
    display:none;
}
.map{
	display:none;
	width:800px;
	height:500px;
	background-color:#fff;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-400px;
	z-index:4;
	border-radius:3px;
}
#container{
	/* width:770px;
	height:470px;
	margin:15px; */
}
.addMarkMapTop{
	position:absolute;
	left:0;
	width:100%;
	height:60px;
	background-color:rgba(255,255,255,0.8);
	z-index:300;
}
.addMarkMapTop{
	top:0;
}
.addMarkMapTop>img{
	cursor:pointer;
}
.mapClose{
	position:absolute;
	top:20px;
	right:20px;
}
/*锟斤拷锟斤拷锟斤拷锟斤拷*/
#masklayer{
    position:fixed;
    z-index:11;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.44);
}
#setPwd{
	/* display:none; */
    position:fixed;
    z-index:12;
    top:50%;
    left:50%;
    margin-top: -156px;
    margin-left: -207px;
	width: 414px;
	/* height: 293px; */
	background: #fff;
	border-radius: 4px;
	font-size: 0px;
}
.setPwdHead{
	height: 44px;
	/* text-align: center; */
	padding-left: 26px;
	position: relative;
	background: #f1f1f1;
}
.setPwdHead>h1{
	margin: 0px;
	font-size: 14px;
	color: #666;
	line-height: 44px;
}
.setPwdHead>img{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 15px;
    right: 32px;
    cursor: pointer;
}
.setPwdCenter{
	/* width: 407px; */
	margin: 0 auto;
	padding: 24px 0 28px 0;
	text-align: center;
	/* border-bottom: 1px solid #ccc; */
}
.safetyHint{
	margin: 0;
	font-size: 14px;
	color: #e45e77;
	height: 14px;
	line-height: 14px;
}
.setPwdCenter>div{
	margin-top: 24px;
	position: relative;
}
.setPwdCenter>div>span{
	width: 48px;
	height: 12px;
	line-height: 12px;
	text-align: right;
	display: inline-block;
	font-size: 12px;
	margin-right: 9px;
	color: #666;
}
.setPwdCenter>div>input{
	width: 212px;
	height: 38px;
	border: 1px solid #e9e9e9;
	padding-left: 10px;
	outline: none;
	font-size: 12px;
	color: #666;
}
.setPwdCenter>div>img{
	position: absolute;
	top: 12px;
    right: 82px;
    cursor: pointer;
}
.setPwdBtn{
	/* margin-top: 20px; */
	margin-bottom: 20px;
	text-align: center;
}
.setPwdBtn>input{
	width: 84px;
	height: 28px;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	border: 1px solid #e9e9e9;
	color: #999;
}
#setPwdSuccess{
	background: #e5e5e5;
	color: #666;
}
#pass{
	background: #fff;
	color: #666;
	margin-left: 16px;
}
/*锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟�*/
.partonetoprightBottom{
	width:80px;
	margin-top:12px;
	font-size:12px;
	color:#ff4443;
	text-align:right;
	cursor:pointer;
	position:relative;
	display:none;
}
.partonetoprightBottom>img{
	vertical-align:middle;
	width:12px;
	height:12px;
	margin:0 2px 1px 0;
}
/*锟斤拷锟斤拷锟角硷拷锟斤拷锟斤拷锟斤拷式*/
.loading{
	width:1200px;
	height:600px;
	margin:0 auto;
	background-color:#fff;
	padding-top:200px;
}
#PageLoadingEffect{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin-bottom:8px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.temDelBox{
	width:360px;
	min-height:200px;
	background-color:#fff;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-180px;
	z-index:3;
	display:none;
}
.temDelBox>h3{
	width:360px;
	height:40px;
	line-height:40px;
	background-color:#EAEEF0;
	font-size:16px;
	color:#333;
	margin:0;
	padding:0;
}
.msgWrap{
	padding:20px 32px 0 28px;
}
.msgWrap>textarea{
	width:300px;
	height:70px;
	border:1px solid #E7ECF0;
    border-radius:4px;
    box-sizing:border-box;
    padding:4px 0 0 8px;
    resize:none;
    outline:none;
    font-size:12px;
    color:#ccc;
}
#putDel,#cancleDel{
	display:inline-block;
	width:80px;
	height:30px;
	line-height:30px;
	border:1px solid #1AA1FB;
    border-radius:2px;
    margin:15px 20px 0 0;
    font-size:14px;
    color:#1aa1fb;
}
#putTemp,#putDel,#submitInfo{
	background-color:#1aa1fb;
	color:#fff;
	margin-left:20px;
}
.delReason>a{
	text-align:left;
	display:inline-block;
	width:49%;
	font-size:12px;
    color:#666;
    margin-bottom:13px;
}
.delReason{
	margin-bottom:2px;
}
.delReason>a>img{
	width:14px;
	vertical-align:middle;
	margin:0 5px 2px 0;
}
.moreoperate{
	position:absolute;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0 2px 4px 0 rgba(153,153,153,0.50);
	width: 106px;
    padding: 7px 0px;
    display: none;
    z-index: 1;
    color: #333;
    text-align: center;
    right: 0;
    top: 36px;
    line-height:25px;
    font-size:12px;
}
.moreoperate .tri{
	left:86px;
}
.moreoperate div:first-child{
	 margin-bottom: 5px;
}
.moreoperate div:hover{
	color:#1aa1fb;
}
.moreoperate div img{
	width:16px;
	height:16px;
	margin-right: 8px;
    vertical-align: text-bottom;
}
.tri{
	width:8px;
	height:4.5px;
	position:absolute;
	left:50%;
	margin-left:-4px;
	top:-5px;
}
.introductionImg{
	margin-top:5px;
}
.introductionImg>img,.introductionImg>video{
	width:80%;
	height:auto;
}
#photoup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 5;
}
#photoup .bg {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.orgUsedInfo{
	width:1200px;
	border:1px solid #ffe37f;
	background:#FFFBEC;
	margin:0 auto;
	margin-bottom:10px;
	display:none;
}
.orgUsedInfo>div{
	padding:10px 16px;
}
.relatedSet{
	border-bottom:1px solid #ffe37f
}
.leftlabel{
	font-weight:bold;
}
.ulwrap{
	display:inline-block;
	vertical-align:middle;
}
.downimg{
	width:12px;
	height:12px;
	margin-left:4px;
	cursor:pointer
}
.itemli{
	float:left;
	padding:0 12px;
	line-height:16px;
	position:relative;
}
.itemli:not(:first-child){
	border-left:1px solid #ccc;
}
.downset{
	position: absolute;
    top: 20px;
    right: 16px;
    width: 70px;
    height:26px;
    line-height:26px;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
    border: 1px solid #DDD;
    box-shadow: 0 2px 13px 0 rgba(171,171,171,0.50);
    cursor:pointer;
    text-align:center;
    display:none
}
.downset p{
	margin-bottom:0
}
.downset p:hover{
	color:#ff9700
}
.setTri{
	position:absolute;
	right: 5px;
    width: 6px;
    height: 10px;
    top: -8px;
    transform: rotate(270deg);
}
.starlev{
	margin-top:6px;
}
.starlev img{
	width:15px;
	margin-right:2px;
}
/*锟斤拷锟斤拷锟斤拷锟斤拷*/
#changeSale{
	position:fixed;
    z-index:3;
    top:50%;
    left:50%;
   	width:800px;
   	height:430px;
   	margin-left:-400px;
   	margin-top:-215px;
    background:#fff;
    box-sizing:border-box;
}
#changeSale *{
	box-sizing:border-box
}
.cs-head{
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.cs-head img{
	position:absolute;
	right:13px;
	top:16px;
	cursor:pointer;
	width:18px;
}
.cs-main{
	padding:22px 30px;
	overflow:hidden;
}
.cs-main-left{
	float:left;
	width:280px;
	height:280px;
	background:#f2f3f4;
	padding:16px 20px;
}
.cs-title{
	text-align:center;
	font-weight:bold;
	color:#666;
	margin-bottom:16px;
	font-size:14px;
	margin-top:0;
}
.curSaleInfo li{
	font-size:12px;
	margin-bottom:12px;
}
.curSaleInfo li:first-child{
	color:#20b3c9;
	font-weight:bold;
}
.cs-main-right{
	width:440px;
	height:280px;
	background:#f2f3f4;
	float:right;
	padding:16px
}
.searchWrap{
	width:320px;
	margin:0 auto;
	position:relative;
}
#saleinput{
	width:320px;
	height:32px;
	border:1px solid #ddd;
	border-radius:2px;
	padding-left:10px;
	padding-right:20px;
	background:url(../../images/opencopy.png) no-repeat 300px;
	background-color:#fff;
	cursor:pointer;
	font-size:12px;
	outline:none;
}
.searchSaleList{
	position:absolute;
	padding:7px 10px;
	background:#fff;
	display:none;
}
.searchinput{
	width:300px;
	height:24px;
	background-color:#f2f2f2;
	padding-left:8px;
	padding-right:20px;
	font-size:12px;
	border:none;
	border-radius:12px;
	outline:none;
}
.searchMagnifier{
	width:13px;
	position:absolute;
	top:12px;
	left:290px;
	cursor:pointer;
}
.salelistul{
	max-height:130px;
	overflow:auto;
	margin-top:5px;
}
.salelistul li{
	line-height:26px;
	padding-left:8px;
	font-size:12px;
	cursor:pointer;
}
.salelistul li:hover{
	color:#20b3c9;
}
.cs-footer{
	text-align:center;
}
.footerbtn{
	display:inline-block;
	width:80px;
	height:30px;
	line-height:28px;
	border:1px solid #20b3c9;
	color:#20b3c9;
	cursor:pointer;
	border-radius:2px;
}
.surebtn{
	background:#20b3c9;
	color:#fff;
	margin-right:20px;
}
.resultwrap{
	margin-top:10px;
	padding:10px;
	width:320px;
	height:114px;
	border:1px solid #20b3c9;
	background:url(../../images/mk-transfer_right.png) no-repeat right bottom;
	background-size:30px 30px;
	background-color:#fff;
	display:none;
}
.resultwrap p{
	font-size:12px;
	margin-bottom:5px;
}
.resultwrap p:first-child{
	color:#20b3c9;
	font-weight:bold;
}
.assignment{
	position:absolute;
	left:290px;
	top:203px;
	width:60px;
}
/*锟斤拷锟矫筹拷锟斤拷时锟斤拷*/
#setFoundYear{
	position:fixed;
    z-index:3;
    top:50%;
    left:50%;
   	width:500px;
   	min-height:340px;
   	margin-left:-250px;
   	margin-top:-170px;
    background:#fff;
    box-sizing:border-box;
}
#setFoundYear *{
	box-sizing:border-box
}
.setHead{
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.setHead img{
	position:absolute;
	right:13px;
	top:14px;
	cursor:pointer;
	width:13px;
}
.setMain{
	padding:18px 20px;
}
.setTitle{
	height:24px;
	background:#EDF8F9;
	color:#20b3c9;
	font-size:12px;
	line-height:24px;
}
.smaline{
	display:inline-block;
	width:3px;
	height:12px;
	background:#20b3c9;
	margin-right:5px;
	vertical-align:middle;
	margin-top:-3px;
}
.yearWrap{
	margin-top:14px;
	margin-bottom:20px;
	font-size:12px;
}
#foundYear{
	width:120px;
	height:28px;
	border:1px solid #ddd;
	padding-left:10px;
	padding-right:15px;
	background:url(../../images/opencopy.png) no-repeat 105px;
	background-color:#fff;
	cursor:pointer;
	font-size:12px;
	outline:none;
	margin:0 5px
}
.imgWrapbox{
	margin-top:10px;
}
.certifyimgwrap{
	display:inline-block;
	position:relative;
}
.delcImg{
	position: absolute;
    right: 8px;
    top: 0;
    cursor: pointer;
    width: 13px;
    display:none;
}
.certifyimg{
	width:80px;
	height:80px;
	margin-right:8px;
}
#upload{
   display:inline-block;
   width:80px;
   height:80px; 
   position:relative;
   margin-bottom:6px;
}
#upload input[type=file]{
	opacity:0;
	width:80px;
	height:80px;
	position:absolute;
	z-index:1;
}
.addimg{
	width:80px;
	height:80px;
}
.setFooter{
	margin-bottom:30px;
	text-align:center;
}
.laydate-prev-y{
	background: url("../../images/prev-y.png") no-repeat 2px !important;
}
.laydate-prev-m{
	background: url("../../images/prevTime.png") no-repeat 2px !important;
}
.laydate-next-y{
	background: url("../../images/next-y.png") no-repeat 2px !important;
}
.laydate-next-m{
	background: url("../../images/nextTime.png") no-repeat 2px !important;
}
.laydate-prev-y,.laydate-prev-m,.laydate-next-y,.laydate-next-m{
	height: 22px;
    width: 12px;
    border: 1px solid #e5e5e5;
}
/*锟斤拷示锟斤拷息锟斤拷锟斤拷*/
.confirmWin{
	width: 360px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top:-80px;
    z-index: 3;
    color: #333;
    padding: 45px 52px;
    text-align:center;
    box-sizing:border-box
}
.confirmWin span{
	font-size:16px;
}
.confirmfooter{
	margin-top:20px
}

/*锟斤拷锟矫筹拷锟斤拷锟斤拷锟斤拷员*/
.cen{
	text-align:center;
}
#temporyList, .feedBackListBox, #managerList {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -261px;
    margin-left: -320px;
    width: 640px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    z-index: 3;
}
.closeManagerList {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 12px;
}
#managerList>h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #EAEEF0;
    margin:0
}
.curSAtext{
	margin:0 20px;
	margin-top:15px;
}
.search {
    font-size: 0;
    margin: 16px 20px;
    text-align:left;
}
.cancelSAbtn{
	color:#ff4443;
	float:right;
	text-decoration:underline;
	cursor:pointer;
}
.searchinputM {
    width: 240px;
    height: 26px;
    border: 1px solid #E7ECF0;
    border-radius: 2px;
    padding-left: 13px;
    padding-right: 24px;
    background-color: #F9F9F9;
    margin-right: 10px;
    font-size: 12px;
    color: #bbb;
}
.searchImgM {
    width: 14px;
    position: relative;
    top: -5px;
    right: 33px;
    cursor: pointer;
}
.clearM {
    color: #1aa1fb;
    font-size: 12px;
}
.tablewrap{
    padding: 0 20px;
}
table.manage{
    width: 100%;
    border: 1px solid #E7ECF0;
    border-collapse: collapse;
    line-height: 22px;
}
.manage thead tr {
    height: 40px;
    background: #f9f9f9;
    font-size: 12px;
    color: #666;
    font-weight: bold;
}
.manage td:first-child {
    padding-left: 18px;
    text-align: left;
    position: relative;
}
.manage td{
	height:44px;
	font-size:12px
}
.manage .selinput {
    width: 120px;
    height: 22px;
    border: 1px solid #E7ECF0;
    background: url(../../images/dropdown.png) no-repeat 100px center;
    background-size: 9px 5px;
    background-color: #fff;
    padding-right: 15px;
    font-weight: normal;
    outline: none;
    cursor: pointer;
    text-align:center;
    box-sizing:border-box
}
.selul{
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E7ECF0;
    border-top: 0;
    top: 22px;
    width: 118px;
    display: none;
    z-index: 1;
}
.selul li{
    height: 22px;
    line-height: 22px;
    padding-left: 7px;
    font-weight: normal;
    cursor: pointer;
}
.setManagerChoose {
    width: 14px;
    cursor: pointer;
}
.nodata {
    display: none;
    text-align: center;
}
#setManager {
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #FFCD18;
    margin: 20px 0 30px 0;
    border-radius: 2px;
}
/*页锟斤拷锟斤拷转锟斤拷钮*/
/*.forPageSkip{*/
	/*display:none;*/
	/*box-sizing:content-box;*/
	/*position: fixed;*/
    /*width: 48px;*/
    /*height: 246px;*/
    /*top: 60%;*/
    /*margin-top: -123px;*/
    /*left: 0px;*/
    /*z-index: 9;*/
    /*text-align: center;*/
    /*background: #ffffff;*/
    /*box-shadow: 0px 0px 5px 0px #ddd;*/
    /*border-bottom-right-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    /*border: 1px solid #1aa1fb;*/
    /*border-left: 0 none;*/
    /*overflow: hidden;*/
/*}*/
/*.forPageSkip a{*/
	/*display: block;*/
    /*line-height: 16px;*/
    /*height: 82px;*/
    /*padding: 8px;*/
    /*color: #1aa1fb;*/
    /*cursor: pointer;*/
    /*font-size:14px;*/
    /*box-sizing:border-box;*/
/*} */
/*.forPageSkip .activrPage{*/
	/*color:#ffffff;*/
	/*background:#1aa1fb url(../../images/checkPageImg.png) no-repeat 36px center;*/
/*}*/
.qrcode{
	position:absolute;
	width:200px;
	height:200px;
	background-color:#fff;
	top:0px;
	left:35px;
	z-index:2;
	display:none;
	line-height:200px;
	text-align:center;
	padding:10PX;
	cursor:pointer;
}
.qrcode>span{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:36px;
	background:rgba(0, 0, 0, 0.7);
	display:none;
}
.closeQrcode{
	position:absolute;
	top:0;
	right:0;
	width:36px;
	display:none;
}
#historySale{
	position:fixed;
    z-index:3;
    top:50%;
    left:50%;
   	width:500px;
   	min-height:340px;
   	margin-left:-250px;
   	margin-top:-170px;
    background:#fff;
    box-sizing:border-box;
}
.hsMain{
	padding:10px 20px;
	font-size:12px;
}
.cursale{
	color:#ff9700;
}
.csrul{
	max-height: 250px;
    overflow-y: auto;
    padding-left: 8px;
}
.csmsgwrap{
	position:relative;
	padding-left: 18px;
}
.csrecordleft{
	float:left;
	
}
.csrTime{
	color:#999;
	margin-right:10px;
}
.csrName{
	color:#20b3c8;
}
.csrecordright{
	float:right;
}
.csrline{
	width:1px;
	height:20px;
	background:#E7ECF0;
	margin-top:3px;
}
.shareVisitWrap{
	margin-left:68px;
	color:#ff9700;
	margin-top:5px;
}
.shareVisitWrap span{
	margin-right:20px;
	cursor:pointer
}
/*锟斤拷锟斤拷锟斤拷锟介弹锟斤拷*/
div.mkExten-top{
	margin:0 auto 10px auto;
	padding-top:20px;
}
.mkExten-top strong{  
	font-weight:normal;
	margin-right:5px;
    position:relative;
    width:95px;
	height:30px;
	line-height:30px;
    border:1px solid #AFABAB;
    border-radius:2px;
    float:left;
    text-decoration: none;
    font-size:12px; 
    color:#333;
    background-color:#fff;
}
.mkExten-top strong select{      
    top:0px;
    left:0px;
    position:absolute;
    width:95px;
	height:30px;
    opacity:0;
    font-size:12px;
}
.mkExten-top strong input{
   display:inline-block;
   width:135px;
   padding-right:20px;
   height:100%;
   border:0;
   outline:0;
   border-radius:4px;
   padding-left:5px;
   color:#333;
   position:absolute;
   box-sizing:border-box;
}
.mkExten-top strong span{   
    position: absolute;
    top:0;
    left:0;
    width:74px;
    margin-left:6px;
    height:30px;
    display: inline-block;
    color:#AFABAB;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.mkExten-top strong img{         
    display: inline-block;
    position: absolute;
    top:13px;
    right: 5px;
}
#maskshade{
	display:none;
    position:fixed;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
}
#orgsharedetail{
	position:fixed;
    z-index:1000;
    top:50%;
    left:50%;
   	width:1240px;
   	height:620px;
   	margin-left:-620px;
   	margin-top:-310px;
    background:#fff;
    display:none;
}
.popuphead{
	line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.popuphead img{
	position: absolute;
    right: 13px;
    top: 14px;
    cursor: pointer;
    width: 13px;
}
.popupmain{
	padding:15px 20px;
	max-height: 539px;
    overflow: auto;
	min-height:220px
}
div.sharefilterwrap{
	padding:0;
}
.thfilter{
	display: inline-block;
    width: 100px;
    height: 100%;
    line-height: 44px;
    background-color: #fff;
    background-image: url(../../images/mk-xl.png);
    background-repeat: no-repeat;
    background-position: 80px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    cursor:pointer
}
.thfilterul{
	position: absolute;
    width: 100px;
    background: #fff;
    top: 44px;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: none;
    z-index:1
}
.thfilterul li{
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	font-weight:normal;
}
.thfilterul li:hover{
	color:#20b3c9;
}
#sharetable{
	border:1px solid #DBD9DA
}
.mk-content,.partnerAchTable{
	border-collapse: collapse;
	width:100%
}
.mk-content td {
    text-align: center;
    height: 44px;
}
.mk-content thead tr{
	height:44px;
	background-color:#f2f2f2;
	font-size:12px;
	color:#333;
	font-weight:bold
}
.mk-content tbody td{
	font-size:12px;
	color:#6E6C6D;
}
#sharetable thead tr{
	background:#e1e9ef;
}
#sharetable td:first-child{
	padding-left:14px;
}
#sharetable tr{
	border-bottom:1px solid #DBD9DA
}
#sharetable tbody tr:nth-child(even){
	background-color: #F7F7F7;
}
.dateChoose{
	width:590px;
	height:30px;
	line-height:30px;
}
.fanwei{
	font-size:12px;
	color:#333;
    float: left;
    margin-right: 5px;
    display:block;
}
.dataRangeChoose {
    width: 118px;
    font-size: 12px;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    float:left;
}
#starttime{
	background-image:url("../../images/rili.png");
	background-repeat:no-repeat;
	background-size:14px 14px;
	background-position: 99px 50%;
}
#endtime{
	background-image:url("../../images/rili.png");
	background-repeat:no-repeat;
	background-size:14px 14px;
	background-position: 99px 50%;	
}
.daynow{
	width:38px;
	height:28px;
	float:left;
	border:1px solid #DADADA;
	border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
	text-align:center;
	line-height:27px;
	color:#666666;
	cursor: pointer;
    background: -webkit-linear-gradient(white, #E8E8E8);
}
#dayall{
	    border-left: 1px solid #DDDDDD;
	    border-right:1px solid #E6E6E6;
	    margin-left:10px;
}
#daynow{
	    border-right:1px solid #E6E6E6;
}
#weeknow{
	    border-right:1px solid #E6E6E6;
}
#mouthnow{
	border-right: 1px solid #DDDDDD;
}
.hove{
	background-color: #20B3C8;
    color: #fff;
    background-image: none;
    outline: 0;
}
/*锟斤拷锟斤拷一锟斤拷锟斤拷锟皆�*/
#setCommonAdmin{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -261px;
    margin-left: -320px;
    width: 640px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    z-index: 3;
}
#setCommonAdmin *{
	box-sizing:border-box
}
.setCAWinHead{
	line-height: 40px;
    font-size: 16px;
    text-align: center;
    background:#EAEEF0;
}
.setCAWinHead img{
    position: absolute;
    right: 13px;
    top: 14px;
    cursor: pointer;
    width: 13px;
}
.setCAWinMain{
	padding:16px 20px;
	min-height:260px;
	max-height:460px;
	overflow:auto;
}
.mainTop{
	overflow:hidden;
	margin-bottom:16px
}
.mainTopSearch{
	float:left;
	position:relative;
	margin-right:10px;
}
.mainTopSearch input{
	width:240px;
	height:26px;
	padding-left:12px;
	background: #F9F9F9;
	border: 1px solid #E7ECF0;
	border-radius: 2px;
	font-size: 12px;
	outline:none
}
.mainTopSearch img{
	position:absolute;
	right:6px;
	top:5px;
}
.clearBtn{
	float:left;
	font-size: 12px;
	color: #1AA1FB;
	margin-top:6px;
}
.addCABtn{
	float:right;
	width:100px;
	height:26px;
	text-align:center;
	line-height:26px;
	color:#fff;
	background:#ff8c26;
	cursor:pointer;
	font-size: 14px;
}
#managerList .addCABtn{
	display: none;
}
.addCABtn img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right:5px
}
.CAlistTab{
	border:1px solid #e7ecf0;
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	text-align:center;
}
.CAlistTab tr{
	border-bottom:1px solid #ddd;
}
.CAlistTab thead td{
	height:30px;
	font-weight:bold;
}
.CAlistTab tbody td{
	height:40px;
}
.CAlistTab td:first-child{
	text-align:left;
	padding-left:13px
}
.CASelInput{
	border: 1px solid #E7ECF0;
	width:110px;
	height:22px;
	padding-left:7px;
	padding-right:15px;
	background: url(../../images/opencopy.png) no-repeat 95px;
	outline:none
}
.delCABtn{
	display:inline-block;
	width:50px;
	height:26px;
	line-height:26px;
	color:#fff;
	background:#ff4443;
	cursor:pointer;
	text-align:center;
}
.CASelUl{
	position:absolute;
	top:25px;
	z-index:1;
	border:1px solid #ddd;
	border-top:0;
	left:41px;
	background:#fff;
	display:none;
}
.CASelUl li{
	width:108px;
	line-height:24px;
	cursor:pointer;
	font-weight:normal
}
.CASelUl li:hover{
	color:#20b3c8;
}
#addCAWin{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -135px;
    margin-left: -225px;
    width: 450px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    z-index: 3;
}
.addCAWinHead{
	line-height: 50px;
    font-size: 16px;
    text-align: center;
  	border-bottom:1px solid #ddd;
  	font-weight:bold
}
.addCAWinHead img{
    position: absolute;
    right: 13px;
    top: 18px;
    cursor: pointer;
    width: 15px;
}
.addCAWinMain{
	padding:0 30px; 
}
.leftLabel{
	font-weight:bold;
	margin-right:10px
}
.addCAWinMain li{
	margin-top:16px
}
.CAInfoInput{
	width:310px;
	height:30px;
	border:1px solid #ddd;
	padding-left:8px;
	outline:none;
	box-sizing:border-box;
}
.CAInfoSel{
	/*background:url(../../images/opencopy.png) no-repeat 290px;*/
	cursor:pointer;
}
.addCAWinFoot{
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}
.footbtn{
	width:80px;
	height:30px;
	border:1px solid #20b3c8;
	cursor:pointer;
	display:inline-block;
	line-height:30px
}
.sureAddCA{
	color:#fff;
	background:#20b3c8;
	margin-right:20px;
}
.cancelAddCA{
	color:#20b3c8;
}
.jobSelul{
	position:absolute;
	top:30px;
	z-index:1;
	border:1px solid #ddd;
	border-top:0;
	left:58px;
	background:#fff;
	display:none;
}
.jobSelul li{
	width:300px;
	line-height:24px;
	cursor:pointer;
	font-weight:normal;
	margin:0;
	padding-left:8px;
}
.jobSelul li:hover{
	color:#20b3c8;
}
.confirmDelWin{
	width: 360px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top:-80px;
    z-index: 3;
    color: #333;
    text-align:center;
    box-sizing:border-box;
    padding:10px 52px;
}
.confirmDelWin h2{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	margin-top:30px;
}
.w1200{width:12020px;margin:0 auto;position:fixed;left:50%;top:0;margin-left:-600px;z-index:999;}
.fenxiang-big{position:absolute;left:-30px;top:150px;display:none;}
.fenxiang-but-text{position:absolute;width:100%;line-height:23px;top:50%;transform:translate(0,-50%);}
.fenxiang-but{width:30px;box-sizing:border-box;height:70px;position:relative;text-align:center;
cursor:pointer;background-color:#00c3ff;transition:all 0.5s;color:#fff;border-radius:5px 0 0 5px;}
.fenxiang-but:hover{background-color:#1fa4fb}

.over{height:100%;width:100%;overflow:hidden}
.partonebottom .jqthumb,.img_pl{cursor:pointer}
.pswp__item img{cursor:-webkit-grab!important;}
.video-mask-big{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999;display:none}
.video-mask{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,1);}
.video-box{max-width:100%;max-height:100%;}
.video-div{max-height:100vh;overflow:hidden;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#video{max-height:100%;}
.clear-video{cursor:pointer;position:absolute;width:70px;height:70px;background:url(../../images/close.png) no-repeat 50% 50%;background-size:50px 50px;right:10px;top:10px;}

.introductionImg-img-box{
	position: relative;
}
.introductionImg-img-box-a{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 100px;
	background: url(../../images/webH5_mapApp/playvideo.png) no-repeat 50% 50%;
	background-size: 100px 100px;
}
/*主页顶部改版*/
.jiathis_main-left{
	width: 850px;
	min-height: 370px;
}
.jiathis_main-right{
	position: relative;
	width: 330px;
	background-color: #fff;
	box-sizing:border-box;
	padding:35px 28px 16px 28px;
	height: 370px;
}
.rbiqr-img{
	width: 100%;
	height: auto;
	box-sizing:border-box;
	border:2px solid rgb(221,221,221);
}
.jiathis_main-right-icon-box{
	margin-top: 18px;
}
.jiathis_main-right-icon-box img{
	margin-right: 8px;
}
.jiathis_main-right-icon1{
	width: 25px;
	height: 25px;
}
.jiathis_main-right-icon2{
	width: 23px;
	height: 23px;
}
.jiathis_main-right-icon3{
	width: 21px;
	height: 23px;
}
.jiathis_main-right-icon4{
	width: 27px;
	height: 23px;
}
.jiathis_main-right-icon5{
	width: 27px;
	height: 23px;
}
/*改版*/
.courselist-line{
	width: 253px;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 20px;
	transition: 0.5s;
}
.courselist-line:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
}
.courselist-line:nth-child(3n){
	margin-right: 0;
}
.courselist-line .courselist-line-img{
	width: 100%;
	height: 141px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:4px 4px 0 0 ;
}
.courselist-line-name-left{
	font-size: 15px;
	color: #000;
	width: 170px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.courselist-line-name-money{
	font-size: 14px;
	color: #FF2928;
}
.courselist-content{
	padding: 10px 10px 12px 10px;
	box-sizing:border-box;
	border:1px solid #DDDDDD;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	height: 98px;
}
.courselist-line-content-text{
	margin: 0;
	font-size: 12px;
	color: #91999F;
	margin-top: 6px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}
.com-li{
	height: 100px;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition:0.5s;
}
.com-li:nth-child(3n){
	margin-right: 0;
}
.com-li:hover{
	background-color: #EFF2F9;
}
.com-li-left{
	height: 100px;
	width: 100px;
	border-radius: 4px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.com-li-right{
	width: 131px;
	padding: 4px 11px 4px 8px;
	position: relative;
	height: 92px;
}
.com-li-name{
	font-size: 14px;
	color: #000;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.com-li-info{
	font-size: 12px;
	color:#91999F;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}
.com-li-money{
	position: absolute;
	bottom: 4px;
	font-size: 12px;
	color: #FF2928;
}
.tealistul-li{
	width: 188px;
	height: 266px;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 20px;
	transition:0.5s;
	float: left;
}
.tealistul-li:nth-child(4n){
	margin-right: 0;
}
.tealistul-li:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
}
.tealistul-li-img{
	width: 100%;
	height: 188px;
	border-radius: 4px 4px 0 0 ;
	display: block;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.fc-ul{
	margin-right: -10px;
}
.fc-li{
	margin-right: 12px;
	margin-bottom: 20px;
}
.fc-img-box{
	width: 385px;
	height: 385px;
	border-radius: 4px;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.fc-content{
	position: absolute;
	height: 75px;
	width: 100%;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.70) 100%);
	border-radius: 0px 0px 4px 4px;
	box-sizing:border-box;
	
	color: #fff;
	bottom: 0;
}
.fc-content-top-box{
	height: 24px;
	line-height: 24px;
}
.fc-name{
	font-size: 17px;
	font-weight: bold;
}
.fc-age-tiem{
	font-size: 13px;
}
.fc-content-text{
	font-size: 12px;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fc-content-text2{
	height: 40px;
	-webkit-line-clamp: 2;
}
.hide{
	display: none;
}
.fc-li-box{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 24px 12px 10px 12px;
	box-sizing:border-box;
}
.backstage_map_main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 70px;
    width: 46px;
    height: 238px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0784313725490196);
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0784313725490196);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0784313725490196);
}
.backstage_map_main>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 33.333%;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
    text-align: center;
    color: #999;
}
.backstage_map_main img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
}
.backstage_map_main span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 8px;
    width: 100%;
    font-size: 12px;
}
.backstage_map_main>div:last-child {
    border: none;
}
/*沟通记录弹窗*/
#mask,#mask2 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.4);
}
#mask2{
	z-index: 3;
}
.audit-record-mask-box{
	position: fixed;
	width: 800px;
	background-color: #fff;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 5px;
}
.audit-record-tit{
	font-size: 16px;
	line-height: 37px;
	border-bottom: 1px solid #999;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.audit-close{
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.audit-record-content{
	position: relative;
	width: 760px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 10px;
}
.audit-record-line{
	position: relative;
	margin-top: 10px;
}
.audit-record-li-top i{
	position: absolute;
    left: 9px;
    top: 19px;
    width: 1px;
    bottom: -10px;
    background-color: #999;
}
.audit-record-li-icon1{
	width: 15px;
	height: 15px;
	margin-left: 2px;
	margin-top: 2px;
}
.audit-record-li-icon2{
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-top: 4px;
}
.audit-record-li-top{
	padding-right: 12px;
	font-size: 12px;
}
pre{
	padding: 0;
	border:0;
	background-color: rgba(0,0,0,0);
	margin: 0;
}
.audit-record-li-content{
	margin-top: 10px;
	padding-left: 23px;
}
.audit-record-li-top-left{
	margin-left: 5px;
}
.audit-record-li-img-box{
	margin-top: 10px;
}
.audit-record-li-img-box img{
	width: 100px;
	height: 100px;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}
.audit-record-li-text{
	font-size: 12px;
}
.audit-record-line .apply-content{
	background-color: #fff;
	border:0;
	padding-left: 23px;
}
.audit-record-line .materials-box .apply-line-right{
    width: 607px;
}
.audit-record-content>ul{
	max-height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
}
.scroll-webkit::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.scroll-webkit::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.scroll-webkit::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
}
.hand {
    cursor: pointer;
}
.color-blue {
    color: #0099FF!important;
}
.color-r{
	color: red;
}
.color-o{
	color: #FF9900;
}
.color-g{
	color: green;
}
.boss-process-but{
	color: #fff;
	display: block;
	width: 60px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 24px;
	background-color: red;
	cursor: pointer;
	border-radius: 3px;
	transition: 0.5s;
}
.boss-process-but:hover{
	box-shadow: 0 0 5px 0px rgba(0,0,0,.4);
}
.evidence-tit{
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #999;
	text-align: center;
}
#evidence-mask .apply-content{
	background-color: #fff;
	border:0;
}
.evidence-close-but{
	margin:0 auto;
	margin-top: 20px;
	width: 60px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 3px;
	background-color: red;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-bottom: 10px;
}
.audit-record-line .audit-record-apply-content{
	width: 666px;
	margin: 0 auto;
	background-color: rgb(242,242,242);
	font-size: 12px;
	border-radius: 5px;
}
.audit-record-line .audit-record-apply-content .apply-line-right{
	width: 560px;
}
.audit-record-line .audit-record-apply-content .apply-line1 .apply-line-right{
	width: 260px;
}
.apply-content{
    border:1px solid rgb(204,204,204);
    background-color: rgb(242,242,242);
    padding: 10px;
    font-size: 12px;
}
.apply-line1>div{
    width: 50%;
}
.apply-line-left{
    font-weight: bold;
    margin-right: 5px;
}
.apply-line{
    margin: 10px 0;
}
.materials-box .apply-line-right{
    width: 644px;
}
.materials-img-box{
    margin-top: 10px;
    max-height: 150px;
    overflow: auto;
}
.materials-img-box img{
    width: 155px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.aproval-top-nav{
    border-bottom: 1px solid #000;
}
.aproval-top-nav div{
    width: 120px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border:1px solid rgb(204,204,204);
    border-bottom: #fff;
    background-color: #fff;
    margin-bottom: -1px;
    cursor: pointer;
}
.aproval-top-nav .aproval-top-refuse{
    border-left: 1px solid #fff;
}
.aproval-top-nav .aproval-top-ignore{
    border-left: 1px solid #fff;
}
.processing-mode-left{
    font-weight: bold;
}
/*滚轮缩放图片*/
.img_big_mask_box{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 11;
}
.img_big_mask_box div{
    position: relative;
    width:100%;
    height: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: move;
    transform-origin:50% 0;
}
.img_big_mask_box_close{
    width: 30px;
    height: 30px;
    background:url(../../images/bigclose.png) no-repeat 50% 50% #fff;
    background-size: 70%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}
/*图片介绍*/
.img_text_mask{
    position: fixed;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    padding: 10px 30px;
    box-sizing:border-box;
    width: 450px;
    text-align: center;
    max-height: 100px;
    z-index: 13;
    overflow: auto;
}
/*滚轮缩放图片结束*/