@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

body {
	margin: 0 auto;
	font-family: var(--fontr);
	font-size: 12px;
	font-size: 1.2rem;
	background: #fff;
	width: 100%;
	/* max-width: 1920px; */
	overflow-x: hidden;
	color: #333;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--color: #4a75de;
	--fontr: Verdana, Arial, Helvetica, sans-serif;
	--fontb: Verdana-Bold, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
strong {
	list-style: none;
	font-style: normal;
}

img {
	display: block;
	transition: 0.5s;
}

.goog-te-gadget img {
	display: inline-block;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family: var(--fontr);
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
	border: none;
	outline: none;
}

textarea {
	resize: none;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	appearance: none;
}

button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

::selection {
	color: #fff;
	background: var(--color);
}

.fons0 {
	font-size: 0px;
	font-size: 0rem;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	opacity: 1
}

@media screen and (min-width:1000px) {
	.m-range {
		width: calc(100% - 180px);
		max-width: 1400px;
		margin: auto;
	}

	.m-range1 {
		width: calc(100% - 180px);
		max-width: 1200px;
		margin: auto;
	}
}

@media screen and (max-width:999px) {
	.mpdt {
		padding-top: 30px;
	}

	.mpdb {
		padding-bottom: 30px;
	}

	.m-range,
	.m-range1 {
		width: 95%;
		margin: auto;
	}
}

a:hover img {
	transform: scale(1.1, 1.1)
}

img {
	max-width: 100%;
}

a:hover {
	color: var(--color);
}

.mp {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
}

.mp a,
.mp a * {
	color: var(--color);
}

.mp a:hover {
	text-decoration: underline;
}

.mp img {
	display: inline-block;
}

.mp td {
	border: 1px solid #666;
	padding: 5px 10px;
}

@media screen and (max-width:767px) {

	.mp,
	.mpa {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px !important;
	}
}

.imga {
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.imga a {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}

.imga img {
	margin: 0 auto;
}

.imgb {
	height: 100%;
}

.imgb a {
	height: 100%;
}

.imgb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}

@media screen and (max-width:480px) {

	.imgb,
	.imgb a,
	.imgb img {
		height: auto;
	}
}

.img1 {
	display: block;
	position: relative;
	overflow: hidden;
}

.img1 img {
	width: 100%;
	position: relative;
	z-index: 1
}

.img1:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	transition: 1s;
	z-index: 2;
	pointer-events: none;
}

.img1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: #fff;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	transition: 1s;
	z-index: 2;
	pointer-events: none;
}

.img1:hover:before {
	width: 100%;
	opacity: 0
}

.img1:hover:after {
	height: 100%;
	opacity: 0
}

@keyframes mimg {
	0% {
		opacity: 0;
		left: 0px;
	}

	50% {
		opacity: 1;
		left: 50%;
	}

	100% {
		opacity: 0;
		left: 100%
	}
}

.img2 {
	display: block;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.img2 img {
	width: 100%;
}

.img2:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	transition: 0.5s;
	background: #fff;
	width: 40px;
	filter: blur(30px);
	opacity: 0;
	z-index: 3;
	pointer-events: none;
}

.img2:hover:after {
	-webkit-animation-name: mimg;
	animation-name: mimg;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.table {
	width: 100%;
	overflow: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.snav {
	display: none
}

.snav .nav {
	position: fixed;
	left: 2.5%;
	top: 18px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999
}

.snav .nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991
}

.snav .nav .nav1 {
	margin-top: -1px;
}

.snav .nav .nav2 {
	margin-top: -8px;
}

.snav .nav .nav3 {
	margin-top: 6px;
}

.snav .navh .nav1 {
	transform: rotate(45deg)
}

.snav .navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

.snav .navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}

@media screen and (max-width:1400px) {
	.snav {
		display: block
	}
}

/* main */

.main-left {
	position: fixed;
	left: 0;
	top: 0;
	width: 380px;
	height: 100vh;
	background-color: var(--color);
	z-index: 2;
}

.logo {
	padding-top: 72px;
	margin-left: 39px;
}

.main-info {
	margin-top: 10.1041666vw;
	padding-left: 55px;
}

.main-info-title {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.7;
}

