@media (max-width : 1580px){
    .vote_top-img{
        width: 46px !important;
        height: 51px !important;
    }
    .pt-broker-img{
        width: 136px !important;
        height: 75px !important;
    }
    .not-vote-button{
        width: 64px !important;
        height: 64px !important;
        padding: 14px 12px !important;
        font-size: 14px !important;
    }
    .not-vote-button::before{
        width: 80px !important;
        height: 80px !important;
        
    }
    .vote-button{
        width: 64px !important;
        height: 64px !important;
        padding: 14px 12px !important;
        font-size: 14px !important;
    }
    .vote-button::before{
        width: 80px !important;
        height: 80px !important;
        
    }
}
@media (max-width: 1280px){
    .pt-name{
        font-size: 18px !important;
    }
    .ballot-num{
        font-size: 28px !important;
    }
    .will-item-name, .pt-more, .cut-content-main-title , .pt-input{
        font-size: 14px !important;
    }
    .rule-title{
        font-size: 16px;
    }

}
.vote-wrap{
    background-color: #080B1A;
    padding-bottom: 66px;
}

.vote-top-banner{
    background: url('../images/vote_bg.png') no-repeat;
    background-size: 100%;
    padding: 135px 128px 0;
    min-width: 1280px;
    height: 6.4rem;
}
.vote-top-banner>.banner{
    width: 6.66rem;
}

.vote-main{
    padding: 0 96px;
    min-width: 1280px;
}
.cut-content{
    border-radius: 27px;
    border: 3px solid #485A97;
    position: relative;
    padding-bottom: 56px;
    margin-bottom: 48px;
    z-index: 100;
    margin-top: -120px;
}

