
.box {
	display: table; 
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.box-title {
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    color: #ff6633;
    letter-spacing: 1px;
    display: block;
}

.box-title i {
	margin-right: 6px;
	font-size: 20px;
	color: #ff6633;
}

.main-top {
	width: 100%;
	margin-top: 10px;
	display: table;
}

.main-top-left {
	width: 720px;
	float: left;
}

.main-top-right {
	width: 288px;
	margin-left: 10px;
	float: left;
}

.banner {
	width: 100%;
	height: 65px;
	overflow: hidden;
	background: #b5b5b5;
}

.banner #carousel-banner .carousel-inner {
	height:65px;
}

.banner #carousel-banner .carousel-control {
	width: 10%;
}

.shop-data {
	margin-top:0;
	width: 100%;
	height: 216px;
}

#shop-data-report {
	width: 100%;
	height: 236px;
	background:url(../../images/comm/loading32-2.gif) center center no-repeat;
}

#shop-data-table {
	width: 100%;
	height: 55px;
	border-top: 1px solid #ddd;
}
#shop-data-table .title {
	width: 150px;
	font-size: 18px;
	font-weight:700;
}

#shop-data-table td {
	width: 110px;
	text-align: center;
	vertical-align: middle;
	color: #666;
	position: relative;
}

#shop-data-table td:before {
    content: "";
    width: 1px;
    height: 55px;
    background-color: #ddd;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 0px;
}

#shop-data-table td div {
	margin:0 auto;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}


.function {
	width:100%;
}

.function>div {
	height: 140px;
	padding: 6px 20px;
}

.function ul {
	padding:0;
	margin-bottom:0;
    display: table;
}

.function ul li {
	width: 110px;
	padding: 6px 0;
	list-style: none;
	float: left;
}

.function ul li a {
    color: #555;
    /* border-radius: 2px;
    background-color: #F0F0F0;
    width: 100px;
    padding: 5px;
    display: block; */
}

.function ul li a:hover {
	color: #ff6633;
	/* color:#fff;
	background: #ff6633; */
}

/* .function>div {
	width:358px;
	height: 140px;
	float: left;
	padding: 6px 20px;
}
.function>div#function-recommend {
	border-left: 1px solid #ddd;
}

.function .box-title {
	font-size:18px;
	font-weight:bold;
	color: #4e4d4d;
}

.function .box-title i {
    font-size: 18px;
	color: #7ab0f6;
}
 */



/*	功能数据 	*/

#summary-data {
	width:100%;
	height:94px;
}

#summary-data ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#summary-data li {
	float: left;
	border-right: 1px solid #EEE;
	width: 179px;
	overflow: hidden;
}

#summary-data li:last-child {
	border-right: 0;
}

#summary-data li .info {
	height: 66px;
}

#summary-data li a {
	color: #666;
	padding: 13px 20px;
	display: block;
	-webkit-transition: margin-left .2s linear;
	-moz-transition: margin-left .2s linear;
}

#summary-data li a:hover {
	color: #333;
	margin-left: 5px;
}

#summary-data li .title {
	font-size: 16px;
    margin-bottom: 5px;
}
#summary-data li .title i {
    font-size: 18px;
	margin-right:4px;
    color: #72c4db;
}

#summary-data li .line {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
}

#summary-data li .line i {
	color: #68b000;
	margin: 0 2px;
}

#summary-data li img {
	width: 90px;
	height: 90px;
	margin-top: 10px;
}



#user-info {
	width:100%;
	height:292px;
	margin-top:0;
	position: relative;
}

#user-info .base {
	height: 190px;
	padding: 0 10px;
	position: relative;
}

#user-info .base .portrait {
	width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #ddd;
    position: absolute;
    top: 25px;
    left: 10px;
}

#user-info .base .uname {
	width: 150px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 35px;
    left: 120px;
}

#user-info .base .vip {
    position: absolute;
    top: 65px;
    left: 120px;
}

#user-info .base .expire {
	font-size: 12px;
    position: absolute;
    top: 92px;
    left: 120px;
} 

#user-info .base .buttons {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

#user-info .base .buttons button {
    margin: 0 4px;
    padding: 3px 10px;
}


#user-info .data {
	width:100%;
	height:98px;
	border-top: 1px solid #ddd;
	position: absolute;
	bottom: 1px;
}

#user-info .data ul {
    padding: 0;
	margin-bottom:0;
}

#user-info .data  ul li {
	/* width: 95px;
	height: 100%; */
	list-style: none;
    padding-top: 8px;
    /* margin:0px 0px 10px 0px; */
    padding-left:25px;
   /*  font-size:16px; */
	/* text-align: center; */
	/* float: left; */
	position: relative;
}

