.google-map {
	margin-top: .6rem;
	/* background: url(../images/map.jpg) 100% center #f7f7f7; */
}
.in_banner{
	height: 4rem;
}


.message-form{
	margin-top: .6rem;
	width: 100%;
	overflow: hidden;
}
.message-form .container-lg {
	box-sizing: border-box;
	  padding: 0.1rem;
	  display: -webkit-flex;
	  display: flex;
	  flex-wrap: wrap;
}
.in_c_form {
	width: 58%;
	box-sizing: border-box;
	padding: 0.4rem;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	overflow: hidden;
}
.in_c_form .tit {
	text-align: center;
	margin-bottom: 0.3rem;
}
.in_c_form .tit h2 {
	font-size: 0.16rem;
	color: #100800;
	margin-bottom: 0;
}
.in_c_form .tit h6 {
	margin-top: 0.1rem;
	font-size: 0.14rem;
	color: #3e3a39;
}
.in_c_cont {
	width: 38%;
	margin-left: auto;
}
.in_c_cont .r-top {
	display: block;
	padding: 0.34rem 0;
	
	border-bottom: 1px solid var(--mi-border-color);
	margin-bottom: .3rem;
}
.in_c_cont .r-top h2 {
	font-size: 0.2rem;
	color: var(--mi-base-color);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .2rem;
}
.in_c_cont .r-top h6 {
	margin-top: 0.1rem;
	font-size: 0.16rem;
	color: #3e3a39;
	line-height: 0.2rem;
	margin-bottom: .2rem;
}

.in_c_cont .in_c_wa {
	display: block;
	width: 1rem;
	height: 1rem;
	background: var(--mi-base-color);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
	position: relative;
}
.in_c_cont .in_c_wa img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 0.56rem;
	-webkit-filter: brightness(100);
	filter: brightness(100)
}
.in_c_cont dt p {
	font-size: 0.13rem;
	color: #3e3a39;
	margin-top: 0 !important;
}

.in_c_cont dd {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
}
.in_c_cont dd ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.in_c_cont dd li {
	text-align: center;
	box-sizing: border-box;
	padding: 0.1rem;
	-webkit-border-radius: .04rem;
	-moz-border-radius: .04rem;
	border-radius: .04rem;
	border: 1px solid var(--mi-border-color);
}
.in_c_cont dd li:not(:first-child) {
	margin-left: 0.3rem;
}
.in_c_cont dd img {
	height: 1rem;
}
.in_c_cont dd p {
	font-size: 0.13rem;
	color: #3e3a39;
	margin-top: 0 !important;
}
.in_c_list {
	margin-bottom: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid var(--mi-border-color);
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.in_c_list dt {
	width: 100%;
	margin-bottom: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid var(--mi-border-color);
}
.in_c_list dd {
	width: 48%;
}
.in_c_list dt,
.in_c_list dd {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.in_c_list dd:last-child {
	margin-left: 4%;
}
.in_c_list .ico {
	width: 0.5rem;
	height: 0.5rem;
	box-sizing: border-box;
	border: 1px solid var(--mi-border-color);
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
	position: relative;
}
.in_c_list .ico img {
	opacity: .5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 46%;
	max-height: 46%;
	object-fit: contain;
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	-ms-filter: brightness(0);
	filter: brightness(0)
}
.in_c_list span {
	margin-left: auto;
	width: calc(100% - .5rem - .2rem);
}
.in_c_list span p {
	margin-bottom: .05rem;
	font-size: 0.14rem;
	color: #3e3a39;
	font-weight: bold;
}
.in_c_list span h4,
.in_c_list span a {
	font-size: 0.16rem;
	color: #3e3a39;
	font-weight: bold;
	margin-bottom: 0;
}
.in_c_list dt:hover img,
.in_c_list dd:hover img {
	opacity: 1;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
	filter: brightness(1);
	transform: translate(-50%, -50%) rotateY(180deg);
	-webkit-transform: translate(-50%, -50%) rotateY(180deg);
	-moz-transform: translate(-50%, -50%) rotateY(180deg);
}
.in_c_list dt a:hover,
.in_c_list dd a:hover {
	color: var(--mi-base-color);
}
.in_c_list .ico img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:768px) {
	.in_c_form{
		width: 100%;
	}
	.in_c_form .tit h2 {
		font-size: 0.17rem;
	}
	.in_c_cont{
		width: 100%;
		padding: .4rem;
	}
}
.contact-social-media{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--mi-border-color);
	padding-bottom: .3rem;
}
.contact-social-media .social-whatsapp{
	border: 1px solid var(--mi-border-color);
	padding: .2rem;
	height: 1.6rem;
}
.contact-social-media .social-whatsapp a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-social-media .social-whatsapp i{
	font-size: .6rem;
	color: #ffffff;
}
.contact-social-media .social-whatsapp p, .contact-social-media .social-facebook .in_c_qr p{
	text-align: center;
	margin-top: .05rem;
}

