@font-face {
	font-family: 'iconfont';  /* Project id 3211866 */
	src: url('../fonts/font_3211866_c8vmqdxyfsd.woff2') format('woff2'),
	url('../fonts/font_3211866_c8vmqdxyfsd.woff') format('woff'),
	url('../fonts/font_3211866_c8vmqdxyfsd.ttf') format('truetype');
}

html *{
	padding: 0px;
	margin: 0px; 
} 
html{ 
	font-size: 14px;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
}
body{
	font-size: 14px;
	overflow: hidden;
	font-family: "Helvetica", "Arial", sans-serif, "PingFang SC", "HanHei SC", " Microsoft Yahei";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
	background:#f3f3f3;
	color: #333;
	margin: 0;
	line-height: 1.8em;
	-webkit-text-size-adjust:none;
	padding-bottom: 60px;
	padding-top: 60px;
} 
ul,li{
	padding: 0px ;
	margin: 0px ;
	list-style: none ;
}
img{
	border: none ;
	vertical-align: bottom ;
	-webkit-touch-callout: none; 
}
a {
	text-decoration: none ;
	color: inherit;
	outline: none;
	-webkit-touch-callout: none; 
}
fieldset{
	border: none ;
	padding: 0px ; 
}
.icon-font{
	font-family: "iconfont";
}
 
.hide-text{
	overflow: hidden;
	text-indent: 9999px;
	line-height: 9999px;
}
.clear:after { 
	content:" "; 
	display:block; 
	height:0 !important; 
	line-height: 0;
	font-size:  !important;
	max-height: 0px !important; 
	visibility:hidden; 
	clear:both; 
	position: relative;
	overflow: hidden;
}   
 
footer{
	background: #fff;
}
 
h1,h2,h3,h4,h5{
	font-weight: normal;
}
h1{
	font-size: 28px;
	line-height: 1.8em;
}
h2{
	font-size: 24px;
	line-height: 1.8em;
}
h3{
	font-size: 18px;
	line-height: 1.8em;
}
.v-center{
	display: box;
	display: -webkit-box;  
	-webkit-box-pack: center ;
 
    -webkit-box-orient: vertical;
}
.center{
	display: box;
	display: -webkit-box;  
	-webkit-box-pack: center ;
	-webkit-box-align: center;  
    -webkit-box-orient: vertical;
    text-align: center;
}
 
.bottom-center{
	display: -webkit-box;  
	-webkit-box-pack: end;   
	-webkit-box-align: center;
    -webkit-box-orient: vertical;  
    text-align: center;
}

.box{
	display: -webkit-box;
	display: box;
}
.flex-1{
	box-flex: 1 ;
	-webkit-box-flex: 1;
	width: 0;
}
.flex-2{
	box-flex: 2 ;
	-webkit-box-flex: 2;
	width: 0;
}
.no-width{
	width: 0;
}
.animate{
	position: relative;
	-webkit-transform: translate3d(0, 200px, 0);
	transform: translate3d(0, 70px, 0);
	opacity: 0;
}
.animate.showed{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: -webkit-transform 700ms, opacity 700ms;
	transition: transform 700ms, opacity 700ms;
}

