body,div,dl,dt,dd,ul,ol,li,tr,td,th,
h1,h2,h3,h4,h5,h6,hr,br,img,table,
input,form,a,p,textarea{
    padding:0;
    margin:0;
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,Helvetica Neue,sans-serif;
}
/* 自定义字体 */
@font-face {
	font-family: 'DINCond-Black';
	src: url('../fonts/DINCond-Black.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
/*去掉列表默认排列*/
ul,ol,li{
    list-style:none;
}
/*去掉底部横线*/
/*把a元素更改设置成块级元素，这个根据实际情况决定要不要*/
a{
    outline: none;
    text-decoration:none;
}
a:link{
    text-decoration: none;
}
a:link,a:active,a:visited,a:focus, a:hover{
    outline: none;
    text-decoration: none;
}
/*img标签要清除border。*/
/*display设为block设置为块级元素，默认为display:inline;
存在下边线多出4px状况,所以一般设为block*/
img{
    border:0;
    display:block;
}
/*清除浮动破坏带来的塌陷问题*/
/*清除浮动的兼容IE*/
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
/* input */
input{
    outline: none;
}
@media (min-width: 1080px) {
	html{
		 max-width: 750px;
		 font-size:32px!important;
		 margin: 0 auto;
	 }
	body{
		max-width: 750px;
		margin:0 auto!important;
	}
}

html, body {
	height: 100%; 
} 

/* 公共样式 */ 
.ellipsis{
	overflow: hidden; /* 隐藏超出内容 */
	white-space: nowrap; /* 强制不换行 */
	text-overflow: ellipsis; /* 文字溢出显示省略号 */
} 
.ellipsis2{
	display: -webkit-box!important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis; 
}
.ellipsis3{
	display: -webkit-box!important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis; 
}
/* 首页：头部 */
/* 头部 */
header{
	height: 3rem;
	line-height: 3rem;
	width: 100%;
	background:#051cab;
	/* box-shadow: 0px 5px 1.25rem rgba(0, 0, 0, 0.0509804); */
	position: fixed;
	top: 0;
	z-index: 999;
}

header>.headBox{
	width: 97%;
	height: 100%;
	line-height: 3rem;
	margin: 0 auto;
	padding: 0 0.3rem;
	padding: 0 0.3rem 0 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.home-header .head-left{
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-header .head-left svg{
	width: 5rem;
	font-size: 3.625rem;
	color: #404040;
	height: 3.125rem;
	margin-left: 0;
}
.home-header .head-search{
	position: relative;
	width: 14.75rem;
	height: 2.125rem;
	display: flex;
	align-items: center;
}
.home-header .head-search .btn-search {
	background: #EA2B2B;
	border-radius: 0.875rem;
	width: 3.25rem;
	height: 1.75rem;
	position: absolute;
	left: 11.3125rem;
	top: 0.1875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.875rem;
}
.home-header .head-search>span{
	position: absolute;
	left: 0.625rem;
	line-height: 1.875rem;
}
.home-header .head-search>input{
	width: 14.75rem;
	height: 2.125rem;
	box-sizing: border-box;
	padding: 0 0.3125rem;
	padding-right: 3.75rem;
	padding-left: 1rem;
	border: none;
	background: #fff;
	border-radius: 3.125rem;
	overflow: hidden;
	outline: none;
	font-size: 0.875rem;
	line-height: 2.125rem;
	border: 1px solid #E3D9D9;
}
.home-header ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999; /* 设置placeholder颜色 */
}
.home-header :-moz-placeholder { /* Mozilla Firefox 18- */
	color: #999; /* 设置placeholder颜色 */
	opacity: 1; /* 如果不设置，placeholder可能不完全可见 */
}
.home-header ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999; /* 设置placeholder颜色 */
	opacity: 1;
}
.home-header :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999; /* 设置placeholder颜色 */
}
.home-header .head-right{
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-header .head-right a{
	display: flex;
	align-items: center;
}
.home-header .head-right svg{
	font-size: 2.1875rem;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0509804);
	border-radius: 50%;
}
.home-header .head-left .iconsvg{
	display: block;
	width: auto;
	height: 2.2rem;
}
.home-header .head-left .iconzuo .iconsvg{
	display: block;
	width: auto;
	height: 1.3rem;
}
.home-header .head-right .iconsvg{
	display: block;
	width: auto;
	height: 1.25rem; 
}
/* 新增返回按钮 */
.home-header .header-goback{ 
  width: 1.25rem;
  height: 100%;
	position: absolute;
	left: -0.25rem;
	display: none;
}
.home-header .header-goback .icon{
  display: inline-block;
  width: 0.875rem;
  height: 0.5rem;
  background: url(../images/icon-sjbottom.png) no-repeat left top;
	background-size: 100%;   
  transform: rotate(90deg); 
}

/* 底部导航 */
.tabbar{
	width: 100%;
	height: 4rem;
	background:#fff;
	border-top: 1px solid rgba(162,162,162,0.1);
	opacity:1; 
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	box-sizing: content-box;
}

.tabbar>ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.tabbar li{
	height: 100%;
	flex: 1;  
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabbar li>a{
	display: flex;
	flex-direction: column;
	/* justify-content: space-evenly;  */
	width: 1.6rem; 
	height: 100%;
	width: 100%;
	align-items: center;
	padding-top: 0.5rem;
} 
.tabbar span{
	font-size: 0.75rem;
	text-align: center; 
	color:rgba(68,68,68,1); 
}

.tabbar span.icon{
	width: 1.6rem;
	height: 1.6rem;
	display: block;   
	background-size: 100%!important;
	background-position: center!important; 
	position: relative;
}
.tabbar li:nth-child(1) span.icon{ 
	background: url("../images/navico1.png") no-repeat center top; 
	top: -0.15rem;
}
.tabbar li.active:nth-child(1) span.icon{ 
	background: url("../images/navico1on.png") no-repeat; 
}
.tabbar li:nth-child(2) span.icon{
	background: url("../images/navico2.png") no-repeat;
	top: -0.125rem;
}
.tabbar li.active:nth-child(2) span.icon{
	background: url("../images/navico2on.png") no-repeat;
}
.tabbar li:nth-child(4) span.icon{
	background: url("../images/navico3.png") no-repeat;
	top: -0.0625rem;
}
.tabbar li.active:nth-child(4) span.icon{
	background: url("../images/navico3on.png") no-repeat;
}
.tabbar li:nth-child(5) span.icon{
	background: url("../images/navico4.png") no-repeat;
	background-size: 88%!important;
	position: relative;
	top: -0.0625rem;
}
.tabbar li.active:nth-child(5) span.icon{
	background: url("../images/navico4on.png") no-repeat; 
}
.tabbar li:nth-child(3){
	height: 100%;
}
.tabbar li:nth-child(3) span.icon{
	background: url("../images/iconpaihangnav-def.png") no-repeat;
	top: -0.125rem;
}
.tabbar li:nth-child(3).active a{ 
	width: 2.625rem;
	height: 2.625rem;
	background: url("../images/iconpaihangnav.png") no-repeat;  
	background-size: 100%;
	margin-top: -0.625rem;
} 
.tabbar li:nth-child(3).active a span {
	display: none;
}
@media (min-width: 1080px) {
	.classify-tab-header,
	.f-brand-scroll .f-brand-searchnav,
	.drawer-brand-searchbox,
	.appjoin-drawer,
	.bottom-option-style,
	.brand-page-scroll .brand-tab-header,
	.enterprise-info-page .brand-tab-header, 
	.brand-news-page .brand-tab-header,
	.brand-ranking-page .public-search-select,
	.industry-ranking-page .public-search-select,
	.drawer-ranking-searchbox,
	.brand-zhInside-scroll .anchor-point-nav,
	.brand-home-scroll .home-search-box,
	.rankings-home-scroll .rankings-search-box, 
	#spotlight,
	.search-leaveltwo-dialog,
	.ceiling-parent-el .ceiling-content,
	.tabbar{
		max-width: 750px;
		margin-left: -375px;
		left: 50%!important;
	}
}

/* 回到顶部图标 */
#backToTop{
	position: fixed;
	right: 0.625rem;
	bottom: 7.5rem;
	display: none;
	z-index: 999;
} 
#backToTop{
	display: none;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem !important;
	border-radius: 50%;
	text-align: center;
	color: #404040;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14902);   
}
#backToTop .iconfont{
	display: block;
	padding-top: 0.6rem;
}
#backToTop .icon{
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 auto;
}

