@charset "utf-8";
html, body{
	height: 100%;
	width: 100%;
}
html, body, div, span, i, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, input, textarea, select, button{
   margin: 0; 
   padding: 0;
   list-style-type: none;
   -moz-box-sizing:border-box; /* Firefox */
   -webkit-box-sizing:border-box; /* Safari */	
   box-sizing:border-box;   
}

html{
  font-size: 10px;
}
body, td, div{
	font:1.2rem Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	letter-spacing:0; 
	color:#333; 
	margin:0; 
	padding:0; 
    -moz-font-smoothing:antialiased; 
	-webkit-font-smoothing: antialiased;
    font-smoothing:antialiased;	
}

img{border:0px; line-height: 0;}
a{ color: #333; text-decoration:none; cursor:pointer; outline:none; }
a, area {outline:none; blr:expression(this.onFocus=this.blur())} 
a:hover{ text-decoration:none;}

input,button,select,textarea{outline:none;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
input,select,textarea{
    -webkit-appearance: none;
}
input{vertical-align:middle; margin-top:0px; margin-bottom:0px;}
input::-webkit-input-placeholder{color: #666666 !important;}
input:-moz-placeholder{color: #666666 !important;}
input::-moz-placeholder{color: #666666 !important;}
input:-ms-input-placeholder{color: #666666 !important;}
select{	background:none;}

p{
  margin:0 0 0.6em 0;
  padding: 0
}

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none; }
.js #loader { 
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff url(../img/loader.gif) no-repeat center center;
}



/*顶部导航*/

#t-head {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #949694;
	text-align: center;
	background: #eeeeee;
	border-bottom: 1px solid #e0e0e0;
}
#t-head a {
	position: absolute;
    left: 3%;
    top: 7px;
    padding: 10px;
}
#t-head a img {
	height: 15px;
}

/******FOOT 脚部******/
#footerClear{
    height: 50px;
    margin-bottom: 0px;
    text-align: center;
}
#footer {
	width: 100%;
	min-width: 320px;
	max-width: 680px;
	margin: 0 auto;
	background: #f8f8f8;
	overflow: hidden;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #e0e0e0;
}
#footer ul {} 
#footer ul li {
	float: left;
	text-align: center;
	position: relative;
	display: block;
	width: 33.3%;
}
#footer ul li a {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
#footer .name {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: ##1685fc;
	padding-top: 3px;
}

#footer .foot_icon{
	display: block;
	width: 34px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	margin: 0 auto;
	position: relative;

}
#footer ul li.nav_01 .foot_icon{
	background-image: url(../images/foot_01.png);
}
#footer ul li.nav_02 .foot_icon{
	background-image: url(../images/foot_05.png);
}
#footer ul li.nav_03 .foot_icon{
	background-image: url(../images/foot_06.png);
}
#footer ul li.nav_04 .foot_icon{
	background-image: url(../images/foot_04.png);
}

#footer ul li .numb {
	position: absolute;
	left: 22px;
	top: -2px;
	font-size: 1rem;
	display: block;
	width: auto;
	height: 1.2rem;
	line-height: 1.4rem;
	background: #5b4724;
	border-radius: 14px;
	color: #fff;
	padding:0 0.3rem;
}


/*版权*/

/*#look-more {
	height: 40px;
	width: 40px;
	margin: 12px auto 0px
}
#look-more img {
	width: 100%;
}*/
#technical {
	width: 100%;
	max-width: 680px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 0px;
}

#technical img{
	width: 100%;
}
/*登陆弹窗css*/

.x-accor-div {
	display: none;
	position: fixed;
	width: 180px;
	height: 110px;
	opacity: 0.7;
	top: 45%;
	left: 50%;
	margin-left: -90px;
	z-index: 9999999999999;
	background: #000;
}
.x-accor-div a {
	color: #fff
}
.x-accor-div a:hover {
	color: #fff
}
.x-active {
	display: block;
}
.x-content {
	overflow-y: auto;
	width: 180px;
	height: 100%;
	margin: 0 auto 15px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}
.x-content img {
	width: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 20px;
}
.x-content .t-ok {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 65px;
}

/*去逛逛*/
.no-info {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #bbbbbb;
}
.no-info b {
	font-size: 18px;
	color: #676767;
	font-weight: 500;
}
.no-info a {
	font-size: 16px;
	color: #1685fc;
	padding: 5px 30px;
	border: 1px solid #1685fc;
	border-radius: 5px;
	text-decoration: none;
}

/*支付成功*/
.payok {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #4e4e4e;
}
.payok b {
	font-size: 18px;
	color: #676767;
	font-weight: 500;
}
.payok a {
	font-size: 16px;
	color: #1685fc;
	padding: 5px 30px;
	border: 1px solid #1685fc;
	border-radius: 10px;
	text-decoration: none;
}
.payok .fxquan{
	font-size:16px; 
	color: #1685fc;
}
/*空白*/