#user-info .data ul li:before {
    /* content: "";
    width: 1px;
    height: 40px;
    background-color: #ddd;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 15px; */
}

#user-info .data  ul li a {
	float:right;
	margin-right:25px;
	color:#666;
	/* color: #636363;
    font-size: 14px;  */
}

#user-info .data  ul li a:hover {
	color: #EA4445;
}

#user-info .data  ul li .value {
	font-size: 14px;
	/* display: block; */
	color: #EA4445;
}


#user-info .toolbtn {
    width: 100%;
	height:30px;
	position: absolute;
	bottom: 1px;
    background: #f0f0f0;
}

#user-info .toolbtn a {
	width: 142px;
    padding: 5px 0;
    color: #333;
	text-align:center;
	display: block;
	float: left;
	background: #f0f0f0;
	border-right: 1px solid #ddd;
}
#user-info .toolbtn a:hover {
	color: #ff6633;
}
#user-info .toolbtn a:last-child{
	border:none;
}


.bulletins {
	width:100%;
	height:245px;
	padding: 0 12px;
}

.bulletins ul {
	padding:0;
	margin-bottom: 0;
}

.bulletins ul li {
	width:250px;
	height:45px;
	list-style: none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	letter-spacing: 1px;
    cursor:pointer;
}

.bulletins ul li a {
    font-size: 13px;
	color: #333;
}
.bulletins ul li a:hover {
	color: #ff6633;
}

.bulletins small {
	color: #999;
	font-size: 12px;
	display: block;
}


/*	预览；模板 	*/


.wui-poster {
	margin: 20px 0 0 20px;
}

.wui-poster .title {
	padding: 0 0 10px 0;	
}

.wui-poster .title>a {
	color: #666;
	font-size: 18px;
	margin-right: 20px;
}

.wui-poster .title>a.active {
	color: #ff6633;
}

.wui-poster .title .more {
	padding: 5px 30px 0 0;
}

.wui-poster .wrap {
	float: left;
}

.wui-poster .wrap .list {
	float: left;
	margin: 0 20px 10px 0;
}

.wui-poster .wrap .list>div {
	width: 325px;
	float: left;
}

.wui-poster .wrap .list>div.single {
	width: 310px;
	margin: 0 15px 10px 0;
}

.wui-poster .wrap .list>div.double a {
	display: block;
	border: 1px solid #e8e8e8;
	margin: 0 10px 10px 0;
	background:url(../../images/comm/loading32-2.gif) center center no-repeat #f8f8f8;
	outline: none;
}

.wui-poster .wrap .list>div.single a {
    display: table-cell;
    width: 315px;
    height: 266px;
    border: 1px solid #e8e8e8;
	text-align: center;
    vertical-align: middle;
	background:url(../../images/comm/loading32-2.gif) center center no-repeat #f8f8f8;
}

.wui-poster .wrap .list>div a:hover {
	border: 1px solid #ff6633;
}

.wui-poster .wrap .list>div img {
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
}

.wui-poster .wrap .list>div.double img { 
	border: 1px solid #e8e8e8;
}
.wui-poster .wrap .list>div.single img { 
	border: 1px solid #f8f8f8;
}

.wui-poster .wrap .list>div.double a:hover img {
	border: 4px solid #ffffff;
}
.wui-poster .wrap .list>div.single a:hover img {
	border: 4px solid #f8f8f8;
}

.wui-poster .wrap .list .double img {
	width: 100%;
	height: 126px;
}
.wui-poster .wrap .list .single img.size-w {
	width: 100%;
}
.wui-poster .wrap .list .single img.size-h {
	height: 100%;
}


.wui-poster .sign {
	color: #999;
	width: 20px;
	float: right;
	margin: 0 20px 0 0;
}




/*	礼券BEGIN 	*/

#win-coupon {
	margin-top:40px;
}

#win-coupon .title {
	padding: 10px;
	background-color: #68C1FF;
}

#win-coupon .btn-close-win {
	color:white;
	cursor: pointer;
	float: right;
}

#win-coupon .coupon-count {
	font-size:16px;
	margin:0 2px;
}

#win-coupon .cont {
	height: 360px;
	max-height: 360px;
}

#win-coupon .cont .left {
	width: 430px;
	height: 100%;
	padding: 20px;
	background: #fff;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

#win-coupon .coupons {
	margin-top: 30px;
}

#win-coupon .coupons .coupon {
	width: 210px;
	height: 130px;
	border-radius: 6px;
	margin: 20px auto;
    margin-bottom: 50px;
	padding-top: 60px;
	text-align: center;
	background: url('../../images/index/coupon_line.png') -8px 0px no-repeat #D00F21;
	position: relative;
}

