@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
img {border: 0;}

a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #47d0ff;
}

html {
	height: 100%;
}
body {
	color: #444;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	font-family: "微软雅黑";
}

.cl1{
	clear: both;
	_height: 1%;
	overflow: auto;
}
.cl2{
	clear: both;
	font-size: 0px;
	overflow: auto;
	height: 0px;
	line-height: 0px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.xr {
	text-align: right;
}
.xc {
	text-align: center;
}

.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
	margin-top: 20px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgl10 {
	margin-left: 10px;
}
.mgl15 {
	margin-left: 15px;
}
.mgl20 {
	margin-left: 20px;
}
.mgl35 {
	margin-left: 35px;
}
.mgr10 {
	margin-right: 10px;
}
.mgr15 {
	margin-right: 15px;
}
.mgr20 {
	margin-right: 20px;
}
.mgrl_auto {
	margin-left: auto;
	margin-right: auto;
}

.pdt5 {
	padding-top: 5px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt15 {
	padding-top: 15px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb5 {
	padding-bottom: 5px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdl10 {
	padding-left: 10px;
}
.pdl25 {
	padding-left: 25px;
}
.pdr10 {
	padding-right: 10px;
}
.pdl15 {
	padding-left: 15px;
}
.pdr15 {
	padding-right: 15px;
}
.pdr25 {
	padding-right: 25px;
}
.pd15 {
	padding: 15px;
}
.pd10 {
	padding: 10px;
}
.pdrl3 {
	padding-left: 3px;
	padding-right: 3px;
}

.color_warning {
	color: red;
}
.color_tips {
	color: #ff7e00;
}
.color_intro {
	color: #666;
}

.line_hover {
	background: #e5f9ff;
}

.gbg {
	background: #f5f5f5;
}
.wbg {
	background: white;
}
.ebg {
	background: #90d59c;
}

.minh400 {
	_height: 400px;
	min-height: 400px;
}

.bd0 {
	border: none;
}
.bd1 {
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.bd2 {
	border: 1px solid #e5e5e5;
}
.bd3 {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.bdb1 {
	border-bottom: 1px solid #e5e5e5;
}
.bdt1 {
	border-top: 1px solid #e5e5e5;
}
.bdr3 {
	border-radius: 3px;
}
.bdr5 {
	border-radius: 5px;
}

.h24 {
	height: 24px;
}
.h32 {
	height: 32px;
}
.h34 {
	height: 34px;
}
.h180 {
	height: 180px;
}

.w240 {
	width: 240px;
}
.w290 {
	width: 290px;
}
.w530 {
	width: 530px;
}
.w800 {
	width: 800px;
}
.w830 {
	width: 830px;
}
.w960 {
	width: 960px;
}
.wp100 {
	width: 100%;
}
.wp8 {
	width: 8%;
}
.wp10 {
	width: 10%;
}
.wp25 {
	width: 25%;
}
.wp20 {
	width: 20%;
}
.wp70 {
	width: 70%;
}
.wp90 {
	width: 90%;
}
.wp97 {
	width: 97%;
}
.wp98 {
	width: 98%;
}

.fs16 {
	font-size: 16px;
}

.input_focus {
	border: 1px solid #69c5dd;
}

.vm {
	vertical-align: middle;
}

/********** head ********/
.head {
	height: 50px;
	width: 100%;
	background: #545b6e;
	position: fixed;
	z-index: 9;
	margin: 0 0 0 -181px;
}
.head div {
	color: white;
	float: right;
	font-size: 13px;
	line-height: 50px;
	position: relative;
	border-left: 1px solid #737a8a;
}
.head .message {
	padding: 0 28px 0 50px;
	background: url(../images/ico2_mail.png) no-repeat 20px 21px;
}
.head .message span {
	height: 12px;
	width: 12px;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	border-radius: 7px;
	color: white;
	background: red;
	position: absolute;
	font-family: "Arial";
	margin: 14px 0 0 -20px;
	*margin: 0 0 0 -20px;
}
.head .user {
	padding: 0 28px 0 46px;
	background: url(../images/ico2_user.png) no-repeat 20px 19px;
}

.head .menu1 {
	padding: 0 28px 0 46px;
	background: url(../images/ico2_info.png) no-repeat 20px 19px;
}

.head .menu2 {
	padding: 0 28px 0 46px;
	background: url(../images/ico2_account.png) no-repeat 20px 19px;
}

.head .menu3 {
	padding: 0 28px 0 46px;
	background: url(../images/ico2_market.png) no-repeat 20px 19px;
}

.head a {
	color: white;
}
.head a:hover {
	color: #47d0ff;
}

/********** side ********/
.left_gap {
	width: 181px;
	*width: 0;
}
.left_part {
	width: 180px;
	color: #dbdbe3;
	background: #2a303e;
	position: fixed;
	height: 100%;
	z-index: 15;
	border-right: 1px solid #919193;
}
.left_part .logo {
	height: 32px;
	text-align: center;
	padding: 14px 0;
}

.menu a {
	color: #dbdbe3;
	float: left;
}
.menu a:hover {
	color: #47d0ff;
}
.menu li {
	list-style: none;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #3c3e4d;
	*zoom: 1;
    *display: inline;
    *width: 180px;
}
.menu .parent {
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	width: 162px;
	padding: 15px 0 15px 18px;
	background: url(../images/arrow1_down.gif) no-repeat 150px 26px;
}
.menu .child {
	overflow: auto;
	clear: both;
	padding: 4px 0;
	background: #3f4451;
}
.menu .child p {
	padding: 7px 0 7px 65px;
	background: url(../images/dot1.png) no-repeat 51px 15px;
}

.menu .parent .ico1 {
	width: 24px;
	height: 24px;
	float: left;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin: 2px 0 0 0;
}
.menu .parent .txt {
	float: left;
	padding: 5px 0 0 10px;
}
.menu .current .parent {
	background: url(../images/arrow1_up.gif) no-repeat 150px center ;
}
.menu .current a {
	color: white;
}
.menu .current a:hover {
	color: #47d0ff;
}
.menu .current .ico1 {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ico1_home {
	background: url(../images/ico1_home.png) no-repeat;
}
.ico1_admin {
	background: url(../images/ico1_admin.png) no-repeat;
}
.ico1_chart {
	background: url(../images/ico1_chart.png) no-repeat;
}
.ico1_code {
	background: url(../images/ico1_code.png) no-repeat;
}
.ico1_consumer {
	background: url(../images/ico1_consumer.png) no-repeat;
}
.ico1_info {
	background: url(../images/ico1_info.png) no-repeat;
}
.ico1_market {
	background: url(../images/ico1_market.png) no-repeat;
}
.ico1_sale {
	background: url(../images/ico1_sale.png) no-repeat;
}
.ico1_ticket {
	background: url(../images/ico1_ticket.png) no-repeat;
}

.second_menu {
	background: #d8d7d7;
	width: 180px;
	padding: 50px 0 0 0;
}
.second_menu ul {
	padding: 10px 0;
}
.second_menu li {
	list-style: none;
	line-height: 36px;
	padding: 0 0 0 30px;
	font-size: 13px;
}
.second_menu li a {
	color: #777;
}
.second_menu li a:hover {
	color: #47d0ff;
}
.second_menu li.current {
	background: #f2f2f2;
}

/********** 内容 ********/
.main {
	padding: 70px 20px 20px;
}

.desc1 {
	color: #666;
	padding: 10px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

.button1, a.button1 {
	background: #0099cd;
	padding: 4px 20px;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	font-family: "微软雅黑";
	*zoom: 1;
    *display: inline;
}

.tabbtn {
	padding: 0 0 0 10px;
}
.tabbtn a {
	border-radius: 5px 5px 0 0;
	background: #b9b9b9;
	padding: 4px 20px;
	float: left;
	color: white;
	margin: 0 4px 0 0;
}
.tabbtn a.current {
	background: #0099cd;
}

.mask {
	background: black;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	overflow: hidden;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.dialog_base {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 25;
	position: absolute;
}
.dialog {
	top: 120px;
	width:450px;
	margin: 0 auto;
	position: relative;
}
.dialog .cap {
	background: #0099cd;
	line-height: 40px;
	color: white;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.dialog .cap .txt {
	float: left;
	font-size: 16px;
}
.dialog .cap .cross {
	float: right;
	width: 16px;
	height: 16px;
	margin: 12px 0 0 0;
	background: url(../images/ui2.2/cross.png) no-repeat;
}

/********** 页码 ********/
.pagenum {
	
}
.pagenum b {
	color: #71ad23;
	padding: 0 2px;
}
.pagenum a {
	color: #71ad23;
	padding: 0 2px;
}
.pagenum a:hover {
	
}


/********** 登录 ********/
.login_head {
	height: 76px;
}
.login_head .cl1 {
	overflow: hidden;
}
.login_head .login img {
	float: left;
	margin: 19px 0 0 0;
}
.login_head .login p {
	float: left;
	font-size: 16px;
	margin: 40px 0 0 15px;
}
.login_head .help {
	margin: 38px 0 0 0;
}

.login_frame {
	height: 348px;
}
.login_frame input.button1 {
	font-size: 16px;
}
.login_frame a {
	color: #47d0ff;
}
.login_frame a:hover {
	color: #444;
}

/********** content ********/
.right_part {
	background: #f2f2f2;
	overflow: hidden;
}

.tips {
	background: url(../images/ico3_notice.png) no-repeat #fffad0 10px 8px;
	border-radius: 5px;
}
.tips .txt {
	padding: 5px 15px 5px 35px;
}

.title1 {
	overflow: auto;
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	padding: 8px 15px;
	border: 1px solid #e8e9ee;
	border-bottom: none;
}
.title1 .cap {
	float: left;
	font-size: 16px;
	color: #0099cd;
}
.title1 .txt {
	float: left;
	font-size: 14px;
	color: #535b6e;
}
.title1 .more {
	float: right;
	color: #0099cb;
}
.title1 a.more:hover {
	color: #8f8f8f;
}

.title2 {
	height: 34px;
}
.title2 .cap {
	float: left;
	line-height: 34px;
	color: white;
	padding: 0 15px;
	font-size: 14px;
	background: #0099cd;
}
.title2 .arrow {
	float: left;
	height: 34px;
	width: 11px;
	background: url(../images/arrow3.gif) no-repeat;
}

.table1 td {
	padding: 6px 10px;
}
.table1 .thead td {
	padding: 12px 10px;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.table2 td {
	padding: 5px 5px;
}

.table3 {
	text-align: center;
}
.table3 td {
	padding: 9px 3px;
}
.table3 .operate img {
	vertical-align: middle;
}

.table4 {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.table4 td {
	text-align: center;
	padding: 5px 3px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

/********** 主页 ********/
.components {
	height: 180px;
	overflow: hidden;
}
.components img {
	display: inline-block;
	margin: 7px 0 10px 0;
}
.main_data .block {
	border-radius: 5px;
	width: 17%;
	height: 115px;
	color: white;
	display: inline-block;
	*zoom: 1;
    *display: inline;
    *margin: 0 4px;
}
.main_data .color1 {
	background: #99cd46;
}
.main_data .color2 {
	background: #44ceb9;
}
.main_data .color3 {
	background: #3e88bd;
}
.main_data .color4 {
	background: #306d9a;
}
.main_data .block .pic {
	text-align: center;
	height: 41px;
	padding: 13px 0 7px 0;
}
.main_data .block .pic img {
	vertical-align: middle;
}
.main_data .block .num {
	font-size: 25px;
}
.main_data .block .cap {
	font-size: 12px;
	padding: 3px 0 0 0;
}
.main_data .block a {
	color: white;
}
.main_data .block a:hover {
	color: #47d0ff;
}

/********** 营销 ********/
.publish {
	text-align: center;
}
.publish .circle {

}
.publish .cap {
	font-size: 14px;
	padding: 6px 0;
}
.publish .desc {
	color: #b5b5b5;
}

/********** 发布样式 ********/
.publish_template {
	border: 1px solid #e5e5e5;
	overflow: auto;
	height: 240px;
	margin: 15px;
}
.publish_template li {
	float: left;
	list-style: none;
	cursor: pointer;
	text-align: center;
	margin: 10px 10px 5px 15px;
}
.publish_template li .frame {
	padding: 1px;
	position: relative;
}
.publish_template li .frame img {
	border: 1px solid #e5e5e5;
}
.publish_template .selected .frame {
	padding: 0;
}
.publish_template .selected .frame img {
	border: 2px solid #0dd4ff;
}
.publish_template .cap {
	font-size: 13px;
	padding: 5px 0;
}
.publish_template .tick {
	position: absolute;
}
.publish_template .selected .tick {
	width: 24px;
	height: 24px;
	bottom: 2px;
	left: 2px;
	background: url(../images/selected.png);
}

.template_preview {
	width: 321px;
	min-height: 443px;
	padding: 134px 13px 0;
	background: url(../images/mobile_bg.gif) no-repeat top;
}
.template_set {
	position: relative;
}
.template_set .frame {
	position: absolute;
	width: 100%;
}
.template_set .frame .cap {
	color: #47d0ff;
	font-size: 16px;
	float: left;
	line-height: normal;
}
.template_set .frame .close {
	float: right;
	width: 12px;
	height: 12px;
	background: url(../images/close.gif) no-repeat;
}
.template_set .template_pad {
	padding: 25px 30px 20px;
}
.template_set .desc {
	font-size: 14px;
}
.template_set .button {
	text-align: center;
}
.template_set .button a {
	font-size: 14px;
	padding: 7px 30px;
}
.template_set .arrow {
	position: absolute;
	left: -24px;
	top: 70px;
	width: 24px;
	height: 29px;
	background: url(../images/arrow4.gif);
}
.template_set .colorset span {
	width: 28px;
	height: 28px;
	float: left;
	cursor: pointer;
	margin: 5px 0 10px 15px;
	border: 1px solid #e5e5e5;
}
.template_set .pic {
	position: relative;
}
.template_set .txt {
	width: 100%;
	bottom: 0px;
	height: 32px;
	color: white;
	line-height: 32px;
	text-align: center;
	position: absolute;
	background: url(../images/mask1.png);
}
.template_set .selection {
	height: 75px;
	width: 170px;
}
.template_set .option {
	position: absolute;
	width: 135px;
	height: 50px;
	cursor: pointer;
	background: url(../images/arrow5.gif) no-repeat 100px center;
}
.template_set .option .current {
	height: 51px;
	overflow: hidden;
}
.template_set .option .colorblock {
	display: block;
	width: 25px;
	height: 25px;
	margin: 12px 0 12px 14px;
}
.template_set .option .textblock {
	display: block;
	font-size: 15px;
	line-height: 22px;
	margin: 12px 0 12px 14px;
}
.template_set .option ul {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: white;
}
.template_set .option li {
	list-style: none;
}