
a{ text-decoration:none; color:#333;}
input,textarea{ outline:medium;}  /*清除表单点击后的蓝色框*/
body,div,ul,li,ol,dl,dt,dd,form,input,h1,h2,h3,h4,label,button,textarea,img{ padding:0; margin:0; font-size:12px; font-family:Tahoma,Arial,Helvetica,STHeiti,“SimSun”,“宋体”，“微软雅黑”,“Microsoft YaHei”; color:#333;  border:none;}
body {min-width:1200px;}
a {outline:none; blr:expression(this.onFocus=this.blur());}  /*清除a标签点击时出现的虚线框 （主要是在ie6-ie8）*/
ul,li{list-style:none;}
body{background:#fff;font-style: normal;}
h1,h2,h3,h4,h5,h6,em,b,i,strong{font-style: normal;font-weight: normal;}

.clear:after{ height:0px; overflow:hidden; clear:both; content: ""; display: block;}
.clear{zoom:1;}  /*兼容ie*/
.allbg{background-color: #F1F2F3;}

.wrap {
	clear:both;
	width:1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}
.bs-bb{
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box; 
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
button:focus,button:active:focus,button.active:focus,button.focus,button:active.focus,button.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}
.lf{
	float: left;
}
.rt{
	float: right;
}



/* 下拉复选框公共样式 start */

.fs-wrap {
    position: relative;
    display: inline-block;
    width: 280px;
    font-size: 14px;
    line-height: 1;
}
.fs-label-wrap {
    position: relative;
    border: 1px solid #e5e5e5;
    cursor: default;
    color: #333;
    border-radius: 2px;
}
.fs-label-wrap,.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fs-label-wrap .fs-label {
	width: 230px;
	height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
	line-height: 40px;
	padding: 0 40px 0 10px;
	background-color: #FFFFFF;
}
.fs-arrow {
    width: 40px;
    height: 40px;
	border-left: 1px solid #e5e5e5;
    background: url(../images/fixed/sq.png) no-repeat scroll center center;
    background-size: 17px 9px;
	position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
    z-index: 10086;
    border-radius: 2px;
	color: #333;
}
.fs-dropdown .fs-options {
    max-height: 250px;
    overflow: auto;
}
.fs-search input {
    width: 90%;
    padding: 4px 4px;
    border: 0;
	font-size: 14px;
}
.fs-option,.fs-search,.fs-optgroup-label {
    padding: 10px 8px;
    cursor: default;
}
.fs-option{
    cursor: pointer;
}
.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 32px;
}
.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}
.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background: url(../images/fixed/ck.png) no-repeat scroll center center #d92600;
    background-size: 13px 14px;
    border-color: #d92600;
}
.fs-wrap .fs-option:hover {
    background: #f1f2f3;
    border-radius: 4px;
    margin-left:0px;
    margin-right:2px;
	color: #d92600;
}
.hidden {
    display: none;
}
.fs-selectAll{
	float: right;
	cursor: pointer;
	margin-top: 4px;
	height: auto;
	width: 10%;
	text-align: right;
}
.fs-selectAll .fa{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 15px;
	height: 15px;
	background-color: #FFFFFF;
}
.fs-selectAll.selected .fa{
	background: url(../images/fixed/ck.png) no-repeat scroll center center #d92600;
	background-size: 12px 14px;
	border-color: #d92600;
}
.pmdtBox {
	min-width:1200px;
}
/* 下拉复选框公共样式 end */

/* 底部公共样式start */

.footer{
	width: 100%;
	background-color: #3b3b3b;
	margin-top: 30px;
	min-width:1200px;
}
.foot-container{
	padding: 60px 0 30px 0 ;
	height: 170px;
}
.left .ft-logo h1{
	color: #ffffff;
	font-size: 35px;
	margin-top: 12px;
}
.left .ft-msg{
	padding-top: 5px;
}
.left .ft-msg ul li{
	margin-top: 12px;
}
.left .ft-msg ul li img{
	vertical-align: -3px;
}
.left .ft-msg ul li h2{
	color: #f0f3ef;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}
.right{
	padding: 10px 0 60px 45px;
	margin: 0 0 0 45px ;
	border-left: 1px solid #525252;
}
.right .footer-box{
	padding: 0 0 15px 0;
}
.footer-box ol li {
	display: block;
	float: left;
	margin: 0px 0 0 35px;
} 
.footer-box ol li:first-child{
	margin: 0;
}
.footer-box ol li a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
}
.right h1{
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
}

/* 底部end */

/* 翻页 start */

.page{
	margin-top: 25px;
	height: 50px;
	text-align: center;
}
.page ul{
	display: inline-block;
}
.page ul li{
	float: left;
	margin-left: 4px;
}
.page ul li.message, .page ul li a{
	display: block;
	min-width: 36px;
	height: 30px;
	font-size: 14px;
	color: #666;
	border-left: none;
	text-align: center;
	line-height: 30px;
	border: solid 1px #fff;
	border-radius: 3px;
	background-color: #f4f4f4;
}
.page ul li.message {
	width:auto;
	border:1px solid #fff;
	background:#fff;
	padding-right:10px;
}
.page ul li a:hover, .page .current a {
	color: white;
	background-color: #d92600;
}
.page ul li.prePage a, .page ul li.nextPage a {
	min-width: 76px;
	height: 30px;
}

/* 翻页 end */

/* 分页banner start */

.banner-or{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.banner-or .banner-or-bg{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
	background:url(../images/change/banner-or-1.png) no-repeat scroll center center;
	background-size:cover;
}
.banner-cp{
	height: 300px;
}
.banner-cp .banner-or-bg{
	background:url(../images/fixed/coupon/coupon-banner.png) no-repeat scroll center center;
}
.banner-news .banner-or-bg{
	background:url(../images/fixed/news/banner-news.png) no-repeat scroll center center;
}
.banner-help .banner-or-bg{
	background:url(../images/fixed/news/banner-help.png) no-repeat scroll center center;
}

/* 分页banner end */

/* 弹层公共样式 start */

.over{
	width: 100%;
	height: 100%;
	opacity:0.4;
	filter:alpha(opacity=40);
	display: none;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	background: #000;
}
.tc {
	position: fixed;
	height: auto;
	width: 100%;
	z-index: 100;
	display: none;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

/* 弹层公共样式 end */

/* 个人中心nav start */

.mine{
	padding: 30px 0;
}
.minenav{
	padding: 15px 0;
	width: 140px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 2px solid #e9310d;
}
.minenav ul{
	display: inline-block;
}
.minenav ul li{
	padding: 18px 0;
	text-align: left;
}
.minenav ul li a{
	font-size: 14px;
}
.minenav ul li a:hover{
	color: #e9310d;
}
.minenav ul .mineon a{
	color: #e9310d;
}

/* 个人中心nav end */
.fullbd {
	min-width:1200px;
}