body {
	background: #f7f5f5;
	height: auto;
}
/*活动专区*/
.navigation:after,.navigation:before {
	display: table;
	content: ' ';
}

.navigation:after {
	clear: both;
}

.navigation {
	border: 4px solid rgba(246, 246, 246, 0.8);
	border-bottom: 0;
}

.navigation a {
	width: calc(50% - 2.5px);
	display: block;
	cursor: pointer;
	float: left;
}

.navigation a:nth-child(1),.navigation a:nth-child(3) {
	margin-right: 5px;
}

.navigation a:nth-child(1),.navigation a:nth-child(2) {
	margin-bottom: 5px;
}

.navigation img {
	width: 100%;
	display: block;
	cursor: pointer;
}
/*导航*/

.navs {
	width: 100%;
	position: relative;
	z-index: 9999;
}

.navwrapper {
	position: fixed;
	z-index: 999;
	width: 100%;
	max-width: 640px;
	top: 44px;
	margin: 0;
}

.navbox {
	display: flex;
}

.navbox div {
	width: 50%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #bebebe;
	margin: auto;
	margin-bottom: 1px;
}

.navbox div span {
	width: 60%;
	display: block;
	margin: auto;
}

.navbox div.active {
	color: #fe2b2b;
}

.navbox div.active span {
	color: #fe2b2b;
    /*border-bottom: 2px solid #fe2b2b;*/
}

.navbox i.bar {
	width: 30%;
	height: 2px;
	position: absolute;
    left: 10%;
	transform: translateX(-10%);
	bottom: 0px;
	background: #fe2b2b;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.goodsList>ul>li>a {
	display: block;
}

.goodsList-more {
	clear: both;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #f7f5f5;
}

.goodsList-more a {
	color: #f42b2b;
	border: 1px solid #f42b2b;
	padding: 5px 10px;
} 
/**搜素*/
.search-box {
	background-color: #f5f5f5;
}

.focus-box .s-btn, .search-box .s-btn {
	display: block;
}

.searchs-box {
	width: 25px;
	height: 25px;
	z-index: 999;
	display: block;
	position: fixed;
	right: 30px;
	top: 18px;
	border-radius: 50%;
	background: #000;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.searchs-box .s-icon {
	position: absolute;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	top: 45%;
	left: 45%;
	transform: translate(-45%, -45%);
	border-radius: 45%;
}

.searchs-box .s-icon::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 2px;
	background-color: #fff;
	top: 8px;
	left: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.goodheight {
	height: 10px;
	display: block;
}

.tabs-wrap .goodsList > ul > li > div > .price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-tt1 {
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(246,246,246,0.8);
}

.m-tt1 a {
	width: 100%;
	display: block;
	color: #999;
	font-size: 1.3rem;
	padding-left: 5px;
}

.m-tt1 h2 {
	width: 100%;
	margin: 0;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
}

.m-tt1 .z-arrow {
	width: 8px;
	height: 8px;
	border-width: 1px 1px 0 0;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#published .lott-list {
	overflow: hidden;
}

/* #divLottery {
	background: #fff;
	display: block;
}

#divLottery::after {
	content: "";
	width: 100%;
	height: 0px;
	clear: both;
	display: block;
}

#divLottery li {
	float: left;
	font-size: 14px;
	height: 124px;
	box-sizing: border-box;
	border-right: 1px solid rgba(246,246,246,.7);
	overflow: hidden;
}

#divLottery li a {
	position: relative;
	display: block;
}

#divLottery li a.limit::before {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 0;
	right: 0;
	background: transparent url("../../images/cat_mark.png") no-repeat;
	background-size: 35px;
	background-position: 0 -35px;
}

#divLottery li a.double::before {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 0;
	right: 0;
	background: transparent url("../../images/cat_mark.png") no-repeat;
	background-size: 35px;
	background-position: 0 0;
}

#divLottery li a.three::before {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 34px;
	bottom: 0;
	right: 0;
	background: transparent url("../../images/cat_mark.png") no-repeat;
	background-size: 35px;
	background-position: 0 -71px;
}

#divLottery li a.lottery::before {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 0;
	right: 0;
	background: transparent url("../../images/cat_mark.png") no-repeat;
	background-size: 35px;
	background-position: 0 -106px;
}

#divLottery li img {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 4px;
}

#divLottery li p {
	color: #999;
	text-align: center;
	margin: 0 auto;
}

#divLottery .u-user a {
	overflow: hidden;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#divLottery .m-lott-state {
	margin: 4px 0 10px;
}

#divLottery .m-lott-state .u-time {
	padding: 4px;
	border: 1px solid #eee;
	border-radius: 10px;
}

#divLottery .m-lott-state {
	text-align: center;
	font-size: 14px;
}

#divLottery .m-lott-pic {
	margin: 4px auto;
	width: 70px;
} */

.navimg {
	width: 100%;
	background: #fff;
	text-align: center;
}

