<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* detail */
.stores-detail-box .bread-crumbs {
	font-size: 0;
	margin-bottom: 0;
}
.stores-detail-box .bread-crumbs li {
	font-size: 14px;
	display: inline-block;
	height: 46px;
	line-height: 46px;
	color: #333;
}

.stores-detail-box .bread-crumbs .active {
	color: #009cef;
}

.stores-detail-box .bread-crumbs li:not(:first-child):before {
	content: '&gt;';
	padding: 0;
}
.stores-detail-content {
	background-color: #fff;
}
.stores-detail-content .stores-detail-introduce {
	overflow: hidden;
	padding: 22px 30px 0px 30px;
}

.stores-detail-content .stores-detail-introduce-text {
	width: 450px;
	float: left;
}


.stores-detail-introduce-image ul {
	width: 700px;
	height: 420px;
}

.stores-detail-introduce-image ul li {
	width: 700px;
	height: 100%;
}
.stores-detail-introduce-image ul li img {
	width: 100%;
	height: 100%;
}

.image-button {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.image-button span {
	display: inline-block;
	line-height: 50px;
	width: 30px;
	height: 50px;
	background-color: #e3e3e3;
	text-align: center;
}
.image-button span:hover {
	color:#009cef;
}

.image-button .left {
	float: left;
	position: absolute;
	top:185px;
}
.image-button .right {
	float: right;
	position: absolute;
	top:185px;
	left: 670px;
}

.stores-detail-introduce-text .stores-detail {
	width: 440px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e2e2e2;
}

.stores-detail-introduce-text .stores-detail .title {
	/* margin-bottom: 18px; */
	color: #333;
}

.stores-detail-introduce-text .stores-detail .detail {
	line-height: 24px;
	color: #666;
	text-align: justify;
}

.stores-address&gt;div {
	margin-top: 16px;
	color: #666;
}

.sotres-address-action {
	margin-top: 48px;
}

.sotres-address-action&gt;a {
	display: inline-block;
	margin-right: 48px;
	color: #009cef;
}

.sotres-address-action&gt;a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.stores-detail-content {
	/* border: 1px solid #e3e3e3; */
	margin-bottom: 20px;
}

.stores-detail-content .stores-detail-service .title {
	padding: 0 30px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
}

.stores-detail-content .stores-detail-service .stores-detail-service-list {
	height: 148px;
	font-size: 0px;
}

.stores-detail-content .stores-detail-service .stores-detail-service-list li {
	display: inline-block;
	height: 148px;
	width: 152px;
	font-size: 14px;
	color: #009cef;
	text-align: center;
}

.stores-detail-content .stores-detail-service .stores-detail-service-list li&gt;* {
	display: block;
	margin: auto;
}

.stores-detail-content .stores-detail-service .stores-detail-service-list li img {
	/*border-radius: 50%;*/
	margin-top: 28px;
	margin-bottom: 20px;
}

.stores-detail-seller-box, .stores-detail-history {
	/* border: 1px solid #e2e2e2; */
	background-color: #fff;
}

.stores-detail-seller-box .seller-box-header {
	border-bottom: 1px solid #e2e2e2;
}

.stores-detail-seller-box .seller-box-header ul li {
	box-sizing: border-box;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin-left: 30px;
	font-size: 16px;
	color: #333;
	cursor:pointer;
}

.stores-detail-seller-box .seller-box-header ul .active {
	color: #009cef;
	border-bottom: 2px solid #009cef;
}

.seller-box-content {
	overflow: hidden;
	padding: 15px 30px;
}

.stores-seller-list {
	overflow: hidden;
}

.stores-seller-list .stores-seller-item {
	font-size: 0;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #e2e2e2;
	width: 372px;
	overflow: hidden;
	box-sizing:border-box;
}

.stores-seller-list .stores-seller-item:nth-child(3n+3) {
	margin-right: 0px;
}

.stores-seller-list .stores-seller-item&gt;div {}

.stores-seller-list .stores-seller-item .stores-seller-item-img {
	/*margin-right: 15px;*/
	float: left;
	width: 106px;
	height: 152px;
	border:1px solid #e2e2e2;
	overflow: hidden;
}	
.stores-seller-item-img img {
	width: 100%;
	height: 100%;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail {
	padding: 2px 0px;
	margin-left: 121px;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail&gt;* {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .title {
	overflow: hidden;
	color: #333;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .title .left {
	float: left;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .title .right {
	display: inline-block;
	float: right;
	width: 46px;
	height: 24px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .title .right:hover {
	background-color: #009cef;
	border: 1px solid #009cef;
	color: #fff;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .comment {
	color: #333;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .comment span {
	color: #009cef;
	padding-left: 20px;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .comment span:hover {
	text-decoration: underline;
	cursor: pointer;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .score {
	width: 100%;
	overflow: hidden;
}

.icon-xingxing-shixin {
	color: #ff6300;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .star-box,
.stores-seller-list .stores-seller-item .stores-seller-item-detail .score-box {
	display: inline-block;
}

.stores-seller-list .stores-seller-item .stores-seller-item-detail .star-box .iconfont,
.stores-seller-list .stores-seller-item .stores-seller-item-detail .score-box {
	font-size: 12px;
}

.page-box {
	float: right;
	font-size: 16px;
	color: #888;
}

.page-box&gt;div {
	display: inline-block;
}

.page-box .page-icon {
	margin-right: 20px;
}

.page-box .page-icon .iconfont:hover {
	color: #009cef;
	cursor: pointer;
}

.VivaTimeline .col,
.VivaTimeline [class*=col] {
	float: none;
	margin-left: 0;
}
.VivaTimeline dl dd .time{
	box-sizing:border-box;
}
.VivaTimeline dl dd .circ{
	margin-left: -15px;
}
.VivaTimeline dl dt{
	margin: 0 auto 30px!important;
}
.stores-detail-history {
	/* border: 1px solid #e2e2e2; */
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.stores-detail-history h3 {
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.stores-detail-history h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.stores-detail-history h3:after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #3f84c9;
	bottom: 0;
	left: calc(50% - 20px);
}

#myModal .modal-body {
	padding: 0;
	margin: 0;
}

#myModal .modal-body&gt;div {
	display: inline-block;
	vertical-align: top;
}

#myModal .modal-body .seller-detail-left {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 15px;
	border-right: 1px dashed #e2e2e2;
	margin: 10px 0;
}

#myModal .modal-body .seller-detail-left&gt;div {
	color:#666;
	font-size: 14px;
	margin-bottom: 14px;
}

#myModal .modal-body .seller-detail-left .seller-title {
	color: #333;
	font-size: 18px;
	font-weight:bold;
}
#myModal .modal-body .seller-detail-left .seller-comment {
	font-size: 16px;
	font-weight: 800;
}
#myModal .modal-body .seller-detail-left .seller-score&gt; * {
	display: inline-block;
}

#myModal .modal-body .seller-detail-right h3{
	padding: 0;
	margin: 0;
	height: 52px;
	line-height: 52px;
	width: 100%;
	margin: auto;
	text-align: center;
}

#myModal .modal-dialog {
	width: 960px;
	box-shadow: none;
}

#myModal .modal-body .seller-detail-right .seller-reservation-name span,
#myModal .modal-body .seller-detail-right .seller-reservation-mobile span,
#myModal .modal-body .seller-detail-right .input-error span:first-child,
#myModal .seller-reservation-time-box span:first-child{
	display: inline-block;
	width: 60px;
	text-align: right;
	margin-right: 10px;
}
#myModal .modal-body .seller-detail-right .seller-reservation-name {
	margin-bottom: 18px;
}

