/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	color: #666;
	background: #e6e6e6;
}

	body.head_on {
		overflow: hidden
	}

a {
	color: #666;
	transition: 0.3s;
}

	a:hover {
		color: #f60;
		text-decoration: none;
		cursor: pointer;
	}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1200px;
	margin: 0 auto;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--main-color: : #f60;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*swiper*/
.swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

	.swiper .swiper-slide {
		background: #fff;
		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;
	}

		.swiper .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
		font-size: 30px;
	}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}

.jusBet {
	justify-content: space-between;
}

.jusCet {
	justify-content: center;
}

.jusEnd {
	justify-content: flex-end;
}

.aliTop {
	align-items: flex-start;
}

.aliCet {
	align-items: center;
}

.aliBtm {
	align-items: flex-end;
}

.img {
	font-size: 0px;
	overflow: hidden;
}

img {
	transition: 0.5s;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

.bgfff {
	background: #fff !important;
}

.fff {
	color: #fff !important;
}

em {
	font-style: normal;
}

.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textCet {
	text-align: center;
}

.textRight {
	text-align: right;
}

.pc_show {
}

.m_show {
	display: none;
}

.hidden {
	overflow: hidden;
}

.comBg {
	background-size: cover;
	background-repeat: no-repeat;
}

.iVideo {
	width: 100%;
}

	.iVideo video {
		width: 100%;
	}

.iImg {
	width: 100%;
}

	.iImg img {
		width: 100%;
	}

/*-------------------------------------------*/

.mainFull {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.mainTop {
	padding-top: 5.72vw;
	padding-bottom: 3.2vw;
	text-align: center;
}

	.mainTop img {
		width: auto;
		height: auto;
		max-height: 17vw;
		max-width: 100%;
	}

.mainLogo {
	text-align: center;
	margin-bottom: 13.55vw;
}

	.mainLogo img {
		width: 100%;
	}

.mainSearch {
	width: 82%;
	padding-bottom: 22vw;
	margin: 0 auto;
}

	.mainSearch .box {
		width: 69vw;
		margin: 0 auto;
		position: relative;
		height: 11vw;
		background: #fff;
		border-radius: 2.6vw;
		border: 0.5vw solid #2f3712;
		padding: 1vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.mainSearch .box input {
			flex: 1;
			width: 100%;
			height: 100%;
			font-size: 1.8vw;
			color: #333;
			padding: 0 1vw;
			outline: none;
			border: none;
		}

		.mainSearch .box button {
			width: 18.75vw;
			height: auto;
			border: none;
			background: transparent;
			font-size: 0px;
			padding: 0;
		}

			.mainSearch .box button img {
				width: 100%;
			}

.searchTc {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

	.searchTc > .warp {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 3%;
		box-sizing: border-box;
	}

.modal-content {
	position: relative;
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	padding: 20px;
	border-radius: 20px;
	background: linear-gradient(180deg, #1e1f1e 16%, #474744 52%, #3c3d3a 72%);
	width: 100%;
	max-width: 400px;
	height: auto;
}

.verifyInfo {
	width: 100%;
	text-align: center;
	position: relative;
}

	.verifyInfo .close {
		position: absolute;
		font-size: 21px;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		text-shadow: 0 1px 0 #fff;
		filter: alpha(opacity=20);
		color: #fff;
		opacity: .5;
		right: 0;
		top: 0;
	}

	.verifyInfo .IconBox {
		display: flex;
		justify-content: center;
	}

#verifyContent h5 {
	color: #f5f5f5;
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0;
}

.color-logo1.success-img {
	width: 180px;
}

h1.serial-no {
	font-size: 18px;
	font-weight: 500;
	color: #f5f5f5 !important;
}






@media only screen and (max-width: 980px) {
	.mainSearch .box input {
		font-size: 20px;
	}

	.mainSearch .box {
		width: 80%;
	}
}

@media only screen and (max-width: 680px) {
	.mainTop img {
		max-height: none;
		width: 90%;
	}

	.mainSearch .box {
		width: 96%;
		height: auto;
		border: 2px solid #2f3712;
		border-radius: 10px;
		padding: 3px;
	}

		.mainSearch .box input {
			font-size: 16px;
			padding: 0 10px;
		}

		.mainSearch .box button {
			width: 100px;
		}
}