.kongbai {
	height: 60px;
}
.kongbai-20 {
	height: 20px;
}
.kongbai-5 {
	height: 5px;
}
/*按钮组通用部分*/

#button-group {
	width: 96%;
	overflow: hidden;
	margin: 0px auto;
}
.btn {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 5px;
	color: #858585;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	background: #ffffff;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:hover,
.btn.current {
	color: #fff;
	background-color: #ff6b00;
}
.btn-password {
	height: 30px;
	color: #ffffff;
	width: 30%;
	margin-top: 13px;
	line-height: 10px;
	float: right;
	margin-right: 10px;
	background-color: #1685fc;
}
/*同意 接受*/

#agree {
	overflow: hidden;
	text-align: center;
	color: #000;
	font-size: 12px;
}






/*top*/
.top{
	width: 92%;
	height: 45px;
	padding: 0 4%;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.top h1{
	font-weight: normal;
	text-align: center;
	height: 45px;
	line-height: 45px; 
	color: #666; 
	font-size: 16px;
}
.top a.back{
	position: absolute;
	left: 4%; top: 0;
}
.top a.back img{
	float: none;
	width: 20px;
    margin-top: 10px;
}


/*列表通用部分*/
.clear{
	clear: both;
}

.user {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;	
}
.user table td{
	font-size: 15px;
	color: #666666;
	padding: 15px 4%;
	border-bottom: 1px solid #dddddd;
}
.user table td input.edit{
	border: 0;
	outline: none;
    text-align: right;
    font-size: 17px;
    font-family: 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif; 
}
.user table td.m-to{
	padding-right: 25px;
	background: url(/mobile/templets/shop/images/a-more.png) no-repeat right center;
    background-size: 20px;
}
.user table td b{
	font-weight: normal;
	font-size: 15px;
}
.user table td span{
	color: #ff6b00;
}




.btn{
	width: 92%;
	/*height: 45px;*/
	border: 0; display: block;
	overflow: hidden;	
	color: #fff;
	font-size: 15px;
	background: #ff6b00;
	text-align: center;
	border-radius: 5px;
	margin: 15px auto 0;
	font-family: 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}


/*您还没有相关内容*/
.order-none{
	width:90%;
	overflow: hidden;
	padding: 25% 0;
	margin: 0 auto;
}	
	.order-none .none{
		width: 25%;
		overflow: hidden;
		margin: 0 auto;
	}
		.order-none .none img{
			display: block;
			width: 100%;
		}
	.order-none p{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #848689;
		line-height: 40px;
	}
	



/*line*/
.line {
	width: 100%;
	height: 10px;
	background: #f3f3f3;
}
.lines{
  	width: 100%;
  	border-bottom: 1px solid #ececec;
}


/*弹窗*/
.window_hide{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.window_hide .content{
  position: absolute;
  top: 30%;
  left: 10%;
  width: 80%;
  height: auto;
  min-height: 120px;
  border-radius: 5px;
  margin: 0;
  padding: 26px;
  background: #fff;
}
.window_hide .close{
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  top: 10px;
  right: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../img/icon.png) no-repeat right top;
  filter:alpha(opacity=75); 
  opacity:0.75;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.window_hide .close:hover{
  filter:alpha(opacity=100); 
  opacity:1;
}
.window_hide .btnBox{
	position: relative;
	margin:20px -2% 0;
}
.window_hide .btnBox .btn{
	width: 96%;
	margin:0 2%;
	
}
.window_hide .btnBox .btn.w5{
	width: 46%;
	display: block;
	float: left;
	margin:0 2%;
}

#wrapper{
	max-width: 680px;
	min-width: 320px;
	margin: 0 auto;
}

#prompt_info{
  text-align: center;
  font-size: 3.2vw;
  position: fixed;
  background:rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
}
#prompt_info span{
  width: 100%;
  display: block;
  font-size: 3.7vw;
  line-height: 1.8em;
  color: #fff;
}
#prompt_info img{
  width: 50vw;
  display: block;
  margin:10px auto;
  margin-top: 25vh;
}
.back {
		    width: 100%;
		    overflow: hidden;
		    margin: 0 auto;
		    background: #fff;
		}
		.back .title {
		    width: 100%;
		    overflow: hidden;
		    border-bottom: 1px solid #ececec;
		    background: url(/mobile/templets/shop/images/back.png) no-repeat left center;
		    background-size: 18px;
		}
		.back .title h1 {
		    font-weight: normal;
		    float: left;
		    margin-left: 0%;
		    padding-left: 22px;
		    line-height: 50px;
		    height: 45px;
		    font-size: 14px;
		    color: #666666;
		}