#myModal .modal-body .seller-detail-right .seller-reservation-name input,
#myModal .modal-body .seller-detail-right .seller-reservation-mobile input {
	width: 544px;
	height: 46px;
	line-height: 46px;
	border:1px solid #e2e2e2;
	outline:none;
	font-size: 14px;
	color:#333;
	padding:0 15px;
	box-sizing: border-box;
}
#myModal .modal-body .seller-detail-right .input-error {
	height: 40px;
	line-height: 40px;
	color:#ff6300;
}
#myModal .modal-body .seller-detail-right .input-error .icon-tousujianyi-youchouti {
	margin-right: 10px;
	color:#ff6300;
}
#myModal .seller-reservation-time-box&gt;div {
	display: inline-block;
}
#myModal .seller-reservation-time-box select {
	width: 200px;
	height: 46px;
	padding-left: 10px;
	color:#666;
}
#myModal .seller-reservation-time-box select:first-child {
	margin-right: 30px;
}
#myModal .seller-reservation-time-box option {
	color:#666;
}
#myModal .modal-footer {
	height: 60px;
	box-sizing: border-box;
}
#myModal .modal-footer button {
	height: 30px;
	line-height: 28px;
	padding: 0 12px;
}
#myModal .modal-footer button:first-child {
	background-color: #228cd6;
	border-color: #228cd6;
	margin-right: 10px;
}
#myModal .modal-footer button:first-child:hover {
	background-color: #009cef;
	border-color: #009cef;
}
#myModal .modal-footer button:last-child{
	background-color: #f5f5f5;
	border-color: #e2e2e2;
}
#myModal .modal-footer button:last-child:hover {
	background-color: #fff;
	border-color: #e2e2e2;
}
#myModal .modal-footer {
	padding-right: 40px;
}
#myModal .modal-content {
	border-radius: 0;
	box-shadow: none;
}
.seller-image-box {
	width: 200px;
	height: 286px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}
