*{
    margin: 0;
    padding: 0;
}
input{
    background: none;
    outline: none;
    border: none;
}
.pageHeader{
    height: 40px;
    background-color: #7E6B5A;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.topnav{
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.tips{
    color: #fff;
    font-size: 14px;
}
.span_p_nav{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
}
.span_nav{
    color: #EEEEEE;
    font-size: 14px;
    padding:0 12px;
    display: inline-block;
}
.span_nav:hover{
     color: #ffffff;
     cursor: pointer;
 }
.line_span{
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #eeeeee;
    vertical-align: -0.1rem;
}
.timers{
    color: #C3A14F;
    margin-left: 40px;
    font-size: 14px;
}
.pageBanner{
    width: 100%;
    height: 960px;
}
.imgBox{
    padding-top: 27px;
    font-size: 0;
}
.toplogo{
    width: 412px;
    height: 49px;
}
.toplogo img{
    width: 412px;
    height: 49px;
}
.loginBox{
    cursor: pointer;
    float: right;
    margin-top: 8px;
    width: 100px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #7E6A5A;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #7E6B5A;
}
.loginBox a{
    font-size: 12px;
    color: #7E6A5A;
}
.loginBox a:hover{
    color: #7E6A5A;
}
.loginBox:hover{
    border: 1px solid #C3A14F;
}
.loginBox .line{
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #7E6A5A;
    margin: 0 4px;
    vertical-align: -0.1rem;
}
.logoBox{
    overflow: hidden;
    padding-top: 144px;
    text-align: center;
}
.logoBox img{
    width: 626px;
    height: 85px;
}
.inputBox{
    padding-top: 60px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.topcontent{
    text-align: center;
    overflow: hidden;
}
.inputBox input{
    height: 52px;
    width: 800px;
    border: 1px solid #7E6B5A;
    text-indent:10px;
    vertical-align: top;
    font-size: 16px;
    border-right: none;
    background-color: #fff;
    text-align: center;
}
.inputBox #btn{
    display: inline-block;
    width: 140px;
    height: 52px;
    text-align: center;
    line-height: 54px;
    color: #FFFFFF;
    background-color: #7E6B5A;
    font-size: 18px;
    cursor: pointer;
}
.inputBox #btn:hover{
    background-color: #C3A14F;
}
.btn_p{
    text-align: center;
    padding-top: 90px;
}
.btn_p span{
    height: 35px;
    font-size: 16px;
    cursor: pointer;
    color: #3a2e23;

}
.btn_p span:hover{
    color: red;
}
.gomfb_p{
    margin-top: 50px;
    display: inline-block;
    width: 500px;
    height: 58px;
    line-height: 58px;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    background-color: #867768;
    border-radius: 3px;
    cursor: pointer;
}
.gomfb_p:hover{
    background-color: #C3A14F;
}
.titles_p{
    text-align: center;
    padding-top: 30px;
    color: #FFFFFF;
}