<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*.title{ background:#f9f4f0; border-bottom:1px solid #efeded; height:80px; position:relative;}
.title h1{ text-align:center; font-size:18px; font-weight:normal; line-height: 50px;}
.title .back{ position:absolute; left:0; top:0; width:60px; height:80px; background:url(/uploads/image/wpmisshop/icon_03.png) no-repeat 20px 13px; background-size:12px;}
.title .hotcity {color: #bd9980;font-size: 14px;height: 14px;line-height: 14px; text-align: center;}
.title .hotcity span { display: inline-block;}
.title .hotcity a {color: #bd9980;margin-right: 5px;border-bottom: #bd9980 1px solid; display: inline-block;}

.item{ padding:20px 60px 20px 20px; position:relative;}
.item a{ color:#3c3c3c;}
.item h2{ font-size:18px; font-weight:normal; margin-bottom:8px; background:url(/uploads/image/wpmisshop/icon_05.png) no-repeat left center; background-size:6px; padding-left: 15px; line-height: 24px;}
.item p{ display:block; line-height:21px; font-size:13px; margin-bottom:6px; padding-left: 64px;}
.item p span.col { margin-left: -64px; float: left;}
.item i{ position:absolute; right:30px; top:50%; background:url(/uploads/image/wpmisshop/icon_04.png) no-repeat right center; background-size:8px; display:inline-block; width:20px; height:25px; margin-top:-12px;}



.item.bbor:after{background:#d6d6d6;}

.itemlist{ margin-bottom:50px;}
.nostoredata { font-size: 20px; text-align: center; line-height: 60px;}

.fixedsertel { font-weight: normal; position: fixed; bottom: 10px; left: 50%; margin-left: -75px; z-index: 998;}
.fixedsertel img { width: 150px; }*/

.title{ background:#f9f4f0; border-bottom:1px solid #efeded; position:relative;}
.title h1{ text-align:center; font-size:18px; font-weight:normal; line-height: 80px;}
.title .back{ position:absolute; left:0; top:0; width:60px; height:80px; background:url(/uploads/image/wpmisshop/icon_03.png) no-repeat 20px center; background-size:12px;}
.title .hotcity {color: #bd9980; font-size: 14px; line-height: 14px; text-align: center; padding: 0 32px; margin-top: -20px;}
.title .hotcity span { display: inline-block;}
.title .hotcity a {color: #bd9980; margin-right: 10px; border-bottom: #bd9980 1px solid; display: inline-block; margin-bottom: 5px;}

.item{ padding:20px 60px 20px 20px; position:relative;}
.item a{ color:#3c3c3c;}
.item h2{ font-size:18px; font-weight:normal; margin-bottom:8px; background:url(/uploads/image/wpmisshop/icon_05.png) no-repeat left center; background-size:6px; padding-left: 15px; line-height: 24px;}
.item p{ display:block; line-height:21px; font-size:13px; margin-bottom:6px; padding-left: 64px;}
.item p span.col { margin-left: -64px; float: left;}
.item i{ position:absolute; right:30px; top:50%; background:url(/uploads/image/wpmisshop/icon_04.png) no-repeat right center; background-size:8px; display:inline-block; width:20px; height:25px; margin-top:-12px;}



.item.bbor:after{background:#d6d6d6;}

.itemlist{ margin-bottom:50px;}
.nostoredata { font-size: 18px; text-align: center; line-height: 60px;}

.fixedsertel { font-weight: normal; position: fixed; bottom: 35px; left: 50%; margin-left: -75px; z-index: 998;}
.fixedsertel img { width: 150px; }

.shop-card-item {
  padding-right: 20px;
  position: relative;
}
.shop-card-item .control-sms-btn {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  border: 1px solid #bd9980;
  background: #bd9980;
  border-radius: 3px;
}
.shop-card-item .contol-li {
  text-align: right;
}


.sendsms-dialog-body .close {
	position: absolute;
	top:10px;
  right: 10px;
  z-index: 11;
	width: 32px;
	height: 32px;
	overflow: hidden;
	padding: 0;
    cursor: pointer;
    background: no-repeat center ;
    background-size: auto 32px;
}

.sendsms-dialog{ 
    display:none;
    position:fixed; 
    left:0; 
    top:0; 
    width:100%; 
    height:100%; 
    z-index:10001; 
    background: rgba(0, 0, 0, 0.7);
}
.sendsms-dialog-body {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 50%;
    width: 90%;
    overflow: hidden;
	  background: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}
.sendsms-dialog-content {
  padding: 30px;
}
.sendsms-dialog-content .loginform {
  padding: 0;
  border-top: none;
}
.sendsms-dialog-content .loginform-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sendsms-dialog-content .loginform-header .muted {
  margin-top: 15px;
  color: #999;
}
.sendsms-dialog-content .agreement-box {
  display: flex;
  position: relative;
  overflow: hidden;
}
.sendsms-dialog-content .agreement-box &gt; span:first-child {
  padding-right: 8px;
}

.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 &gt; .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:  ;

}</pre></body></html>