.wx_body {
	margin-left:auto;
	margin-right:auto;
	max-width:640px
}
.more_link {
	display:block;
	margin:20px 10px 20px;
	line-height:44px;
	background-color:#f2f2f2;
	font-size:17px;
	color:#000;
	text-align:center
}
.fix_more_link .more_link {
	position:fixed;
	bottom:20px;
	left:10px;
	right:10px;
	margin:0
}
.wap_shop_module_list {
	overflow:hidden
}
.shop_module_item {
	position:relative;
}
.shop_module_item.shop_module_banner {
	margin-left:0;
	margin-right:0;
	margin-bottom:35px
}
.shop_module_item.shop_module_banner:first-child {
	margin-top:0
}
.shop_module_item.shop_module_floor {
	/*margin-top:20px;*/
	margin-bottom:20px
}
.shop_module_item .goods_link {
	display:block;
	color:#000;
	font-size:0
}
.shop_module_item .shop_modele_mask {
	display:none
}
.shop_module_item:first-child {
	
}
.shop_module_item .sub_price {
	display:inline-block;
	vertical-align:bottom;
	text-decoration:line-through;
	color:#999;
	font-size:13px;
	margin-left:5px
}
.shop_module_hd h4 {
	font-weight:bold;
	font-style:normal;
	font-size:18px
}
.shop_module_hd a {
	display:block;
	position:relative;
	color:#000
}
.shop_module_hd .icon_arrow {
	position:absolute;
	right:12px;
	top:9px;
	width:7px;
	height:7px;
	border-color:#c7c7cc;
	border-style:solid;
	border-width:2px 2px 0 0;
	-webkit-transform:rotate(45deg)
}
.pic_mask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.shop_module_banner {
	height:150px;
	width:100%;
}
.shop_module_banner .banner_bg {
	display:block;
	height:100%;
	overflow:hidden
}
.shop_module_banner .banner_pic {
	width:100%;
	height:auto
}
.shop_module_banner .banner_logo {
	position:absolute;
	z-index:1;
	bottom:-20px;
	left:10px;
	width:68px;
	height:68px;
	background-color:#fff;
	padding:3px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow:0 .5px 1px 0 rgba(0,0,0,0.6);
	-moz-box-shadow:0 .5px 1px 0 rgba(0,0,0,0.6);
	-webkit-box-shadow:0 .5px 1px 0 rgba(0,0,0,0.6);
	overflow:hidden
}
.shop_module_banner .banner_logo img {
	width:100%;
	height:100%;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#eee
}
.shop_module_banner .shop_banner_title{
	position:absolute;
	z-index:1;
	bottom:7px;
	left:95px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.7);
	flex: 1;
}
.shop_module_banner .pic_mask {
	display:block;
	background:transparent url(../image/shop_float_bg.png) no-repeat 0 0;
	background-repeat:repeat-x;
	width:100%;
	height:45px;
	bottom:0;
	left:0;
	top:auto;
	filter:none
}
.shop_module_floor .shop_module_hd {
	border-bottom:1px solid #e2e2e2;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-right:-10px;
}

.shop_module_floor .goods_list {
	text-align:justify;
	text-justify:distribute-all-lines;
	/*text-align-last:justify;*/
	font-size:0
}
.shop_module_floor .goods_list:after {
	content:".";
	display:inline-block;
	width:100%;
	height:0;
	font-size:0;
	overflow:hidden
}
.shop_module_floor .goods_item {
	display:flex;
	vertical-align:top;
	text-align:left;
	margin: 10px 16px 0;
	/*margin-bottom:15px;*/
	font-size:14px;
	border-radius: 5px;
	/*box-shadow: 0px 1px 1px #d6d6d6;*/
	background-color: #f3f3f3;
}
.shop_module_floor .goods_item .content {
	overflow: hidden;
    text-overflow: ellipsis;
	flex: 8;
	flex-shrink:8;
	font-size: 12px;
	/* text-indent: 28px; */
	line-height: 14px;
	padding: 0px 2px;
	text-align:justify;

}
.shop_module_floor .goods_item .weui_btn_mini {
	padding-right: 10px;
	font-weight: bold;
    color: #000;
}
.shop_module_floor .goods_item .cover {
	width:50%;
	position: relative;
	border-radius: 5px;
	display: flex;
}
.shop_module_floor .goods_item .cover_img {
	width:100%;
	border-radius: 5px;

}
.shop_module_floor .goods_item .play_logo {
	width: 20%;
	position: absolute;
	top: 30%;
	left: 40%;
}
.content_box{
	width: 50%;
	flex-direction: column;
	padding: 10px 5px 5px 5px;
	display: flex;
}
.play_logo2{
	width: 14px;
	top: 2px;
	position: relative;
}
.content_flooter{
	font-size: 12px;
	height: 18px;
	line-height:  18px;
	padding: 0 5px;
	flex: 1;
}
.content_flooter_fr{
	float: right;
	height: 18px;
}
.content_p{
	color: #888;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	line-height: 14px;
	width: 118%;
	transform: scale(0.8) translate(-10%, -10%);
}

