@charset "utf-8";

/* Hschubin */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: Arial, "Microsoft YaHei";
	font-size: 625%;
	color: #222;
	-webkit-text-size-adjust: none;
}

body {
	max-width: 640px;
	margin: auto;
	font-size: .18rem;
}

p,
input {
	font-size: inherit;
}

a {
	color: inherit;
	text-decoration: none;
	outline-style: none;
	border: none;
}

a:hover {
	color: inherit;
}

ul,
ol,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border: none;
}


.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.main {
	max-width: 6rem;
	margin: 0 auto;
}

.wrapper {
	max-width: 5.8rem;
	margin: 0 auto;
	display: flex;
}

.img_box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.img_box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.img_box img {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img_box2 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


.img-cover {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img-cover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.img-cover2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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




:root {
	/* --theme-color: #f3cb2d;
	--theme-touch-color: #fed531; */
}




.banner,
.inner-banner {
	font-size: 0;
}

.banner img,
.inner-banner img {
	width: 100%;
}

.inner-banner {
	position: relative;
}




.swiper-button-prev,
.swiper-pagination-bullet,
.swiper .swiper-button-next {
	opacity: 1;
	border: none;
	outline: none;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-button-prev {
	background-position: left center;
}

.swiper-button-next {
	background-position: right center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: '';
	position: absolute;
}

.swiper-pagination {
	font-size: 0;
	bottom: 0;
}

.swiper-custom-dots .swiper-pagination-bullet {
	width: .12rem;
	height: .12rem;
	margin: 0 .07rem !important;
	background: #e6e4df;
}

.swiper-custom-dots .swiper-pagination-bullet-active {
	background: var(--theme-color);
}




.font-omit1,
.font-omit2,
.font-omit3 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.font-omit1 {
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.font-omit2 {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.font-omit3 {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}




*::after {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}




.icon {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}




.bgCover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-color {
	background-color: #f4f4f4;
}




input,
button,
select,
textarea {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	border-radius: 0;
	background: transparent;
}

textarea {
	font-family: Arial;
	overflow: hidden;
	resize: none;
}

button,
.captcha {
	cursor: pointer;
}

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




.breadcrumbs {
	display: flex;
	padding: .32rem .2rem 0;
}

.breadcrumbs li {
	color: #666;
	font-size: .18rem;
	line-height: 1;
	position: relative;
}

.breadcrumbs li:not(:first-child, :last-child) {
	margin-right: .24rem;
}

.breadcrumbs li:not(:first-child, :last-child)::after {
	content: '>';
	width: .1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -.17rem;
}

.breadcrumbs li:hover a {
	color: #e62129;
}




.navbar {
	padding: .2rem;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .07rem 0;
}

.navbar .li {
	color: #222;
	font-size: .22rem;
    text-align: center;
}

.navbar .li.active {
	color: #e62129;
}

.navbar .li a {
	line-height: .43rem;
	display: inline-block;
	height: .43rem;
}

.navbar .li span {
    display: inline-block;
    min-width: .88rem;
    border-bottom: .03rem solid transparent;
}

.navbar .li.active span {
    border-bottom: .03rem solid #e62129;
}




.load-more {
	color: #666;
	font-size: .2rem;
	text-align: center;
}




.grid2,
.grid3,
.grid4 {
	display: grid;
}

.grid2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid4 {
	grid-template-columns: repeat(4, 1fr);
}




.hd-box {
	display: flex;
	align-items: center;
}

.hd-box .around-btn {
	margin-left: auto;
}

.hd-box .index-more {
	color: #666;
	font-size: .2rem;
	line-height: 1;
	margin-left: auto;
}




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

.around-btn .swiper-button-prev,
.around-btn .swiper-button-next,
.around-btn .swiper-pagination,
.around-btn .swiper-scrollbar {
	position: static;
}

.around-btn .carousel-arrow {
	width: .5rem;
	height: .4rem;
	margin-top: 0;
	background: #eee;
}

.around-btn .carousel-arrow:hover {
	background: #e62129;
}

.around-btn .swiper-button-prev {
	left: 0;
	margin-right: .15rem;
}

.around-btn .swiper-button-next {
	right: 0;
}

.around-btn .swiper-button-prev::after,
.around-btn .swiper-button-next::after {
	content: '';
	width: .08rem;
	height: .14rem;
}

.around-btn .swiper-button-prev::after {
	background-image: url(../images/carousel-prev.png);
}

.around-btn .swiper-button-next::after {
	background-image: url(../images/carousel-next.png);
}

.around-btn .swiper-button-prev:hover::after {
	background-image: url(../images/carousel-touch-prev.png);
}

.around-btn .swiper-button-next:hover::after {
	background-image: url(../images/carousel-touch-next.png);
}




.page {
	text-align: center;
	padding: 40px 0;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	color: #222;
	font-size: .2rem;
	line-height: .42rem;
	width: .42rem;
	height: .42rem;
	float: left;
	margin: 0 .03rem;
	background: #e7e7e7;
}

.page .pagination li span,
.page .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 3px;
}

.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background: #e62129;
}

.page .pagination .first,
.page .pagination .last
{
	width: .7rem;
} 




.common-banner {
	font-size: 0;
	max-width: 6rem;
	margin: 0 auto;
}

.common-banner .swiper-pagination {
	bottom: .25rem;
}

.common-banner .swiper-pagination-bullet {
	width: .11rem;
	height: .11rem;
	margin: 0 .07rem!important;
	background: rgba(0, 0, 0, .3);
}

.common-banner .swiper-pagination-bullet-active {
	background: #000;
}

.common-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ve-banner {
	height: 3.4rem;
	border-radius: .15rem;
}

.ve-banner img {
	border-radius: .15rem;
}

.ad-banner {
	height: 1.3rem;
	border-radius: .1rem;
}

.ad-banner img {
	border-radius: .1rem;
}




.common-news-list .column:not(:last-child) {
	margin-bottom: .25rem;
}

.common-news-list .column a {
	display: flex;
	align-items: center;
}

.common-news-list .column .img {
	width: 2.3rem;
	height: 1.35rem;
	border-radius: .08rem;
}

.common-news-list .column .article {
	width: 3.3rem;
	margin-left: auto;
}

.common-news-list .column h4 {
	color: #000;
	font-size: .22rem;
	line-height: .34rem;
	margin-bottom: .25rem;
}

.common-news-list .column .time {
	color: #666;
	font-size: .18rem;
}

.common-news-list .column .time span {
	color: #e62129;
	display: inline-block;
	margin-right: .11rem;
}




.common-form input, .common-form button {
	height: .68rem;
	border-radius: .08rem;
}

.common-form input {
	color: #666;
	font-size: .2rem;
	padding: 0 .23rem;
	margin-bottom: .17rem;
	background: #f4f4f4;
}

.common-form input:nth-child(4) {
	margin-bottom: .37rem;
}

.common-form button {
	color: #fff;
	font-size: .22rem;
	background: #e62129;
}




.common-supply-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap: .4rem .2rem;
}

.common-supply-list .column .img {
    height: 2.9rem;
    margin-bottom: .24rem;
    border-radius: .1rem;
}

.common-supply-list .column h4 {
	color: #222;
    font-size: .22rem;
}

.common-supply-list .column span {
    color: #666;
    font-size: .18rem;
    line-height: .3rem;
    display: inline-block;
    padding: 0 .15rem;
	margin-top: .14rem;
    background: #fff;
}




.common-supply-news .hd-box {
	margin-bottom: .1rem;
} 

.common-supply-news .hd-box .theme-title {
	margin-bottom: 0;
}

.common-supply-news .hd-box .carousel-arrow {
	background: #eee;
}

.common-supply-news .hd-box .carousel-arrow:hover {
	background: #e62129;
}

.cs-news-slide ul li {
	color: #222;
	font-size: .22rem;
	line-height: .7rem;
	height: .7rem;
	border-bottom: 1px dashed #d2d2d2;
}

.cs-news-slide ul li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-left: .3rem;
	position: relative;
}

.cs-news-slide ul li a::after {
	content: '';
	width: .1rem;
	height: .1rem;
	left: 0;
	top: .3rem;
	border-radius: 50%;
	background: #e62129;
}




.common-brand-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .2rem .15rem;
}

