html,body,table,tr,td,th,form,input,textarea,b,strong,i,p,
div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,legend,label {
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);/*取消高亮*/
	-webkit-touch-callout:none;  /*系统默认菜单被禁用*/  
}

ul,
li {
	list-style: none;
}

a,
img {
	border: 0;
	outline: 0;
}

a {
	text-decoration: none;
	color: #000;
}

i {
	font-style: normal;
}
input{
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	background: none;
	-webkit-user-select:auto; /*webkit浏览器*/  
	user-select:auto;
	-o-user-select:auto;
	-ms-user-select:auto; 
}
/*@font-face {
  font-family: 'iconfont';  
  src: url('//at.alicdn.com/t/font_472835_g7x7dw4nuq5mi.eot');
  src: url('//at.alicdn.com/t/font_472835_g7x7dw4nuq5mi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_472835_g7x7dw4nuq5mi.woff') format('woff'),
  url('//at.alicdn.com/t/font_472835_g7x7dw4nuq5mi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_472835_g7x7dw4nuq5mi.svg#iconfont') format('svg');
}*/
@font-face {
  font-family: 'iconfont';  /* project id 339833 */
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../iconfont/iconfont.woff') format('woff'),
  url('../iconfont/iconfont.ttf') format('truetype'),
  url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
html,body{
	width: 100%;
	height: 100%;
}
body .wrap{
	width: 100%;
	height: 100%;
}
section{
	width: 100%;
    height: auto;
    overflow: hidden;
}	
/* 定义登陆弹窗*/
#main{
   	position:fixed;
   	left: 0;
   	top: 0;
   	width: 100%;
   	height: 100%;
   	background: #FFF;
    z-index: 12;
}
/*header*/
.wrap1 {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.wrap1 header {
	width: 980px;
	margin: 0 auto;
	height: 78px;
}

.logo {
	height: 78px;
	float: left;
}

.logo img {
	display: block;
	height: 100%;
}
/*头部*/
/*带背景的头部*/
/*头部*/
.headerWrap{
	width: 100%;
	height: 70px;
	background:#d2a58c;
}
header{
	width:1170px;
	margin:0 auto;
	height:70px;
	position: relative;
}
header p{
	width: 100%;
	text-align: center;
	line-height:70px;
    height: 70px;
	font-size:24px;
    font-weight:normal;
    color: #fff;
    background:#d2a58c;
}
header span{
	min-width:1.1rem;
	height:100%;
    line-height: 70px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.36rem;
	color: #666666;
	letter-spacing: 0.53px;
}
header span img{
    height: 70px;
	vertical-align: middle;
	margin-top:11px;
}
header .left{
	position: absolute;
	top:0;
	left:80px;
	font-weight: bold;
    color: #fff;
    height: 58px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
}
header .right{
	position: absolute;
	top:0;
	right:0;
	margin-right:0.2rem;
	font-size: 0.36rem;
	color: #fff;
}
header .navBan {
	float: left;
	margin-left: 15px;
}

header ul li {
	float: left;
}
/*隐藏登陆*/
/*header .center_buy{
	display:none;
}*/
header ul li a {
	display: block;
	padding: 0 18px;
	line-height: 78px;
	color: #333;
	font-size: 14px;
}

header ul li .active {
	background: #fff;
	color: #333;
	padding: 0 180px;
	font-size:24px;
}

.center_buy {
	float: right;
	position: relative;
}

.center_buy span {
	font-size: 22px;
	float: left;
	display: inline-block;
}

.personCen {
	padding: 0 15px;
    height: 78px;
    line-height: 78px;
}

.gobuy {
	padding:0 20px;
	height: 78px;
	line-height: 78px;
}
/* 图文交叉*/
.Brand_origin .text{
	width: 40%;
	float: left;	
}
.Brand_origin{
	padding: 2%;
	background: -webkit-linear-gradient(0deg, #f5f5f5 50%, #fff 50%);
}
.Today_brand{
	padding: 2%;
	background: -webkit-linear-gradient(0deg, #fff 50%, #f5f5f5 50%);
}
i span{
	font-size: 16px;
    font-style: normal;
    border-top: solid 1px #000;
    line-height: 2em;
    display: inline-block;
}
i sup {
    font-size: 10px;
    top: -20px;
}
p.text-drc{
   font-size: 16px;
    color: #333;
    line-height: 2.5em;
}
p.text-big {
    font-size: 14px;
    margin-top: 20%;
    color: #afafaf;
}
.text-drc i{
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
.group{
	min-height: 100px;
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding:2% 3.5%;
	-webkit-box-sizing: border-box;
}
.text .textSec{
    text-align: justify;
    font-size: 16px;
    font-weight:normal;
    line-height: 2em;
}

.text .textSec{
	margin: 0 8% 0 0;
}
.text .secondTit{
	margin-top:10px;
}
.Brand_origin .video{
	width: 60%;
	float: left;
}
.Brand_origin .video video{
	width: 100%;
    cursor: pointer;
}
/*今日品牌*/
.Today_brand .img{
	width: 55%;
	float: left;
}
.Today_brand .img img{
	display: block;
	width: 100%;
}
.Today_brand .text{
	width: 45%;
	float: left;
	padding-left: 5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* 图文交叉  --end*/
/*footer*/

#footer {
	padding-top: 25px;
	background: #f5f5f5;
	position: relative;
	min-height: 309px;
	border-top: 1px solid #eee;
    margin: 0 auto;
}

@media (min-width: 992px) .container {
	width: 980px;
}
@media (min-width: 768px) .container {
	width: 750px;
}

@media screen and (max-width:1170px){ 
	.minWid {
		width: 970px;
	}
}
@media screen and (max-width:1000px){ 
	.minWid {
		width: 600px;
	}
}
/*@media (min-width: 768px) .minWid {
	width: 750px;
}*/
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
}
#footer .pageBottom-a {
	height:235px;
}

#footer .pageBottom-a .wrap {
	width: 33.33%;
	float: left;
	text-align: center;
	height: 274px;
}

img {
	vertical-align: middle;
}

.h4,
h4 {
	font-size: 16px;
	margin-bottom:4px;
}

#footer ul li {
	line-height: 30px;
	list-style: none;
}

