/* 每日歌王 */
.warn-cotiner {
    padding-top: 90px;
    padding-bottom: 80px;
}
.warn-cotiner > div.con-box {
    width: 1200px;
    height: 1550px;
    margin: 0 auto;
    position: relative;
    background: url(../img/charm_moment/win_award_bg.png);
    background-size: 100% 100%;
}
div.con-box .king-singers-title {
    width: 1120px;
    position: absolute;
    top: -54px;
    left: 40px;
}
.king-singers-title > img {
    width: 100%;
}
.king-singers-title > span {
    width: 100%;
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to bottom, #C3751A 23%, #683508);
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 29px;
    left: 0px;
}
div.con-box > .winner-title { 
    padding-top: 101px;
}
div.con-box > .history-winner {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFC82C;
    position: absolute;
    right: 30px;
    top: 110px;
}
div.con-box > .winner-line {
    width: calc(100% - 66px);
    margin-left: 33px;
}
div.con-box > table {
    padding: 0 15px;
}
div.con-box > table thead tr {
    height: 34px;
}
div.con-box > table tbody tr {
    height: 68px;
}
div.con-box > table tbody tr td {
    height: 68px;
    line-height: 68px;
}
.table-tips {
    height: 60px;
    width: 876px;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-left: 162px;
    color: rgba(255,255,255,.6);
}
.warn-cotiner .remark {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid #6B99ED;
    margin: 37px 20px 0 20px;
    padding-top: 26px;
}


/* 遮罩层样式 */
.modal-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1,1,1,.4);
    z-index: 100001;
    display: none;
    transition: 0.3s ease;
}
/* 弹窗容器样式 */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0.9);
    background-color: #0C2A77;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(1,1,1,.4);
    z-index: 10001;
    width: 840px;
    height: 588px;
    transition: all 0.3s ease;
}
.modal h3 {
    height: 32px;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 55px;
}
.modal> .close-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 24px;
    font-size: 45px;
}
.modal-body {
    max-height: 380px;
    display: flex;
    padding: 0 40px;
    flex-wrap: wrap;
    overflow-y: scroll;
}
.modal-body > div {
    width: 50%;
    display: flex;
    margin-bottom: 36px;
}
.modal-body > div:nth-child(2n) {
    justify-content: flex-end;
}
.modal-body > div > span {
    font-size: 20px;
    font-weight: bold;
}
.modal-body > div > span:nth-child(2) {
    cursor: pointer;
    font-weight: 500;
    color: #71A3FF;
    margin-left: 10px;
    text-decoration-line: underline;
}
.modal-body > div > img {
    cursor: pointer;
}