/* @charset "utf-8"; */

* {
	font-size: 9pt;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	/* font-family:"微软雅黑"; */
	margin: 0 auto;
	min-width: 980px;
}

ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

dl,
dt,
dd,
span {
	margin: 0;
	padding: 0;
	display: block;
}

a,
a:focus {
	text-decoration: none;
	color: #000;
	outline: none;
	/* blur: expression(this.onFocus=this.blur()); */
}

a:hover {
	color: #00a4ac;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

cite {
	font-style: normal;
}

h2 {
	font-weight: normal;
}

/*cloud*/

#mainBody {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.cloud {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../../../img/pages/store/cloud.png) no-repeat;
	z-index: 1;
	opacity: 0.5;
}

#cloud2 {
	z-index: 2;
}


/*login*/
.logintop {
	height: 47px;
	position: absolute;
	top: 0;
	background: url(../../../img/pages/store/loginbg1.png) repeat-x;
	z-index: 100;
	width: 100%;
}

.logintop span {
	line-height: 47px;
	background: url(../../../img/pages/store/loginsj.png) no-repeat 21px 18px;
	text-indent: 44px;
	color: #afc5d2;
	float: left;
}

.logintop ul {
	float: right;
	padding-right: 30px;
}

.logintop ul li {
	float: left;
	margin-left: 20px;
	line-height: 47px;
}

.logintop ul li a {
	color: #afc5d2;
}

.logintop ul li a:hover {
	color: #fff;
}

.loginbody {
	background: url(../../../img/pages/store/loginbg3.png) no-repeat center center;
	width: 100%;
	height: 585px;
	overflow: hidden;
	position: absolute;
	top: 67px;
}

.systemlogo {
	background: url(../../../img/pages/store/loginlogo.png) no-repeat center;
	width: 100%;
	height: 71px;
	margin-top: 75px;
}
.loginbox {
	width: 692px;
	height: 336px;
	background: url(../../../img/pages/store/logininfo.png) no-repeat;
	margin-top: 30px;
}

.loginbox ul {
	margin-top: 88px;
	margin-left: 285px;
}

.loginbox ul li {
	margin-bottom: 25px;
}

.loginbox ul li label {
	color: #687f92;
	padding-left: 25px;
}
.loginbox ul li label a:hover {
	color: #3d96c9;
}

.loginbox ul li label input {
	margin-right: 5px;
}

.loginuser {
	width: 299px;
	height: 48px;
	background: url(../../../img/pages/store/loginuser.png) no-repeat;
	border: none;
	line-height: 48px;
	padding-left: 44px;
	font-size: 14px;
	font-weight: bold;
}

.loginpwd {
	width: 299px;
	height: 48px;
	background: url(../../../img/pages/store/loginpassword.png) no-repeat;
	border: none;
	line-height: 48px;
	padding-left: 44px;
	font-size: 14px;
	color: #90a2bc;
}
.logincode {
	height: 48px;
	background: url(../../../img/pages/store/logincode.png) no-repeat;
	border: none;
	line-height: 48px;
	padding-left: 44px;
	font-size: 14px;
	color: #90a2bc;
}

.loginbtn {
	width: 343px;
	height: 45px;
	background: url(../../../img/pages/store/buttonbg.png);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	line-height: 45px;
}

.systemlogo{
	width: 100%;
	height: 71px;
	margin-top: 75px;
}
.systemlogo.store{
	background: url(../../../img/pages/store/loginlogostore.png) no-repeat center;
}
.systemlogo.shop{
	background: url(../../../img/pages/shop/loginlogoshop.png) no-repeat center;
}
.systemlogo.clerk{
	background: url(../../../img/pages/shop/loginlogoclerk.png) no-repeat center;
}
.systemlogo.zoneagent {
	background: url(../../../img/pages/store/loginlogozoneagent.png) no-repeat center;
	width: 100%;
	height: 71px;
	margin-top: 75px;
}

.systemlogo.adagent {
	background: url(../../../img/pages/store/loginlogoadagent.png) no-repeat center;
	width: 100%;
	height: 71px;
	margin-top: 75px;
}

.systemlogo.daili {
	background: url(../../../img/pages/store/loginlogodaili.png) no-repeat center;
	width: 100%;
	height: 71px;
	margin-top: 75px;
}

.systemlogo.agent{
	background: url(../../../img/pages/store/loginlogoagent.png) no-repeat center;
	width: 100%;
	height: 71px;
	margin-top: 75px;
}

.systemlogo.customer {
    background: url(../../../img/pages/store/loginlogocustomer.png) no-repeat center;
    width: 100%;
    height: 71px;
    margin-top: 75px;
}