
.Title{
	font-size:0px;
	color:#333333;
	line-height:50px;
	padding:0px 20px;
	height: 50px;
	
}

.spanTranslate{
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
	background-color: #0e3b50;
	color: #fff;
	height: 30px;
	line-height: 30px;
	border-radius:5px;
	font-weight: normal;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;	
}
#iCon{
	/* display: none; */
	background-color: white;
	width:500px;
	margin: 0px auto;
	margin-top: 100px;
	
}
.tleft{
	text-align: left;
}
#iCon .inputLine{
	text-align: center;
	line-height: 55px;
	height:55px;
	
}
#iCon .uploadC{
	height:auto;
}
.singleT{
	border-left:4px solid #ff6900;
}
.protocol_desc{
	font-size: 14px;
	vertical-align: top;
}
.barName{
	font-size:18px;
	/*margin-right:20px;*/
	/*font-size: #0e3b50;*/
	display: inline-block;
	margin:0px;
	width:120px;
	text-align: center;
	font-size: 14px;
	color:black;
	box-sizing: border-box;
	border-right:1px solid #eeeeee;
	font-weight: normal;
}
body{
	background-color: #eeeeee;
}
.helpTitle{
	font-size: 13px;
	padding:0px 15px;
	box-sizing:border-box;
	height:40px;
	line-height: 40px;
	background-color: #407a95;
	color:white;
}
.helpLogo{
	width:22px;
	height:22px;
	display: inline-block;
	background-image: url("../images/helpcenter.png");
	vertical-align: middle;
	background-size:cover;
}
.idenLogo{
	width: 20px;
    height: 17px;
	display: inline-block;
	background-image: url("../images/vip.png");
	vertical-align: middle;
	background-size:cover;
}
.validTip{
	width:430px;
	margin: 0px auto;
	margin-top: 200px;
}
.hrms{
	margin: 5px 0px;
}
.r{
	padding-left:20px;
	background-size:17px 17px;
    background-image: url("../images/r.png");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    
}
.v{
	padding-left:20px;
    background-image: url("../images/v.png");
    background-size:16px 16px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    
}
.ideTag{
	text-align: justify;
    text-align-last: justify;
}
.helpClose{
	display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
}
.helpClose::before{
	font-family:"small";
	font-size:16px;
    content:"\e5cd";
    cursor: pointer;	
}
.helpClose:hover{
	color:#b6bfc3;
}
.helpContent{
	width:800px;
	height:600px;
	background-color:white;
	margin:0px auto;
	margin-top:50px;
	border-radius:2px;
	overflow: hidden;
	font-size: 14px;
}
.contents{
	overflow-y:scroll;
	height:560px;
	padding:10px;
	padding-left:21px;
	box-sizing:border-box;
	padding-right:22px;
	line-height: 30px;
}
.tb *{
	border:1px solid #9f9f9f;
	text-align: center;
	line-height:30px;
}
.helpTitle1{
	font-size: 16px;
	font-weight:600px;
	color:#407a95;
}
.listStyle{
	list-style-type: disc;
 	display: list-item;
	list-style-position: inside;
}
.validContent{
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 30px;
    background-color: white;
    border-radius:0px 0px 3px 3px;
}
.validContent p{
	font-size: 12.5px;
	
}
.jurisdiction{
	border-collapse: collapse;
	width:600px;
}
.tdot::before{
	font-family: "small";
	content: "\f192";
	font-size: 14px;
	color:#4caf50;
}
.closeButton {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    color:white;
}
.helpButton{
	display:inline-block;
	width: 25px;
	height:25px;
	background-image:  url("../images/help.png");
	vertical-align: middle;
	background-size:cover;
	box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1),-1px -1px 1px 0px rgba(0, 0, 0, 0.1);
	border-radius:30px;
	cursor: pointer;
}
.noborder{
	border-right:none;
}
.alertTag{
	color: #ff6900;
	font-size: 14px;
}

.floatWrapper{
	height:100%;
	margin-top:8px;
	float: right;
}

.numContainer{
	color: white;
	display:inline-block;
}
.tag{
	font-size: 12px;
	color: #777777;
}
.blacktag{
	font-size: 12px;
	color: black;
}
.toolpic img{
	width:400px;
	height:250px;
}
.num{
	display: inline-block;
	color:#a0a0a0;
	margin-left: 10px;
	line-height: 34px;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #dcdcdc;
	border-radius:4px;
	width: 34px;
	height:34px;
	font-size: 12px;
}
.pageNum{
	text-align: center;
	line-height: 70px;
	height: 70px;
}
.pageSkip{
	width: 34px;
	height:34px;
	box-sizing: border-box;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
}
.pageTip{
	margin-left: 20px;
	margin-right: 10px;
}
.greyBody{
	background-color:#eeeeee;
}
.pcContainer{
	position:relative;
}
.inputLine{
	height:70px;
	line-height: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
	width: 100%;
	font-size: 0px;
}
.first{
	height:170px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
	width: 100%;
	font-size: 0px;
	position: relative;
}
.msgLine{
	height:50px;
	line-height:50px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	font-size: 0px;
}

