html body .header::after {
    opacity: 0;
}
/*筛选功能*/
.screen {
    position: sticky;
    top: 63px;
    z-index: 9;
    margin-top:1% !important;
    margin-bottom:1% !important;
    background: #fff;
}
.screen-box {
	padding: 0.2rem 0;
	*border: 1px solid #f5f5f5;
	border-bottom: none;
	*background: #fff;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
	width: 100px;
	padding: 5px 10px;
	overflow: hidden;
	width: 5%;
	max-width: 60px;
	float: left;
	*background: #fff;
	font-size:var(--fs14);
	color: #000;
	font-family: "MiSans-Medium";
}
.screen-box  .screen-class .class-box {
	float: left;
    width: 95%;
}
.screen-box  .screen-class .class-box li {
	display:block;
	float:left;
	padding: 5px 10px;
	overflow: hidden;
	font-size:var(--fs16);
	color: #999;
	position: relative;
}
.screen-box  .screen-class .class-box li a {
	font-size:var(--fs14);
	color: #999;
	cursor: pointer;
}
.screen-box  .screen-class .class-box li a.active {
	color: #e4002b;
    font-weight: bold;
}

.clearall {
    width: 100%;
    padding:0 0 0 10px;
}
.clearall a {
    font-size:var(--fs14);
    color:#999;
}


@media screen and (max-width:1024px) {
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    padding:0  !important;
    background: #fff;
}
.screen-box {
	display: flex;
	margin: 2% 0;
	padding: 0 2%;
    position: relative;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
    position:relative;
    margin: 0 5px;
	padding: 5px 0px;
	width: 100%;
	max-width: 100%;
	font-size:var(--fs14);
}
.screen-box  .screen-class .tit:after {
    content: "";
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #2d2926;
}
.screen-box  .screen-class .tit:hover:after {
    border-top: 4px solid #e4002b;
}
.screen-box  .screen-class .class-box {
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 30px;
    z-index: 2;
}
.screen-box  .screen-class:hover .class-box {
    display: block;
    min-height: 800px;
}
.screen-box  .screen-class:hover .class-box::after {
    display: block;
    content: "";
    width: 100%;
    height: 500px;
    background: rgb(0,0,0,0.2);
    z-index: 1;
    
}
.screen-box  .screen-class .class-box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
	padding: 30px 2%;
	background: #fff;
	overflow: hidden;
}
.screen-box  .screen-class .class-box li {
	width: 48%;
	margin:0.1rem 0;
    padding: 0;
    font-size:var(--fs14);
    text-align: center;
    border-radius: 50px;
    background: #f9f9f9;
}
.screen-box  .screen-class .class-box li a {
	display: block;
    font-size:var(--fs14);
    color: #999;
    line-height: 0.44rem;
}
.screen-box .screen-class .class-box li a.active {
    color: #fff;
    background:#e4002b ;
}
.screen-box  .screen-class .class-box li a i {
    width: 14px;
    height: 14px;
}
.screen-box  .screen-class .class-box li a span {
    padding:0 0 0 5px;
}
}
/*筛选功能 end*/

.screen-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.screen-box .item {
    
}
.screen-box .item .name {
    font-size:var(--fs16);
    color: #777;
    line-height: 1.8;
}
.screen-box .item .select {}
.screen-box .item .select  select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.46rem;
    line-height: 0.46rem;
    margin: 6px 0;
    padding: 0 0.1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    background: #fff;
    font-size:var(--fs14);
    color: #666;  
}
@media screen and (max-width:1024px){
.screen-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.screen-box .item {
    flex: 1; 
    
}
.screen-box .item .name {
    font-size:var(--fs14);
    color: #777;
    line-height: 1.8;
}
.screen-box .item .select {}
.screen-box .item .select  select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.46rem;
    line-height: 0.46rem;
    margin: 6px 0;
    padding: 0 0.1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    background: #fff;
    font-size:var(--fs14);
    color: #666;  
}  
}

/*门店列表*/
.store-box {
    position: relative;
    overflow: hidden;
    margin:2% 0 0 0;
    width: 100%;
}
.store {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 8;
    margin-left: 100px;
    width: 500px;
}
.store .store-list {
    background-color: #fff;
}

.store .store-list .screen {
    padding: 5%;
    overflow: hidden;
}
.store .store-list .screen select {
    border: 1px #ddd solid;
    color: #6a6a6a;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 30%;
    padding: 0px 3px;
}
.store .store-list .screen button {
    display: block;
    border: 1px #ddd solid;
    color: #fff;
    float: left;
    height: 40px;
    width: 30%;
    padding: 0px 3px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top,#e4002b,#e4002b);
    box-shadow: 0 10px 6px 0 rgb(229 0 45 / 10%);
}
.store .store-list .screen button:hover {
    background-image: -webkit-linear-gradient(left,#e4002b,#e4002b);
    box-shadow: 0 10px 6px 0 rgb(229 0 45 / 15%);
}
.store .store-list ul {
    width: 500px;
    height: 680px;
    overflow-x: auto;
    padding:5%;
}
.store .store-list ul li {
    margin:0 0 20px 0;
    padding:5% 0;
    border-bottom:1px solid #dedede;
}
.store .store-list ul li h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    transition: all 0.4s;
    margin-bottom: 5px;
}
.store .store-list ul li:hover h2 {
    color:#e4002b;
}
.store .store-list ul li h3 {
    font-size:var(--fs14);
    color: #666666;
    margin: 15px 0;
}
.store .store-list ul li h4 {
    font-size:var(--fs14);
    color: #666;
}
.store .store-list ul li h5 {
    margin: 15px 0;
    font-size:var(--fs14);
    color: #666;
}
.store .store-list ul li:hover h5 {
    font-size:var(--fs14);
    color: #e4002b;
}
.store-map {
    min-height: 2rem;
}
.store-map .map {
    width: calc(100% + 1000px);
    height: 800px;
    margin-left: -1000px;
}
@media screen and (max-width:800px){
.store-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.store {
    position: static;
    width: auto;
    margin:0;
}
.store .store-list {
    width: auto;
    height: auto;
    overflow: hidden;
}
.store .store-list ul {
    padding:5%;
}
.store .store-list ul li {
    margin:0 0 20px 0;
    padding:5% 0;
    border-bottom:1px solid #dedede;
}
.store .store-list ul li h2 {
    font-size:var(--fs16);
    margin-bottom: 5px;
}
.store .store-list ul li h3 {
    font-size:var(--fs14);
    margin: 10px 0;
}
.store .store-list ul li h4 {
    font-size:var(--fs14);
}
.store .store-list ul li h5 {
    font-size:var(--fs14);
}

.store-map {
    display: none;
}
.store-map .map {
}
}

.nostore {
    *position: absolute;
    *left: 50%;
    *top: 50%;
    *transform: translate(-50%, -50%);
    *z-index: 8;
    font-size:var(--fs14);
    color: #777;
    *width: 100%;
}

