﻿@charset "utf-8";
body,html,div,p,span,ul,li,a,h1,h2,h3,h4,h5,h6,img{
    margin: 0;
    padding: 0;
}
ul,li{
list-style: none;
}
button{
    border: none; 
    outline: none;
}
.setCursor{
cursor: pointer;
}
/* banner背景图 */
.banner{
width: 100%;
background: url(/css/dta2021/img/detailsAboutBanner.png) #000 center center no-repeat;
margin-top: 80px;
background-size: 100%;
object-fit: cover;
}
.bannerContent{
width: 1100px;
margin: 0 auto;
font-size: 0px;
}
.bannerContentLogo{
width: 147px;
height: 32px;
text-align: center;
line-height: 32px;	
border-radius: 16px;
background: #ffffff;
}
.bannerContentLogoText{
font-size: 14px;
font-weight: bold;
color: #000000;
padding-left: 20px;
box-sizing: border-box;
background: url(/css/dta2021/img/seriesIcon.png) left center no-repeat;
background-size: 16px;
}
.bannerContentLeft,.bannerContentRight{
    display: inline-block;
    vertical-align: top;
}
.bannerContentLeft{
width: 480px;
margin: 48px 0 17px;
}
.bannerContentTitle{
margin: 20px 0 32px 0;
font-size: 24px;
font-weight: bold;
color: #ffffff;
line-height: 48px;
}
.contentName{
margin-right: 16px;
opacity: 0.6;
font-size: 16px;
color: #ffffff;
}
.counts{
    margin-top: 36px;
}
.companyText{
font-size: 16px;
color: #ffffff;
}
.companyPoll{
font-size: 20px;  
line-height: 1;
}
.companyScoreText{
    font-size: 40px;
    color: #D30C23;
    font-weight: bold;
    line-height: .2;
}
.numText{
font-size: 48px;
font-weight: bold;
color: #d30c23;
}
.votingRulesIcon{
margin-top: 36px;
font-size: 14px;
color: #ffffff;
padding-left: 24px;
background: url(/css/dta2021/img/questioMark-1.png) left center no-repeat;
}
.companyPanel{
    margin-bottom: 55px;
}
.companyPollPanel{
    margin-bottom: 38px;
}
.companyPollPanel .contentName{
    margin-right: 20px;
}
.numPanel{
margin-bottom: 32px;
padding-bottom: 16px;
box-sizing: border-box;
border-bottom: 1px solid rgba(255,255,255,.3);
}
.voteBtn,.canvassBtn,.inCompany,.attention,.follow{
width: 160px;
height: 44px;
font-size: 16px;
text-align: center;
line-height: 44px;
border-radius: 22px;
}
.voteBtn,.inCompany{
margin-right: 28px;
background: #d30c23;
color: #fff;
}
.companyBtnBox{
    font-size: 0px;
    text-align: center;
}
.companyBtnBox .inCompany,.companyBtnBox .follow{
    display: inline-block;
    vertical-align: middle;
}
button:disabled{
    font-size: 16px;
    color: #fff;
}
.canvassBtn,.attention,.follow{
border: 1px solid #d30c23;
color: #d30c23;
}
.bannerContentRight{
width: 560px;
height: 336px;
margin: 48px 0;
}
.bannerContentImg{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
}
.casesPanel{
    width: 100%;
    padding: 0 0 24px 0;
    line-height: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
}
.casesTitle,.casesText{
    display: inline-block;
    font-weight: bold;
}
.casesTitle{  
    margin-top: 12px;
    font-size: 20px;
    color: #FFFFFF;
}
.casesText{
    line-height: 42px;
    font-size: 32px;
    color: #D30C23;
}
/* 身份验证弹窗 */
.bindFormCaption {
margin-bottom: 45px;
font-size: 32px;
font-weight: bold;
}
.formGroup {
position: relative;
margin-bottom: 10px;
font-size: 0px;     
}
.formItem {
height: 60px;
}
.formInput{
    border-radius: 0px;
box-sizing: border-box;
width: 100%;
height: 40px;
padding: 0 10px;
font-size: 14px;  
border:none;
border-bottom: 1px solid #E5E5E5;
outline: none;
}
.formTip {
padding: 0 10px;
box-sizing: border-box;
clear: both;
height: 20px;
font-size: 12px;
line-height: 20px;
color: red;
display: none;
}
.codeInput,.imgCodeInput {
width: calc(100% - 90px);
border-right: 0px;
border-radius: 0;
}
.imgCodeInput,.imgCodeBtn{
    display: inline-block;
    vertical-align: middle;
}
.imgCodeInput{
    width: calc(100% - 96px);
}
.getValicode {
width: 90px;
font-size: 14px;
line-height: 39px;
text-align: center;
color: #d30c23;
background-color: #fff;
border-bottom: 1px solid #E5E5E5;
background: #fff;
}
.bindForm button.getValicode:disabled {
    background: #fff;
    color: #999;
}
.closeDialogBox {
position: absolute;
right: 0px;
top: 0px;
width: 40px;
height: 40px;
background: url(/css/dta2021/img/icon-close.png) center center no-repeat;
}
.formBtn {
width: 100%;
height: 40px;
font-size: 14px;
line-height: 40px;
margin-top:25px;
background-color: #d30c23;
color: #ffffff;
background:#d30c23;
border-radius: 24px;
}
/* 内容 */
.contentPanel{
width: 100%;
background:#f8f8f8;
box-sizing: border-box;
}
.content{
width: 1100px;
margin: 0 auto;
}
.contentLeft{
width: 750px;
}
.contentRight{
width: 330px;
}
.ItemTitle{
font-size: 20px;
font-weight: bold;
color: #d30c23;
line-height: 32px;
}
.contentItemContent{
width: 686px;
height: 384px;
margin-top: 24px;
}
.videoPanel{
    width: 100%;
    height: 100%;
}
.contentItem{
margin: 20px 0;
padding: 32px 32px;
box-sizing: border-box;
background: #fff;
overflow: hidden;
}
.contentLeft .contentItemPanel:last-child{
margin-bottom: 0;
}
.contentItemPanel{
width: 100%;
margin-bottom: 56px;
}
.contentItemText{
margin: 24px auto 0;
font-size: 16px;
color: #333333;
line-height: 32px;
}
.recordFile{
font-size: 14px; 
color: #252525;
overflow: hidden;
}
.recordFileText {
    width: 80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 40px;
    font-size: 14px;
    color: #252525;
    box-sizing: border-box;
    background: url(/css/dta2021/img/recordFileIcon.png) left center no-repeat;
    background-size: 24px;
}
.recordFileBtn{
color: #4285F4;
}
.creativeDesignPanel{
    width: 100%;
position: relative;
margin-top: 24px;
/* height: 384px; */
}
.creativeDesignImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contentRight .contentItem{
padding: 32px 28px;
}
.contentRight .contentItemPanel{
margin-bottom: 0;
}
.rightContentImgPanel{
width: 100px;
height: 100px;
border: 1px solid #e5e5e5;
border-radius: 8px;
margin: 34px auto 24px;
padding: 4px;
box-sizing: border-box;
}
.rightContentImg,.rightContentListImg{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
font-size: 12px;
}
.rightContentTitle,.rightContentText{
text-align: center;
}
.rightContentTitle{
font-size: 20px;
color: #252525;
line-height: 24px;
}
.rightContentText{
margin: 20px auto 24px;
font-size: 14px;
color: #999999;
line-height: 20px;
}
.inCompany,.attention,.follow{
width: 108px;
}
.inCompany{
margin-right: 28px;
}
.moveBtn{
font-size: 14px;
color: #666666;
line-height: 32px;
padding-right: 20px;
box-sizing: border-box;
background: url(/css/dta2021/img/moveIcon.svg) right center no-repeat;
background-size: 14px 14px;
}
.moveBtnLink{
 display: block;
}
.rightContentListImgPanel{
margin-top: 24px;
width: 100%;
height: 164px;
}
.rightContentListTitle{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin: 12px 0;
    font-size: 14px;
    color: #000000;
}
.rightContentListText{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999999;
}
.rightContentSplit{
display: block;
width: 100%;
height: 1px;
margin: 20px auto;
background: #e5e5e5;
}
/* 投票提示 */
.successDialogBox,.voteErrorDialogBox{
    width: 504px;
    padding: 48px 32px;
}
.voteErrorDialogBox{
    padding: 24px 16px;
}
.winLogoImg{
    width: 80px;
    height: 80px;
    margin: 0 auto 36px;
}
.msgSuccess{
    font-size: 24px;
    line-height: 44px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.winCompanyBox{
    width: 100%;
    margin-top: 72px;
    padding: 24px 25px;
    box-sizing: border-box;
    font-size: 0px;
    text-align: center;
    background: #F8F8F8;
}
.winCompanyImg,.winCompanyInFo{
    display: inline-block;
    vertical-align: middle;
}
.winImgItem{
    display: inline-block;
    vertical-align: middle;
    margin-right: 100px;
}
.winImgItem:last-child{
    margin-right: 0;
}
.winCompanyImg {
    width: 100px;
    height: 100px;
    /* margin-right: 24px; */
    /* border: 1px solid #E5E5E5; */
    border-radius: 4px;
}
.winCompanyImgText{
    margin-top: 16px;
    font-size: 14px;
    color: #999;
}
.winName{
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
    color: #252525;
}
.winDesc{
    font-size: 16px;
    line-height: 20px;
    color: #999999;
}
.successWin .companyBtnBox{
    font-size: 0px;
    text-align: center;
    margin-top: 28px;
}
.successWin .inCompany,.successWin .follow{
    display: inline-block;
    vertical-align: middle;
    width: 204px;
    height: 60px;
    line-height: 60px;
    border-radius: 31px;
}
.successWin .follow{
    height: 58px;
    line-height: 58px;
}
.voteTipsText {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 80px;
    padding-left: 40px;
}
.msgError{
    background: url(/css/dta2021/img/msgErrorIcon.png) left center no-repeat;
}
/* .rightContentPanel .inCompany{
    margin: 0px 82px;
    display: block;
} */
/* 为TA拉票二维码 */
.shareWechatWrap {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 460px;
    padding: 30px 20px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.shareWechatWin {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: none;
}
.shareWechatWinBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.shareWechatCaption{
    color: #d30c23;
}
.closeShareWechat {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
    background: url(img/close.svg) #ffffff center no-repeat;
    cursor: pointer;
}
.wechatImgPanelTitle{
    text-align: center;
}
.wechatImgPanel {
    width: 375px;
    margin: 10px auto;
}
.voteTipsImg{
    width: 100%;
}
.voteErrorContentBox{
    text-align: center;
    font-size: 0px;
}
@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: .4rem;
        background: url(/css/dta2021/img/mDetailsAboutBanner.png) #000 right .3rem bottom .3rem no-repeat;
        background-size: 3.68rem 4.07rem;
    }
    .bannerContent {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding: 0 .4rem;
        box-sizing: border-box;
        overflow: hidden;
    }
    .bannerContentRight {
        width: 6.7rem;
        height: 4.02rem;
        margin: .4rem auto .36rem;
    }
    .bannerContentLeft {
        width: 100%;
        margin: 0 0;
    }
    .bannerContentLogo {
        width: 2.44rem;
        height: .48rem;
        line-height: 0;
        border-radius: .24rem;
    }
    .bannerContentLogo {
        width: 2.44rem;
        height: .54rem;
        line-height: 0;
        border-radius: .24rem;
    }
    .bannerContentLogoText {
        font-size: .24rem;
        padding-left: .34rem;
        line-height: .54rem;
      
    }
    .bannerContentTitle {
        margin: .36rem 0;
        font-size: .4rem;
        line-height: .6rem;
    }
    .contentName {
        margin-top: 0;
        display: block;
        margin-right: .24rem;
        font-size: .24rem;
    }
    .companyPollPanel .contentName {
        margin-right: .26rem;
    }
    .companyText {
        display: block;
        font-size: .32rem;
    }
    .companyPoll {
        font-size: .32rem;
        font-weight: bold;
    }
    .companyScoreText{
        font-size: .56rem;
        line-height: .2;
    }
    .companyPanel {
        margin-bottom: .6rem;
        line-height: .32rem;
    }
    .companyPollPanel{
        margin-bottom: .68rem;
    }
    .votingRules{
        display: none;
    }
    .numText {
        display: block;
        font-size: .56rem;
    }
    .numPanel {
        margin-bottom: .6rem;
        padding-bottom: 0;
        box-sizing: border-box;
        border-bottom: none;
        line-height: .64rem;
    }
    .votingRulesIcon {
        display: block;
        margin-top: 0;
        font-size: .28rem;
        padding-left: .42rem;
    }
    .content {
        width: 100%;
        margin: 0 auto;
    }
    .contentLeft,.contentRight{
        width: 100%;
    }
    .ItemTitle {
        font-size: .32rem;
        line-height: .32rem;
        margin-bottom: .36rem;
    }
    .contentItemContent {
        width: 6.7rem;
        height: 3.75rem;
        margin-top: .36rem;
    }
    .contentItem {
        margin: 0 0;
        padding: .4rem .4rem;
    }
    .contentItemPanel {
        margin-bottom: .68rem;
    }
    .contentItemText {
        margin: .36rem auto 0;
        font-size: .28rem;
        line-height: .44rem;
    }
    .recordFileText {
        padding-left: .54rem;
        font-size: .28rem;
        background-size: .44rem;
    }
    .contentRight{
        margin-top: .28rem;
    }
    .rightContentPanel{
        font-size: 0;
    }
    .rightContentImgPanel {
        display: inline-block;
        vertical-align: middle;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 4px;
        margin: 0 0;
        padding: 0;
        box-sizing: border-box;
        float: left;
    }
    .companyInFoBox{
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 1.44rem);
        margin-left: .24rem;
    }
    .rightContentTitle,.rightContentText{
        font-size: .32rem;
        color: #252525;
        text-align: left;
        line-height: .42rem;
    }
    .rightContentTitle{
        font-weight: bold;
        margin-bottom: .28rem;
    }
    .rightContentText{
        margin: 0 auto 0;
        font-size: .24rem;
        color: #999999;
    }
    .rightContentPanel{
        background: #f8f8f8;
        border-radius: 8px;
        padding: .32rem;
        box-sizing: border-box;
    }
    .companyBtnBox{
        margin-top: .36rem;
        font-size: 0;
        text-align: center;
    }
    .inCompany,.attention,.follow{
        display: inline-block;
        vertical-align: middle;
        width: 1.88rem;
        height: .56rem;
        float: none;
        font-size: .24rem;
        text-align: center;
        line-height: .56rem;
        margin: 0 .2rem;
    }
    .contentRight .contentItem {
        padding: .68rem .4rem 0;
    }
    .rightContentListWrap {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .rightContentListWrap .rightContentPanel{
        width: 3.15rem;
        margin-bottom: .4rem;
        padding: 0 0;
        overflow: hidden;
    }
    .rightContentListImgPanel {
        margin-top: 0;
        width: 100%;
        height: 1.89rem;
    }
    .rightContentListImg{
        border-radius: 8px 0 0;
    }
    .rightContentListTitle {
        margin: .28rem 0 .12rem;
        font-size: .28rem;
        line-height: .44rem;
        padding: 0 .16rem;
        box-sizing: border-box;
    }
    .rightContentListText {
        font-size: .24rem;
        padding: 0 .16rem;
        box-sizing: border-box;
        margin-bottom: .28rem;
    } 
    .mInCompanyAndAttentionPanle {
        width: 100%;
        overflow: hidden;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        padding: .12rem 0;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        font-size: 0;
        z-index: 99;
    }
    .mInCompanyAndAttentionPanle .inCompany,.mInCompanyAndAttentionPanle .attention {
        width: 3.15rem;
        height: .76rem;
        font-size: .24rem;
        text-align: center;
        line-height: .76rem;
        margin: 0 .28rem;
    }
    .mInCompanyAndAttentionPanle .inCompany{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .mInCompanyAndAttentionPanle .mVoteBtn{
        display: block;
        width: 6.5rem;
        margin: 0 auto;
    }
    /* 身份验证 */
    .dialogBox {
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 1rem .38rem .68rem;
        transform: none;
        border-radius: 0;
    }
    .closeDialogBox {
        right: 0;
        left: .38rem;
        top: .38rem;
        width: .33rem;
        height: .33rem;
        background-size: 100%;
    }
    .bindFormCaption {
        margin-bottom: .48rem;
        font-size: .48rem;
    }
    .formInput {
        height: .8rem;
        font-size: .24rem;
    }
    .formItem {
        height: 1.2rem;
    }
    .getValicode {
        font-size: .24rem;
        line-height: .78rem;
    }
    .bindFormCaptionFooter{
        position: fixed;
        bottom: .8rem;
        font-size: .24rem;
        text-align: center;
        color: #aaaaaa;
        left: 0;
        right: 0;
        margin: auto;
    }
    /* 投票提示 */
    .creativeDesignPanel{
        margin-top: .36rem;
        /* height: 3.75rem; */
    }
    button:disabled{
        font-size: .24rem;
    }
    /* 为TA拉票二维码 */
    .shareWechatWrap{
        width: 6.5rem;
    }
    .wechatImgPanel {
        width: 5rem;
        margin: .35rem auto;
    }
    .wechatImgPanelTitle {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .closeShareWechat {
        right: 0;
    }
    .formBtn{
        margin-top: 0;
    }
    .bindForm{
        font-size: 0;
    }
    .moveBtn{
        font-size: .24rem;
        line-height: .32rem;
    }
    .casesPanel {
        width: 100%;
        padding: 0 0 .67rem 0;
        box-sizing: border-box;
        border-bottom: none;
    }
    .casesTitle {
        margin-top: .24rem;
        font-size: .32rem;
    }
    .casesText {
        font-size: .56rem;
    }

    .successDialogBox .closeDialogBox,.voteErrorWin .closeDialogBox{
        top: 0;
        left: initial;
        right: 0;
        width: 40px;
        height: 40px;
        background-size: 16px 16px;
    }
    .successDialogBox,.voteErrorDialogBox{
        width: 90%;
        height: auto;
        top: 50%;
        left: 50%;
        padding: .6rem .36rem;
        transform: translate(-50%, -50%);
        border-radius: 16px;
    }
    .winLogoImg {
        width: .8rem;
        height: .8rem;
        margin: 0 auto .48rem;
    }
    .msgSuccess {
        font-size: .36rem;
        line-height: .66rem;
    }
    .winCompanyBox {
        margin-top: .8rem;
        padding: .24rem;
    }
    .winCompanyImg {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: .28rem;
    }
    .winName {
        margin-bottom: .28rem;
        font-size: .32rem;
        line-height: .28rem;
    }
    .winDesc {
        font-size: .24rem;
        line-height: .28rem;
    }
    .successWin .inCompany, .successWin .follow {
        width: 2.26rem;
        height: .78rem;
        margin-right: 0;
        font-size: .32rem;
        line-height: .78rem;
    }
    .successWin .follow {
        height: .74rem;
        line-height: .74rem;
    }
    .successWin .inCompany{
        margin-right: .6rem;
    }
    .inCompany{
        margin-right: 0;
    }
    .winImgItem {
        margin-right: 1rem;
    }
    .winCompanyImg {
        margin-right: 0;
    }
    .winCompanyImgText {
        margin-top: .24rem;
        font-size: .24rem;
    }
    .imgCodeFormGroup{
        margin-bottom: .6rem;
    }
    .voteErrorWin .voteTipsText {
        font-size: .24rem;
        line-height: .56rem;
        padding-left: .6rem;
        background-size: .44rem;
    }
}