#win-coupon .coupons .coupon .text {
	color: #fff594;
	font-size: 36px;
	letter-spacing: 2px;
}

#win-coupon .coupons .coupon .link {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	position: absolute;
	left: 0;
    bottom: -30px;
}

#win-coupon .coupons .coupon .link i {
	margin-right:4px;
	font-size: 18px;
	color: #00ad41;
}

#win-coupon .coupons .coupon .text i {
	font-size: 36px;
	font-weight: bold;
	font-size: 36px;
	font-weight: bold;
}

#win-coupon .coupons .coupon .info {
	display: none;
}

#win-coupon .coupons .coupon .info .mask {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #000;
	opacity: 0.6;
	-moz-opacity : 0.6;
	filter : alpha( opacity = 60);
	position: absolute;
	left: 0;
	top: 0;
}

#win-coupon .coupons .coupon .info a {
	width: 100%;
	padding: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: #357ebd;
	border-radius:0 0 6px 6px;
	letter-spacing: 2px;
	font-size:16px;
}

#win-coupon .coupons .coupon .info span {
	width: 100%;
	color: white;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	left: 0;
}

#win-coupon .coupons .coupon .info .vip {
	top: 15px;
}

#win-coupon .coupons .coupon .info .price {
	top: 40px;
}
#win-coupon .coupons .coupon .info .price i {
	color: #CECECE;
	text-decoration: line-through;
}

#win-coupon .coupons .coupon .info .date {
	top: 64px;
}

#win-coupon .chk-not-remind {
	color: #666;
	margin-right: 26px;
	cursor: pointer;
	position: absolute;
	left: 0;
    bottom: 0;
    width: 410px;
    padding: 2px 20px;
    background-color: #FFFFFF;
}
#win-coupon .chk-not-remind:hover {
	color: #1ca5fa;
}
#win-coupon .chk-not-remind i {
    font-size: 16px;
    vertical-align: text-bottom;
}


#win-coupon .cont .list {
	width: 166px;
	height: 100%;
	background: #eee;
	float: right;
}

#win-coupon .cont .list .title {
	background: #f5f5f5;
	padding: 2px 4px;
}

#win-coupon .cont .list .msg {
	background: #e7e7e7;
	padding: 2px 0 2px 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 

/*	礼券END 	*/




/*	关注微信公众号	*/
#win-wechat-bind .chk-not-remind {
	color: #666;
	margin-right: 26px;
	cursor: pointer;
	position: absolute;
	left: 0;
    bottom: 0;
    width: 410px;
    padding: 2px 20px;
    background-color: #FFFFFF;
}
#win-wechat-bind .chk-not-remind:hover {
	color: #1ca5fa;
}
#win-wechat-bind .chk-not-remind i {
    font-size: 16px;
    vertical-align: text-bottom;
}






/*	自定义快捷菜单	*/
#win-custom-shortcut-menu ul {
	padding:0;
	margin:0;
}

#win-custom-shortcut-menu ul > li {
	list-style: none;
	padding: 6px 0;
	border-bottom: 1px dotted #ddd;
    position: relative;
}

#win-custom-shortcut-menu ul > li:last-child {
	border: none;
}

#win-custom-shortcut-menu ul .title {
	width: 100px;
    font-size: 16px;
    line-height: 1em;
    color: #666;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#win-custom-shortcut-menu ul .list {
    margin-left: 100px;
    padding:3px 0px;
}

#win-custom-shortcut-menu ul .list a {
    width: 115px;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 2px;
    text-indent: 1px;
    color: #333;
    border-radius:2px;
    cursor: pointer;
	position: relative;
}
#win-custom-shortcut-menu ul .list a i {
	color: #fff;
	margin-right:2px;	
}


#win-custom-shortcut-menu ul .list a.able:hover {
	border: 1px solid #ccc;
	background: #eee;
}
#win-custom-shortcut-menu ul .list a.able:hover i {
	color: #ccc;
}

#win-custom-shortcut-menu ul .list a.selected {
	border: 1px solid #89cd9b;
	background: #e6f7ea;
	border-radius:3px;
}
#win-custom-shortcut-menu ul .list a.selected i {
	color: #89cd9b;
}

#win-custom-shortcut-menu ul .list a.disabled {
	color: #999;
}

/*  */
.w-guide{padding:0;margin:0;}
.w-guide li{
	width: 145px;
	height: 70px;
	float: left;
	list-style-type:none;
	border-left:1px solid #fff;
	position:relative;
}
.w-guide li > a{
	margin:10px 0px;
	display:inline-block;
	font-size:18px;
	height: 52px;
	line-height:52px;
	color:#fff;
	float: left;
}
.w-guide li .iocn{
	float: left;
	margin:10px 5px;
	width: 50px;
	height: 52px;
	display: inline-block;
	background: url("../../images/guide/icon.png");
}
.w-guide li .iocn-traffic{background-position:-50px 0px;}
.w-guide li .iocn-roi{background-position:100px 0px;}
.w-guide li .iocn-sales{background-position:50px 0px;}
.w-guide li .iocn-print{background-position:0px 50px;}
.w-guide li .iocn-dsr{background-position:-50px 50px;}
.w-guide li .iocn-data{background-position:102px 50px;}

