* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background: rgb(255 255 255);
}

img, ul, li, p {
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
}

ul {
    list-style: none;
}

a, a:visited {
    text-decoration: none !important;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    padding-bottom: 0px;
}

.overflow {
    overflow: hidden;
}

.text_black_333 {
    font-weight: bold;
    color: #333333;
}

.text_333 {
    color: #333333;
}

.text_grey_999 {
    color: #999999;
}

.text_grey_666 {
    color: #666666;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text_red {
    color: #FF0000;
}
.text_yellow {
    color: #FF9900;
}

.text_10 {
    font-size: 10px;
}

.text_12 {
    font-size: 16px;
}

.text_11 {
    font-size: 11px;
}

.text_13 {
    font-size: 13px;
}

.text_14 {
    font-size: 18px;
}

.text_16 {
    font-size: 16px;
}
.text_18 {
    font-size: 24px;
}

.text_green {
    color: #56CF20;
}

#lodding_txt {
    font-size: 12px;
}

#lodding {
    display: none;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
}

#empty_view {
    text-align: center;
    padding-top: 40%;
}

.text_blue {
    color: #4793F1;
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title_text {
    color: #333333;
    font-weight: bold;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
}

.top_img {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.text_bold {
    font-weight:900;
}
.text_bold_red {
    color: #d00000;
    font-weight:900;
}

.text_color {
    color: #755355;
}

.div_stage_item {
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    padding: 16px 0px 16px 0px;
    overflow: hidden;
}
.popup_arrow_top {
    width: 0px;
    height: 0px;
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    border-width: 5px;
}
#countdown {
    width: 50%;
    margin-left: 25%;
    border-radius: 999px;
    height: 32px;
    line-height: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px rgba(255, 0, 0, 0.4);
    display: none;
    text-align: center;
    font-weight: bold;
    color: #dc5e4e;
    margin-top: -6vw;
}
.div_background{
    width: 630px;
    margin-left: 5%;
    border-radius: 30px;
    background: linear-gradient(to bottom, #FFFFFF, #FFF5EB);
    padding: 10px;
    margin-top: 30px !important;
    border: 2px solid #FFFFFF;
}
.user_close {
    display: none;
    position: absolute;
    top: 0;
    right: 10%;
    width: 20px;
    padding: 10px;
}
.btn_add {
    width: 33.3333%;
    text-align: center;
    padding: 14px 0px;
    position: relative;
}
.btn_add:active {/* 点击效果 */
    background-color: #efefef;
    opacity: 0.5;
}
#gradient-bar {
    z-index: 0;
    position: relative;
    height: 10px;
    margin-left: 1%;
    width: 98%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, white 30px, white calc(100% - 30px), rgba(255, 255, 255, 0) 100%);
    background-size: 100% 10px;
    background-repeat: no-repeat;
}
.bar-time {
    height: 20px;
    line-height: 20px;
    width: 60px;
    margin-left: calc(50% - 30px);
    text-align: center;
    border-radius: 999px;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #F10000;
}
.bar-time-red {
    border: 2px solid #EE7A7A;
    background-color: #EE7A7A;
    color: #FFFFFF;
}
.bar-time-high {
    border: 2px solid #FFFFFF;
    background-color: #F10000;
    color: #FFFFFF;
}
.btn_vote {
    background-image: url('https://js.tgb.cn/weex/assets/img/btn_red_vote.png');
    background-size: 100% 100%;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: white;
    margin-top: 5px;
    text-align: center;
}
#btn_choujiang {
    position: fixed;
    z-index: 4;
    bottom: 30px;
    left: 40px;
    width: calc(100% - 80px);
    background-image: url('https://js.tgb.cn/weex/assets/img/btn_to_choujiang.png');
    background-size: 100% 100%;
    text-align: center;
    padding: 4px 0;
}
.mask {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}