:root {
  --mainColor: #EB661B;
  --headerHeight: 60px;
  --bodyHeight: calc( var(--windowHeight) - var(--headerHeight) ) ;
  --bodyWidth: calc( ( 100vw - 30px ) );
  --pink: #EB661B;
}
/****** header *******/
/*
header{
	background: var(--mainColor);
	height: var(--headerHeight);
	padding: 0 15px;
}
.header-left{
	float: left;
	height: 100%;
}
.header-right{
	float: right;
	height: 100%;
}
.header-left img{
	height: 28px;
	width: auto;
}
.header-left img.logo{
	height: 33px;
}
.header-right img{
	height: 29px;
	width: auto;
}
*/
.d-flex{
	display: flex;
}
.flex-grow-1{
	flex-grow: 1;
}
.mobile-header{
	position: fixed;
	width: 100%;
	height: 60px;
	background: #fff;
	top: 0px;
	display: flex;
	align-items: center;
	z-index: 33;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.mobile-header-left img{
	height: 36px;
	width: auto;
}
.mobile-header-left{
	margin-left: 15px;
}
.mobile-header-middle{

}
.mobile-header-right{

}
.phone-icon-holder{
	display: flex;
	color: #333;
	background: rgba(255,255,255,0.6);
	border-radius: 50px;
	padding: 2px;
	align-items: center;
}
.phone-text{
	font-size: 14px;
	line-height: 1.4em;
	padding-right: 15px;
	padding-left: 6px;
	margin-top: 0px;
	color: #666;
}
.phone-text .phone-number{
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 5px;
	color: #ffd900;
}
.phone-icon{
	width: 24px;
	height: 24px;
	border-radius: 40px;
	font-size: 24px;
	background: none;
	color: #ffd900;
	text-align: center;
	line-height: 22px;
}


#page-bg-svg{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 60px;
}

section{
	padding:0 0 15px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}

/****** slideshow ******/
section.slides-section{
	padding: 0;
}
#slides{
	width: 100%;
	height: calc( ( var(--bodyWidth) * 0.41 ) + 10px ); 
	position: relative;
	overflow: visible !important;
}
.media-slides #slides{
	height: calc( ( var(--bodyWidth) * 0.5 ) + 10px ); 
}
.slide-item{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}
.slide-item-inner{
	width: 100vw;
	height: calc( var(--bodyWidth) * 0.41 ); 
	margin: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.media-slides .slide-item-inner{
	height: calc( var(--bodyWidth) * 0.5 ); 
}
.slidesjs-pagination{
	text-align: center;
	 
}
.slidesjs-pagination-item{
	display: inline-block;
	margin: 0 3px;

}
.slidesjs-pagination-item a{
	display: block;
	width: 6px;
	height: 6px;
	background: #ccc;
	text-indent: 100px;
	line-height: 100px;
	overflow: hidden;
	border-radius: 10px;
}
.slidesjs-pagination-item a.active{
	background-color: var(--mainColor);
}
.special-navs{
	margin-top: 10px;
}
.special-navs a{
	position: relative;
	display: block;
	height: calc( ( var(--bodyWidth) - 10px ) / 2 * 0.44 );
	background: #ccc;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.special-navs a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.special-navs a:first-child{
	margin-right: 5px;
	border-radius: 5px;
}
.special-navs a:last-child{
	margin-left: 5px;
	border-radius: 5px;
}
.special-nav-inner{
	position: relative;
	text-align: left;
	margin: 15px 15px;
}
.special-nav-inner h3{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
}
.special-nav-inner p{
	font-size: 12px;
	color: #fff;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; 
}
#tabs{
	position: fixed;
	left: 0;
	bottom: 0;
	height:60px;
	z-index: 999;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	color: #999999;
	padding-top:5px;
}
#tabs li.active{
	color: #ffd900;
}
#tabs a{
	display: block;
	height: 50px;
	text-align: center;
}
#tabs .icon-font{
	display: block;
	height: 35px;
	font-size: 22px;
	line-height: 30px;
}
#tabs p{
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	-webkit-transform:scale(0.8);
}
#tabs .icon-img{
	height: 25px;
    padding-top: 5px;
}

/******* section header ******/
#section-news{
	background:#fff;
}
.section-header{
	margin-bottom: 10px;
}
.section-header-title h1{
	font-size: 20px;
	font-weight: bold;
	color: #222;
}
.section-header.white .section-header-title h1{
	color: #fff;
}
.section-header-more{
	width: 100px;
	text-align: right !important;
	opacity: 0.5;
}
.section-header-more a{
	color: #000;
	font-size: 12px;
}
.section-header-more a:after{
	content: '\e62d';
	font-family: 'iconfont';
	margin-left: 3px;
	font-size: 14px;
}
.section-header.white .section-header-more a{
	color: #fff;
}

