* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */

}

/*body,html{*/
/*    font-family: '微软雅黑' !important;*/
/*}*/

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

input {
	outline: 0;
	background: #fff;
}

img {
	object-fit: cover;
	cursor: pointer;
	display: block;
}

/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap!important;
word-wrap: break-word!important;
 */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerBox img {
	width: 100%;
	height: 100%;
}

/*多行溢出*/
line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

/* 水波纹效果 */
.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

/* 滚动条样式 */
.infor_nati_son::-webkit-scrollbar {
	width:0.05rem;
}

.infor_nati_son::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.infor_nati_son::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.infor_nati_father::-webkit-scrollbar {
	width:0.05rem;
}

.infor_nati_father::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.infor_nati_father::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}









.w1200 {
	width: 12rem;
	margin: 0 auto;
}

/* 分页 */
.pageBox {
	display: flex;
	margin-top: 0.8rem;
	justify-content: center;
}

.pageBox a {
	margin: 0 0.08rem;
	background: #fff;
	border: 0.01rem solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.03rem;
	color: #343266;
	font-size: 0.14rem;
	padding: 0.1rem 0.1rem;
}
.page_many{
	width: 0.55rem;
}

.page_aItem.active {
	background: #0379d1;
	border-color: ##0379d1;
	color: #fff;
}

.breadBox {
	border-bottom: 0.01rem solid #EEEEEE;
}

.bread_items {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bread_a {
	font-size: 0.18rem;
	color: #343266;
	padding-top: 0.16rem;
	padding-bottom: 0.12rem;
	margin-right: 0.3rem;
	position: relative;
}


.bread_a:hover {
	color: #54E6CE;
}

.bread_a.active::after {
	content: '';
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background: #54E6CE;
}

.bread_a.active {
	color: #54E6CE;
}

/* ------------------------------------------------------ */

.common_banners{
	position: relative;
}
.common_banners img{
	width: 100%;
	height: 100%;
}
.common_bannerPosition{
	width: 2.2rem;
	height: 0.8rem,;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.common_banners img{
	width: 100%;
	height: 100%;
}
.common_brandBox{
	display: flex;
	align-items: center;
	padding: 0.2rem 0 ;
	border-bottom: 0.01rem solid #EFEFEF;
}
.weizhi{
	width: 0.25rem;
	height: 0.25rem;
}
.common_brandContent{
	display: flex;
	align-items: center;
}
.common_brandBox span{
	color: #666666;
	font-size: 0.14rem;
	margin-right: 0.1rem;
	margin-left: 0.07rem;
}
.common_brandContent a{
	color: #666666;
	font-size: 0.14rem;
	display: flex;
	align-items: center;
	
}
.common_brandContent a:after{
	content: '/';
	display: block;
	margin: 0 0.1rem;
}
.common_brandContent a:last-child:after{
	display: none;
}
.common_brandContent a:last-child{
	color: #2ACCDC;
}


.shibo_commonTitbox{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.9rem;
}
.shibo_com_titItems{
	color: #999;
	font-size: 0.18rem;
	position: relative;
	padding: 0.15rem 0 ;
	margin-right: 0.63rem;
}
.shibo_com_titItems:last-child{
	margin-right: 0;
}
.shibo_com_titItems:hover{
	color: #2accdc;
}
.shibo_com_titItems.active{
	color: #2accdc;
}
.shibo_com_titItems.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 80%;
	height: 0.03rem;
	background: #2accdc;
	left: 50%;
	transform: translateX(-50%);
}
.shoibo_bzTop{
	height: 0.6rem;
	margin-bottom: 0.35rem;
}
.shoibo_bzTop img{
	height: 100%;
	width: 100%;
}
.shoibo_bzBottom img{
	width: 100%;
}

