.swiper_img {
    background-color: #f5f5f5;
    width: 100%;
    height: 165px;
}

.tab .tab__item{
    font-size: 14px;
    width: 24%;
    border-radius: 20px;
    font-weight: 500;
    color: #C9A275;
    position: relative;
    text-align: center;
    background-color: #F6F8F9;
}
.tab .active {
    color: #fff;
    background-color: #C9A275;
}

.count_down {
    height: 75px;
    text-align: center;
    background: url('../assets/bg1.png')no-repeat center/ 100% 100%;
}
.count_down-title {
    font-size: 12px;
    font-weight: 500;
    color: #222;
    display: inline-block;
    position: relative;
}
.count_down-title::before {
    content: '';
    width: 104px;
    height: 4px;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url('../assets/icon1.png')no-repeat center/ 100% 100%;
}
.count_down-title::after {
    content: '';
    width: 104px;
    height: 4px;
    top: 50%;
    right: -100%;
    transform: rotate(180deg) translate(-50%, -50%);
    transform-origin: top;
    position: absolute;
    background: url('../assets/icon1.png')no-repeat center/ 100% 100%;
}
.count_bg {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background: #222;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.index_search {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #C9A275;
}
.index_search-btn {
    width: 60px;
    height: 100%;
    border-radius: 20px;
    color: #fff;
    background: #C9A275;
}

.index_list {

}

.votes {
    color: #C9A275;
}
.index_list-item {
    border-radius: 8px;
    border: 1px solid #C9A275;
}

.index_list-item .img {
    height: 183px;
    background: #D8D8D8;
    border-radius: 7px 7px 0 0;
}
.index_list-item .icon_fire {
    top: 5%;
    left: 5%;
    width: 24px;
    height: 24px;
    position: absolute;
}
.index_list-item .item_votes {
    bottom: 5%;
    right:0;
    margin-bottom:-3px;
    /*min-width: 88px;*/
    height: 24px;
    line-height: 24px;
    padding-left: 2px;
    padding-right: 6px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    position: absolute;
    justify-content: flex-end; align-items: center;
}
.index_list-item .icon_votes {
    width: 10px;
    height: 10px;
}
.index_list-item .title {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    color: #222;
	line-height: 20px;
}
.index_list-item .item_btn {
    padding: 4px 10px;
    box-shadow: inset 0px 1.5px 4px 0px rgba(255,255,255,0.5);
    border-radius: 14px;
    /* border: 1px solid #AA7E2D; */
    color: #fff;
    background: #C9A275;
	font-size: 13px;
}

.index_instructions {
    background: rgba(201,162,117,0.1400);
    border-radius: 8px;    
    overflow: hidden;
}
.index_instructions-title {
    text-align: center;
    color: #fff;
    background: #C9A275;
}

.model .model_description {
    width: 295px;
    height: 246px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: auto;
    background: url('../assets/bg3.png')no-repeat center/ 100% 100%;
}
.model .close {
    z-index: 999;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 50%);
}

.ticket {
    bottom: 12%;
    right: 5%;
    position: fixed;
}
.ticket .ticket_img {
    width: 68px;
    height: 60px;
}

.instructions {
    bottom: 12%;
    left: 4%;
    position: fixed;
    width:72px;height:72px;overflow: hidden;
}
.instructions .ticket_img {
    width: 72px;
    height: 72px;
}


.model .model_ticket {
    width: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    position: absolute;
    margin: auto;
    background-color: #fff;
}

.ticket_close {
    width: 12px;
    height: 12px;
}

.ticket_item {
    background: #F6F8F9;
    border-radius: 8px;
    border: 1px solid transparent;
}

.ticket_active {
    border: 1px solid #C9A275;
}

.ticket_btn {
    width: 92%;
    border-radius: 22px;
    font-weight: 400;
    color:#fff;
    background: #C9A275;
    height: 44px;
    line-height: 44px;
}

.results_btn {
    margin: auto;
    margin-top: 40px;
    border-radius: 20px;
    width: 60%;
    text-align: center;
    color: #fff;
    background: #C9A275;
}

.results2_img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.result_list .img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}


.model_img {
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.swiper-pagination-bullet-active { background: #fff; }
.bg1 { background: url('../assets/icon6.png')no-repeat left center/ 16px 16px; }
.bg2 { background: url('../assets/icon6.png')no-repeat left center/ 24px 24px; }

.bg3 { background: url('../assets/rank1.png')no-repeat center top/ 78px 95px; }
.bg4 { background: url('../assets/rank2.png')no-repeat center top/ 60px 82px; }
.bg5 { background: url('../assets/rank3.png')no-repeat center top/ 60px 82px; }
.bg_color1 { background-color: #F6F8F9; }

.player-name{word-break: keep-all;overflow: hidden;text-overflow: ellipsis}

.item_play {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}



.results_new {
    width: 100%;
    min-height: 450px;
    /*background: url('../assets/bg4.png')no-repeat center/ 100% 100%;*/
    background: url('../assets/bg4.png')repeat-y center/ 100% 450px;
    background-color: #020202;
}

.results_new-b {
    width: 102px;
    height: 128px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    z-index: 99;
}
.results_new-b.one {
    width: 143px;
    height: 170px;
    background: url('../assets/one.png')no-repeat center/ 128px 155px;
}
.results_new-b.two {
    background: url('../assets/two.png')no-repeat center/ 92px 121px;
}
.results_new-b.three {
    background: url('../assets/three.png')no-repeat center/ 92px 121px;
}

.results_new-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: 22px;
    left: 50%;
    transform: translate(-50%, 0);
}
.results_new-img.one {
    width: 128px;
    height: 128px;
}


.result_title::after {
    content: '';
    width: 32px;
    height: 2px;
    top: 50%;
    left: -35px;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #C9A275;
}
.result_title::before {
    content: '';
    width: 32px;
    height: 2px;
    top: 50%;
    right: -70px;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #C9A275;
}

.result_newlist-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #C9A275;
}


.bg_color1 { background-color: #F6F8F9; }
.color1 { color: #C9A275; }