body, article, section, h1, h2, hgroup, p, a, ul, li, em, div, small, span, footer, canvas, figure, figcaption, input {
    margin: 0;
    padding: 0;
}
a {
	color:#333;
    cursor: pointer;
    text-decoration: none;
}
ul,li{
    list-style-type: none;
}
.clr{
	clear:both;
}
body {
	background-attachment: scroll;
    -moz-background-clip: border-box;
   -webkit-background-clip: border-box;
   -o-background-clip: border-box;
   background-clip: border-box;	
    background-color: #f1f1f1;
    background-image: url(images/1bk_top1_1.jpg), url(images/2bk_repeat1_1.jpg);
    /*Firefox,Safari,Chrome????汾???background-origin?????*/
    -moz-background-origin: border, border, border, border, padding;
    -webkit-background-origin: border, border, border, border, padding;
    /*Firefox,Safari,Chrome???汾???background-origin?????*/
    -moz-background-origin: border-box, padding-box;
    -webkit-background-origin: border-box, padding-box;
    -o-background-origin: border-box, padding-box;
    background-origin: border-box, padding-box;
    background-position: 0 -90px, 0 0;
    background-repeat: repeat-x, repeat;
    -webkit-background-size:320px 77px, 128px 128px;
	background-size:320px 77px, 128px 128px;
	font-family:Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	overflow-x:hidden;
	margin: 0; padding:0;
	color: #666666;
}
textarea{
	resize:none;
}


/****************************************************/

.inputpx {
	margin: 0.5em 0;
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
	background-color: #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #333333;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 100%; 
	padding:6px 10px;
	font-size: 18px;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.inputpx:hover {
	border: 1px solid #ff6501;
}
.inputpx:focus {
	border: 1px solid #ff6501;
	box-shadow: 0 0 5px #ff6501;
}
.inputpx[type="text"] {
     width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
.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;
}
input::-moz-placeholder, textarea::-moz-placeholder { color: #999;}


/****************************************************/

ol {
	display: block;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
.body{
	max-width: 640px;
	margin:auto;
}

.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:#fff;
	text-indent:10px;
}
.box_swipe>ol{
	height:20px;
	position: absolute;
	z-index:10;
	bottom:0;
	width:100%;
	text-align:right;
	padding-right:20px;
	-webkit-box-sizing:border-box;
	background-color:rgba(0,0,0,0.5);
}

.box_swipe>ol>li{
	display:inline-block;
	margin:5px;
	width:10px;
	height:10px;
	background-color:#757575;
	border-radius: 10px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}

/****************************************************/
#card {
    background-position: 0 0, 0 0;
}

.cardcenter {
    margin: 22px auto 0;
    position: relative;
    width: 320px;
}
#card .card{
	margin: 0 auto;
	position: relative;
	height: 159px;
	text-align: left;
	width: 267px;
}

.cardbg{
	height: 159px;
	width: 267px;
	position:absolute;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
	top:0;
	left:0;
	z-index:1;
}
.card .logo {
	max-height:70px;
	position:absolute;
	top:8px;
	left:5px;
	z-index:2;
}
#card .msk{
	display: inline-block;
    position: absolute;
	width:320px;
	height:115px;
	top:78px;
	left:0;
	z-index:3;
	background:url(images/3msk.png) no-repeat 0 0 transparent ;
	-webkit-background-size:320px 128px;
	background-size:320px 128px;
}
#card .card h1 {
	position:absolute;
	left:10px;
	top:7px;
	text-shadow:0 1px rgba(255, 255, 255, 0.2);
	color:#000000;
	font-size:12px;
	line-height:28px;
	text-align:center;
	font-weight: normal;
	z-index:2;
}

#card .card h2 {
	position:absolute;
	top:3px;
	right:8px;
	font-size:9px;
	line-height:22px;
	text-align:right;
	color:#EDD3BA;
	text-shadow:1px 1px #A69079;
}
#card .card .verify {
	display:inline-block;
	height:40px;
	top:105px;
	right:12px;
	text-align:right;
	line-height:24px;
	color:#000000;
	font-size:15px;
	text-shadow:0 1px rgba(255, 255, 255, 0.2);
	z-index:2;
}
#card .card .verify span {
	display:inline-block;
	text-align:left;
}
#card .card .verify em {
	display:block;
	line-height:13px;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}