/* 页脚 */
.m-footer{
	width: 100%;
	background: #5D6569;
	height: 15rem;
}
.m-footer .copyright{
	height: 3.4375rem;
	font-family: PingFangSC-Regular;
	font-size: 0.625rem;
	color: #868D90; 
	display: flex;
	justify-content: center;
	align-items: center;
} 
.m-footer .footer-bar{
	display: flex;
	justify-content: space-around;
	align-items: center;
/*	width: 21.9375rem;*/
	height: 2.875rem;
	line-height: 2.875rem;
	margin: 0 0.75rem;
	background: #6e7578;
	border-radius: 0.375rem; 
}
.m-footer .footer-bar li{
	height: 1.1875rem;
	line-height: 1.1875rem;
	text-align: center;
	color:rgba(204,204,204,1); 
	padding: 0 0.8125rem;
} 
.m-footer .footer-bar li>a{
	width: 100%;
	height: 100%;
	text-align: center;
	color:rgba(204,204,204,1);
	font-size: 0.875rem;
}
.footer-code{
	display: flex;
	padding-top: 1.875rem;
	justify-content: space-evenly;
}
.footer-code .code-items{
	width: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer-code .code-items .code {
	display: inline-block;
	width: 4.25rem;
	height: 4.25rem;
	overflow: hidden;
}
.footer-code .code-items .code img{
	width: 100%;
}
.footer-code .code-items .text {
	color: #C6C6C6;
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
	height: 2.0625rem;
	line-height: 2.0625rem;
}

@media (min-width: 1080px) {
	header{
		 max-width: 750px;
		 left: 50%;
		 margin-left: -375px;
	 }
}

/* 底部固定操作 */
.bottom-option-style {
	background-color: #fff;
	height: 3.5625rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 4rem;
	z-index: 999;
	padding: 0.375rem 0.625rem;
	display: flex; 
}
.bottom-option-style>.option{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 2.625rem;
	height: 100%; 
	font-size: 0.625rem;
	color: #101010;
}
.bottom-option-style>.option::before{
	display: block;
	content: "";
	width: 1.1875rem;
	height: 1.1875rem; 
	margin-bottom: 0.2rem;
	background-size: 100%!important;
}

.bottom-option-style .option-hz,
.bottom-option-style .option-pj {	
	margin-right: 0.625rem;
}
.bottom-option-style .option-hz::before{
	background: url("../images/icon-swhz.png") no-repeat;
}
.bottom-option-style .option-pj::before{
	background: url("../images/icon-pj.png") no-repeat;
}
.bottom-option-style .option-like {	 
	margin-right: 1rem;
}
.bottom-option-style .option-like::before{
	background: url("../images/bottom-like.png") no-repeat; 
}
.bottom-option-style .option-like.like::before {	  
	background: url("../images/bottom-likeon.png") no-repeat center;
	background-size: contain!important;  
}
.bottom-option-style .option-like.like{
	color: #E81B29;
}
.bottom-option-style .option-like .liked{
	display: none;
}
.bottom-option-style .option-like.like span {
	display: none;
}
.bottom-option-style .option-like.like .liked{
	display: block;
}
/* 上榜&入驻 */
.bottom-option-style .option-btns{ 
	height: 100%;
	flex: 1;
	display: flex;
	overflow: hidden;
} 
.bottom-option-style .option-btns .items {
	flex: 1; 
	border-radius: 3px; 
}
.bottom-option-style .option-btns .items>div{
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bottom-option-style .option-btns .items span{
	position: relative;
	z-index: 3;
}
.bottom-option-style .option-btns .items span:nth-child(1){
	font-size: 1rem;
	color: #FFFFFF; 
	font-weight: 600; 
} 
.bottom-option-style .option-btns .option-sb{
	padding-right: 0.85rem;
	/* background-color: #ffdfbd; */
}
.bottom-option-style .option-btns .option-sb>div{
	padding-left: 0.4rem;
}
.bottom-option-style .option-btns .option-rz{
	padding-left: 0.85rem;
	/* background-color: #e81b29; */
}
.bottom-option-style .option-btns .option-rz>div{
	padding-right: 0.4rem;
}
.bottom-option-style .option-btns .option-sb span:nth-child(1){ 
	color: #361F05;
}
.bottom-option-style .option-btns .option-sb span:nth-child(2){
	font-size: 0.625rem;
	color: #8B6031;
}
.bottom-option-style .option-btns .option-rz span:nth-child(2){
	font-size: 0.625rem;
	color: #FFD3D6;
}
.bottom-option-style .skew-right,
.bottom-option-style .skew-left {  
	position: relative;
	height: 2.8125rem;
}
.bottom-option-style .skew-right::after {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -0.75rem;
	bottom: 0; 
	transform: skewX(-20deg);
	background-color: #ffdfbd;
}
.bottom-option-style .skew-right::before {
  content: "";
	position: absolute;
	top: 0;
	left: -1rem;
	width: 3rem;
	bottom: 0;
	background: #ffdfbd;
} 
.bottom-option-style .skew-left::after {
  content: "";
	position: absolute;
	top: 0;
	left: -0.75rem;
	right: 0;
	bottom: 0; 
	transform: skewX(160deg);
	background-color: #e81b29;
}
.bottom-option-style .skew-left::before {
  content: "";
	position: absolute;
	top: 0;
	right: -1rem;
	width: 3rem;
	bottom: 0;
	background: #e81b29;
}


/* 下拉  */
.public-search-select{
	padding: 0.75rem; 
}
.public-search-select ul{
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}
.public-search-select li{
	width: 6.3rem;
	height: 1.875rem;
	background: #B21313;
	border-radius: 0.9375rem;
	font-size: 0.75rem;
	color: #fdfbfb;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.public-search-select li::after{
	content: "";
	display: block;
	margin-left: 0.3125rem;
	width: 0.6875rem;
	height: 0.375rem;
	background: url("../images/icon-bssjdown.png") no-repeat center;
	background-size: 100%;   
	opacity: 0.8;
} 
.public-search-select li span{
	opacity: 0.8;
	width: 60%;
	text-align: center;	
}

/* 图标 */
.m-mark{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 0.25rem;
	background-color: #f5f5f5;
	background-size: 100%!important;  
}
.m-mark.mark-zx{
	width: 1.625rem;
	background: url("../images/icon-b-zx.png") no-repeat center;
}
.m-mark.mark-r{
	width: 1rem;
	background: url("../images/icon-b-r.png") no-repeat center;
}
.m-mark.mark-gx{
	width: 1.625rem;
	background: url("../images/icon-b-gx.png") no-repeat center;
}
.m-mark.mark-sz{
	width: 1rem;
	background: url("../images/icon-b-sz.png") no-repeat center;
}
.m-mark.mark-chi{
	width: 1rem;
	background: url("../images/icon-b-chi.png") no-repeat center;
}
.m-mark.mark-zhu{
	width: 1rem;
	background: url("../images/icon-b-zhu.png") no-repeat center;
}
.m-mark.mark-lao{
	width: 1rem;
	background: url("../images/icon-b-lao.png") no-repeat center;
}
.m-mark.mark-500{
	width: 1.625rem;
	background: url("../images/icon-b-500.png") no-repeat center;
}


/* 相关行业榜单推荐 */
.ranking-tj {
  background-image: linear-gradient(180deg, #FFDAA7 0%, #FFF4E5 100%);
  border-radius: 0.5rem;
  padding: 2.625rem 0.75rem 0.5rem;
  position: relative;
	overflow: hidden;
}
.ranking-tj .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 3.625rem;
  height: 1.5rem; 
  font-size: 0.75rem;
  color: #602E09;  
  background: rgba(255,255,255,0.61);
  border-radius: 0.75rem;
}
.ranking-tj .icon-one{
  position: absolute;
  right: 5.625rem;
  top: 0.5rem;
  width: 5.9375rem;
  height: 5.9375rem;
  background: url(../images/icon-one.png) no-repeat center top;
	background-size: 75%;    
} 
.ranking-tj .skew-right-btn{
	width: 9.1rem;
}
.ranking-tj .skew-right-btn::before{
	background: #E1A05B;
}
.ranking-tj .skew-right-btn::after{
	background-image: linear-gradient(101deg, #E1A05B 0%, #CC742C 100%);
}
.ranking-tj .skew-right-btn span{
	padding-left: 0;
}
.ranking-tj .items{
  margin-top: 0.5rem;
  padding: 0.625rem;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
  z-index: 2;
}
.ranking-tj .items .items-t{
  height: 1.25rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking-tj .items h3{
  font-size: 0.875rem;
  color: #101010; 
  font-weight: 600;
  flex: 1;
  margin-right: 0.75rem;
}
.ranking-tj .items a{
  font-size: 0.75rem;
  color: #999999;
}
.ranking-tj .items .tag-box{
  margin-top: 0.625rem; 
  white-space: nowrap; 
  overflow: hidden;
}
.ranking-tj .items .tag-box .tag{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFF6EC;
  border: 0.03125rem solid #F6DFC4;
  border-radius: 0.125rem;
  padding: 0 0.1875rem;
  height: 1.25rem; 
  font-size: 0.625rem;
  color: #602E09;
}

.public-plate{
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin: 0 0.75rem;
  margin-top: 0.625rem;
}
.public-plate .header {
  height: 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-plate .header a{
  font-size: 0.75rem;
  color: #666666;
}
.public-plate .header span{
  font-size: 1rem;
  color: #21222B; 
  font-weight: 600;
}

/* 查看全部 */
.public-open-more{
  font-size: 0.75rem;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.75rem;
	cursor: pointer;
}
.public-open-more::after{
  display: block;
  content: "";
  width: 0.6875rem;
  height: 0.4375rem; 
  margin-left: 0.3rem;
  background: url(../images/icon-sjbottom.png) no-repeat center top; 
  background-size: 100%;
  position: relative; 
}
/* 按钮：右侧斜角 */
.skew-right-btn {
  position: absolute;
	width: 7.6rem;
	height: 2.5rem;
	top: 0
}
.skew-right-btn span{
  position: relative;
  z-index: 2; 
	font-size: 1rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-left: 0.4rem;
	height: 100%;
	font-weight: 600;
}
.skew-right-btn::after {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 0 0.6875rem 0;
	background: linear-gradient(to right, #FFA0A6, #E81B29);
	transform: skewX(-20deg);
}
.skew-right-btn::before {
  content: "";
	position: absolute;
	top: 0;
	left: -1rem;
	width: 3rem;
	height: 2.5rem;
	background: #FFA0A6;
}

/* 屏蔽图片预览某些按钮 */
#spotlight .icon.fullscreen,
#spotlight .icon.autofit,
#spotlight .icon.zoom-out,
#spotlight .icon.zoom-in,
#spotlight .icon.player,
#spotlight .icon.theme{ 
	display: none!important;
}