.textfield {
    border: 1px solid #efefef;
    height: 35px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 10px;
    width: calc(100% - 130px);
}
#input {
    width: 100%;
    height: 35px;
    border: 0px;
    outline: none;
    background-color: transparent;
    padding: 0px;
    font-size: 16px;
}
.search_result_box {
    margin: 0px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 220px;
    overflow-y: auto;
    position: relative;
}
.search_result_box::-webkit-scrollbar {
    display: none;
}
#user_list_empty {
    margin: 0px 20px 20px 20px;
    width: calc(100% - 40px);
    height: 220px;
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
}
.search_result_item {
    width: 25%;
    padding: 15px 0px;
    text-align: center;
    border-radius: 4px;
}
#btn_select_user {
    margin: 20px;
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #CCCCCC;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    pointer-events: none;
}
.btn_search {
    background-color: rgb(167, 36, 16);
    color: #fff;
    border-radius: 4px;
    width: 90px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
}
#alert_title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}
#alert_selector {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -500px;
    height: 480px;
    background: #fff;
    border-radius: 10px;
    z-index: 100;
    overflow: hidden;
}
#alert_submit_confirm {
    overflow: hidden;
    display: none;
    position: fixed;
    left: 40px;
    top: 35%;
    /* height: 480px; */
    width: calc(100% - 80px);
    z-index: 10;
    background-color: #fff;
    border-radius: 10px;
}
#alert_back_confirm {
    overflow: hidden;
    display: none;
    position: fixed;
    left: 40px;
    top: 35%;
    /* height: 480px; */
    width: calc(100% - 80px);
    z-index: 10;
    background-color: #fff;
    border-radius: 10px;
}
#alert_nominate_list {
    overflow: hidden;
    display: none;
    position: fixed;
    left: calc(50% - 200px);
    top: 15%;
    height: 480px;
    width: 400px;
    background: url("https://js.tgb.cn/weex/assets/img/alert_2022_nominate.png") no-repeat;
    background-size: 100%;
    z-index: 10;
    text-align: center;
}
#alert_add_user {
    overflow: hidden;
    display: none;
    position: fixed;
    left: calc(50% - 120px);
    top: 25%;
    height: 220px;
    width: 240px;
    background: #ffffff;
    z-index: 10;
    text-align: center;
    border-radius: 15px;
    padding-top: 40px;
}
.select_img {
    border-radius: 9999px;
}
#p_nominate_list {
    color: #FF6600;
    font-size: 18px;
    font-weight: bold;
}

.content {
    padding-top: 430px !important;
}

.btn_focus {
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    width: 70px;
    border-radius: 999px;
    font-size: 14px;
    background: #ccc;
    margin: 5px auto;
}

.award-badge {
    float: left;
    width: 49%;
    height: 80px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.award-badge_img_1_5,.award-badge_img_2_5,.award-badge_img_3_5,.award-badge_img_4_5,.award-badge_img_4_6, .award-badge_img_2_1, .award-badge_img_3_1, .award-badge_img_4_1,.award-badge_img_3_2,.award-badge_img_4_2,.award-badge_img_4_3 {
    background-image: url("https://css.tgb.cn/images/2025/2025_top_state_1.png");
    color: #C66F0F;
}

.award-badge_img_1_2,.award-badge_img_1_3,.award-badge_img_1_4,.award-badge_img_1_6,.award-badge_img_2_3,.award-badge_img_2_4,.award-badge_img_2_6,.award-badge_img_3_4,.award-badge_img_3_6,.award-badge_img_1_7,.award-badge_img_2_7,.award-badge_img_3_7,.award-badge_img_4_7 {
    background-image: url("https://css.tgb.cn/images/2025/2025_top_state_0.png");
    color: #999999;
}
.award-badge_img_1_1,.award-badge_img_2_2,.award-badge_img_3_3,.award-badge_img_4_4    {
    background-image: url("https://css.tgb.cn/images/2025/2025_top_state_2.png");
    color: red;
}
. .badge-title {
    font-size: 16px;
    font-weight: bold;
}

.badge-content {
    text-align: center;
    /*color: #C66F0F;*/
}
.badge-date {
    font-size: 12px;
    margin-top: -2px;
}

#div_stage {
    width: 90%;
    padding-left: 5%;
    margin-top: -76px;
    z-index: 1;
    position: relative;
}
.name_p{
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}