body,html {  	
    padding: 0; 
    margin: 0;
}
#pro_box{
    position:relative;
	margin-top: 25%;
	margin-bottom: 10%;
}
#add_to_cart_html {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.scart-class{
	border-radius:2px !important;
}
.scart-class .layui-layer-btn1 {
	background: #fbad40;
    color: #fff;
}
.cart_postage_notice{
	margin: 10px 18px;
    padding: 4px;
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #ddf0ff;
    border-radius: 3px;
}
.scart-class .cart_shipping_text {
	width:85%;
    text-align: center;
	padding: 5px 0px;
	margin: 0px 20px 5px 20px;
	font-size: 11px;
}
.scart-class .cart_details_text {
	width: 90%;
    text-align: center;
    border: 2px dotted #C0C0C0;
    padding: 5px 0px;
	margin: auto;
}
.scart-class .cart_details_text .c-0{
    border: none !important;
	color: #000;
	font-size:14px;
	font-width:500;
}
	
.scart-class .cart_details_text p{
    margin-bottom: 5px;
	width: 85%;
    border: 1px solid #c0847f;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-family: A-OTF Maru Folk Pro;
    font-weight: normal;
    color: #A6524B;
    line-height: 28px;
    margin: auto;
	margin-bottom: 6px;
}
.scart-class .cart_details_img {
	width:22%;
    text-align: center;
    margin-top: 25px;
	float: left;
}
.scart-class .cart_details_img img{
	width: 120px;
}
.scart-class .layui-layer-content {
    //background-image: linear-gradient(to bottom right,#fbfbfb,#f1f5fb, #c0ccd6);
    border-radius: 5px;
}
.scart-class .layui-layer-btn {
	width: 100%;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;	
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.scart-class .addcart-product-pro {
	padding: 4%;
    clear: both;
    overflow: hidden;
}
.scart-class .addcart-product-pro img{
	width: 90px;
    height: 90px;
	float: left;
    margin-right: 4%;	
	border-radius: 5px;
}
.scart-class .addcart-product-pro p{
	line-height: 20px;
    margin-bottom: 5px;
    color: #888;
    display: -webkit-box;
	word-break: break-all;		
}
.scart-class h1 img {
	width: 5vw;
    height: 5vw;
    margin-right: 5px;
    margin-top: 8px;
}

.scart-class h1 {
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    padding: 0 4%;
    font-size: 14px;
	display: flex;
	align-items: center;
}
.scart-class h1 span{
	margin-left: 5px;	
}
.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;
	margin-bottom: 20px;
}
.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;	
	padding-bottom: 10px;
}
.cate_text{
	padding: 0px 5px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.off {
    color: #ff9900 !important;
    font-weight: 600;
    font-size: 1.2em;
    margin-left: 2px !important;
    width: 20%;
}
.shipping_method {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    margin: 0 5px 5px 0px;
    font-size: 12px;
    padding-left: 5px;
    color: #646464;
}
.sm-icon img {
    width: 20px;
}
.r_p_star {
	display: flex;
    max-height: 14px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	margin-right:3px;
}
.r_p_star li {
	max-height: 14px;
    height: 14px;
    list-style: none;
}
.r_p_star li img{
	width:13px;
	vertical-align: unset !important;
}

.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: 13px;
    padding: 2px;
    color: #353331;
    font-weight: 600;
}
.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: 10;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 10px 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: 30px;
}
.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: 5px;
    display: flex;
    right: 8%;
    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_title .clear_img{
	width: 25px;
}
.search_title{
	margin: 10px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.search_title ul {
	list-style:none;
	display: flex;
    align-items: center;
    flex-direction: row;
}
.search_title ul li{
	display:inline;
	font-size:13px;
	font-weight:normal;
}
.search_line{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 10px 0px 0px 0px;
    justify-content: space-evenly;
}
.search_line .search_back {
	color: #515151;	
	width:5%;
	padding: 5px;
}
.search_cate {
	background: #FFF;
    width: 85%;
    border-radius: 5px;
    position: relative;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.review_cart_info {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.cate_reviews {
	width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}
.cate_reviews ul li i {
    font-size: 15px !important;
    margin-right: 1px !important;
}
.cate_cart_info {
    width: 35%;
    text-align: right;
    padding: 8px;
}

.cate_cart_info img{
	width: 35%;		
}
.cate_text ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.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: 0%;
    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;
}
.searched_histroy_keys span{
	background: #d9eaf9;
    padding: 3px 10px;
    margin: 10px;
    border-radius: 10px;
}
.search_all {
	background: #a1e9ce !important;
}
.searched_blank,.searched_histroy_keys{
    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;
}
.close-btn {
	display:none;
	width:15%
}
.close-btn .s-btn{
	background: #565656;
    text-align: center;
    float: left;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
    padding: 3px 10px;
}
.pro_list{
	position:relative;
	margin-bottom: 100px;
}
.no-title{
	display:none;
	margin: 20px;
    text-align: center;		
}
.c_r_s_top{
	background: #fff;
	width: 100%;
	opacity: 0.98;
	position: fixed;
	top: 45px;
	z-index: 4;
	border-top: 0;
	height:auto;		
}
.c_r_s_top .u_c_relation span{
	margin-left: 2px;
}
.c_r_s_top .u_c_relation{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	padding: 5px 0px 0px 0px;
}
.c_r_s_top .u_c_relation li{
	font-size: 12px;
	height: 20px;
    padding: 4px 8px;
    margin: 3px 5px;
    background: #f3ebe1;
    border-radius: 8px;
}
.c_r_s_top .u_c_sort{
	width: 100%;
    display: flex;
	border-top: 1px solid #ddd;
	border-top: none;
}
.c_r_s_top .u_c_sort li{
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 15px;
	width: 50%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    margin: 3px 1px;	
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_r_s_top .u_c_sort li:first-child{
    padding: 0 5px;
}
.title_line {
    display: inline-block;
    position: relative;
    height: 30px;
}
.title_line:before {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #FF9500;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
