        /*活动首页css*/
#index-main-bd{
    float: left;
    width: 640px;
    overflow: hidden;
}
.des{
    border-bottom: 1px solid #ddd;
}
.des h2{
    line-height:normal;
}
.des p{
    width:550px ;
}
.des img{
    margin: 10px 0;
}
.step_title{
    display: block;
    font-size: 18px;
    margin: 30px 0 15px 0;
    padding: 5px 20px;
    color: #fff;
}
#step_1 .step_title{
    background: #FF811B;
}
#step_1 ul{
    display: block;
    width: 1000px;
}
#step_1 li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    width: 182px;
    margin-right: 227px;
    margin-bottom: 11px;
    position: relative;
    cursor: pointer;
}
#step_1 li:last-child{
    margin-right: 0;
}
#step_1 .img_box{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 123px;

}
#step_1 .img_box img{
    width: 100%;
    height: 100%;
}
#step_1 li p{
    background: url(../images/opacity.png);
    color: #fff;
    width:138px;
    line-height: 20px;
    padding: 0 5px;
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: 12px;
}
#step_1 li i{
    display: block;
    width: 52px;
    height: 52px;
    z-index: 1;
    position: absolute;
    margin-left: -26px;
    margin-top: -26px;
    top: 50%;
    left: 50%;
    background: url(../images/pay_btn_bg.png) no-repeat center center;
}
#step_1 .no_more{
    background: #f2f2f2;
    font-size: 100px;
    font-family: arial;
    line-height: 123px;
    text-align: center;
    color: #ccc;
}
#step_2 .step_title{
    background: #5CAAEF;
}
#step_2 ul{
    width: 46%;
}
#step_2 li{
    position: relative;
    display: block;
    line-height: 30px;
    text-indent: 40px;
    margin-bottom: 15px;
}
#step_2 li p{
    float: left;
}
#step_2 .small_btn{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #259FE8;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -12px;
    color: #fff;
    text-align: center;
    width: 85px;
    text-indent:0;
}
#step_2 .icon_file{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    margin: -15px 0 0 0;
}
#step_3 .step_title{
    background: #78C340;
}
.file_pdf{
    background: url(../images/icon_pdf.jpg) no-repeat;
}
.color_link{
    color: blue;
}
#info{
    padding-top:30px
}
#info p{
    margin-bottom: 10px;
}
#info .info_title{
    color: #016CAA;
    display: block;
    font-size: 18px;
    margin: 20px 0 10px 0;
}
#index-main-aside{
    float: right;
    width: 340px;
}
.aside_module{
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
#aside_ads img{
    display: block;
    padding: 0;
}
.aside_title{
    background: #EDEDED;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.aside_content{
    padding:10px 20px;

}
#about .aside_title{
    line-height: 25px;
}
#exhibit_list li{
    border-bottom: 1px solid #ddd;
    padding:0 0 10px 0;
    margin-bottom: 10px;

}
#exhibit_list li.last{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#exhibit_list img{
    border: 1px solid #ddd;
    float: left;
    margin: 0 10px 10px 0;
    width: 108px;
    height: 72px;
}
/*抽奖模块*/
.prilist{
    width: 620px;
    height: 392px;
    background: url(../images/Heilind_19.jpg) no-repeat center center;
    margin: 10px auto 40px;
}
.prilist li{
    display: block;
    width: 200px;
    height: 120px;
    cursor: pointer;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
}

.prilist li.left,.prilist li.right{
    width: 200px;
}
.prilist li.right{
    margin-right: 0;
}
.prilist li.active{
    padding: 0;
    background: url(../images/opacity.png);

}
#begin-btn{
    cursor: pointer;
}
#begin-btn:active{
    font-size: 20px;
    color: red;
}
#begin-btn::selection{
    background:#fff;
}
/*抽奖模块end*/
/*抽奖弹出层*/
.result-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 45;
}
.result {
    display: none;
    position: fixed;
    width: 340px;
    left: 50%;
    top: 50%;
    margin-left: -170px;
    margin-top: -170px;
    text-align: center;
    z-index: 50;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.result p {
    text-indent: 0;
    text-align: center;
}
.result .close-panel {
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    top: 10px;
    right: 10px;
    background: url(../images/shut-ico.png) no-repeat;
    cursor: pointer;
}

.result .close-panel:hover {
    background: url(../images/shut-hover-ico.png) no-repeat;
}

.result .btn-wrap {
    margin-top: 20px;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.result .btn-wrap .tips {
    margin: 0 0 15px;
    color: #666;
    font-size: 14px;
}

.btn-wrap .tips span {
    color: #e60012;
}

.btn-wrap .tips strong {
    margin-left: 6px;
    color: #333;
    font-weight: bold;
}

.btn-wrap a {
    display: block;
    width: 243px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background-color: #259FE8;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.showthis {
    display: block;

}

/*中奖效果*/

.havepri h3 {
    padding-top: 30px;
    color: #B97232;
    font-size: 25px;
    font-weight: bold;
    text-indent: 12px;
}

.havepri p {
    margin-top: 10px;
    font-size: 16px;
}

#showpri {
    display: block;
    width: 160px;
    height: 120px;
    margin: 0 auto;
}
#prizeName{
    margin-bottom: 20px;
}
/*['小米手环','便携式蓝牙音箱', 'USB 集线器', '天堂伞',  '谢谢参与', '大容量U盘', '小米移动电源', '谢谢参与']*/
.prid1{
    background: url(../images/priz-1.jpg) no-repeat center center;
}
.prid2{
    background: url(../images/priz-2.jpg) no-repeat center center;
}
.prid3{
    background: url(../images/priz-3.jpg) no-repeat center center;
}
.prid4{
    background: url(../images/priz-4.jpg) no-repeat center center;
}
.prid6{
    background: url(../images/priz-5.jpg) no-repeat center center;
}
.prid7{
    background: url(../images/priz-6.jpg) no-repeat center center;
}

