*{
	padding: 0;
	margin: 0;
}
body{
	background: #F2F2F2;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto !important;
}
.container{
	width:100%;
	height:auto;
	overflow:hidden;
}
.container .morest{
	position: fixed;
    z-index: 9999;
    top: 7%;
    left: 65%;
}
.container .morest .square{
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #fff;
    display: inline-block;
    position: relative;
    top: -7%;
    left: 77%;
}
.container .morest .content{
    width: 130px;
    height: 100px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.container .tops{
	width:100%;
	height:100px;
	background: -webkit-linear-gradient(left,#ff4b46,#ff6f04);
    background: linear-gradient(to right,#ff4b46,#ff6f04);
	padding:3%;
	position: fixed;
	z-index: 99;
}
.container .tops .first{
	display: flex;
    height: 35px;
    align-items: center;
    width: 100%;
    color: #fff;
    justify-content: space-between;
}
/*顶部导航*/
#topNav .mui-bar-tab{
	position:fixed;
	top:58px;
	box-shadow:none;
}
.mui-content .mui-fullscreen{
  position: fixed !important;
	height: 50px;
    z-index: 100;
    top: 50px;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
}
.mui-segmented-control.mui-scroll-wrapper{
   height:59px !important;
}
.top {
    font-size: 0px;
	background: -webkit-linear-gradient(left,#ff4b46,#ff6f04);
    background: linear-gradient(to right,#ff4b46,#ff6f04);
    z-index:99;
}
.top .b1:link, .bottom .b1:visited {
    text-decoration: none !important;
}

.top .b1 {
    font-size: 14px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 10px !important;
}
.top .b1 .iconfont {
    font-size: 24px;
    margin-top: 2px;
}

.top .b1 span {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1.0;
    padding-bottom: 3px
}
.top .b1 .mui-tab-label {
    line-height: 14px;
    height: 25px;
    margin-top: 1px;
    font-size: 16px;
    opacity: 0.8;
    width: 35px;
}
.top .b1 .active{
	opacity:1;
	
}
.top .b1 .active::after{
	content: "";
    display: block;
    width: 14px;
    margin: 7px auto;
    border-bottom: 1px solid #fff;
}
.mui-bar {
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.85);
   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*相关商品*/
.relate_pro_wrapper{
	width: 100%;
	height: auto;
    margin-top: 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    background: #fff;
}
.recommend_list .pro_img{
	width: 105px;
	height: 115px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
}
.relate_pro_wrapper .pro_img img{
	width: 100%;
	display: block;
}
.recommend_list .pro_infor{
	padding: 3px 5px 3px 10px;
    box-sizing: border-box;
    flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rp_wrapper{
	align-items: end;
    box-sizing: border-box;
}
.rp_wrapper .pro_img {
    width: 40%;
    float: left;
}
.recommend_list {
  margin-top: 0px;
   margin-bottom: 10px;
   border-bottom: 1px dashed #aaa;
}
.rp_wrapper .pro_infor {
    padding: 3px 5px 3px 10px;
    box-sizing: border-box;
    float: left;
    width:60%;
}
.relate_pro_wrapper .pro_infor h3{
	font-size: 15px;
    color: #4B4A4E;
    letter-spacing: .5px;
    line-height: 22px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 3px 0;
}
.recommend_list .pro_infor h3{
    padding: 3px 0px 0px 0px;
    margin: 0px;
    height: 50px;
}

.relate_pro_wrapper .pro_infor .y_money{
	font-size: 12px;
    color: #949494;
    letter-spacing: 0.14px;
    margin-top: 9px;
    margin-bottom: 7px;
}
.recommend_list .pro_infor .y_money{
    margin-top: 5px;
    margin-bottom: 3px;
}
.rp_wrapper .y_money{
   margin-top: 12% !important;
}
.y_money span{
	text-decoration: line-through;
}
.relate_pro_wrapper .pro_infor .h_money{
	font-size: 18px;
    color: #E34E4E;
    letter-spacing: 0.24px;
    font-weight: bolder;
}
.recommend_list .pro_infor .h_money{
    font-size: 17px !important; 
    margin-bottom: 0px;
}
.h_money span{
	font-size: 20px;
}
.check_pro_detail{
	margin-top: 0px;
}
.check_pro_detail p{
	width: 100%;
	padding:10px  5px;
	color: #fff;
	letter-spacing: .5px;
	text-align: center;
	background: -webkit-linear-gradient(left,#ff4b46,#ff6f04);
    background: linear-gradient(to right,#ff4b46,#ff6f04);
}
.a_rule{
	display: block;
    position: absolute;
    width: 22%;
    top: 2%;
    right: 2%;
}
.a_rule img{
	width: 100%;
}
.more_recommend{
	background: #fff;
}
.recommend_wrapper{
	padding: 95px 1%;
}
.cg_btn{
	height: 125px;
}
.cg_btn span{
	display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
    color:red;
}
.cg_btn button{
	color: #FFF;
	border: none;
	border-radius: 15px;
	letter-spacing: 1.0px;
	background: -webkit-linear-gradient(left,#FF0000,#FF5D00);
    background: linear-gradient(to right,#FF0000,#FF5D00);
    margin-top: 50%;
    margin-left: 3%;
}
.cg_btn .active{
	color: #FFF;
	border: none;
	border-radius: 15px;
	letter-spacing: 1.0px;
    background: #aaa;
    margin-top: 50%;
    margin-left: 3%;
}
.txt_bottom{
	text-align: center;
    padding: 15px 0px;
    font-size: 10px;
    color: #D5D5D5;
    letter-spacing: 0.12px;
    margin-bottom: 0;
}
.dialog_container{
	width: 100%;
	height: 100%;
}
/*活动介绍*/
.dialog_container{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.dialog_container img{
	width: 90%;
    margin-left: 5%;
    display:block;
}
.dialog_container>img:first-child{
   margin-top: 34%;
}
.toast_tip{
   position: fixed;
    bottom: 0;
    left: 35%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    z-index: 999;
    color: #fff;
    border-radius: 5px;
}
.dialog_container .lastest{
	width: 40px;
	margin-top: 15px;
	margin-left: 45%;
}
/*媒体查询*/
@media screen and (max-width: 320px){
	.coupon_infor .coupon_m h1{
		font-size: 38px !important;
	}
	.coupon_infor .coupon_m .c_money{
		font-size: 45px !important;
	}
	.coupon_infor .coupon_m{
	       margin-top: -10px;
	}
	.coupon_infor .coupon_name{
	  font-size:15px !important;
	}
	.saleNum{
	  display:none;
	}
	.recommend_list .pro_infor .h_money{
		font-size: 12px !important;
	}
	.h_money span{
		font-size: 14px;
	}
	.h_money span label{
		font-size:14px !important;
	}
	.container .morest{
		left:59%;
	}
}
@media screen and (min-width: 640px){
	/*.coupon_get button{
	   font-size: 27px;
       border-radius: 25px;
	}
	.coupon_infor .coupon_name{
		font-size: 25px;
	}
	.coupon_infor .coupon_m label{
		font-size: 25px;
		margin-top: 51px;
	}
	.coupon_infor .coupon_m .c_money{
		font-size: 80px;
	}
	.coupon_infor .coupon_m h1{
		font-size: 72px;
	}
	.coupon_infor .coupon_m{
		margin-top: 25px;
	}
	.coupon_infor .coupon_time{
		font-size: 17px;
		bottom: 0%;
	}
	.dialog_container{
		width: 640px;	
		left: inherit;
	}
	.relate_pro_wrapper .pro_infor h3{
	    font-size: 20px;
        line-height: 23px;
	}
	.rp_wrapper .y_money {
	    margin-top: 22% !important;
	    margin-bottom: 38px;
	    font-size: 16px !important;
	}
	.rp_wrapper .h_money{
	    font-size: 24px !important;
	}*/
	.container .tops{
		width: 640px;
		padding: 10px;
	}
	.mui-segmented-control.mui-scroll-wrapper{
		width:640px;
		margin:0 auto;
	}
	#topNav .mui-bar-tab{
    	top: 57px;
    	width: 640px;
    	margin: 0 auto;
	}
	#topNav .mui-bar-tab a{
		padding: 0 6px;
	    display: inline-block;
    	float: left;
   	    padding: 8px 17px !important;
	}
	.top .b1 .mui-tab-label{
    	margin-top: 8px;
    	font-size: 18px;
    	cursor: pointer;
	}
	.container .morest{
		top:5%;
		left:69%;
	}
	.dialog_container>img:first-child {
    	margin-top: 17%;
	}
	.dialog_container img {
    	width: 500px;
    	margin-left: 3%;
    	margin: 0 auto;
    	display:block;
	}
	.dialog_container .lastest{
		margin-left: 48%;
	}
	
}
/* 轮播 */
.swiper_box {
	margin-top:105px;
}

.swiper_box .swiper-slide>a{
	display: block;
}
.swiper_box .swiper-slide>a>img{
	width: 100%
}

.my-bullet {
	width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin-left: 10px;
}
.my-bullet.my-bullet-active {
	opacity: 1;
	background-color: rgb(240, 72, 57);
}