﻿*{	
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 99.9%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	color:#000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
html {
	height: 99.9%;
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	padding: 0;
	width: 99.9%;
	height: 99.9%;
	min-height: 99.9%;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 12px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img:not([src*="/"]){display:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 99.9%;
}
th, td, caption {
	vertical-align: middle;
}
textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
li {
	list-style: none;
}


.white {
	color: #fff;
}
.gray {
	color: #aaa;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ofh {
	overflow: hidden;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.vertical_top {
	vertical-align: top;
}
.vertical_middle {
	vertical-align: middle;
}
.vertical_bottom {
	vertical-align: bottom;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.hidden {
	display: none;
}
.hidden.on {
	display: block;
}
.vhidden {
	visibility: hidden;
}
.vhidden.on {
	visibility: visible;
}
.empty:empty {
	display: none;
}
.block {
	display: block;
}
.inlineBlock {
	display: inline-block;
}
.ml_10 {
	margin-left: 10px;
}
.mr_10 {
	margin-right: 10px;
}
.mt_10 {
	margin-top: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.m_10 {
	margin: 10px;
}
.m_auto {
	margin: auto;
}
.ml_5 {
	margin-left: 5px;
}
.mr_5 {
	margin-right: 5px;
}
.mt_5 {
	margin-top: 5px;
}
.mb_5 {
	margin-bottom: 5px;
}
.m_5 {
	margin: 5px;
}
.m_auto {
	margin: auto;
}
.pl_10 {
	padding-left: 10px;
}
.pr_10 {
	padding-right: 10px;
}
.pt_10 {
	padding-top: 10px;
}
.pb_10 {
	padding-bottom: 10px;
}
.p_10 {
	padding: 10px;
}
.pl_5 {
	padding-left: 5px;
}
.pr_5 {
	padding-right: 5px;
}
.pt_5 {
	padding-top: 5px;
}
.pb_5 {
	padding-bottom: 5px;
}
.p_5 {
	padding: 5px;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}
---------------

#page_allMenu {
	font-size: 14px;
	-webkit-text-size-adjust: none;
}

#page_allMenu .center {
	width: 100%;
}

#page_allMenu nav {
	overflow-y: auto;
	margin: 0;
	width: 22%;
	float: left;
	background-color: #e4e4e6;
}

#page_allMenu nav dl {
	margin-top: 0;
}

#page_allMenu nav dl dt,#page_allMenu nav dl dd {
	margin-left: 0;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

#page_allMenu nav dl dt {
	font-weight: bold;
	font-size: 18px;
}

#page_allMenu nav dl dd {
	font-size: 13px;
	padding: 3px 0;
	padding-left: 3px;
	text-align: left;
	background-color: #e4e4e6;
	/*border-bottom:1px solid #2e3840;
	border-top:1px solid #232628;*/
}

#page_allMenu nav dl dd.active {
	color: #fff;
	background-color:#afafb0;
}

#page_allMenu section {
	margin: 0;
	width: 100%;
	float: left;
}


.content b{
	left:10px;
	top:0;
}


#page_allMenu section  dl button {
	border: 0;
	height: 25px;
	width: 25px;
	background: url("../images/unchoosen1.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 2px;
	top: 35%;
	cursor: pointer;
	z-index:10;
}

#page_allMenu section  dl .choosen {
	background: url("../images/choosen4.png") no-repeat;
	background-size: cover;
}


