/* 手机版shop */

.bg {
    background: #f1f1f1;
    height: 100%;
}
.headers {
	width:100%;
	height: 1.60rem;
	line-height: 1.60rem;
	overflow:hidden;
	padding:0 3%;
}
.headers .logo {
	width:3.66rem;
	height:1.06rem;
	float:left;
	margin-top:0.27rem;
}
.headers .logo a {
	width:100%;
	height:100%;
	display:block;
}
.headers .logo a img {
	width:100%;
}

.headers .hright {
    position: relative;
    float: right;
    width: -webkit-calc(100% - 4.2rem);
    width: calc(100% - 4rem);
    padding-left: 0.3rem;
    padding-top: 0.1rem;
}

.headers .right {
    position: relative;
    float: right;
    width: -webkit-calc(100% - 4.2rem);
    width: calc(100% - 4rem);
    padding-left: 0.32rem;
    padding-top: 0.1rem;
    margin-right: 0.2rem;
}
.headers .right.r2:before {
	display:none
}
.headers .right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.09rem;
    width: 1px;
    margin-top: 0.02rem;
    height: 0.48rem;
    background: #991a1d;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headers .right a {
    color: #988866;
    font-weight: 700;
    font-size: 0.48rem;
}

.headers .right a.user {
    float: right;
    padding: 0.1rem 0.1rem;
    min-width: 0.89rem;
}
.headers .right a.search {
    float: right;
    padding: 0.12rem 0.18rem 0 0
}

.headers .right .user img {
    position: relative;
    height: 0.58rem;
    width: 0.58rem;
    overflow: hidden;
    border-radius: 50%;
}

.headers .right .search img {
    height: 0.58rem;
    width: 0.58rem;
    overflow: hidden;
    border-radius: 30%;
}

.headers .right .ssech {
    position: relative;
    width: 53%;
    float: left;
    height: 0.7rem;
    border: 0.03rem solid #9d211c;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    background: #fff;
    margin-top: 0.42rem;
    overflow: hidden;
    float: right;
}
.headers .right .ssech form {
	width:100%;
	height:100%;
}
.headers .right .ssech form input {
    height: 0.7rem;
    font-size: 0.38rem;
    padding-left: 0.3rem;
    float: left;
}
.headers .right .ssech form input::-webkit-input-placeholder {
	color:#cecece
}
.headers .right .ssech form var {
	position:absolute;
	z-index:1;
	right:0.08rem;
	top:50%;
	width:0.64rem;
	height:0.44rem;
	background:url("../img/ico6.png") 30% center no-repeat;
	-webkit-background-size:0.44rem 0.44rem;
	background-size:0.44rem;
	margin-top:-0.22rem;
	padding-right:0.2rem;
}

.navkjshop {
    padding:0px;
    text-align: center;
    display: block;
}

.navkjshop ul {
    display: inline-block;
    width: 95%;
    border-radius: 0.5rem;
    margin-bottom: 0.2rem;
    margin-top: 0.08rem;
}

.navkjshop a {
    font-size: 0.48rem;
    color:#333;
}

.navkjshop ul .tishi {
    position: relative;
    top: 0.1rem;
    font-size: 0.35rem;
    display: inline-block;
    float: left;
    color: #444;
    margin-left: 0.2rem;
}

.navkjshop ul .tishi a {
    font-size: 0.35rem;
    display: inline-block;
    float: left;
    color: #333;
}

.navkjshop ul li {
    padding: 0.15rem 0.25rem 0.2rem;
}

.shop-motion h2 {
	font-size:0.55rem;
	line-height:1.4;
	padding-bottom:0.1rem;
	border-bottom:1px solid #ccc;
}

.shop-motion .tt .tbt {
	font-size:0.6rem;
	line-height:1.4;
	padding-bottom:0.15rem;
	padding-top: 0.3rem;
	-webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      word-wrap: break-word;
      text-align: center;
      overflow:hidden;
}
.shop-motion .tt .tjj {
    font-size: 0.4rem;
    line-height: 2.2;
    height: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dedede;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
}
.shop-motion .tt .tjj a{
      color:#999;
}
.shop-motion ul li {
	width:100%;
	padding:0.25rem 0;
	border-bottom:1px solid #dcdcdc;
}
.shop-motion ul li .pic {
	width:2.67rem;
	height:2rem;
	overflow:hidden;
	float:left;
}
.shop-motion ul li .pic a {
	width:100%;
	height:100%;
	display:block;
}
.shop-motion ul li .pic a img {
	width:100%;
	min-height:100%;
	border-radius: 0.1rem;
}
.shop-motion ul li .text {
	width:-webkit-calc(100% - 3rem);
	width:calc(100% - 3rem);
	float:right;
}
.shop-motion ul li .text strong {
	display:block;
	line-height:1.4;
	font-size:0.52rem;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display:-webkit-box;
	word-wrap:break-word;
	margin-bottom:0.25rem
}
.shop-motion ul li .text p {
	line-height:0.35rem;
	font-size:0.36rem;
	color:#888;
	background:url("../img/ico2.png") left center no-repeat;
	-webkit-background-size:0.34rem 0.34rem;
	background-size:0.34rem;
	padding-left:0.4rem;
}
.shop-motion ul li span {
	position:relative;
	width:10.2rem;
	display:block;
	line-height:1.6;
	padding-left:0.4rem;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.shop-motion ul li span:before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:0.14rem;
	height:0.14rem;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#000;
	margin-top:-0.07rem;
}
.shop-motion ul li span a {
	font-size:0.48rem;
}