#footer ul li a {
	display: inline-block;
	font-size:14px;
	padding: 0 10px;
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer .about-us {
	color: #333;
	width: 1170px;
	margin: 0 auto 0;
	border-top: 1px solid #ddd;
	position: relative;
	padding-top: 10px;
}

#footer .about-us .footer-icon {
	font-family: 'malianghang';
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: inherit;
	letter-spacing: 20px;
	text-transform: none;
	margin-bottom: 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#footer .about-us .saint {
	letter-spacing: 0;
	font-size: 20px;
	float: right;
	padding-top: 14px;
}

@media (min-width: 768px) .col-sm-6 {
	width: 50%;
}

@media (min-width: 768px) .col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
	float: left;
}

#footer .about-us .saint .icon-weibo {
	color: #333;
	margin-right: 10px;
}

#footer .about-us .saint .icon-weixin {
	position: relative;
}
#footer .about-us .saint .icon-weibo {
	position: relative;
}
#footer .about-us .saint .icon-weixin .weixinQrcode {
	position: absolute;
	bottom: 130%;
	left: -50px;
	display: none;
	padding: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px 0 rgba(55, 55, 55, 0.3);
	box-shadow: 0 4px 6px 0 rgba(55, 55, 55, 0.3);
}
#footer .about-us .saint .icon-weibo .weiboQrcode {
	position: absolute;
	bottom: 130%;
	left: -50px;
	display: none;
	padding: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px 0 rgba(55, 55, 55, 0.3);
	box-shadow: 0 4px 6px 0 rgba(55, 55, 55, 0.3);
}
#footer .about-us .saint .icon-weixin .weixinQrcode:after {
	color: #fff;
	position: absolute;
	content: '';
	z-index: 9999;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	border-top: 10px solid currentColor;
	border-right: 10px solid transparent;
	border-bottom: none;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 52px;
}
#footer .about-us .saint .icon-weibo .weiboQrcode:after {
	color: #fff;
	position: absolute;
	content: '';
	z-index: 9999;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	border-top: 10px solid currentColor;
	border-right: 10px solid transparent;
	border-bottom: none;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 52px;
}

#footer .about-us .contact {
	font-size: 14px;
	letter-spacing: 1px;
}

#footer p {
	font-weight: 300;
}

#footer h4 {
	font-weight: normal;
	margin-top: 10px;
}

.footer-icon {
	float: left;
}

.footer-icon img {
	display: block;
	width: 60px;
}

#footer ul li a:hover {
	color: #fff;
	background: #000;
}

section {
	margin-top: 78px;
}

