@charset "utf-8";

.layui-layer-btn {
        padding: 0 0.2rem 0.4rem;
        font-size: 0;
    }
    .layui-layer-btn a {
        height: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
        border-color: #c30d23 !important;
        background-color: #c30d23 !important;
    }
/* **** 投票页内容 **** */
.voteBox {
    width: 950px;
    margin: 140px auto 0;
}
.voteTop  {
    font-size: 0;
    text-align: center;
}
.voteResult {
    display: inline-block;
    box-sizing: border-box;
    width: 225px;
    height: 75px;
    margin: 0 10px 20px;
    padding: 5px 55px 0;
    background: url(img/awardCaret1.png) left center/42px auto no-repeat, url(img/awardCaret2.png) right center/42px auto no-repeat;
    text-align: center;
    color: #fff;
}
.voteResultCategory {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}
.voteResultCaption {
    font-size: 22px;
    font-weight: normal;
}
.votePanel {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}
.voteForLeft {
    width: calc(100% - 610px);
}
.voteForRight {
    width: 590px;
    height: 350px;
    margin-left: 20px;
    background-color: #ae9eaf;
}
.voteForRight img {
    width: 100%;
    height: 100%;
}
.voteCaption {
    margin: 20px 0;    
    padding-bottom: 30px;
    font-size: 14px;
    color: #e0e0e0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.voteForTitle {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.voteCompany {
    margin: 10px 0 30px;
    font-size: 14px;
    color: #e0e0e0;
}
.voteCard {
    width: 160px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.voteCount {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
.voteCardDivide {
    display: block;
    width: 120px;
    margin: 0 auto;
    border-bottom:1px solid rgba(51,51,51,0.1);
}
.voteCardDesc {
    font-size: 14px;
    line-height: 30px;
}
.voteBtn {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #c30d23;
    color: #fff;
    cursor: pointer;
}
.voteBtn:disabled {
    background: #c1c1c1;
    color: #fff;
    font-size: initial;
    cursor: not-allowed;
}
.voteTable {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #e0e0e0;
}
.voteTableColumn {
    box-sizing: border-box;
    width: 50%;
    height: 50px;
}
.firstColumn {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.secondColumn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.thirdColumn {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.voteContent {
    box-sizing: border-box;
    margin-bottom: 60px;
    padding: 60px 30px;
    background-color: rgba(0, 0, 0, 0.2);
}
.voteTitle {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #c30d23;
}
.awardCategory {
    display: block;
}
.elevatorItemDescText {
    color: #e0e0e0;
}
.pptImg {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ae9eaf;
}
.pptImg img {
    width: 100%;
    height: auto;
}
.pptDownLoad {
    margin-bottom: 30px;
    font-size: 0px;
}
.pptIcon, .pptName {
    display: inline-block;
    vertical-align: middle;
}
.pptIcon {
    width: 25px;
}
.pptIcon path {
    fill: #F3A324;
}
.pptName {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #c30d23;
}
.voteVideo {
    width: 100%;
    border: 0;
}
.voteSuccess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.voteMask {
    width: 100%;
    height: 100%;
    background: url(img/voteMaskBg.png) rgba(0, 0, 0, 0.8) center top no-repeat;
}
.voteSuccessBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    transform: translate(-50%, -50%);
}
.closeVoteSuccess {
    position: absolute;
    right: -100px;
    top: -60px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}
.voteSuccessTitle {
    height: 60px;
    margin: 0 auto 40px;
    font-size: 0;
    color: #fff;
    text-align: center;
    background: url(img/voteSuccessTitle.png) center center no-repeat;
}
.tdQrcode {
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}
.concernDesc {
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.concernDivide {
    display: block;
    width: 120px;
    height: 8px;
    margin: 50px auto;
    background-color: #fff;
}
.voteSuccessOtherLink {
    position: relative;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.voteSuccessOtherLink::after {
    content: "";
    display: block;
    width: 300px;
    height: 5px;
    margin: -5px auto 0;
    background-color: #c30d23;
}

@media screen and (max-width: 750px) {    

    /* **** 投票页内容 **** */
    .voteBox {
        width: 95%;
        margin: 1.4rem auto 0;
    }
    .voteResult {
        width: 4.5rem;
        height: 1.5rem;
        margin: 0 0.2rem 0.4rem;
        padding: 0.1rem 1.1rem 0;
        background: url(img/awardCaret1.png) left center/0.84rem auto no-repeat, url(img/awardCaret2.png) right center/0.84rem auto no-repeat;
    }
    .voteResultCategory {
        margin-bottom: 0.2rem;
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .voteResultCaption {
        font-size: 0.4rem;
    }
    .votePanel {
        display: flex;
        flex-wrap: wrap-reverse;
        margin-bottom: 0.4rem;
        padding: 0;
        background-color: transparent;
    }
    .voteForLeft, .voteForRight {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .voteForRight {
        height: 4rem;
        margin-left: 0;
    }
    .voteCaption {
        margin: 0.4rem 0;
        padding-bottom: 0.4rem;
        font-size: 0.28rem;
    }
    .voteForTitle {
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .voteCompany {
        margin: 0.2rem auto 0.4rem;
    }
    .voteCard {
        width: 3.2rem;
        margin: 0 auto 0.4rem;
        border-radius: 0.2rem;
    }
    .voteCount {
        font-size: 0.48rem;
        line-height: 0.8rem;
    }
    .voteCardDivide {
        width: 2.4rem;
    }
    .voteCardDesc {
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .voteBtn {
        height: 0.8rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
    }
    .voteTable {
        margin-bottom: 0.4rem;
        font-size: 0.28rem;
        line-height: 1rem;
    }
    .voteTableColumn {
        width: 100%;
        height: 1rem;
    }
    .firstColumn, .thirdColumn {
        border-right: 0;
    }
    .fourthColumn {
        display: none;
    }
    .voteContent {
        margin-bottom: 0.4rem;
        padding: 0.4rem 0.2rem;
    }
    .voteTitle {
        margin-bottom: 0.4rem;
        font-size: 0.48rem;
    }
    .pptImg {
        /* height: 3rem; */
        margin-bottom: 0.4rem;
    }
    .pptDownLoad {
        margin-bottom: 0.6rem;
    }
    .pptIcon {
        width: 0.5rem;
    }
    .pptName {
        margin: 0 0 0 0.2rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    .voteMask {
        background-size: 100% auto;
    }
    .voteSuccessBox {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 95%;
        transform: translate(-50%, -50%);
    }
    .closeVoteSuccess {
        right: 0;
        top: -1rem;
        width: 1rem;
        height: 1rem;
        font-size: 1rem;
    }
    .voteSuccessTitle {
        margin: 0 auto 0.4rem;
        background-size: 3.36rem auto;
    }
    .tdQrcode {
        width: 4rem;
        max-width: 100%;
        margin: 0 auto 0.2rem;
        padding: 0.2rem;
        border-radius: 0.4rem;
    }
    .concernDesc {
        font-size: 0.28rem;
    }
    .concernDivide {
        display: block;
        width: 2.4rem;
        height: 0.16rem;
        margin: 0.6rem auto;
    }
    .voteSuccessOtherLink {
        font-size: 0.32rem;
    }
    .voteSuccessOtherLink::after {
        content: "";
        display: block;
        width: 4.8rem;
        height: 0.1rem;
        margin: -0.1rem auto 0;
        background-color: #c30d23;
    }
}