.new-shop {
    padding-top: 0.3rem;
}

.new-shop.nb2 {
	padding-top:0.6rem;
}
.new-shop h2 {
	font-size:0.55rem;
	line-height:1.4;
	padding-bottom:0.15rem;
	padding-top: 0.2rem;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:0.3rem;
}

.new-shop .btkj {
    width: 100%;
    overflow: hidden;
    height: 0.8rem;
}

.new-shop .btkj .shopbt {
    display: inline-block;
    width: 100%;
    border-radius: 0.5rem;
}

.bgbt-g {
    background-color: #fff; /* 绿 */
}

.bgbt-r {
    background-color: #fff;  /* 红 */
}

.bgbt-b {
    background-color: #fff; /* 蓝 */
}

.shoptbt {
    margin-bottom: 0.35rem;
    display: inline-block;
    width: 100%;
    color: #988866;
    font-size: 0.4rem;
    font-weight: normal;
}

.shoptbt .tsy {
    font-size: 0.36rem;
    float: right;
}

.shoptbt h3 {
    display: inline-block;
    margin-right: 0.3rem;    
}

.shopbt h3 {
    font-size: 0.45rem;
    display: inline-block;
    float: left;
    color: #fff;
}

.shopbt h3 a {
    color: #988866;
}

.shopbt .gogo {
    display: inline-block;
    float: right;
    font-size: 0.28rem;
    color: #fff;
    background-color: #bdb198;
    border-radius: 0.32rem;
    padding: 0.1rem;
    line-height: 0.32rem;
    text-align: center;
}

.new-shop h3.tb2 {
	font-size:0.48rem;
	border:none;
	font-weight:bold;
}
.new-shop ul {
	margin-left:-2%;
}
.new-shop ul li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 0.25rem;
    border-radius: 0.15rem;
    display: inline-block;
    overflow: hidden;
    background-color: #f5f5f5;
}
.new-shop ul li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
}
.new-shop ul li .pic a {
	width:100%;
	height:100%;
	display:block;
}
.new-shop ul li .pic a img {
	width:100%;
	min-height:100%
}
.new-shop ul li .text {
    width:100%;
    padding: 0.2rem 0.2rem 0.3rem 0.3rem;
    overflow: hidden;
    height: 1.5rem;
}
.new-shop ul li .text strong {
	font-size:0.38rem;
	line-height:1.3;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-bottom:0.1rem;
	color:#666;
}

.new-shop ul li .text strong a {
    color: #666;
}

.new-shop ul li .text p {
    font-size: 0.32rem;
    color: #777;
    line-height: 1.8;
    height: 0.62rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
}

.new-shop ul li .text p a {
    color: #888;
}

.new-shop ul .tuijian {
    float: right;
    font-size: 0.2rem;
    color: #d44e7b;
    border: 1px solid #d44e7b;
    border-radius: 0.06rem;
    padding: 0.02rem 0.04rem;
    display: inline-block;
    margin: 0.1rem;
}

.newspapershop .buy {
    width: 90%;
    display: inline-block;
    font-size: 0.4rem !important;
    margin: 0.35rem;
    padding: 0.3rem;
    border-radius: 0.5rem;
    text-align: center;
    border: 1px solid #bdb7a9;
    background-color: #f6f6f6;
    line-height: 0.85 !important;
}

.newspapershop .buy a {
    color: #988866;
}

.newspapershop .shop-info {
	margin-bottom:0.2rem;
	width: 88%;
}

.shop-info img {
    width: 100% !important;
    height: 100% !important;
}

.newspapershop .shop-info h5 {
    font-size: 0.55rem;
    line-height: 1.4;
    margin-bottom: 0.6rem;
    margin-top: 0.4rem;
    font-weight: bold;
    color: #988866;
}
.newspapershop .shop-info p {
    font-size: 0.42rem;
    line-height: 0.9rem;
    text-align:justify;
    color:#555;
}

