﻿@charset 'utf-8';

*{
	margin: 0;
	padding: 0;
}
#suggestbox{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
}
#suggest{
	width: 480px;
	height: 500px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -220px;
	margin-left: -250px;
}
#suggest>.littlebox{
	width: 380px;
	margin: 0 auto;
	margin-top: 20px;
}
#suggest>h4{
	font-size: 28px;
	text-align: center;
	margin-top: 55px;
    font-family: "Microsoft YaHei",'微软雅黑';
    color: #333;
}
#close{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
	color: #666;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
#close:hover{
	color: #333;
}
#content{
	resize: none;
	outline: none;
	width: 370px;
	height: 150px;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	font: 12px/1.5 '微软雅黑',microsoft Yahei;
    border: 1px solid #ccc;
}
#suggest input{
	height: 30px;
	width: 370px;
	border: 1px solid #ccc;
	padding-left: 10px;
	outline: none;
	font: 14px/1.5 '微软雅黑',microsoft Yahei;
}
#renovate_code{
	position: absolute;
	top: 0;
	right: -75px;
	line-height: 30px;
	font-size: 14px;
}
#suggest p,#suggest div{
	margin-top: 15px;
}
#verification_code{
	width: 215px !important;
	border: none !important;
}
.code{
	width: 200px;
	border: 1px solid #aaa;
	position: relative;
    margin-top: 20px !important;
}
.code img{
	width: 90px;
	height: 30px;
    margin-bottom: 5px;
	position: absolute;
	right: 0;
	top: 0;
}
#submit{
	width: 380px;
	height: 40px;
	outline: none;
	color: #fff;
	background-color: #3b92d5;
	border: none;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
#submit:hover{
	opacity: 0.9;
}
.secondzhezhao{
    position: absolute;
    z-index: 1002;
    width: 190px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-top: -50px !important;
    margin-left: -95px;
    border-radius: 5px;
    background-color:rgba(0,0,0,0.5);
}
.promptinfomation{
    margin-top: 30px !important;
    width: 160px;
    margin: 0 auto;
    color: #fff;
}