:root {
  --vt-color-primary: #007aff;
  --vt-color-success: #6d9a3b;
  --vt-color-warning: #f0ad4e;
  --vt-color-error: #dd524d;
  --vt-font-size-sm: 12px;
  --vt-font-size-base:15px;
  --vt-font-size-lg: 25px;
  --vt-text-color: #333;
  --vt-text-color-inverse: #fff;
  --vt-text-color-grey: #999;
  --vt-text-color-placeholder: #8c8c8c;
  --vt-text-color-disable: #e2e4eb;
  --vt-bg-color: #ededed;
  --vt-bg-color-grey: #f1f1f1;
  --vt-bg-color-hover: #f1f1f1;
  --vt-bg-color-mask: rgba(50, 50, 50, 0.5);
  --vt-bg-color-card: #ffffff;
  --vt-border-radius: 5px;
  --vt-border-color: #E3E5E7;
  --vt-shadow-color: rgba(184, 184, 184, 0.5);
}

body.dark-mode {
  --vt-text-color: #b9b9b9;
  --vt-text-color-inverse: #333;
  --vt-text-color-grey: #999;
  --vt-text-color-placeholder: #808080;
  --vt-text-color-disable: #404244;
  --vt-bg-color: #2c2c2c;
  --vt-bg-color-grey: #5a5a5a;
  --vt-bg-color-hover: #979797;
  --vt-bg-color-mask: rgba(50, 50, 50, 0.5);
  --vt-bg-color-card: #272727;
  --vt-border-color: #303030;
  --vt-shadow-color: #181818;
}

.nav1{
	margin: 0 auto !important;
}

.home-container {
	padding: 10px 10px;
}



/******************************************************************************
 * override
 */
.arshine-cert-list.home-container .list{
	margin: 30px 0 0 0;
}
.sutong-market.home-container .list{
	margin: 30px 0 0 0;
}
@media only screen and (min-width:900px){
	.sutong-market.home-container .list{
		margin: 50px 0 0 0;
	}
	.sutong-market.home-container .list img{
		transition: all 0.1s linear;
	}
	.sutong-market.home-container .list img:hover {
	    transform: scale(1.02);
	}
	.arshine-cert-list.home-container .list{
		margin: 50px 0 0 0;
	}
}
@media only screen and (min-width: 786px) {
	.footer-faq {
	  width: 570px;
	}
}
.arshine2-indicator_card h5 {
	font-weight: 900 !important;
}



/******************************************************************************
 * board
 */