.align{
	width:88px;
	height:100%;
	text-align: right;
	display: inline-block;
	margin-right: 20px;
}
.inputTag{
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	 vertical-align: text-bottom;
}
.msgDetail{
	display:inline-block;
	height:100%;
	vertical-align: top;
}
.linke{
	font-size: 13px;
	margin-left: 10px;
	color:#0088f5;
	text-decoration: underline;
}

.importButton{
	width:130px;
	height:34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
	background-color:#00bcd4;
	color: white;
	font-weight: 500;
	vertical-align: middle;
	cursor: pointer;
}

.line{
	display: block;
	height:4px;
	width:120px;
	background-color:#ff6900;
	position: absolute;
	top:46px;
	left:0px;
}

.personHead{
	border-bottom: 1px solid #eeeeee;
	padding: 0px;
	position: relative;
}
.clickable{

	color: #777777;

	cursor: pointer;
}
.isclicked{
	color: #333333;
}

#payCode{
	width:250px;
	height:250px;
}
.payC{
	width:250px;
	text-align: center;
}
.add{
	box-sizing: border-box;
	width:570px;
	padding: 20px;
	background-color: white;
	font-size: 14px;
	margin:0px auto;
	margin-top: 100px;
}
.headline{
	font-size: 16px;
	line-height:16px;
}
.closeButton{
	width:16px;
	height:16px;
	display: inline-block;
	float: right;
	background-image: url("../images/x.png");
	background-size:16px 16px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.addTitle{
	display: inline-block;
}
.commonline{
	font-size: 14px;
	line-height:16px;
	color: #333333;
}
.excelButton{
	display: inline-block;
	color: #008af3;
}
.input{
	box-sizing: border-box;
	padding:0px 10px;
    border: 1px solid #ccc;
	width:200px;
	height:38px;
	color: #000000;
	vertical-align: middle;
	border-radius: 4px;
}
.inputLimit{
	width:150px;
	vertical-align: middle;
}

.lastline{
	height:38px;
	margin-top: 20px;

}

.submitButton{
	float: right;
	height:38px;
	display: block;
	text-align: center;
	width:100px;
	line-height: 38px;
	color:white;
	border-radius: 4px;
	background-color: #0e3b50;
}
.sort{
	font-size: 13px;
	padding:20px 30px;
}
.sort span:first-child{
	color:red;
}
.letter{
	padding-left: 20px;
}
.content{
	box-sizing: border-box;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom:32px;
	padding-top:20px;
}
.table{
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
	color:#777777;
}
.thead{
	padding-bottom:20px;

}
.first_col{
	width:22%;
	text-align: left;
}
.other_col{
	width: 15%;
	text-align: left;
}

.cell{
	height:100px;
	width:100%;
	font-size:0px;
}
.cell>section{
	display: inline-block;
	font-size:14px;
}
.ceLeft{
	box-sizing: border-box;
	width:80px;
	height:100px;
	vertical-align: top;
}
.ceLeft>img{
	width:40px;
	height:40px;
	border-radius: 20px;
	margin-top:10px;
	margin-left: 20px;
}
.ceLeft>span{
	display: block;font-size:11px;margin-top: 5px;text-align: center;width: 50px;
	margin-left: 15px;color: #093;border-radius:5px;border:1px solid #ccc;
}
.threeC{
	padding:19px 0px;
}

.username{
	color: #024c6e;
	font-weight: normal;
	font-size: 14px;
	display: block;
}
.commonMsg{
	display: block;
	color: #777777;
	font-size: 14px;
	line-height: 14px;
}
.cellOnel{
	display: block;
	line-height: 100px;
}
.oneline{
	height:22px;
	line-height: 22px;
}
.c_icon{
	width:22px;
	height:22px;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	display: inline-block;
	vertical-align: top;
}
.c_icon:nth-child(2){
	margin:0px 12px;
}
.c_icon_1{
	background-image: url("../images/word.png");
}
.c_icon_2{
	background-image: url("../images/message.png");

}
.c_icon_3{
	background-image: url("../images/email.png");
}
.c_icon_4{
	background-image: url("../images/setting.png");
}
.c_icon_5{
	background-image: url("../images/exit.png");
}
.c_icon_6{
	background-image: url("../images/x.png");
}
.emptyTable{
	height:320px;
	display: block;
	width: 1160px;
	text-align:center;
	line-height: 320px;
}
.empty_tip{
	font-size: 14px;
	color: #a0a0a0;
}

.change{
	box-sizing: border-box;
	width:570px;
	padding: 20px;
	background-color: white;
	font-size: 14px;
	margin:0px auto;
	margin-top: 100px;
}
.blockInline>*{
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
	width:50%;
}
.inl{
	display: inline-block;
}
.rightLine{
	text-align: right;
	line-height:50px;
	
}
.output{
	box-sizing: border-box;
	padding:0px 10px;
	border:1px solid #dcdcdc;
	width:180px;
	height:38px;
	color: #000000;
	vertical-align: middle;
	font-weight: 600;
}
.addRight{
	text-align: right;
	vertical-align: top; 
}
.addRight h4{
	text-align:left;
	margin-left: 5px;
}
.department{
	padding-right:4em;
	line-height:2em;
}
.pc{
	background-color: white;
	position: relative;
}
.radio{
	vertical-align: sub;
	margin-left: 10px;
	margin-right: 20px;
}

.textButton{
	color: #00bcd4;
}
.Button{
	 display: inline-block;
	 height:40px;
	 line-height:40px;
	 text-align: center;
	 width:120px;
	 background-color: #0e3b50;
	 color: white;
	 border-radius: 4px;
	 font-size: 14px;
	 margin:20px 0px;
	 vertical-align: middle;
	 margin-right:10px;
 }
.upBound{
	display: inline-block;
	height:40px;
	line-height:40px;
	text-align: center;
	width:120px;
	background-color: #0e3b50;
	color: white;
	border-radius: 4px;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 30px;
}
.headContainer{
	box-sizing: border-box;
	border:1px solid #eeeeee;
	position: absolute;
	width: 200px;
	height:160px;
	right: 0px;
	top:0px;
	background-color: white;
	padding:15px 35px;
	text-align: center;
	font-size: 0px;
}
.firsthead{
	box-sizing: border-box;
	width: 160px;
	height:160px;
	background-color: white;
	padding:20px;
	text-align: center;
	font-size: 0px;
	float: left;
}
.firstIMG{
	width:120px;
	height:120px;
}
.firstLine{
	display: inline-block;
	height:170px;
	vertical-align: top;
	font-size: 14px;
	padding: 28px 0px;
	box-sizing:border-box;
}
.onel{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 14px;
}
.compTag{
	display: inline-block;
	width:50px;
	height:20px;
	font-size: 11px;
	line-height: 20px;
	border-radius:20px;
	margin-left: 11px;
	border: 1px solid #ff0030;
	text-align: center;
	color:#ff0030;
}
.userhead{
	box-sizing: border-box;
	border:1px solid #eeeeee;
	width: 200px;
	height:200px;
	background-color: white;
	padding:15px 35px;
	text-align: center;
	font-size: 0px;
}
.headIMG{
	width:130px;
	height:130px;
}
.headButton{
	display: inline-block;
	height:30px;
	line-height:30px;
	text-align: center;
	width:100px;
	background-color: #0e3b50;
	color: white;
	border-radius: 4px;
	font-size: 14px;
	margin-top:10px;
}
.pcMSG{
	font-size: 0px;
}
.inline{
	display: inline-block;
	margin: 0px 22.5px;
}
.iden{
	text-align: right;
	line-height: 50px;
	height:50px;
}
.iden .Button{
	margin-top: 5px;
	margin-bottom:5px;
}
.license{
	width:250px;
	height:150px;
	line-height: 150px;
}
.logo{
	line-height:50px;
}

.ulogo{
	width:100px;
	height:50px;
	line-height:50px;
}
.upload{
	display: inline-block;
	padding: 20px 0px;
	vertical-align: top;
	line-height: 20px;
}
.upload img{
	border: 1px solid #eeeeee;
	background-color:#eeeeee;
	border-radius: 4px;
	cursor:pointer;
	max-width:308px;
	max-height: 200px;
}
.uploadC{
	height:auto;
}

.edit{
	 display: inline-block;
	 height:30px;
	 line-height:30px;
	 text-align: center;
	 width:60px;
	 background-color: #0e3b50;
	 color: white;
	 border-radius: 4px;
	 font-size: 12px;
	position: absolute;
	right:21px;
	top:28px;
	z-index:2;
}
.valid{
	display: inline-block;
	 height:30px;
	 line-height:30px;
	 text-align: center;
	 width:120px;
	 background-color: #ff6900;
	 color: white;
	 border-radius: 4px;
	 font-size: 13px;
	position: absolute;
	right:21px;
	bottom:28px;
}
.bt{
	border-bottom: 1px solid #eeeeee;
	font-size: 0px
}
.bbt{
	border-bottom: 1px solid #eeeeee;
	font-size: 0px;
	height:400px;
}
.rf{
	font-size: 14px;
	line-height: 50px;
	padding-left: 20px;
	font-weight: 600;
}
.roleTitle{
	width:200px;
	display: inline-block;
	box-sizing:border-box;
	border-left:1px solid #eeeeee;
	height:100%;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	height:162px;
}
.ccccc{
		overflow-y: scroll;
	
}
.classify{
	box-sizing: border-box;
	width:310px;
	padding:20px;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	color: #0e3b50;
	vertical-align: top;
}
.toolpic{
	box-sizing: border-box;
	width:440px;
	height:290px;
	padding:20px;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	color: #0e3b50;
	vertical-align: top;
}
.optional{
	box-sizing: border-box;
	padding:20px;
	font-size: 0px;
	line-height: 26px;
	background-color: #eeeeee;
}
.option{
	box-sizing: border-box;
	height:26px;
	width: 50px;
	text-align: center;
	line-height: 26px;
	display: inline-block;
	border:1px solid #dcdcdc;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	color: black;
}

.optionContainer{
	display: inline-block;
	width:200px;
	vertical-align: top;
	line-height: normal;
}
.m{
	width:60px;
}
.b{
	width:70px;
}
.matter{
	padding: 20px;
	padding-top: 0px;
	width:890px;
	box-sizing: border-box;
}
.tooldetail{
	padding: 20px;
	width:760px;
	box-sizing: border-box;
}
.detailTitle{
	color: #333333;
	font-size:18px;
	line-height:18px; 
}
.move4{
	left:360px;
}


.toolPreview{
	box-sizing: border-box;
	width:100%;
	padding:20px 0px 20px 0px;
	border-bottom:1px solid #eeeeee;
}
.tpLeft{
	width:145px;
	height:145px;
}
.tpRight{
	box-sizing: border-box;
	width:705px;
	height:120px;
	padding-left: 20px;
	vertical-align: top;
	text-overflow: ellipsis;
	height:145px;
	padding-bottom: 10px;
}
._left{
	box-sizing: border-box;
	width:555px;
	padding-right: 20px;
}
._right{
	width:130px;
	box-sizing: border-box;
	padding:0px 20px;
	line-height: 120px;
	vertical-align: top;
	border-left:1px solid #eeeeee;
}
.toolTitle{
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}
.price{
	font-size: 12px;
	line-height:20px;
}
.toolMsg{
	margin: 10px 0px;
	line-height: 12px;
}
.tooldesc{
	line-height: 14px;
	font-size: 12px;
	color: #777777;
	width:100%;
	margin-bottom: 10px;
}
.buyButton{
	display: inline-block;
	height:38px;
	line-height: 38px;
	text-align: center;
	width:90px;
	background-color: #0e3b50;
	color: white;
	border-radius: 4px;
}
.tpLeft img{
	width:100%;
	height:100%;
}
.mark{
	height:20px;
	width:40px;
	text-align: center;
	line-height: 20px;
	font-size:12px;
	box-sizing: border-box;
	border: 1px solid #ff6900;
	color: #ff6900;
	display: inline-block;
	border-radius: 4px;
}
.bluemark{
	color: #0e3b50;
	border: 1px solid #0e3b50;
}
.redPack{
	width:20px;
	height:20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url("../images/redpack.png");
}
.vertical{
	vertical-align: middle;
}
.money{
	color: red;
	vertical-align: middle;
}
.complete{
	display: inline-block;
	height:38px;
	line-height: 38px;
	text-align: center;
	width:90px;
	background-color: #dcdcdc;
	color: #a0a0a0;
	border:1px solid #bfbfbf;
	border-radius: 4px;
}
.inputfile{
	display: none;
	line-height:0px;
}
/*鍙戣捣娴嬭瘎鐣岄潰*/
.getPerson{
	box-sizing: border-box;
	margin-top: 50px;
	height:500px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
.selectTable{
	width:100%;
	color:#333;
	font-size: 12px;
}
.s1,.s2,.s3,.s4{
	width:25%;
}
.tablecell{
	padding: 7px 10px;
	border: 1px solid #ddd;
	border-left: 0;
	text-align: left;
}
.checkbox{
	width: 19px;
	height: 19px;
	outline: none;

}

.lastMsgLine{
	height:70px;
	line-height:70px;
}
.lastMsgLine .Button{
	margin:0px;
	margin-left:30px;
}
.tip{
	margin-left:10px;
	font-size:12px;
	color:#a0a0a0;
}
.re{
	color:red;
	font-size: 16px;
}
.ifcollection{
	margin-left:20px;
	vertical-align: top;
	height:18px;
}
.toolprice{
	font-size: 14px;
	margin-top:10px;
	line-height: 14px;
	display:block;
}
.tooltag{
	color:#333333;
}
.toolFree{
	color: #42ad47;
	font-weight: bold;
}
.toolp{
	color:#ff6900;
}
.toolsum{
	margin-left:10px;
}
.toolcontent{
	margin-top:10px;
	color:#777777;
	min-height: 125px;
}
.toolcontroll{
	margin-top:10px;
	text-align: right;
}
.walletLeft{
	width:200px;
	
	box-sizing:border-box;
}
.walletRight{
	width:936px;
	vertical-align: top;
	margin-top:15px;
	border-left:1px solid #eeeeee;
	box-sizing:border-box;
	padding-left:20px;
	overflow: hidden;
}
.walletHead{
	box-sizing: border-box;
	width: 200px;
	height:160px;
	background-color: white;
	padding:15px 35px;
	text-align: center;
	font-size: 0px;
	
}
.optionTag{
	border-bottom:4px solid #ff6900;
}
.recharge{
	margin-top:20px;
	position:relative;
	
}
.opt{
	height:30px;
	line-height:30px;
	width:80px;
	text-align: center;
	display:inline-block;
	border-radius:3px 3px 0px 0px;
	background-color:#eeeeee;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.op{
	background-color:#ff6900;
	color:white;
}
.optTitle{
	margin:20px 0px;
	font-weight:500;
}
.serviceTitle{
	font-weight:500;
	color:#333333;
	font-size:14px;
	margin-bottom:10px;
}
.payOpt{
	width:90px;
	height:35px;
	display:inline-block;
	background-repeat: no-repeat;
	background-size:90px 35px;
	padding:0px 5px;
	border:1px solid #b3b0b0;
	background-position: 5px 0px;
}
.payOpt1{
	background-image:url("../images/webxinpay.png");
}
.payOpt2{
	background-image:url("../images/zhifubaopay.png");
	opacity:0.5;
}
.numOpt{
	width:90px;
	height:35px;
	display:inline-block;
	text-align:center;
	line-height:35px;
	border-radius:3px;
	border:1px solid #b3b0b0;
	color: #777777;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.tagModel{
	width:100%;
	display:none;
}
.tagModel1{
	display: block;
}
.pp{
	color:#777777;
}
.rightC{
	float:right;
	position: absolute;
	height:100%;
	line-height:38px;
	top:0px;
	right:0px;
}
.servicePrice{
	position: relative;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom:1px solid #dcdcdc; 
}
.BB{
	width:100px;
	height:34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
	background-color:#0e3b50;
	color: white;
	font-weight: 500;
	cursor: pointer;
}
.markTag{
	color:#ff6900;
}
.markT{
	color:#333333;
	font-weight: 600;
}
.onpage{
    background-color:#0e3b50;
    color: white;
    border:#0b2f40 1px solid;
}
.cfr{
	width:100px;
}
.roles{
	width:600px;
	height:260px;
	position: absolute;
	right:0px;
	bottom:19px;
	background-color: white;
	z-index: 5;
	border: 1px solid #eeeeee;
}
.rows:hover{
	overflow: hidden;
	background-color:#eeeeee;
	cursor: pointer;
}
.user_img:hover,.nav_item:hover,.operation:hover{
	background-color: #0d3c52;
	cursor: pointer;
}
.user_img:hover .uoContainer{
	display: block;
}
.license:active{
	background-color: #e2e2e2;
}
.logo:active{
	background-color: #e2e2e2;
}
.modify:hover{
	text-decoration: underline;
	font-weight: bold;
}

#tel{
	background-color:#eaeaea;
}
#amount:focus{
	border-color:#03a9f4;
}
.innerinput{
	border:none;
	box-sizing: border-box;
    padding: 0px 10px;
    border:none;
    width: 162px;
    height: 38px;
    color: #000000;
     vertical-align: top;
}
.inputDiv{
	 border:1px solid #ccc;
	 height:38px;
	 vertical-align: middle;
	 display: inline-block;
}

