.container {
    width: 100%;
    height: 1962px;
    overflow: hidden;
    margin: 0 auto;
    background: url('../img/pro1/bg.jpg') no-repeat;
}

.hdgz {
    width: 848px;
    height: 120px;
    margin: 0 auto;
    margin-top: 25px;
}

.hdgz span {
    width: 810px;
    height: 70px;
    display: block;
    color: #9a2d0e;
    font-size: 16px;
    line-height: 33px;
    margin-top: 57px;
    margin-left: 0;
    text-align: left;
    font-family: "Source Han Serif SC", serif;
    font-weight: bold;
}

.content .hd {
    width: 100%;
    height: 400px;
    text-align: center;
}

.content .hd .box {
    width: 434px;
    height: 294px;
    display: inline-table;
    position: relative;
    background: url('../img/pro8/box-bg.png') no-repeat top;
    margin: 20px 110px 10px 110px;
}

.content .hd .box .ranking {
    width: 120px;
    height: 28px;
    border: 1px solid #ffffda;
    background-color: #9a3601;
    border-radius: 15px;
    font-family: "Source Han Serif SC", serif;
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
    line-height: 28px;
    color: #fde5b7;
    font-size: 18px;
    font-weight: bold;
}

.content .hd ul {
    width: 76%;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
}

.content .hd ul li {
    width: 70px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin: 5px 6px;
    cursor: pointer;
}

.content .hd ul li em {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    background: url('../img/pro8/circle.png') no-repeat;
    left: 0;
    top: 5px;
}

.content .hd ul li i {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background: url('../img/pro8/right.png');
    left: 0;
    top: 1px;
    display: none;
}

.content .hd ul li.on i {
    display: block;
}

.content .hd ul li span {
    color: #fff;
    position: absolute;
    right: 0;
    top: 1px;
    background: #ec4c2a;
    border: 1px solid #ff6b6b;
    border-radius: 11px;
    width: 53px;
    height: 18px;
    line-height: 20px;
    font-family: "Source Han Serif SC", serif;
    font-weight: bold;
    font-size: 15px;
}

.content .hd .box .lq {
    width: 183px;
    height: 63px;
    display: block;
    margin: 0 auto;
}

.content .hd .box .lq.lq1 {
    background: url('../img/pro8/lq1.png') no-repeat;
}

.content .hd .box .lq.lq2 {
    background: url('../img/pro8/lq2.png') no-repeat;
}

.content .hd .box .lq.lq3 {
    background: url('../img/pro8/lq3.png') no-repeat;
}

.content .hd .box .show_detail {
    width: 163px;
    height: 275px;
    position: absolute;
    right: -175px;
    top: 15px;
    border: 1px solid #ec4c2a;
    background-color: #ffebb8;
    border-radius: 24px;
}

.content .hd .box .show_detail span {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #ec4c2a;
    font-family: "Source Han Serif SC", serif;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.content .hd .box .show_detail span:first-of-type {
    margin-top: 16px;
}