.home-container.board {
	padding: 30px 10px;
}
.board-banner{
	width: 100%;
	aspect-ratio: 1288 / 528;
	margin: 50px 0 0 0;
	overflow: hidden;
}
.board-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.1s linear;
}
.board-banner img:hover{
	transform: scale(1.02);
}
.board-list{
	display: flex;
	flex-wrap: wrap;
	margin: 15px -15px 0 0;
}
.board-list .board-item{
	width: calc(50% - 15px);
	margin: 0 15px 15px 0;
	aspect-ratio: 300 / 240;
	position: relative;
	overflow: hidden;
	box-sizing: 0 0 3px var(--vt-shadow-color);
}
.board-list .board-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.1s linear;
}
.board-list .board-item img:hover{
	transform: scale(1.02);
}
.board-list .board-item .title{
	width: 100%;
	height: 50px;
	object-fit: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	background:linear-gradient(to bottom, rgba(250, 250, 250, 0.4), #fff);
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


@media only screen and (min-width:900px){
	.home-widget{
		width: 1200px;
		margin: 0 auto;
	}
	.board-list{
		margin: 20px -20px 0 0;
	}
	.board-list .board-item{
		width: calc(25% - 20px);
		margin: 0 20px 20px 0;
	}
	.board-list .board-item .title{
		width: 100%;
		height: 50px;
	}


}



/******************************************************************************
 * board 2
 */
.home-container.board2 {
	padding: 30px 10px;
}
.board2-banner{
	margin: 40px 0 0 0;
}
.board2-banner .banner-item{
	display: block;
	width: 100%;
	aspect-ratio: 64 / 53;
	margin: 15px 0 0 0;
	overflow: hidden;
}
.board2-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.1s linear;
}
.board2-banner img:hover{
	transform: scale(1.02);
}
.board2-list{
	display: flex;
	flex-wrap: wrap;
	margin: 15px -15px 0 0;
}
.board2-list .board-item{
	width: calc(50% - 15px);
	margin: 0 15px 15px 0;
	aspect-ratio: 300 / 240;
	position: relative;
	overflow: hidden;
	box-sizing: 0 0 3px var(--vt-shadow-color);
}
.board2-list .board-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.1s linear;
}
.board2-list .board-item img:hover{
	transform: scale(1.02);
}
.board2-list .board-item .title{
	width: 100%;
	height: 50px;
	object-fit: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	background:linear-gradient(to bottom, rgba(250, 250, 250, 0.4), #fff);
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


@media only screen and (min-width:900px){
	.home-widget{
		width: 1200px;
		margin: 0 auto;
	}
	.board2-banner{
		display: flex;
		margin: 50px -20px 0 0;
	}
	.board2-banner .banner-item{
		margin: 0 20px 0 0;
		margin: 0 20px 0 0;
	}
	.board2-list{
		margin: 20px -20px 0 0;
	}
	.board2-list .board-item{
		width: calc(25% - 20px);
		margin: 0 20px 20px 0;
	}
	.board2-list .board-item .title{
		width: 100%;
		height: 50px;
	}


}




/******************************************************************************
 * cards-slider
 */
.cards-slider-container{
	padding: 0;
}
.cards-slider-container .cards-title{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--vt-text-color);
  margin: 0 0 15px 0;
}
.cards-slider{
	margin: 15px 0 0 0;
}
.cards-slider .swiper-slide{
	padding: 15px;
}
.cards-slider .swiper-slide .card-item{
	background-color: var(--vt-bg-color-card);
	border-radius: var(--vt-border-radius);
	overflow: hidden;
	box-shadow: 0 0 2px var(--vt-shadow-color);
}
.cards-slider .swiper-slide .info{
	padding: 10px;
}
.cards-slider .swiper-slide .info .title{
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.cards-slider .swiper-slide .info .description{
	font-size: 18px;
	line-height: 20px;
	/*color:var(--vt-text-color-grey);*/
	color: var(--text-color, #666);
}
.cards-slider .swiper-button-prev,
.cards-slider .swiper-button-next{
	background-color: var(--vt-bg-color-card);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 999;
	border: 1px solid var(--vt-border-color);
}
.cards-slider .swiper-button-prev::after,
.cards-slider .swiper-button-next::after
{
	display: none;
}

@media only screen and (min-width:1200px){
	.cards-slider-container .cards-title{
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 60px 0;
	}
	.cards-slider{
		width: 1350px;
		margin: 50px auto 0 auto;
		/* background: gray; */
	}
	.cards-slider .swiper-slide {
    padding: 3px 75px;
	}
	.cards-slider .swiper-slide .card-item{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.cards-slider .swiper-slide .thumbnail{
		width: 50%;
		transition: all 0.1s linear;
	}
	.cards-slider .swiper-slide .thumbnail img:hover{
		transform: scale(1.02);
	}
	.cards-slider .swiper-slide .info{
		width: 50%;
		box-sizing: border-box;
		padding: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.cards-slider .swiper-slide .info .description{
		margin: 17px 0 0 0;
		line-height: 25px;
	}
	.cards-slider .swiper-button-prev,
	.cards-slider .swiper-button-next{
		background-color: var(--vt-bg-color-card);
		width: 50px;
		height: 50px;
	}
	.cards-slider .swiper-button-prev{
		left: 0;
	}
	.cards-slider .swiper-button-next{
		right: 0;
	}


}




/******************************************************************************
 * About
 */
.about{

}
.about .about-title{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: var(--vt-text-color);
	margin: 0 0 15px 0;
}
.about .about-widget{
	margin: 30px 0 0 0;
}
.about .about-widget .about-media{
	width: 100%;
	aspect-ratio: 87 / 51;
}
.about .about-widget .about-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.1s linear;
}
.about .about-widget .about-media img:hover{
	transform: scale(1.02);
}
.about .about-widget .about-media video{
	width: 100%;
	height: 100%;
}
.about .about-widget .about-media iframe{
	width: 100%;
	height: 100%;
}
.about-widget .about-desc {
	padding: 20px 0;
}
.about-widget .about-desc .rich-text{
	text-align: center;
	line-height: 1.6;
}
.about-widget .about-desc .rich-text b{
	clear: both;
	font-size: 40px;
	color: #333;
}
.icon-widget{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0 0;
}
.icon-widget .icon-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 30px;
	width: 100px;
	box-sizing: border-box;
}
.icon-widget .icon-item .circle{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0 0 5px var(--vt-shadow-color);
	background-color: #e70200;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-widget .icon-item .circle img{
	width: 35px;
  height: 35px;
  object-fit: scale-down;
}
.icon-widget .icon-item h3{
	font-size: 10px;
	margin: 15px 0 0 0;
}

@media only screen and (min-width:900px){
	.about{
		padding: 60px 0 0 0;
	}
	.about .about-widget{
		width: 1200px;
		margin: 50px auto 0 auto;
		display: flex;
	}
  .about .about-title{
		font-size: 50px;
		font-weight: 700;
		margin: 0 0 60px 0;
  }
  .about .about-desc{
  	box-sizing: border-box;
  	padding: 0 0 0 77px;
  }
  .about .about-desc b{
  	font-size: 25px;
  	margin: 0 0 25px 0;
  	display: block;
  }
  .about .about-desc .rich-text,
  .about .about-desc .rich-text p {
  	font-size: 18px;
    text-align: left;
    line-height: 1.7 !important;
    color: var(--text-color, #666);
	}
  .about .about-widget .about-media{
  	width: 580px;
  	height: 340px;
  	aspect-ratio: 58 / 34;
  	flex: 0 0 auto;
  }
  .about .icon-widget{
  	justify-content: space-between;
  	margin: 25px 0 0 0;
  }
  .icon-widget .icon-item {
    margin: 0 20px;
    width: 140px;
    transition: all 0.5 linear;
  }
  .icon-widget .icon-item:hover{
  	transform: scale(1.05);
  }
  .icon-widget .icon-item h3{
  	font-size: 14px;
  }


}




/******************************************************************************
 * 图片滚动
 */
/* 滚动容器 - 设置固定宽度和隐藏溢出 */
.scroll-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    /* outline: 1px solid green !important; */
    box-sizing: border-box;
    margin: 10px 0;
}
.scroll-content {
    display: flex;
    /* 动画属性 */
    animation: scrollLeft 20s linear infinite; /* 调整时间控制速度 */
    /* 鼠标悬停时暂停动画 */
    transition: transform 0.3s ease;
}
.scroll-content img {
    width: 180px; /* 统一图片宽度 */
    height: 130px; /* 统一图片高度 */
    object-fit: cover; /* 保持图片比例并填满 */
    aspect-ratio: 18 / 13;
    margin: 0 10px; /* 图片间的小间隙 */
    transition: transform 0.3s ease;
}
.scroll-content img:hover {
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0%); /* 起始位置：从容器右侧外开始 */
    }
    50% {
        transform: translateX(-50%); /* 起始位置：从容器右侧外开始 */
    }
    100% {
        transform: translateX(0%); /* 结束位置：移动到容器左侧外 */
    }
}

/* 鼠标悬停在容器上时暂停动画 */
.scroll-container:hover .scroll-content {
    animation-play-state: paused;
}

@media only screen and (min-width:900px){
	.scroll-container {
		width: 100%;
		height: 270px;
		margin: 0 auto;
	}
	.scroll-content img {
    width: 380px;
    height: 270px;
	}
}


/******************************************************************************
 * partners
 */
.home-container.partners{

}
.home-container .header {
  color: #fe0102;
  display: flex;
  justify-content: center;
}
.home-container .header .title{
	display: inline-block;
	position: relative;
	font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.home-container .header .title::after{
	content: "";
	display: block;
	height: 20px;
	width: 120%;
	background: linear-gradient(to bottom,  #fff, #fd787b);;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}

@media only screen and (min-width:900px){
	.home-container .header .title{
		font-size: 40px;
	}
}


.partners-widget{
	margin: 30px 0 0 0;
}
.partner-list{
	margin: 0 -10px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.partner-list .partner-item{
	margin: 0 10px 10px 0;
	width: calc(33.33% - 10px);
	box-shadow: 0 0 3px var(--vt-shadow-color);
}
.partner-list .partner-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width:900px){
	.partners-widget{
		margin: 60px auto 0 auto;
		width: 1200px;
	}
	.partner-list .partner-item{
		margin: 0 20px 40px 0;
		width: calc(16.66% - 20px);
	}
	.partner-list .partner-item:nth-child(1),
	.partner-list .partner-item:nth-child(12){
		margin: 0 20px 40px 50px;
	}
}


/******************************************************************************
 * News
 */
.news-container{

}
.news-container .news-widget{
	margin: 30px 0 0 0;
}
.news-widget .news-item{
	margin: 30px 0;
}
.news-widget .news-item .thumbnail{
	display: block;
	aspect-ratio: 36 / 21;
	width: 100%;
}
.news-widget .news-item .thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item .info .title{
	font-size: 22px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.news-item .info .desc{
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.news-item .info .meta{
	margin: 15px 0 0 0;
	font-size: 12px;
}
.news-item .info .meta .qico{
	margin: 15px 0 0 0;
	color: var(--color-primary);
	font-size: 20px;
	position: relative;
	top: 2px;
}

@media only screen and (min-width:900px){
	.news-container .news-widget{
		width: 1200px;
		margin: 50px auto 0 auto;
	}
	.news-widget .news-list{
		display: flex;
		margin-right: -20px;
	}
	.news-widget .news-item{
		margin: 0 20px 20px 0;
		width: calc(33.33% - 20px);
	}
	.news-item .info .title{
		margin: 30px 0 0 0;
	}
	.news-item .info .desc{
		margin: 25px 0 0 0;
	}
	.news-item .info .meta{
		margin: 25px 0 0 0;
	}
	.news-item .info .meta .qico{
		margin: 25px 0 0 0;
	}
}










