﻿.query {
	position: relative;
	width: 100%;
	min-width: 1300px;
	height: 100vh;
	overflow: hidden;
	background-image: linear-gradient(135deg, #2c3e50, #27ae60, #2980b9, #e74c3c, #8e44ad);
	background-size: 400%;
	animation: bganimation 15s infinite;
}

@keyframes bganimation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.query .query-r1 {
	width: 100%;
	min-width: 1300px;
	height: 60px;
	overflow: hidden;
}

.query .query-r1 .query-r1-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.query .query-r1 .query-r1-box .r1-box-r1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 14px;
	color: #FFF;
}

.query .query-r1 .query-r1-box .r1-box-r2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 500px;
	height: 60px;
	flex-shrink: 0;
}

.query-r1 .query-r1-box .r1-box-r2 a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #FFF;
}

.query .query-r1 .query-r1-box .r1-box-r2 span {
	padding: 0 10px;
	color: #FFF;
	font-size: 12px;
}

.query .query-r1 .query-r1-box .r1-box-r2 span:first-child {
	padding-left: 0;
}

.query .query-r1 .query-r1-box .r1-box-r2 .r1-r2-a1 {
	padding-left: 30px;
	background: url(../images/prod-pic-1.png) left 15px no-repeat;
	background-size: 22px 22px;
}

.query .query-r2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	min-width: 1300px;
	height: 60px;
	overflow: hidden;
}

.query .query-r2 .query-r2-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.query .query-r2 .query-r2-box .r2-box-p {
	font-size: 14px;
	color: #F1F1F1;
	text-align: center;
}

.query .query-r3 {
	width: 100%;
	max-width: 1920px;
	min-width: 1300px;
	height: 240px;
	margin:0 auto;
	overflow: hidden;
}

.query .query-r3 .query-r3-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.query .query-r3 .query-r3-box .r3-box-box {
	position: relative;
	width: 940px;
	height: 210px;
	padding: 0 0 0 20px;
	overflow: hidden;
	/* background: rgba(0, 0, 0, .2); */
}

.query .query-r3 .query-r3-box .r3-box-box .r3-box-c1 {
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 1;
	width: 500px;
	height: 210px;
	content: '';
	transform: skew(20deg);
	/* transform: rotate(-20deg); */
	background: hsla(0, 0%, 100%, 0.4) border-box;

}

.query .query-r3 .query-r3-box .r3-box-box .r3-box-c1::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -30px;
	z-index: -1;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.query .query-r3 .query-r3-box .r3-box-box .r3-box-c2 {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 90px;
	padding: 0 20px;
	background: rgba(0, 0, 0, .6);
	/* -webkit-box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6); */
	/* text-shadow: 0 1px 1px hsla(0, 0%, 100%, .3); */
}

.query .query-r3 .query-r3-box .r3-box-box .r3-box-c2 .r3-c2-pic {
	width: 80px;
	height: 50px;
	flex-shrink: 0;
	background: #FFF url(../images/down-pic-1.png) center center no-repeat;
}

.query .query-r3 .query-r3-box .r3-box-box .r3-box-c2 .r3-c2-ipt {
	width: 100%;
	height: 50px;
	font-family: 'Arial';
	font-weight: bold;
	color: #646566;
	padding-left: 15px;
	font-size: 16px;
	border: none;
	outline: none;
	border-right: 1px solid #e6e6e6;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.query .query-r3 .query-r3-box .r3-box-box .r3-box-c2 .r3-c2-sub {
	width: 220px;
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	height: 50px;
	border: 0;
	background: #FF5500;
	flex-shrink: 0;
}

.query .query-r3 .query-r3-box .r3-box-box .r3-box-c3 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding-left: 40px;
	font-size: 34px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	letter-spacing: 2px;
}

.query .query-r4 {
	width: 100%;
	min-width: 1300px;
	height: auto;
	overflow: hidden;
}

