#layout * {
   	margin: 0;
   	padding: 0;
   	border: none;
   	color: #333;
   	font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
   }

   #layout {
   	position: fixed;
   	left: 0px;
   	top: 0px;
   	width: 100%;
   	height: 100%;
   	z-index: 99;
   	background: rgba(0, 0, 0, .8);
   }

   #layout .layfix {
   	position: absolute;
   	left: 50%;
   	top: 50%;
   	width: 544px;
   	height: 588px;
   	margin-top: -294px;
   	margin-left: -272px;
   	background: url(//u3.huatu.com/hunan/202006051.png) no-repeat center;
   }

   #layout .layfix i {
   	position: absolute;
   	right: 0px;
   	top: 50px;
   	cursor: pointer;
   	display: block;
   	width: 30px;
   	height: 30px;
   	background: url(//u3.huatu.com/hunan/202005282.png) no-repeat center;
   	transition: .3s;
   }

   #layout .layfix i:hover {
   	transform: rotate(180deg);
   }

   #layout .layfix h4 {
   	padding-top: 189px;
   	font-size: 26px;
   	font-weight: 400;
   	line-height: 26px;
   	text-align: center;
   	color: rgba(250, 239, 194, 1);
   }

   #layout .layfix h3 {
   	padding: 13px 0;
   	color: rgba(250, 239, 194, 1);
   	font-size: 50px;
   	line-height: 72px;
   	font-weight: 400;
   	text-align: center;
   }

   #layout .layfix h5 {
   	padding: 0 0 28px;
   	color: rgba(250, 239, 194, 1);
   	font-size: 26px;
   	line-height: 26px;
   	font-weight: 400;
   	text-align: center;
   }

   #layout .layfix p {
   	text-align: center;
   	margin-bottom: 20px;
   }


   #layout .layfix a {
   	display: inline-block;
   	width: 180px;
   	height: 54px;
   	color: rgba(248, 221, 180, 1);
   	border: 1px solid rgba(242, 196, 111, 1);
   	border-radius: 28px;
   	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
   	cursor: pointer;
   	font-size: 22px;
   	line-height: 54px;
   	text-align: center;
   	text-decoration: none;
   	transition: box-shadow .3s;
   	margin: 0 4px;
   }

   #layout .layfix a.first {
   	background: linear-gradient(0deg, rgba(182, 59, 45, 1), rgba(215, 70, 43, 1));
   }

   #layout .layfix a.two {
   	background: rgba(182, 59, 45, 0);
   }

   #layout .layfix a.first:hover {
   	background: linear-gradient(0deg, rgba(182, 59, 45, 0.2), rgba(215, 70, 43, 0.2));
   }

   #layout .layfix a.two:hover {
   	background: rgba(182, 59, 45, .6);
   }

   @media screen and (max-width: 1080px) {
   	#layout {
   		display: none;
   	}
   }
