﻿* {
	font-family: "Microsoft YaHei";
	margin: 0;
}
.error {
	color: red;
}

.header {
	text-align: center;
	font-size: 28px;
	position: relative;
	font-weight: bold;
}

@media (max-width: 600px) {
  div.header{
	  font-size: 20px;
  }
}

.header-decoration {
	position: relative;
}

.header-decoration::before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
	background-color: #fdd000;
}
.header-right {
	font-size:22px;
	position: absolute;
	top: 120px;
	right: 90px;
}
.header-left-gamma {
	vertical-align: text-top;
}
.header-left-gamma, .header-right-gamma {
	font-size: 18px;
}
.header-right-gamma {
	padding-bottom:4px;
	transform: rotate(180deg);
	display: inline-block;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: url(/Content/img/hero-poster.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.red-star {
	color: red;
}
.panelleft, .panelright {
	margin-top: 6%;
	margin-left: 6%;
	width: 41%;
	height: 530px;
	display: inline;
	float: left;
	background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 800px) {
	.header{
		margin:30px;
	}
	.header-right {
		top: 60px;
		font-size: 18px;
		right: 10px;
	}
	div.panelleft, div.panelright {
		width: 90%;
		height: 520px;
		margin: 5%,auto;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.logo {
		width: 100px;
		text-align: center;
		margin: 5%,auto;
		height: auto !important;
		margin-left: auto;
		margin-right: auto;
	}
}

.info-from {
	margin-top: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.brStyle {
	width: 100%;
	height: 45px;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tdCol {
	width: 100%;
	height: 25px;
	font-size: 14px;
}

.button {
	width: 100%;
	width: 100%;
	height: 25px;
	font-size: 16px;
	text-align: center;
}

@media print {
	.noprint {
		display: none;
	}
}

.logo {
	width: 150px;
	text-align: left;
	margin-top: 6%;
	height: auto !important;
	margin-left: 6%;
}

	.logo img {
		width: 176px;
	}

.btn {
	border-radius: 10px !important;
	width: 80px;
	height: 30px;
	background: white;
	border: solid 1px cornflowerblue;
	color: cornflowerblue;
	margin: 10px 10px;
	cursor:pointer;
}

.title {
	margin-bottom: 30px;
	color: #888;
	font-size: 12px;
}


input {
	height: 25px;
	line-height: 25px;
}

.tdFirst {
	width: 30%;
	height: 25px;
	font-size: 16px;
	text-align: right;
}

.box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: none;
}

.box1 {
	width: 500px;
	height: 500px;
	position: fixed;
	left: 50%;
	top: 25%;
	margin-left: -250px;
	border: 1px solid #000000;
}
