
.contentWindow {
	width: 400px;
	margin-left: -200px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 100;
}

.contentWindow .windowTop {
	width: 400px;
	height: 29px;
	clear: both;
	cursor: move;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px 0px;
}

.contentWindow .windowMiddle {
	width: 400px;
	clear: both;
	padding: 30px 0px;
	text-align: center;
	background: url(/shop/images/power/message_y_bg.gif) repeat-y 0px 0px;
}

.contentWindow .windowBottom {
	width: 400px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px -30px;
}

.contentWindow .windowTitle {
	height: 29px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
}

.contentWindow .messageClose {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	outline: none;
	margin-right: 4px;
	float: right;
	cursor: pointer;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px -120px;
}

.contentWindow .messageClose:hover {
	background: url(/shop/images/power/message_bg.gif) no-repeat -30px -120px;
}

.contentWindow .windowContent {
	line-height: 12px;
	clear: both;
	padding: 0px 20px;
	margin-bottom: 10px;
}

* html .contentWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.contentWindow table.windowInputTable {
	width: 100%;
}

.contentWindow table.windowInputTable th {
	width: 90px;
	padding: 5px;
	text-align: right;
}

.contentWindow table.windowInputTable td {
	padding: 5px;
	text-align: left;
}

.messageWindow {
	width: 400px;
	margin-left: -200px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 200;
}

.messageWindow .windowTop {
	width: 400px;
	height: 29px;
	clear: both;
	cursor: move;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px 0px;
}

.messageWindow .windowMiddle {
	width: 400px;
	clear: both;
	padding: 30px 0px;
	text-align: center;
	background: url(/shop/images/power/message_y_bg.gif) repeat-y 0px 0px;
}

.messageWindow .windowBottom {
	width: 400px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px -30px;
}

.messageWindow .windowTitle {
	height: 29px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
}

.messageWindow .messageClose {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	outline: none;
	margin-right: 4px;
	float: right;
	cursor: pointer;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px -120px;
}

.messageWindow .messageClose:hover {
	background: url(/shop/images/power/message_bg.gif) no-repeat -30px -120px;
}

.messageWindow .messageContent {
	line-height: 12px;
	clear: both;
	padding: 0px 20px;
	margin-bottom: 40px;
}

.messageWindow .messageContent .icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}

.messageWindow .messageContent .warn {
	background: url(/shop/images/power/message_bg.gif) no-repeat -60px -120px;
}

.messageWindow .messageContent .success {
	background: url(/shop/images/power/message_bg.gif) no-repeat -90px -120px;
}

.messageWindow .messageContent .error {
	background: url(/shop/images/power/message_bg.gif) no-repeat -120px -120px;
}

.messageWindow .messageContent .messageText {
	line-height: 29px;
}

/*.jqmOverlay {
	background: url(/shop/images/power/overlay_bg.png);
}*/

.jqmOverlay {
	background:#000;
	opacity: 0.4;
    filter: Alpha(opacity=40);
}

* html .messageWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.tipWindow {
	padding: 5px 10px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 300;
	color: #000000;
	border: 2px solid #ffaa71;
	background-color: #fff5ee;
}

.tipWindow .icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}

.tipWindow .warn {
	background: url(/shop/images/power/message_bg.gif) no-repeat -60px -120px;
}

.tipWindow .success {
	background: url(/shop/images/power/message_bg.gif) no-repeat -90px -120px;
}

.tipWindow .error {
	background: url(/shop/images/power/message_bg.gif) no-repeat -120px -120px;
}

.tipWindow .messageText {
	line-height: 29px;
}

* html .tipWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(30 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.messageBox {
	width: 400px;
	margin: 100px auto;
}

.messageBox .boxTop {
	width: 400px;
	height: 29px;
	clear: both;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px -60px;
}

.messageBox .boxMiddle {
	width: 400px;
	clear: both;
	padding: 30px 0px;
	text-align: center;
	background: url(/shop/images/power/message_y_bg.gif) repeat-y -400px 0px;
}

.messageBox .boxBottom {
	width: 400px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px -90px;
}

.messageBox .boxTitle {
	height: 29px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
}

.messageBox .messageContent {
	clear: both;
	line-height: 12px;
	padding: 0px 20px;
	margin-bottom: 40px;
}

.messageBox .messageContent .icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}

