/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 24, 2017 */
@font-face {
    font-family: 'roman';
    src: url('romantic-webfont.woff2') format('woff2'),
         url('romantic-webfont.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}
/*email alert 弹出层*/
#email #mailCodeError,#email #mailAddressError{
	color:red;
	padding-left:5px;
	font-size:14px;
	font-weight:normal;
	display:none;
}
.monitor{
	width: 100%;
	height: 100%;
    position: fixed;
    background: rgba(10, 10, 10, 0.6);
    top: 0;
    left: 0;
    z-index: 1000;
    display:none;
}
#email{
	width: 630px;
	height: 360px;
	border-radius:10px;
	position: fixed;
    top: 25%;
    left: 31%;
    padding: 25px 40px;
    z-index: 1001;
    background: #fff;
    box-shadow: 3px 3px 2px #333;
    display:none;
}
#email h2{
	font-size: 22px;
	margin-bottom: 18px;
	font-weight:bolder;
}
#email textarea{
	width: 544px;
	height: 124px;
	border: solid 1px #ccc;
	margin-bottom: 13px;
	padding:5px;
	line-height: 22px;
}
#email div{
	font-size: 18px;
}
.emsend{
	margin-top: 15px;
}
#email .emsend a{
	color: #8f000b;
	font-size: 18px;
	text-decoration: underline;
	cursor:pointer;
}
#email .eminfo{
	margin-bottom: 10px;
}

#email .eminfo input{
	width: 217px;
	height: 22px;
	background: #eeeeee;
	border: 0;
	font-size:14px;
}
#email .eminfo .mailCode{
	width:122px;
}
.eminfo span{
	width: 100px;
	float: left;
	display: block;
	font-weight:bolder;
}
.eminfo img{
	display: inline-block;
	margin-left: 20px;
}
.emclose{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}


/*email alert 弹出层end*/