body {
    min-width: 1200px;
    background: #fef3d5;
}
.banner-container {
    width: 100%;
    height: 372px;
    background: url("../img/analyze/banner-bg.png")no-repeat center;
}
.subject-container {
    width: 100%;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.logo {
    position: absolute;
    left: 24px;
    width: 122px;
    height: 44px;
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}
.logo-img {
    width: 102px;
    height: 26px;
    margin-top: 8px;
}
.job-title {
    position: absolute;
    left: 210px;
    top: 56px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0px 2px 6px #333;
}
.job-title em {
    font-style: normal;
}
.details-title {
    position: absolute;
    top: 202px;
    left: 50%;
    margin-left: -310px;
    font-weight: 500;
    display: block;
    width: 620px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #995621;
}
.button-style {
    float: left;
    display: block;
    margin: 6px 40px;
    width: 168px;
    height: 44px;
    background: #ec6941;
    border-radius: 6px;
    box-shadow: 0px 4px 0px #ca4923;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.subject-list-box {
    /*width: 744px;*/
    width: 744px;
    margin: 0 auto;
    text-align: center;
}
.subject-list-box:after {
    display: table;
    content: " ";
    clear: both;
}
.subject-box {
    width: 1100px;
    background: #fff;
    margin: 30px auto;
}
.subject-box .question-title {
    display: block;
    width: 100%;
    height: 40px;
    background: #e14b23;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.subject-box .question-title span {
    margin-left: 22px;
}
.img-box {
    width: 100%;
    overflow: hidden;
}
.question-img-list {
    width: 1100px;
    max-width: 100%;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    background: url(../img/analyze/top.png);
}