/* 奖项标签样式 */
body{
    background: #F5F4F8 100%;
}
.h2{
    color: #101010;
}
.cphi-exhibitor-name{
    cursor: pointer;
}
.award-e-name{
    color: black;
}
.award-tag {
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin: 0 4px 8px 0;
    border-radius: 15px;
}
.tag-yellow {
    background: linear-gradient(123.9deg, rgba(255,215,0,1) 7.29%,rgba(218,165,32,1) 94.11%);
}
.tag-black {background: linear-gradient(-45.77deg, rgba(16,16,16,1) 2.36%,rgba(121,87,0,1) 102.43%);}
.tag-dark-brown {
    background: linear-gradient(-45.77deg, rgba(16,16,16,1) 2.36%,rgba(121,87,0,1) 102.43%);
}
.tag-brown {background: linear-gradient(-45.77deg, rgba(16,16,16,1) 2.36%,rgba(121,87,0,1) 102.43%);}
/* 参展商卡片样式 */
.exhibitor-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}
/* 投票按钮样式 */
.vote-btn {
    width: 100px;
    color: #fff;
    border: none;
    padding: 6px 12px;
    background-color: rgba(255,157,101,1);
    cursor: pointer;
    border-radius: 24px;
    cursor: pointer;
    font-weight: bold;
}
.voted-btn {
    height: 33px;
    width: 100px;
    background-color: white;
    color: #FF9D65;
    border: 4px solid #FF9D65;
    padding: 0px 12px;
    cursor: not-allowed;
    border-radius: 24px;
    font-weight: bold;
}
.cancel-btn {
    background-color: #E0E0E0;
    color: #000;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    margin-top: 4px;
    border-radius: 24px;
}
.cphi-intro-img{
    width: 404px;
    height: 161px;
}
.cphi-intro-desc{
    color: #101010;
    font-size: 16px;
}
.cphi-page-desc{
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bbb;
}
.cphi-intro-text{
    padding-left: 50px;}
.cphi-search-input{
    width: 419px;
    border-radius: 21px !important;

}

.cphi-exhibitor-search i{position: absolute;
    right: 22px;
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 20px;
    color: #AEAEB2;}
.cphi-exhibitors-header{
    justify-content: space-between;
    align-items: center;
}
.cphi-exhibitor-search{
    width: 419px;
    position: relative;
}
.cphi-exhibitors-list .cphi-exhibitor-card{
    background: #fff;
    margin: 0;
    margin-bottom: 10px;
    padding: 26px 33px;
    width: 100%;
    border-radius: 12px;
}
.cphi-exhibitors-list .cphi-exhibitor-card:hover{
    box-shadow: 0px 2px 21px 5px rgba(255,215,0,0.11);
}
.cphi-exhibitor-meta ._line2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 18px;
}
.cphi-exhibitor-meta ._info {
    display: flex;
    align-items: center;
    color: #424242;
    font-size: 15px;
    line-height: 20px;
    i {
        font-size: 20px;
        color: #6D6C71;
        margin-right: 5px;
    }
}
.cphi-page-header{
    margin-top: 50px;
}
.cphi-exhibitor-info .tpic{
    margin-right: 30px;
    width: 191px;
    height: 87px;
    border-right: 1px solid #F1F1F2;
    padding-right: 20px;
    flex: none;
    /*background: #000;*/
}
.tpic img{
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}
.load{
    margin-top: 20px;
    text-align: center;
    font-size: 19px;
    color: #6d6c71;
    display: none;
}
.cphi-exhibitor-card{
    ._tags{
        width: 700px;
        overflow: hidden;
        display: flex;
        overflow-x: auto;
        gap: 12px;
        margin-top: 15px;
        min-height: 25px;
        scrollbar-width: none;  /* Firefox */
        -ms-overflow-style: none;  /* IE/Edge */
        .cphi-exhibitor-tag{
            white-space: nowrap;
            line-height: 25px;
            padding: 0 8px;
            border-radius: 20px;
            background: #F1F1F2;
            color: #6D6C71;
        }
    }
    .award-tag{
        width: 191px;
        text-align: center;
        border-radius: 40px;
        background: linear-gradient(123.9deg, rgba(218, 165, 32, 1) 7.29%, rgba(249, 227, 157, 1) 55.91%, rgba(218, 165, 32, 1) 94.11%);
        margin-right: 0;
        cursor: pointer;
    }
}
.typeimg{
    width: 184px;
    height: 60px;
    float: right;
    margin-bottom: 15px;
}
.typeimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cphi-exhibitor-candidate-type{
    color: #666666;
    font-size: 20px;
    font-weight: bold;
}