#amount{
	-webkit-appearance: none;
}

.plus{
	height:38px;
	width:38px;
	background-color: #577a8a;
	display: inline-block;
	font-size:33px;
	font-weight:900;
	color:white;
	line-height:38px;
	text-align: center;
	vertical-align: top;
	-webkit-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	cursor: pointer;
}
.trade{
	width:600px;
	background: white;
	margin: 0px auto;
	margin-top: 100px;
	border:1px solid rgba(33, 150, 243, 0.5);
	border-top:5px solid #2196f3;
}
.tradeTitle{
	font-size: 14px;
	height:30px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 30px;
	padding-left: 10px;
	color:#03a9f4;
}
.TradeComfirm{
	height:100%;
	display: inline-block;
	float: right;
}
.tcf{
	display: inline-block;
	height:30px;
	vertical-align:top;
	width:45px;
	text-align: center;
	background-color: #1b6b90;
	color:white;
	font-size: 12px;
}
.tradeline>div{
	display: inline-block;
	vertical-align: top;
}
.tradeline{
	border-bottom: 1px solid #dcdcdc;	
	line-height: 45px;
	font-size: 0px;
}
.ptrade{
	width:120px;
	text-align: right;
	font-size: 14px;
}
.ctrade{
	width:450px;
}
.tradeTag{
	padding:0px 10px;
	height: 25px;
    line-height: 25px;
	display: inline-block;
	margin: 0px 5px;
	text-align: center;
	font-size: 13px;
	border-radius:4px;
	border: 1px solid #dcdcdc;	
	vertical-align: middle;
	cursor: pointer;
	color:#777777;
	-webkit-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
}
.tscroll{
	height:350px;
	overflow-y:scroll;
}
.selected{
	/* color:#f44336; */
	font-weight: 500;
	/* font-size: 12px; */
}
.plus:hover{
	background-color: #83bbd4;
}
.bulk{
	width:450px;
	display: block;
	background-color: white;
	box-shadow:0px 0px 9px 8px rgba(0, 0, 0, 0.1);
	margin: 0px auto;
	margin-top: 100px;
}
#bulkC{
	background-color: rgba(0,0,0,0);
}
.bulkhead{
	height:50px;
	background-image:linear-gradient( to bottom, #FF9800, #FF5722);
	color: white;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
	position: relative;
}
.bulkclose{
	position:absolute;
	display:inline-block;
	background-color: black;
	width:30px;
	height: 30px;
	border-radius:20px;
	text-align: center;
	line-height: 28px;
	font-size:25px;
	color:white;
	right:10px;
	top:10px;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	box-shadow:0px 0px 3px 2px rgba(255, 255, 255, 0.33);
	font-weight: 900;
}
.bulkfile{
	margin:20px 20px;
	box-sizing:border-box;
}

.filedata{
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d6d6;
}
.bulktip{
	vertical-align: top;
	font-size: 13px;
	padding:10px 0px;
	line-height: 25px;
}
.filedata>*{
	vertical-align: bottom;
	font-size: 13px;
	margin-left: 10px;
}
.csv{
	width:30px;
	height:30px;
	margin: 0px;
}
.bulkname{
	font-weight: 600;
}
#bulksize{
	font-size: 12px;
}
.fileselect{
	display:inline-block;
	float:right;
	height:27px;
	padding:0px 15px;
	margin-top:1.5px;
	line-height:27px;
	text-align: center;
	color:white;
	background-color:#ff6700;
	border-radius:3px;
	font-size: 12px;
}
.bulkconfirm{
	display:inline-block;
	height:32px;
	padding:0px 15px;
	line-height:32px;
	width:50px;
	text-align: center;
	color:white;
	background-image:linear-gradient( to bottom, #81D4FA, #03A9F4);
	border:1px solid rgba(197, 218, 228, 0.7);
	border-radius:3px;
	font-size: 12px;
}
.bulkfoot{
	padding:0px 20px;
	box-sizing:border-box;
	width:100%;
	height:40px;
	text-align: right;
}
.fileselect:hover,.bulkconfirm:hover,.bulkclose:hover{
	opacity:0.8;
}
.bulklink{
	font-weight: 600;
	color:#0288d1;
}
.bulklink:hover{
	text-decoration: underline;
}
.help{
	height:100%;
	float:right;
	line-height: 50px;
	width:50px;
	position: relative;
}
.help::before{
	font-family: "small";
	font-size: 24px;
	content:"\f059";
	color:#008eff;
	cursor:pointer;
}
.helpDetial{
	position:absolute;
	top:50px;
	font-size: 14px;
}
.helpList{
	font-size: 14px;
}
.specialL{
	height:auto;
}
.compTip{
	font-size: 14px;
	border:1px solid #4caf50;
	margin:20px;
	width:500px;
	line-height: 30px;
	padding:8px;
	box-sizing:border-box;
	border-radius: 5px;
}
#compAddress,#compCode,#compLegalName{
	width:20em;
}


    .mans{
    	position:relative;
        box-sizing: border-box;
        padding: 0px 10px;
        width:802px;
        margin: 0 auto;
        margin-top: 50px;
        height: 470px;
        padding: 10px;
        background-color: #e2e2e2;
        border: 1px solid #e6e5e5;
        border-radius: 2px;
    }
    .manBottom>*{
        border: 1px solid white;
        box-sizing: border-box;
        padding:5px;
        border-radius: 2px;
        background-color: #f9f9f9;
    }
    .typemenus{
        width:30%;
        height:100%;
        overflow-x: hidden;
    }
	.noBar{
    	height: 100%;
        width: 220px;
        overflow-y: auto;
       /*  -ms-overflow-style: none; 
        -moz-overflow-style: none; 
        overflow:-moz-scrollbars-horizontal;
        overflow: -moz-scrollbars-none;  */
		padding-right:25px;
    }
    .typeParts{
    	width:100%;
    }
    .somemans{
        /*width:69%;*/
        height:90%;
        overflow-y: scroll;
        box-sizing: border-box;
        border: 1px solid white;
        border-radius: 2px;
        background-color: #f9f9f9;
    }
    .manControll{
        height: 35px;
        margin-top: 5px;
        box-sizing: border-box;
        border: 1px solid white;
        border-radius: 2px;
        background-color: #f9f9f9;
        user-select: none;
    }
    .manControll *{
    	vertical-align: middle;
    }
    .somemansCon{
        width:69%;
        float: right;
        height:100%;
        padding:0px;
        background-color: transparent;
        border: none;
    }
    .somemansCon>*{
        padding: 5px;
        box-sizing: border-box;
    }
    .messageTitle{
        height:8%;
        margin-bottom: 1%;
    }
    .subMenu1{
        padding:8px 5px;
        box-sizing: border-box;
        border:1px solid rgba(222, 222, 222, 0.41);
        text-align: center;
        color: #403f3f;
        font-size: 13px;
        
    }
    .commonConton{
    	 padding:6px 5px;
        box-sizing: border-box;
        border:1px solid rgba(208, 208, 208, 0.5);
        text-align: center;
        color: #403f3f;
        font-size: 13px;
            margin-bottom: 5px;
    }
    .angle{
    	float: right;
    	transition: all 0.3s linear  0s;
    	
    }
    .angle::after{
        font-family: smallImg;
        content: "\e900";
        vertical-align: middle;
        font-size: 18px;
        
        color: #5d5d5d;
    }
     .subMenuTitle{
        text-align: left;
        padding: 8px 20px;
        margin-bottom: 5px;
        font-size: 14px;
    	border-radius: 5px;
    	margin-top:10px;
    }
    .clickMenu{
        padding: 7px 5px;
        padding-right: 23px;
        text-align: center;
        background-color: #efefef;
        color: #717171;
        border-radius: 4px;
        margin:6px 0px;
        transition:all 0.33s;
    }
    .clickedMenu{
        background-color: #66b2b7;
        color:white;
    }
    .clickedMenu::before{
    	color:white!important;
    }
    .commonMenu .commonConton{
    	width:50%;
    	text-align:center!important;
    	text-align-last: center;
    }
    .commonConton>*{
        	vertical-align: middle;
    }
    .commonConton::before{
    	font-family: "smallImg";
    	font-size: 14px;
    }
    .menuALL::before{
    	content: "\eb3d";
    }

    .menSelected::before{
    	content: "\e7fe";
    	color:#4caf50;
    }

    .clickMenu:last-child{
        margin-bottom: 0px;
    }
    .datacontroll::before{
    	content:"\e69e";
    }
    .subContainer{
    
        background-color: #f5f5f5;
        border:1px solid rgba(222, 222, 222, 0.5);
        margin-bottom:4px;
        letter-spacing: 2px;

    }
   
    .typemenus *{
        user-select: none;
        letter-spacing: 2px;
        cursor: pointer;
       	border-radius: 5px;
    }
    .noBar::-webkit-scrollbar{
        display:none;
    }
    .subMenu2{
        padding:3px;
        display:none;
    }
    .manControll>*{
        height:100%;
        line-height: 25px;
    }
	.sort_department::before{
		content:"\f0c0";
	}
	.sort_all::before{
		content:"\eb3d";
	}
	.subMenuTitle::before{
		font-family:"smallImg";
		color: #1f4658;
    	font-size: 16px;
		margin-right: 5px;
	}
    
    .manBottom{
        height: 90%;
		width: 780px;
    }
 .payment{
        height:450px;
		width: 780px;
		position:absolute;
		box-sizing:border-box;
		top:10px;
		display: none;
    }