#page_allMenu .freeSet {
	padding: 0;
	background-color: #fff;
	width: 300px;
}
---------------
.box {
	width: 99.9%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.tbox {
	width: 99.9%;
	height: 99.9%;
}
.tbox > * {
	height: 99.9%;
	display: table-cell;
	vertical-align: top;
}
.tbox > *:last-child {
	width: 99.9%;
}

.pre{
	white-space: nowrap;
}

.center{
	text-align:center;
}



.box_swipe{
	overflow:hidden;
	position:relative;
}
.box_swipe>ul li{position:relative;}
.box_swipe>ul label{
	z-index:100;
	position:absolute;
	left:0;
	bottom:0;
	color:#666;
	text-align:center;
}
.box_swipe>ol{
	margin-top:10px;
	height:20px;
	/*position: absolute;
	z-index:10;
	bottom:0;*/
	width:99.9%;
	text-align:center;
	-webkit-box-sizing:border-box;
}

.box_swipe>ol>li{
	display:inline-block;
	margin:5px 3px;
	width:8px;
	height:8px;
	background-color:#fff;
	border-radius: 3px;
}
.box_swipe>ol>li.on{
	background-color:#05BDE9;
}


html,body,.container{
	min-height:99.9%;
}
.container{
	font-size:12px;
	max-width:640px;
	min-width:320px;
	margin:auto;
	position:relative;
	background: url(../images/1.jpg) no-repeat center 0;
	background-size:99.9% 99.9%;
}



footer .nav{
	height:70px;
	text-align:center;
}
footer .nav ul{
	border-top:1px solid #d8d5d4;
	height:55px;
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	width:100%;
	background:#f4f4f4;
}
footer .nav ul li{
	width:20%;
	position: relative;
}
footer .nav li>a{
	padding-top:5px;
	color:#7a7f83;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:0;
	display:block;
	height:100%;
	text-align:center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size:10px;
}
footer .nav li>a.my{
	width:65px;
	height:65px;
	border:1px solid #d8d5d4;
	top:-15px;
	border-width:1px 0 0 0;
	position: absolute;
	left:50%;
	margin-left:-40px;
	border-radius:80px;
	background:#f4f4f4;
}
footer .nav li>a.on, footer .nav li>a.active{
	color:#ACC6CA;
}
footer .nav li>a>*{
	pointer-events:none;
}
footer .nav li>a>p{
	width:40px;
	height:30px;
	margin:auto;
	background:url(../../img/member/imgs/icons.png) no-repeat -13px -13px;
	-webkit-background-size:auto 80px;
}
footer .nav li>a>p.card{
	background-position: 0 -5px;
}
footer .nav li>a>p.msg{
	background-position:-40px -5px;
	position: relative;
}
footer .nav li>a>p.msg[data-count]:after{
	content: attr(data-count);
	display: inline-block;
	max-width:30px;
	overflow: hidden;
	padding:2px 5px;
	border-radius: 15px;
	position: absolute;
	right:0px;
	top:0px;
	z-index: 10;
	background: #ff3600;
	color:#ffffff;
}
footer .nav li>a>p.sign{
	background-position:-80px -5px;
}
footer .nav li>a>p.share{
	background-position:-120px -5px;
}
footer .nav li>a>p.my{
	margin-top: 0px;
	margin-bottom:4px;
	background-position: -160px 0px;
	width: 40px;
	height: 40px;
	background-size: auto 80px;
}

footer .nav li>a.on>p, footer .nav li>a.active>p{
	background-position-y:-45px;
}

footer .nav li>a.home{
	height:70px;
	width:70px;
	margin:auto;
	border-radius: 60px;
	position:relative;
	top:-20px;
	background:url(.../images/nav_9_home.png) no-repeat center center;
	-webkit-background-size:100% 100%;
}



.coupon.none{
	background: url(../images/1.jpg) no-repeat center 0;
	background-size: 99.9% 99.9%;
}
.coupon.none::after{
	height:300px;
	content: "";
	display: block;
	width:99.9%;
	background: url(../images/21.png) no-repeat center 50px;
	-webkit-background-size: 150px auto;
}
.coupon.none>.body{
	display: none;
}

/****/
.container.coupon>header nav{
	border-bottom:1px solid #a5d7de;
}
.container.coupon>header ul{
	border:1px solid #ACC6CA;
	border-radius: 3px;
	width:200px;
	overflow:hidden;
	margin:auto;
}
.container.coupon>header ul li:nth-of-type(n+2){
	border-left:1px solid #ACC6CA;
}
.container.coupon>header ul li a{
	width:100px;
	font-size:15px;
	display: block;
	color:#ACC6CA;
	height:28px;
	line-height:28px;
	text-align: center;
}
.container.coupon>header ul li a:hover{
	color: #ffffff;
	background-color:rgba(90,197,212, 0.3);
}
.container.coupon>header ul li a.on{
	color:#ffffff;
	background:#ACC6CA;
}

.list_coupon_ul li{
	margin:10px 0;
}
.list_coupon_ul a{
	display:block;
	width:281px;
	height:109px;
	margin:auto;
	background:url(../images/4.png) no-repeat 0 -9px;
	-webkit-background-size:575px auto;
	position:relative;
}
.list_coupon_ul a>p{
	position: absolute;
	max-width:200px;
	height:20px;
	color:#ffffff;
	-webkit-box-sizing:border-box;
}

.list_coupon_ul a>p:nth-of-type(1){
	left:25px;
	top:20px;
	font-size:20px;
}
.list_coupon_ul a>p:nth-of-type(1)>span{font-size:30px;}
.list_coupon_ul a>p:nth-of-type(2){
	left: 26px;
	top: 62px;
	font-size: 16px;
}
.list_coupon_ul a>p:nth-of-type(2):first-letter{
	font-size:14px;
	margin-right:3px;
}
.list_coupon_ul a>p:nth-of-type(3){
	left: 26px;
	top: 83px;
	font-size: 12px;
}
.list_coupon_ul a>p:nth-of-type(4){
	left: 160px;
	top: 42px;
	font-size: 11px;
}
.list_coupon_ul a>p:nth-of-type(5){
	right: 16px;
	top: 30px;
	font-size: 20px;
	width: 25px;
}

/**************ok***************************/
.list_coupon_ul li:nth-of-type(4n+2) a, .list_coupon_ul li .a2{background-position: 0 -133px;}
.list_coupon_ul li:nth-of-type(4n+3) a, .list_coupon_ul li .a3{background-position: 0 -256px;}
.list_coupon_ul li:nth-of-type(4n) a, .list_coupon_ul li .a4{background-position: 0 -378px;}

.list_coupon_ul li a[disabled]{background-position: 0 -502px;}
.list_coupon_ul li a[disabled]:after{
	content: "";
	background: url(../images/7_2.png) no-repeat 75% center;
	-webkit-background-size: 110px auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 99.9%;
	height: 99.9%;
	z-index: 100;
	pointer-events: none;
}
.list_coupon_ul li a[disabled="expire"]:after{
	background-image: url(../images/7_1.png);
}
.list_coupon_ul a[disabled]>p{color:rgba(255,255,255,0.3)!important;}

.list_coupon_ul a.on{
	background-position-x:right!important;
}

/**color**/
.list_coupon_ul li:nth-of-type(4n+1) a.on>p:nth-of-type(5){color:#ee5375;}
.list_coupon_ul li:nth-of-type(4n+2) a.on>p:nth-of-type(5){color:#ffa619;}
.list_coupon_ul li:nth-of-type(4n+3) a.on>p:nth-of-type(5){color:#92c427;}
.list_coupon_ul li:nth-of-type(4n) a.on>p:nth-of-type(5){color:#2f9abd;}



/*****************ok********************/


.fn_tinytab .tab_item {
	-webkit-box-flex: 1;
	display: block;
	cursor: pointer;
	text-align: center;
	position: relative;
	text-shadow: none;
	height: 44px;
	line-height: 44px;
	background-color: #333;
	color: #999
}

.fn_tinytab .tab_item:after {
	content: "";
	display: none;
	width: 0;
	height: o;
	border-width: 10px 10px 0;
	border-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #333;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 44px
}

.fn_tinytab .tab_item.active {
	color: #fff
}

.fn_tinytab .tab_item.active:after {
	display: block
}
.lay_toptab {
	top: -45px;
	width: 100%
}

.lay_toptab.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100
}

.lay_toptab.hidden {
	top: -45px
}

.mod_tab {
	display: box;
	display: -webkit-box;
	background-color: #37383C;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#313133),to(#37383C));
	background-image: -webkit-linear-gradient(top,#313133,#37383C);
	background-image: linear-gradient(to bottom,#313133,#37383C);
	height: 44px;
	border-bottom: 1px solid #555
}

.mod_tab .tab_item {
	-webkit-box-flex: 1;
	display: block;
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 42px
}

.mod_tab .tab_item:after {
	content: "";
	display: block;
	width: 1px;
	border-left: 1px solid #000;
	background-color: #262626;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0
}

.mod_tab .tab_item:first-child:after {
	display: none
}

.mod_tab .tab_item_logo {
	width: auto;
	padding-left: 5px;
	padding-right: 5px
}

.mod_tab .tab_item_logo img {
	width: 130px!important;
    max-height:31px!important;
	margin-top: 13px!important
}

.mod_tab .tab_item .qb_icon {
	margin-top: 10px
}

.mod_tab .tab_item .icon_number_bubble {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-family: Arial;
	text-align: center;
	font-style: normal;
	text-shadow: none;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: 5px;
	margin-top: 0
}

.mod_cell .qb_fl .qb_icon {
	vertical-align: -3px;
	margin-right: 10px
}

.mod_cell .qb_fr .qb_icon {
	margin-top: 3px
}

.mod_cell.locked .qb_icon {
	opacity: .5
}

.mod_addresslist .address_item .address_op .qb_icon {
	vertical-align: -2px
}

.color_black {
	background-color: #131313!important;
	color: #FFF
}

.color_red {
	background-color: #e90717!important;
	color: #FFF
}

.color_blank {
	background-color: #FFF!important;
	color: #161616!important
}

.color_jj_1 {
	background-color: #369!important;
	color: #fff
}

.color_jj_2 {
	background-color: #999!important;
	color: #fff
}

.color_select_1 {
	background-color: #a39275!important;
	color: #fff
}

.color_select_2 {
	background-color: #003!important;
	color: #fff
}

.color_only_1 {
	background-color: #f99!important;
	color: #fff
}

.color_only_2 {
	background-color: #9fc!important;
	color: #fff
}

.color_veromoda_1 {
	background-color: #ff9!important;
	color: #fff
}
.color_veromoda_2 {
	background-color: #9ff!important;
	color: #fff
}

/**********ok*******************/


.mod_btn {
	text-shadow: none;
	box-shadow: none;
	border: 1px solid #eaeaea;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	font-size: 15px;
	color: #999;
	padding: 0 5px;
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
	background-image: -webkit-linear-gradient(top,#fff,#fff);
	background-image: linear-gradient(to bottom,#fff,#fff)
}

.mod_btn.btn_em {
	color: #fff;
	background-color: #202020;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2f2f2f),to(#202020));
	background-image: -webkit-linear-gradient(top,#2f2f2f,#202020);
	background-image: linear-gradient(to bottom,#2f2f2f,#202020)
}

.mod_btn.btn_strong {
	color: #000;
	background-color: #D9F8FA;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#E5F8F9),to(#D9F8FA));
	background-image: -webkit-linear-gradient(top,#E5F8F9,#D9F8FA);
	background-image: linear-gradient(to bottom,#E5F8F9,#D9F8FA)
}

.mod_btn.my_strong {
	color: #000;
	background-color: #CCEDF5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#CCEDF5),to(#CCEDF5));
	background-image: -webkit-linear-gradient(top,#CCEDF5,#CCEDF5);
	background-image: linear-gradient(to bottom,#CCEDF5,#CCEDF5)
}
.mod_select.btn_strong {
	color: #fff;
	background-color: #d20816;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ff0b1c),to(#d20816));
	background-image: -webkit-linear-gradient(top,#ff0b1c,#d20816);
	background-image: linear-gradient(to bottom,#ff0b1c,#d20816)
}


.mod_select.btn_strong select {
	background-color: transparent;
	border: 0;
	color: #FFF
}

.mod_btn.btn_block {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 17px
}
.mod_btn.my_block {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px
}

.mod_btn.btn_tiny {
	height: 30px;
	line-height: 30px;
	font-size: 14px
}

.mod_btn.btn_flat {
	border-radius: 0
}

.mod_btn.btn_rec {
	border-radius: 0
}

.mod_btn.btn_disabled {
	background: #f1f1f1;
	color: #ccc
}

.mod_btn.flex_box {
	width: 1px
}

.mod_btn.active {
	position: relative
}

.mod_btn.active:before {
	content: "";
	background-image: url(.../images/sprite/weigou_lingzhi.png);
	background-position: -54px -43px;
	width: 20px;
	height: 19px;
	position: absolute;
	bottom: 0;
	right: 0
}

.mod_btn_group .btn {
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-right: 10px;
	padding: 5px;
	min-width: 78px
}

.mod_btn_group .btn:last-child {
	margin-right: 0
}




/**********************ok***********************/
.coupon{
	background:#d1e5e9;
}
.list_coupon{
	width:300px;
	margin:10px auto;
}
.list_coupon *[data-card]{
	background-color:#ffffff;
	margin-bottom:10px;
}
.list_coupon *[data-card]::after{
	content:"";
	display: block;
	height:6px;
	width:99.9%;
	background:url(../images/wei_under.png) no-repeat center top #d1e5e9;
	-webkit-background-size:99.9% auto;
}
.list_coupon *[data-card] header {
	padding: 10px 20px 5px;
	overflow: hidden;
	background: #ffffff;
	font-size: 18px;
}

.list_coupon section{
	margin:5px;
}

.list_coupon figure{
	background:#ACC6CA;
}
.list_coupon figure>div{
	vertical-align: middle;
}
.list_coupon figure img{
	
	width: 300px;
	height: 130px;
	
}


.list_coupon figure label{
	display: block;
	font-size:12px;
	color:#FE6103;
	text-align:center;
	position: relative;
}
.list_coupon figure label::after{
	content: "";
	position: absolute;
	display: inline-block;
	border:6px solid #ACC6CA;
	border-color:transparent #ACC6CA transparent transparent;
	z-index:10;
	left:-12px;
	top:50%;
	margin-top:-6px;
}

.list_coupon .des{
	color:#4d4d4d;
	margin:10px -5px 0;
	padding:5px 18px 0;
	-webkit-box-sizing:border-box;
	border-top:1px dashed #dddddd;
}
.list_coupon .line{
	color:#4d4d4d;
	margin:10px -5px 0;
	padding:5px 18px 0;
	-webkit-box-sizing:border-box;
	border-top:1px dashed #dddddd;
}

.list_coupon dt{
	font-weight:bold;
	padding:5px 0;
	font-size:14px;
}
.list_coupon a.toggle dd{
	display: block;
	margin-top: 5px;
}
.list_coupon dd{
	display: none;
	line-height:20px;
	border-top:1px solid #dddddd;
	padding:5px 0;
	word-break: break-all;
	word-wrap: break-word;
}
.list_coupon dd img{
	max-width:99.9%;
	max-height: 180px;
}

/**ok**/
.list_coupon *[data-card] a.on figure{
	background:#a1a1a1;
}
.list_coupon *[data-card] a.on label::after{
	border-right-color:#a1a1a1;
}

.list_coupon *[data-card] a[disabled] figure{
	position: relative;
}
.list_coupon *[data-card] a[disabled] figure::after{
	content:"";
	background:url(../images/7.png) no-repeat 66% center rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	width:99.9%;
	height:99.9%;
	z-index: 100;
	pointer-events:none;
}
.list_coupon *[data-card] a[disabled="expire"] figure::after{
	background-image:url(../images/7_1.png);
}
.qb_icon {
	display: inline-block;
	background-repeat: no-repeat
}
.icon_number_bubble {
	background-image: url(.../images/wei.png);
	background-position: -93px -17px;
	width: 15px;
	height: 15px
}

.icon_back {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -76px -34px
	}

	.icon_pen {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -76px -51px
	}

	.icon_trash {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -93px 0
	}

	.icon_nike {
		background-image: url(.../images/img/nike@2x.png?max_age=19830211&d=20130620160503);
		background-size: 12px 12px
	}

	.icon_icenter {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -31px 0
	}

	.icon_cart {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -31px -23px
	}

	.icon_goback {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -31px -46px
	}

	.icon_weigou_logo {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -54px 0
	}
	.icon_profile_location {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -93px -34px
	}

	.icon_number_bubble_em {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -93px -51px
	}

	.icon_profile_coupon {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: 0 0
	}

	.icon_arrow_right {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -110px 0
	}

	.icon_lock {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -110px -17px
	}

	.icon_checkbox {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -110px -34px
	}

	.icon_checkbox_checked {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -110px -51px
	}

	.icon_checkbox_disabled {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -127px 0
	}

	.icon_detailinfo {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: 0 -31px
	}

	.icon_cellphone {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -127px -17px
	}

	.icon_i {
		background-image: url(.../images/wei@2x.png);
		background-size: 160px 74px;
		background-position: -127px -34px
	}
	
	.footer_menu{
	height:50px;
}
.footer_menu ul{
	border-top:1px solid #272321;
	height:50px;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:100;
	background:-webkit-gradient(linear, 0 0, 0 10%, from(#222a2d), to(#212629));
}
.footer_menu ul li{
	width:20%;
	text-align:center;
	height:100%;
	float:left;
}
.footer_menu ul li a{
	display: block;
	height:100%;
	color:#9a928e;
	position: relative;
}
.footer_menu ul li a[class*="on"]{
	color:#fdfdfd;
}
.footer_menu ul li a>*{
	pointer-events:none;
}
.footer_menu ul li a label{
	display:block;
	margin:0 5px;
	height:20px;
	line-height:20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:12px;
}
.footer_menu ul li a span.icons{
	display: block;
	width:50px;
	height:25px;
	margin:3px auto;
	background:url(.../images/icons.png) no-repeat 0 0;
	-webkit-background-size:auto 50px;
}

.footer_menu ul li a span.icons_2{background-position:-50px 0;}
.footer_menu ul li a span.icons_3{background-position:-100px 0;}
.footer_menu ul li a span.icons_4{background-position:-150px 0;}

.footer_menu ul li a[class*="on"] span.icons{background-position:0 -25px;}
.footer_menu ul li a[class*="on"] span.icons_2{background-position:-50px -25px;}
.footer_menu ul li a[class*="on"] span.icons_3{background-position:-100px -25px;}
.footer_menu ul li a[class*="on"] span.icons_4{background-position:-150px -25px;}
.footer_menu ul li a[class*="on"] span.icons_5{background-position:center center;}

.footer_menu ul li a span.icons_5{
	display: block;
	width:55px;
	height:55px;
	position: absolute;
	top:-15px;
	right:10px;
	border-radius:45px;
	background:url(".../images/btn2.png?v=1234567") no-repeat center center;
	-webkit-background-size:100% 100%;
	z-index:105;
}

.footer_menu ul li a span.icons_5 label{
	display: inline-block;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid #ffffff;
	background:red;
	line-height:15px;
	text-align: center;
	color:#fff;
	position: absolute;
	right:0px;
	top:0px;
}

.gwred{
	display: inline-block;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid #ffffff;
	background:red;
	line-height:15px;
	text-align: center;
	color:#fff;
	position: absolute;
	right:0px;
	top:0px;
}

.pxbtn {
	
	background: #ff6501;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffa201 ), to( #ff6501 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffa201 , #ff6501 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffa201 , #ff6501 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffa201 , #ff6501 ); /* IE10 */
	background-image:      -o-linear-gradient( #ffa201 , #ff6501 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffa201 , #ff6501 );
	border: 1px solid #ff6501;
	border-bottom: 1px solid #d35605;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	display: block;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 2px #BE4205;
	font-size: 18px;
	padding:10px;
	margin:10px 0 0 0;
}
.pxbtn:visited {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffa201 ), to( #ff6501 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffa201 , #ff6501 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffa201 , #ff6501 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffa201 , #ff6501 ); /* IE10 */
	background-image:      -o-linear-gradient( #ffa201 , #ff6501 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffa201 , #ff6501 );
}
.pxbtn:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ff7f01 ), to( #ff6501 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ff7f01 , #ff6501 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ff7f01 , #ff6501 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ff7f01 , #ff6501 ); /* IE10 */
	background-image:      -o-linear-gradient( #ff7f01 , #ff6501 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #ff7f01 , #ff6501 );
}
.pxbtn:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ff6501 ), to( #ffa201 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ff6501 , #ffa201 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ff6501 , #ffa201 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ff6501 , #ffa201 ); /* IE10 */
	background-image:      -o-linear-gradient( #ff6501 , #ffa201 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #ff6501 , #ffa201 );
	border: 1px solid #ff6501;
	border-top: 1px solid #d35605;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
}


.qb_flex {
	display: -webkit-box
}

.qb_flex .flex_box {
	-webkit-box-flex: 1;
	display: block;
	width: 0
}

.qb_flex .flex_box.mod_btn,.qb_flex .flex_box.mod_select {
	margin-right: 10px
}

.qb_flex .flex_box.mod_select:last-child,.qb_flex .flex_box.mod_btn:last-child {
	margin-right: 0
}

.qb_flex {
	display: -webkit-box
}

.qb_flex .flex_box {
	-webkit-box-flex: 1;
	display: block;
	width: 0
}

.qb_flex .flex_box.mod_btn,.qb_flex .flex_box.mod_select {
	margin-right: 10px
}

.qb_flex .flex_box.mod_select:last-child,.qb_flex .flex_box.mod_btn:last-child {
	margin-right: 0
}


.footer_menu{
	height:50px;
}
.footer_menu ul{
	border-top:1px solid #272321;
	height:50px;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:100;
	background:-webkit-gradient(linear, 0 0, 0 10%, from(#ffe), to(#fff));
}
.footer_menu ul li{
	width:20%;
	text-align:center;
	height:100%;
	float:left;
}
.footer_menu ul li a{
	display: block;
	height:100%;
	color:#005;
	position: relative;
}
.footer_menu ul li a[class*="on"]{
	color:#FCB406;
}
.footer_menu ul li a>*{
	pointer-events:none;
}
.footer_menu ul li a label{
	display:block;
	margin:0 5px;
	height:20px;
	line-height:20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:12px;
}
.footer_menu ul li a span.icons{
	display: block;
	width:50px;
	height:25px;
	margin:3px auto;
	background:url(../images/wei_bottom.png) no-repeat 0 0;
	-webkit-background-size:auto 50px;
}

.footer_menu ul li a span.icons_1{background-position:-0px 0;}
.footer_menu ul li a span.icons_2{background-position:-50px 0;}
.footer_menu ul li a span.icons_3{background-position:-100px 0;}
.footer_menu ul li a span.icons_4{background-position:-150px 0;}
.footer_menu ul li a[class*="on"] span.icons{background-position:0 -25px;}
.footer_menu ul li a[class*="on"] span.icons_2{background-position:-50px -25px;}
.footer_menu ul li a[class*="on"] span.icons_3{background-position:-100px -25px;}
.footer_menu ul li a[class*="on"] span.icons_4{background-position:-150px -25px;}
.footer_menu ul li a[class*="on"] span.icons_5{background-position:center center;}


.footer_menu ul li a span.icons_5{
	display: block;
	width:55px;
	height:55px;
	position: absolute;
	top:-15px;
	right:10px;
	border-radius:45px;
	background:url("../images/btn3.png?v=1234567") no-repeat center center;
	-webkit-background-size:100% 100%;
	z-index:105;
}

.footer_menu ul li a span.icons_5 label{
	display: inline-block;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid #ffffff;
	background:red;
	line-height:15px;
	text-align: center;
	color:#fff;
	position: absolute;
	right:0px;
	top:0px;
}	top:-15px;
	right:10px;
	border-radius:45px;
	background:url("../images/btn3.png?v=1234567") no-repeat center center;
	-webkit-background-size:100% 100%;
	z-index:105;
}

.footer_menu ul li a span.icons_5 label{
	display: inline-block;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid #ffffff;
	background:red;
	line-height:15px;
	text-align: center;
	color:#fff;
	position: absolute;
	right:0px;
	top:0px;
}er;
	color:#fff;
	position: absolute;
	right:0px;
	top:0px;
}ght:0px;
	top:0px;
}	top:0px;



/***************/


/*Listpage*/
.Listpage{
    position: relative;
    z-index: 2;
}

#ui-header{
	 width: 100%;
	 height: 46px;
	 line-height:46px;
	 z-index: 3;
	 position: fixed;
	left: 0;
	top: 0;
	right:0;
	}
.ui-btn-top1 { position:absolute; top:5px; left:5px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-btn-top2 { position:absolute; top:5px; left:70px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-btn-top3 { position:absolute; top:5px; left:80px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-btn-top4 { position:absolute; top:5px; left:200px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-btn-top5 { position:absolute; top:5px; right:5px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}


#overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;filter:alpha(opacity=0);display:none;z-index: 4;}
.fixed {
  /*position: fixed;*/
}
#ui-header .fixed {
	display: block;
	margin: 0 auto;
    min-width: 320px;
	height: 45px;
	top: 0;
	border-bottom: 1px solid #fff;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image:-webkit-linear-gradient(#000, #000);
	background-image:-moz-linear-gradient(#000, #000);
	background-image:-ms-linear-gradient(#000, #000);
	background-image:-o-linear-gradient(#000, #000);
	background-image:linear-gradient(#000, #000);
	/*opacity: 0.95;*/
}


#ui-header .fixMen {
	display: block;
	margin: 0 auto;
    min-width: 320px;
	height: 45px;
	top: 0;
	border-bottom: 1px solid #fff;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image:-webkit-linear-gradient(#000, #000);
	background-image:-moz-linear-gradient(#000, #000);
	background-image:-ms-linear-gradient(#000, #000);
	background-image:-o-linear-gradient(#000, #000);
	background-image:linear-gradient(#000, #000);
	/*opacity: 0.95;*/
}

#ui-header{
	 width: 100%;
	 height: 46px;
	 line-height:46px;
	 z-index: 3;
	 position: fixMen;
	left: 0;
	top: 0;
	right:0;
	}
.ui-men-top1 { position:absolute; top:0px; left:10px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-men-top2 { position:absolute; top:0px; left:130px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-men-top3 { position:absolute; top:0px; right:10px; background:url(../images/card_no_picture.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}


#ui-header .fixquery {
	display: block;
	margin: 0 auto;
    min-width: 320px;
	height: 45px;
	top: 0;
	border-bottom: 1px solid #fff;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image:-webkit-linear-gradient(#000, #000);
	background-image:-moz-linear-gradient(#000, #000);
	background-image:-ms-linear-gradient(#000, #000);
	background-image:-o-linear-gradient(#000, #000);
	background-image:linear-gradient(#000, #000);
	/*opacity: 0.95;*/
}

#ui-header{
	 width: 100%;
	 height: 46px;
	 line-height:46px;
	 z-index: 3;
	 position: fixquery;
	left: 0;
	top: 0;
	right:0;
	}
.ui-fixquery-top1 { position:absolute; top:0px; left:0px; background:url(../images/top_11.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-fixquery-top2 { position:absolute; top:0px; left:130px; background:url(../images/top13.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}
.ui-fixquery-top3 { position:absolute; top:0px; right:0px; background:url(../images/top_23.png) no-repeat center center; display:block; width:55px; height:45px;text-indent: -9999px; margin:0; padding:0; background-size:30px auto;}

.activity-info{}
.activity-meta{display:inline-block;vertical-align:middle;margin-left:8px;;padding-top:2px;padding-bottom:2px;color:#8c8c9b;font-size:11px;}
.activity-meta.no-extra{margin-left:0;}
.activity-info .text-ellipsis{display:inline-block;vertical-align:middle;max-width:103px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#post-user {text-decoration:none;outline:0;color:#607Fb8;}
a.activity-meta{
	text-decoration:none;outline:0;color:#607Fb8;
	/*-webkit-tap-highlight-color:rgba(255,255,255,0);*/
}
a.activity-meta:active{
	/*background-color:#CACACA;border-radius:10px;box-shadow:inset 0 1px 1px #778;*/
	color:#607Fb8;
}
a.activity-meta:active .icon_link_arrow{background:transparent url(../images/ico_line.gif) no-repeat 0 0;-webkit-background-size:99.9%;-moz-background-size:99.9%;-o-background-size:99.9%;background-size:99.9%;}
.activity-info .icon_link_arrow{
	margin-left:3px;
	margin-top:-5px;
}
.activity-meta.no-extra{margin-left:0;}
.topfixed {
  /*position: topfixed;*/
}
#ui-header .topfixed {
	display: block;
	margin: 0 auto;
    min-width: 320px;
	height: 45px;
	top: 0;
	border-bottom: 1px solid #000;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image:-webkit-linear-gradient(#FFFFFF, #FFFFFF);
	background-image:-moz-linear-gradient(#FFFFFF, #FFFFFF);
	background-image:-ms-linear-gradient(#FFFFFF, #FFFFFF);
	background-image:-o-linear-gradient(#FFFFFF, #FFFFFF);
	background-image:linear-gradient(#FFFFFF, #FFFFFF);
	/*opacity: 0.95;*/
}
#activity-list .header{font-size:20px;}
.ui-top-top1 { position:absolute; top:3px; left:20px; background:url(../images/card_member.png) no-repeat center center; display:block; width:55px; height:36px;text-indent: -9999px; margin:0; padding:0; background-size:40px auto;}
.ui-top-top3 { position:absolute; top:3px; left:110px; background:url(../images/wei_line01.png) no-repeat center center; display:block; width:2px; height:36px;text-indent: -9999px; margin:0; padding:0; background-size:40px auto;}
.ui-top-top2 { position:absolute; top:3px; left:120px; background:url(../images/card_query_detail.png) no-repeat center center; display:block; width:110px; height:36px;text-indent: -9999px; margin:0; padding:0; background-size:80px auto;}
.ui-top-top4 { position:absolute; top:3px; left:240px; background:url(../images/wei_line01.png) no-repeat center center; display:block; width:2px; height:36px;text-indent: -9999px; margin:0; padding:0; background-size:40px auto;}
.ui-top-top5 { position:absolute; top:3px; right:20px; background:url(../images/card_tehui.png) no-repeat center center; display:block; width:55px; height:36px;text-indent: -9999px; margin:0; padding:0; background-size:40px auto;}

#activity-detail .page-content .text{color:#3e3e3e;line-height:1.5; width: 99.9%; }
#activity-detail .page-content .text p{*zoom:1;min-height:1.5em;min-height: 1.5em;word-wrap:normal;word-break:normal;white-space:pre-wrap;}
#activity-detail .page-content .text p:after{content: "\200B"; display: block; height: 0; clear: both; }
.text img{max-width:99.9%!important;height:auto!important;}

/********/