@charset "utf-8";
/*
 * function:stylesheet
 * time:2020-04-08
 * actor:shang 
 * */
/*头部样式*/
.top{
	width: 100%;
	height: 70px;
	background-color: #fff;
}
.top1{
	min-width: 1200px;
	margin: 0 auto;
}
.logo{
	width: 52px;
	height: 52px;
	margin-top: 10px;
}
.logon{
	margin-left: 10px;
	margin-top: 25px;
	font-size: 16px;
}
.ulog{
	margin-top:15px;
}
.nav{
	line-height: 45px;
	margin-right: 20px;
	cursor: pointer;
}
.xuaned{
	color: #07C160;
	border-bottom: 3px solid #07C160;
}
.toux{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-top: 12px;
}
.toux+span{
	line-height: 50px;
	margin-left: 10px;
}
.shux{
	width: 2px;
	height: 20px;
	background-color: #C0C0C0;
	margin: 0 15px;
	margin-top: 15px;
}
.home,.exit{
	width: 15px;
	height: 15px;
	margin-top: 17px;
}
/*左侧导航样式*/
.left{
	/* width: 200px; */
	min-height: 200px;
	padding-left:20px;
	/* background-color: #fff; */
}
.icon{
	width: 36px;
	height: 36px;
	margin-top: -5px;
	margin-left: 30px;
	margin-right: 5px;
}
.stair{
	display:block;
}
.stair1{
	width:130px;
}
/* .shadow{
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.08);
} */
.second{
	line-height: 30px;
	display: none;
}
.bacg {
    background-color: #F4F5F9 !important;
}
.contentShow img{
	max-width:100%;
}
/* 空数据 */
.nodata img{
	display:block;
	width:224px;
	height:128px;
	margin:0 auto;
	margin-top:50px;
}

