html,body{
    width: 100%;
    min-height: 100%;
    min-width: 1300px;
}
body{
    background: url("../images/login/login-bg.jpg") no-repeat center bottom;
    background-size: 100%;
    background-color: #fafafb;
}
.header{
    background-color: #fafafb;
}

.content{
    width: 550px;
    margin: 80px auto 0 auto;
}

.page-title{
	margin-bottom: 30px;
    font-size: 75px;
	font-weight: bold;
    color: #1f1f1f;
    text-align: center;
    font-family: -webkit-pictograph;
}

.content .search{
	text-align: left;
	/* color: #E4E4E4; */
}
.btn-box{
    text-align: center;
    padding-top: 20px;
}
.search-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right:12px;
    background: url(../images/website/search-icon.png) no-repeat;
    vertical-align: middle;
}
.search-btn{
    background-color: #a0dba3;
    width: 156px;
    height: 46px;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 18px;
	font-family: Microsoft Yahei;
    border-radius: 8px;
    outline: none;
}