@charset "UTF-8";

@font-face {
	font-family: "SOURCEHANSANSCN-REGULAR";
	src: url("../font/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"),
		url("../font/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"),
		url("../font/SOURCEHANSANSCN-REGULAR.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;

	/* min-width: 1000px; */
	z-index: -10;
	zoom: 1;
	background-color: #fff;
	/* background: url(../img/bg_login.jpg) no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-position: center; */
}

@media screen and (min-width: 1200px) {
	.bg {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.bg {
		height: 100vh;
	}
}

@media screen and (max-width: 675px) {
	.bg {
		height: 100vh;
		left: -50vh;
	}
}

.bg-secondary {
	background-color: #3f3f3f !important;
}

.section-title span {
	background-color: #FFFFFF !important;
}

.header-top-links li i {
	color: #e07f14;
}

.header-top-links li a:hover {
	color: #e07f14;
}

.header-top-action .action-search {
	border: 1px solid #ffffff;
}

.main-menu>ul>li>a {
	font-size: 20px;
	color: #FFFFFF;
}

.main-menu>ul>li>a:hover {
	color: #e07f14;
}

.main-menu>ul .sub-menu {
	border-bottom: 3px solid #e07f14;
}

.footer-section {
	position: absolute;
	bottom: 0;
}

.footer-bottom {
	border: none;
}

/* detail.html */

.product {
	margin-top: 20px;
	padding: 20px 0;
	background-color: #e6e6e6;
}

.product-image img {
	width: 100%;
}

.product-info {
	padding: 0 40px;
}

.product-title {
	font-size: 3rem;
	font-weight: 600;
	color: #000000;
	margin-top: 20px;
}

.product-subtitle {
	font-size: 2rem;
}

.product-brief {
	margin-top: 20px;
	font-size: 1rem;
}

.product-keyword-title {
	color: #000000;
	font-size: 1rem;
	margin-top: 40px;
}

.product-keyword {
	font-size: 1rem;

}

.step {
	margin-top: 40px;
}

.step .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;

}

.step-item {
	width: 300px;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-num {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	font-size: 1rem;
	background-color: #e07f14;
	color: #ffffff;
}

.step-title {
	margin-top: 20px;
	color: #000000;
}

.result-item {
	height: 320px;
	width: 100%;
	padding: 20px;
	margin: 10px auto;
	background-color: #e6e6e6;
	border-radius: 5px;
}

.result-title {
	color: #e07f14;
	font-size: 1.5rem;
	font-weight: 600;
}

.result-line {
	background-color: #bababa;
	width: 60%;
	height: 1px;
}

.result-text {
	font-size: 1.1rem;
	margin-top: 10px;
}

.swiper-container {
	width: 100%;
	height: 300px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

/* product.html */

.product1 {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product1-item {
	width: 260px;
	height: 55px;
	line-height: 55px;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
	background-color: #d79447;
	opacity: 0.5;
	color: #FFFFFF;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	cursor: pointer;
}

.product2 {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.product2-item {
	width: 136.25px;
	height: 55px;
	line-height: 55px;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
	background-color: #bb7339;
	opacity: 0.5;
	color: #FFFFFF;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	cursor: pointer;
}

.product3 {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.product3-item {
	width: 107px;
	height: 50px;
	line-height: 50px;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
	background-color: #9f9f9f;
	opacity: 0.5;
	color: #FFFFFF;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	cursor: pointer;
}

.product4 {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.product4-item {
	width: 136.25px;
	height: 50px;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 5px;
	border-radius: 5px;
	background-color: #cccccc;
	opacity: 0.5;
	color: #000000;
	font-size: 0.7rem;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	cursor: pointer;
}

@media (max-width: 1199px){ 
	.product2-item {
		width: 106.25px;
	}
	
	.product3-item {
		width: 83px;
	}
	
	.product4-item {
		width: 83px;
	}
}
@media (max-width: 991px){ 
	.product2-item {
		width: 76.25px;
	}
	
	.product3-item {
		width: 76.25px;
	}
	
	.product4-item {
		width: 76.25px;
	}
}
@media (max-width: 767px){ 
	.product2-item {
		width: 117.5px;
	}
	
	.product3-item {
		width: 92px;
	}
	
	.product4-item {
		width: 92px;
	}
}

@media (max-width: 576px){ 
	.product2, .product3, .product4 {
		justify-content: space-between;
	}
	
	.product2-item {
		width: 70px;
	}
	
	.product3-item {
		width: 70px;
	}
	
	.product4-item {
		width: 92px;
	}
}

@media (max-width: 321px){ 
	.product2, .product3, .product4 {
		justify-content: space-between;
	}
	
	.product2-item {
		width: 62.5px;
		font-size: 0.5rem;
	}
	
	.product3-item {
		width: 62.5px;
	}
	
	.product4-item {
		width: 62.5px;
	}
}

.selected {
	opacity: 1;
}

.searched {
	background-color: #333333;
	color: #FFFFFF;
}

/* ball.html */
#myCanvas {
	margin-top: -30px;
	font-size: 0.8rem;
}

.spinner {
  margin: 200px auto 0;
  width: 240px;
  text-align: center;
}
 
.spinner > div {
  width: 20px;
  height: 20px;
  margin: 0 10px;
 /* background-color: #ffffff; */
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.swiper-slide {
	background-color: transparent !important;
}

.swiper-slide img, .swiper-slide video {
	width: 100%;
}

.intro {
	position: absolute;
	z-index: 999;
	right: -300px;
	top: 20vh;
	height: 60vh;
	width: 300px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	transform: translateX(-300px);
}