@charset "utf-8";
.city_box{ width:470px;background:#fff; margin:0 auto; float:none; border-radius: 10px; height:28px; line-height:28px; padding:10px 0;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #F3F3F3;
	opacity: 0;
}
.city_box .name{ background:url(../img/service/shop/Search.png) no-repeat left center; width: 30px; height:21px; line-height:21px; position:absolute; left:10px; top:13px; opacity:0.9;}
.city_box .input{ height:24px; width:310px; line-height:24px;text-indent: 12px; display: block;
	color: #1A1B1F; margin-left:35px; background:none; border:none; margin-top:2px; font-size:13px;}
.city_box .button { height: 48px; background: #2F2F2F; width: 105px; line-height: 48px; letter-spacing: 4px; border:none; color: #FFFFFF; font-size: 18px; text-align: center; position: absolute; right: 0; top: 0; border-radius:0 10px 10px 0; cursor: pointer;}
.city_box .hotcity { color: #BD9980; font-size: 14px; height: 14px; line-height: 14px; position: absolute; top: 66px;}
.city_box .hotcity span { float: left; height: 40px;margin-right: 14px;}
.city_box .hotcity a {font-weight: 600; color: #BD9980; margin-right: 18px; border-bottom: #BD9980 1px solid; float: left; margin-bottom: 20px;}
.searchMain .title{font-size:26px; text-align:center; font-weight:normal; padding-bottom:10px; letter-spacing: 10px;}
.searchMain .search-result{
	margin-top: 80px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.searchMain .download-icon {
	position: absolute;
	width: 45px;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}
.searchMain .download-icon img{
	width: 100%;
}
.city_box .button{
	border-radius: 4px;
	background: #1A1B1FFF;
	height: 40px;
    background: #2F2F2F;
    width: 90px;
	line-height: 40px;
	font-size: 12px;
	top: 10px;
	right: 10px;
	letter-spacing: 0;
}

.clean{
	position: absolute;
    right: 108px;
    top: 21px;
    width: 20px;
	height: 20px;
	cursor: pointer;
}
.box{
	width: 1170px;
	margin: 0 auto;
}
.searchMain{
	background: url('https://hsimage.fotile.com/202507141619285136749.png') center center no-repeat;
	background-size: cover;
	margin: 0;
	width: 100%;
	height: 780px;
	position: relative;
}
.searchMain .big{
	color: #fff;
	font-size: 38px;
	margin-top: 100px;
}
.city_box {
    width: 675px;
    border-radius: 4px;
    height: 38px;
	line-height: 38px;
	position: relative;
	z-index: 10;
}
.city_box .input{
	height: 36px;
	line-height: 36px;
	width: 380px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 16px;
}
.city_box .input::-webkit-input-placeholder{
	color:rgba(0,0,0,0.25);
	font-size: 16px;
	font-weight: 400;
}
.mask{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	transition:0.5s ease;
}
.city_box .name{
    height: 33px;
    line-height: 33px;
    left: 22px;
    top: 13px;
}
.flex{
	display: flex;
}
.suggest{
	display: none;
	height: 150px;
	border-bottom: 1px solid rgba(151,151,151,0.3);
}

.suggest .near-title{
	margin-top: 70px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.suggest .city-name {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.suggest .city-name .location-icon{
	width: 16px;
	margin-right: 10px;
}
.suggest .city-name .city-text2 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.suggest ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 40px 0;
}

.suggest ul li {
	width: 360px;
	background: #fff ;
	background: url('https://hsimage.fotile.com/202507051103380059200.png');
	background-size: cover;
	border-radius: 4px;
    overflow: hidden;
}

.suggest ul li h4 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.suggest ul li p {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #2F2F2F;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 210px;
	margin-top: 10px;
}
.suggest ul li .flex2 {
	box-sizing: border-box;
	margin-top: 30px;
	height: 75px;
	width: 100%;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.suggest ul li .flex-right{
	margin-left: 40px;
	flex-shrink: 0;
	text-align: center;
}
.suggest ul li .flex-right img{
	width: 24px;
}
.suggest ul li .flex-right div{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 11px;
	color: #7F7F7F;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 7px;
}
.suggest ul li .cover-image{
	height: 203px;	
}

.suggest ul li .btns {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
.suggest ul li .btns .btn {
	width: 143px;
	height: 44px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #000;
}
.suggest ul li .btns .btn a{
	width: 144px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}
/* .suggest ul li .btns em:last-child a img{
	transform: translateY(-2px);
} */
.suggest ul li .btns .btn img{
	width: 16px;
	margin-right: 5px;
}
.shopList ul {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.shopList ul li{
	display: inline-block;
	/* padding:20px; */
	width: 360px;
	/* width: calc(33% - 40px); */
	height: 177px;
	background: url('https://hsimage.fotile.com/202507051726312147979.png');
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: none;
	padding: 0;
	margin-bottom: 35px;
	margin-right: 30px;
	position: relative;
	border-radius: 4px;
}
/* .shopList ul li{margin-right: 30px;margin-bottom: 35px;} */
.shopList ul li .btns {
	position: absolute;
	bottom: 25px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	width: 100%;
    left: 0;
}
.shopList ul li .btns .btn {
	width: 143px;
	height: 44px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.shopList ul li .btns .btn a{
	width: 144px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.shopList ul li .btns .btn img{
	width: 16px;
	margin-right: 5px;
	/* transform: translateY(3px); */
}

 .shopList ul li:hover .btn{
	color:#fff;
	background: #000;
}
.shopList ul li:hover .btn{
	background: #2F2F2F;
}

.shopList ul li .btns .btn .img-hover,.shopList ul li .btns,.shopList ul li:hover .btns .btn .img-black, .shopList ul li:hover .distance {
	display: none;
}  

.shopList ul li:hover .btns {
	display: flex;
}
.shopList ul li:hover .btns .btn .img-hover {
	display: inline-block;
}
.shopList ul li .btns .btn:hover{
	color:#fff;
	background: #000;
}
.shopList ul li:hover .btn{
	color:#fff;
	background: #000;
}
.shopList ul li:hover .btns .btn:hover{
	background: #2F2F2F;
}

/* .shopList ul li div:first-child{
	width: 100%;
	float: left;
}
.shopList ul li div:last-child{
	float: right;
} */
.shopList ul li>div{
	padding:30px 0 20px 30px;
	box-sizing: border-box;
}
.shopList ul li h4{
	font-size: 16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom: 5px;
	font-weight: 500;
    color: #1A1B1F;
}

.shopList ul li p{
	font-size: 12px;
	line-height: 25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding: 0;
	margin: 0;
	font-weight: 400;
    color: #000000;
}
.shopList ul li .distance {
	margin-top: 46px;
	display: block;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #7F7F7F;
	text-align: left;
	font-style: normal;
	text-transform: none;
	float: none !important;
}
.shops{
	margin-top:90px;
	position: relative;
	z-index: 10;
}
.testing{
	padding-top: 50px;
}
.testing h3,.shops h3,.hot h3{font-size: 24px;margin-bottom: 30px;}
.shops h3 {
	text-align: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.shops h3 span {
	letter-spacing: 0;
}
.testing ul {display: flex;}
.testing ul li{
	width: 388px;
	height: 388px;
	position: relative;
	color: #fff;
}
.btnGroup em:last-child{margin-top: 20px;}
.shopList .btnGroup em{margin-top: 20px;}
.shopList .btnGroup em:last-child{margin-top: 40px;}
.btnGroup{
	width: 94px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0.9;
	height: 100%;
	display: none;
	font-size: 8px!important;
	text-align: center;
	padding: 0!important;
	padding-top: 10px!important;
	padding-bottom: 5px!important;
	/* border: 1px dashed rgba(255,255,255,0.5); */
	color: #fff;
}
.btnGroup em{
	cursor: pointer;
	display: block;
}
.btnGroup a{
	display: block;
	color: #fff;
}
.btnGroup i{
	display: block;
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 3px;
	color: #fff;
}
.btnGroup img{
	width: 20px;
	height: 20px;
}
.sub{
	position: absolute;
	top: 37px;
	left: 43px;
	z-index: 10;
}
.sub h5{font-size: 18px;margin-bottom: 5px;}
.sup{
	z-index: 10;
	position: absolute;
	bottom: 25px;
	left: 43px;
	cursor: pointer;
	/* background: #f5f5f5; */
	color: #fff;
}
.sup a{color: #fff;}
.sup a:hover{color: #fff;}
.sup:after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height:1.32px;
	background: #952225FF;
	transition:0.5s ease;
}
.testing ul li:first-child{
	background: url('/webstatic/Public/Home/img/brand/img-2@2x.png');
	background-size: cover;
	margin-right: 2px;
}
.testing ul li:nth-child(2){
	background: url('/webstatic/Public/Home/img/brand/img-3@2x.png');
	background-size: cover;
	margin-right: 2px;
}
.testing ul li:last-child{
	background: url('/webstatic/Public/Home/img/brand/img-1@2x.png');
	background-size: cover;
}
.testing ul li:hover .mask{
	opacity: 1;
}
.testing ul li:hover .sup:after{
	width: 54px;
}
.path {color:#fff!important}
.path a{color:#fff!important}
.city_box .hotcity{margin-top: 10px;color: #fff!important;}
.hotcity a{
	color: #fff!important;
	border-bottom:2px solid #fff!important
}
.path{
	display: flex;
	justify-content: space-between;
	color: #7F7F7F!important;
}
.path .left a {
	color: #7F7F7F!important;
}
.path .right {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: right;
	font-style: normal;
	text-transform: none;
	background: transparent;
	width: 240px;
}
.path .right i {
	font-weight: 600;
	font-size: 16px;
	color: #91191E;
	text-decoration: none;
}
.right img{
	width: 20px; 
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 8px;
}
.more {
    text-align: center;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.more span::after {
    content: '';
    width: 0;
    height: 2px;
    background: #952225;
    position: absolute;
    bottom: 15px;
    left: 35px;
    transition: all 0.3s ease-in-out;
}
.more span {
	width: 184px;
	background-color: #2F2F2FFF;
	display: inline-block;
	height: 60px;
	border-radius: 4px;
	color: #fff;
	position: relative;
}
.more span:hover::after {
	width:115px;
  }

.more em {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #EEEEEE;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}  
.more img {
    width: 16px;
    margin-left: 5px;
    vertical-align: middle;
	transform: translateY(-1px);
}
ul{overflow: hidden;}
.dark{
	border-bottom: 1px solid #e6e6e6;
}
.dark a{
	color:#737373FF!important
}
.dark u{
	color:#737373FF!important
}
.basicInfo{
	height: 658px;
	background: #f5f5f5;
	margin-top: 30px;
}
.basicInfo .swiper-container{
	width: 100%!important;
	height: 100%;
}
.welcome{
	margin-top: 60px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #7F7F7F;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.headerTit h1{font-size: 24px!important;text-align: center;margin-top: 10px;color: #000;}
.headerTit p{font-size: 18px;text-align: center;margin-top: 12px;margin-bottom: 40px;}
.basicInfo .fonts{
	box-sizing: border-box;
	padding: 133px 35px;
	width: 388px;
	font-size: 16px;
    color: #1A1B1F;
}
.basicInfo h5{font-size: 24px;margin-bottom: 20px;}
.fonts img{
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 15px;
}
.fonts ul li{
	margin-top: 20px;
	display: flex;
}
.fonts ul li em{
	display: inline-block;
}
.flex h3{font-size: 24px;}
.brief,.buy{width: 50%;margin-top: 90px;}
.brief p{
	width: 512px;
	/* height: 182px; */
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 21px;
	padding-bottom: 50px;
    border-bottom: 1px solid rgba(22,31,37,0.1);
}
.buy img{
	width: 584px;
	height: 321px;
	margin-top: 20px;
	/* object-fit: cover; */
}
.hot{margin-top: 90px;}
.hot ul{
  width: 100%;
  display: flex;
}
.hot ul li{
	width: 290px;
	margin-right: 3px;
	height: 376px;
	position: relative;
	background-color: #f5f5f5;
}
.hot ul li span{
	position: absolute;
	top: 25px;
	left: 30px;
	font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
}
.hot ul li img{
	width: 100%;
	object-fit: cover;
	margin-top:100px;
}
.red{color: #9C1D22!important;}
.right{
	width: 188px;
	height: 26px;
	line-height: 26px;
	background: #9C1D22;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.right i {
	font-style: normal;
	text-decoration: underline;
}
.clean{display: none;}
#searchInfo{display: none;}
#list{
	display: none;
	position: absolute; 
	top: 50px;
    left: 400px;
	width: 500px;
	/* height: 360px; */
	padding-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	border-radius: 4px;
	z-index: 999;
	overflow-y: auto;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;   
}
#list>li{
	font-weight: 800;
	cursor: pointer;
	/* height: 25px;
	line-height: 25px; */
}
/* .province-item{
	border-bottom: 1px solid rgba(216, 216, 216, 0.4);
} */
.province-item p img{
	width: 16px;
	height: 16px;
	margin-top: 10px;
}
.province-item p{
	font-size: 14px;
	color: #1A1B1F;
	display: flex;
	justify-content: space-between;
}
.subNav{
	display: none;
}
.subNav li{
	height: 37px;
	line-height: 37px;
	color:#737373;
	font-weight: 400;
}
.title span{
	cursor: pointer;
	position: relative;
	transition: 0.5s;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.title span:after{
	content: '';
	width: 0;
	height: 0;
	border:6px solid;
	border-color: black transparent transparent;
	right: -15px;
	position: absolute;
	bottom:7px;
	transition: 0.3s;
	transform-origin:6px 4px;
}

.new::after{
	transform: rotateZ(180deg);
}
i{font-style: normal;}
.suggest ul u{
	text-decoration: none;
	margin-right: 16px;
	font-size: 10px;
}
.basicInfo .swiper-container img{
	width: 100%;
	object-fit: cover;
}
.basicInfo .swiper-container .swiper-slide {
	border-radius: 4px;
}
.sendsms-dialog-body .close {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 11;
	width: 20px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	background: no-repeat center url('https://hsimage.fotile.com/202507071333385594993.png');
}

.sendsms-dialog {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	background: url(../img/store/bg.png) repeat;
}

.sendsms-dialog-body {
	width: 430px;
	height: 460px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -230px;
	background: #fff;
	border-radius: 5px;
}

.sendsms-dialog-body .placeholder {
	text-align: center;
	color: #999;
	font-size: 16px;
	padding-top: 100px;
}
.sendsms-dialog-body .content-loader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;

	text-align: center;
	font-size: 16px;
	color: #666;

	background: rgba(255,225,255, .3);
}
.sendsms-dialog-body .content-loader > .inner {
	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
}
.sendsms-dialog-body .content-loader .loader-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image:  url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=);

}

.sendsms-dialog-content .loginForm {
  padding: 0;
  border-top: none;
}
.sendsms-dialog-content .loginForm-header {
  padding-top: 40px;
  padding-bottom: 20px;
}
.sendsms-dialog-content .loginForm-header .muted {
  margin-top: 15px;
  color: #999;
}
.sendsms-dialog-content .agreement-box {
  position: relative;
  padding-left: 24px;
}
.sendsms-dialog-content .agreement-box > input {
  position: absolute;
  left: 0;
  top: 3px;
}
#imagine{
	display: none;
	position: absolute;
    top: 70px;
    left: -1px;
    width: 675px;
    max-height: 180px;
    padding: 10px 0;
    background: #FFFFFF;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #D8D8D8;
	z-index: 9;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow-y: auto;
}
#imagine li{
	cursor: pointer;
	display: flex;
	align-items: center;
}
#imagine li:hover{
	background: #F3F3F3 ;
}

#imagine li img {
	width: 20px;
	margin-left: 20px;
	margin-right: 10px;
}
.store-title {
	margin-top: 90px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.store-content {
	margin: 50px auto 0;
	width: 1170px;
	display: flex;
	justify-content: space-between;
}

.store-content .item {
	width: 360px;
	height: 402px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.store-content .item .store-img {
	width: 100%;
}
.store-content .item  .city-name{
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding: 0 30px;
	margin-top: 30px;
}
.store-content .item  .city-address {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #2F2F2F;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding: 0 30px;
	margin-top: 10px;
}

.store-content .item .btns {
	margin-top: 45px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
.store-content .item .btns .btn {
	width: 143px;
	height: 44px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: none;
	color: #000;
}

.store-content .item .btns .btn img{
	width: 16px;
	margin-right: 5px;
}

.store-content .location {
	background: url('https://hsimage.fotile.com/202507051103380059200.png');
	background-size: cover;
	text-align: center;
}
.store-content .location .location-image {
	width: 60px;
	margin-top: 77px;

}
.store-content .location .location-text1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 25px;
}
.store-content .location .location-text2 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 10px;
}
.store-content .location .other {
	margin-top: 76px;
}

.store-content .location .other span {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.store-content .location .other .agreement-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.store-content .location .other .agreement-box  #check_agreement{
	margin-right: 5px;
	transform: translateY(2px);
}
.store-content .location .other a {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
}

.store-content .location .btn3{
	width: 300px;
	height: 44px;
	background: #000000;
	border-radius: 2px 2px 2px 2px;
	margin-top: 22px;
	margin-left: 30px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.more-text {
	margin-top: 90px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 24px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.rehandling-page {
	margin-top: 55px;
}
.rehandling-page img{
	width: 100%;
}
.service-page{
	display: block;
	margin-top: 40px;
	margin-bottom: 120px;
	width: 100%;
}

.service-page img{
	width: 100%;
}
.store-info {
	margin-top: 80px;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.store-info .store-item {
	
	display: flex;
	width: 33.3%;
	justify-content: center;
	align-items: center;
}
.store-info .img1, .store-info .img2{
	width: 45px;
	margin-right: 35px;
}
.store-info .img2 {
}
.store-info .item1, .store-info .item2{

}
.store-info .item1 h5, .store-info .item2 h5{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.store-info .item1 p, .store-info .item2 p{
	margin-top: 10px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #7F7F7F;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	max-width: 500px;

}
.store-info .item1 p {
	text-decoration-line: underline;
}
.store-info .info-divider {
	width: 1px;
	height: 40px;
	background: #E5E5E5;
}
.store-info .sendsms-phone {
	width: 143px;
	height: 44px;
	cursor: pointer;

	background: #000000;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.store-info .sendsms-phone>div {
    display:flex;
    align-items:center;
}
.store-info .sendsms-phone img {
	width: 16px;
	margin-right: 5px;
}
.hot-city, .suggest,.shops,.more-div {
	opacity: 0;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in-up {
	animation: fadeInUp 800ms cubic-bezier(0.0, 0.0, 0.58, 1.0) forwards;
}
.suggest ul li .btns .btn .img-hover, .store-content .item .btns .btn  .img-hover {
	display: none;
}  
.suggest ul li:hover .btns .btn .img-black, .store-content .item:hover .btns .btn .img-black {
	display: none;
}

.suggest ul li .btns .btn {
	transition: none;
}
.suggest ul li:hover .btns .btn .img-hover {
	display: inline-block;
}
.store-content .item:hover .btn, .suggest ul li:hover .btn{
	color:#fff;
	background: #000;
}
.store-content .item .btns .btn:hover, .suggest ul li .btns .btn:hover{
	background: #2F2F2F;
}

.store-content .item:hover .btns .btn .img-hover {
	display: block;
}
.swiper-container, .shops-content {
	opacity: 0;
}
.loginForm {
	width: 300px;
	margin: 0 auto;
  }
  .loginForm h2 {
	font-size: 24px;
	font-weight: 400;
	padding: 32px 0;
	color: #3c3c3c;
	text-align: center;
  }
  .loginForm .lable {
	position: relative;
	margin-bottom: 12px;
  }
  .loginForm .lable input {
	height: 38px;
	line-height: 38px;
	width: 298px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	text-indent: 12px;
	color: #3c3c3c;
	font-size: 14px;
  }
  .loginForm .lable input.yzm {
	width: 160px;
  }
  .loginForm .lable .send {
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #ee9545;
	color: #fff;
	text-align: center;
	float: right;
	border: 0;
	cursor: pointer;
	text-indent: 0;
  }
  .loginForm .lable .smssend {
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #E5E5E5;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 40px;
  }
  .loginForm .other .privacy {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
  }
  #sendsmsDialog h2{
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	text-transform: none;
  }
  #sendsmsDialog .sendsms-dialog-body{
	background: url("https://hsimage.fotile.com/202507071348060297561.png") no-repeat center center;
	background-size: cover;
  }
  .loginForm .tipTxt {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 12px;
	color: #aaa;
	z-index: 0;
	cursor: text;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
  }
  .loginForm .other {
	padding: 15px 0 20px 0;
  }
  .loginForm .other .findWord {
	float: right;
  }
  .loginForm .other a {
	color: #ee9545;
	text-decoration: underline;
  }
  .loginForm .other input {
	position: relative;
	top: 2px;
	margin-right: 2px;
  }
  .loginForm .btn a {
	height: 42px;
	line-height: 42px;
	background: #000;
	width: 100%;
	color: #fff;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 14px;
  }
  .loginForm .tip {
	text-align: center;
	padding-top: 20px;
	margin-top: 15px;
  }
  .loginForm .tip a {
	color: #b81111;
	text-decoration: underline;
  }
  .loginForm .sns {
	text-align: center;
	color: #999;
	padding-top: 15px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 8px;
  }
  .loginForm .sns img {
	position: relative;
	left: 8px;
	top: 4px;
  }
  .p50 {
	padding: 50px 0;
  }
  .loginForm .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/store/icon_close.png) no-repeat center center;
	cursor: pointer;
  }
  .dialog_agreement {
	background: url(../img/store/bg.png) repeat;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
  }
  .agreementMain {
	width: 880px;
	height: 560px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -280px;
	background: #fff;
	border-radius: 5px;
  }
  .agreementMain h1 {
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 20px;
  }
  .agreementMain .btn {
	text-align: center;
	padding-top: 21px;
  }
  .agreementMain .btn a {
	width: 175px;
	height: 45px;
	line-height: 45px;
	background: #b40c0c;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
  }
  .agreementInfo {
	font-size: 12px;
	line-height: 21px;
	width: 810px;
	height: 380px;
	overflow: hidden;
	overflow-y: scroll;
	margin: 10px 20px 0 40px;
	padding-right: 18px;
  }
  .province-list, .city-list {
	display: flex;
	flex-wrap: wrap;
	padding-right: 22px;
	padding-left:12px;
	padding-top: 12px;
  }
  .province-list li, .city-list li{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding: 12px 16px;


  }
  .province-list .red {
	color: #91191E;
  }
  .address-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	line-height: 49px;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 30px;
  }
  .province-text, .city-text {
	line-height: 48px;
	margin-right: 38px;
  }
  .province-text.active, .city-text.active{
	color: #91191E;
	border-bottom:  2px solid #91191E;
	padding-bottom: 14px;
  }
#submit_smsshop2 {
display: none;
}
#submit_smsshop2 a {
display: flex;
align-items: center;
justify-content: center;
height: 42px;
line-height: 42px;
background: #222;
width: 100%;
color: #fff;
border-radius: 5px;
text-align: center;
font-size: 14px;
background: #646566;
}
#submit_smsshop2 a img {
width: 16px;
margin-right: 5px;
}
#check_agreement_smsshop {
	width: 20px;
	height: 20px;
	transform: translateY(3px);
	-webkit-appearance: none;
	background: url('https://hsimage.fotile.com/202507091548332656486.png') no-repeat;
	background-size: cover;
  }
  #check_agreement_smsshop:checked {
	background: url('https://hsimage.fotile.com/202507091548332654221.png') no-repeat;
	background-size: cover;
  }
  #check_agreement {
	width: 20px;
	height: 20px;
	transform: translateY(3px);
	-webkit-appearance: none;
	background: url('https://hsimage.fotile.com/202507091548332656486.png') no-repeat;
	background-size: cover;
  }
  #check_agreement:checked {
	background: url('https://hsimage.fotile.com/202507091548332654221.png') no-repeat;
	background-size: cover;
  }  
.pagination2 {
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 20;
}
.pagination2 .swiper-pagination-bullet{
    background: #E5E5E5;
    height: 3px!important;
    width: 33px!important;
    border-radius: 2px;
    margin-right: 15px;
}

.pagination2 .swiper-pagination-bullet-active{
    background: #91191E;
    width: 33px!important;
	padding: 0;
    height: 3px;
    border-radius: 2px;
}