/*	LiteBox v1.1, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	=============================================================================== */

/*	Table of Contents
//	==================================================
//		#Default


/*	#Default
//	================================================== */

.no-display {
	display: none;
}
	.litebox-overlay {
		display: none;
		width: 100%;
		min-width: 280px;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}

	@-webkit-keyframes liteboxLoader {
		0% { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	}

	@-moz-keyframes liteboxLoader {
		0% { -moz-transform: rotate(0deg); }
		100% { -moz-transform: rotate(360deg); }
	}

	@-ms-keyframes liteboxLoader {
		0% { -ms-transform: rotate(0deg); }
		100% { -ms-transform: rotate(360deg); }
	}

	@-o-keyframes liteboxLoader {
		0% { -o-transform: rotate(0deg); }
		100% { -o-transform: rotate(360deg); }
	}

	@keyframes liteboxLoader {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

	.litebox-overlay .litebox-loader {
		position: absolute;
		width: 40px;
		height: 40px;
		left: 20px;
		top: 20px;
		border: 3px solid #111;
		border-right-color: #fff;
		border-radius: 50%;
		-webkit-animation: liteboxLoader 1s linear infinite;
		-moz-animation: liteboxLoader 1s linear infinite;
		-ms-animation: liteboxLoader 1s linear infinite;
		-o-animation: liteboxLoader 1s linear infinite;
		animation: liteboxLoader 1s linear infinite;
	}

	.litebox-overlay .litebox-close {
		width: 54px;
		height: 54px;
		background: #181878 url("litebox-close2.png")/*tpa=https://www.raysvalve.cn/css/assets/css/litebox-close2.png*/ no-repeat center;
		background-size: 25px;
		opacity: 1;
		position: absolute;
		top: 40px;
		right: 40px;transform: scale(0.8);-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 99;
	position: absolute;
		top: 10%;
		right: 10%;
		bottom: 10%;
		left: 10%;
	}

	.litebox-overlay .litebox-close:hover {
		opacity: 1;
		cursor: pointer;  
		background: #00b0f2 url("litebox-close2.png")/*tpa=https://www.raysvalve.cn/css/assets/css/litebox-close2.png*/ no-repeat center;
		background-size: 34px;
	}

	.litebox-overlay .litebox-nav {
		display: none;
		width: 60px;
		height: 60px;
		margin-top: -30px;
		opacity: .2;
		position: absolute;
		top: 50%;
	}

	.litebox-overlay .litebox-nav:hover {
		opacity: .5;
		cursor: pointer;
	}

	.litebox-overlay .litebox-prev {
		background: url("litebox-prev.png")/*tpa=https://www.raysvalve.cn/css/assets/css/litebox-prev.png*/ no-repeat center;
		left: 20px;
	}

	.litebox-overlay .litebox-next {
		background: url("litebox-next.png")/*tpa=https://www.raysvalve.cn/css/assets/css/litebox-next.png*/ no-repeat center;
		right: 20px;
	}

	.litebox-overlay .litebox-container {
		position: absolute;
		top: 10%;
		right: 10%;
		bottom: 10%;
		left: 10%;
		overflow: hidden;    background: #eee;
	}

	.litebox-overlay .litebox-container.litebox-scroll {
		overflow-y: auto;
	}

	.litebox-overlay img,
	.litebox-overlay iframe {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
		vertical-align: middle;
		overflow-x: hidden;
	}

	.litebox-overlay iframe {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 999999;
	}

	.litebox-overlay .litebox-inline-html {
		width: 100%;height: 100%;
		padding: 0px;
		 top: 0!important;
		 margin-top: 0!important;
		line-height: normal;
		overflow-x: hidden;
		line-height: normal !important;
		position: absolute;
	}
.litebox-overlay .litebox-inline-html #inline-html-1{
	height: 100%;
}
	.litebox-overlay .litebox-error {
		width: 100%;
		height: 100%;
		color: #FFF;
		text-align: center;
		line-height: inherit;
	}

	.litebox-overlay .litebox-error span {
		background: rgba(0, 0, 0, .9);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 20px;
		color: #FFF;
		text-shadow: 1px 1px 0 #000;
		line-height: normal;
	}
	
	
	#inline-html-1 video {
		object-fit: cover;
		height: 100%;
	}
	
	#inline1,
.litebox-overlay .litebox-inline-html #inline-html-1
 {
	padding: 0px;
	background: #eee;
	    max-width: 1000px;
    margin: 0 auto;
}
#inline1 .form {
	padding: 10vh 40px 40px;
}
#inline1 .form b {
	font-size: 32px;
}
#inline1 .form input {
	background: #fff;
	padding: 3px 10px;
	    border: 1px solid #ccc;
}
#inline1  .form .more2 {
	margin: 50px auto 0;
}