/*
分页  
<div class="pages_box">
            <button class="prev">上一页</button>
            <a href="javascript:;" class="page_abox active">1</a>
            <a href="javascript:;" class="page_abox">2</a>
            <button class="prev">下一页</button>
        </div>
.pages_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_abox{
    width: 0.38rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.01rem solid #ccc;
    margin: 0 0.1rem;
    color: #666;
    font-size: 0.14rem;
}
.page_abox.active{
    background: #444;
    color: #fff;
    border-color: #444;
}
.prev,.next{
    width: 0.8rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
     border: 0.01rem solid #ccc;
    background: transparent;
    align-items: center;
    color: #666;
    font-size: 0.14rem;
}
	

*/
/*繁体*/

.lang-zh-TW .reaingTxt{display: block;}
/*.lang-zh-TW .header_top{margin-top:0.38rem;}*/
/*.lang-zh-TW .header_content.fixed{top:0.38rem!important;}*/
/*.lang-zh-TW .product_commonNav{top:0.38rem !important;}*/ 
/*英文*/
.lang-en .reaingTxt{display: block;}
/*.lang-en .header_top{margin-top:0.38rem;}*/
/*.lang-en .header_content.fixed{top:0.38rem!important;}*/
/*.lang-en .product_commonNav{top:0.38rem !important;}*/

.header_tooItems,.product_commonItems{
    font-size: 0.16rem !important;
}

.custom_content img{
    display: inline-block !important;
    object-fit: contain;
    max-width: 100% !important;
}




.big_navRight_aboutList a{
    font-size: 0.18rem !important;
}

.footer_is_hover {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	padding-bottom: 0.1rem;
	display: none;
}

.footer_isHoverContent {
	width: 1.09rem;
	height: 1.09rem;
	background: #fff;
	border-radius: 0.07rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0rem 0rem 0.05rem 0.01rem rgba(0, 0, 0, 0.16);
	position: relative;
}
.footer_isHoverContent::after{
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	left: 50%;
	bottom: -0.1rem;
	transform: translateX(-50%) ;
	background: url(../images/index/下-三角.png) no-repeat;
	background-size: 100% 100%;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .5));
}
.news_Fxitems:hover .footer_is_hover{
    	display: block;
}



.footer_bottomRight_items:hover .footer_is_hover {
	display: block;
}

.footer_isHoverContent img {
	width: 0.88rem !important;
	height: 0.88rem !important;
	object-fit: cover !important;
}


.new-show{
    padding: 0.85rem 0 1rem 0 ;
}
.new-show .common_tit_after{
    margin-bottom: 0.5rem;
}
.new-show .product-detail-inner img{
    min-width: auto;
    max-width: 100%;
}

#none{
    display: none;
}

.viewer-in{
    z-index: 999999999999999999999999999999!important;
}
#flex{
    display: flex;
    justify-content:space-between;
    align-items: center;
    
}
#flex .commonBtn{
   
    height: 0.43rem !important;
}
#filter img{
    width: 0.27rem;
    height: 0.12rem;
   
    filter:brightness(0.5);
    margin-left: 0.1rem;
    transition: all .25s;
}
#filter:hover>img{
    transform: translateX(0.07rem);
}
* {
	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 */

}

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

a {
	text-decoration: none;
	color: #3E3A39;
}

ul {
	list-style: none;
}

input {
	outline: 0;
	background: #fff;
}
strong ,strong *{
    font-size: inherit;
}
.product-detail span,.custom_content span{
    font-size: inherit;
}
.custom_content_warpper,.product-detail-wrapper{background: #f7f7f7;}
img {
	object-fit: cover;
	cursor: pointer;
	display: block;
}

@font-face {
	font-family: '思源黑体';
	src: url('../font/思源黑体CN-Regular.otf');
}

body,
html {
	font-family: '思源黑体' !important;
	/* scroll-behavior: smooth !important; */
}
.product_changeTxtbox{
    position: relative;
}
.product_changTxt{
    position: relative;
}
.txt_manyBox{
    /*position: absolute;*/
    cursor: pointer;
    right: 1rem;
    bottom: 0;
}
.txt_many{
    color: #EE2928;
}
.many_ico{
    width: 0.18rem !important;
    height: 0.18rem !important;
    display: inline-block;
    vertical-align:middle;
    margin-left: 0.03rem;
}
.txt_manyBox{
    display: inline-block;
   
}
/*.many_active{*/
/*    position: absolute;*/
/*    height: 100% !important;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: #fff;*/
/*    padding: 0.15rem;*/
/*}*/
.many_active .text_font{
    text-indent: 0.32rem;
}
.heightShow{
    display: none;
    height: 0.55rem;
}
.text_newtxt{
    color: #757575;
    position: absolute;
    height: 100% !important;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0.15rem;
    text-indent: 0.32rem;
    overflow-y: auto;
    line-height: 1.7;
    text-align: justify;
    display: none;
}
.text_newtxt::-webkit-scrollbar {
	width: 7px;
}

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

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

.txt_shou{
    color: #EE2928;
    cursor: pointer;
}
.txt_shou img{
    display: inline-block;
    margin-bottom: -0.02rem;
    transform: rotate(180deg);
}



/*单词自动换行*/
/* 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;
}


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

.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

/* 水波纹效果 */
.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);
	}
}