.cut-content-img{
    margin-top: -176px;
    background: url('../images/vote_pt.png') no-repeat 50%;
    background-size: cover;
    height: 580px;
}
.cut-content-main{
    margin-top: -228px;
}
.cut-content-main-title{
    text-align: center;
    color: #CFD4F2;
}
.top-pt{
    margin-top: 43px;
    padding: 0 72px;
}
.search-box{
    border-radius: 11px;
    border: 1px solid #485A97;
    padding: 8px 12px;
    align-items: center;
}
.pt-icon{
    color: #fff;
    margin-right: 6px;
}
.pt-input{
    flex: 1;
    background-color: rgba(0,0,0,0);
    color: #fff;
}
.top-pt-content{
    margin-top: 20px;
    min-height: 400px;
}
.top-pt-item{
    background: #242E4F;
    border-radius: 12px;
    padding: 24px 48px 24px 32px;
    position: relative;
    margin-bottom: 20px;
}
.vote_top-img{
    display: block;
    position: absolute;
    top: 0;
    left: 32px;
    width: 54px;
    transition: ease .5s all;
    height: 60px;
}
.pt-item-content-wrap{
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 83px;
}
.pt-item-content-left{
    align-items: center;
}
.pt-broker-img{
    width: 160px;
    height: 88px;
    transition: all .5s ease;
}
.pt-introduction{
    margin-left: 20px;
}
.pt-name{
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.tips-wrap{
    align-items: center;
}
.tips-item{
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #5D657E;
    color: #CFD4F2;
    margin-right: 8px;
}
.tips-item:last-child{
    margin-right: 0;
}
.ballot{
    margin-right: 30px;
}
.ballot-num{
    color: #FF8700;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}
.ballot-txt{
    color: #CFD4F2;
    text-align: center;
}
.not-vote-button{
    font-weight: bold;
    color: #fff;
    width: 72px;
    height: 72px;
    background: #FF8700;
    border-radius: 50%;
    padding: 14px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all .5s ease;
    
}
.not-vote-button::before{
    content: '';
    display: block;
    position: absolute;
    width: 88px;
    height: 88px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color:  rgba(255,135,0,0.2);
    transition: all .5s ease;
}
.not-vote-button:hover:before{
    transform:translate(-50%, -50%) scale(1.1);
}
.vote-button{
    font-weight: bold;
    color: #666666;
    width: 72px;
    height: 72px;
    background: linear-gradient(180deg, #E7E7E7 0%, #CCCCCC 100%);
    border-radius: 50%;
    padding: 14px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    justify-content: center;
}
.vote-button::before{
    content: '';
    display: block;
    position: absolute;
    width: 88px;
    height: 88px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color:  rgba(255,255,255,0.2);
    transition: all .5s ease;
}
.vote-button:hover:before{
    transform:translate(-50%, -50%) scale(1.1);
}
.ranking-box{
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.4);
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.pt-more{
    background: #242E4F;
    border-radius: 12px;
    text-align: center;
    padding: 13px 0;
    color: #CFD4F2;
    cursor: pointer;
    transition: all .5s ease;
}
.pt-more:hover{
    transform: translateY(-4px);
}

.will-content{
    border-radius: 27px;
    border: 3px solid #485A97;
    position: relative;
    padding-bottom: 56px;
}
.will-content-img{
    margin-top: -130px;
    background: url('../images/vote_cut.png') no-repeat 50%;
    background-size: cover;
    height: 440px;
}
.will-main{
    padding: 0 72px;
    margin-top: -155px;
}
.will-item-wrap{
    display: grid;
    position: relative;
    grid-template-columns: repeat(5, 2fr);
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-bottom: 24px;
}
.will-main-item-img{
    display: block;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}
.will-item-name{
    color: #FFFFFF;
    width: 100%;
    padding: 11px 0;
    background: #242E4F;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
}
.rule{
    margin-top: 30px;
    text-align: center;
    color: #CFD4F2;
    min-width: 1280px;
}
.rule-title{
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 16px;
}
.rule-time{
    margin-bottom: 6px;
}
.pt-icon{
    color: #CFD4F2;
}




.free-promotion img{
    display:block;
    cursor:pointer;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.53);
    z-index: 9999;
    display:none;
}

.mask-content {
    background: url("../images/pop-bg.png");
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0.32rem 0.4rem;
    min-width: 360px;
    border-radius: 0.16rem;

}

.mask-content-title {
    align-items: center;
}

.icon-jingjishangruzhu {
    font-size: 0.3rem !important;
    color: #5E3FF8;
}

.mask-content-title-txt {
    font-size: 0.24rem;
    font-weight: bold;
    color: #292638;
    margin-left: 0.08rem;
}

.way-wrap {
    margin-top: 0.29rem;
}

.way {
    padding: 0.24rem;
    background: #F7F7FA;
    border-radius: 0.12rem;
    align-items: center;
    margin-bottom: 0.12rem;
}

.way:last-child {
    margin-bottom: 0;
}

.way:hover .way-copy {
    opacity: 1;
}

.way-title {
    font-size: 0.16rem;
    font-weight: bold;
    color: #292638;
    margin-bottom: 0.13rem;
}

.way-code {
    font-size: 0.16rem;
    color: #526069;
}

.way-copy {
    margin-left: 0.08rem;
    align-items: center;
    cursor: pointer;
    opacity: 0;
}

.icon-fuzhi {
    font-size: 0.16rem;
    color: #5E3FF8;
    margin-top: 2px;
}

.way-copy-txt {
    font-size: 0.16rem;
    color: #5E3FF8;
    margin-left: 2px;
}

.way-copy-txt:hover {
    color: #5E3FF8;
}

.mail-wrap {
    background: #FFFFFF;
    border-radius: 8px;
    height: 0.48rem;
}

.mail-wrap-left {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #526069;
    line-height: 0.48rem;
}

.mail-wrap-right {
    color: #fff;
    line-height: 0.48rem;
    background: #5E3FF8;
    border-radius: 8px;
    padding: 0 0.16rem;
    font-size: 0.16rem;
    cursor: pointer;
}

.mail-wrap-right:hover {
    color: #fff;
}

.web-link {
    margin-top: 0.13rem;
    font-size: 0.16rem;
    color: #526069;
}

.wx-wrap {
    align-items: center;
    justify-content: space-between;
}

.wx-wrap-left {
    font-size: 0.16rem;
    color: #526069;
    line-height: 24px;
}

.wx-code {
    width: 1.2rem;
    height: 1.2rem;
}