.oneMans{
    height: 60px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 4px;
    background-color: #f3f3f3;
    cursor:pointer;
    margin-bottom:5px;
    user-select:none;
}
.oneMans:active{
	background: #e2f2f9;
}
    .oneMans>*{
        display: inline-block;
        vertical-align: middle;
    }
    .headImage{
        width:46px;
        height:46px;
        margin-right:0.5em;
        border-radius: 3px;
        overflow: hidden;
    }
    .headImage>*{
        width:100%;
        height:100%;
    }
    .manDetail{
        height:100%;
    }
    .messLine{
        height:50%;
        line-height:25px;
        font-size: 14px;
        color:#717171;
        white-space: nowrap;
    overflow-x: hidden;
    max-width: 400px;
    }
    .messCell{
        margin-right: 2em;
    }
    .manSelected{
        height:100%;
        float: right;
        line-height:46px;
        text-align: center;
    }

    .diyCheckbox{
        outline: none;
        width: 20px;
        border: 1px solid #bdbdbd;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5em;
        box-sizing: border-box;
        padding:3px;
        height:20px;
        border-radius: 1px;
            background-color: white;
    }
     .diyAll{
        outline: none;
        width: 20px;
        border: 1px solid #bdbdbd;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5em;
        box-sizing: border-box;
        padding:3px;
        height:20px;
        border-radius: 1px;
        cursor:pointer;
    }
    .isCheck{
        width:100%;
        height:100%;
        transition:all 0.31s;
    }
    .comblc{
    	height:100%;
    	width:100%;
    }
    .checked{
    	background-color:#82abbd;
    }
    .handler{

        width:80%;
    }
    .manButton{
        width:20%;
    }
    .h_con>*{
     vertical-align: middle;
    }
    .bothEdge{
        margin-right: 0.2em;
    }
    .handleText{
        font-size: 12px;
    }
    .comfirm{
        width: 80px;
        height:100%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        background-color: rgb(0, 188, 212);
        color: white;
        font-weight: 500;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
    }
     .smallConfm{
    	line-height:25px;
    	font-size: 13px;
    }
    .manButton{
        text-align: right;
    }  
    .subMenuRoll{
    	transform: rotateZ(90deg);
    }
    .payLine{
    	border-radius:3px;
    	padding:10px 5px;
    	
    }
    .payLine *{
    vertical-align: middle;
    }
    