.contact-social-media .social-facebook{
	display: flex;
}
.contact-social-media .social-facebook .in_c_qr{
	border: 1px solid var(--mi-border-color);
	padding: .2rem;	
	height: 1.6rem;
	margin-right: .35rem;
}
.contact-social-media .social-facebook .in_c_qr img{
	width: 1rem;
	height: 1rem;
}
.contact-social-media .social-facebook .in_c_slogan{
	padding-top: .5rem;
}
.contact-social-media .social-facebook .in_c_slogan h4{
	font-size: .2rem;
	margin-bottom: .1rem;
}
.contact-social-media .social-facebook .in_c_slogan h5{
	font-size: .15rem;
	color: #666666;
}

/* Inside Page - About */
.box_pd {
	padding: .7rem 0
}

@media screen and (max-width:1440px) {
	.box_pd {
		padding: .5rem 0 .6rem
	}
}
@media screen and (max-width:959px) {
	.box_pd {
		padding: .6rem 0 .4rem
	}
}
@media screen and (max-width:560px) {
	.box_mg {
		margin: 30px auto 36px
	}
	.box_pd {
		padding: .4rem 0 .4rem
	}
}
.in_about {
	overflow: hidden;
}
.in_ab_cont {
	position: relative;
}
.in_ab_cont::before {
	opacity: 0.6;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 80%;
	background: url(../images/bg_product.jpg) no-repeat left bottom;
	background-size: contain;
}
.in_ab_cont .container-lg {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
}

.in_ab_text {
	width: 100%;
	margin-left: auto;
}
.in_ab_text .i_tit {
	margin: 0 0 .34rem 0;
}
.in_ab_text h5 {
	font-size: .18rem;
	font-weight: bold;
	color: #100800;
	text-align: center;
	margin-bottom: .2rem;
}
.in_ab_text article {
	margin: .12rem 0 0;
	font-size: .16rem;
	color: #444;
	line-height: .25rem;
}
.in_ab_text article p{
	margin-bottom: .1rem;
}