/* 滚动条样式 */
.ele::-webkit-scrollbar {
	width: 7px;
}

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

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

.w1400 {
	width: 14rem;
	margin: 0 auto;
}

.common_xtxt {
	font-size: 0.24rem;
	color: #5E5E5E;
	text-align: center;
	margin-bottom: 0.2rem;
}

.common_xtit {
	display: flex;
	justify-content: center;
	position: relative;
}

.common_xtit span {
	color: #3E3A39;
	font-size: 0.54rem;
	font-weight: bold;
	padding-bottom: 0.25rem;
	position: relative;
	text-align: center;
	z-index: 9;
	display: inline-block;

}

.common_xtit span::after {
	content: '';
	position: absolute;
	left: -0.45rem;
	top: -0.1rem;
	width: 1.01rem;
	height: 0.96rem;
	background-color: red;
	background: url(../images/index/xing.png) no-repeat;
	background-size: 1.01rem 0.96rem;

}

.common_xtit::after {
	content: '';
	position: absolute;
	width: 0.95rem;
	height: 0.02rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #E60012;
}

.common_brand {
	background-color: #f8f8f8;
}

.brandContent {
	display: flex;
	align-items: center;
	padding: 0.15rem 0;
}

.brandContent a {
	font-size: 0.17rem;
	color: #757575;
	display: flex;
	align-items: center;
}