/*未中奖*/

.nopri h3 {
    padding-top: 40px;
    font-size: 18px;
    text-indent: 12px;
}

.nopri .nopri-img {
    width: 200px;
    height: 110px;
    margin: 12px auto 0;
}


/*抽奖机会用完了*/


/*还没有抽奖机会*/

.usedcha p,.nocha p {
    line-height: 32px;
    font-size: 16px;
}
.usedcha blockquote,.nocha blockquote{
    text-align: left;
    padding: 10px 20px;
}
.usedcha blockquote p,.nocha blockquote p{
    text-align: left;
}
.usedcha .tips,.nocha .tips{
    color: #ED0707;
    font-size: 14px;
}
.usedcha .cha-tit,.nocha .cha-tit {
    padding-top: 50px;
}
.usedcha .cha-tit font, .nocha .cha-tit font{
    font-size: 20px;
    color: #BA712D;
    font-weight: bold;
}
/*中奖名单*/
.peo-list {
    position: relative;
    height: 130px;
    margin:0;
    overflow: hidden;
}
.plist-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.peo-list li{
    float: left;
    line-height: 1;
    padding: 7px 0;
}
.peo-list li span{
    color: #fff;
    display: inline-block;
    *display: inline;
    float: left;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.peo-list .peo{
    margin-left: 10px;
    width: 86px;
}
.peo-list .priz{
}
li.no_list{
    text-align: center;
    color: #fff;
    line-height: 2;
    font-size: 16px;
    width: 100%;
}
.no_list strong{
    display: block;
}
/*弹窗*/
.pop_window{
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -200px;
    width:400px;
    top: 12%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 480px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
}
.layer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../images/opacity.png);
}
.pop_window_box{
    display: none;
}


/*弹出表单框*/
/* 弹出框 */
.prize_questionnaire .register{
    display: block;

    width: 330px;
    padding-bottom: 0;
    box-shadow: none;
    margin: 0;
    background-color: #FFF;
}
.prize_questionnaire .register p label{
    width: 55px;
}
.register .close {
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.register h1 {
    margin: 20px 0;
    text-align: center;
    color: red;
}
.register h2 {
    padding: 28px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #e9edee;
}
.register h2 span {
    float: left;
    width: 80px;
    padding-bottom: 7px;
    border-bottom: 2px solid #007bc1;
    font-size: 14px;
    font-weight: bold;
}

.register p {
    margin-bottom: 10px;
    line-height:normal;
}
.register p.form_p label {
    height: 16px;
    margin-right: 10px;
    text-align: right;
}
.register p label em {
    margin-right: 10px;
    color: red;
    font-style: normal;
}
.register p input,.register p select{
    height: 30px;
    padding: 0 5px;
    border: 1px solid #7e7e7e;
}
.back_color {
    background-color: #fbf66f;
}



.register div input:hover {
    background-color: #0193e9;
}

p.red{
    color: red;
}
#add{
    margin-left: 62px;
}
.register div input{
    border: none;
    display: block;
    width: 290px;
    margin: 0 auto;
    height: 30px;
    background-color: #2d7bb5;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}
#video_box .dialog{
    background: #F6F6F6;
}
#video_box .pop_window{
    width: 800px;
    height: 500px;
    margin-left: -400px;
}
#video_player_box{
    padding: 0;
}
#video_player_box{
    height: 450px;
}
#video_box .dialog-hd{
    margin-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#province,#city{
    width: 103px;
}