.common-brand-list .column {
    text-align: center;
    border-radius: .1rem;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.common-brand-list .column a {
    width: 100%;
    padding: .25rem .2rem;
    display: inline-block;
}

.common-brand-list .column .img {
	width: 1.8rem;
    height: 1.1rem;
    margin: 0 auto .16rem; 
}

.common-brand-list .column h4 {
    font-size: .22rem;
    margin-bottom: .15rem;
}

.common-brand-list .column span {
    color: #fff;
    font-size: .18rem;
    line-height: .35rem;
    display: inline-block;
    padding: 0 .18rem;
    background: #e62129;
}




/* Text style area */
.theme-title {
	display: flex;
	align-items: center;
}

.theme-title h2 {
	color: #222;
	font-size: .3rem;
	font-weight: bold;
	line-height: 1;
}

.theme-title p {
	color: #888;
	font-size: .18rem;
	line-height: 1;
	padding-left: .1rem;
	margin-left: .16rem;
	border-left: .02rem solid #888;
}

.vertical {
	flex-direction: column;
	justify-content: center;
}

.vertical h2 {
	color: #e62129;
	margin-bottom: .16rem;
}

.vertical p {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}




/* layout style area */
.flex-layout {
	display: flex;
}

.flex-layout-justified {
	display: flex;
	justify-content: space-between;
}

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