* {
    font-family: Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
}
body{
    background-color: #f0e0cb;
    background-size: cover;
    color: #D49C06;
}
a {
    color: #333333;
}
.btn {
    border-radius: 0;
}
.layout {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.header {
    width: 100%;
    background-color: #242424;
}
.header .logo {
    padding: 30px 0;
    text-align: center;
    font-size: x-large;
    color: #f0ad4e;
}
.header .search-box {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding-bottom: 30px;
}
.line-box {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}
.line {
    padding-top: 15px;
}
.line-text {
    display: block;
    border: 1px solid #D49C06;
    text-align: center;
    color: #D49C06;
    padding: 5px 0;
    font-size: large;
    border-radius: 15px;
}

/**导航**/
.nav-box {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}
.title {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.nav-text {
    display: block;
    text-align: center;
}
.nav-text img{
    width: 48px;
}
.nav-text p{
    font-size: 14px;
    color: #D49C06;
    padding: 5px 0;
}

.link-box {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 15px;
}
.link {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
}
.site-title {
    text-align: center;
    padding-bottom: 10px;
}
.footer {
    width: 100%;
    background-color: #242424;
    text-align: center;
}
.footer span{
    height: 45px;
    line-height: 45px;
    color: #FFFFFF;
}