.shop_module_floor .goods_item .title {
    /*text-align-last: center;*/
	display:block;
	font-weight:bold;
	font-style:normal;
	color:#000;
	line-height: 16px;
	font-weight: bold;
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
	font-size:12px;
	padding: 0 5px 5px 5px;
}
.shop_module_floor .goods_item .price {
	display:inline-block;
	vertical-align:bottom;
	font-size:19px;
	line-height:24px;
}
.shop_module_single_activity img {
	width:100%;
	height:140px;
	border:1px solid #e2e2e2;
	background-color:#eee;
	display: block;
}
.shop_module_multi_activity {
	margin-bottom:10px;
	position:relative
}
.shop_module_multi_activity .goods_list {
	text-align:justify;
	text-justify:distribute-all-lines;
	text-align-last:justify;
	font-size:0;
	position:relative
}
.shop_module_multi_activity .goods_list:after {
	content:".";
	display:inline-block;
	width:100%;
	height:0;
	font-size:0;
	overflow:hidden
}
.shop_module_multi_activity .goods_wrp {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:left;
	height:100%;
	width:57%;
	vertical-align:top;
	font-size:14px
}
.shop_module_multi_activity .goods_wrp img {
	width:100%;
	margin-bottom:-7px;
	border:1px solid #e2e2e2;
	background-color:#eee
}
.shop_module_multi_activity .goods_wrp .goods_link {
	height:100%
}
.shop_module_multi_activity .goods_wrp.with2 {
	width:42%;
	position:absolute;
	right:0;
	height:100%
}
.shop_module_multi_activity .goods_wrp.with2 img {
	max-height:100%;
	position:absolute
}
.shop_module_multi_activity .goods_wrp.with2 .goods_link {
	position:absolute;
	bottom:0;
	height:49.2%;
	width:100%
}
.shop_module_multi_activity .goods_wrp.with2 .goods_link:first-child {
	top:0;
	bottom:auto;
	margin-top:0
}
.shop_module_multi_activity .goods_link {
	font-size:14px
}
.shop_module_category {
	margin-bottom:6px
}
.shop_module_category .category_list {
	text-align:justify;
	text-justify:distribute-all-lines;
	text-align-last:justify;
	font-size:0
}
.shop_module_category .category_list:after {
	content:".";
	display:inline-block;
	width:100%;
	height:0;
	font-size:0;
	overflow:hidden
}
.shop_module_category .category_item {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:49.5%;
	margin-bottom:4px;
	text-align:center;
	font-size:15px;
	background-color:#f2f2f2
}
.shop_module_category .category_item a {
	padding:0 12px;
	line-height:40px;
	height:40px;
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:15px
}
.shop_module_slist {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:0
}
.shop_module_slist .banner {
	display:none
}
.shop_module_slist .pic_mask {
	display:block;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#73000000',endcolorstr = '#73000000');
	background:rgba(0,0,0,0.45)
}
.shop_module_slist h4 {
	display:none
}
.shop_module_slist .category_list {
	position:absolute;
	bottom:73px;
	width:100%;
	text-align:center;
	font-size:0
}
.shop_module_slist .category_item {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:36%;
	height:40px;
	font-size:15px;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bfffffff',endcolorstr = '#bfffffff');
	background:rgba(255,255,255,0.75);
	margin:2px;
	line-height:40px;
	color:#000
}
.shop_module_slist .category_item .goods_link {
	font-size:15px
}
.shop_module_slist .category_item.last {
	width:73.5%
}
.shop_module_slist:first-child {
	margin-top:0
}
.shop_module_hlist .goods_list {
	padding:0 0 20px 15px
}
.shop_module_hlist .goods_item {
	position:relative;
	min-height:90px;
	padding:11px 15px 11px 101px;
	border-bottom:1px solid #bcbcbc
}
.shop_module_hlist .goods_item .title {
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	color:#5c5c5c;
	padding-top:2px
}
.shop_module_hlist .goods_item .price {
	font-weight:bold;
	font-style:normal;
	font-size:21px;
	position:absolute;
	left:101px;
	bottom:11px
}
.shop_module_hlist .goods_item .pic {
	width:90px;
	height:90px;
	position:absolute;
	left:0;
	top:11px
}
.c-666{
	color: #666;
}
body{
	min-width: 320px;
}
@media screen and (device-aspect-ratio: 2/3) {
	.shop_module_slist .banner_logo{top:40px;}
	.shop_module_slist .category_list{bottom:40px;}
	.ratio2{
		.shop_module_slist .banner_logo{top:80px;}
		.shop_module_slist .category_list{bottom:80px;}
	}
}
	.shop_module_floor .goods_item .price{
		font-size: 14px;
		font-family: "微软雅黑";
	}
	.weui_btn.weui_btn_mini{
		font-size: 13px;
	}
    #to_search{
        position: absolute;
        /*right: 10px;*/
        left: 0px;
        top: 1px;
        width: 40px;
    }
    #search_bar{
        z-index: 1;
    }
	.video_menu ul{
		display: block;
		margin: 0 auto;
		width: 95%;
		height: auto;
		font-size: 0;
	}
	.video_menu ul li{
		display: inline-block;
		/*width: 22%;*/
		font-size: 16px;
		color: rgba(82, 82, 82, 1);
		margin-left: 4%;
		text-align: center;
	}
	.video_menu ul li:first-child{
		margin-left: 0;
	}
	.video_menu ul li img{
		width: 50px;
		height: 50px;
	}
	.icon_min_video{
		width: 10px;
		height: 8px;
	}

