﻿@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;
}
.setCursor{
cursor: pointer;
}
/* banner背景图 */
.banner{
width: 100%;
height: 240px;
margin-top: 80px;
}
.bannerImg{
width: 100%;
height: 100%;
object-fit: cover;
}
/* 内容样式 */
.contentPanel{
position: relative;
width: 100%;
margin-bottom: 80px;
}
.contentNavWrap{
width: 100%;
background: #fff;
box-shadow: 0px 10px 15px 0px rgba(0,0,0,.08);
}
.contentNavPanel{
position: relative;
display: flex;
display: -webkit-flex;
width:1100px;
margin: 0 auto;
justify-content: center;
/* border-bottom: 1px solid #e5e5e5; */
}
.contentNavItem{
margin: 0 8%;
text-align: center;
line-height: 90px;
color: #000000;
font-size: 20px;
font-weight: bold;
}
.splitLine{
width: 1px;
height: 20px;
margin: 34px 0 36px;
background: #e5e5e5;
}
.votingRulesBtn{
position: absolute;
top: 34px;
bottom: 36px;
right: 0;
width: 112px;
height: 32px;
font-size: 14px;
line-height: 32px;
color: #d30c23;
border: 1px solid #d30c23;
border-radius: 16px;
text-align: center;
background: url(/css/taward2020/img/questioMark.png) 14px center no-repeat;
}
.votingRulesBtnText{
margin-left: 16px;
}
.tabPanel{
    display: none;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.tabPanel.active{
   display: block;
}
.seriesPanel{
width: 100%;
}
.seriesTitlePanel{
margin: 33px auto 31px;
padding-left: 34px;
box-sizing: border-box;
width: 100%;
background: url(/css/taward2020/img/seriesIcon.png) left center no-repeat;
}
.seriesTitleText{
font-size: 20px;
font-weight: bold;
color: #2d2d2d;
text-align: center;
}
.seriesContentPanel{
/* display: flex; */
/* display: -webkit-flex; */
width: 1140px;
/* justify-content: flex-start; */
/* flex-wrap: wrap; */
}
.seriesItem{
width: 340px; 
border: 1px solid #e5e5e5;
border-radius: 8px;
margin-bottom: 40px;
margin-right: 40px;
padding-bottom: 0;
}
.seriesItem:hover{
box-shadow: 0px 10px 15px 0px rgba(0,0,0,.08);
}
.seriesImg{
width: 100%;
height: 220px;  
border-radius: 8px 8px 0 0;
object-fit: cover;
}
.seriesItemContent{
width: 90%;
margin: 20px auto 28px;
}
.seriesItemTitle{
    display: -webkit-box;
    min-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.seriesItemText{
    margin: 0 auto 24px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.voteNumItemPanel,.voteBtnItemPanle{
width: 50%;
}
.prizeItemPanel{
    width: 100%;
}
.voteNumTitleItem{
    margin: 6px auto 0;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.voteNumTitleItem.prizeTitleItem{
    font-size: 24px;
    color: #D30C23;
    font-weight: bold;
    line-height: 24px;
}
.voteNumItem{
font-size: 24px;
font-weight: bold;
color: #d30c23;
line-height: 34px;
}
.voteBtnItem{
display: block;
width: 90%;
margin: 12px 0 0 auto;
font-size: 16px;
color: #fff;
text-align: center;
background: #d30c23;
border-radius: 22px;
line-height: 44px;
}
.voteScoreItem{
    font-size: 24px;
    color: #D30C23;
    text-align: right;
    font-weight: bold;
    line-height: 28px;
}
button:disabled{
    font-size: 16px;
    color: #fff;
}
/* 吸顶 */
.fixedItem{
position: fixed;
top: 80px;
left: 0;
z-index: 99;
}
.contentNavItem.active{
color: #d30c23;
}
.contentNavItem.active::after{
display: block;
content: "";
height: 4px;
background: #d30c23;
margin: -4px auto;
}
/* 身份验证弹窗 */
.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;
}
/* 投票提示 */
.voteTipsPanle{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 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;
}
@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        height: 2.4rem;
        margin-top: 1rem;
    }
    .contentPanel{
        margin-bottom: .8rem;
    }
    .contentNavWrap {
        /* margin-bottom: .68rem; */
        z-index: 999;
    }
    .contentNavPanel {
        width: 100%;
    }
    .contentNavItem {
        margin: 0 8%;
        line-height: .8rem;
        font-size: .28rem;

    }
    .contentNavItem.active::after {
        margin: 0px auto;
    }
    .seriesTitlePanel {
        margin: .68rem auto .35rem;
        padding: 0 .28rem;
        box-sizing: border-box;
        overflow: hidden;
        background: url(/css/taward2020/img/seriesIcon.png) .28rem center no-repeat;
    }
    .seriesTitleText {
        font-size: .32rem;
        float: left;
        margin-left: 0.64rem;
    }
    .seriesImg {
        width: 2.46rem;
        height: 1.48rem;
        border-radius: 8px;
    }
    .seriesItem {
        position: relative;
        display: flex;
        display: -webkit-flex;
        width: 100%;
        border: none;
        border-radius: 0;
        margin-bottom: .32rem;
        margin-right: 0;
        /* min-height: 3.2rem; */
        min-height: auto;
        padding: .28rem;
        box-sizing: border-box;
    }
    .tabPanel{
    width: 100%;
    }
    .seriesPanel {
        width: 100%;
    }
    .seriesItemContent {
        width: 65%;
        margin: 0 auto 0;
        padding-left: .28rem;
        box-sizing: border-box;
    }
    .seriesItemTitle {
        min-height: 1rem;
        font-size: .32rem;
        line-height: .48rem;
    }
    .seriesItemText {
        font-size: .24rem;
        color: #999999;
        line-height: .32rem;
        margin: .16rem 0 0;
    }
    .voteNumItemPanel, .voteBtnItemPanle {
        position: absolute;    
    }
    .voteNumTitleItem,.voteNumItem{
        line-height: 0.5rem;  
    }
    .voteNumTitleItem{
        margin: 0 0;
        font-size: .24rem;
    }
    .voteNumItemPanel{
        display: flex;
        display: -webkit-flex;
        left: .28rem;
        bottom: .28rem;      
    }
    .prizeItemPanel{
        margin-top: .8rem;
    }
    .voteNumTitleItem.prizeTitleItem{
        font-size: .32rem;
        line-height: .32rem;
        text-align: right;
    }
    .voteNumItem {
        font-size: .32rem;
        margin: 0 .2rem;
    }
    .voteBtnItemPanle{
        right: .28rem;
        bottom: .28rem;
    }
    .voteBtnItem {
        width: 1.52rem;
        height: .56rem;
        margin: 0 0 0 auto;
        font-size: .24rem;
        border-radius: .28rem;
        line-height: .56rem;
    }
    .voteScoreItem {
        font-size: .32rem;
        line-height: .48rem;
    }
    .seriesContentPanel{
        width: 100%;
        background: #f8f8f8;
    }
    .seriesItem:hover {
        box-shadow: none;
    }
    .caseLinks{
        display: inherit;
    }
    .fixedItem {
        top: 1rem;
    }
    .contentPanel .seriesPanel:last-child .seriesContentPanel .seriesItem:last-child{
        margin-bottom: 0;
    }
    /* 身份验证 */
    .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;
        z-index: 9999;
    }
    .voteTipsText {
        font-size: .28rem;
        line-height: 1rem;
        padding-left: .44rem;
        background-size: .44rem;
    }
    button:disabled{
        font-size: .24rem;
    }
    .votingRules{
        display: none;
    }
    .formBtn{
        margin-top: 0;
    }
    .bindForm{
        font-size: 0;
    }
}