body,html {  	
    padding: 0; 
    margin: 0;
}
img {
    max-width: 100%;
}
#pro_box{
    position:relative;
}
.home_box{
	padding: 0px 0.32rem;
    width: 100%;
    box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(2,47.3%);
    grid-gap: 18px;
	grid-auto-flow: row dense;
}
.home_box .fa{
    margin-right:2%;
	color: #ff9500;
}
.home_box .small_pro{
	position: relative;
	float: left;
    border-radius: 10px;
    box-sizing: border-box;
	background: #fff;
	box-shadow: 1px 1px 5px #e9e8e8;	
}
.home_box .small_pro .product_item{
    overflow:hidden;
	background: #f7f7f7;
    position:relative;
	border-radius: 10px 10px 0px 0px;
}
.home_box .small_pro .c .pic_box{
	height: 0;
    overflow: hidden;
    position: relative;
	border-radius: 10px 10px 0 0;
}
.home_box .small_pro .c .img{
	padding-top: 100%;
}
.home_box .small_pro .c .img img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    height: auto;
}
.home_box .small_pro .name{
    width: 100%;
    margin-top:.325rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home_box .small_pro .name a{
    color:#333;
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	font-size: 12px;
	letter-spacing: 0.2px;
    line-height: 15px;
}
.pic_box span{
    vertical-align:middle;
    height:100%;
    display:inline-block;
}
.home_box .small_pro .icon_discount{
    width:30px;
    height:23px;
    color:#fff;
    line-height:11px;
    padding-top:5px;
    position:absolute;
    top:0;
    right:8px;
	font-size:12px;
}
.price_data{
	width: 45%;
    float: left;
    font-size: 15px;
	padding: 2px;
    color:#f88aa5;
}
.icon_top{
	float: right;
    width: 48%;
    text-align: right;
    padding: 2px;
}

.icon_top img{
	width:60px;
}
.DiscountBgColor{
    background-color:#ff9500;
}

.home_box .small_pro .icon_discount b{
    text-align:center;
    font-size:11px;
    padding-left:4px;
}

.home_box .small_pro .icon_discount_foot{
    width:0;
    height:0;
    border-left:15px transparent solid;
    border-right:15px transparent solid;
    border-top-width:5px;
    border-top-style:solid;
    position: absolute;
    right:8px;
    top:28px;
}

.button-nav{
	width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 996;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 5px 0 hsl(0deg 6% 58% / 60%);
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    justify-content:space-around;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.button-nav li{
	display: table-cell;
}
.button-nav img{
	width: 28px;
}
.button-nav .cart_bottom_count {
	width: 0.875rem;
    height: 0.875rem;
    line-height: .875rem;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #ff9500;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    display: flex;
    right: 6%;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.search_text{
	background: #FFF;
    width: 95%;
    border-radius: 5px;
    padding: 5px 0px;
    position: relative;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	margin: 0 2%;
}
.search_content{
	position: fixed;
    top: 0px;
    z-index: 5;
    border-top: 0px;
	height: 100%;
    width: 100%;
	background: #fff;
}
.search_content .search_title{
	margin: 10px;
    font-size: 14px;
    font-weight: bold;	
}
.search_line{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	margin: 10px 0px 0px 10px
}
.search_line .search_back {
	display:none;
	color: #cbcbcb;	
}
.search_cate {
	background: #FFF;
    width: 95%;
    border-radius: 5px;
    padding: 5px 0px;
    position: relative;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	margin: 0px 10px;
}
.s_key{
	display: inline-block;
    width: 100%;
    border: none;
    border-radius: 15px;
    height: 30px;
    overflow: hidden;
    background: #f7f7f7;
    font-size: 12px;
    -webkit-box-align: center;
    line-height: 30px;
    position: absolute;
    padding-left: 35px;
    padding-right: 10px;
    box-sizing: border-box;
}
.search_cate .search-logo{
	position: absolute;
    left: 5%;
    z-index: 1;
	color: #939393;
    font-size: 12px;
    font-weight: 100;
}
.search_text .search-logo{
	position: absolute;
    left: 5%;
    z-index: 1;
	color: #939393;
    font-size: 12px;
    font-weight: 100;
}
.s_cover{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: relative;
    touch-action: none;
	z-index:10;
}
.searched_blank span{
	background: antiquewhite;
    padding: 3px 10px;
    margin: 10px;
    border-radius: 10px;
}
.search_all {
	background: #a1e9ce !important;
}
.searched_blank{
    background: #fff;
    width: 100%;
	height: auto;
    max-height: 500px;
	z-index:10;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
}
.heaed_b {
	border: 1px solid #c3c2c2;
    border-radius: 5px;
    margin: 5px;
}
.heaed_b ul{
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	font-size: 12px;
}
.heaed_b ul li a{
	color: #333;
}
.heaed_b ul li{
	width:95%;
}
.heaed_b img{
	width: 25px;
    margin-right: 2px;
}
.title_area {
    width: 100%;
    height: 2.8rem;
    text-align: center;
    /* margin: 10px 0; */
    padding: 0;
    background-repeat: repeat-x;
    background-position: 0 7px;
}
.head_bg_col{
	margin:auto;
}
.classify-dialog{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
}

.title_area span {
    margin: 0 auto;
    display: inline-block;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0 5px;
}

#title {
    display: block;
    height: 35px;
    line-height: 35px;
    /* float: left; */
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    padding: 0 0 0 25px;
    border-bottom: 4px solid #5aabc3;
    background: #87d8f1;
    width: 94%;
    margin: 10px 0 5px 0;
}
.nav_box {
    background-color: #fff;
}
.sign_box {
    background: #e9ebdb;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}
.sign_box .close {
    display: block;
    height: 36px;
    line-height: 36px;
    background: url(/icon/close.png) no-repeat;
    background-size: 18px 18px;
    margin-left: 93%;
    background-position: center;
}

.sign_box .log_in {
	background-size: 24px 24px;
    height: 36px;
    background-position: 6px 6px;
    text-indent: 2px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    width: 80%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.height_8 {
    height: 8px;
    background: whitesmoke;
}
.row .row_col {
    width: 100%;
    box-sizing: border-box;
}

.i1{
    margin-left:5px;
    display:block; 
}
.i1>img{
    height:26px;
    margin-top:5px;
}

#float_chat .float_list{
    height:5.5rem;
    overflow:hidden;
    position:fixed;
    bottom:11rem;
    right:.5rem;
    z-index:1000;
	-webkit-transform: translateZ(0);
}
#float_chat .float_list>a.btn_top{
    background-image:url(/images/header/icon_to_top.png);
    background-color:rgba(119,119,119,.5);
    background-size:1.6rem;
}
#float_chat .float_list>a {
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    margin-bottom: .5rem;
    text-indent: 9.99rem;
    background-image: url(/images/icon_chat.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.3rem;
    display: block;
}
.btn_global{
    width:100%;
    height:2.5rem;
    line-height:2.5rem;
    font-size:1rem;
    text-align:center;
    border:0;
    border-radius:.3125rem;
    cursor:pointer;
    box-sizing: border-box;
}
.pop_up{
    height:100%;
    background-color:#fff;
    position:fixed;
    top:0;
    left:0;
    z-index:10020;
	-webkit-transform: translateZ(0);
}
.search{
    height:1.875rem;
    overflow:hidden;
    margin:0 .625rem;
    border:.1875rem #a9a9a9 solid;
    border-radius:.4rem;
}
.search .text{
    width:59vw;
    height:1.875rem;
    overflow:hidden;
    padding-left:.625rem;
    font-size:.875rem;
    color:#333;
    border:0;
}
.search .sub{
    width:11vw;
    height:1.875rem;
    background:url(/images/header/search.png) no-repeat right center/1.9rem;
    border:0;
    border-radius:0;
}
.menu_title{
    height:1.5rem;
    line-height:1.5rem;
    margin:.75rem .625rem 0;
    text-align:center;
    font-size:.85rem;
    font-weight:bold;
    color:#94a0a8;
    border-bottom:.3125rem #a9a9a9 solid;
}
.menu_list .item{
    position:relative;
	padding: 5px 10px;
    margin-left: 5px;
    margin-right:10px;
	display: flex;
    align-items: center;
	border-bottom: 1px solid #ddd;
    background: #fff;
}

.menu_list .item>i{
    width:2rem;
    height:2.5rem;
    background-repeat:no-repeat;
    background-position:center;
    background-size:60%;
    position:absolute;
    top:0;
    left:0;
    display:block;
}
.menu_list .item a{
    color:#333;
    //text-indent:1rem;
}
.menu_list .item .head_img{
	width:25px;
	border-radius: 5px;
	margin-right: 5px;
}
.menu_list .item a{
    height:2.5rem;
    line-height:2.5rem;
    overflow:hidden;
    font-size:.875rem;
	display: flex;
    align-items: center
}
.menu_list .item span{
    height:2.5rem;
    line-height:2.5rem;
    overflow:hidden;
    font-size:.875rem;
    display:inline;
}
.menu_list .item.son>.icon{
    width:1.5rem;
    height:1.5rem;
    position:absolute;
    top:.3rem;
    right:0;
    transform:rotate(0);
    transition:all .4s;
}

.menu_list .item.son>.icon>em{
    margin:.3rem .2rem 0 0;
    border-width:.5rem 0 .5rem .5rem;
    border-style:solid;
    border-color:transparent transparent transparent #999;
    float:right;
    display:block;
    position:relative;
    z-index:10;
}
.menu_list .item.open>.icon>em{
    transform: rotate(90deg);
}
.menu_list .item.son>.icon>em>i{
    border-width:.5rem 0 .5rem .5rem;
    border-color:transparent transparent transparent #fff;
    border-style:solid;
    display:block;
    position:absolute;
    top:-.5rem;
    right:.1rem;
    z-index:11;
}
.icon_nav_0{
    background-image:url(/images/header/rank_list.png)
}
.icon_nav_1{
    background-image:url(/images/header/icon_nav_1.png)
}
.icon_nav_2{
    background-image:url(/images/header/icon_nav_2.png)
}
.icon_nav_3{
    background-image:url(/images/header/icon_nav_3.png)
}
.icon_nav_4{
    background-image:url(/images/header/icon_nav_8.png)
}
.icon_nav_5{
    background-image:url(/images/header/icon_nav_4.png)
}
.icon_nav_6{
    background-image:url(/images/header/icon_nav_5.png)
}
.icon_nav_7{
    background-image:url(/images/header/icon_nav_6.png)
}
.icon_nav_8{
    background-image:url(/images/header/icon_nav_7.png)
}
.icon_nav_9{
    background-image:url(/images/header/icon_nav_9.png)
}
.index_hot4 {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    position: absolute;
    top: .9rem;
    left: 115px;
    background: url(/images/header/icon/indexhot.gif) no-repeat;
}
.index_hot5 {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    position: absolute;
    top: .9rem;
    left: 115px;
    background: url(/images/header/icon/indexhot.gif) no-repeat;
}
.index_hot3 {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    position: absolute;
    top: .9rem;
    left: 200px;
}
.menu_list .menu_son{
    display:none;
}
.menu_list .menu_son .item{
    margin-left:.625rem;
    border:0;
    text-indent:2rem;
}
.menu_list .menu_son .item a{
    height:2.5rem;
    overflow:hidden;
    font-size:.875rem;
    color:#999;
    text-indent:0;
    border-bottom:.0625rem #ddd solid; 
    display:inline-block;
}
.detail_list{
    margin-top:1rem;
}
.prod_info_divide{
    height:.7rem;
    background-color:#f6f6f6;
}

.header_top .i3{
    position:relative;
}
.header_top .cart_count{
    width:.875rem;
    height:.875rem;
    line-height:.875rem;
    text-align:center;
    font-size:11px;
    color:#fff;
    background-color:#ff9500;
    border:.0625rem #fff solid;
    border-radius:50%;
    position:absolute;
    top:.03rem;
    right:.2px;
}
.ui-flicker {
	display:none;
    position: relative;
    top: 34px;
    right: 5px;
    line-height: 22px;
    z-index: 999;
}
.ui-flicker .flicker {
    animation: flicker .4s ease-in-out infinite alternate;
    display: block;
}
.ui-flicker span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #cb2007;
    color: #fff;
	font-size: 12px;
    font-weight:600;
    padding: 1px 5px;
}
.ui-flicker em {
    width: 0;
    display: block;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #cb2007 transparent;
    position: absolute;
    top: -8px;
    left: 25%;
}
.ui-header-right {
    height: 45px;
}
@keyframes flicker
{
	0% {
    transform: translate(0,-33px);
	}

	100% {
    transform: translate(0,-27px);
	}
}
@media screen and (min-width: 320px) and (max-width: 750px)
{

.ui-header-right {
	position: absolute;
    top: 4px;
}
.header_top{
    width:100%;
    max-width:100%;
    position:fixed !important;
    top:0;
    left:0;
    z-index:100;
    height:40px;
    background-color:#fff;
	opacity: 0.98;
	-webkit-transform: translateZ(0);
	overflow: inherit !important;
}
.header_top>ul {
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_top .logo {
	width:70%;
}
.header_top .logo{
	max-width: 70%;
    height: 35px;
	text-align: center;
}
.user-href i{
	font-size:23px;
	color:#424141;
	margin-left: 13px;
}
.head_cate, .head_user,.head_cart{
	width:10% !important;
}
.customer-logo{
	width: 28px;
    height: 27px;
    line-height: 27px;
}
.header_top .fr{
	text-align: right;
}
.header_top .logo img{
    height:95%;
}
.header_top aside>div{
    position:relative;
}
.header_top aside>div>a{
    height:2.625rem;
    padding-right:1rem;
    display:block;
}
.header_top .i3>a{
    padding-right:5px;
}
.header_top aside>div.i2>a>img{
    height: 1.875rem;
    width: 1.9rem;
    margin-top: .8rem;
}
.header_top .i3>a>img{
	width: 27px;
}

.head_b_img{
	margin: 5px
}
.head_b_img img{
	width:100%;
}
}
