@CHARSET "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    margin: 0 auto;
    height: 100%;
    background: #f8f8f8;
    font-size: 14px;
    font-family: Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma,
 Arial;
    line-height: 1.5;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-user-select: none;
    user-select: none;
}
body, .detail_info_wrap .detail_item, .sku_wrap, .layer_detail_full .layer_detail_wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body .sub-nav.nav-b5 dd i {margin: 3px auto 5px auto;}
body .fixed.bottom {bottom: 0;}
.mask-layer-loading{position: fixed;width: 100%;height: 100%;z-index: 999999;top: 0;left: 0;text-align: center;display: none;}
.mask-layer-loading i,.mask-layer-loading img{text-align: center;color:#000000;font-size:50px;position: relative;top:50%;}
.sub-nav.nav-b5 dd{width:20%;font-size:14px;}
*{user-select: text;-webkit-user-select: text;-moz-user-select: text;}

.vertical-bar{border-left:1px solid #efefef;height:64px;vertical-align:middle;display:inline-block;margin-top:5px;float:left}
.store-item{overflow:hidden;padding-top:5px;pading-bottom:5px}
.shop-logo-class{height:90%;width:90%;line-height:68px;width:20%;float:left}
/*
 .shop-logo-class img{display:inline-block!important;vertical-align:middle!important;max-width:100%!important;max-height:100%!important;height:auto!important;width:auto!important} */
/* 20230921门头图修改 */
.shop-logo-class img {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    border-radius: 5%;
    margin-right: 5px;
    margin-top: 5px;
}
.store-right{float:left;position:static}
* {
	padding: 0;
	margin: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}
a, img, button, input, select {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}
ol, ul {
    list-style: none;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    line-height: 21px;
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    padding: 10px 15px;
    -webkit-user-select: text;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}
.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 1000;
    border-bottom: solid 1px #e2e2e2;
    background: #f7f7f7;
}
.head-title {
    height: 44px;
    line-height: 44px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.custom-search {
    padding: 0px 10px;
    margin: 0;
    position: relative;
    border-radius: 4px;
    border: 0 none;
    overflow: hidden;
}

.custom-search-button {
    position: absolute;
    right: 20px;
    border: 0px none;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    width: 22px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-indent: -9999px;
    background: url(../images/search_icon.png) right center no-repeat;
    background-size: 14px 14px;
    border-radius: 5px 0 0 5px;
    border: 0px none;
}

.main {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
   /* margin-top: 80px;*/ /*有筛选菜单时候要打开*/
    margin-bottom: 48px;
}
.custom-search form .custom-search-input {
	padding: 8px 8px 8px 15px;
}
.custom-search .custom-search-input {
    font-size: 12px;
    margin: 0;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 20px;
    height: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.order_div {
	border-bottom: 1px solid #efefef;
	height: 40px;
	line-height: 40px;
}
.order_div {
    position: fixed;
    top: 45px;
    /* height: 40px; */
    background: #fff;
    z-index: 99;
    width: 100%;
    max-width: 640px;
}

.order_div>span {
	color: #333;
	line-height: 40px;
	border-right: 2px solid #f8f8f8;
	width: 24%;
}
.order_div>span {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #999;
}

.order_div>span a {
	position: relative;
}
.order_div>span:LAST-CHILD {
	border-right: 0;
}
.shop-info {
	min-height: 65px;
	background: #fff;
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #efefef;
}
/*.main {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 80px;
	margin-bottom: 48px;
}*/
.shop-list {
	width: 100%;
	position: relative;
}
.shop-logo {
	float: left;
	vertical-align: top;
	width: 65px;
	height: 65px;
}
.shop-logo img {
	width: 65px;
	margin-top: 14px;
}
.shop-content {
	display: block;
	margin: 0 0 0 75px;
	position: relative;
}
.shop-content dt {
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	color: #666;
	zoom: 1;
	margin-bottom: 4px;
}
.shop-content dd {
	margin-bottom: 10px;
	height: 16px;
	line-height: 16px;
	position: relative;
}
.shop-name {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	font-size: 16px;
	font-weight: bold;
}
.shop-desc p {
	height: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
.shop_credit {
	display: inline-block;
	line-height: 16px;
	color: #666;
	vertical-align: top;
}
.total_content {
	width: 100%;
	height: 60%;
	z-index: 115;
	background: #F1F2F3;
	position: fixed;
	top: 86px;
}
.total_left {
	background: #fff;
	width: 100%;
	float: left;
	height: 100%;
	overflow-y: scroll;
}
.total_left li {
	height: 35px;
	line-height: 35px;
	padding: 0 0.4rem 0 0.75rem;
	border-bottom: 1px solid #f6f6f9;
	position: relative;
}
.total_left li .selected {
	color: red;
}
.desc, .desc_selected, .asc_selected, .asc, .screening {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	right: -30px;
}
.desc {
	/* background: url("../images/shopstreet_desc.png") no-repeat; */
}
.desc_selected {
	background: url("../images/shopstreet_desc_selected.png") no-repeat;
}
.asc {
	background: url("../images/shopstreet_asc.png") no-repeat;
}
.asc_selected {
	background: url("../images/shopstreet_asc_selected.png") no-repeat;
}
.screening {
	background: url("../images/store_screening.png") no-repeat;
	top: 0px;
	right: -26px;
	background-size: 80%;
}
.shop-list li {
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	margin: 10px 0;
	background: #ffffff;
}
.store-logo {
	width: 58px;
	padding: 30px 10px;
	height: 100%;
}
.store-item {
	position: relative;
	padding: 5px;
}
.store-right {
	padding-left:5px;
	display: inline-block;
	width: 80%;
	/*position: absolute;*//*星星被隐藏了*/
	top: 5%; /*15%*/
}
.store-name {
	padding: 10px;
	border-bottom: 1px solid #efefef;
}
.store-name h1 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.flag-stores, .flag-brand, .flag-security {
	color: #ffffff;
	background: #FF4D24;
	border-radius: 2px;
	padding: 5px;
	font-size: 12px;
}
.flag-stores {
	background: #FF4D24;
}
.flag-brand {
	background: #FF3061;
}
.flag-security {
	background: #48B1FF;
}
.right-arrow {
	display: inline-block;
	width: 10px;
	float: right;
	vertical-align: middle;
	margin: 3px 5px 0 0;
}
.store-detail {
	overflow: hidden;
}
.scope-business, .good-rate {
	color: #999999;
}
.scope-business strong, .good-rate  strong {
	color: #333333;
	font-weight: normal;
}
.credibility {
	color: #999999;
	margin-top: 5px;
}
.store-detail .left, .store-detail .right {
	color: #666;
	float: left;
}
.store-detail .left {
	width: 62.5%;
}
.store-detail .right {
	width: 35%;
	text-align: center;
	margin-left: 2px;
}
.store-detail .right address {
	font-style: normal;
	color: #999999;
}
.store-detail .right span {
	color: #999999;
	/*display: block;*/ /*按钮变大的问题*/
	margin-top: 5px;
}
.store-detail .right span strong {
	color: #333;
	font-weight: normal;
}
@media only screen and (min-width: 466px) {
	.scope-business {
		float: left;
		margin-right: 10px;
	}
	.store-detail .left {
		margin-top: 11px;
	}
	.store-detail .right {
		margin-top: 27px;
	}
}

.restriction{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
}
.restriction .tip-info-container{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 220px;
    padding: 15px;
    margin:0 auto;
    text-align: center;
    border-radius: 8px;
}
.restriction .tip-info-container .tip-info{
    margin:10px 0 15px;
    font-size: 15px;
    color: #666;
}
.restriction .tip-info-container button{
    border:none;
    color: #fff;
    background: #FF5B3F;
    padding: 0 15px;  
    border-radius: 3px;
    height: 35px;
    line-height: 1;
}