
	body{
	color: #424242;
	background: #ffffff;
}
.header{
	width: 100%;
	
}
a { text-decoration: none; }
.fanhui{position: fixed;right: 15px; top: 40%;background: #f0c65d;border-color: #C8C8C8;
	border-bottom-left-radius: 15px;border-top-left-radius: 15px; padding:20px 8px 20px 8px;color: #fff;font-size: 18px;}
.nav{
	width: 100%;
	line-height: 0px;
	border-bottom: 1px solid #777;
	padding: 40px 0;
}

.text{text-align: left;line-height: 25px;}

.nav img {

	max-width: 5%;
	display: block;
	float: right;
	padding-right: 62.1%;
}
.nav:after{
	clear: both;
	content: "";
	display: table;
}
.container{
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
	box-sizing: border-box;
    margin-top: 5%;
	text-align: left
}
.text p{

	width: 100%;
	font-size: 18px;
	word-break:break-all;
	font-family: 微软雅黑；
}

.check {
	padding-top: 50px;
	padding-bottom:20px;	
}
.check  h3{
	font-weight: normal;
	padding-bottom: 30px;
}
.check  img {
	padding-bottom: 60px;
}
.check form{
	margin-top: 0px;	
}
.check input[type="text"]{
	
	text-indent: 15px;
    width: 315px;
    height: 34px;
    ;
}
.btn{
	margin-top: 20px;
}
.btn input{
	cursor: pointer;
	background: #f0c65d;
    border: none;
    width: 67px;
    height: 30px;
}
.hide{
    display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: rgba(0,0,0,0.6);

}

.alert{
	width: 80%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;	
	padding: 40px 0;
}
 .alert img{
	max-width: 10%;
	

}
 .alert p{
    font-family: "微软雅黑";
 	margin-top: 18px;
 	font-size: 25px;
 	width: 368px;
     margin: 20px auto;
     font-weight: bold
 }

.close{
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../images/cx/close.png);
	background-size: contain;
	top: -40px;
    right: 0px;
    cursor: pointer;

}

@media screen and (max-width: 668px) {
	.nav img{
		max-width: 60%;
        float: none;
        display: block;
        margin: 0 auto
	}

	.container{
		padding:0 20px;
		text-align: center;
		font-size: 20px;
	}
	.text{
		font-size: 13px;
	}
	 .alert img{
	max-width: 44%;
	}
	.alert p {
    margin-top: 20px;
    font-size: 18px;
    width: 90%;
    margin: 20px auto;
}

}