.main-info-con {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.main-info-con a {
	color: #fff;
}

.main-info-con a:hover {
	text-decoration: underline;
}

.main-left-btm {
	position: fixed;
	width: 380px;
	left: 0;
	bottom: 10px;
	padding-left: 62px;
	z-index: 1;
}

@media screen and (max-height: 600px) {
	.main-left-btm {
		display: none;
	}
}

.main-num {
	-webkit-text-stroke: 2px #fff;
	font-family: Verdana-Bold;
	font-size: 128px;
	color: transparent;
}

.main-mouse {
	width: 60px;
	height: 99px;
	background-color: var(--color);
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -30px;
	bottom: 5px;
}

.main-right {
	margin-left: 380px;
	width: calc(100% - 380px);
}

.main-det {
	display: flex;
	width: 100%;
}

.main-det-l {
	width: 530px;
	min-height: 100vh;
	position: relative;
	z-index: 1;
	padding: 50px 73px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-det-l::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color);
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.main-title {
	font-size: 32px;
	line-height: 56px;
	color: #ffffff;
	text-align: center;
}

.main-form {
	margin-top: 60px;
}

.main-form form {
	display: flex;
	flex-wrap: wrap;
	gap: 38px 0;
}

.main-form form>div {
	width: 100%;
}

.main-form input {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	border: solid 1px #ffffff;
	font-size: 20px;
	line-height: 30px;
	padding: 17px 20px;
	color: #fff;
}

.main-form .main-form-btn input {
	font-family: var(--fontb);
	background-color: #fff;
	color: #000;
	font-size: 32px;
}

.main-form .main-form-btn input:hover {
	background-color: var(--color);
	color: #fff;
	cursor: pointer;
	transition: .5s;
}

.main-con {
	/*margin-top: 9.5833vw;*/
	margin-top: 2.5833vw;
	line-height: 28px;
	text-align: center;
	color: #fff;
	opacity: 0.7;
}

.main-det-r {
	flex: 1;
	background-image: url(../images/mainimg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.main-pag2 {
	padding: 73px;
	min-height: 100vh;
	position: relative;
	z-index: 1;
}

.main-pag2::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color);
	opacity: 0.05;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.main-det2 {
	display: flex;
	align-items: center;
	gap: 29px;
}

.main-img {
	width: 28.3333vw;
	max-width: 544px;
	flex-shrink: 0;
}

.main-b-con {
	width: 32.291666vw;
}

.main-s-title {
	font-family: Verdana-Bold;
	font-size: 32px;
	line-height: 40px;
}

.main-con2 {
	margin-top: 22px;
	line-height: 28px;
}

@media screen and (max-width:1400px) {
	.main-left {
		left: -300px;
	}

	.main-left-btm {
		display: none;
	}

	.main-right {
		margin-left: 80px;
		width: calc(100% - 80px);
	}

	.main-left-h {
		left: 0;
	}

	.main-form {
		margin-top: 30px;
	}

	.main-con {
		margin-top: 20px;
	}

	.main-b-con {
		width: 51.291666vw;
	}
}

@media screen and (max-width:999px){
    .main-det-l{
        padding: 30px;
        width: 300px;
    }
    
    .main-title{
        font-size: 26px;
        line-height: 36px;
    }
    
    .main-form .main-form-btn input{
        font-size: 24px;
    }
}

/* -------------------------------index-s----------------------------- */

/* main-s */

.main-small {
	background-color: var(--color);
	min-height: 100vh;
}

.main-s-range {
	max-width: 750px;
	margin: 0 auto;

}

.main-small .main-s-range {
	padding: 133px 36px 30px;
}

.logo2 {
	width: 40.7079646%;
	min-width: 260px;
	margin: 0 auto;
}

.main-small-title2 {
	margin-top: 50px;
	font-size: 32px;
	line-height: 56px;
	color: #ffffff;
	text-align: center;
}

.main-small-form {
	max-width: 650px;
	margin: 50px auto 0;
}

.main-small-form form>div {
	display: flex;
	gap: 20px;
	background-color: rgba(0, 0, 0, 0.08);
	border: solid 1px rgba(255, 255, 255, 0.8);
	margin-bottom: 36px;
}

.main-small-form form>div:last-child {
	margin-bottom: 0;
}

.main-small-form .main-small-scan {
	background-color: transparent;
	border: none;
	margin-right: 10px;
	flex-shrink: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-small-form input {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	background-color: transparent;
	padding: 17px;
	color: #fff;
}

.main-small-form .main-small-form-btn {
	border: none;
	background-color: transparent;
}

.main-small-form .main-small-form-btn input {
	margin: 0 auto;
	width: initial;
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	font-family: var(--fontb);
	font-size: 32px;
	cursor: pointer;
}

.main-small-form .main-small-form-btn input:hover {
	background-color: var(--color);
	color: #fff;
}

.main-small-form ::-webkit-input-placeholder {
	color: #A0AFE1;
}

.main-small-form :-o-placeholder {
	color: #A0AFE1;
}

.main-small-form :-ms-input-placeholder {
	color: #A0AFE1;
}

.main-small-form ::-moz-placeholder {
	color: #A0AFE1;
}

.main-small-title {
	margin-top: 40px;
	font-family: Verdana-Bold;
	font-size: 66px;
	line-height: 70px;
	color: #ffffff;
	text-align: center;
}

.main-small-con {
	max-width: 460px;
	margin: 0 auto;
	margin-top: 18px;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	opacity: 0.7;
}

.main-small-img {
	max-width: 508px;
	margin: 46px auto 0;
}

.main-small-list {
	margin-top: 77px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.main-small-s-img {
	width: 95px;
	margin: 0 auto;
}

.main-small-list-title {
	margin-top: 20px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width:480px) {
	.main-small-title {
        margin-top: 30px;
        font-size: 40px;
        line-height: 50px;
    }

	.main-small-title2 {
		font-size: 26px;
		line-height: 36px;
	}

	.main-small-form .main-small-form-btn input {
		font-size: 24px;
	}

	.main-small-s-img {
		width: 70px;
	}
}

/* about */

.about {
	background-color: #F2F2F2;
	min-height: 100vh;
}

.about-det {
	padding: 70px 65px;
}

.about-title {
	font-family: Verdana-Bold;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}

.about-con {
	margin-top: 24px;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

@media screen and (max-width:480px) {
	.about-title {
		font-size: 26px;
		line-height: 36px;
	}

	.about-det {
		padding: 30px;
	}
}

/* contact */

.contact {
	background-color: #F2F2F2;
	min-height: 100vh;
}

.contact-det {
	padding: 75px 66px;
}

.contact-con a {
	color: #ff0000;
}

@media screen and (max-width:480px) {
	.contact-det {
		padding: 30px;
	}
}

@font-face {
	font-family: 'Verdana';
	src: url('../fonts/Verdana.eot');
	src: url('../fonts/Verdana.eot') format('embedded-opentype'),
		url('../fonts/Verdana.woff2') format('woff2'),
		url('../fonts/Verdana.woff') format('woff'),
		url('../fonts/Verdana.ttf') format('truetype'),
		url('../fonts/Verdana.svg#Verdana') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Verdana-Bold';
	src: url('../fonts/Verdana-Bold.eot');
	src: url('../fonts/Verdana-Bold.eot') format('embedded-opentype'),
		url('../fonts/Verdana-Bold.woff2') format('woff2'),
		url('../fonts/Verdana-Bold.woff') format('woff'),
		url('../fonts/Verdana-Bold.ttf') format('truetype'),
		url('../fonts/Verdana-Bold.svg#Verdana-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


#scanModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999
}

#scanVideo {
	width: 80vw;
	height: 80vh;
	object-fit: cover
}

.close-scan {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 20px;
	background: red;
	padding: 10px 20px
}

.pop-up{
	display: none;
}


.pop-up{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}

.pop-up-box{
	max-width: 750px;
	height: 95vh;
	margin: 2.5vh auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pop-up-det{
	max-width: 615px;
	background-color: #fff;
	width: 95%;
	margin: 2.5% auto;
	max-height: 95%;
	overflow-x: hidden;
	padding: 66px 50px 76px;
	text-align: center;
}

.pop-up-img{
	width: 108px;
	display: inline-block;
}

.pop-up-title{
	margin-top: 48px;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}

.pop-up-s-title{
	margin-top: 28px;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	color: #ee534f;
}

.pop-up-con{
	max-width: 470px;
	margin: 0 auto;
	margin-top: 38px;
	font-size: 20px;
	line-height: 34px;
	color: #999999;
}

.pop-up-con a{
	color: #ee534f;
}

.pop-up-btn p{
	margin-top: 84px;
	display: inline-block;
	cursor: pointer;
	transition: .5s;
	padding: 18px 91px;
	font-family: var(--fontb);
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	background-color: var(--color);
}

@media screen and (max-width:480px) {
	.pop-up-det{
		padding: 30px;
	}

	.pop-up-img{
		width: 60px;
	}

	.pop-up-title{
		margin-top: 30px;
		font-size: 30px;
		line-height: 40px;
	}

	.pop-up-s-title{
		font-size: 20px;
	}

	.pop-up-con{
		font-size: 16px;
	}

	.pop-up-btn p{
		margin-top: 30px;
		padding: 10px 40px;
	}
}

.main-small{
    display: none;
}

@media screen and (max-width:650px){
    .main-big{
        display: none;
    }
    
    .main-small{
        display: block;
    }
}