/*.banner{
    width: 100%;
    height: 300px;
    background: url('/activity/iot2019/images/vote/banner.png') center;
    margin-top: 90px;
}*/
.vNavBox{
    width: 100%;
    background: #000;
    border-bottom: 1px solid #333333;
}
.vNav{
    line-height: 58px;
}
.vNav a{
    display: inline-block;
    margin-right: 60px;
    color: #fff;
}
.vNav a.active,
.vNav a:hover{
    color: #487dea;
    border-bottom: 1px solid #487dea;
    margin-bottom: -1px;
}
.container{
    color: #fff
}
.container a{
    color: #fff;
}
.container a:hover{
    color: #487dea;
}
.tipOrShear{
    line-height: 26px;
    margin: 30px 0;
}
.memberList ul{
    overflow:hidden;
}
.memberList li{
    width: 283px;
    height: 496px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border:1px solid #111111;
    cursor: pointer;
}
.memberList li:nth-of-type(4n){
    margin-right: 0;
}
.memberList li.active{
    border:1px solid #fff;
}
.memberList li .prwImgBox{
    width: 100%;
    text-align: center;
    line-height: 166px;
    overflow:hidden; 
}
.memberList li .prwImgBox img{
    width: 100%;
    vertical-align: bottom;
}
.memberList li .mMsgBox{
    padding: 20px;
    height: 290px;
    color: #bdbdbd;
    background: #333333;
    overflow:hidden; 
}
.memberList li .moreMsg{
    margin-top: 50px;
}
.memberList li .mMsgBox h3{
    font-size: 18px;
    color: #fff;
}
.memberList li p{
    line-height: 20px;
}
.memberList li .mMsgBox .voteActionBox{
    height: 40px;
    border-bottom:1px solid #666666;
    margin-bottom: 20px;
    overflow:hidden; 
}
.voteActionBox span:nth-of-type(1){
    display: inline-block;
    width: 180px;
    height: 40px;
    float: left;
    line-height: 18px;
}
.memberList li.active .voteAction{
    color: #ce4e52;
}
.memberList li.active .voteActionBox i{
    background: url("/activity/iot2019/images/vote/ca.png") no-repeat;
}
.voteActionBox i{
    display: inline-block;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    background: url("/activity/iot2019/images/vote/c.png") no-repeat;
}
.memberList li .mMsgBox .mMsgText{
    margin-bottom: 10px;
    text-align: justify;
    height: 140px;
    overflow: hidden;
}
.voteSubimitBox{
    text-align: center;
    margin: 40px;
}
.voteSubimitBox .voteSubimitBtn{
    color: #fff;
    width: 850px;
    display: inline-block;
    background: #ccc !important;
    text-align: center;
    cursor: default;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    margin:auto;
    z-index: 666;
}
.voteSubimitBox .voteSubimitBtn:hover{
    background: #a48a54;
    color: #fff;
}
.voteSubimitBox .disable,
.voteSubimitBox .disable:hover
{
    background: #ccc;
    color: #666;
}

/* 抽奖区域 */
.lottery_content_box{
    width: 100%;
    background: #333333;
    overflow:hidden;
    padding: 60px 0;
}
.lottery_content_box .title{
    color: #fff;
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}
#prize_area {
    padding: 40px 0;
}
.blue_color{
    color: #019dba;
}
.pop_desc{
    background: #019dba;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}
.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}
.lotter_alert.layui-layer {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.lotter_alert.not_winning {
    width: 305px;
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 230px;
}
.lotter_alert .layui-layer-title {
    display: none;
}
.lotter_alert .layui-layer-content {
    text-align: center;
}
.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
}
.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.lotter_alert .layui-layer-content span {
    color: #000;
    margin-bottom: 10px;
}
.lotter_alert.no_chance {
    width: 305px;
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}
.lotter_alert.no_chance big {
    display: block;
    padding-top: 20px;
    font-weight: normal;
}
.lotter_alert.no_chance .btns {
    display: block;
    padding: 20px 0;
}
.lotter_alert.no_chance .btn {
    color: #fff;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #009FBD;
}
.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}
.lotter_alert.winner {
    width: 305px;
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}
.lotter_alert.winner p {
    color: #ff0000;
}
.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}
.lotter_alert.winner span {
    line-height: 20px;
    color: #999;
}
.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}
#prilist{
    float: left;
    width: 672px;
    margin-right: 30px;
}
#prilist li {
    display: block;
    background: #e5f5f8;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    border: 2px solid #fff;
}
#prilist li.right {
    margin-right: 0;
}
#prilist li.active {
    border: 2px solid #fff;
    background: #e55256;
    color: #fff;
}
#prilist img {
    display: block;
    height: 60px;
    max-width: 120px;
    margin: 0 auto 10px;
}
#prilist .u_img{
    height: auto !important;
    margin: 25px auto!important;
}
#prilist #begin_btn {
    padding: 0;
    height: 151px;
    line-height: 151px;
    font-size: 20px;
    color: #fff;
    background: #ff595e;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #e55256;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 425px;
}

#winner_list a {
    text-decoration: underline;
}
#jq_marquee_box{
    background: #333333;
     height: 170px;
    line-height: 15px;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}
#jq_marquee_box ul{
    padding:0 20px;
}
#jq_marquee_box li{
    color: #fff;
}
#jq_marquee_box li span{
    display: inline-block;
    min-width: 80px;
}
#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 425px;
    padding: 20px 20px 20px 60px;
}

#winner_list .list_box b {
    font-weight: normal;
    position: absolute;
    display: inline-block;
    width: 20px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    left: 22px;
    top: 62px;
}