.exhibitors-box{
    .exhibitor-item{
        background: #fff;
        border-radius: 12px;
        position: relative;
        padding: 28px 20px 20px;
        transition: all .3s;
        ._mark{
            position: absolute;
            width: 40px;
            height: 28px;
            top: 6px;
            right: 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 6px;
            border: 1px solid #E5E5EA;
            color: #D9D9D9;
            cursor: pointer;
        }
        ._mark.on{
            border-color: #FF9500;
            background: #FF9500;
            color: #fff;
        }
        ._tag{
            position: absolute;
            left: 0;
            top:0;
            line-height: 21px;
            border-radius: 12px 0 12px 0;
            background: #FFCC00;
            color: #fff;
            padding: 0 14px;
        }
        ._main-img{
            width: 100px;
            height: 78px;
            object-fit: contain;
            margin-right: 24px;
        }
        ._right-info{
            width: calc(100% - 164px);
            ._name{
                font-size: 17px;
                line-height: 22px;
                margin-bottom: 8px;
                font-weight: 600;
                color: #000;
            }
            ._line2{
                display: flex;
                flex-wrap: wrap;
                gap: 10px 20px;
            }
            ._info{
                display: flex;
                align-items: center;
                color: #424242;
                font-size: 15px;
                line-height: 20px;
                i{
                    font-size: 20px;
                    color: #6D6C71;
                    margin-right: 5px;
                }
            }
        }
        ._tags{
            /*overflow: hidden;*/
            display: flex;
            overflow-x: auto;
            gap: 12px;
            margin-top: 15px;
            min-height: 25px;
            scrollbar-width: none;  /* Firefox */
            -ms-overflow-style: none;  /* IE/Edge */
            div{
                white-space: nowrap;
                line-height: 25px;
                padding: 0 8px;
                border-radius: 20px;
                background: #F1F1F2;
                color: #6D6C71;
            }
        }
        ._tags::-webkit-scrollbar {
            display: none;
            width: 0;
            height: 0;
        }
    }
}
.wap-show{display: none}


/* 自定义弹窗样式 */
.modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0.5rem;
}
.modal-title {
    font-size: 1.25rem;

    color: #333;
    margin: 0 auto;
    font-weight: bold;
}
.voted-btn:hover::before {
    content: "Cancel";
}
.voted-btn::before {
    content: "Voted";
}
.modal-body {
    padding: 1rem 1.5rem 1.5rem;
}
/* 公司名称样式 */
.modal-content .company-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1A818F; /* 浅蓝色匹配截图 */
    margin-bottom: 1.5rem;
    font-weight: bold;
}
/* 奖项条目样式 */
.modal-content .award-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
}
.modal-content .award-item:nth-last-child(1){
    border: none;
}
.modal-content .award-name {
    font-size: 0.95rem;
    color: #333;
    font-weight: bold;
}
/* Vote按钮样式 */
.modal-content .vote-btn {
    background-color: #ff9f69; /* 橙色调匹配截图 */
    border: none;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 20px; /* 圆角按钮 */
    font-size: 0.85rem;
}
.modal-content .vote-btn:hover {
    background-color: #ff8a47;
    color: white;
}
/* 关闭按钮样式 */
.modal-content .btn-close {
    padding: 0.5rem;
    margin: 0;
}
.awrds-tags{
    display: flex;
}
/* 响应式调整 */
@media (max-width: 768px) {
    .award-tag {
        display: inline-block;
        margin-bottom: 8px;
        width: auto;
    }
    ._tags{
        width: 73%;
    }
    .tag-btn{
        margin: 13px 0 0 20px !important;
    }
    .exhibitor-card {
        padding: 12px;
    }
    .cphi-exhibitor-info .tpic{
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .cphi-exhibitor-info{
        flex-wrap: wrap;
    }
    .cphi-exhibitors-list .cphi-exhibitor-card{
        padding: 10px;
    }
    .cphi-page-header{
        display: none;
    }
    .cphi-award-tags{
        display: none;
    }
    .cphi-intro-img {
        width: 100%;
        height: 156px;
        display: block;
        border-radius: 9px;
    }
    .cphi-intro-text {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .cphi-exhibitors-header{
        display: block !important;
    }
    .cphi-exhibitor-search{
        width: 100%;
    }
    .exhibitor-item .vote-btn{
        /*position: absolute;*/
        right: 20px;
        bottom: 20px;
        padding: 6px 20px;
    }
    .wap-show{
        display: block;
        margin-top:var(--bs-gutter-y);
    }
    .pny-5{
        margin-top:20px;
    }
    /*.award-dropdownbox{*/
    /*    border: 1px solid #ddd;*/
    /*    border-radius: 4px;*/
    /*    padding-right: 10px;*/
    /*    background: #fff;*/
    /*}*/
    /*.award-dropdown {*/
    /*    width: 100%;*/
    /*    padding: 0.5rem 1rem;*/

    /*    border-radius: 4px;*/
    /*    font-size: 0.9rem;*/
    /*    color: #333;*/
    /*    border: 1px solid #ddd;*/
    /*}*/
    .dropdown-container {
        position: relative;
        width: 100%;
    }
    .award-dropdown {
        width: 100%;
        padding: 0.5rem 1rem;
        padding-right: 40px !important; /* 预留箭头空间，避免文字遮挡 */
        border: none;
        border-radius: 30px;
        font-size: 0.9rem;
        color: #333;
        /* 隐藏原生下拉箭头 */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
    }
    /* 自定义下拉箭头（距离右侧15px） */
    .dropdown-container::after {
        content: "\e873"; /* Font Awesome下拉箭头图标 */
        font-weight: 900;
        position: absolute;
        right: 15px; /* 核心：距离右侧15px */
        top: 50%;
        font-family: "iconfont" !important;
        transform: translateY(-50%);
        color: #666; /* 箭头颜色 */
        pointer-events: none; /* 点击穿透，不影响select选择 */
    }
    .award-list{
        max-height: 240px;
        overflow: auto;
    }
}
