﻿@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/taward2020/img/detailsAboutBanner.png) center center no-repeat;
margin-top: 80px;
background-size: 100% 100%;
}
.bannerContent{
width: 1100px;
margin: 0 auto;
}
.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/taward2020/img/seriesIcon.png) left center no-repeat;
background-size: 16px;
}
.bannerContentLeft{
width: 480px;
margin: 48px 0 0;
}
.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/taward2020/img/questioMark-1.png) left center no-repeat;
}
.companyPanel{
    margin-bottom: 55px;
}
.companyPollPanel{
    margin-bottom: 38px;
}
.numPanel{
margin-bottom: 32px;
padding-bottom: 16px;
box-sizing: border-box;
border-bottom: 1px solid rgba(255,255,255,.3);
}
.voteBtn,.canvassBtn,.inCompany,.attention{
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;
}
button:disabled{
    font-size: 16px;
    color: #fff;
}
.canvassBtn,.attention{
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 {
width: calc(100% - 90px);
border-right: 0px;
border-radius: 0;
}
.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/taward2020/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/taward2020/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;
}
.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{
width: 108px;
}
.inCompany{
margin-right: 0;
}
.moveBtn{
font-size: 14px;
color: #666666;
line-height: 32px;
padding-right: 20px;
box-sizing: border-box;
background: url(/css/taward2020/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;
}
/* 投票提示 */
.voteTipsPanle{
    position: absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 504px;
    height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); 
    display: none;
}
.voteTipsText {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 80px;
    padding-left: 40px;
}
.msgSuccess{
    background: url(/css/taward2020/img/msgSuccessIcon.png) left center no-repeat;
}
.msgError{
    background: url(/css/taward2020/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: 400px;
    padding: 30px 20px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.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: 300px;
    margin: 10px auto;
}
.voteTipsImg{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: .4rem;
        background: url(/css/taward2020/img/mDetailsAboutBanner.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .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: 0;
      
    }
    .bannerContentTitle {
        margin: .36rem 0;
        font-size: .4rem;
        line-height: .6rem;
    }
    .contentName {
        margin-top: 0;
        display: block;
        margin-right: .24rem;
        font-size: .24rem;
    }
    .companyText {
        display: block;
        font-size: .32rem;
        line-height: .8;
    }
    .companyPoll {
        font-size: .32rem;
        font-weight: bold;
    }
    .companyScoreText{
        font-size: .56rem;
        line-height: .2;
    }
    .companyPanel {
        margin-bottom: .72rem;
        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;
    }
    .rightContentImgPanel {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 4px;
        margin: 0 0;
        padding: 0;
        box-sizing: border-box;
        float: left;
    }
    .rightContentTitle{
        float: left;
    }
    .rightContentTitle,.rightContentText{
        width: 75%;
        font-size: .32rem;
        color: #252525;
        font-weight: bold;
        text-align: left;
        line-height: .42rem;
        padding-left: .24rem;
        box-sizing: border-box;
    }
    .rightContentText{
        padding-left: .7rem;
        margin: .58rem auto .54rem;
        font-size: .24rem;
        color: #999999;
    }
    .rightContentPanel{
        background: #f8f8f8;
        border-radius: 8px;
        padding: .32rem;
        box-sizing: border-box;
    }
    .rightContentPanel .inCompany {
        margin: 0px 2.1rem;
        display: block;
    }
    .inCompany,.attention{
        width: 1.88rem;
        height: .56rem;
        font-size: .24rem;
        text-align: center;
        line-height: .56rem;
        margin: 0 .48rem;
    }
    .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 {
        display: none;
        width: 100%;
        overflow: hidden;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        padding: .12rem 0;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .mInCompanyAndAttentionPanle .inCompany,.mInCompanyAndAttentionPanle .attention {
        width: 3.15rem;
        height: .76rem;
        font-size: .24rem;
        text-align: center;
        line-height: .76rem;
        margin: 0 .28rem;
    }
    .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;
    }
    /* 投票提示 */
    .voteTipsPanle {
        position: fixed;
        top: 1rem;
        left: 0;
        width: 100%;
        margin: 0 0;
        height: 1rem;
        padding: 0 .4rem;
    }
    .voteTipsText {
        font-size: .28rem;
        line-height: 1rem;
        padding-left: .44rem;
        background-size: .44rem;
    }
    .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;
    }
}