.formBox{
    padding: 0px 50px;
    color: #000;
}
.formBox h2{
    font-size: 30px;
}
.formBox h3{
    font-size: 20px;
    font-weight: normal;
}
.formBox p{
    margin: 30px 0;
}
.formBox .formItem{
    margin-bottom: 20px;
}
.formBox .formItem span{
    display: inline-block;
    width: 62px;
    font-size: 15px;
}
.formBox .formItem input{
    width: 290px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox .formBtn{
    margin-top: 20px;
}
.formBox .formBtn a{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}
.formBox .formBtn .subimtBtn{
    color: #fff;
    background: #236cff;
    margin-right: 22px;
}
.formBox .formBtn .canceBtn{
    background: #fff;
    border:1px solid #e1e1e1;
    color: #000;
}

.votePow {
    border-radius: 10px !important;
    color: #000;
}
.votePow a{
    color: #7399ff;
}
.votePow .layui-layer-title{
    background: #fff;
    border: none;
    border-radius: 10px !important;
}
.moreTipContent,
.moreMsgBox{
    padding: 0 30px;
}
.moreTipContent h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.votePow .pBox{
    margin-bottom: 30px;
}
.votePow .pBox span{
    display: block;
    width: 300px;
}
.votePow .pBox h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.votePow .pBox{
    line-height: 26px;
}

.chanceNUm{
    display: block;
    position: fixed;
    right: 20px;
    top: 50%;
    width: 72px;
    height: 65px;
    padding-top: 5px;
    padding-left: 26px;
    box-sizing: border-box;
    font-weight: bold;
    background: url('/activity/iot2019/images/vote/goP.png');
    background-size: cover;
}

.mShow{
    display: none;
}
.pShow{
    display: block;
}
@media screen and (max-width: 800px){
    div,p,li{
        box-sizing: border-box;
    }
    .lottery_content_box{
        display: none;
    }
    .container{
        display: block;
    }

    .footer,
    .bdsharebuttonbox,
    .pShow{
        display: none;
    }
    .mShow{
        display: block;
    }
    .votePow{
        width: 90%!important;
    }
    .pBox{
        position: relative;
    }
    .pBox>div{
        position: absolute;
        top: 0;
    }
    .pBox>span{
        float: inherit;
        margin-top:86px;
    }
    .pBox b{
        font-size: 20px!important;
        line-height: 30px!important;
    }
    .pBox span{
        width: 100%!important;
    }
    .vNavBox{
        overflow: auto;
        height: 60px;
        z-index: 666;
    }
    .vNav{
        width: 500px;
    }
    .vNav a{
        margin-left: 10px;
        margin-right: 0px;
    }
    .tipOrShear{
        margin: 15px 0; 
        padding: 0 10px;
    }
    .tipOrShear a{
        color: #4f89ff;
    }
    .memberList{
        padding: 0 10px 50px;
    }
    .memberList li{
        width: 49%;
        margin-right:2%;
        height: auto!important;
    }
    .memberList li:nth-of-type(2n){
        margin-right: 0;
    }
    .memberList li .mMsgBox h3{
        font-size: 14px;
        overflow:hidden; 
        max-height: 40px;
    }
    .memberList li .prwImgBox{
        line-height: inherit;
    }
    .memberList li  .mMsgText{
        display: none;
    }
    .memberList li .mMsgBox{
        height: 190px!important;
    }
    .memberList li .mMsgBox p:nth-of-type(2){
        display: none;
    }
    .memberList li .mMsgBox .voteActionBox{
        margin-bottom: 0;
        height: 50px;
        position: relative;
        overflow: initial; 
    }
    .memberList li .moreMsg{
        margin-top: 100px;
    }
    .voteActionBox span:nth-of-type(1){
        width: 100%;
    }
    .voteActionBox .voteAction{
        position: absolute;
        width: 96%;
        height: 36px;
        overflow:hidden; 
        left: 0;
        right: 0;
        margin: 92px auto 0;
    }
    .memberList li.active .voteAction{
        color: #ce4e52;
    }
    .memberList li.active .voteActionBox i{
        background: url("/activity/iot2019/images/vote/voteBtnOn.png") no-repeat;
        background-size: 100%;
    }
    .voteActionBox i{
        display: inline-block;
        width: 100%;
        height: 30px;
        background: url("/activity/iot2019/images/vote/voteBtn.png") no-repeat;
        background-size: 100%;
    }
    .watchMoreMsg{
        float: inherit;
        display: inline-block;
        margin-top: 10px;
    }
    .voteSubimitBox{
        width: 100%;
        position: fixed;
        margin: 0;
        bottom: 20px;
        left: 0;
    }
    .voteSubimitBox .voteSubimitBtn{
        width: 85%;
        border-radius: 20px;
    }
    
    .lottery_content_box{
        padding: 30px 0;
    }
    .lottery_content_box .title{
        display: none;
    }
    #prilist {
        width: 100%;
    }
    #prilist li:nth-of-type(3n+1) {
        margin-left: 2%;
    }
    #prilist li {
        width: 30%;
        margin: 0 1% 10px 0;
        padding: 10px 0;
    }
    #prilist img {
        height: 36px;
    }
    #prilist .u_img {
        height: auto !important;
        margin: 14px auto!important;
    }
    #prilist #begin_btn {
        height: 89px;
        line-height: 89px;
    }
    #winner_list {
        width: 100%;
    }
    .tips{
        background: #ececec;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    #winner_list .list_box{
        margin: 20px 10px 0;
        width: auto;
    }
    #jq_marquee_box li span {
        min-width: 52px;
    }
    .lotteryTip{
        padding: 0 10px;
        margin-top: 10px;
    }
    .chanceNUm{
        top: 120px;
    }
    .formBox .formItem input{
        width: 2.9rem;
    }
    .formBox .formBtn a{
        width: 1.4rem;
    }
}