@media screen and (max-width:1366px) {
	.in_ab_logo {
		width: 30%;
	}
	.in_ab_logo h2 {
		font-size: 0.46rem;
	}
	.in_ab_logo img {
		height: .6rem;
	}
	.in_ab_text {
		width: 69%;
	}
}
@media screen and (max-width:959px) {
	.in_ab_logo {
		display: none;
	}
	.in_ab_text {
		width: 100%;
	}
	.in_ab_cont::before {
		width: 100%;
	}
	.in_ab_text .i_tit {
		margin-left: auto;
		margin-right: auto;
	}
	.in_ab_text h5 {
		font-size: 0.18rem;
	}
	.in_ab_text article {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
.in_ablist {
	background: url(../images/in_ablist_bg.webp) no-repeat center;
	background-size: cover;
}
.in_ablist_cont {
	padding-left: 13.5%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.in_ab_list {
	width: 36%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.in_ab_list li {
	width: 46%;
	margin: 0 8% 0.4rem 0;
	box-sizing: border-box;
	padding: 0.3rem;
	background: #FFF;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	cursor: pointer;
}
.in_ab_list li:nth-child(2n) {
	margin-right: 0
}
.in_ab_list .ico {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid var(--mi-border-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.in_ab_list .ico::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--mi-base-color);
}
.in_ab_list .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 60%;
	object-fit: contain;
}
.in_ab_list p {
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.16rem;
	font-weight: bold;
	color: #3e3a39;
	margin-bottom: 0;
}

.in_ablist_v {
	position: absolute;
	top: 0;
	right: 0;
	width: 53%;
	height: calc(100% - .4rem);
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
}
.in_ablist_v .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.in_ablist_v .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.in_ablist_v .i_sol_play {
	width: .86rem;
	height: 0.86rem;
}

.in_ab_list li:hover .ico::before {
	height: 100%;
}
.in_ab_list li:hover .ico img {
	-webkit-filter: brightness(100);
	-moz-filter: brightness(100);
	-o-filter: brightness(100);
	-ms-filter: brightness(100);
	filter: brightness(100)
}
.in_ablist_v .i_sol_play:hover {
	background-color: var(--mi-base-color);
}
.in_ab_list .ico::before {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}

@media screen and (max-width:1440px) {
	.in_ablist_cont {
		padding-left: 7%;
	}
	.in_ablist_v {
		width: 57%;
	}
	.in_ab_list .ico {
		width: 1.4rem;
		height: 1.4rem;
	}
}
@media screen and (max-width:1366px) {
	.in_ablist_cont {
		padding-left: 6%;
	}
	.in_ab_list .ico {
		width: 1rem;
		height: 1rem;
	}
	.in_ablist_v .i_sol_play {
		width: 0.74rem;
		height: 0.74rem;
	}
}
@media screen and (max-width:1200px) {
	.in_ablist_cont {
		padding-left: 5%;
	}
	.in_ab_list li {
		padding: 0.2rem;
	}
	.in_ab_list p {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:959px) {
	.in_ablist_cont {
		padding-left: 3%;
	}
	.in_ab_list .ico {
		width: .8rem;
		height: .8rem;
	}
}
@media screen and (max-width:767px) {
	.in_ablist_cont {
		padding-right: 3%;
	}
	.in_ab_list {
		width: 100%;
	}
	.in_ab_list li {
		width: 48%;
		margin: 0 4% 0.22rem 0;
	}
	.in_ablist_v {
		position: initial;
		width: 100%;
	}
}
@media screen and (max-width:560px) {}

/* play button */
.i_sol_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: .36rem;
	height: .36rem;
	background: rgb(0 0 0 / 70%) url(../images/v_play.svg) no-repeat center;
	background-size: 40%;
	background-position-x: 60%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}
.i_sol_one_v .i_sol_play {
	width: .86rem;
	height: .86rem;
}
.i_sol_one_v .i_sol_play:hover,
.i_sol_list .i_sol_play:hover {
	background-color: var(--mi-base-color);
}

.i_sol_v {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70vw;
	max-height: 80vh;
	background: rgb(0 0 0 / 90%);
	object-fit: contain;
	z-index: 99999999;
}
.i_sol_v video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.i_sol_v iframe {
	width: 100%;
	height: 70vh;
	object-fit: contain;
}
.i_sol_v .v_close {
	display: block;
	position: absolute;
	top: .2rem;
	right: .8rem;
	width: .3rem;
	height: .3rem;
	cursor: pointer;
	z-index: 99;
	color: #ffffff;
	font-size: .3rem;
}
.i_sol_v .v_close {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.mi-strength{
	padding: .6rem 0 .2rem;
	width: 100%;
	overflow: hidden;
	background: url(../images/i_curve_bg.webp) no-repeat bottom;
	border-bottom: 1px solid #f7f7f7;
}
.mi-strength .feature {
	background-color: #f7f7f7;
	padding: .2rem;
	width: 31%;
	margin-right: 3%;
	margin-bottom: .5rem;
	transition: all .3s ease;
	border-radius: .05rem;
}
.mi-strength .feature:hover{
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .12), 0 1px 10px 0 rgba(0, 0, 0, .14);
	transition: all .3s ease;
	cursor: pointer;
}
.mi-strength .feature-icon{
	margin-top: .1rem;
}
.mi-strength h3{
	font-size: .2rem;
	margin: .15rem 0 .1rem;
}
.mi-strength .feature:nth-child(3n){
	margin-right: 0;
}
.mi-strength .feature p{
	margin-bottom: .1rem;
}
.mi-detail-content{
	width: 100%;
	background-color: #ffffff;
	padding: .5rem 0;
	position: relative;
	overflow: hidden;
}
.news-content,.product-content{
	width: 75%;
	padding-right: .1rem;
}
.news-content .article-title{
	font-size: .3rem;
	padding-right: 10%;
}
.news-content .info{
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	padding: .05rem;
	margin-top: .2rem;
}
.news-content .info span{
	margin-right: .3rem;
	color: #666666;
	font-size: .14rem;
}
.news-content .info span i{
	margin-right: .03rem;
}
.content-detail{
	margin-bottom: 1rem;
}
.content-detail p{
	margin-bottom: .2rem;
	font-size: .16rem;
	line-height: 2;
	font-family:var(--bs-body-font-family);
	font-weight:var(--bs-body-font-weight);
	color:var(--bs-body-color);
}
.content-detail img{
	max-width: 90%;
	height: auto;
	margin: .1rem 5%;
}
.content-detail h2, .content-detail h3, .content-detail h4, .content-detail h5, .content-detail h6{
	margin-bottom: .1rem;
}
.article-prev-next{
	width: 100%;
	height: auto;
	background-color: var(--mi-gray-color);
	padding: .2rem .2rem .1rem;
	position: relative;
}
.article-prev-next p{
	margin-bottom: .1rem;
}
.article-prev-next p:last-child{
	margin-bottom: 0;
}
.article-prev-next p span{
	font-weight: bold;
	margin-right: .1rem;
}
.article-prev-next p a:hover,.article-prev-next .category:hover{
	color: var(--mi-base-color);
}
.article-prev-next .category{
	position: absolute;
	right: .2rem;
	top: 25%;
	font-size: .3rem;
	transition: all .3s
}
.content-detail .photos{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.content-detail .photos a{
	width: 45%;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EEEEEE;
	margin: .3rem 0;
	border-radius: .05rem;
}
.content-detail .photos a img{
	width: 100%;
	object-fit: contain;
	height: 100%;
}
.related-articles{
	width: 25%;
	padding-left: .2rem;
	height: 100%;
}
.related-articles h2{
	font-size: .26rem;
	margin-bottom: .1rem;
}

.list-group {
  max-width: 100%;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}
.related-articles .related-model-title{
	font-size: .2rem;
	font-weight: bold;
	margin-bottom: .1rem;
}
.related-articles .active{
	background-color: var(--mi-base-color);
	border: none;
}
.related-articles .active h6{
	font-weight: bold;
	color: #FFFFFF;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-light);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 2px var(--bs-blue);
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.list-group-item{
	padding: .12rem .1rem;
	overflow: hidden;
}
.list-group-item:first-child {
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
}
.list-group-item:last-child {
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
}
.list-group-item img{
	width: 20%;
	height: .6rem;
	object-fit: cover;
	margin-right: .05rem;
}
.list-group-item h6{
	font-size: .15rem;
	width: 100%;
	color: #000000;
}

.product-introduction{
	width: 100%;
	min-height: 5rem;
	background-color: #f7f7f7;
}
.product-introduction .row{
	--bs-gutter-x: 0;
	justify-content: flex-end;
}
.product-introduction .p-images{
	overflow: hidden;
}
.product-introduction .p-images img{
	width: 100%;
	height: 5rem;
	object-fit: cover;
}
.p-info {
	padding-left: .3rem;
}
.p-info h1{
	font-weight: bold;
}
.p-info .media-share .icon-media{
	margin-right: .15rem;
	font-size: .23rem;
	color: #adadad;
}
.p-info .media-share .icon-media:hover{
	color: var(--mi-base-color);
}
.p-info .dropdown button{
	font-size: .12rem;
	padding: 0.03rem .1rem;
	border-radius: .05rem;
}
.p-info .dropdown button i{
	margin-right: .1rem;
}
.dropdown-menu{
	--bs-dropdown-min-width: auto;
}
.dropdown-menu li{
	
}
.dropdown-menu li a{
	font-size: .14rem;
}
.product-description{
	background-color: #ffffff;
	padding: .05rem .1rem;
	border-radius: .1rem;
	font-size: .16rem;
	margin-bottom: .2rem;
}
.single_grid5{
   display: flex;
   display: -webkit-flex;
   margin: 0.4rem 0;
   padding: 0;
}
.single_grid5 li{
    width: 25%;
	box-sizing: border-box;
	padding: 0 2%;
}
.single_grid5 li:not(:last-child){
	border-right: 1px solid rgba(105,125,141,0.2);
}
.single_grid5 li img{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.04rem;
	border: 1px solid rgba(105,125,141,0.5);
	box-sizing: border-box;
	margin: 0 auto;
	display: block;

}
.single_grid5 li:hover img{
	border: 0.02rem solid var(--mi-base-color);
}
.single_grid5 li p{
	font-size: 0.14rem;
	text-transform: capitalize;
	margin-top: 0.1rem;
	text-align: center;
}
.single_grid6{
	display: flex;
	display: -webkit-flex;
	gap: 0.2rem;
	align-items: flex-start;
	padding-left: 0;
	margin-bottom: 0;
}
.single_grid6 li{
	width: calc((100% - 0.2rem) / 2);
}
.single_grid6 li a{
	display: block;
	box-sizing: border-box;
	padding: 0.06rem 2%;
	background-color: var(--mi-base-color);
	display: block;
	border-radius: 0.08rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 100%;
	border: 0.02rem solid var(--mi-base-color);
	transition: all 0.3s ease;
}
.single_grid6 li a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--mi-gray-color);
	transition: all 0.5s ease;
	z-index: -1;
}
.single_grid6_div{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   justify-content: center;
}
.single_grid6_div i{
   font-size: 0.2rem;
   color: #fff;
   margin-right: 0.1rem;
}
.single_grid6_div p{
	font-size: 0.16rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0;
}
.single_grid6 li a:hover::after{
	right: auto;
	left: 0;
	width: 100%;
	background-color: var(--mi-black-color);
}
.single_grid6_s a{
	background-color: #fff !important;
	border: 0.02rem solid var(--mi-base-color) ;
}
.single_grid6 li a:hover{
	border: 0.02rem solid var(--mi-black-color);
}
.single_grid6_s a:hover{
	border: 0.02rem solid var(--mi-base-color) !important;
}
.single_grid6_s a i{
   color: var(--mi-black-color);
}
.single_grid6_s a p{
   color: var(--mi-black-color);
}
.single_grid6_s a::after{
	background-color: var(--mi-base-color) !important;
}
.single_grid6 .single_grid6_s a:hover i{
	color: #ffffff !important;
}
.single_grid6 .single_grid6_s a:hover p{
	color: #ffffff !important;
}
.single_grid7{
   font-size: 0.14rem;
   color: var(--mi-black-color);
   margin: 0.1rem 0 0.5rem 0;
}
.single_grid7 span{
	color: #F32000;
	font-weight: bold;
}
.single_grid4{
	border: 1px solid #E1E2E2;
}
.single_grid4 li{
    display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	padding: 0.15rem 0.12rem;
	align-items: center;
}
.single_grid4 li:not(:last-child){
	border-bottom: 1px solid #E1E2E2;
}
.single_grid4 li:nth-child(odd){
	background-color: #fff;
}
.single_grid4 li:nth-child(even){
	background-color: #F0F0F0;
}
.single_grid4 li h2{
	font-size: 0.16rem;
	color: #000000;
	font-weight: bold;
	margin-right: 0.2rem;
	text-transform: capitalize;
}
.single_grid4 li h3{
	font-size: 0.18rem;
	color: #333333;
}
.product-content{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.product-content p{
	font-size: .18rem;
	line-height: .3rem;
}
.product-details-tab-list{
	width: 100%;
	height: .5rem;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}
.product-details-tab-list li{
	margin-right: .5rem;
	font-size: .2rem;
	font-weight: bold;
}
.product-details-tab-list li a{
	position: relative;
}
.product-details-tab-list li a.active{
	color: var(--mi-base-color);
	transition: all .2s;
}
.product-details-tab-list li a.active::after{
	content: " ";
	width: 100%;
	height: .03rem;
	background-color: var(--mi-base-color);
	position: absolute;
	top: .37rem;
	left: 0;
	transition: all .3s ease;
}
.product-specification{

}
.product-specification .table td, .product-description .table td{
	padding:.05rem .1rem;
	vertical-align: middle;
	text-align: center;
}
.product-specification .table th{
	font-size: .16rem;
	padding:.1rem .05rem;
	vertical-align: middle;
	background-color: #f7f7f7;
}
.product-specification .model-detail-link{
	font-size: .13rem;
	text-decoration: underline !important;
	font-weight: bold;
}
.product-specification tr:hover{
	background-color: #f7f7f7;
}
.product-specification tr:hover .model-detail-link{
	color: var(--mi-base-color);
}
.model-cover{
	width: .5rem;
	height: .5rem;
	object-fit: contain;
}
.model-title{
	text-align: center;
}
.model-title th p{
	font-size: .13rem;
	line-height: 1;
	margin-bottom: .05rem;
	border-bottom: 1px solid #eee;
	padding-bottom: .07rem;
}
.model-title th p:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: .07rem;
}
#product-description ul{
	list-style: inherit !important;
	padding-left: .1rem;
}
#product-description ul li{
	list-style: inherit !important;
	padding-left: .01rem;
}
#product-description h3{
	font-size: .18rem;
	font-weight: bold;
	margin: .1rem 0 .05rem;
}
.product-model-params{
	width: 96%;
	margin: 0 2%;
}
.product-model-params td{
	padding:.1rem .1rem;
	vertical-align: middle;
	text-align: center;
	font-size: .16rem;
}
.product-model-params th{
	font-size: .18rem;
	padding:.1rem .05rem;
	vertical-align: middle;
	background-color: #f7f7f7;
	text-align: center;
}
.product-document td{
	padding: .2rem 0;
	vertical-align: middle;
	font-size: .2rem;
}
.product-document td i{
	padding: .2rem 0;
}

.customized-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: .3rem;
}
.customized-list .c-item{
	width: 33.33%;
	padding: .1rem .2rem;
	overflow: hidden;
	box-sizing: border-box;
}
.customized-list .c-item img{
	width: 100%;
	height: 3rem;
	object-fit: cover;
}

@media screen and (max-width: 1024px) {
	.mi-gap{
		height: 1rem;
	}
	.in-position{
		padding: .3rem 3%;
		height: .8rem;
	}
	.in-position a:last-child{
		margin-top: .1rem;
	}
	.related-articles{
		display: none;
	}
	.news-content, .product-content{
		width: 100%;
		padding: 0 3%;
	}
	.article-prev-next .category{
		display: none;
	}
}