
.navbar {
	height: 60px;
}

.navbar-btn {
	font-size: 10px;
	padding: 4px 10px;
}
.bottom-link
{
	margin-left: 20px;
	color: white;
	text-decoration: none;
}
.messageBox
{
	color: #9898A1;
	line-height: 40px;
}
.nav-link {
	font-size: 16px;
	margin-right: 23px;
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
	list-style: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	font-family: PingFangSC, PingFangSC-Regular, SFProText, PingFang, "Microsoft YaHei", "å¾®è½¯é›…é»‘", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	display: inline-block;
	font-size: 16px;
	color: #1b2c56;
	text-align: center;
}
.carousel-indicators [data-bs-target]
{
	background-color: #03c8a7;
}
.f-header-color
{
	color: #1b2c56;
	font-family: PingFangSC, PingFangSC-Regular, SFProText, PingFang, "Microsoft YaHei", "å¾®è½¯é›…é»‘", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.f-content-color
{
	color: #828ba2;
	font-family: PingFangSC, PingFangSC-Regular, SFProText, PingFang, "Microsoft YaHei", "å¾®è½¯é›…é»‘", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.f-title-family
{
	font-size: 30px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: bold;
	text-align: center;
	color: #1b2c56;
	line-height: 28px;
	margin-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: #03c8a7;
}

.topSpan {
	width: 10%;
	height: 100%;
	line-height: 50px;
	background-color: white;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 10px;
}

.topBotton {
	width: 20%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.topInput {
	padding-left: 20px;
	outline: none;
	width: 70%;
	border: none;
}
.bottonimg
{
	width: 10%;
	height: 100%;
	line-height: 60px;
	font-size: 25px;
	color: #a9a9a9;
	background-color: white;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	padding-left: 10px;
}
.bottomInput{
	padding-left: 20px;
	outline: none;
	width: 90%;
	border: none;
}
.topcard {
	width: 90%;
	margin: 0 auto;
	border: none;
}
.topcard:hover{
	transform: scale(1.1);
	cursor: hand;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.topcard>.card-body>img {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.topcard>.card-body>.card-title {
	font-size: 14px;
}

.topcard>.card-body>.card-subtitle {
	font-size: 14px;
}

.video-img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.video-area {
	position: relative;
	z-index: 1;
	margin-bottom: -110px
}

.video-view-content {
	text-align: center;
	position: relative;
	z-index: 1
}

.video-view-content .video-image {
	overflow: hidden;
	border-top-left-radius:15px;
	border-top-right-radius: 15px;
}

.video-view-content .video-image img {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-top-left-radius:15px;
	border-top-right-radius: 15px;
}

.ilogo {
	position: relative;
	float: left;
	overflow: hidden;
	transition-duration: 5s;
}



.video-view-content .video-btn {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 110px;
	background-color: #003026;
	border-radius: 50%;
	color: #006d59;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 65px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border: 2px solid #02b897
}

.video-view-content .video-btn i {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: radial-gradient(circle, #03c8a7, #01a184, #01836b, #015545, #003d32);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.video-view-content .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #03c8a7;
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite
}

.video-view-content .video-btn:hover {
	background-color: #005744;
}

.video-view-content .video-btn:hover i {
	background: var(--btn-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.video-view-content:hover .video-image {
	overflow: hidden
}

.video-view-content:hover .video-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/* -webkit-filter: blur(5px); */
	/* filter: blur(5px) */
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.btn-center {
	width: 90%;
	height: 50px;
	background-color: #03a990;
	border-color: #03a990;
	color: white;
}

.btn-center2 {
	width: 90%;
	height: 50px;
	background-color: white;
	border-color: #03a990;
	color: #03a990;
}

.center-text {
	font-size: 36px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #1b2c56;
	line-height: 44px;
	margin-bottom: 32px;
}

.center-text2 {
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #828ba2;
	line-height: 28px;
	margin-bottom: 20px;
}

.ss {
	-webkit-animation: twinkling 1s infinite ease-in-out
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.box img {
	transition: all 0.5s ease-out 0.1s;
}

.box:hover img {
	transform: scale(0.7)
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes twinkling {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}
@-webkit-keyframes scrollToRight-data-v-6a32e916 {
from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
}
to {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}
}
@keyframes scrollToRight-data-v-6a32e916 {
from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
}
to {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}
}
@keyframes scrollToRight-data-v-6a32e916 {
from {
    -webkit-transform: translate3d(-50%, 0, 0);
}
to {
    -webkit-transform: translate3d(0%, 0, 0);
}
}
.logo_wrap {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}
.logo_wrap .mask {
    position: absolute;
    z-index: 10;
}
.logo_wrap .left_mask {
    left: 0;
}
.logo_wrap .right_mask {
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.logo_wrap .line_odd {
    width: 3976px;
    -webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
            animation: scrollToRight-data-v-6a32e916 36s linear infinite;
}
.logo_wrap .line_odd .logo_img {
      width: 50%;
      display: inline-block;
}
.logo_wrap .line_even {
    width: 3976px;
    -webkit-animation: scrollToRight-data-v-6a32e916 30s linear infinite;
            animation: scrollToRight-data-v-6a32e916 30s linear infinite;
}
.logo_wrap .line_even .logo_img {
      width: 50%;
      display: inline-block;
}
.users-title-wrapper{text-align: center;}
.title{font-size: 40px;margin: 20px 0;font-weight: bold;}
.desc{font-size: 20px;margin-bottom: 20px;}
.numtile
{
	font-size: 36px;
	    font-family: PingFangSC,PingFangSC-Medium;
	    font-weight: 500;
	    text-align: center;
	    color: #fff;
	    line-height: 40px;
}
.numContent
{
	font-size: 16px;
	    font-family: PingFangSC,PingFangSC-Regular;
	    font-weight: 400;
	    text-align: center;
	    color: #fff;
	    line-height: 22px;
	    margin-top: 12px;
	}
}