.query .query-r4 .query-r4-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 940px;
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.query .query-r4 .query-r4-box h4 {
	font-size: 14px;
	color: #F1F1F1;
	flex-shrink: 0;
	text-shadow: 2px 2px 2px #000;
}

.query .query-r4 .query-r4-box p {
	font-size: 14px;
	color: #F1F1F1;
	text-shadow: 2px 2px 2px #000;
}

/*.query .query-r5 {
	width: 100%;
	max-width: 1920px;
	min-width: 1300px;
	height: auto;
	overflow: hidden;
}

.query .query-r5 .query-r5-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 940px;
	height: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	background: rgba(0, 0, 0, .2);
}

.query .query-r5 .query-r5-box h4 {
	font-size: 24px;
	color: #FFF;
	flex-shrink: 0;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 30px;
}

.query .query-r5 .query-r5-box p {
	font-size: 18px;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}*/
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

	.modal.fade {
		opacity: 0;
		-webkit-transition: opacity .3s linear;
		-o-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}

		.modal.fade.in {
			opacity: 1;
		}

	.modal .modal-box {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 600px;
		min-height: 250px;
		margin: -125px 0 0 -300px;
		background: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 6px;
		outline: 0;
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
		box-shadow: 0 3px 9px rgba(0,0,0,.5);
		z-index: 9999;
	}

	.modal.fade .modal-box {
		-webkit-transition: -webkit-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform: translate(0,-25%);
		-ms-transform: translate(0,-25%);
		-o-transform: translate(0,-25%);
		transform: translate(0,-25%);
	}

	.modal.in .modal-box {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}

	.modal .modal-box .modal-box-header {
		padding: 15px;
		border-bottom: 1px solid #e5e5e5;
	}

		.modal .modal-box .modal-box-header .close {
			float: right;
			font-size: 21px;
			font-weight: 700;
			line-height: 1;
			color: #000;
			text-shadow: 0 1px 0 #fff;
			filter: alpha(opacity=20);
			opacity: .2;
			-webkit-appearance: none;
			padding: 0;
			cursor: pointer;
			background: none;
			border: 0;
			margin-top: -2px;
			outline: none;
		}

		.modal .modal-box .modal-box-header h4 {
			font-size: 18px;
		}

	.modal .modal-box .modal-box-body {
		width: 100%;
		min-height: 130px;
		padding: 30px;
		display: flex;
		justify-content: center;
		align-items: Center;
		border-bottom: 1px solid #e5e5e5;
	}

		.modal .modal-box .modal-box-body .modal-body-result {
			flex: 1;
			display: table-cell;
			text-align: center;
			position: relative;
		}

			.modal .modal-box .modal-box-body .modal-body-result .modal-result-box {
				width: 100%;
				display: table;
			}
			.modal .modal-box .modal-box-body .modal-body-result .modal-result-box p {
				text-align:left;
			}

	.modal .modal-box .modal-box-btn {
		width: 100%;
		padding: 20px;
		text-align: right
	}

		.modal .modal-box .modal-box-btn button {
			display: inline-block;
			padding: 6px 12px;
			margin-bottom: 0;
			font-size: 14px;
			font-weight: 400;
			line-height: 1.42857143;
			text-align: center;
			white-space: nowrap;
			vertical-align: middle;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			outline: none;
			border: 1px solid #CCC;
			border-radius: 4px;
			background: none;
		}

			.modal .modal-box .modal-box-btn button:nth-of-type(1):hover {
				background: #DCDCDC;
			}

			.modal .modal-box .modal-box-btn button:nth-of-type(1):active {
				background: #CCC;
			}

			.modal .modal-box .modal-box-btn button:nth-of-type(2) {
				background: #FF5500;
				border: 1px solid #ffccb2;
				color: #FFF;
			}

				.modal .modal-box .modal-box-btn button:nth-of-type(2):hover {
					background: #f16018;
				}

				.modal .modal-box .modal-box-btn button:nth-of-type(2):active {
					background: #da4a03;
				}