@charset "utf-8";
/* CSS Document global */
* {
 margin:0;
 padding:0;
 outline: none;
 list-style-type:none;
}
html {
 height: 100%;
 -webkit-text-size-adjust:none
}
li {
 list-style:none;
}
img {
 border: none;
}
body,button, input, select, textarea {
 font-family:"Microsoft YaHei", "微软雅黑", Arial;
 font-size:13px;
 line-height:1.5em;
}

body {
	height: auto;
	color:#333333;
	background: #F0F0F0;
}
.clearboth {
  clear:both;
}

h2 {
   font-family:"Microsoft YaHei", "微软雅黑", Arial;
}
a {
 text-decoration:none;
 color:#0a8cd2;
}
a:hover {
 text-decoration:none;
 color:#999;
}
.fl {
 float:left;
}
.fr {
 float:right;
}
.clear {
 clear:both;
 display:block;
 overflow:hidden;
 height:0;
 line-height:0;
}
.pd20 {
 padding:20px;
}
.pd50 {
 padding:50px;
}
/*圆角*/
.fillet {
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  behavior:url(pie.htc);
}
/*阴影*/
.shadow {
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
  behavior:url(pie.htc);
}



/* public */
.psrel {
	position: relative;
}

.psabs {
	position: absolute;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* container */
#container {
	margin: 5px auto 0px 5px;
	width: 990px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	background: #fff;
	position: relative;
}

/* tools-nav */
.tools-nav {
	position: fixed;
	left: 995px;
	top: 0px;
	width: 265px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	background: #000;
	z-index: 120;
	overflow: hidden;
	padding-bottom: 30px;
}

.tools-nav .nav-open {
	width: 265px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
	z-index: 30;
	background: url("../images/panel/nav_arw.gif")
	no-repeat 0px 0px;
}

.tools-nav .nav-close {
	background-position: 0px -30px;
}

.tools-nav .nav-open:hover {
	opacity: 0.5
}

.tools-nav .title {
	display: none;
}

.tools-nav .navs {
	width: 265px;
	height: 0px;
	overflow: hidden;
}

.tools-nav .navs li {
	width: 265px;
	height: 30px;
	border-bottom: 1px solid #333;
	float: left;
}

.tools-nav .navs li a {
	width: 245px;
	display: block;
	background: #000;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	padding: 0px 10px;
	text-decoration: none;
}

.tools-nav .navs li a:hover {
	background: #333;
}

/* toolex */
.toolex {
	width: 990px;
	height: 42px;
	position: absolute;
	top: 330px;
	left: 20px;
	background: #fffee6;
	z-index: 100;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	border:1px #dad8a8 solid;
	background-color:-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F1F1F1));
	background-color:-moz-linear-gradient(#FFFFFF, #F1F1F1);
	-pie-background-color:linear-gradient(#FFFFFF, #F1F1F1);
}

.toolex a.create_code_window {
	width: 80px;
	height: 30px;
	display: block;
	line-height: 30px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 5px;
	top: 5px;
	/*background: #FFFFFF;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F1F1F1));
	background:-moz-linear-gradient(#FFFFFF, #F1F1F1);
	-pie-background:linear-gradient(#FFFFFF, #F1F1F1); */
	background:url(images/btn_bg.gif) 0 0 repeat-x;
	border: 1px #e0a60b solid;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	 font-family:"Microsoft YaHei", "微软雅黑", Arial;
	 font-size:13px;
	 font-weight:bold;
}

.toolex a.create_code_window:hover {
   background:url(images/btn_bg_on.gif) 0 0 repeat-x;
}

.toolex a.copy_code_window {
	width: 80px;
	height: 30px;
	display: block;
	line-height: 30px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 95px;
	top: 5px;
	/*background: #FFFFFF;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F1F1F1));
	background:-moz-linear-gradient(#FFFFFF, #F1F1F1);
	-pie-background:linear-gradient(#FFFFFF, #F1F1F1); */
	background:url(images/btn_bg.gif) 0 0 repeat-x;
	border: 1px #e0a60b solid;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	 font-family:"Microsoft YaHei", "微软雅黑", Arial;
	 font-size:13px;
	 font-weight:bold;
}

.toolex a.copy_code_window:hover {
   background:url(images/btn_bg_on.gif) 0 0 repeat-x;
} 

.toolex ul.select_menu {
  width:600px;
  height:30px;
  display:block;
  margin-top:5px;
  margin-left:20px;
}

.toolex ul.select_menu li {
  width:200px;
  height:30px;
  position:relative;
  float:left;
}

.toolex ul.select_menu li span {
  width:26px;
  height:26px;
  
  position:relative;
  float:left;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:2px #fffee6 solid;
	 -webkit-transition:all 0.3s ease-in;
 -moz-transition:all 0.3s ease-in;
 -o-transition:all 0.3s ease-in;
 transition:all 0.3s ease-in;
 cursor:pointer;
 display:block;
 top:2px;
 left:5px;
}
.toolex ul.select_menu li span:hover {
    border:2px #c77f0e solid;
}
.toolex ul.select_menu li span.level_01 {
  background:#272727;
}
.toolex ul.select_menu li span.level_02 {
  background:#666666;
}
.toolex ul.select_menu li span.level_03 {
  background:#c6c6c6;
}
.toolex ul.select_menu li p {
  width:160px;
  height:30px;
  line-height:30px;
  text-align:left;
  display:block;
  position:absolute;
  top:0;
  left:45px;
  color:#333333;
  font-size:14px;
   font-family:"Microsoft YaHei", "微软雅黑", Arial;
   font-weight:bold;
}
/* logo */
.logo {
	height: 66px;
	width: 125px;
	display: block;
	overflow: hidden;
	background: url("images/logo.png") 
		no-repeat;
	margin-left: 10px;
	display: none;
}

/* panel */
.panel {
	width: 265px;
	position: absolute;
	bottom: 300px;
	right: 20px;
	z-index: 1000000005;

}

.panel .panel-box {
	padding: 0px 10px 10px 10px;
	background:url(images/w_bg.png) 0 0 no-repeat;
	border: 1px solid #fff;
		-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
		/*阴影*/
	-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
	behavior:url(pie.htc);
}
a#close_panl {
  width:30px;
  height:30px;
  line-height:30px;
  font-size:30px;
  color:#efefef;
  display:block;
  position:absolute;
  top:5px;
  right:8px;
  text-align:center;
  font-family:"Microsoft YaHei", "微软雅黑", Arial;
   -webkit-transition:all 0.3s ease-in;
 -moz-transition:all 0.3s ease-in;
 -o-transition:all 0.3s ease-in;
 transition:all 0.3s ease-in;
 cursor:pointer;
 text-decoration:none;
}
a#close_panl:hover {
 color:#2bfd02;
}