/********* news *********/
.news{
	position: relative;
	margin-bottom: 10px;
}
.news.big{
	overflow: hidden;
}
.news.small{
	display: box;
	display: -webkit-box;
}
.news-image{
  
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.news.big .news-image{
	width: 100%;
	height: calc( var(--bodyWidth) * 0.5);
}
.news.small .news-image{
	width: 40%;
	height: calc( var(--bodyWidth) * 0.4 * 0.5)
}
.news.big .news-caption{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-top: 30px;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
}
.news.small .news-caption{
	box-flex: 1;
	-webkit-box-flex: 1;
	width: 0;
	margin-left: 13px;
}
.news.big .news-title{
	padding: 8px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news.small .news-title{
	font-size: 16px;
	color: #4A4A4A;
	line-height: 1.3em;
	margin-top: 5px;
	font-weight:bold;
}

.news.big .news-meta{
	display: none;
}
.news.small .news-meta{
	color: #999;
	font-size: 12px;
}
.hot .news-caption:after{

}
/****** section media ******/
#section-media{
	background: url(../images/media-bg.png) no-repeat;
	background-size: 100% 100%;
	 
}
#section-media .section-header-title h1{
	display: inline-block;
	margin-right: 15px;
	font-weight: normal;
	opacity: 0.7;
}
#section-media .section-header-title h1.active{
	font-weight: bold;
	opacity: 1;
}
.slide-stage-holder{
	padding: 20px 0;
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch
}
.slide-videos{
	width: calc( (var(--bodyWidth) * 0.8 + 15px) * 4 );
}
.slide-videos li{
	float: left;
	margin-right: 15px;
}
.slide-video{
	width: calc( var(--bodyWidth) * 0.8 );
	height: calc( var(--bodyWidth) * 0.8 * 0.55 );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.slide-gallery{
	width: calc( (var(--bodyWidth) * 0.8 + 15px) * 8 );
}
.slide-gallery li{
	float: left;
	margin-right: 15px;
}
.slide-gallery-image{
	width: calc( var(--bodyWidth) * 0.8 );
	height: calc( var(--bodyWidth) * 0.8 * 0.55 );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.gallery-combo-image{
	float: left;
	width: 50%;
	height: 50%;
}
.gallery-combo-image div{
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 2px 2px 0 0;
}
.slide-gallery-image .gallery-combo-image:first-child div{
	margin-left: 2px;
}
.slide-gallery-image .gallery-combo-image:nth-child(3) div{
	margin-left: 2px;
	margin-bottom: 2px;
}
.slide-gallery-image .gallery-combo-image:last-child div{
	 
	margin-bottom: 2px;
}
/*
.slide-video-image:after{
	content: '\e62e';
	font-family: 'iconfont';
	color: #fff;
	font-size: 30px;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
*/
.slide-video-title{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.cate-product-count{
	font-size: 12px;
	opacity: 0.7;
}
/****** thread ******/
.thread-list li{
	margin: 18px 0px;
}
.thread-avatar{
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50px;
	margin-right: 10px;
}
.thread-meta .thread-avatar{
	width: 35px;
	height: 35px;
}
.thread-author{
	font-size: 14px;
	color: #666;
}
.thread-title{
	font-size: 14px;
}
.thread-meta{
	font-size: 10px;
	color: #999;
	line-height: 1.2em;
}
.section-video-comments .thread-title{
	font-size: 13px;
}
.thread-subject h3{
	margin-bottom: 10px;
	color: #222;
	font-weight: bold;
}
.thread-content{
	font-size: 14px;
	margin-top: 20px;
}
/****** online contact bg ******/
#online-contact-section {
	height: 100px;
	margin-top: 5px;
	display: none;
}

.button{
	display: inline-block;
	padding: 4px 28px;
	color: #fff;
	background: -webkit-linear-gradient(left, #F4953E 0%, #E42356 100%);
	border-radius: 6px;
	font-size: 14px;
}


.location-query-panel{
	height: calc( var(--bodyWidth) * 0.47 );
	background: -webkit-linear-gradient(left top, #FAF4EA 0%, #EED7B4 100%);
	box-shadow: 0px 6px 18px -4px rgba(0,0,0,0.13);
	overflow: hidden;
	position: relative;
}
.location-query-panel.full{
	border-radius: 0;
}
.snowman{
	position: absolute;
	right: -0px;
	bottom: -10px;
	width: 90px;
	height: auto;
}
.query-panel-inner{
	margin: 20px;
}
.query-panel-inner h1{
	font-size: 20px;
	color: #333;
}
.query-panel-inner p{
	font-size: 13px;
	width: 220px;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #666;
}
.search-wrap{
	width: 220px;
}
.search-wrap input{
	display: block;
	font-size: 12px;
	height: 33px;
	background: #fff;
	border: none;
	line-height: 33px;
	text-indent: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.search-wrap button{
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 0 15px;
	height: 33px;
	line-height: 33px;
	min-width: 0;
}


/******** article pages **********/
.article-summary{
	position: relative;
}
.article-summary.page-cover{
	border-radius: 0px;
}
.article-image{
	height: calc( var(--bodyWidth) * 0.4 );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
}
.article-summary.page-cover .article-image{
	border-radius: 0px;
	margin-bottom: 0;
}
.article-image:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
}
.article-summary.page-cover .article-image:before{
	border-radius: 0px;
}
.article-caption{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.caption-holder{
	margin: 20px;
	height: calc( 100% - 40px );
}
.highlight-title:before{

}

.page-cover .article-caption{
	text-align: center;
}

.highlight-title{
	font-size: 20px;
	font-weight: bold;
}
.page-cover .highlight-title{
	line-height: 1.3em;
}
.caption-inner h1{
	color: #fff;
	
}
.page-cover .caption-holder{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-cover .caption-inner{
	width: 100%;
}
.caption-inner p{
	font-size: 12px;
	line-height: 1.4em;
	color: #fff;
	margin-top: 5px;
}
.article-caption-meta{
	color: #fff;
}
 
.caption-more{
	width: 80px;
	text-align: right;
}
.caption-more:before{
	content: '\e62c';
	font-family: 'iconfont';
	font-size: 22px;
	color: #fff;
}
#section-bbs-header{
	background: #fff;
}
.bbs-header-right{
	color: #666;
	font-size: 14px;
}
#section-bbs-threads{
	background: #fff;
	margin-top: 6px;
}





#section-contact-panel{
	padding: 0;
}
.contact-panel{
	background: #fff;
	box-shadow: 0px 6px 18px -4px rgba(0,0,0,0.13);
	position: relative;
	padding: 20px;
	overflow: hidden;
	z-index: 1;
}
.snowman2{
	position: absolute;
	right: -10px;
	bottom: 0px;
	width: 100px;
	height: auto;
}
.contact-panel-inner{
	font-size: 13px;
	line-height: 1.5em;
	width: 70%;
	
}
contact-panel-inner h1{
	margin-top: 8px;
}
.contact-panel-inner p{
	color: #666;
	margin-bottom: 8px;
}
#section-me{
	background: #fff;
	padding-top: 80px;
	margin-top: -80px;
	position: relative;
	z-index: -1;
}

.me-panel{
	padding: 5px 0;
}
.me-panel .avatar{
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 30px;
	margin-right: 10px;
}
.me-nav{
	width: 60px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.me-nav h5{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
}
.me-nav h4{
	line-height: 15px;
}


#section-contact-entry{
	background: #fff;
	margin-top: 6px;
}
.contact-entry-list a{
	margin-bottom: 10px;
	background: #555;
	color: #fff;
	padding: 22px 15px;
}
.contact-entry-icon{
	font-size: 35px;
	margin-right: 20px;
	margin-left: 10px;
}
.contact-entry-more{
	width: 50px;
	text-align: center;
}
.contact-entry-more:after{
	content: '\e62c';
	font-family: 'iconfont';
	font-size: 20px;
}
.contact-entry-caption h1{
	font-size: 20px;
	line-height: 1.5em;
}
.contact-entry-caption p{
	font-size: 12px;
	line-height: 1.5em;
}



.slide-video-cover{
	width: var(--bodyWidth);
	height: calc( var(--bodyWidth) * 0.5 ); 
	position: absolute;
	left: 15px;
	top: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.slide-video-cover .icon-font{
	font-size: 30px;
}
.slide-video-cover h3{
	font-size: 16px;
	margin-top: 10px;
}



.section-media-header{
	background: #fff;
	z-index: -1;
	margin-top: -80px;
	height: 80px;
	
}
.section-media-nav{
	margin-top: 6px;
	background: #fff;
	text-align: center;
}
.media-nav{
	display: inline-block;
	margin: 5px 10px;
	font-size: 20px;
	color: #666;
	position: relative;
}
.media-nav.active:after{
	content: '';
	position: absolute;
	left: calc((100% - 10px)/2);
	bottom: -3px;
	height: 3px;
	width: 10px;
	background: #222;
}
.media-nav.active{
	font-weight: bold;
	color: #222;
}

.section-video-item{
	padding: 0;
	margin-top: 6px;
}
.video-wrap{
	height: calc( 100vw * 0.55 );
	position: relative;
}
.slide-video .video-wrap{
	width: 100%;
	height: 100%;
}
.video-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.video-loading{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
}
.video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.video-wrap.playing .video{
	display: block;
}
.video-cover .icon-font{
	color: #fff;
	font-size: 40px;
	position: relative;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.video-wrap.loading .video-cover .icon-font{
	opacity: 0;
}
.video-wrap.playing .video-cover{
	display: none;
}
.video-caption{
	padding: 16px 16px 16px 16px;
	background: #fff;
	position: relative;
}
.video-caption h3{
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 1.2em;
}
.video-caption p{
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}
.video-meta{
	margin-top: 8px;
}
.video-meta a{
	display: inline-block;
	font-size: 15px;
	margin-right: 20px;
	color: #999;
}
.video-time{
	position: absolute;
	right: 16px;
	top: 16px;
	padding: 3px 5px;
	background: #999;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	border-radius: 3px;
}
.share-video-button{
	position: absolute;
	right: 16px;
	bottom: 16px;
	font-size: 30px;
	color: #999;
}

.section-products{
	background: #fff;
	margin-top: 6px;
}
.products{
	margin-bottom: 10px;
}
.products-list{
	width: calc( var(--bodyWidth) + 20px );
	
}
.products-list li{
	float: left;
	width: calc( ( var(--bodyWidth) / 2 ) + 5px );
	margin-bottom: 10px;
}
.proudct-inner{
	margin-right: 10px;
}
.product-image{
	height: calc( (( var(--bodyWidth) / 2 ) + 5px)  * 0.58 );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.proudct-inner h3{
	font-size: 14px;
	color: #666;
	margin-top: 3px;
}
.products .highlight-title{
	margin-bottom: 10px;
	font-size: 16px;
}
.products .highlight-title:before{
	height: 16px;
}

.section-stores-map{
	margin-top: 6px;
	background: #fff;
}
.section-stores-gallery{
	margin-top: 6px;
	background: #fff;
	padding: 4px;
}
.gallery-item{
	float: left;
	margin: 4px;
	width: calc( ( 100vw - 24px ) / 2 ); 
	height: calc( ( 100vw - 24px ) / 2 * 0.6 ); 
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 2px;
}
.go-back{
	position: fixed;
	left: 15px;
	bottom: 80px;
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	line-height: 40px;
	z-index: 99;
	font-size: 20px;
	border-radius: 30px;
}
.post-body{
	background: #fff;
	font-size: 14px;
	line-height: 1.6em;
}
.post-body p{
	margin-bottom: 10px;
}
.post-body img{
	width: 100%;
	height: auto;
	/*margin-bottom: 5px;*/
}
.section-video-comments{
	background: #fff;
	margin-top: 6px;
}
.section-video-comments h4{
	font-size: 16px;
}
.add-comment, .add-reply{
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	background: -webkit-linear-gradient(left, #F4953E 0%, #E42356 100%);
	border-radius: 20px;
	font-size: 14px;
	z-index: 99;
}

.comment-panel{
	position: fixed;
	left: 0;
	bottom: 0;
	
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	opacity: 0;
	z-index: -1;
	transform: translate3d(0,300px,0);
	-webkit-transform: translate3d(0,300px,0);
	transition: transform 300ms,-webkit-transform 300ms,opacity 300ms;
}
.comment-panel.active{
	opacity: 1;
	z-index: 999;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.comment-panel-inner{
	padding: 15px;
	position: relative;
}
.comment-panel textarea{
	display: block;
	background: #eee;
	width: 100%;
	height: 70px;
	border: 1px solid #ddd;
	margin: 8px 0;
	text-indent: 10px;
}
.comment-panel input{
	display: block;
	background: #eee;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	margin: 8px 0;
	text-indent: 10px;
}
button{
	display: inline-block;
	padding: 8px 10px;
	font-size: 15px;
	min-width: 100px;
	text-align: center;
	color: #fff;
	background: -webkit-linear-gradient(left, #F4953E 0%, #E42356 100%);
	border-radius: 4px;
	border: none;
}
.button-wrap{
	text-align: center;
	margin-top: 20px;
}
.close-panel{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	color: #666;
}
.close-panel:after{
	content: '\e639';
	font-family: 'iconfont';
}

.section-thread-subject{
	background: #fff;
}


.city-locations{
	border-radius: 4px;
	background: #fff;
	margin-top: 6px;
}
.city-locations-header{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	color: var(--mainColor);
}
.city-locations-header .highlight-title{
	font-weight: bold;
}
.city-locations-suggestion{
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}
.city-locations-suggestion h3{
	display: inline-block;
	 
	margin-bottom: 5px;
	
}
.city-locations-suggestion h3 .icon-font{
	font-size: 25px;
	vertical-align: bottom;
}
.suggestion-inner{
	color: #555;
	line-height: 2em;
}
.no-results{
	background: #fff;
	min-height: 320px;
}
.company-location{
	widows: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.store-map{
	width: 100%;
	height: auto;
}

.poster-holder{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
	opacity: 0;
}
.poster-holder.active{
	opacity: 1;
}
.poster-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.poster-inner{
	width: 100%;
	height: 100%;
	position: relative;
}
.poster-content{
	width: 95%;
	margin: auto;
}
.poster-content img{
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.poster-close{
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
	background-color: #fff;
	color: #000;
	border-radius: 30px;
	padding: 5px 8px;
}

/* 没事找事版*/
.mobile-header-top{
    margin-top:-60px;
}
.mobile-images img{
    width:100%;
}
.mobile-menu-left{
    width:43%;
    float: left;
    background: #fff;
    border: 1px #fff solid;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 5%;
}
.mobile-menu-right{
    width:43%;
    float: left;
    background:#fff;
    border: 1px #fff solid;
    overflow:hidden;
    border-radius: 10px;
    margin-left:3%;
}
.mobile-menu-left img{
    width:25%;
    float:left;
    margin: 20px 10px 20px 15px;
}
.mobile-menu-right img{
    width:25%; 
    float:left;
    margin: 20px 10px 20px 15px;
}
.mobile-menu{
    margin-top:-25px;
}
.mobile-menu-font{
    font-size:1.2em;
    font-weight: bold;
}
.mobile-menu-eg {
    color:#bababa;
    font-size:.7em;
}
.mobile-button{
    display: inline-block;
    padding: 1.3em 8em;
    font-size: 15px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    color: #393838;
    background: #ffdd18;
    border-radius: 30px;
    border: none;
    margin: 5%;
    width: 90%;
}
.go-phone{
    position: fixed;
    right: 5px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 40px;
    z-index: 99;
    font-size: 20px;
    border-radius: 30px;
}
.go-phone img{
    width:100%;
}