body, p, form, ul, li{ margin: 0; padding: 0; }
img { border: 0; }
ul, li { list-style: none; }
input,button { border: 0; padding: 0; }
a { color: #00c; }
.container { margin: 0px auto; width: 100%; position:absolute;top:20%;}
.logo-container { text-align: center; overflow: hidden; margin-bottom: 40px; height: 60px; }
.nav { height: 1.2em; overflow: hidden; margin: 0 0 9px 0; width:100%;}
.nav .nav-item { float: left; margin-right: 1em; *white-space: nowrap; }
.nav-item a, .nav-item span { font-size: 14px; font-family: arial; zoom: 1; text-decoration: none;}
.nav-item span { font-weight: bold; }
.search-box-outter {width: 498px; height: 30px; display: inline-block; margin-right: 5px; border: 1px solid #b6b6b6; border-color: #9a9a9a #cdcdcd #cdcdcd #9a9a9a; position: relative; box-shadow: 1px 1px 2px #bcbcbc inset; vertical-align: top; padding: 0; }
.search-box-outter .icon { display: inline-block; width: 20px; height: 21px; position: absolute; right: 5px; top: 5px; background: url(../image/bg.png) no-repeat -1000px 0;}
.search-box { width: 460px; height: 22px; font: 16px/22px arial; background: #fff; outline: 0; -webkit-appearance: none; *margin-top: 4px; }
.search-btn { display: inline-block; width: 95px; height: 32px; font-size: 14px; background: #ddd url(../image/bg.png); cursor: pointer; color: #000; line-height: 32px; text-align: center; }
.search-btn:active { background-position: -100px 0; }
.clearfix:after { display: block; clear: both; content: "."; visibility: hidden; height: 0; line-height: 0; }
.clearfix { zoom: 1; }

.form-container{width:650px;margin:0 auto;}
.s_btn {
	min-width: 100px;
	width: 10%;
    height: 36px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    background: #31c27c;
    border-bottom: 1px solid #31c27c;
    outline: medium;
    *border-bottom: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	cursor: pointer;
}
.s_btn:hover{background:#31c27c;border-bottom:1px solid #31c27c;*border-bottom:0;box-shadow:1px 1px 1px #ccc}
.s_ipt_wr {
    border: 1px solid #b6b6b6;
    border-color: #7b7b7b #b6b6b6 #b6b6b6 #7b7b7b;
    background: #fff;
    display: inline-block;
    vertical-align: top;
	max-width: 535px;
	width: 90%;
    margin-right: 0;
    border-right-width: 0;
    border-color: #b8b8b8 transparent #ccc #b8b8b8;
    overflow: hidden;
	height: 34px;
	padding: 0px 7px;
}
.s_ipt_wr:hover{border-color:#999 transparent #b3b3b3 #999}
.s_ipt_wr:focus{border-color:#31c27c transparent #31c27c #31c27c}
input,button{
    float:left;
}
input,button:focus{
		border-color: #31c27c;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}


.keys-container h2{font-size: 14px;color: #858a8e;}
.keys-container{max-width: 650px;margin: 0 auto;clear: both;padding: 25px;}
.keys-container ul li a{color:#31c27c;text-decoration: none;outline: 0;margin-right:14px;}
.keys-container ul li a:hover{color:#7FAD4B;text-decoration:none}

.middle-fixed{text-align: center;max-width: 468px;margin: 65px auto -30px;}

@media only screen and (max-width:700px){
	.s_ipt_wr {
		width: 75%;
	}
	.s_btn {
		width: 15%;
		max-width:100px;
		min-width:80px;
	}
	.form-container {
		width: 100%;
		margin-left: 20px;
	}
	.blank_200 {
		height: 150px;
	}
}
@media only screen and (max-width:520px){
	.s_ipt_wr {
		width: 65%;
	}
	.s_btn {
		width: 20%;
		max-width:100px;
		min-width:80px;
	}
}
@media only screen and (max-width:380px){
	.s_ipt_wr {
		width: 62%;
	}
	.s_btn {
		width: 30%;
		max-width:100px;
		min-width:80px;
	}
	.form-container{margin: 0 auto;width: 91%;}
}
@media only screen and (max-width:280px){
	.s_btn {
		width:80px;
	}
	.form-container {
		width: 275px;
		margin-left: 5px;
	}
}
	#top{display:none;}
	.apptop{box-shadow: none;position: fixed;top: 0 !important;width: 100%;height: 50px;background-color: #efefef;z-index: 100;display: flex;justify-content: space-between;}
	.apptop .left{width: 158px;height: 42px;margin-left: 10px;margin-top: 4px;text-decoration: none;}
	.apptop .left img{height: 100%;}
	.apptop .right{width: 90px;height: 36px;border-radius: 20px;margin-right: 15px;line-height: 36px;background-color: #f0575b;text-align: center;margin-top: 7px;}
	.apptop .right .btn-download{color: #fff;font-size: 16px;font-weight: bold;text-decoration: none;}