.panel .fomritem {
	text-align: right;
}

.panel .apicode {
	width: 243px;
	overflow: hidden;
	margin-bottom: 1px;
	margin-bottom: 5px;
}

.panel .fitem {
	float: left; /*width:245px;*/
	width: 245px;
	margin: 0px;
}

.panel .fitem dt {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
}

.panel .fitem dd {
	height: 30px;
	padding: 0px;
	margin: 0px;
	position: relative;

}

.panel .fitem-small {
	width: 115px;
}

.panel .fitem-small .ui-ipttext {
	width: 48px;
			 /*圆角*/
 -moz-border-radius: 5px 0 0 5px;
 -khtml-border-radius: 5px 0 0 5px;
 -webkit-border-radius: 5px 0 0 5px;
 border-radius: 5px 0 0 5px;
}

/* usealert */
.usealert {
	width: 235px;
	padding: 10px 15px 10px 15px;
	background: #FFFFCC;

}

.usealert a {
	color: #0000ff;
}

.usealert a:hover {
	color: #ff0000;
}

/************************************
* page sepcial css
***********************************/ /* ------------------
*	wwcreate 
------------------*/
.panel .wwinfo {
	margin-bottom: 5px;
}

.cur-ww {
	
}

.cur-ww:before {
	content: '';
	position: absolute;
	bottom: -11px;
	left: 2px;
	display: inline-block;
	height: 0px;
	border-bottom: 5px solid #ff0000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

/* ------------------
*	countdown 
------------------*/
.countdown {
	cursor: pointer;
}

.countdown span {
	float: left;
}

.ui-combtn-selected {
	background: #ff0000;
}

.countdownbox .apicode {
	height: 40px;
}

.countdownbox .apicode .ui-txtarea {
	height: 40px;
	overflow: hidden;
	width: 243px;
}

.countdownbox .fomritem {
	height: 30px;
	margin-bottom: 8px;
}

.countdownbox .addcditem .ui-combtn,.countdownbox .fontsets .ui-combtn {
	float: left;
	margin-right: 2px;
}

/* ------------------
*	sysnav 
------------------*/
.sysnav #content {
	padding: 10px 0px 0px 0;
}

.sysnav #hd {
	width: 990px;
}

.sysnav .apicode {
	height: 215px;
}

.sysnav .apicode textarea.ui-txtarea {
	height: 203px;
	overflow: hidden;
	width: 230px;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#ffe7c6;
}

.sysnav .panel .fitem {
	margin: 0px 5px 10px 0px;
}

.sysnavtab {
	position: absolute;
	left: 20px;
	width: 990px;
	top: 384px;
}

.sysnavtab .tab_nav {
	height: 27px;
}

.sysnavtab .tab_nav li {
	float: left;
	padding: 0px 10px;
	line-height: 26px;
	background: #f4f4f4;
	color: #fff;
	margin-right: 1px;
	cursor: pointer;
	border: 1px solid #eb9806;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-family:"Microsoft YaHei", "微软雅黑", Arial;
	background-color:#f6bb53;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f6bb53), to(#ff9933));
	background:-moz-linear-gradient(#f6bb53, #ff9933);
	-pie-background:linear-gradient(#f6bb53, #ff9933);
}

.sysnavtab .tab_nav li.selected {
	background:#fff;
	color:#333;
	border-top:1px #eb9806 solid;
	border-left:1px #eb9806 solid;
	border-right:1px #eb9806 solid;
	border-bottom:1px #FFF solid;
	color:#ca8307;
}

.sysnavtab .tab_content {
	background: #fff;
	padding: 10px;
	border: 1px solid #eb9806;
		
	-moz-border-radius:0 5px 5px 5px;
	-khtml-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	
}

/* ------------------
*	imgchange 
------------------*/
.preview .item {
	position: absolute;
}

.preview a.default {
	display: block;
}

.preview .popup {
	visibility: hidden;
}
