* {
    margin:0;
    padding:0;
    box-sizing: border-box;
	}
html {
	min-height:100%;
	font-size:62.5%;
	}
body {
	min-height:100%;
	width:100%;
	background-color:#F3F5F7;
	margin:0;
	padding:0;
	font-size:1.6rem;
	color:#000;
	word-wrap:break-word;
	font-family:"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
	}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
ol,ul,li { list-style-type:none;}
img,input,button { border:0px; outline:none;}
a { text-decoration:none;}
form { margin:0px;padding:0px;}
input,button,h1,h2,h3,h4,h5,h6 { padding:0; margin:0; font-weight:normal; font-family:"Microsoft YaHei"; outline:none;}
input[type="button"]{ cursor:pointer;}
button { cursor:pointer;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{ *zoom:1;}
.clear { margin: 0; padding: 0; font-size: 0; clear: both }
.float_left { float:left;}
.float_right { float:right;}
.text_center { text-align:center;}
.block { display:block;}

.mt-10 { margin-top: 10px;}
.mt-15 { margin-top: 15px;}
.mt-20 { margin-top: 20px;}
.pt-10 { padding-top: 10px;}

.w2 li { width: 50% !important;}
.w3 li { width: 33% !important;}
.w4 li { width: 25% !important;}
.w5 li { width: 20% !important;}

/*颜色*/
.text-blue { color: #30ACE2;}
.text-blue2 { color: #2594FB;}
.text-red { color: #FF3C00;}
.text-orange { color: #FFAB03;}
.text-orange2 { color: #FF7A22;}
.text-purple { color: #37CD53;}
.text-green { color: darkturquoise !important;}

.bgc { background-color:#F3F5F7;}
img { max-width: 100%;}

/*首页*/
.header {
	position:relative;
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#005dad;
	color:#fff;
	box-sizing: border-box;
	}
.h_left, .h_right {
	padding: 0 10px;
	top:0px;
	position:absolute;
	width: 15%;
	font-size:1em;
	}
.h_left { left:0;}
.h_right { right:0;}
.h_left b, .h_right b {
	display: block;
	font-size: 1.2rem;
}
.h_right a {
	font-size: 1.4rem;
	color: #fff;
}
.h_left i, .h_right i {
	margin-top: 8px;
}
.h_left img {
	height:1em;
	}
.h_title {
	margin:0px 15%;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	display:block;
	word-wrap:normal;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	}
.h_title .small {
	font-size:1.6rem;
	}
.h_title .small img {
	width:12px;
	margin-left:2px;
	}

.searchBox {
	width: 100%;
	text-align: left;
}
.searchBox label {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: rgba(255,255,255,1);
	border-radius: 20px;
}
.searchBox label i {
	margin-left: 10px;
	color: #aaa;
}
.searchBox label input {
	width: 65%;
	color: #000;
}
.searchBox label button {
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	color: #666;
	background-color: transparent;
}

.nav_bar {
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:9999;
	width:100%;
	height:50px;
	text-align: center;
	background-color:#fff;
	overflow: hidden;
	}
.nav_bar ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-around;
	}
.nav_bar ul li {
	flex: 1;
	}
.nav_bar ul li a {
	color: #333333;
}
.nav_bar ul li i {
	margin-top:8px;
	font-size: 20px;
	color: #999;
	}
.nav_bar ul li span {
	display:block;
	font-size:1.2rem;
	}
.nav_bar>ul> li.current a, .nav_bar>ul> li.current a i {
	color:#005dad;
	}
	
.main, .nav_con {
	width:100%;
	}
.nav_con {
	padding-top: 15px;
	}
.nav_con li {
	margin-bottom:15px;
	float:left;
	width:20%;
	text-align:center;
	}
.nav_con li img {
	width:60%;
	max-width:50px;
	}
.nav_con li span {
	display:block;
	font-size:0.8em;
	color:#4d4d4d;
	}


.main, .nav_con_cc {
	width:100%;
	}
.nav_con_cc {
	padding-top: 15px;
	}
.nav_con_cc li {
	margin-bottom:15px;
	float:left;
	width:33%;
	text-align:center;
	}
.nav_con_cc li img {
	width:60%;
	max-width:80px;
	}
.nav_con_cc li span {
	display:block;
	font-size:0.8em;
	color:#4d4d4d;
	height: 44px;
	}




.news_bar {
	background: #fff;
	border-top: 1px solid #ddd;
}
.news_bar, .news_bar a {
	font-size: 1.4rem;
	color: #333;
}
.news_bar {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.news_bar div.float_left {
	padding-right: 10px;
	color: #F25165;
}
.newsdemo {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.rukou img {
	width: 100%;
}

.pro_one_w {
	padding-bottom: 10px;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	background-color: #fff;
}
.pro_one_item {
	padding: 0 5px;
	margin-left: -5px;
	display: inline-block;
	width: 50%;
	font-size: 1.2rem;
	color: #999;
	text-align: center;
}
.pro_one_item p {
	height: 1.4em;
	color: #D9332A;
	overflow: hidden;
}
.pro_one_item p img {
	margin: -4px 2px 0 0;
	height: 14px;
	vertical-align: middle;
}
.pro_one_item span {
	font-size: 10px;
}
.pro_one_item .pimg {
	width: 100%;
	height: 30vw;
}

.pro_two_w {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	padding-bottom: 10px;
	background-color: #fff;
}
.pro_two_w .left, .pro_two_w .right {
	width: 50%;
}
.pro_two_w .right {
	padding-left: 8px;
}
.pro_two_w p {
	padding-bottom: 10px;
	height: 2.8em;
	overflow: hidden;
}
.pro_two_w span {
	margin-top: 5px;
	display: block;
	color: #D9332A;
}
.pro_two_w .left img {
	margin: -4px 2px 0 0;
	vertical-align: middle;
}
.pro_two_w b {
	font-weight: normal;
	color: #999;
}
.pro_two_item {
	display: flex;
	padding: 8px;
	margin-top: 10px;
	margin-left: 10px;
	width: calc( 50% - 15px );
	background-color: #F4F2F7;
	border-radius: 8px;
}

/*商家列表*/
.search {
	padding:8px 0;
	width:100%;
	text-align:center;
	background-color:#F0F0F0;
	}
.search label {
	margin:auto;
	display:block;
	width:90%;
	background-color:#fff;
	border-radius:4px;
	}
.search input, .search button {
	font-size:1.4rem;
	height:2.4em;
	line-height:2.4em;
	background-color:transparent;
	}
.search input {
	text-indent:1em;
	width:auto;
	}
.search button img {
	margin-top:0.3em;
	margin-right:5px;
	height:1.8em;
	}
.shangjia ul {
	padding-top: 1px;
}
.shangjia li {
	padding-bottom:10px;
	margin:3%;
	width:94%;
	border-bottom:1px solid #ddd;
	}
.shangjia li:last-child {
	border-bottom: 0;
}
.sj_pic {
	display: none;
	margin-top:5px;
	float:left;
	width:22%;
	min-width:70px;
	max-width:100px;
	}
.sj_con {
	margin-left:15px;
	float:left;
	width:90%;
	font-size:1.6rem;
	color:#000;
	}
.sj_con span {
	margin-top:5px;
	display:block;
	line-height:1.5em;
	font-size:1.2rem;
	color:#999;
	}
.sj_zan {
	margin-top:1.4em;
	float:right;
	}

/* 视频 */

.article {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  background: #fff;
}
.article > img {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.article h2 {
	padding: 0 5px 10px;
	font-size: 12px;
	color: #666;
}

.wall {
	padding: 10px 10px 0 0;
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 25%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .wall-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wall-column {
    width: 50%;
  }
}

/*会员中心*/
.user_center {
	padding-bottom:70px;
	width:100%;
	}
.usercard {
	position:relative;
	padding:10px;
	background-color:#fff;
	}
.usercard img {
	margin:0 5%;
	width:90%;
	}
.usercard p {
	position:absolute;
	left:15%;
	bottom:13%;
	font-size:2rem;
	color:#000;
	}

.uc li {
	padding: 5px 10px;
	width: 100%;
	font-size:1.4rem;
	color:#3b3b3b;
	}
.uc li:last-child {
	border: 0;
}
.uc li span {
	display: block;
	width: 100%;
}
.uc i.float_right {
	font-style: normal;
	color: #0099CB;
}
.uc i.float_right b {
	font-weight: normal;
}
.uc li input, .uc li select {
	margin-top: 5px;
	padding-left: 5px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc inset;
    box-sizing: border-box;
}
.uc li textarea {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc inset;
    box-sizing: border-box;
}
.uc li span.float_left img {
	float:left;
	margin:16px 10px 0 5px;
	height:18px;
	}
.uc li span.float_right {
	margin-right:5%;
	color:#ff5a5a;
	}
.uc li span.float_right img {
	margin-top:18px;
	margin-left:10px;
	float:right;
	height:14px;
	}
.uc li span.float_right i {
	float:left;
	margin-top:14px;
	padding:4px 10px;
	display:block;
	height:1em;
	line-height:1em;
	font-size:14px;
	color:#fff;
	font-style:normal;
	background-color:#EC5151;
	border-radius:100px;
	}
.uc li a {
	color: #000;
}

.nav_con1 {
	margin-top: 10px;
	padding-top: 15px;
	}
.title4 {
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 1.4rem;
	border-bottom: 1px solid #ddd;
}
.nav_con1 ul {
	width:100%;
	}
.nav_con1 li {
	padding: 15px 0;
	float:left;
	width:33.33%;
	height:90px;
	text-align:center;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	box-sizing: border-box;
	}
.nav_con1 li:nth-child(3n) {
	border-right: 0;
}
.nav_con1 li i {
	font-size: 28px;
	}
.nav_con1 li span {
	margin-top: 5px;
	display:block;
	font-size:0.8em;
	color:#4d4d4d;
	}
/*收藏收益*/
.user_top1 {
	padding: 15px;
	color: #fff;
	background-color: #73AC39;
}
.user_top1 div.float_left {
	font-size: 3.4rem;
}
.user_top1 div.float_right a {
	padding: 4px 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}

/*收藏收益*/
.uc1 {
	background-color: #FFFFFF;
}
.uc1 li {
	padding: 10px 15px;
	font-size: 1.4rem;
	border-bottom: 1px solid #ccc;
}
.uc1 li p {
	font-size: 1.4em;
}
.uc1 li p span {
	font-size: 0.8em;
	color: #F51114;
}
.uc1 li p span b {
	font-size: 1.4em;
}
.uc1 .time1 {
	padding: 1em 0 0.5em;
}

/*2015-12-29 第二部分*/

/*2015-12-29 第二部分*/
.login {
	padding-top: 1px;
	width:100%;
	height:100%;
	background:url(../images/login/loginbg.jpg) #9CC607 no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	}
.loginpic {
	margin-top:50px;
	}
.loginpic img {
	margin-top:40px;
	width:30%;
	max-width:160px;
	}
.loginul {
	margin:auto;
	margin-top:20px;
	width:80%;
	}
.loginul li {
	margin-bottom:20px;
	}
.loginul li, .loginul li input {
	height:2.8em;
	line-height:2.8em;
	}
.loginul > li > label {
	position: relative;
	display:block;
	background-color: #fff;
	border-radius: 4px;
	}
.loginul > li > label img {
	margin:0.7em 1em 0;
	float:left;
	height:2.0rem;
	}
.loginul, .loginul a, .loginul li input {
	font-size:1.4rem;
	color:#333;
	}
.loginul li input {
	background-color:transparent;
	}
.loginbtn {
	display: block;
	width:100%;
	font-size:1.8rem !important;
	text-align:center;
	color: #fff !important;
	background-color:#FF9900;
	border:0;
	border-radius: 4px;
	}


.loginul input.btn {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color: #FF8415;
	border-radius: 20px;
	background: -webkit-linear-gradient(#d0d0d0, #fdfdfd); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#d0d0d0, #fdfdfd); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#d0d0d0, #fdfdfd); /* Firefox 3.6 - 15 */
	background: linear-gradient(#d0d0d0, #fdfdfd); /* 标准的语法 */
}

.checkboxFive {
	margin-top:6px;
	margin-right:5px;
	float:left;
	width: 18px;
	position: relative;
}
.checkboxFive input[type=checkbox] {
	visibility: hidden;
}
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
  	left: 0;
	border:1px solid #fff;
}
.checkboxFive label:after {
	opacity: 0.2;
	content: '';
	top:0;
	left:0;
	position: absolute;
	width:18px;
	height:18px;
	background:url(../images/login/check.png) no-repeat center;
}
.yzm {
	top: 0;
	right: 0;
	position: absolute;
	max-width: 80px;
	max-height: 30px;
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0.5;
}
/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.fsone {
	float:left;
	}
.fstwo {
	float:right;
	text-decoration:underline;
	}

/*注册*/
.register {
	margin:auto;
	margin-top:60px;
	width:85%;
	}
.register li {
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
.register li, .register li input {
	height:2.5em;
	line-height:2.5em;
	font-size:1.4rem;
	color:#666;
	}
.register > ul > li > label {
	display:block;
	}
.register > ul > li > label img {
	margin:0.5em 1em 0;
	float:left;
	height:2.0rem;
	}
.btnreg {
	margin-top:20px;
	width:100%;
	height:2.5em;
	font-size:1.6rem;
	color:#fff;
	text-align:center;
	background-color:#F03726;
	}
/*商城首页*/
.scbanner img {
	width:100%;
	max-height:300px;
	}
.bgf {
	background-color:#fff;
	}
.brand {
	margin-top:20px;
	width:100%;
	}
.brand h2 {
	height:2.8em;
	line-height:2.8em;
	font-size:1.6rem;
	color:#333;
	background-color:#fff;
	}
.brand h2 span {
	padding-left: 8px;
	margin-left:10px;
	border-left: 4px solid #F23030;
	}
.brand h2 b {
	font-size: 1.2rem;
	font-weight: normal;
	color: #D9534F;
}
.brand h2 a {
	float: right;
	margin-right:10px;
	font-size:1.2rem;
	color:#999;
	}
.brand, .produscts, .produscts li {
	box-sizing: border-box;
}
.produscts li {
	float:left;
	margin-left: 8px;
	margin-top: 10px;
	width: calc( 50% - 12px );
	overflow:hidden;
	background-color: #fff;
	}
.produscts li img {
	width:100%;
	height: 44vw;
	}
.produscts > li > a > p {
	padding: 0 10px;
	height: 1.4em;
	font-size:1.4rem;
	color:#555;
	height:44px;
/*	overflow: hidden;*/
	}
.produscts > li > b {
	margin-left:10px;
	font-size:1.6rem;
	color:#F54337;
	}
.produscts div.float_left {
	padding-bottom: 5px;
	font-size: 1.2rem;
}
.produscts div.float_left del {
	color: #999;
}
.produscts div.float_left span {
	padding-left: 10px;
	font-size: 1.2rem;
	color: #F23030;
}
.produscts a.float_right {
	margin-top: 4px;
}
.produscts a.float_right i {
	padding: 5px;
	color: #fff;
	background-color: #F23030;
	border-radius: 100%;
}
/*购物车*/
.cart {
	padding:10px 0;
	margin-bottom:15px;
	background-color:#fff;
	}
.tablecomm {
	margin-left:5%;
	width:90%;
	border-collapse:collapse;
	}
.cartpic {
	margin:0 8px;
	width: 80%;
	}
.carttitle {
	line-height:1.5em;
	font-size:1.4rem;
	color:#333;
	}
.cartprice {
	font-size:1.8rem;
	color:#F23030;
	font-style:normal;
	}
.adddata {
	font-size: 1.2rem;
	text-align:center;
	border:1px solid #ddd;
	border-radius:4px;
	}
.adddata #addd {
	padding:0 5px;
	border:1px solid #ddd;
	border-width:0 1px;
	}
.adddata #addd, .adddata #addjian, .adddata #addjia {
	cursor:pointer;
	}
.adddata #addjian, .adddata #addjia {
	font-size: 1.6rem;
	padding: 0 10px;
}
.cart .adddata #addjian, .cart .adddata #addjia {
	padding: 0 5px;
}
.zj {
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}
.delt {
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
	color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 4px;
}
.je {
	padding-top: 4px;
	color: #F23030;
}
/*收货地址*/
.getaddress {
	padding: 0 20px;
	background-color: #fff;
	}
.getaddress li {
	width:100%;
	height: 45px;
	line-height: 45px;
	font-size:1.4rem;
	color:#333;
	border-bottom:1px solid #ddd;
	}
.getaddress li span {
	margin-right: 10px;
}
.getaddress li select {
	width:100%;
	border:0;
	color:#666;
	padding:0;
	}
.dizhi select {
	width: 28% !important;
}
.checkFive {
	float:left;
	width: 20px;
	position: relative;
}
.checkFive label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
  	left: -2px;
	background-color:#f60;
	border:0;
	border-radius: 100px;
}
.checkFive label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 3px;
	left: 4px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	 
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cFiveInput {
	border:0;
	}
.checkFive label:hover::after {
	opacity: 0.5;
}
.checkFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.getaddrbotoom > section {
	float:right;
	}
.getaddrbotoom > section > i {
	margin-left:5px;
	font-size:1.4rem;
	font-style:normal;
	}
.getaddrbotoom {
	margin-top:20px;
	text-align: center;
	}
.getaddrbotoom .gabbtn1, .getaddrbotoom .gabbtn2 {
	margin-top:10px;
	width:40%;
	height:2.5em;
	text-align:center;
	font-size:1.6rem;
	color:#fff;
	}
.getaddrbotoom .gabbtn1 {
	background-color:#FF6600;
	}
.getaddrbotoom .gabbtn2 {
	background-color:#A8A7A5;
	}

/*我的订单*/
.myorder {
	margin-bottom:15px;
	background-color:#fff;
	}
.myorder .myotitle {
	padding:0 10px;
	height:3em;
	line-height:3em;
	border-bottom:1px solid #ddd;
	}
.myotitle span {
	float:left;
	font-size:1.6rem;
	color:#333;
	}
.myotitle i {
	float:right;
	font-size:1.4rem;
	color:#f01111;
	font-style:normal;
	}
.myorderd {
	margin:10px;
	margin-bottom:0;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	}
.myorderd img {
	float:left;
	width:60px;
	}
.mod {
	margin-left:100px;
	font-size:1.4rem;
	text-align:right;
	}
.mod h4 {
	font-size:1.2rem;
	color:#999;
	}
.mod p {
	color:#000;
	}
.mod p b {
	margin-left:10px;
	font-weight:normal;
	color:#f60606;
	}
.myordprice {
	margin-left:5%;
	width:90%;
	height:3em;
	line-height:3em;
	font-size:1.6rem;
	color:#333;
	}
.myordprice i {
	font-style:normal;
	color:#f60606;
	}
.myordprice button {
	float:right;
	padding:2px 5px;
	margin-top:1em;
	font-size:1.2rem;
	color:#666;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	}
/*订单提交*/
.orderaddr {
	padding:15px 10px;
	line-height:2em;
	font-size:1.2rem;
	color:#666;
	background:url(../images/shangcheng/arrow04.png) #fff no-repeat 95% 50%;
	background-size:16px 30px;
	}
.orderaddr p {
	width:88%;
	}
.orderaddr p i {
	font-style:normal;
	}
.beizhu {
	padding-bottom:20px;
	margin:0 10px;
	}
.beizhu span {
	display:block;
	line-height:3em;
	font-size:1.4rem;
	}
.beizhu textarea {
	width:100%;
	min-height:40px;
	border:1px solid #ddd;
	}
.heji {
	margin:20px 10px 0;
	font-size:1.6rem;
	color:#000;
	}
.heji i {
	font-style:normal;
	color:#f60606;
	}
.heji input {
	margin-top:20px;
	width:100%;
	height:2.5em;
	line-height:2.5em;
	font-size:1.6rem;
	text-align:center;
	color:#999;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:3px;
	}
.heji button {
	margin-top:20px;
	width:90%;
	height:2.5em;
	font-size:1.6rem;
	text-align:center;
	color:#fff;
	background-color:#F03726;
	border-radius:4px;
	}
/*商品分类*/
.pindao {
	padding: 10px 20px;
}
.pindao a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 14px;
	background: #F23030;
	border-radius: 4px;
}

.lmleft {
	float:left;
	width:90px;
	height:100%;
	background-color:#fff;
	overflow: hidden;
}
.lmleft li {
	width:100%;
	height:3em;
	line-height:3em;
	font-size:1.4rem;
	text-align:center;
	color:#666;
	border-bottom:1px solid #ddd;
	}
.lmleft .current {
	background-color:#F3F5F7;
	}
.lmright {
	margin-left:90px;
	}
.lmright ul li {
	margin:15px 0;
	float:left;
	width:48%;
	font-size:1.4rem;
	color:#999;
	text-align:center;
	overflow:hidden;
	}
.lmright ul li img {
	width:60px;
	}
.dianpu .lmleft li {
	background-color: #F7F8F9;
	border-bottom: 0;
	}
.dianpu .lmleft .current {
	background-color:#fff;
	}
.dianpuinfo .width5 i {
	margin-right: 5px;
	font-size: 12px;
	color: #F89406;
	font-style: normal;
	border: 1px solid #F89406;
	border-radius: 4px;
}
.lmr_con {
	margin: 0 10px;
	display: flex;
	margin-bottom: 1px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.lmrc {
	padding-top: 15px;
	padding-left: 10px;
	line-height: 1.6em;
	font-size: 1.4rem;
	color: #333;
}

.lmrct {
	height: 1.8em;
	overflow: hidden;
}
.shop_car {
	left: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #666;
	background-color: #FBFBFB;
	border-top: 1px solid #ddd;
}
.shop_car div {
	padding-left: 10px;
	font-size: 14px;
}
.shop_car div i {
	margin-right: 10px;
}
.shop_car a {
	display: block;
	width: 110px;
	height: 100%;
	text-align: center;
	color: #666;
	background-color: #E5E5E5;
}
/*商品详情*/
.xqbanner {
	line-height: 1em;
	}
.xqbanner img {
	width:100%;
	max-height:250px;
	}
.shangpin {
	background-color:#fff;
	}
.sptitle {
	padding: 10px;
	border-bottom:1px solid #ddd;
	box-sizing: border-box;
	}
.sptitle b {
	font-size:1.6rem;
	font-weight:normal;
	}
.sptitle b, .sptitle span {
	padding:10px 0;
	}
.sptitle span {
	display:inline-block;
	width:29%;
	text-align:center;
	border-left:1px solid #ddd;
	}
.sptitle span i {
	display:block;
	font-style:normal;
	font-size:1.2rem;
	color:#666;
	}
.sptitle span img {
	width:20px;
	}
.spprice {
	padding:10px 0;
	font-size:1.4rem;
	border-bottom:1px solid #ddd;
	}
.spprice span {
	display:inline-block;
	width:45%;
	color:#333;
	margin-left:2%;
	}
.spprice span strong {
	font-size:1.4em;
	font-weight:normal;
	color:#f60;
	}
.spprice i {
	display:inline-block;
	width:25%;
	font-style:normal;
	}
.spprice i strong {
	color:#000;
	}
.spprice b {
	margin-top:8px;
	margin-right: 10px;
	font-size:1.2rem;
	color:#666;
	font-weight:normal;
	}
.spdata {
	padding:10px;
	padding-right:0;
	}
.spdata .adddata {
	float:right;
	margin-right:10px;
	}
.spbtn {
	display:flex;
	justify-content:center;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
	background-color:#fff;
	}
.spbtn a {
	padding-top:10px;
	margin-right:15px;
	color:#666;
	font-size:18px;
	text-align:center;
}
.spbtn span {
	display:block;
	font-size:14px;
}
.spbtn button {
	margin-top:10px;
	padding:0 10px;
	display:inline-block;
	height:2.5em;
	font-size:1.6rem;
	color:#fff;
	}
.spbtn1 {
	background-color:#E9573E;
	border-radius:50px 0 0 50px;
	}
.spbtn2 {
	    margin-left: -8px;
	background-color:#F6B041;
	border-radius:0 50px 50px 0;
	}
.sptab {
	margin-top:20px;
	background-color:#fff;
	}
.sptabtop {
	background-color:#fff;
	border-bottom:1px solid #f60;
	}
.sptabtop li {
	float:left;
	width:50%;
	height:3em;
	line-height:3em;
	font-size:1.4rem;
	color:#333;
	text-align:center;
	}
.sptabtop li.current {
	color:#fff;
	background-color:#f60;
	}
.sptabcon {
	padding: 15px;
	font-size: 1.4rem;
	line-height:1.5em;
	}
/*关于我们*/
.aboutus {
	padding:10px;
	font-size:1.4rem;
	line-height:1.8em;
	color:#4d4d4d;
	box-sizing: border-box;
	}
.aboutus .fs1 {
	padding-bottom: 10px;
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
.aboutus .fs1 span {
	padding-top: 0.5em;
	display: block;
	font-size: 1.3rem;
	color: #999;
}
.aboutus .fs2 {
	font-size: 1.4rem;
	color: #777;
}

.aboutus img {
	max-width: 100%;
}
.title1 {
	margin-left: 5%;
	width: 90%;
	font-size: 1.4rem;
	padding: 1em;
}
.title1 span {
	padding-left: 6px;
	border-left: 4px solid #F23030;
}

.gwc_btn button {
	width:90%;
	height:2.5em;
	font-size:1.6rem;
	text-align:center;
	color:#fff;
	background-color:#F03726;
	border-radius:4px;
	}
.table_comm {
	font-size: 1.4rem;
	overflow-x: scroll;
}
.table_comm table {
	width: 200%;
	line-height: 3em;
	border: 1px solid #DDDDDD;
}
.table_comm table td, .table_comm table th {
	height: 3em;
	border: 1px solid #DDDDDD;
	border-width: 0 1px 1px 0;
}
.table_comm table th {
	background: #f5f5f5;
}
.table_comm table td {
	padding-left: 10px;
}
.table_comm table td a {
	color: #0099CB;
}

.user_top {
	padding: 1em 0;
	font-size: 1.5rem;
	color: #FFF;
	background:url(../images/ucenter.jpg) no-repeat bottom;
	background-size: 140%;
}
.bg1 {
	padding-top: 10px;
	padding-bottom: 30px;
	background:url(../images/ucenter1.png) #fff no-repeat bottom;
	background-size: cover;
}
.user_top .width3 {
	float: left;
	width: 25%;
	padding: 0;
	text-align: right;
}
.user_top .width3 img {
	margin-right: 1em;
	height: 55px;
	border: 4px solid rgba(255,255,255,0.5);
	border-radius: 100%;
}
.user_top .width5 {
	padding-top: 5px;
	float: left;
	width: 55%;
}
.user_top .width5 p {
	font-size: 1.4rem;
	line-height: 1.6em;
}
.user_top .width5 a {
	display: block;
	font-size: 1.4rem;
	color: #f8f0c5;
}
.user_top .width2 {
	float: left;
	width: 20%;
}
.user_top .width2 img {
	margin-top: 25px;
	height: 40px;
}
.qcode {
	padding-top: 10px;
	padding-right: 10px;
}
.qcode a {	
	color: #fff;
}
.qcode i {
	font-size: 30px;
}
.qcode b {
	display: block;
	font-size: 1.2rem;
}
.utop {
	padding-bottom: 15px;
	text-align: right;
}
.utop a {
	margin-right: 15px;
	font-size: 16px;
	color: #fff;
}
.level span {
	padding: 2px 5px;
	font-size: 1.2rem;
	border-radius: 10px;
}
.level img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.bg-red {
	color: #fff !important;
	background-color: #F03726 !important;
}
.orderm {padding-bottom: 10px; background: #fff;}
.orderm h1 { margin: 0 10px; padding: 0.8em 0; font-size: 1.8rem; border-bottom: 1px solid #CCCCCC;}
.orderm h1 a { font-size: 0.8em; color: #666666;}
.orderm ul { padding-top: 10px;}
.orderm ul li { float: left; text-align: center;}
.orderm ul li b { color: #D9332A; font-size: 0.9em; font-weight: normal;}
.orderm ul li span { padding-top: 5px; display: block; font-size: 1.2rem; color: #666;}
.orderm ul li i.fa { font-size: 18px;}
.orderm ul li a { color: #999;}

.ct {
	padding: 6px 0;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.ct a {
	padding: 4px 0;
	display: inline-block;
	width: 50%;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
}
.ct a:first-child {	
	border-right: 1px solid #ddd;
}
.ct i {
	margin-right: 8px;
}

.gonggao {
	margin-top: 10px;
	padding: 15px;
	font-size: 1.4rem;
	background-color: #fff;
}
.gonggao i {
	margin-right: 5px;
	color: #F89406;
}
.gonggao a {
	color: #0099CB;
}

@media only screen and (max-width:280px){
	.sj_con {
		margin-left:15px;
		float:left;
		width:50%;
		font-size:1.6rem;
		color:#000;
	}
	.promore li {
		width:32%;
	}
	.cartpic {
		width:60px;
	}
	.cartprice {
		font-size:1.6rem;
		color:#000;
		font-style:normal;
	}
	.myotitle span {
		font-size:1.4rem;
	}
	.myordprice {
		font-size:1.2rem;
	}
	.mod {
		margin-left:80px;
	}
	.myordprice button {
		float:right;
		padding:2px 5px;
		margin-top:0.6em;
		font-size:1.2rem;
		color:#666;
		background-color:#fff;
		border:1px solid #ccc;
		border-radius:4px;
	}
	.lmright ul li img {
		width:50px;
	}
}

/*我的团队*/
.zyeji {
	padding: 0.8em 0;
	font-size: 2.5rem;
	color: #fff;
	background-color: #F8C64F;
}
.zy {
	text-align: center;
}
.zy h2 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCCCCC;
}
.zy .zz, .zy .yy {
	padding: 0.5em 0;
	width: 50%;
	box-sizing: border-box;
}
.zy .zz {
	float: left;
	border-right: 1px solid #ccc;
}
.zy .yy {
	float: right;
}
.zy > div > div {
	font-size: 1.4rem;
}

/*会员注册*/
.ka {
	display: none;
	padding: 10px 0;
}
.ka img {
	width: 70%;
}
.ka-fs {
	font-size: 1.8rem;
	color: #F89406;
}
.ka-fs i {
	margin-right: 10px;
}

.out_btn {
	margin: 10px auto;
	padding: 10px 0;
	display: block;
	width:40%;
	text-align: center;
	color: #fff;
	background: #E9573E;
	border-radius: 50px;
}
.table_rep {
	width: 100%;
	overflow-x: auto;
}
.table_rep th, .table_rep td {
	padding: 10px;
	white-space: nowrap;
	font-size: 12px;
}
.page {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
}
.warming {
	padding: 10px;
	font-size: 1.4rem;
}

.tablecomm1 td {
	height: 50px;
}
.tablecomm1 td input {
	width: 80%;
	height: 36px;
	line-height: 36px;
}
/* .erweima {
	margin: 50px auto 0;
	width: 260px;
	height: 350px;
	text-align: center;
}
.erweima img {
	margin-top: 15px;
	width: 240px;
}
.erweima div {
	margin-top: 40px;
	font-size: 1.5rem;
} */
.ewm_foot {
	text-align: center;
}
.ewm_foot input {
	width: 100%;
	color: #000;
	text-align: center;
	background: none;
	border: 0;
}
.ewm_foot button {
	padding: 10px;
	margin-top: 15px;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: underline;
	background: #FF5F21;
	border: 0;
	border-radius: 20px;
}