.pdo {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
}

#card .explain {
    line-height: 36px;
    text-align: center;
    width: 320px;
	margin:0 auto; padding:0;
}
#card .explain span {
	font-size:14px;
	color:#646464;
	text-shadow:0 1px #fff;
	padding-left:20px;
	display:inline-block;
	background:url(images/4show1.jpg) no-repeat 0 50%;
	background-size:13px 14.5px;
}
#card .explain2 {
    line-height: 22px;
    margin:30px auto 10px;
    padding: 0 40px;
    text-align: center;
}
#card .explain2 span {
	color: #888888;
    display: inline-block;
    font-size: 12px;
    margin-top: 22px;
    text-shadow: 0 1px #FFFFFF;
}

.cardexplain{
	margin:0px 10px 20px 9px;
	min-width:301px;
}
#cardintegral .cardexplain {
	margin: -14px 10px 20px 9px;
	position:relative;z-index:4;
}
#cardaddr .round {
	margin: 0px;
}
#cardshopping .cardexplain {
	margin: 11px 10px -9px 9px;
}
#cardunion .cardexplain {
	margin: 11px 10px 20px 9px;
}
#carduser .cardexplain {
	margin: 11px 10px 20px 9px;
}




h2 {
    color: #373B3E;
    font-size: 14px;
    line-height: 32px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
	font-weight:normal;
}

ul.round {
	border:1px solid #C6C6C6;
	background-color:rgba(255, 255, 255, 0.9);
	text-align:left;
	font-size:14px;
	line-height:24px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow:0 1px 1px #f6f6f6;
	-webkit-box-shadow:0 1px 1px #f6f6f6;
	box-shadow:0 1px 1px #f6f6f6;
	margin-bottom:11px;
	display:block;
	overflow:hidden;
		-webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;
}

ul.round li {
	border:solid #C6C6C6;
	border-width:0 0 1px 0;
	padding:0px 10px 0 10px;
}
ul.round li:only-of-type {
	border-width:0;
}
ul.round li:last-of-type {
	border-width:0;
}
.round li, .round li span, .round li a {
	line-height:22px;
}
.round li span {
	display:block;
	background:url(images/5arrow3.png) no-repeat right 50%;
	-webkit-background-size:8.5px 13px;
	background-size:8.5px 13px;
	padding:10px 20px 9px 0;
	position:relative;
	font-size:16px;
	min-height: 22px;
}
.round li span.spanover {
	display:block;
	background:url(images/6arrow3-.png) no-repeat right 50%;
	-webkit-background-size:13px 8.5px;
	background-size:13px 8.5px;
	padding:10px 20px 9px 0;
	position:relative;
	font-size:16px;
	min-height: 22px;
}
.round li span.none {
    background: none repeat scroll 0 0 transparent;
}
.round li span.noneorder {
    background: none repeat scroll 0 0 transparent;
	padding:10px 5px 9px 0;
}
.round li span.none em {
    right: 0;
}
.round li.none span {
	background:none;
}

