*{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    box-sizing: border-box;
}
body, html {
    min-width: 1240px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    color: #333;
}
table{
    border-collapse: collapse;
}
ul,li{
    list-style: none;
}
h1,h2,h3,h4,h5{
    font-weight: 500;
}
::-webkit-scrollbar {
    width: 4px;
    border-radius:2px;
    background-color: #eee;
}
::-webkit-scrollbar-thumb {
    border-radius:4px;
    background-color: #ccc;
}
.main {
    width: 960px;
    min-height: 400px;
    margin: 0 auto;
    border-left: 1px solid #ecede8;
    border-right: 1px solid #ecede8;
    border-bottom: 1px solid #ecede8;
    padding-top: 60px;
}
h1 {
    margin: 20px 35px;
    border-bottom: 1px dashed #ecede8;
    font-size: 16px;
    color:#333;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    position: relative;
    clear: both;
}
.main .panel {
    padding: 0 35px;
}
.des {
    text-align: center;
    border: 1px solid #aaa;
    background-color:#f9f9f9;
    padding: 5px;
    font-size: 95%;
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
}
.manual {
    padding: 10px 0;
}
.manual li {
    margin-top: 10px;
    list-style: none;
}
.manual li b {
    font-weight: bold;
}
.resultContainer, .content {
    padding: 10px 15px;
    border: 1px solid #ccc;
    color:#333;
background-color:
    #f8f8f8;
    border-radius: 3px;
    margin-bottom: 20px;
}
.frm_control_group {
    margin-bottom: 20px;
}
.frm_control_group label {
    margin-right: 38px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.frm_controls {
    overflow: hidden;
}
.frm_label{
    float: left;
}
.frm_input_box {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #b3b3b3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#fff;
}
.frm_tips {
    display: inline-block;
    margin-left: 5px;
    color: #a3a3a3;
}
.inputDiv span {
    vertical-align: top;
}
.red {
    color:red;
}
.name {
    display: inline-block;
    width: 125px;
}
.inputDiv select, .inputDiv input[type="text"], .inputDiv input[type="file"] {
    width: 200px;
}
.inputDiv .tips {
    display: block;
    margin-left: 139px;
    color: 
    #a3a3a3;
}
.inputDiv .errMsg {
    display: block;
    margin-left: 139px;
    *margin-top: -18px;
}
.unsubmit {
    margin-left: 139px;
    display: inline-block;
    overflow: visible;
    padding: 0 40px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin-top: 6px;
    border: 1px solid#bebebe;
    box-shadow: 0 1px 1px
    #dddedb;
    background-color: #e4e4e4;
    background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d5d5d5),color-stop(0.1,#f1f1f1),color-stop(0.5,#e4e4e4),color-stop(0.9,#d7d7d7),color-stop(1,#d5d5d5));
    background-image: linear-gradient(rgb(248, 248, 248) 0%, rgb(241, 241, 241) 10%, rgb(228, 228, 228) 50%, rgb(215, 215, 215) 90%, rgb(213, 213, 213) 100%, rgb(213, 213, 213) 100%);
}
.footer {
    text-align: center;
    color: #516e81;
    margin: 25px auto 60px;
    font-size: 12px;
    height: 49px;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
}
.header{
	background: #333;
	height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    line-height: 60px;
}
.container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}
.logo{
	float:left;
}
.logo a{
	color: #FFF;
    font-weight: 700;
    text-decoration: none;
}
.logo a:hover{
	text-decoration:none;
}
.logo a p{
	margin: 0;
}
/*--了解更多--*/
.more{
	float: right;
}
.more a{
	color: #557ce9;
    font-size: 1em;
    text-decoration: none;
}
.more a:hover{
	color: #ffc449;
}
.more a p{
	margin: 0;
}
.logo p {
    font-size: 1.4em;
    color: #fff;
}
.logo p span {
    color: #557ce9;
}

@media (max-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media (max-width: 992px){
    .container {
        width: 970px;
    }
}
@media (max-width: 768px){
    .container {
        width: 750px;
    }
}