.brandContent a::after {
	content: '';
	display: block;
	width: 0.07rem;
	height: 0.13rem;
	background: url(../images/xright.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.14rem;
}

.brandContent a:last-child::after {
	display: none;
}

.common_banner {
    height: 5rem;
    overflow: hidden;
	position: relative;
}

.common_banner img {
	width: 100%;
	height: 100%;
	transform: scale(1.03);
}

.commonBtn {
    width: auto !important;
	/*width: 1.75rem;*/
	height: 0.53rem;
	background: #EE2928;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;

	cursor: pointer;
	padding: 0 0.18rem;
}

.commonBtn img {
	width: 0.27rem;
	height: 0.12rem;
	margin-left: 0.18rem;
	transition: all .25s;
}

.commonBtn:hover>img {
	transform: translateX(5px);
}

.common_bannerMess {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.common_bannerTit {
    color: #000;
	/*color: #3E3A39;*/
	font-size: 0.46rem;
}

.common_bannerTxt {
    width: 6.5rem;
     color: #000;
	/*color: #757575;*/
	font-size: 0.24rem;
	margin-top: 0.26rem;
}

.product_commonNav {
	background-color: #fff;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08);
	position: sticky;
	/*top: 0.38rem;*/
	top: 0;
	z-index: 60;
}

.product_commonMenu {
	display: flex;
	align-items: center;
}

.product_commonList {
	flex: 1;
	display: flex;
}

.product_commonItems {
	display: block;
	color: #757575;
	padding: 0.23rem 0.14rem;
	position: relative;
}
.product_commonItems.active{
	color: #EE2928;
}
.product_commonItems.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background-color: #EE2928;
}
.common_tit_after{
	text-align: center;
	padding-bottom: 0.26rem;
	position: relative;
	font-size: 0.36rem;
	color: #3E3A39;
}
.common_tit_after::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0.74rem;
	border: 0.02rem solid #EE2928;
	background-color: #EE2928;
}
.product_pro_many{
	width: 1.22rem;
	height: 0.53rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.02rem solid #EE2928;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #EE2928;
	transition: all .25s;
	font-size: 0.18rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_pro_many img{
	width: 0.27rem;
	height: 0.12rem;
	/*margin-left: 0.3rem;*/
	transition: all .25s;
}
.product_pro_many img:last-child{
    display: none;
}
/*.product_pro_many:hover>img{*/
/*	transform: translateX(5px);*/
/*}*/
.load_many{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.45rem;
	position: relative;
	/*display: block !important;*/
	/*display: none;*/
	/*opacity: 0;*/
}

.load_manycontent{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.22rem;
	height: 0.53rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.02rem solid #C5C5C5;
	color: #3E3A39;
	font-size:0.18rem;
	cursor: pointer;
	
}
.load_manycontent img{
	width: 0.21rem;
	height: 0.12rem;
	margin-left: 0.27rem;
	transition: all .25s;
}
.load_manycontent:hover>img{
	transform: translateY(3px);
}
.common_productList{
	width: 1.42rem;
	height: 0.45rem;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	border: 0.02rem solid #757575;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3E3A39;
	font-size: 0.16rem;
	margin-top: 0.52rem;
	transition: all .25s;
}
.common_productList:hover{
	opacity: 0.85;
}


.index_five {
	padding-top: 1.09rem;
	padding-bottom: 0.94rem;
}

.index_fiveList {
	margin-top: 0.74rem;
	margin-bottom: 0.48rem;
}
.swiper-scrollbar{
	opacity: 1!important;
}


@font-face {
	font-family: 'impact';
	src: url('../font/impact.TTF');
}

.index_news_month {
	font-size: 0.4rem;
	color: #3E3A39;
	font-weight: bold;
	font-family: 'impact';
}

.index_news_year {
	color: #757575;
	font-size: 0.18rem;
	margin-left: 0.08rem;
}

.index_news_imgbox {
	width: 100%;
	height: 2.54rem;
	margin: 0.2rem 0 0.25rem 0;
	overflow: hidden;
}

.index_news_imgbox img {
	width: 100%;
	height: 100%;
	transform: scale(1.03);
	transition: all .4s;
}
.index_news_imgbox .many{
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    background: #fff;
    color: #707070;
}
.index_news_imgbox .ico{
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0.26rem;
}

.index_news_name {
	color: #3E3A39;
	font-size: 0.2rem;
	min-height: 0.6rem;
	line-height: 1.5;
	transition: all .25s;
}

.index_newsBox:hover .index_news_imgbox>img {
	transform: scale(1.1);
}

.index_newsBox:hover .index_news_name {
	color: #E60012;
}

.indexNewSwiper {
	padding-bottom: 0.6rem;
}

/* .swiper-scrollbar {
	opacity: 1 !important;
} */
.index_manybox {
	width: 2.22rem;
	height: 0.53rem;
	background: #E60012;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.18rem;
	margin: 0 auto;
	transition: all .25s;
}
.index_manybox:hover img{
	transform: translateX(5px);
}

.index_manybox img {
	margin-left: 0.35rem;
	max-width: 80%;
	max-height: 100%;
	transition: all .25s;
}

.index_manybox:hover {
	opacity: 0.85;
}




@media only screen and (max-width:1024px){
 
    .brandContent{
        display: none;
    }
    .common_tit_after
    .about_wenhua_xboxName{
        font-size: 16px;
    }
    .common_tit_after{
        font-size: 16px;
    }
    .common_bannerMess{
        width: 100%;
        padding:  0 15px;
        box-sizing: border-box;
    }
    /*.product_commonNav{*/
    /*    display: none;*/
    /*}*/
    .product_commonItems{
        font-size: 14px!important;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
    }
    .w1400{
        width: 100%;
    }
    .product_pro_many{
        font-size: 14px;
        padding: 5px 15px;
        width: fit-content;
        height: auto;
    }
    .common_bannerTit{
        font-size: 18px;
    }
    .common_bannerTxt{
        font-size: 12px;
        margin-top: 10px;
        width: 65%;
    }
    .common_banner{
        height: 4rem;
    }
    .common_productList{
        font-size: 14px;
    }
    
    .product_commonList{
        flex-wrap: wrap;
        padding-left: 15px;
    }
    
}

.messages_box{
        margin-bottom: 0.52rem;
}
.message_item{
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #C5C5C5;
    transition: all .25s;
    justify-content: space-between;
}
.message_item:hover{
    border-color: #E60012;
}
.message_tit{
    font-size: 0.18rem;
    color: #333;
    /*font-weight: bold;*/
    cursor: pointer;
    width: 12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.message_tit:hover{
    font-weight: bold;
}
.message_timer{
    font-size: 0.18rem;
    color: #757575;
}
.load_manycontent{
    margin: 0 auto;
}

