body{ margin:0; padding:0; font-size:12px; font-family:"微软雅黑"; color:#FFF; background-color:#282a2e;}
*,p,ul,li{ margin:0; padding:0; list-style:none;}
a{ text-decoration:none; color:#fff;}
img{ border:0;}

/*网页头部*/
.Hmain{ width:1150px; margin:auto;}
.Hmain .webMenu{ float:right; overflow:hidden;}
.Hmain .webMenu > a:hover,.Hmain .webMenu > a.on{ color:#fc6248;}
.Header{ width:100%; height:75px; overflow:hidden;}
.Header .Hmain .webLogo{ float:left; padding:10px 0;}
.Header .Hmain .webMenu > a{ display: block; float:left; overflow:hidden; font-weight:bold; line-height: 75px; padding: 0 15px; box-sizing: border-box;}

/*网页mini头部*/
.miniHeader{ width:100%; height:39px; overflow:hidden; background:#282a2e; position:fixed; top:0px; left:0px; z-index:999; opacity:0.6; display:none;}
.miniHeader .Hmain .webLogo{ float:left; background-color: #000;}
.miniHeader .Hmain .webMenu > a{ display: block; float:left; overflow:hidden; font-weight:bold; line-height: 39px; padding: 0 15px; box-sizing: border-box;}

.miniUserName{ line-height:50px; height:39px; overflow:hidden; margin-left:-5px; float:left;}
.miniUserName a{ font-weight:bold; color:#ff4444;}

/*网页脚部*/
.Bottom{ background:#252525; border-bottom:solid 1px #999999;}
.Bottom .b_top{ width:1150px; margin:auto; overflow:hidden;}
.Bottom .b_top .bottom_logo{ float:left; padding: 25px 0;}
.Bottom .b_top .bottom_link{ float:left; margin-left:20px;}
.Bottom .b_top .bottom_link a{ float:left; margin-left:20px; height:106px; line-height:106px; color:#fff;}
.Bottom .b_top .bottom_link a:hover{ color:#fc6248; text-decoration: underline;}
.Bottom .b_top ul.Bottom_Share{ float:right; overflow:hidden;}
.Bottom .b_top ul.Bottom_Share li{
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	float:left;
	margin-top:40px;
	margin-left:6px;
	width:31px;
	text-align:right;
	 }
.Bottom .b_top ul.Bottom_Share li:hover{ -webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg); }
.Bottom .b_top ul.Bottom_Share li.lastLi{ margin-left:18px; width:160px;}
.Bottom .b_top ul.Bottom_Share li.lastLi:hover{
	/*
	opacity:0.6;
	FILTER: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	*/
	}

.b_foot{ background:#252525; height:35px; line-height:35px;}
.b_foot .Copyright{ width:1150px; margin:auto; text-align:right; color:#6b6b6b;}
.b_foot .Copyright a{ color:#6b6b6b;}
.b_foot .Copyright a:hover{ color:#fc6248; text-decoration: underline;}

/*右侧浮动工具*/
.RightTools{
	width:60px;
	overflow:hidden;
	border-top:solid 1px #cbcabd;
	border-left:solid 1px #cbcabd;
    top: 220px;
    position: fixed;
    right: 0px;
    z-index: 99999;
	}
.RightTools ul{
	overflow:hidden;
	}
.RightTools ul li{
	height:60px;
	border-bottom:solid 1px #cbcabd;
	overflow:hidden;
	}

/*弹出登录框*/
.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:900px;
	height:420px;
	margin:-180px 0 0 -450px;
	border-radius:5px;
	background-color:#fff;
	display:none;
	background:url(../images/login_bg.png) no-repeat top center;
	/*
	border:solid 2px #666;
	box-shadow: 0 0 10px #666;
	*/
}
.theme-popover .theme-poptit{ width:25px; height:24px; overflow:hidden; float:right; margin-top:-17px;}
.theme-popover .theme-popbod{ width:100%; overflow:hidden;}
.theme-popover .theme-popbod .LogLeft{ width:50%; height:361px; float:left;}
.theme-popover .theme-popbod .LogLeft ul{ padding:20px 65px;}
.theme-popover .theme-popbod .LogLeft ul li.LogText{ line-height:23px; color:#9f9f9f; padding-top:10px;}
.theme-popover .theme-popbod .LogLeft ul li.LogInput{ padding:0px; color:#9f9f9f;}
.theme-popover .theme-popbod .LogLeft ul li.LogInput #user_name{ width:301px; height:34px; line-height:34px; padding:0px 3px; border:none; background:url(../images/user_name_bg.png) no-repeat top left;}
.theme-popover .theme-popbod .LogLeft ul li.LogInput #password{ width:301px; height:34px; line-height:34px; padding:0px 3px; border:none; background:url(../images/user_pass_bg.png) no-repeat top left;}
.theme-popover .theme-popbod .LogLeft ul li.LogInput #checkCode{ width:150px; height:32px; border:solid 1px #cecece;}
.theme-popover .theme-popbod .LogLeft ul li.LogInput #checkCodeIMG{ padding:12px 15px; margin-top: -3px; background:#eeeeee; margin-left:5px; vertical-align:middle; cursor:pointer;}
.theme-popover .theme-popbod .LogLeft ul li.LogButt{ padding-top:5px;}
.theme-popover .theme-popbod .LogLeft ul li .login-submit{ width:307px; height:34px; line-height:34px; padding:0px; border:none; background:url(../images/login_butt_bg.png) no-repeat top left; cursor:pointer;}
.theme-popover .theme-popbod .LogLeft ul li.LogCheckbox{ padding-top:18px; color:#9f9f9f;}
.theme-popover .theme-popbod .LogLeft ul li.LogCheckbox #autoLogin{ border:solid 1px #9f9f9f; color:#9f9f9f;}
.theme-popover .theme-popbod .LogLeft ul li.LogCheckbox a{ color:#9f9f9f;}
.theme-popover .theme-popbod .LogLeft ul li.LogCheckbox a:hover{ color:#666;}
.theme-popover .theme-popbod .LogLeft ul li.OrtherText{ padding-top:8px; color:#9f9f9f;}
.theme-popover .theme-popbod .LogLeft ul li.OrtherLogin{ padding:0px; overflow:hidden;}
.theme-popover .theme-popbod .LogLeft ul li.OrtherLogin a{ float:left; width:16px; height:16px; margin:5px 8px 0px 0px; overflow:hidden;}
.theme-popover .theme-popbod .LogLeft ul li.OrtherLogin a:hover{
	opacity:0.6;
	FILTER: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	}
.theme-popover .theme-popbod .LogLeft ul li.OrtherLogin a.login_a{ display:none;}
.theme-popover .theme-popbod .LogLeft ul li.OrtherLogin a.loginout{ display:block; width:auto;}
.theme-popover .theme-popbod .LogLeft ul li.OrtherLogin a img{ height:16px;}

.theme-popover .theme-popbod .LogRight{ width:50%; height:361px; float:left;}
.theme-popover .theme-popbod .LogBottom{ width:100%; height:33px; float:left;}
.theme-popover .theme-popbod .LogBottom .userRegDIV{ width:191px; height:33px; float:left;}
.theme-popover .theme-popbod .LogBottom .userRegDIV a{ width:126px; height:33px; line-height:20px; text-align:center; color:#fff; font-size:16px; float:right;}
.theme-popover .theme-popbod .LogBottom .userRegDIV a:hover{ color:#cdcdcd;}

.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}

/*弹出注册框*/
#WdsBoxBg{ display:none; width:100%; height:100%; background:#000; position:absolute; top:0; left:0; overflow:hidden;}
.WdsBox{
    border-radius: 5px;
    display: none;
    height: 420px;
    left: 50%;
    margin: -180px 0 0 -450px;
    position: fixed;
    top: 50%;
    width: 900px;
    z-index: 9999;
	background:none;
	}
.WdsBox .title{ width:900px; height:10px; padding:0px; color:#fff; background:url(../images/WdsTop.png) no-repeat top center;}
.WdsBox .title span{ color:#fff; font-size:12px;float:right;cursor:pointer; width:26px; height:20px; margin-top:-17px; text-align:right;}
.WdsBox .content{ width:880px; padding:0px 10px; background:url(../images/Wds.png) repeat-y center; overflow:hidden;}
.WdsBox .bottom{ width:880px; height:10px; padding:0px 10px; background:url(../images/WdsBottom.png) no-repeat bottom center;overflow:hidden;}

/*无刷新检测用户信息提示*/
.theme-popover .theme-popbod .LogLeft ul li.LogInput{ position:relative;}
.Tips{ position:absolute; display:none; color:#e34043;}
/*账户安全里*/
.STips{ padding-left:15px; display:none; color:#e34043;}
/*订单操作提示*/
.CZTips{
	display:none;
	padding:20px 50px;
	background-color:#fff;
	color:#010101;
	position:fixed;
	text-align:center;
    -moz-border-radius:3px;      /* Gecko browsers */
    -webkit-border-radius:3px;   /* Webkit browsers */
    border-radius:3px;           /* W3C syntax */
	-moz-box-shadow: 0px 0px 10px #a3a9ac;
	-webkit-box-shadow: 0px 0px 10px #a3a9ac;
	box-shadow: 0px 0px 10px #a3a9ac;
	background-color:rgba(255,255,255,0.8);
	}
.CZTips a{
	padding:5px 15px;
	background-color:#282a2e;
    -moz-border-radius:3px;      /* Gecko browsers */
    -webkit-border-radius:3px;   /* Webkit browsers */
    border-radius:3px;           /* W3C syntax */
	}