.separateLine{
	border:none;
	border-bottom:1px solid #e2e2e2;
}
.lightTag{
	color:#484747;
	font-weight: 600;
}
.tagTip{
	color:#403f3f;
	font-weight: 500;
	font-size: 14px;
}
.comment{
	width:100%;
	resize:none;
	height: 95px;
	margin-top:1em;
	border: 1px solid #afafaf;
	border-radius:3px;
	outline: none;
	box-sizing:border-box;
	padding:8px;
}
.setMessage{
	width:100px;
	height:30px;
	
}
.selectback{
	width:100px;
	height:30px;
	background-color: #7b7b7b;
}
.remark{
	border:1px solid #ccc;
	box-sizing:border-box;
	width:180px;
	padding:2px 5px;
	height:30px;
	border-radius:3px;
	color:#777;
}
.dihead{
	height:8%;
	width:100%;
	margin-bottom:1%;
	background-color: white;
	border-radius:4px;
	padding: 0px 10px;
	line-height: 38px;
	font-weight: 600;
    color: #0e3b50;
    text-align: center;
    font-size:14px;
    box-sizing:border-box;
}
.dihead::before{
	font-family: "smallImg";
	vertical-align: bottom;
	font-size: 19px;
}
.dihead>*{
		vertical-align: middle;
}
.waitPay::before{
	content:"\e679";
	    color: #FF9800;
}
.mansTitle::before{
	content:"\e86b";
	    color: #03a9f4;
}
.maincontent{
	border-radius:4px;
	height:90%;
	padding:0px 10px;
	background-color: white;
}
.h_con{
	height:100%;
	line-height: 25px;
}
.payNum{
	width:80px;
}
.joinNum{
	color:grey;
	font-size: 13px;
}
.payMethod{
	margin-left:2em;
}
.accountNum{
	color:#8bc34a;
	font-weight: 600;
}
.power{
	margin-left:1em;
	color:#2196f3;
	text-decoration:underline;
	font-size: 13px;
}

.taskSetClose {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    color:white;
    background-image: url(../images/x.png);
    transition:all 0.5s;
}
.taskSetClose:hover{
	transform: rotateZ(180deg);
}
.closeContain{
	float: right;
	width: 15px;
    height:100%;
    line-height: 42px;
}
#pageNum{
	display: none;
}


.search{
	border:1px solid #d4d4d4;
	border-radius:5px;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}
.labelCommon{
	font-size: 14px;
	color: #555555;
	width: 80px;
	height:40px;
	line-height:40px;
	text-align: right;
	display: inline-block;
}
.inputCommon{
	color: #ff6900;
	font-size: 14px;
}
.btnSearch{
	position: absolute;
	top: 16px;
	right: 20px;
	width: 130px;
	background-color: #00bcd4;
	border-radius:5px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.selectCommon{
	border: 0px;
	color: #ff6900;
	min-width: 80px;
	font-size: 14px;
}
.pointer{
	cursor: pointer;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #ccc;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
/*   background: url("../images/icon_down_3.png") no-repeat scroll right center transparent; */


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 15px;
}
.colorRed{
	color: red;
}
.colorGreen{
	color: #093;
}