.navimg img {
	width: 80%;
	height: auto;
	display: block;
	margin: auto;
}
.xsznbox{
    background: #FFF;
}
/*首次加载*/
#notice{
    width: 100%;
    height: 100%;
    position: fixed;
}
.gonggao {
    margin: 2.133vmin 0 0;
    background: white;
    height: 10.667vmin;
    position: relative;
}
#anMarquee {
    margin: 0 3%;
    z-index: 9999;
    color: #f42b2b;
    line-height: 10.667vmin;
    font-size: 14px;
    font-family: arial;
    overflow: hidden;
}
#anMarquee div{
    font-size:14px;
}
.laba {
    overflow: hidden;
    margin: 0px;
    border-radius: 0px;
    height: 40px;
    position: absolute;
    background: #ffffff;
}
.goodsList {
    float: left;
}
.goodsList > ul {
    width: 45%!important;
    margin-bottom: 1rem;
}
.goodsList > ul >li{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 0!important;
}
.goodsList > ul:nth-child(2n-1){
    margin-left: 1.2rem;
}
.goodsList > ul:nth-child(2n){
    margin-right: 1.2rem;
    float: right;
}
.goodsList > ul > li > div > h2 {
    margin: 5px 0 0;
    font-size: 1.22rem!important;
    padding: 0 2%!important;
}
.goodsList > ul > li > div > .price {
    padding: 0 2%!important;
    font-size: 1.2rem!important;
    margin: 2px 0 5px;
}
.tabsmwrap {
    display: flex;
    margin: 15px 10px 0;
}
.tabsmwrap .goodsList {
    flex-wrap: wrap;
    background-color: #fbe4c0;
    padding: 4px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    width: 49%;
}
.tabsmwrap .goodsList:nth-child(1){
    margin-right: 0.55rem;
    background: -webkit-linear-gradient(-45deg, #ff3c36,#fe2a5a);
    background: -o-linear-gradient(-45deg, #ff3c36,#fe2a5a);
    background: -moz-linear-gradient(-45deg, #ff3c36,#fe2a5a);
    background: linear-gradient(135deg, #ff3c36,#fe2a5a);
}
.tabsmwrap .goodsList:nth-child(2) {
    background: -webkit-linear-gradient(-45deg, #ff8b8d,#ff3c36);
    background: -o-linear-gradient(-45deg, #ff8b8d,#ff3c36);
    background: -moz-linear-gradient(-45deg, #ff8b8d,#ff3c36);
    background: linear-gradient(135deg, #ff8b8d,#ff3c36);
    flex-direction: column;
    justify-content: space-between;
}
#shop02 div {
    display: flex;
}
.tabsmwrap .goodsList>div {
    background: #ffffff;
    width: 100%;
    height: 48.5%;
    border-radius: 8px;
}
.mwrapimg {
    width: 50%;
    flex-direction: column;
}
.mwrapimg div {
    flex-direction: column;
    color: #000;
    font-weight: bold;
    padding-left: 12%;
    padding-top: 5%;
}
.mwrapimg div .marleft {
    margin-left: 25%;
}
.mwrapimg img {
    width: auto;
    height: 32%;
    margin-top: 15%;
}
.mwrapimg .ptime {
    flex-direction: row;
    padding-top: 13%;
    padding-left: 4%;
}
.mwrapimg .ptime em {
    background: -webkit-linear-gradient(left, #ff3c36,#fe2a5a);
    background: -o-linear-gradient(left, #ff3c36,#fe2a5a);
    background: -moz-linear-gradient(left, #ff3c36,#fe2a5a);
    background: linear-gradient(left, #ff3c36,#fe2a5a);
    border-radius: 5px;
    padding: 2px 3px;
    margin: 0 3%;
    font-size: 12px;
}
.mwrapimg .ptime .emleft {
    background: -webkit-linear-gradient(left, #ff8b8d, #ff6260);
    background: -o-linear-gradient(left, #ff8b8d, #ff6260);
    background: -moz-linear-gradient(left, #ff8b8d, #ff6260);
    background: linear-gradient(left, #ff8b8d, #ff6260);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
    margin-right: 0;
}
.mwrapimg .ptime .emrigth {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: -webkit-linear-gradient(left, #ff6260, #ff3c36);
    background: -o-linear-gradient(left, #ff6260, #ff3c36);
    background: -moz-linear-gradient(left, #ff6260, #ff3c36);
    background: linear-gradient(left, #ff6260, #ff3c36);
    padding-left: 0;
    margin-left: 0;
}
.mwraprigth {
    width: 50%;
    padding: 10px;
}
.swiper-slide{
    width:90%;/*设为固定值*/
    border-radius: 10px;
    overflow: hidden;
  }
.swiper-container {
    background: #fff url(../../images/cj-hed2.png) no-repeat top center;
    background-size: 101%;
}
.scwz {width: 100%;height: 100%;position: fixed;z-index: 999;top: 0;left: 0;bottom: 0;right: 0;background:rgba(0, 0, 0, 0.48);z-index: 9999;}
.scwz .mint-popup-wechat {border-radius: 8px;width: 100%;line-height: 0;background: none;top: 40%;text-align: center;max-width: 750px;}
.scwz .mint-popup {position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-backface-visibility: hidden;backface-visibility: hidden;transition: .2s ease-out;    display: flex;
    flex-direction: column;
    align-items: center;}
	
.db-main-index .tabs-content>ul>li {
	position: relative;
}