.round li.addr{
    background: url(images/7addr.png) no-repeat scroll 10px 13px transparent;
	background-size:15px 15px;
    line-height: 22px;
    padding-left: 34px;
}
.round li.addr span{
	font-size:14px;
}
.mb{ margin-bottom:4px}
.round li.nob {
    border-width:0;
}
.round li.dandanb {
	border-color:#EBEBEB;
}
.round li.nob .px{
    border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 5px 0 4px;
	padding: 5px 10px;
}
.round li.nob .dropdown-select{
    border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 5px 0 4px;
	padding: 5px 10px;
}
.round li.nob .pxtextarea{
    border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 5px 0 5px;
	padding: 5px 10px;
}
ul.round li.nob:last-of-type {
	margin-bottom:8px
}
.round li.recharge {
    background: url(images/8recharge.png) no-repeat scroll 11px center transparent;
	background-size:22px 22px;
    line-height: 22px;
    padding-left: 40px;
}
.round li.tel {
    background: url(images/9tel.png) no-repeat scroll 11px 13px transparent;
	background-size:15px 15px;
    line-height: 22px;
    padding-left: 34px;
}
.round li.tel2 {
    background: url(images/10tel2.png) no-repeat scroll 11px 13px transparent;
	background-size:15px 15px;
    line-height: 22px;
    padding-left: 34px;
}
.round li.userinfo {
    background: url(images/11userinfo.png) no-repeat scroll 11px 13px transparent;
	background-size:15px 15px;
    line-height: 22px;
    padding-left: 34px;
}
.round li.detail {
    background: url(images/12detail.png) no-repeat scroll 10px 13px transparent;
	background-size:15px 15px;
    line-height: 22px;
    padding-left: 34px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.round li.gift {
    background: url(images/13gift.png) no-repeat scroll 10px 13px transparent;
	background-size:15px 15px;
    line-height: 22px;
    padding-left: 34px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.round li h2 {
    color: #373B3E;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 0 10px 0;
	border-bottom:1px dotted #C6C6C6;
}
.round li span h2 {
    color: #373B3E;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 6px 20px 6px 0;
	border-bottom:0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.round li span img {
    border: 0 none;
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 0 0;
	-webkit-border-radius:3px;
	border-radius:3px;
	 background: url(images/14cardnone.jpg) no-repeat scroll 0 0 transparent;
	background-size:50px 50px;
}
.round li span p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-right: 25px;
}
.round li .text {
	padding:10px 0 10px;
}
.round li .btop {
    background-color: #F5F5F5;
    margin-bottom: 10px;
    padding: 10px;
}
.round li .text p {
    line-height: 20px; font-size:14px; color:#666;
}
.round li img{
	max-width:100%;
	border:0;
}

.round li span em{
	display:block;
	-webkit-border-radius:20px;
	border-radius:20px;
	color:#FFF;
	font-size: 12px;
    line-height: 12px;
    margin-top: -10px;
    padding: 4px 8px;
    position: absolute;
    right: 20px;
    top: 50%;
	text-shadow: 0 0 #FFFFFF;
	font-style:normal;
}
em.ok{
	background-color: #1AA200;
}
em.error{
	background-color: #EE5500;
}
em.no{
	background-color: #BBBBCC;
}
em.more {
    text-shadow:0 1px #FFF !important;
	color: #666688 !important;
	right:8px !important;
}
em.big {
    font-size:18px;
}
.price{
	color: #FF6600; font-size:16px;
}
.price2{
	color: #1CC200; font-size:16px;
}
.round li span.jifen em{
	left:70px; font-style:normal;color: #1CC200;font-size: 18px;
}
ul.round li.biaotou { padding-right:30px;border-bottom: 1px solid #DADADA;background-color: #EBEBEB;}
ul.round li.pad { padding-right:15px;}
.bradius {-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;}
.biaotou td{ color:#999;font-size: 12px;}
.biaotou td.yuanjia{ color:#999;font-size: 12px;text-align: right; width:70px;}
.biaotou td.youhuijia{ color:#999;font-size: 12px; text-align:right; width:70px;}



.jiagebiao td.yuanjia{ color:#999;font-size: 14px; text-shadow: 0 1px #FFFFFF; /*text-decoration: line-through;*/ text-align:right; width:70px;}
.jiagebiao td.youhuijia{ color:#F60;font-size: 14px; text-align:right; width:70px;}
.round li.orderinfo{
    background: url(images/15order.png) no-repeat scroll 10px 13px transparent;
	background-size:15px 15px;
    line-height: 22px;
    padding-left: 34px;
}
.round li.title{
	background-color:#E1E1E1;
    background-image: linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #E7E7E7),
	color-stop(1, #f9f9f9)
	);
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.round li.title span{
    padding: 5px 15px 4px 0;font-size: 14px; color:#666;text-shadow:0 1px #FFF;
}

.round li p{
	padding:0; margin:2px 0; color:#999; font-size:12px;line-height: 14px;
}

.kuang th {
    color: #333333;padding:0; font-size:16px; font-weight:normal;text-align: left;width: 79px;
}
.kuang td {
    color: #999999;padding:0;
}
.kuang th.thtop{ padding:10px 0 0 0}
.kuang td.userinfo{
    padding:10px;
}
.round li span .kuang td.userinfo{
    padding:0 0 1px 10px;color: #666666;
}
.kuang td.title{
    padding:10px 0;color: #333333;
}
.kuang td.price{
	color: #FF6600; font-size:16px;
}
.kuang td.price2{
	color: #1CC200; font-size:16px;
}
.kuang td.pm{
    font-size:14px;
	line-height:20px;
}
.green{
	color:#090;
}
.red{
	color:#FF6600;
}
.time{
	font-size:12px;
}
.small{
	font-size:12px;
}
.footReturn {
    display: block;
    margin: 11px auto;
    padding: 0;
	position: relative;
}
.footerbtn{ width:50%; float:left;}
.right3{ margin-right:3px}
.left3{ margin-left:3px}
.vm {
vertical-align: middle;
}
.num {
    background: url(images/17bk_veri.jpg) repeat scroll 0 -1px  transparent;
	background-size:276.5px 40px;
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #EBEBEB, -2px -2px 2px #EBEBEB;
	-moz-box-shadow: 2px 2px 2px #EBEBEB, -2px -2px 2px #EBEBEB;
	-webkit-box-shadow: 2px 2px 2px #EBEBEB, -2px -2px 2px #EBEBEB;
    color: #666666;
    cursor: default;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 9px auto 0;
    text-align: center;
    width: 220px;
	font-family: Helvetica Neue,sans-serif;
}

.header_highlight .title {
	background:url(images/6arrow3-.png) no-repeat right 50%;
	-webkit-background-size:13px 8.5px;
	background-size:13px 8.5px;
	line-height: 18px;
	display:block;
}
.accordion_headings .title p {
	color: #797979;
	font-size: 12px;
}
#basic-accordian h2{
	padding-left: 10px;
}
#basic-accordian {
	position:relative;
	z-index:4;
	margin: 11px 10px 20px 9px;
}

.header_highlight .tab {
	margin-bottom:10px;
}
#cardintegral .accordion_child{
	padding:0;
}
#cardshopping .accordion_child{
	padding:0;
}
.vip {
	padding-left: 46px;
	background:url(images/19power1.jpg) no-repeat left 50%;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	min-height:40px;
}
.new {
	padding-left: 46px;
	background:url(images/20power0.png) no-repeat left 50%;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	min-height:40px;
}

.gift {
	padding-left: 46px;
	background:url(images/22power3.png) no-repeat left 50%;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	min-height:40px;
}
.businesses_info {
	padding-left: 30px;
	background:url(images/23power4.png) no-repeat left 50%;
	-webkit-background-size:24px 24px;
	background-size:24px 24px;
	min-height:24px;
}
.businesses_info .title{
	font-size:16px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.cardinfo {
	padding-left: 30px;
	background:url(images/24power5.png) no-repeat left 50%;
	-webkit-background-size:24px 24px;
	background-size:24px 24px;
	min-height:24px;
}
.cardinfo .title{
	font-size:16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.red{
	color: #FF0000;
}
.green{
	color: #02ae02;
}
.zongjifen li{
	width:33%;
	float:left;
	display:block;
}
.zongjifen li p{
	display:block;
	text-align:center;
	
}
.zongjifen li span{
	display:block;
	text-align:center;
}
.zongjifen li .fengexian{
	border-right: 1px dotted #ccc;
}


#cardintegral .jifen-box .month {
    display: block;
    height: 60px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}

.jifen-box{
	border:1px solid #C6C6C6;
	background-color:rgba(255, 255, 255, 0.8);
	text-align:left;
	font-size:14px;
	line-height:24px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0 1px 1px #f6f6f6;
	padding:10px;
	margin-bottom:10px;
	position: relative;
}

.jifen-box .title p {
    color: #797979;
    font-size: 12px;
}
#cardshopping  .jifen-box .month {
    display: block;
    height: 60px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}


/***************11*****/
.window .wtitle .close {
float: right;
background:url("images/28close.png") no-repeat center center;
width: 26px;
height: 26px;
display: block;
}
/**************************************************/
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.5;
	filter:alpha(opacity=0);
	display:none;
	z-index: 9;
}

#dropdown-select{position:absolute;
	top:0;
	left:0;
	height:36px;
	width:80px;
	opacity:0;
}
.pagination .left{ float:left}
.pagination .right{ float:right}


/*iscroll*/

.banner {
	width:100%;
	margin:0 auto;
	padding:0;overflow: hidden;
	background-color: #333333;
}
}
: #333333;
}