.w-guide .w-guide-menu{
	background:#fff;
	position:absolute;
	z-index: 100;
	width:352px;
	top:-84px;
	display: none;
	box-shadow:1px -6px 10px 2px #ccc;
}
.w-guide li:HOVER .w-guide-menu{
	display: block;
}
.w-guide li:HOVER .arrow{
	display: block;
}
.w-guide .w-guide-desc > a{
	font-size:14px;
	height: 42px;
	line-height:42px;
	padding:2px 10px;
	display:inline-block;
	color: #666;
	cursor: pointer;
}
.w-guide .w-guide-desc > a:HOVER {
	color:#ff6633;
}
.w-guide .w-guide-desc .activat{
	color:#ff6633;
}
.w-guide-desc{
	position:relative;
}
.w-guide .w-guide-menu-desc{
	position:absolute;
	background:#fff;
	box-shadow:1px -6px 10px 2px #ccc;
	width: 352px;
	height:100px;
	right: 0px;
	padding:5px;
	top: -100px;
	display: none;
	border-bottom:1px solid #eee;
}
.w-guide .w-guide-menu-desc .menu-desc{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	padding:5px 20px;
	height: 55px;
	width: 352px;
	color: #666;
}
.w-guide .w-guide-menu-desc a{
	font-size: 12px;

	margin:0 10px;
}

.w-guide .arrow{display:inline-block;border:10px solid transparent;position: absolute;top:0;right:60px;display: none;border-top:15px solid #fff;}

/*用户引导*/
.user-guide{	
	width:100%;
	height:100%;	
	position:absolute;
	top:0;left:0;
	z-index:1000;	
	display:none;	
}
/*用户引导关闭按钮*/
.user-guide .guideClose{
	position:fixed;
	width:44px;
	height:44px;
	right:50px;
	top:50px;
	background-color:white;
	border-radius:50%;	
	opacity:1;
	cursor:pointer;
	font-size:30px;
	color:rgb(94, 204, 217);
	line-height:41px;
	text-align:center;
	z-index:10;
}

/*高亮显示的内容区*/
.step{
	border:2px dashed rgb(94, 204, 217);
	box-shadow:0 0 0 2px white;
	background-color:white;
	position:absolute;
	padding:10px 20px;
	font-size:20px;
	overflow:visible;
	cursor:pointer;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;	
	z-index:1000
}
/*手型标签*/
.step img{
	position:absolute;
	width:80px;	
}
#step0,#step2,#step4,#step5,#step6{
	border-radius:5px 5px 5px 5px;	
}
#step1,#step3{
	border-radius:5px 5px  5px 5px ;
}
/*用户引导词*/
#step0 .steptext,#step1 .steptext,#step2 .steptext,#step3 .steptext,#step4 .steptext,#step6 .steptext{
	line-height:20px;
}

/*#step4 {
	margin-top:10px;
	background-color:#ffffff;
	color:black;
	border:2px dashed white;
	box-shadow:0 0 0 3px #ffffff;
	}*/

#step6{
	/*width:260px;*/
}
#step6{
	-webkit-transform:translate(0, -150px);
	transform:translate(0, -550px);
}
#step6 img{
	-webkit-transform:translate(0, 130px) rotate(180deg);
	transform:translate(0, 130px) rotate(180deg);
}
.maskPart{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
}
/*完成按钮*/
.guideComplete{
	width:30%;
	height:100%;
	position:absolute;
	top:0px;
	left:350px;
	font-size:25px;
	border:1px solid  gray;
	border-radius:5px;
	text-align:center;
	color:rgb(94, 204, 217);
	line-height:35px;
	cursor:pointer;
	background-color:white;
	border:2px dashed white;
	box-shadow:0 0 0 3px white;
}

.qnui-modal-cancel{
	padding:5px 16px !important;
}
.qnui-modal-save{
	padding:5px 16px !important;
	background:#3089DC !important;
}
.qnui-modal-header{
	padding:10px 15px !important;
	border-bottom:none !important;
}
.qnui-modal-content{
	border-radius: 0px !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,.32) !important;
}
.qnui-modal-footer{
	padding:10px !important;
	border-top:none !important;
}
.qnui-button-sm-default{
	padding:5px 20px !important;
	border-radius:2px !important;
}