@charset "utf-8";
/* CSS Document */




html,body{
	margin:0;
	padding:0;
	height:100%;
	background:#f9f9f9;
	font-family:"微软雅黑";}
a{text-decoration:none;}
.allpage{
	width: 100%;
	min-width: 1250px;
	min-height: 100%;
	overflow: hidden;
	position:relative;}
/******************************顶部S******************************************/
.indextop{
	height: 78px;
	width:100%;
	background:#f3f3f3;}
.center1200{
	width:1200px;
	margin:0 auto ;
	height:100%;}
.bgYbSassImg{background:url(../../img/frame/YbSassImg.png);}
.lcblogo{
	display:block;
	float:left;
	height:53px;
	line-height: 53px;
	margin-top:18px;
	padding-left: 140px;
	color:#b6b6b6;
	font-size:20px;
	position:relative;
	overflow : hidden;
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 2;*/
	/*-webkit-line-clamp: 2;*/
	/*-webkit-box-orient: vertical;*/
}
.lcblogo_bg_bgYbSassImg{
	width: 183px;
	display: block;
	float: left;
	height: 53px;
	line-height: 53px;
	margin-top: 18px;
	padding-left: 110px;
	color: #b6b6b6;
	font-size: 20px;
	position: relative;
	overflow: hidden;
}
.lcblogo_bg_rugao{
	background: url(/img/rugao/saasIcon.png) no-repeat center;
}
.lcblogo_bg_linyi{
	background: url(/img/linyi/saasIcon.png) no-repeat center;
}
.lcblogo_bg_zhsp{
	background: url(/img/zhsp/saasIcon.png) no-repeat center;
}
.lcblogo_bg_hxlss{
	background: url(/img/hxlss/saasIcon.png) no-repeat center;
}
.lcblogo_bg_twc{
	background: url(/img/xinjiang/saasIcon.png) no-repeat center;
}
.lcblogo_bg_quaternes{
	background: url(/img/xinjiang/loginQuaternes.png) no-repeat center;
}
.lcblogo_bg_xyc{
	background: url(/img/xinjiang/loginXyc1.png) no-repeat center;
}
.lcblogo_bg_bt{
	background: url(/img/xinjiang/loginBt.png) no-repeat center;
}
.lcblogo1{
	height:53px;
	font-size: 18px;
	font-weight: bold;
}
.lcblogo2{
	height:53px;
	line-height: 27px;
}
.lcblogo2:after {
	content:"...";
	font-weight:bold;
	position:absolute;
	bottom:0;
	right:0;
	padding: 0 15px 1px 10px;
	background:#f3f3f3;
}
.lcblogo_icon{
	width:32px;
	height:28px;
	position:absolute;
	left:64px;
	background-position:-287px -17px;}

.lcblogo_title{
	float:left;
	line-height:83px;
	color:#20202020;
	margin-left:10px;
	font-size:16px;}
.userInf{
	width:255px;
	height:90px;
	float:left;
	position:relative;
	cursor:pointer;
	margin-right:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.userInf:hover{
	background:#e2e2e2;}
.userInf .head{
	width:20px;
	height:20px;
	/* 	border:1px solid #c3ede9; */
	float:left;
	/*background:#c3ede9;*/
	margin:14px 18px 20px 30px;}
.userInfR{
	float:left;
	width:170px;
	line-height:20px;}
.userInfR .name{
	width:100%;
	font-size:14px;
	color:#000;}
.userInfR .company{
	width:100%;
	font-size:14px;
	color: #222222;
	width: 31em;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.userInf .operation{
	display:none;
	position:absolute;
	z-index:100;
	width:100%;
	background:#f3f3f3;
	left:0;
	top:90px;
	padding:14px 0;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;}
.userInf .operation .listO{
	display:block;
	width:100%;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#919191;
	position:relative;}
.userInf .operation .listO:hover,
.userInf .operation .listOed{color:#070707;}
.cicleG{
	display:none;
	width:8px;
	height:8px;
	top:16px;
	left:53px;
	position:absolute;
	background:#28c8a7;
	background:linear-gradient(to bottom, #20dcab, #33aba1);
	background:-webkit-linear-gradient(top,#20dcab, #33aba1);
	background:-moz-linear-gradient(top,#20dcab, #33aba1);
	background:-o-linear-gradient(top,#20dcab, #33aba1);
	background:-ms-linear-gradient(top,#20dcab, #33aba1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20dcab', endColorstr='#33aba1',GradientType=0 );
}
.userInf .operation .listO:hover .cicleG,
.userInf:hover .operation,
.userInf .operation:hover,
.userInf .operation .listOed .cicleG{display:block;}
.exit{
	float:right;
	margin-top:35px;
	font-size:14px;
	color:#070707;
	margin-right:5px;}
.exit:hover{text-decoration:underline;}
/*2017-10-18添加开始*/
.indextopNav{
	width: 100%;
	background: #e3e4e5;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #dddddd;
}
.indextopNav>div{
	width: 1200px;
	height: 38px;
	margin:  0 auto;
}
.indextopNav .saasIcon{
	width:162px;
	background: url(/img/saasIcon.png) no-repeat center;
	height: 38px;
}
.indextopNav .saasIcon_Rugao{
	width:250px;
	background: url(/img/rugao/saasIcon.png) no-repeat center;
	height: 38px;
}
.indextopNav .saasIcon_hxlss{
	width:250px;
	background: url(/img/saasIcon_hxlss.png) no-repeat center;
	height: 38px;
}
.indextopNav .saasIcon_zhsp{
	width:250px;
	background: url(/img/saasIcon_zhsp.png) no-repeat center;
	height: 38px;
}
.indextopNav .saasIcon_linyi{
	width:250px;
	background: url(/img/linyi/saasIcon_linyi.png) no-repeat center;
	height: 38px;
}
.indextopNav .saasIcon_quaternes{
	width:250px;
	background: url(/img/saasIcon_quaternes.png) no-repeat center;
	height: 38px;
}
.indextopNav .saasIcon_xyc{
	width:250px;
	background: url(/img/saasIcon_xyc.png) no-repeat center;
	height: 38px;
}

.indextopNav .saasIcon_bt{
	width:359px;
	background: url(/img/saasIcon_bt.png) no-repeat center;
	height: 38px;
}

.indextopNav .topNav{
	width:950px;
	/*padding-right:50px;*/
	box-sizing: border-box;
}
/* .indextopNav .topNav>*{
display: block;
} */
.indextopNav .topNav>a{
	font-size: 12px;
	color: #666;
	padding: 0 5px;
	line-height: 38px;
	cursor: pointer;
}
.indextopNav .topNav>span.line{
	border-left: 1px solid #cccccc;
	height: 11px;
	display: inline-block;
}
.indextopNav .topNav>a.syjc{
	color: #46b596;
}
/*2017-10-18添加结束*/
/******************************顶部E******************************************/

/******************************底部S******************************************/
.page_footer{
	width:100%;
	color:#9f9f9f;
	height:160px;
	background:#4b4b4b;
	text-align:center;
	line-height:30px;
	font-size:14px;
	bottom:0px;
	position:relative;
}
.page_footer a{
	color:#9f9f9f;}
.page_footer a:hover{
	text-decoration:underline;}
/******************************底部E******************************************/

.helpCicleG{
	display:block;
	left:15px;
	top:11px;}


/********************************leftnav********************************************/
.sassCenter{
	z-index:0;
	width:1200px;
	overflow:hidden;
	margin:20px auto 50px;
	background:#fff;
	box-shadow:2px 5px 10px rgba(49,49,49, .28);}
.sassCenter .left{
	float:left;
	background:#242424;
	min-height:100%;
	width:152px;
	overflow:hidden;
	position:relative;}
.sassCenter .left .navBox{
	width:100%;
	overflow:hidden;
	margin-bottom:100px;}
.sassCenter .left .nav{
	position:relative;
	font-size:14px;
	color:#777777;
	border-bottom:1px solid #181818;}
.sassCenter .left .nav .index,
.sassCenter .left .nav .firstNav{
	padding:17px 0 17px 56px;
	display:block;
	color:#777777;}
.sassCenter .left .nav .secondNav{
	display:block;
	line-height:36px;
	padding:0 0 0 56px;
	color:#e2e2e2;}
.sassCenter .left .nav .secondNaved,
.sassCenter .left .nav .index:hover,
.sassCenter .left .nav .secondNav:hover{
	background:#070707;
	color:#1ddfb1;}
.sassCenter .right{
	float:left;
	padding:0 20px;
	width:990px;
	min-height:100%;}
.sassCenter .left .nav .secondIcon{
	position:absolute;
	width:14px;
	height:14px;
	top:21px;
	left:32px;
	background-position:-34px -71px;}
.sassCenter .left .nav:hover .secondIcon,
.sassCenter .left .nav .secondIcon1ed{background-position:-14px -71px;}

.sassCenter .left .nav .secondIcon2{background-position:-72px -71px;}
.sassCenter .left .nav:hover .secondIcon2,
.sassCenter .left .nav .secondIcon2ed{background-position:-52px -71px;}

.sassCenter .left .nav .secondIcon3{background-position:-111px -71px;}
.sassCenter .left .nav:hover .secondIcon3,
.sassCenter .left .nav .secondIcon3ed{background-position:-91px -71px;}

.sassCenter .left .nav .secondIcon4{background-position:-146px -71px;}
.sassCenter .left .nav:hover .secondIcon4,
.sassCenter .left .nav .secondIcon4ed{background-position:-130px -71px;}

.sassCenter .left .nav .secondIcon5{background-position:-183px -71px;}
.sassCenter .left .nav:hover .secondIcon5,
.sassCenter .left .nav .secondIcon5ed{background-position:-165px -71px;}

.sassCenter .left .nav .secondIcon6{background-position:-223px -71px;}
.sassCenter .left .nav:hover .secondIcon6,
.sassCenter .left .nav .secondIcon6ed{background-position:-203px -71px;}

.sassCenter .left .nav .secondIcon7{background-position:-265px -71px;}
.sassCenter .left .nav:hover .secondIcon7,
.sassCenter .left .nav .secondIcon7ed{background-position:-245px -71px;}

.navfoot{
	position:absolute;
	left:0;
	bottom:0;
	padding-left:25px;
	font-size:14px;}
.onlineService{
	display:block;
	position:relative;
	color:#777777;}
.onlineService .earphone{
	float:left;
	margin:5px 10px 0 0;
	width:12px;
	height:10px;
	background-position:-287px -73px;}
.phoneService{
	color:#ababab;
	margin:5px 0 20px;}



/**********************按钮***************************/
.adduserBtn{
	display:block;
	cursor: pointer;
	width:97px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#fff;
	background:#0bc3a7;
	font-size:14px;
	float:right;}
.adduserBtn:hover{
	background:#13e4c4;}
/***********************anniu*****************/

/*****************弹出层s**********************/
.saveTccBg{
	position:fixed;
	top:50%;
	left:50%;
	z-index:1001;
	padding:30px 45px;
	overflow:hidden;
	background:rgba(0,0,0, .06);
	margin-left:-90px;
	margin-top:-50px;}
.saveTcc{
	padding:9px 18px;
	background:#0bc3a7;
	color:#fff;
	font-size:14px;}
.delTccgrey{
	background:#686868;}


/*****************弹出层e*********************/

/*********************Y***S****************/
.sasspage{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:relative;
	min-width:1200px;}


/***************************************按钮 style*****************************************/
.nextBtn{
	display:block;
	margin:auto;
	text-align:center;
	width:120px;
	line-height:30px;
	text-decoration:none;
	color:#fff;
	background:#0bc3a7;}
.nextBtn:hover{
	background:#19d2b6;}
.bottombtnbox{
	width:240px;
	margin:70px auto 100px;
	/* overflow: hidden; */
}
.resetBtn{
	background:#686868;}
.resetBtn:hover{
	background:#848484;}

/***************************help********************************/



.help{
	width:1200px;
	position:absolute;
	top:110px;
	left:50%;
	margin-left:-600px;
	z-index:123;}
.help .helpcenter{
	position:absolute;
	top:177px;
	right:-40px;
	z-index:500;}
.help .helpcenter .newUser{
	width:40px;
	height:116px;
	display:block;
	padding:18px 0 0 12px;
	color:#e2e2e2;
	font-size:14px;
	line-height:15px;
	word-wrap:break-word;
	letter-spacing:10px;
	background:#242424;
	border-radius:0 10px 0px 0;
	-moz-border-radius:0 10px 0px 0;
	-ms-border-radius:0 10px 0px 0;
	-o-border-radius:0 10px 0px 0;
	-webkit-border-radius:0 10px 0px 0;}
.help .helpcenter .newUserIcon{
	width:13px;
	height:10px;
	margin-top:10px;
	background-position:-335px -27px;}
.help .helpcenter .newUser:hover,
.help .helpcenter .newUsered{
	background:#242424;
	color:#1ddfb1;}
.help .helpcenter .helpBtn{
	width:40px;
	height:90px;
	color:#070707;
	cursor:pointer;
	position:relative;
	background:#eeeeee;
	font-size:14px;
	line-height:15px;
	display:block;
	letter-spacing:10px;
	padding:15px 0 0 12px;
}
.help .helpcenter .helpBtn1{
	color:#fff;
	height: 110px;
	padding: 34px 0 15px 12px;
	background:#0bc3a7 url(/img/cus.png) no-repeat 7px 10px;
	border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
	-ms-border-radius:0 0 10px 0;
	-o-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
}

.help .helpcenter .helpBtn:hover{
	color:#00bf92;}
.help .helpcenter .helpBtn1:hover{
	color:#fff;
}
.helpExp{
	display:none;
	position:absolute;
	width:210px;
	height:160px;
	top:0px;
	right:40px;
	z-index:451;
	padding-right:10px;}
.helpExpBox{
	width:100%;
	height:140px;
	padding:10px 0;
	background:#f3f3f3;}
.helpExpBox .question1{
	display:block;
	color:#919191;
	font-size:14px;
	padding:7px 10px 7px 32px;
	letter-spacing:0px;
	position:relative;}
.helpExpBox .question1:hover{color:#00bf92;}
.helpExpBox .moreQ{
	color:#00bf92;
	font-size:14px;
	letter-spacing:0;
	float:right;
	margin:5px 13px 0 ;}
.helpExpBox .moreQ:hover{text-decoration:underline;}
.help .helpcenter .helpBtn:hover .helpExp{display:block;}



/**********************************2017-1-3****************************/
.colordf1d4b{color:#F30C16;letter-spacing: 2px;}
/**************************************2017-02-08****************************************/
.tccbj{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:fixed;
	z-index:2222;}

/********************2017-2-16提示弹出层****************************/
.noticelayer{
	position:fixed;
	z-index:1001;
	padding:23px 27px;
	background:rgba(0,0,0, .18);
	top:50%;
	left:50%;
	margin-top:-80px;
	margin-left:-50px;}
.printnotice{
	background:#0bc3a7;
	padding:20px 30px;
	text-align:center;
	color:#fff;
	font-size:14px;}
.printnotice .ordermount{
	color:#def4ef;
	margin-bottom:5px;}
.printlayer{
	position:fixed;
	z-index:1001;
	padding:38px 48px;
	background:rgba(0,0,0, .18);
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-200px;}
.printReady{
	width:460px;
	min-height:230px;
	overflow:hidden;
	text-align:center;
	background:#fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	color-stop(.25, rgba(0, 0, 0, .03)), color-stop(.25, transparent),
	color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .03)),
	color-stop(.75, rgba(0, 0, 0, .03)), color-stop(.75, transparent),
	to(transparent));
	background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .03) 25%, transparent 25%,
	transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%,
	transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, .03) 25%, transparent 25%,
	transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%,
	transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(0, 0, 0, .03) 25%, transparent 25%,
	transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%,
	transparent 75%, transparent);

	-webkit-background-size: 7px 7px;
	-moz-background-size: 7px 7px;
	background-size: 7px 7px;}
.printLine1{
	color:#070707;
	font-size:16px;
	padding-top:50px;}

.printLine2{
	color:#919191;
	font-size:14px;
	margin-top:10px;}
.printset{
	text-align:left;
	padding:20px 40px;
	overflow:hidden;
	font-size:16px;
	color:#070707;}
.printOut{
	color:#919191;
	font-size:14px;
	float:left;
	margin:0 50px 0 10px;}
.mt3{margin-top:3px;}
.printCheck{
	float:left;
	margin-top:3px;
	border:1px solid #5e5e5e;}
.printCheck:hover{border:1px solid #5e5e5e;}
.printLine{
	height:1px;
	width:100%;
	background:#ccf1eb;
	margin:20px 0;}
/****************************2017-2-17-支付宝账号绑定****************************/
.bandLogin{
	width:400px;
	margin:40px auto;}
.bandLogin_step1{
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	background:#d8d8d8;
	float:left;
	color:#fff;
	font-size:14px;
	position:relative;
	margin-bottom:28px;}
.bandLogin_xian{
	width:130px;
	height:2px;
	background:#d8d8d8;
	float:left;
	margin-top:13px;}

.bandBG{
	background:#1ddfb1;}
.bandLogin_step1 .step1note{
	position:absolute;
	top:28px;
	left:-40px;
	color:#919191;
	width:110px;
	text-align:center;}

.bandBG .step1note{
	color:#1ddfb1;}
.bandphone{
	color:#303030;
	font-size:14px;
	margin:70px 0 40px 45px;}
.bandprYzm{
	width:314px;
	height:56px;
	margin:0 auto 70px;
	position:relative;}
.bandyzmInp{
	width:180px;
	height:28px;
	padding:0 8px;
	color:#919191;
	font-size:14px;
	font-family:"微软雅黑";
	border:1px solid #dddddd;}
.bandsendY{
	width:92px;
	font-size:14px;}
.biddenBtn ,
.biddenBtn:hover{
	background:#d7d7d7;
	cursor:default;}
.yzmtip{
	color:#0bc3a7;
	font-size:12px;
	margin-top:5px;}
.yzmds{
	position:absolute;
	left:320px;
	color:#5e5e5e;
	font-size:12px;
	line-height:30px;
	white-space:nowrap;
	top:0;}
.setaccountz{
	width:100%;
	position:relative;
	height:80px;}
.accName{
	width:90px;
	float:left;
	text-align:right;
	color:#5e5e5e;
	font-size:14px;
	line-height:30px;
	margin-right:10px;}
.accNamenote{
	font-size:12px;
	margin:5px 0 0 102px;
	color:#f53737;}
.setaccount{
	width:430px;
	margin:80px auto;}
.left44p{left:440px;}
/*销售和仓储添加*/
#nav{
	height:88px;
	float:left;
	margin-left:35px;

}
#nav>div{
	height:88px;
	width:140px;
}
#nav>div.active a{
	border-bottom:3px solid #0FC3A7;
	color:#0FC3A7;
}

#nav div a{
	cursor:pointer;
	color:#202020;
	height:88px;
	min-width:120px;
	margin:0 auto;
	line-height:88px;
	display: inline-block;
	margin-left: 10px;
}

.titleFixedTap{
	position: fixed;
	left:0;
	top:0;
	z-index: 999;
	transition: all 200s;
}