.messageBox .messageContent .warn {
	background: url(/shop/images/power/message_bg.gif) no-repeat -60px -120px;
}

.messageBox .messageContent .success {
	background: url(/shop/images/power/message_bg.gif) no-repeat -90px -120px;
}

.messageBox .messageContent .error {
	background: url(/shop/images/power/message_bg.gif) no-repeat -120px -120px;
}

.messageBox .messageContent .messageText {
	line-height: 29px;
}

.errorBox {
	width: 745px;
	height: 333px;
	margin: 100px auto;
	position: relative;
	background: url(/shop/images/power/error.jpg) no-repeat;
}

.errorBox .errorDetail {
	line-height: 30px;
	position: absolute;
	top: 288px;
	left: 335px;
}

.errorBox .errorContent {
	position:absolute;
	top:140px; 
	left:330px;
	color: #fb6600;
	font-size: 14px;
	font-weight: bold;
}
.errorBox .errorContent h2{ font-family:"黑体"; font-size:44px; color:#666;}
.errorBox .errorContent h3{ font-family:"黑体"; font-size:40px; color:#666;}
.errorBox .errorContent .errortit01{ margin-top:15px; font-family:"微软雅黑"; color:#666; font-size:20px; font-weight:400;}
.errorBox .errorContent .errortit02{ margin-top:5px; font-family:"微软雅黑"; color:#666; font-size:16px; font-weight:400;}

.errorBox .errorUrl {
	color: #ADADAD;
}

.errorBox .errorUrl a {
	color: #437097;
}

.fieldTitle {
	height: 29px;
	line-height: 29px;
	padding-right: 5px;
}

.requireField {
	line-height: 12px;
	padding: 5px;
	zoom: 1;
}

input.validateError {
	color: #ff6600;
	background-color: #fff8ef;
}

label.validateError {
	line-height: 12px;
	padding: 4px;
	padding: 6px\9;
	*padding: 7px;
	_padding: 7px;
	margin-left: 5px;
	zoom: 1;
	border: 1px solid #ffca88;
	background-color: #fffeee;
}

input.formText {
	width: 200px;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

input.formText:hover {
	border: 1px solid #ff9b1f;
	background-color: #fefbf7;
}

input.formText:focus {
	background-color: #fff8ef;
}

input.formTextS {
	width: 115px;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

input.formTextS:hover {
	border: 1px solid #ff9b1f;
	background-color: #fefbf7;
}

input.formTextS:focus {
	background-color: #fff8ef;
}

input.formTextL {
	width: 260px;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

input.formTextL:hover {
	border: 1px solid #ff9b1f;
	background-color: #fefbf7;
}

input.formTextL:focus {
	background-color: #fff8ef;
}

textarea.formTextarea {
	width: 350px;
	height: 120px;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

textarea.formTextarea:hover {
	border: 1px solid #ff9b1f;
	background-color: #fefbf7;
}

textarea.formTextarea:focus {
	background-color: #fff8ef;
}

textarea.wysiwyg {
	width: 100%;
}

input.formButton {
	width: 70px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	border: none;
	background: url(/shop/images/power/form_bg.gif) 0px 0px no-repeat;
}

input.formButton:hover {
	color: #ff6600;
	background: url(/shop/images/power/form_bg.gif) 0px -30px no-repeat;
}

input.formButtonL {
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	border: none;
	background: url(/shop/images/power/form_bg.gif) -90px 0px no-repeat;
}

input.formButtonL:hover {
	color: #ff6600;
	background: url(/shop/images/power/form_bg.gif) -90px -30px no-repeat;
}

span.warnInfo {
	height: 25px;
	line-height: 23px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	padding: 0px 5px;
	border: 1px solid #ffca80;
	background-color: #fffee2;
}

span.warnInfo .icon {
	width: 18px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(/shop/images/power/message_bg.gif) no-repeat 0px -150px;
}

span.warnIcon {
	width: 16px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(/shop/images/power/message_bg.gif) no-repeat -30px -150px;
}

span.loadingIcon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(/shop/images/power/loading_icon.gif) center no-repeat;
}

span.loadingBar {
	width: 208px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(/shop/images/power/loading_bar.gif) center no-repeat;
}





/*登录页开始*/
.loginWindow {
	width: 380px;
	margin-left: -190px;
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 20001;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.loginWindow .windowTop {
	width: 380px;
	height: 40px;
	clear: both;
	overflow: hidden;
	cursor: move;
	background: #f1f1f1;
}

.loginWindow .windowMiddle {
	clear: both;
	padding: 15px 30px 50px;
	text-align: center;
	background: #fff;
}

.loginWindow .windowBottom {
	width: 380px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: #fff;
}

.loginWindow .windowTitle {
	width:100px;
	height: 40px;
	line-height: 40px;
	_display: inline;
	float: left;
	text-align:center;
	font-size: 16px;
	color: #404040;
}

.loginWindow .windowClose {
	width: 29px;
	height: 16px;
	margin-top:11px;
	display: block;
	outline: none;
	float: right;
	cursor: pointer;
	background: url(http://sale.zikeys.com/shop/images/power/cha.jpg) no-repeat 0px 0px;
}

.loginWindow .windowClose:hover {
	background: url(http://sale.zikeys.com/shop/images/power/cha_hong.jpg) no-repeat 0px 0px;
}

.loginWindow table {
	width: 100%;
}

.loginWindow th {
	width: 100px;
	line-height: 35px;
	padding-right: 10px;
	text-align: right;
	font-size:14px;
	font-weight: normal;
}

.loginWindow td {
	line-height: 35px;
	text-align: left;
}

.loginWindow input.formText {
	width: 250px;
}

.loginWindow input.formTextS {
	width: 95px;
	margin-right: 5px;
	text-transform: uppercase;
}

.loginWindow #loginWindowCaptchaImage {
	vertical-align: middle;
	cursor: pointer;
}

.loginWindow .loginSubmit {
	width: 80px;
	height: 28px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(/shop/images/power/login_bg.gif) 0px -90px no-repeat;
}

.loginWindow .loginSubmit:hover {
	background: url(/shop/images/power/login_bg.gif) -90px -90px no-repeat;
}

* iframe.jqm {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .loginWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.login .body {
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}

.login .loginDetail {
	width: 500px;
	margin: 0px auto;
}

.login .loginDetail .top {
	width: 455px;
	height: 41px;
	line-height: 38px;
	clear: both;
	padding-top: 4px;
	padding-left: 45px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #515151;
	overflow: hidden;
	background: url(/shop/images/power/login_bg.gif) no-repeat 0px -120px;
}

.login .loginDetail .middle {
	width: 500px;
	clear: both;
	padding-top: 10px;
	text-align: center;
	background: url(/shop/images/power/login_y_bg.gif) repeat-y -400px 0px;
}

.login .loginDetail .bottom {
	width: 500px;
	height: 60px;
	clear: both;
	overflow: hidden;
	background: url(/shop/images/power/login_bg.gif) no-repeat 0px -180px;
}

.login .loginDetail table {
	width: 100%;
}

.login .loginDetail th {
	width: 160px;
	line-height: 35px;
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
}

.login .loginDetail td {
	line-height: 35px;
	text-align: left;
}

.login .loginDetail input.formTextS {
	margin-right: 1px;
	text-transform: uppercase;
}

.login .loginDetail #loginCaptchaImage {
	vertical-align: middle;
	cursor: pointer;
}

.login .loginDetail .submitButton {
	width: 80px;
	height: 28px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(/shop/images/power/login_bg.gif) 0px -90px no-repeat;
}

.login .loginDetail .submitButton:hover {
	background: url(/shop/images/power/login_bg.gif) -90px -90px no-repeat;
}
/*登录页结束*/

.wf-tr{ height:40px; line-height:40px; text-align:left;}
.tsy{ color:#D63524; text-align:center;}
.wf-top15{ margin-top:15px;}
.wf-input{ width:294px; height:38px; line-height:38px; border:1px solid #d5d5d5; padding:0px 12px; border-radius:4px;}
.wf-input-code{ width:155px; float:left;}
.wf-input-codebtn{ width:130px; height:40px; line-height:40px; float:right; text-align:center; cursor:pointer; background:#eaeaea;}
.wf-tr .reg-into{ color:#c00;}
.wf-btn{ width:100%; height:40px; line-height:40px; border:none; background:#e74c3c; color:#fff; border-radius:4px; text-align:center; cursor:pointer;}
.wf-btn:hover{ background:#d63524;}
/*第三方登录*/
.coagent{ line-height:50px; border-top:1px solid #f4f4f4; height:auto; background-color:#fcfcfc; margin-top:20px;}
.coagent ul{ display:block;}
.coagent li{ float:left;}
.coagent li a.pdl{ display:inline-block; position:relative; padding-left:24px;}
.coagent li a.pdl b{ width:19px; height:18px; display:block; background:url(images/inter/weixin-QQ.png) no-repeat; margin:0 auto; position:absolute; float:left; left:0; top:16px;}
.coagent li a.pdl b.weixin-icon{ background-position:0 0;}
.coagent li a.pdl b.QQ-icon{ background-position:-20px 0;}
.coagent li .line{ color:#ccc; padding:0 10px;}


/*注册页开始*/
.registerWindow {
	width: 380px;
	margin-left: -190px;
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 20001;
	border:1px solid #ccc;
}

.registerWindow .windowTop {
	width: 380px;
	height: 40px;
	clear: both;
	overflow: hidden;
	cursor: move;
	background: #f1f1f1;
}

.registerWindow .windowMiddle {
	clear: both;
	padding: 15px 30px 30px;
	text-align: center;
	background: #fff;
}

.registerWindow .windowBottom {
	width: 380px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: #fff;
}

.registerWindow .windowTitle {
	width:100px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	_display: inline;
	float: left;
	font-size: 16px;
	color: #404040;
}

.registerWindow .windowClose {
	width: 29px;
	height: 16px;
	margin-top:11px;
	display: block;
	outline: none;
	float: right;
	cursor: pointer;
	background: url(http://sale.zikeys.com/shop/images/power/cha.jpg) no-repeat 0px 0px;
}

.registerWindow .windowClose:hover {
	background: url(http://sale.zikeys.com/shop/images/power/cha_hong.jpg) no-repeat 0px 0px;
}

.registerWindow table {
	width: 100%;
}

.registerWindow th {
	width: 130px;
	line-height: 35px;
	padding-right: 10px;
	text-align: right;
	font-size:14px;
	font-weight: normal;
}

.registerWindow td {
	line-height: 35px;
	text-align: left;
}

.registerWindow input.formText {
	width: 250px;
}

.registerWindow input.formTextS {
	width: 95px;
	margin-right: 5px;
	text-transform: uppercase;
}

.registerWindow #registerWindowCaptchaImage {
	vertical-align: middle;
	cursor: pointer;
	width:80px;
}

.registerWindow .registerWindowSubmit {
	width: 80px;
	height: 28px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(/shop/images/power/register_bg.gif) 0px -90px no-repeat;
}

.registerWindow .registerWindowSubmit:hover {
	background: url(/shop/images/power/register_bg.gif) -90px -90px no-repeat;
}

* html .registerWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.agreementWindow {
	width: 500px;
	margin-left: -250px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
}

.agreementWindow .windowTop {
	width: 500px;
	height: 29px;
	clear: both;
	overflow: hidden;
	cursor: move;
	background: url(/shop/images/power/register_bg.gif) no-repeat 0px -120px;
}

.agreementWindow .windowMiddle {
	width: 480px;
	clear: both;
	padding: 10px;
	text-align: center;
	background: url(/shop/images/power/register_y_bg.gif) repeat-y 0px 0px;
}

.agreementWindow .windowBottom {
	width: 500px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(/shop/images/power/register_bg.gif) no-repeat 0px -150px;
}

.agreementWindow .windowTitle {
	height: 29px;
	line-height: 32px;
	_display: inline;
	float: left;
	margin-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #5a5a5a;
}

.agreementWindow .windowClose {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	outline: none;
	float: right;
	cursor: pointer;
	background: url(/shop/images/power/register_bg.gif) no-repeat 0px -180px;
}

.agreementWindow .windowClose:hover {
	background: url(/shop/images/power/register_bg.gif) no-repeat -30px -180px;
}

.agreementWindow #agreementContent {
	width: 460px;
	height: 220px;
	clear: both;
	text-align: left;
	color: #6f6f6f;
	border: 1px solid #e0e5e9;
	padding: 10px;
	margin-bottom: 10px;
	overflow-y: scroll;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #d2e5f4;
	scrollbar-highlight-color: #d2e5f4;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #d2e5f4;
}

.agreementWindow .agreementButton {
	width: 80px;
	height: 28px;
	display: block;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(/shop/images/power/register_bg.gif) 0px -210px no-repeat;
}

.agreementWindow .agreementButton:hover {
	background: url(/shop/images/power/register_bg.gif) -90px -210px no-repeat;
}

* iframe.jqm {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .agreementWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/*注册页结束*/





/*文章页开始*/
.articleWindow {
	width: 380px;
	margin-left: -190px;
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 20001;
	border:1px solid #ccc;
}

.articleWindow .windowTop {
	width: 380px;
	height: 40px;
	clear: both;
	overflow: hidden;
	cursor: move;
	background: #f1f1f1;
}

.articleWindow .windowMiddle {
	clear: both;
	padding: 15px 30px 30px;
	text-align: center;
	background: #fff;
}

.articleWindow .windowBottom {
	width: 380px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: #fff;
}

.articleWindow .windowTitle {
	width:100px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	_display: inline;
	float: left;
	font-size: 16px;
	color: #404040;
}

.articleWindow .windowClose {
	width: 29px;
	height: 16px;
	margin-top:11px;
	display: block;
	outline: none;
	float: right;
	cursor: pointer;
	background: url(http://sale.zikeys.com/shop/images/power/cha.jpg) no-repeat 0px 0px;
}

.articleWindow .windowClose:hover {
	background: url(http://sale.zikeys.com/shop/images/power/cha_hong.jpg) no-repeat 0px 0px;
}

.articleWindow table {
	width: 100%;
}

.articleWindow th {
	width: 130px;
	line-height: 35px;
	padding-right: 10px;
	text-align: right;
	font-size:14px;
	font-weight: normal;
}

.articleWindow td {
	line-height: 35px;
	text-align: left;
}

.articleWindow input.formText {
	width: 250px;
}

.articleWindow input.formTextS {
	width: 95px;
	margin-right: 5px;
	text-transform: uppercase;
}

.articleWindow #articleWindowCaptchaImage {
	vertical-align: middle;
	cursor: pointer;
	width:80px;
}

.articleWindow .articleWindowSubmit {
	width: 80px;
	height: 28px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(/shop/images/power/register_bg.gif) 0px -90px no-repeat;
}

.articleWindow .articleWindowSubmit:hover {
	background: url(/shop/images/power/register_bg.gif) -90px -90px no-repeat;
}

* html .articleWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.agreementWindow {
	width: 500px;
	margin-left: -250px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
}

.agreementWindow .windowTop {
	width: 500px;
	height: 29px;
	clear: both;
	overflow: hidden;
	cursor: move;
	background: url(/shop/images/power/register_bg.gif) no-repeat 0px -120px;
}

.agreementWindow .windowMiddle {
	width: 480px;
	clear: both;
	padding: 10px;
	text-align: center;
	background: url(/shop/images/power/register_y_bg.gif) repeat-y 0px 0px;
}

.agreementWindow .windowBottom {
	width: 500px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(/shop/images/power/register_bg.gif) no-repeat 0px -150px;
}

.agreementWindow .windowTitle {
	height: 29px;
	line-height: 32px;
	_display: inline;
	float: left;
	margin-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #5a5a5a;
}

.agreementWindow .windowClose {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	outline: none;
	float: right;
	cursor: pointer;
	background: url(/shop/images/power/register_bg.gif) no-repeat 0px -180px;
}

.agreementWindow .windowClose:hover {
	background: url(/shop/images/power/register_bg.gif) no-repeat -30px -180px;
}

.agreementWindow #agreementContent {
	width: 460px;
	height: 220px;
	clear: both;
	text-align: left;
	color: #6f6f6f;
	border: 1px solid #e0e5e9;
	padding: 10px;
	margin-bottom: 10px;
	overflow-y: scroll;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #d2e5f4;
	scrollbar-highlight-color: #d2e5f4;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #d2e5f4;
}

.agreementWindow .agreementButton {
	width: 80px;
	height: 28px;
	display: block;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(/shop/images/power/register_bg.gif) 0px -210px no-repeat;
}

.agreementWindow .agreementButton:hover {
	background: url(/shop/images/power/register_bg.gif) -90px -210px no-repeat;
}

* iframe.jqm {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .agreementWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/*文章页结束*/






/*政府资金扶持弹框开始*/
.govermoneyWindow {
	width: 630px;
	margin-left: -300px;
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	z-index: 20001;
	border:1px solid #3b96f1;
	background:#fff;
	border-radius:5px;
}

.govermoneyWindow .windowTop {
	width: 630px;
	height: 40px;
	clear: both;
	overflow: hidden;
	cursor: move;
	background: #3b96f1;
	border-radius:5px;
}

.govermoneyWindow .windowMiddle {
	width: 630px;
	clear: both;
	padding: 30px 0px 15px;
	text-align: center;
	background: #fff;
	margin-top:-5px;
}

.govermoneyWindow .windowBottom {
	width: 630px;
	height: 10px;
	clear: both;
	overflow: hidden;
	background: #fff;
	border-radius:5px;
}

.govermoneyWindow .windowTitle {
	width:120px;
	height: 34px;
	line-height: 34px;
	_display: inline;
	float: left;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.govermoneyWindow .windowClose {
	width: 29px;
	height: 16px;
	margin-top:8px;
	display: block;
	outline: none;
	float: right;
	cursor: pointer;
	background: url(/shop/images/power/cha.jpg) no-repeat 0px 0px;
}

.govermoneyWindow .windowClose:hover {
	background: url(/shop/images/power/cha_hong.jpg) no-repeat 0px 0px;
}

.govermoneyWindow table {
	width: 100%;
}

.govermoneyWindow th {
	width: 180px;
	line-height: 50px;
	padding-right: 10px;
	text-align: right;
	font-size:14px;
	font-weight: normal;
}

.govermoneyWindow td {
	line-height: 35px;
	text-align: left;
}

.govermoneyWindow input.formText {
	width: 290px;
	height:26px;
	line-height:26px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	font-size:14px;
}

.govermoneyWindow .gorder_opt{ width:301px; height:38px; line-height:38px; border:1px solid #e1e1e1; padding:5px; font-size:14px;}
.govermoneyWindow .gorder_opt option{ font-size:14px;}


.govermoneyWindow input.formTextS {
	width: 95px;
	margin-right: 5px;
	text-transform: uppercase;
}

.govermoneyWindow #loginWindowCaptchaImage {
	vertical-align: middle;
	cursor: pointer;
}

.govermoneyWindow .loginSubmit {
	width: 80px;
	height: 28px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	border: none;
	background:#3b96f1;
	border-radius:3px;
}


* iframe.jqm {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .govermoneyWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/*政府资金扶持弹框结束*/


/*新版登录注册弹框*/
.login-box .hint {
    min-height: 31px;
    height: auto;
    margin: 2px 0 5px;
    display: -none;
}
.msg-error {
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    padding: 3px 10px 3px 40px;
    line-height: 18px;
    min-height: 18px;
    text-align:left;
}
.msg-error b {
    width: 16px;
    height: 16px;
    background: url(http://sale.zikeys.com/zikeys/css/images/inter/error_icon.png) no-repeat -99px 0;
    position: absolute;
    top: 50%;

    left: 10px;
    margin-top: -8px;
}