.newspapershop .pname {
    font-size: 0.5rem;
    text-align: left;
    line-height: 0.8rem;
    color: #555;
    padding: 0.45rem 0.3rem 0.55rem 0.3rem;
}

.newspapershop .pname .pm{
    font-size: 0.38rem;
    font-weight: bold;
    background-color: #988866;
    border-radius: 10px;
    color: #fff;
    margin-right: 0.25rem;
    padding: 0.06rem 0.2rem;
    line-height: 0.7rem;
}

.newspapershop .pname h1{
    font-size: 0.45rem;
    display: inline;
}

.newspapershop .top-box {
    border-bottom: 0.2rem solid #eee;
    padding: 0 0.66rem 0.4rem;
    margin-bottom: 0.3rem;
}


.newspapershop .top-box .pic {
    width: 100%;
    /* border-bottom: 1px solid #dcdcdc; */
    padding-bottom: 0.5rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.newspapershop .top-box .pic img {
    width: 90% !important;
    height: initial !important;
    border: 1px solid #eee;
}

.newspapershop .top-box p {
    font-size: 0.43rem;
    line-height: 1.7;
    padding: 0.05rem 0;
    color: #555;
}

.newspapershop .top-box p span {
    font-weight: bold;
    color: #988866;
}

.newspapershop .top-box .jianjie {
    line-height: 0.9rem;
    font-size: 0.43rem;
}

.newspapershop .top-box .spbt {
    font-size: 0.45rem;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
    display: block;
    color: #988866
}


/*--盒子幻灯 s--*/

.scroll-box-shop {
    position: relative;
    width: 100%;
    height: 5rem;
    padding: 0.3rem;
    padding-top:0.02rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.scroll-box-shop .swiper-slide{
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0.15rem;
    background: #ccc;
}

.scroll-box-shop.sb2 {
	height: 6.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #dddddd;
}
.scroll-box-shop.sb2.sb3 {
	height:5.7rem;
	margin-bottom:0.2rem;
}
.scroll-box-shop.sb2.sb3 i {
	text-align:center;
}
.scroll-box-shop.sb2.sb3 img {
	}
.scroll-box-shop.sb2.sb3 .swiper-pagination {
	bottom:1.4rem;
}
.scroll-box-shop .swiper-container {
	height:100%;
	overflow:hidden;
}
.scroll-box-shop .swiper-container .swiper-wrapper {
	height:100%;
}
.scroll-box-shop i {
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	width:100%;
	height:0.75rem;
	line-height:0.75rem;
	background:rgba(0,0,0,0.35);
	font-size:0.42rem;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding-left:0.4rem;
}
.scroll-box-shop .scimg {
	width:130%;
	min-height:100%;
	position:relative;
	left:-15%;
	top:-10%;
}

.scroll-box-shop img {
	width:100%;
	min-height:100%;
	position:relative;
	top:-0.68rem;
}


.scroll-box-shop .swiper-pagination {
	position:absolute;
	bottom:0.4rem;
	left:0;
	width:10.2rem;
	font-size:0.34rem;
	color:#fff;
	text-align:right;
}
.scroll-box-shop .swiper-pagination .swiper-pagination-current {
	font-size:0.6rem;
	font-weight:bold;
	font-style:italic;
}

/*--盒子幻灯 e--*/

.shoptsm.pt {
    padding: 0.3rem;
    font-size: 0.32rem;
    line-height: 1.7;
    margin: 0rem auto;
    color: #888;
}

/* 商城翻页 开始*/

.shop-page {
    width: 100%;
    line-height: 0.6rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
/*
 .shop-page a:first-child {
  margin: 0;
  padding:0;
  width: 0;
}
*/

.shop-page.pa2 {
	margin-top:0;
	margin-bottom:0
}
.shop-page a {
    padding: 0.1rem 0.26rem;
    margin: 0 0.05rem;
    background: #ededed;
    display: inline-block;
    color: #555;
    font-size: 0.4rem;
    border-radius: 0.1rem;
}
.shop-page a b{
	height:0.64rem;
	line-height:0.64rem;
	padding:0 0.25rem;
	background-color:#dfdfdf;
	display:inline-block;
	color:#fff;
}

.shop-page b{
    padding: 0.1rem 0.26rem;
    margin: 0.05rem 0rem;
    background: #bfaf8f;
    display: inline-block;
    font-size: 0.4rem;
    color: #fff;
    border-radius: 0.1rem;
}

.shop-page a.acti {
	color:#fff;
	background:#dfdfdf;
}
/* 商城翻页 结束*/