.menu {
    background-color: #f02a2a;
}

.footer {
    background-color: #b90000;
    border-top: 6px solid #b90000;
}

.award {
    background: linear-gradient(180deg, #DE1515 10%, #FFFFFF 70%);
    overflow: hidden;
}

.award-tits > p:nth-child(1) {
    color: #F8F2BB;
    font-weight: 500;
    font-size: 6vw;
    letter-spacing: 1px;
    margin: 10px 0px;
    text-align: center;
}

.award-tits > p:nth-child(2) {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.2rem;
    display: -webkit-box; /* 使用Webkit的box布局 */
    line-clamp: 3; /* 限制显示3行 */
    -webkit-box-orient: vertical; /* 垂直排列内容 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    padding: 0vh 2vw;
}

.podium {
    width: 96vw;
    height: 35vh;
    overflow: hidden;
    margin: auto auto;
    background: url("../../images/computer/award.png") no-repeat center bottom;
    background-size: contain;
    position: relative;
}

.podium-item {
    width: 20vw;
    position: relative;
}

.podium-item > a > p:nth-child(1) {
    text-align: center;
}

.podium-item > a > p:nth-child(2) {
    width: 20vw;
    height: 6vh;
    margin: auto auto;
    border-radius: 6px;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
}

.podium-item > div > p:nth-child(1) {
    width: 20vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    font-size: 0.75rem;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    margin-top: 2vh;
}

.podium-item > a.more {
    display: block;
    width: 20vw;
    height: 3vh;
    line-height: 3vh;
    text-align: center;
    background: #F32C2C;
    border-radius: 6px;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin: 10px auto auto auto;
    font-size: 2vw;
}

.podium-item:nth-child(1) {
    left: 37vw;
    top: 3vh;
}

.podium-item:nth-child(2) {
    left: 7vw;
    top: -20vh;
}

.podium-item:nth-child(3) {
    left: 68vw;
    top: -46vh;
}

.other-item {
    overflow: hidden;
    margin-top: 2vh;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    border: 3px solid rgba(254, 208, 208, 0);
    background: #FFF1F1;
}

.other-item > .other-item-order {
    width: 7vw;
    height: 8vw;
    overflow: hidden;
    background: url("../../images/computer/o2.png") no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 8vw;
    font-size: 3vw;
    color: #ffffff;
}

.other-item > .other-item-pics {
    width: 40vw;
    height: 13vh;
    overflow: hidden;
}

.other-item-pics > a > p {
    width: 40vw;
    height: 13vh;
    background-size: cover;
    background-position: center;
}

.other-item-info {
    width: 48vw;
    height: 13vh;
    overflow: hidden;
}

.other-item-info > p:nth-child(1) > a {
    font-size: 4vw;
    color: #F32C2C;
    font-weight: bold;
}

.other-item-info > p:nth-child(2) {
    line-height: 2;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.other-item > .other-item-vote {
    background: #f02a2a;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    margin-top: 2vh;
    text-align: center;
   
}

.other-item > .other-item-vote > span {
    background: url("../../images/mobile/zhang.png") no-repeat left center;
    line-height: 2;
    background-size: 8vw;
    padding-left: 10vw;
}

.company {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to bottom, #D40000, #FB3C3C);
    height: 15vh;
    overflow: hidden;
}

.company-pics {
    width: 20vh;
    height: 13vh;
    overflow: hidden;
    border: 1px solid rgba(222, 222, 222, 1);
    margin-left: 20px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.company-info {
    width: 74vw;
    overflow: hidden;
    margin-left: 1vw;
}

.company-info > h2 {
    line-height: 2;
    font-size: 4vw;
    color: #ffffff;
}

.company-info-area {
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
    font-size: 14px;
    color: #ffffff;
}

.content {
    padding: 2vh 2vw;
}

.content > div:nth-child(1) {
    height: 27px;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
}

.content > div:nth-child(1)::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    height: 18px;
    width: 3px;
    background: #ff6161;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    top: 2px;
}

.content > div:nth-child(2) {
    line-height: 2;
} 

.content > div:nth-child(2) img {
    width: 100%;
    height: auto;
}

.vote {
    width: 96vw;
    height: 8vh;
    overflow: hidden;
    background: #f02a2a;
    color: #ffffff;
    text-align: center;
    margin: 3vh auto;
    border-radius: 6px;
}

.vote > span {
    background: url("../../images/mobile/zhang.png") no-repeat left center;
    line-height: 8vh;
    background-size: 8vw;
    padding-left: 10vw;
}