/*页面中间内容样式*/
.content img{
	max-width: 100%;
}
.main{
	/* width: 1150px; */
	margin: 0 auto;
 	margin-top: 30px;
 	min-height:725px;
 	word-break:break-all;
}
.shaixuan{
	width:100%;
	min-height:108px;
	background:#fff;
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.04);
	border-radius:5px;
	padding-bottom: 20px;
}
.shai{
	width: 100%;
	border-radius:5px;
	line-height: 40px;
	font-size: 22px;
	padding-left:40px;
	padding-top: 20px;
	margin-bottom:10px;
}
.shai span{
	font-size:22px;
	margin-top:5px;
}
.shai+div{
	padding:0 40px;
}
.neir{
	width:100%;
	padding-bottom: 20px;
	border-radius: 5px;
}
.neir .shai{
	margin-bottom:30px;
}
.biaot{
	width: 290px;
	height: 30px;
	border:1px solid rgba(220,220,220,1);
	border-radius: 4px;
	padding-left: 5px;
}
.upload{
	width: 348px;
	height: 154px;
	position: relative;
}
.file{
	position: absolute;
	top: 0;
	left: 0;
	width: 348px;
	height: 154px;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
.oprate{
	width: 250px;
	margin: 0 auto;
	margin-top: 50px;
	text-align:center;
}
.textarea{
	width:383px;
	height:90px;
	border:1px solid rgba(230,231,236,1);
	border-radius:4px;
	resize: none;
	padding: 5px;
}
.bgImg{
	width: 102px;
	height: 98px;
}
.files{
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	height: 98px;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
.spank{
	width:70px;
	text-align: right;
}
.spank1{
	width: 105px;
	text-align: right;
}
.spank2{
	width: 160px;
	text-align: right;
}
.shezhi{
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	font-size: 15px;
}

/*弹窗遮罩*/
.shade{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 999999;
	display: none;
}
.dialog{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 300px;
	margin-top: -150px;
	margin-left: -225px;
	background-color: #fff;
	border-radius: 10px;
}
.close{
	width: 18px;
	height: 19px;
	cursor: pointer;
}
.question{
	height: 170px;
	overflow-y: auto;
}
.off{
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	z-index: 5;
	cursor: pointer;
}
.addType{
	margin-left:20px;
	cursor: pointer;
}
.conts{
	width:calc(100% - 170px);
	line-height:20px;
}
.conts img{
    /* width: 300px; */
    /* height: auto; */
    margin: 0 auto;
    display: block;
}
.inputs{
	width: 53px;
    height: 30px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(220,220,220,1);
    border-radius: 4px;
    padding-left: 5px;
}
.dialogs{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 553px;
	height: 443px;
	margin-top: -222px;
	margin-left: -276px;
	background-color: #fff;
	border-radius: 10px;
}
.shuju{
	/* height: 300px; */
}
/*工作中心-共享大厅*/
.dataPic{
	width: 160px;
	height: 90px;
}
.word{
	width: calc(100% - 170px);
	padding-left: 10px;
}
.word_w860{
	width:100%;
	padding-left:10px;
}
.shang{
	padding: 2px 5px;
	background-color: #E2F6E0;
	border-radius: 5px;
	color: #07C160;
	font-size: 13px;
}
.title{
	width: 500px;
	padding-left: 10px;
	font-size: 15px;
}
.title.pl_0{
	padding-left:0;
}
.wby{
	width: 90%;
	height: 160px;
	margin: 15px;
	resize: none;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	padding: 5px;
}
.touxiang{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.touxiang1{
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.neirong{
	width: calc(100% - 50px);
	padding-left: 15px;
}
.neirong1{
	width: calc(100% - 50px);
	padding-left: 15px;
}
.neirong2{
	width: calc(100% - 50px);
}
.zuijia{
	color: #07C160;
	background-color: #E2F6E0;
	padding: 2px 5px;
	border-radius: 5px;
}
.input1{
	width: 160px;
    height: 30px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(220,220,220,1);
    border-radius: 4px;
    padding-left: 5px;
}
.input2{
	width: 200px;
    height: 36px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(220,220,220,1);
    border-radius: 2px;
    padding-left: 5px;
}
.searchInt{
	width: 400px;
    height: 36px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(220,220,220,1);
    border-radius: 2px;
    padding-left: 5px;
}
.inputd{
	width: 80px;
    height: 30px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(220,220,220,1);
    border-radius: 4px;
    padding-left: 5px;
}
.inputask{
	width: 400px;
    height: 30px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(220,220,220,1);
    border-radius: 4px;
    padding-left: 5px;
}
.active{
	color: #07C160;
	border-bottom: 2px solid #07C160;
	padding-bottom: 5px;
}

.upBtn{
	width: 96px;
	height: 31px;
	cursor: pointer;
}
.upFile{
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 31px;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
.zhanshi{
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	text-indent: 2em;
	line-height: 25px;
}
.titles{
	max-width: 840px;
	padding: 10px;
}
.touxs{
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.iconsee{
	width: 16px;
	height: 11px;
}
.icondown{
	width: 12px;
	height: 12px;
}
.iconcol{
	width: 13px;
	height: 13px;
}
.fenl{
	padding: 2px 5px;
	background-color: #F5F5F5;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
}
.xuand{
	color: #07C160;
	background-color: #F0FBF6;
}
.shais{
	background-color: rgba(250,250,250,1);
	padding: 10px;
	/* height:54px; */
	line-height: 35px;
	color: #999;
	font-size: 14px;
	position:relative;
}
.shai1{
	width: 600px;
	margin: 0 auto;
}
.duihao{
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: #B6B6B6;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
.xian{
	width: 60px;
	height: 2px;
	background-color: #B6B6B6;
	margin-top: 13px;
}

.tups{
	width: 124px;
	height: 85px;
}
.times{
	width: 12px !important;
	height: 12px !important;
	margin-top: 4px !important;
	margin-right: 3px !important;
}
.youce{
	width: 810px;
}
.star{
	width: 14px;
	height: 12px;
	margin-right: 5px;
}
.integral{
	width: 95%;
	height: 113px;
	background-color: #F1FCEC;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
}
.integral1{
	height: 113px;
	background-color: #F1FCEC;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
}
.jifen{
	width: 234px;
	text-align: center;
}
.line{
	width: 1px;
	height:70px;
	background-color: #C2E5C1;
	margin-top: 22px;
}
.duih{
	margin-right: 42px;
}
.dhjf,.ljcz{
	width: 130px;
	height: 38px;
	border-radius: 6px;
	color: #fff;
	display: block;
}
.dhjf{
	background-color: #07C160;
	margin-top: 14px;
	margin-bottom: 9px;
}
.ljcz{
	background-color: #4A90E2;
}
.date{
	width: 570px;
	margin: 0 auto;
	margin-top: 30px;
}
.dates{
	width: 80px;
	height: 67px;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 67px;
	position: relative;
}
.signBtn{
	display: block;
	width: 142px;
	height: 33px;
	background-color: #07C160;
	color: #fff;
	margin: 0 auto;
	border-radius: 6px;
	margin-top: 30px;
}
.signBtned{
	display: block;
	width: 142px;
	height: 33px;
	background-color: #999;
	color: #fff;
	margin: 0 auto;
	border-radius: 6px;
	margin-top: 30px;
	text-align:center;
	line-height:33px;
}
.today{
	background: url('../images/icon_jijiang.png') no-repeat;
	background-size: 71px 67px;
}
.xuanImg{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 25px;
	bottom: 10px;
}
.chaImg{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 25px;
	bottom: 0;
}
.photo{
	width: 66px;
	height: 66px;
	border-radius: 50%;
}
.tuFile{
	position: absolute;
	top: 0;
	left: 0;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	opacity:0;
	cursor: pointer;
}
.idcard{
	width: 171px;
	height: 109px;
	border-radius: 6px;
}
.cardFile{
	position: absolute;
	top: 0;
	left: 0;
	width: 171px;
	height: 109px;
	opacity: 0;
	cursor: pointer;
}
.wancImg{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-top: 50px;
}

/*顾问用户账号*/
.action{
	width:592px;
	height: 146px;
	background: url('../images/bg_huiyuan.png') no-repeat;
	background-size: 100% 100%;
	margin: 20px;
}
.zuans{
	margin-top: 34px;
	margin-left: 50px;
	text-align: center;
	font-size: 12px;
	color: #424242;
}
.zuans img{
	display: block;
	width: 58px;
	height: 51px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.addAction{
	width:155px;
	height:34px;
	background:linear-gradient(0deg,rgba(7,193,96,1),rgba(56,228,138,1));
	border-radius:17px;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}
.nodata{
	width: 224px;
	margin: 0 auto;
	margin-top: 40px;
	color: #999;
}
.nodata img{
	width: 100%;
	margin-bottom: 10px;
}
.hangy{
	width:124px;
	height:115px;
	background:rgba(245,245,245,1);
	border-radius:6px;
	position: relative;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.editImg{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 17px;
	height: 17px;
	z-index: 5;
}
.hangye{
	width: 332px !important;
	height: 123px !important;
	background-color: #fff;
	margin-bottom: 15px;
	margin-right: 15px;
	border-radius: 6px;
}
.tub{
	width: 32px;
	height: 32px;
	margin-top: 15px;
	margin-left: 15px;
}
.jieshao{
	width: 260px;
    margin-left: 15px;
    margin-top: 20px;
    overflow: hidden;
    height: 70px;
}
.jieshao figure{  
	 display:none !important;  
}
/*我的行业*/
.datas{
	background-color: #fff;
	width: 431px;
	height: 391px;
	margin-top: 20px;
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.04);
	border-radius:8px;
	margin-right: 36px;
}
.datas:nth-child(2n){margin-right: 0;}
.datast{
	padding: 10px;
	background-color: #fafafa;
	font-size: 16px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.datac{
	width: 431px;
	height: 320px;
}
.mians{
	width: 100%;
	height: 400px;
	padding-top: 10px;
}

.artT{
	max-width: 700px;
}
.map{
	width: 490px;
	height: 342px;
	border: 1px solid #e5e5e5;
	margin: 10px;
}
.tabled{
	width: 340px;
}
.imgQ{
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	margin-right: 10px !important;
}
.imgP{
	width: 18px !important;
	height: 15px !important;
	margin: 0 !important;
	margin-right: 10px !important;
}
.proList,.paiList{
	width: 750px;
	padding-left: 10px;
}
.sheng{
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 10px;
}
.pail{
	margin-right: 20px;
	cursor: pointer;
}
.tupsd{
	width:164px;
	height:126px;
}
.contss{
	width: calc(100% - 180px);
	padding-left: 15px;
	text-indent: 2em;
}
.contsd{
	width: calc(100% - 180px);
	padding-left: 15px;
	text-indent: 2em;
}
.color{
	width: 16px;
	height: 16px;
	border-radius: 5px;	
	background-color:#eee;
}
.color1{background-color: #FF9999;}
.color2{background-color: #FFCC99;}
.color3{background-color: #F9ED77;}
.color4{background-color: #67DF84 ;}
.color5{background-color: #92EAEA;}
.color6{background-color: #99CCFF;}
.color7{background-color: #CCCCFF;}
.conts1{
	width: 640px;
}
.conts2{
	width: 100%;
}
.wid50{
	width: 50%;
	padding: 20px;
}
.dataMain{
	background-color: #fff;
	/* box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.04); */
	border-radius:8px;
}
.dataT{
	padding: 15px;
	background-color: #FAFAFA;
}
.sousBg{
	display: block;
	width: 200px;
	height: 180px;
	margin: 0 auto;
	margin-top: 3%;
}
.soust{
	width: 430px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.kuand{
	width: 1000px;
}
.state{
	width:72px;
	height:32px;
	background:rgba(245,245,245,1);
	text-align: center;
	line-height: 32px;
}
.headline{
	width: 1000px;
	color: #999;
}
.words{
	width: calc(100% - 180px);
	padding-left: 10px;
}
.wordT{
	max-width: 928px;
}
.leixing{
	padding: 1px 10px;
	border:1px solid #E5E5E5;
	border-radius:4px;
	text-align: center;
	line-height: 28px;
	color: #999;
}
.table td:nth-child(2n+1){
	background-color: #F5FCF2;
}
.quan{
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #DFDFDF;
	border-radius: 50%;
}
.shuxian{
	position: absolute;
	top: 14px;
	left: 5px;
	width: 1px;
	height: 100%;
	background-color: #EAEAEA;
}
.tubiao{
	width: 100%;
	height: 400px;
	background-color: #fff;
}
.fuwenben{
	width:calc(100% - 130px);
	min-height:300px;
	margin-bottom:20px;
}
/*账号中心*/
.tongDiv{
	background-color: #fff;
	border-radius: 10px;
	width: 30%;
	height: 200px;
	padding: 20px 10px 10px 20px;
	margin-right: 15px;
}
.firmList{
	/* max-width:730px; */
}
.firm{
	padding:5px;
	background-color:#e5e5e5;
	margin-right:15px;
}
.guanb{
	position:absolute;
	top:-6px;
	right:-6px;
	width:12px;
	height:12px;
	cursor:pointer;
}

/* 补充样式 */
.function{
	position:fixed;
	right:0;
	bottom:200px;
	width:80px;
	height:170px;
	border-radius:10px 0 0 10px;
	background-color: #fff;
	z-index:99;
}
.gongneng1,.gongneng2{
	text-align: center;
	cursor: pointer;
}
.gongneng1 img,.gongneng2 img{
	display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}
.xuanzed{
	background-color: #f5f5f5;
}
.jieshao p{
  	  text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
   	}
.caoz{
 		width: 600px;
 		margin: 0 auto;
 		margin-top: 20px;
 		text-align: center;
 	}
.caoz a{
	margin-left: 80px;
}

.weui-desktop-foot {
		    width: 960px;
	        margin-left: 290px;
	        padding: 16px 0 40px;
	        border-top: none;
	        max-width: 1600px;
	}
	 .weui-desktop-foot .weui-desktop-foot__info {
		    padding-bottom: 10px;
		    margin-bottom: 8px;
		    border-bottom: 1px solid #E4E8EB;
		}
	 .weui-desktop-link-group_split .weui-desktop-link:first-child {
		    margin-left: 0;
		}
	  .weui-desktop-link-group_split .weui-desktop-link {
		    position: relative;
		    margin: 0 12px;
		}
	  .weui-desktop-link-group_split .weui-desktop-link:before {
		    content: "|";
		    position: absolute;
		    left: -14.4px;
		    vertical-align: middle;
		    font-size: .8em;
		    top: 50%;
		    margin-top: -0.6em;
		}
		.weui-desktop-link-group_split .weui-desktop-link:first-child:before {
		    display: none;
		}
		.weui-desktop-foot .weui-desktop-link, .weui-desktop-foot .weui-desktop-copyright {
		    color: #9A9A9A;
		}
		.status{color:#07c160;}
		
		.shade_bangding {
		    position: fixed;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0,0,0,.5);
		    z-index: 999999;
		    display: none;
		}
		.getCode_wx{
			padding: 2px 10px;
		    color: #fff;
		    background-color: #07C160;
		    position: absolute;
		    top: -8px;
		    right: 0px;
		}
		.guanb_wx{
		    position: absolute;
		    top: 10px;
		    right: 10px;
		    width: 20px;
		    height: 20px;
		    cursor: pointer;
    }
    
    	.dingleft{
		    font-size: 15px;
    	}
/*新增公共样式*/
.ofw-h{
	overflow:hidden;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.guohui{
	width:18px;
	height:18px;
	margin-left:5px;
}
.hide{
	display:none;
}
.show{
	display:block;
}



