.seller-image-box img {
	width: 100%;
	height: 100%;
}
.date-box, .hour-box {
	display: inline-block;
	width: 200px;
	height: 46px;
	border: 1px solid #e2e2e2;
	position: relative;
}

#myModal .seller-reservation-time-box .date-box span, #myModal .seller-reservation-time-box .hour-box span {
	width: 100%;
	margin: 0;
	text-align: left;
	line-height: 46px;
	height: 46px;
	text-indent: 10px;
	color: #a2a2a2;
}


.date-ul, .hour-ul{
	display: none; 
	width: 200px;
	position: absolute;
	border:1px solid #e2e2e2;
	border-top: none;
	height: 200px;
	overflow: auto;
	left:-1px;
}
.date-ul li, .hour-ul li {
	text-indent: 10px;
	height: 32px;
	line-height: 32px;
	color: #a2a2a2;
	display: block;
	background-color: #fff;
}
.date-ul li:hover, .hour-ul li:hover {
	background-color: #009cef;
	color: #fff;
	cursor: pointer;
}
.date-box span:after, .hour-box span:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 19px;
	font-size: 0;
	line-height: 0;
	border-width: 10px 5px;
	border-color: #888;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
/* search */
.stores-search-box .stores-search-banner {
	height: 250px;
	width: 1220px;
	/*background-color: #009688;*/
	margin-bottom: 6px;
	margin-top:2px;
}
.stores-search-box .stores-search-main .stores-search-header {
	height: 70px;
	line-height: 70px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.stores-search-header-left {
	float: left;
}
.stores-search-header-right {
	float: right;
}
.stores-search-header-left, .stores-search-header-right{
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.stores-search-header {
	margin-bottom: 6px;
}

.lm-box {
	position: relative;
}
.lm-box .lm-span {
	vertical-align: baseline;
	font-size: 14px;
	color:#a2a2a2;
	text-indent:-5px;
}
.lm-box&gt;.lm-header-li:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 14px;
	font-size: 0;
	line-height: 0;
	border-width: 10px 5px;
	border-color: #a2a2a2;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
.lm-box .lm-header-li {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 148px;
	height: 38px;
	text-align: center;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
.lm-box .lm-header-li{
	margin-right: 34px;
}

.lm-box .lm-header-ul {
	display: none;
	width: 146px;
	position: absolute;
	background-color: #fff;
	border:1px solid #e2e2e2;
	height: 200px;
	overflow: auto;
	z-index: 99;
	left: -1px;
}
.lm-box .lm-header-li:hover {
	border:1px solid #a2a2a2;
}
.lm-box .lm-header-ul li:hover {
	background-color: #009cef;
	color: #fff;
}
.lm-box .lm-item-li {
	height: 32px;
	line-height: 32px;
	color:#a2a2a2;
}
.lm-box li:hover {
	cursor: pointer;
}

.stores-search-result {
	/* background-color: #fff; */
	/* border:1px solid #e2e2e2; */
	padding: 30px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.stores-detail .stores-search-result {
	padding: 0px;
	padding-bottom: 30px;
}
.stores-search-result .stores-search-result-left, .stores-search-result .stores-search-result-right {
	display: inline-block;
	vertical-align: top;
}
.stores-search-result .stores-search-result-left {
	width: 348px;
	height: 548px;
	overflow-y: scroll;
	margin-right: 30px;
	padding-right: 10px;
}
.stores-search-result .stores-search-result-right {
	width: 827px;
	height: 548px;
	background-color: #e2e2e2;
	border-radius: 10px;
}
.stores-search-result .stores-search-result-left .stores-list .stores-list-item {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	margin-bottom: 20px;
	color: #666;
	background: #fff;
	border-radius: 10px;
}
.stores-search-result-left .stores-list .stores-list-item:last-child {
	border-bottom:1px solid #e2e2e2;
}
.stores-search-result-left .stores-list .stores-list-item p:not(:last-child) {
	margin-bottom:13px;
	padding: 0;
}
.stores-search-result-left .stores-list .stores-list-item p:last-child {
	margin: 0;
}
.stores-search-result-left .stores-list .stores-list-item p .detail-href {
	border:1px solid #009cef;
	border-radius: 4px;
	font-size: 14px;
	width: 68px;
	height: 26px;
	line-height: 24px;
	color: #009cef;
	outline: none;
	display: inline-block;
	text-align: center;
	background-color: #fff;
}
.stores-search-result-left .stores-list .stores-list-item p .detail-href:hover{
	color: #fff;
	background-color: #009cef;
}
.stores-search-result-left .stores-list .stores-list-item .title {
	margin-bottom:13px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.stores-search-header-left .iconfont {
	display: inline-block;
	padding: 0px 16px;
	font-size: 18px;
	vertical-align: bottom;
}
.stores-list {
	margin-bottom: 10px;
}
.page-box .page-box-left, .page-box .page-box-right {
	display: inline-block;
}
.page-box .page-box-left, .page-box .page-box-right{
	font-size: 14px;
	color:#868686;
}
.page-box .page-box-left {
	margin-left: 10px;
}
.page-box .page-box-left a {
	margin-right: 22px;
	cursor: pointer;
	color: #333;
}
.page-box .page-box-left a:hover {
	color:#009cef;
}
.page-box .page-box-right {
	margin-right: 20px;
}
.stores-search-banner .stores-search-text {
	margin: auto;
	width: 290px;
	padding: 50px 0px;
	color: #fff;
	text-align: center;
}
.stores-search-banner .stores-search-text .title {
	font-size: 36px;
	padding-bottom:16px;
	border-bottom: 1px solid #fff;
}
.stores-search-banner .stores-search-text .detail {
	font-size: 20px;
	margin: 10px 0px 16px 0;
}
.stores-search-banner .stores-search-text .service{
	font-size: 16px;
}
#nav.nav.wn-nav {
	border-bottom: 2px solid #009cef;
}


/* detail_new */
#myModal .modal-content .is-reservation {
	display: none;
}
.stores-detail-box .zoom-slider .next-group,
.stores-detail-box .zoom-slider .pre-group {
    display: block!important;
    width: 30px;
    height: 115px;
    line-height: 115px;
    border:1px solid #e2e2e2;
    text-align:center;
}
.stores-detail-box .zoom-slider .pre-group{
	left:0;
}
.stores-detail-box .zoom-slider{
    width: 880px;
    height: 650px;
    margin:0 auto;
    padding: 20px 0;
}
.stores-detail-box .zoom-slider .pic-show,
.stores-detail-box .zoom-slider .pic-show img{
	width: 880px;
	height: 480px;	
	max-width: 880px;
	max-height: 480px;	
	cursor:pointer!important;
}
.stores-detail-box .zoom-slider .pic-show{
	margin-bottom:10px;
}
.stores-detail-box .zoom-slider .pic-thumb,
.stores-detail-box .zoom-slider .slider-thumb,
.stores-detail-box .zoom-slider .slider-thumb-wrap{
	width: 880px;
	height: 115px;
	box-sizing:border-box;
	margin:0 auto;
}
.stores-detail-box .zoom-slider .slider-thumb-wrap{
	width: 780px;
}
.stores-detail-box .zoom-slider .slider-thumb-wrap.scrolled .slider-thumb {
    left: -780px;
}
.stores-detail-box .zoom-slider .slider-thumb{
	width: 9999px;
}
.stores-detail-box .zoom-slider .slider-thumb li{
	width: 115px;
	height: 115px;
	box-sizing:border-box;
	margin-right: 18px;
}
.stores-detail-box .zoom-slider .slider-thumb li .thumb-item,
.stores-detail-box .zoom-slider .slider-thumb li .thumb-item span{
	width: 111px;
	height: 111px;
	box-sizing:border-box;
}
.stores-detail-box .zoom-slider .slider-thumb li .thumb-item span img{
	width: 111px;
	height: 111px;
	max-width: 111px;
	max-height: 111px;
	box-sizing:border-box;
}
.swiper-container-mendian .swiper-button-next,
.swiper-container-mendian .swiper-button-prev{
	background-size:40%;
	background-color: rgba(0, 0, 0, 0.1);
}
.swiper-container-mendian .swiper-button-prev{
	left:0;
}
.swiper-container-mendian .swiper-button-next{
	right:0;
}
.wn-modal-dialog.modal-dialog .seller-motto{
	width: 230px;
}
.seller-box-car .stores-search-result{
	border:none;
}
.seller-box-car .stores-search-result-left .stores-list .stores-list-item .title,
.seller-box-car .stores-search-result-left .stores-list .stores-list-item p{
	margin:0;
	line-height: 28px;
}
.seller-box-comment{
	padding:0 30px;
	height:620px;
	overflow-y:auto;
}
.seller-box-comment .iconfont{
	font-size:22px;
}
.seller-box-comment .icon-xingxing-shixin.orangex,
.seller-box-content .icon-xingxing-shixin.orange{
	color:#ff7f00;
}
.seller-box-comment .flex{
	padding:20px 0;
	border-bottom:1px solid #e2e2e2;
}
.seller-box-comment .flex img{
	width: 78px;
	height: 78px;
	border-radius:50%;
	margin:0 10px;
}
.seller-box-comment .flex .txt{
	width: 850px;
	height: 78px;
	font-size:14px;
	border-right:1px dashed #e2e2e2;
}
.seller-box-comment .flex .txt .line-two{
	width: 810px;
	text-align:justify;
}
.seller-box-comment .flex .comment{
	width: 200px;
	height: 78px;
}
.seller-box-header ul{
	margin-bottom:0;
}
.seller-box-shop,
.seller-box-car,
.seller-box-comment{
	height:650px;
	box-sizing:border-box;
}

.VivaTimeline dl dd .events{
	width:436px;
	background: #f5f5f5;
}
.VivaTimeline dl dd.pos-right .events{
	margin-right: 100px;
}
.VivaTimeline dl dd.pos-left .events{
	margin-left: 100px;
}
.VivaTimeline dl dd.pos-right .events:before{
	border-color: transparent #f5f5f5 transparent transparent;
}
.VivaTimeline dl dd.pos-left .events:before{
	border-color: transparent transparent transparent #f5f5f5;
}
.VivaTimeline dl dd .circ{
	top: 36px;
}
.VivaTimeline .events-feet{
	background: #f5f5f5;
}
.comment-footer-label{
	width: 220px;
	height: 100%;
	background: url(../images/test/comment-bg.png)  no-repeat center top;
	background-size: cover;
	line-height: 120px;
	font-size: 24px;
	flex-shrink: 0;
}</pre></body></html>