#footer .email {
	margin-left: 10px;
}
.hover-dropdown-info {
	position: absolute;
	left: 0;
	top:78px;
    width: 110px;
    background: #fff;
}
.hover-dropdown-info li {
    list-style: none;
    float: none;
}
.hover-dropdown-info>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    line-height: 30px;
    color: #333;
}
.index-singles {
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
    margin: 40px auto 0;
}
.index-plate {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.index-singles .singleBox {
    width:33.3%;
    float: left;
}
.product-card {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.product-card .card-body {
    z-index: 1;
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
}
.product-card .card-body .tag {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 3;
}
.product-card img {
    width: 100%;
}
.product-card .card-body .assertive {
    padding: 5px;
    border: 0;
    min-height: 55px;
    margin-top: 10px;
}
.product-card p {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 15px;
}
.product-card .card-body .assertive .chinese {
    font-size: 12px;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.product-card p {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 15px;
}
.item-image img{
	width: 80%;
}
.loading{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 999;
}
.loading .pic{
	width: 64px;
	height: 64px;
	background: url(../img/load.gif) no-repeat center center;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
/*文字闪烁*/
@keyframes blink{
  0%{opacity: 1;}
  50%{opacity: 1;}
  50.01%{opacity: 0;} /* 注意这里定义50.01%立刻透明度为０，可以设置闪烁效果 */
  100%{opacity: 0;} 
}

/* 添加兼容性前缀 */

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* 定义blink类*/
.blink1{
    animation: blink 1s linear infinite;  
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    color: #dd4814;
}
.blink2{
    animation: blink 1.1s linear infinite;  
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1.1s linear infinite;
    -moz-animation: blink 1.1s linear infinite;
    -ms-animation: blink 1.1s linear infinite;
    -o-animation: blink 1.1s linear infinite;
    color: #dd4814;
}
.blink3{
    animation: blink 1.2s linear infinite;  
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1.2s linear infinite;
    -moz-animation: blink 1.2s linear infinite;
    -ms-animation: blink 1.2s linear infinite;
    -o-animation: blink 1.2s linear infinite;
    color: #dd4814;
}
/*支付*/
.paybj{
	width:1170px;
	height:100%;
	position: fixed;
	left:50%;
	margin-left:-585px;
	top:0;
	background: rgba(0,0,0,0.30);
}
.payWin{
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height:3.8rem;
	z-index: 2;
	background: #fff;
}
.payWin li{
	display: block;
	height:1rem;
	line-height: 1rem;
	padding: 0 0.3rem;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	font-size: 0.24rem;
}
.winTit{
	text-align: center;
}
.winTit i{
	float: right;
	font-size:0.33rem;
	color: #dddddd;
}
.payWin li b{
	display: block;
	width:0.5rem;
	height:0.5rem;
	float: left;
	margin:0.25rem 0.2rem 0.25rem 0;
}
.payWin li span{
	float: right;
	width:0.36rem;
	height:0.36rem;
	margin:0.32rem 0;
	background: url("../img/checkblack.png") center center;
	background-size: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.payWin .alipay{
	background: #F1F1F1;
}
.payWin .alipay b{
	background: url("../img/ALIPAY.png") center center;
	background-size: 100%;
}
.payWin .wechatpay b{
	background: url("../img/WXPAY.png") center center;
	background-size: 100%;
}
.payWin .downpay b{
	background: url("../img/xianxia.png") center center;
	background-size: 100%;
}
.payWin .gopaynow{
	padding:0;
	width:100%;
	border:none;
	background: #DC604C;
	font-size: 0.36rem;
	text-align: center;
	line-height:1rem;
	color: #FFFFFF;
	letter-spacing: 0;
	position: absolute;
	bottom:0;
	left:0;
}
.payWin li span{
	float:right;
	font-size:0.45rem;
}
.firmPay a{
	display: block;
	width:7rem;
	height:0.75rem;
	border: 1px solid #d7d7d7;
	text-align: center;
	line-height: 0.75rem;
	border-radius: 0.35rem;
	margin: 1.5rem auto 0;
	color: #fff;
	font-size:0.3rem;
}
/*ajax加载中*/
.loading{
	width:100%;
    color: #333;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
}
/* 收获状态为空时的状态*/
/*ajax无数据*/
.dingIcon{
    width:100%;
    height:4rem;
    margin-top:1rem;
}
.dingIcon img{
	display: block;
	height:100%;
	margin: 0 auto;
}
.dingTit{
	font-size: 0.4rem;
	color: #4C3A2C;
	letter-spacing: 0;
	line-height: 0.8rem;
    width: 100%;
    text-align: center;
    margin-top:0.5rem;
}


/*confirm*/
.show_info_contain {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -35%;
	margin-top: -1.25rem;
	background-color: #fff;
	border: #e61c64 1px solid;
	width: 70%;
	height: 2.5rem;
	color:#e61c64;
	box-shadow: 0 1px 13px 0 rgba(111,111,111,0.20);
	border-radius: 5px;
	z-index: 999;
}
.show_info_content {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.32rem;
	text-align: center;
}
.show_info_content .InviteCode{
	width:100%;
	height:0.5rem;
	line-height: 0.5rem;
	margin:0.5rem 0;
	text-indent: 0.56rem;
	font-size: 0.28rem;
}
.show_info_contain .tr{
	overflow: hidden;
}
.show_info_contain .btn {
	float: left;
	width: 50%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	border-top: 1px solid #D2A597;
	color: #000;
	font-size: 0.28rem;
}
.show_info_contain .btn1{
	border-right: 1px solid #D2A597;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn1:hover{
  background-color: gray;
  color:#fff;
}
.btn2:hover{
  background-color: gray;
  color:#fff;
}
#contain-info-show{
	width:800px;
	left: 50%;
	margin-left:-400px;
}
/*收藏夹购物车为空时的状态*/
input.gobuy{
	display: block;
	background: #C88D6D;
	/*box-shadow: 0 2px 4px 0 rgba(111,111,111,0.50);*/
	border-radius: 5px;
	font-size: 0.32rem;
	color: #fff;
	text-align: center;
	height:0.7rem;
	width:2.5rem;
	line-height: 0.7rem;
	margin:0.7rem auto;
}