#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: 999999;
            background: rgba(0, 0, 0, .8);
        }

        #layout .layfix {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 432px;
            height: 508px;
            margin-top: -270px;
            margin-left: -220px;
            background: url(https://u3.huatu.com/hubei/images/2020/tc_sydwcj.png) no-repeat center;
        }

        #layout .layfix i {
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            display: block;
            width: 30px;
            height: 30px;
            background: url(http://u3.huatu.com/uploads/allimg/200317/660755-20031G12T3C2.png) no-repeat center;
            transition: .3s;
        }

        #layout .layfix i:hover {
            transform: rotate(180deg);
        }
		
		#layout .layfix ul{
			width:356px;
			height:242px;
			margin:0 auto;
		}
		
		#layout .layfix ul li{
			float:left;
			width:159px;
			padding:23px 8px 0;
		}
		
		#layout .layfix ul li p{
			font-size: 20px;
			font-weight: 600;
			text-align: center;
			line-height: 26px;
			margin-bottom: 10px;
		}

        #layout .layfix h4 {
            font-size: 24px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            color: #fff;
			font-weight: 600;
        }
		#layout .layfix h4 a{
			display: inline-block;
			width:100%;
			height: 220px;
			line-height: 220px;
			box-sizing: border-box;
			padding-top: 50px;
			color: #fff;
		}

        #layout .layfix  ul li a {
            display: block;
            width:120px;
            height: 28px;
            border-radius: 50px;
            cursor: pointer;
            font-size: 17px;
            line-height: 28px;
            text-align: center;
            text-decoration: none;
            transition: box-shadow .3s;
			margin:8px auto;
			color:#fff;
			background: linear-gradient(90deg,#fe6702,#ff8923);
		}
		
		#layout .layfix ul li a:hover{
			background: linear-gradient(270deg,#fe6702,#ff8923);
		}
		
		#layout .layfix ul li.liR{
			float:right;
		}
		#layout .layfix ul li.liR a{
			background: linear-gradient(90deg,#547ecb,#295ab9);
		}
		#layout .layfix ul li.liR a:hover{
			background: linear-gradient(270deg,#547ecb,#295ab9);
		}
		
		
		#layout .layfix .lia{display: block;margin-top: 6px;width:165px;height: 60px;line-height: 60px;background: none;font-size: 26px;font-weight: 600;color:#570d0c;text-align: center;}
		#layout .layfix .lia:hover{color:#570d0c;bcckground:none;}
		#layout .layfix ul li.liR{float:left;padding-left: 14px;}
        @media screen and (max-width: 1080px) {
            #layout {
                display: none;
            }
        }
	/*弹窗结束*/