* {
    margin: 0;
    padding: 0;
}
.charm-boby {
    max-width: 1920px;
    margin: 0 auto;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.banner-moment{
    width: 100%;
    height: 990px;
    background: url("../img/charm_moment/banner.jpg") no-repeat center 0;
    background-size: cover;
}
#contentMoment{
    background: url("../img/rank/result_background.png") no-repeat center 0px;
    background-size: cover;
}
.box_rank{
    width: 1330px;
    height: 144px;
    background: url("../img/rank/rank_title_bg.png");
}
.box_rank ul{
    padding: 35px 80px 35px 89px;
}
.box_rank li{
    width: 290px;
    height: 72px;
    line-height: 72px;
    display: inline-block;
    text-align: center;
    /*background-color: #f00;*/
    font-size: 44px;
    font-weight: bold;
    font-style: italic;
    font-family: Alimama_ShuHeiTi;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.box_rank li.selected{
    color: #683508;
    background: url("../img/rank/rank_title_selected.png");
}
.box_rank li .tag{
    position: absolute;
    top: -52px;
    left: calc(50% - 80px);
    z-index: 2;
}

.king-singers-title {
    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;
}

.box_today_title{
    margin: 58px 0 40px 0;
    position: relative;
    z-index: 1;
}
.box_today_title .blod{
    height: 48px;
    font-size: 48px;
    line-height: 48px;
    color: #FFC82C;
    font-weight: bold;
    text-align: center;
}
.box_today_title .small {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFC82C;
    position: absolute;
    top: 12px;
    z-index: 10;
}
.box_today_title .left {
    background: url("../img/rank/ico_quest_blue.png") no-repeat 0 center;
    padding-left: 36px;
    color: #71A3FF;
    left: 0;
}

.box-award-tips{
    /*padding: 30px 0;*/
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
}

.winner-days{
    width: 1100px;
    height: 40px;
    background: url("../img/charm_moment/winner-days-bg.png") no-repeat;
    margin-bottom: 30px;
    padding: 2px;
    box-sizing: border-box;
}
.winner-days ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}
.winner-days ul li{
    flex: 1;
    text-align: center;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
}
.winner-days ul li.selected{
    background-color: #295FDE;
}

.box_rank_content{
    /*width: 1200px;*/
    height: 1509px;
    background: url("../img/rank/rank_content_bg.png") no-repeat center 0;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 45px;
    position: relative;
}
.box_rank_content table{
    width: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    table-layout: fixed;
    /*border-collapse: collapse;*/
}
.box_rank_content table thead th{
    color: #71A3FF;
    font-size: 22px;
    font-weight: 500;
}
.box_rank_content table .nowrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box_rank_content .play{
    font-size: 14px;
    font-weight: 300;
}
.box_rank_content .box_flex .info{
    font-size: 12px;
    font-weight: 100;
    line-height: 18px;
    padding-left: 10px;
}
.box_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.number{
    width: 26px;
    height: 26px;
    display: block;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url("../img/rank/rank_number_bg.png") no-repeat;
}
.play{
    color: #fff;
    text-decoration-line: underline;
    width: 80px;
    /*height: 25px;*/
    display: block;
    background: url("../img/rank/ico_play.png") no-repeat 0 center;
    padding: 0 0 0 30px;
    margin: 0 auto;
    cursor: pointer;
}

.box_search{
    padding: 0 10px;
}
.box_search .box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 26px;
    overflow: hidden;
    position: relative;
}
.box_search ul li{
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box_search li.selected,
.box_search .box li:hover{
    background-color: #295FDE;
    color: #fff;
}
/*.box_search .box li:last-child{*/
/*    background-color: #f00;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    z-index: 10;*/
/*}*/
.box_search .ico_down::after,
.box_search .ico_up::after{
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url("../img/rank/ico_down.png") no-repeat right center;
}
.box_search .ico_up::after{
    transform: rotate(180deg);
}
.box_search .box_more{
    width: 100%;
    max-height: 620px;
    overflow: auto;
    display: block;
    border: 2px solid #6B99ED;
    background: #0C2A77;
    /*box-shadow: 0px 0px 14px 0px #FFFFFF;*/
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 1;
}
.box_more .letter{
    font-size: 26px;
    color: #71A3FF;
    line-height: 26px;
    padding: 10px;
}
.box_more ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    font-size: 24px;
}
.box_more ul li{
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 无数据样式 */
.no-data {
    width: 100%;
    font-size: 20px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.no-data > img {
    width: 160px;
    height: 160px;
}
.no-data-winner {
    font-size: 24px;
    font-weight: 500;
    margin-top: 133px;
}
.no-data-winner > img {
    width: 242px;
    height: 242px;
}

/* 分页 */
.pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 95px;
    font-weight: 500;
    font-size: 16px;
}
.pagination >div{
    display: flex;
}
.paging-no{
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 5px;
    cursor: pointer;
}
.select_paging{
    background:#295FDE ;
    border-radius: 50%;
}
.paging_up{
    margin-right:8px;
    cursor: pointer;
}
.paging_down{
    margin-left:8px;
    cursor: pointer;
}

/* 底部切换 */
.content-fix {
    width: 298px;
    height: 222px;
    box-sizing: border-box;
    padding: 3px 18px 0 0;
    background: url(../img/charm_moment/title_bg.png);
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 100;
}
.content-fix .box {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-weight: 600;
    font-size: 32px;
    cursor: pointer;
}
.content-fix .box a{
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: #fff;
    padding-left: 85px;
    background: url(../img/charm_moment/Frame.png) no-repeat 44px center;
}
.content-fix .selected {
    background: url(../img/charm_moment/Mask.png);
    background-size: 100% 100%;
}

/* 用户作品弹窗 */
.layer-user-pro {
    border-radius: 10px !important;
    background-color: #0C2A77 !important;
    color: #fff;
}
.layer-user-pro .layui-layer-title{
    color: #fff;
    background-color: transparent;
}
.layui-layer-close{
    background: url("../img/rank/ico_close.png") no-repeat !important;
    background-size: contain;
    position: absolute;
    right: -1px !important;
    top: -10px !important;
}
.layer-user-pro .dialog{
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
}
.layer-user-pro .title{
    padding: 10px 0;
    font-size: 32px;
}
.layer-user-pro #report{
    font-size: 20px;
    color: #9eaac9;
    text-decoration-line: underline;
    cursor: pointer;
}
.layer-user-pro #report::before{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../img/rank/ico_question.png") no-repeat;
    position: relative;
    top: 5px;
    right: 5px;
}
.layer-user-pro .box_reason{
    padding: 20px 0;
}
.layer-user-pro .box_reason li{
    width: 45%;
    display: inline-block;
    padding: 5px 0;
}
.layer-user-pro input[type="radio"]{
    appearance: none;
    width: 24px;
    height: 24px;
    position: relative;
    top: 2px;
    z-index: 10;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.layer-user-pro input[type="radio"]:checked {
    background: url("../img/rank/radio_checked.png") no-repeat;
    border: none;
}
.layer-user-pro textarea{
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
}
.layer-user-pro #btn{
    width: 382px;
    height: 56px;
    /*line-height: 56px;*/
    background: #FCD158;
    border-radius: 6px;
    font-size: 32px;
    color: #683508;
}