.account-class {
	color: #666;
	display: inline-block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
}

.account-class-exit {
	position: absolute;
	right: 13px;
	top: 8px;
	padding: 2px 10px 2px 12px;
	color: white;
	border-radius: 12px;
	background-color: rgb(206,1,16);
	font-size: 0.8em;
	font-family: "Microsoft YaHei" ! important;
	line-height: 18px;
	height: 18px;
}
.logout{
	position: relative;
	top: 2px;
	right: 2px;
	width: 14px;
}

.ab-right {
    position: absolute;
    right: 10px;
    top: 30px;
}

    .title_menu{
        text-align: center;
        background-color: #22a098;
    }
    .title_menu p{
        color: #fff;
        font-size: 25px;
        padding:8px 0px 8px 0px;
    }
    .video_menu{
        padding:10px 0px 10px 0px;
	}
.account-class,.video_menu{
	background-color: #f1f1f1;

}

	.video_menu ul li.active {
	    color: rgb(92,93,117);
		display: block;
		position: relative;
		bottom: 1px;
    }
.video_menu ul li span{
	height: 0px;
	position: absolute;
	bottom: -6px;
	width: 80%;
	margin: 10px auto 0;
	left: 0;
	right: 0;
}

.video_menu p{
	/*font-family: "PingFang Heavy";*/
	/*font-family:'PingFang SC Bold', 'PingFang Bold';*/
	/*font-family: "PingFang Regular";*/
	/*font-family: "PingFang Light";*/
	font-weight: bold;

}
.video_menu ul li.active span {
	border-top: 1.5px solid rgb(92,93,117);
	border-bottom: 1.5px solid rgb(92,93,117);
	border-radius: 1.5px 1.5px 1.5px 1.5px;

}
    .weui_btn_default {
     	background-color: rgba(0, 0, 0, 0); 
	}
    .weui_btn:after{
	    border: 1px solid rgba(0, 0, 0, 0); 
    }
    .weui_search_outer{
		background-color: rgba(0,0,0,0)
    }
    .weui_search_outer:after{
    	border-radius: 35px;
    }
    .weui_search_bar{
    	background-color: rgb(226, 226, 226);
    }


    .weui_tabbar {
    	height: 53px;
    	background-color: #fff;
	}
	.weui_tabbar_label {
    	color: #22a098;
    	background-color: #fff;
    	font-size: 20px;
    	margin: 3px 0 10px 0;
	}
	.weui_tabbar_item.weui_bar_item_on,.weui_tabbar_item.weui_bar_item_on .weui_tabbar_label {
	    color: #fff;
	    background-color: #22a098;
	}
	.weui_icon_search:before {
    	color: #e2e2e2;
	}	
	.weui_search_inner .weui_search_input {
		margin-left: 10px;
		background-color: #f1f1f1;
		height: 1.92857143em;
	}
	.wx_page{
		background-color: #fff;
	}
.weui_search_inner{
	background-color: #f1f1f1;
	border-radius: 35px;
	margin: 0 auto 0;
	width: 75%;
}
.weui_search_inner img{
	width:20px;
	position: absolute;
	top: 7px;

}
#search-logo{
	left: .8em;
}
#mic-logo{
	right: 14px;
}
::-webkit-input-placeholder{
	color: #acacac;
	font-family: 'PingFang SC Regular','PingFang Regular';
	font-size: 14px;
}
.search-input{
	font-size: 15px;
}


.goods_list *{
	box-sizing: border-box;
}