/* 公共样式 */
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.float_clr{
    clear: both;
}
.clearfix {
    zoom: 1;
}
.m_b10{
    margin-bottom: 10px;
}
.m_b20{
    margin-bottom: 20px;
}
.m_b30{
    margin-bottom: 30px;
}
.m_t20{
    margin-top: 20px;
}
.hide{
    display: none;
}
.w20{
    width: 20px;
}
option{
    height: 100%;
}
/* 头部样式修改  */
#top{
    background: #000000;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
.quick-menu a:hover{
    background: #000000;
}
.d-corner {
    font: 8px/25px arial;
    color: #999;
    font-style: normal;
    float: right;
    margin-left: 2px;
    margin-top: 4px;
}
.up-arrow{
    display: none;
}
#website_ind_wrap:hover #website_nav{
    display: block;
}
#website_ind_wrap:hover .up-arrow{
    display: block;
}
#website_ind_wrap:hover .down-arrow{
    display: none;
}
#top #website_ind_wrap:hover{
    background: #d00 !important;
}
#top #website_nav:hover{
    background: #fff;
    color: #666 !important;
}
#top .wraplist_title:hover{
    background: #fff;
    color: #666 !important;
}
#top a:hover{
    background: #000;
    color: #fff;
}
#website_nav{
    display: none;
    position: absolute;
    top: 31;
    left: 15.5px;
    width: 966px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_dis_wrap{
    height: 180px;
    border-right: 1px solid #d9d9d9;
    text-align: left;
    margin: 10px 0;
    padding: 0 38px 10px;
    z-index: 1000;
    float: left;
}
.sub_dis_wrap .disList {
    list-style: none;
    display: block;
    margin-right: 10px;
    float: left;
}
.sub_dis_wrap .disList li {
    float: none;
    padding-left: 0;
    background: none;
    margin: 0 0 10px;
    padding-right: 0;
}
#top #website_nav a {
    color: #666666 !important;
}
#top #website_nav a:hover{
    background: #fff;
}

.ac{
    background: #e5e5e5;
    border-bottom: 4px solid #019dba;
}
.ac a{
    color: #019dba;
}
.ht{
    height: 100%
}
#section1,
#section2,
#section2_1,
#section2_2,
#section2_3,
#section3,
#section4,
#section5{
    position: relative;
    top: -120px;
}
.bg_gray{
    background: #e5e5e5;
}
.step_title{
    position: absolute;
}
.step_title:hover{
    box-shadow: 0 0 10px 1px #ff9900;
}
.m_nav,
.m_banner,
.rule_box_m,
.advisory_m,
.concat_m,
.aside_m,
.m_content{
    display: none;
}
/* nav */
nav ul li a:hover{
    color: #019dba;
}
nav{
    height:75px;
    line-height: 80px;
    margin: 30px auto 0 auto !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
    z-index: 9
}
nav ul{
    height: 100%;
}
.logo{
    vertical-align: middle;
    width: 120px;
}
nav ul li{
    margin-right: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}
.pc_nav ul li:hover{
    background: #e5e5e5;
    border-bottom: 4px solid #019dba;
}

nav ul li a{
    display: inline-block;
    height: 100%;
}
/* nav */


/* 内容 */
.section{
    margin: 50px auto;
}
.section1{
    margin: 0 auto;
}
.star_pass{
    width: 100%;
    background: url('../images/start_bg.png');
    position: relative;
    background-size:100% 100%; 
    top: -178px;
}
.star_pass>div{
    width: 74%;
    float: right;
    padding: 240px 60px 50px 100px;
    box-sizing: border-box;
}
.star_pass h3{
    font-size: 18px;
    margin: 10px 0 20px 0;
}
.star_pass .step_title{
    left: 143px;
    top: 182px;
}
.play_icon{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 80px auto 0 auto;
    background: url('../images/play.png');
    background-size: 100% 100%;  
    cursor: pointer;
}
.u_img{
    width: 140px;
    height: 50px !important;
    margin-top: 10px !important;
}
.play_icon:hover{
    background: url('../images/play_hover.png');
    width: 80px;
    height: 80px;
    background-size: 100% 100%;  
}
.video_cover{
    cursor: pointer;
    border: 1px solid #ececec;
}
.video_cover:hover{
    box-shadow: 0 0 10px 1px #ccc; 
}
.video_cover:hover+.play_icon{
    background: url('../images/play_hover.png');
    width: 80px;
    height: 80px;
    background-size: 100% 100%;  
}
.user{
    display: block;
    margin: 0 auto;
}
.download{
    background: #019dba;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    width: 200px;
    border-radius: 5px;
    color: #fff !important;
    margin: 20px 0 10px 0;
}
.download:hover{
    background: #1E4056;
}
.go_pass{
    text-align: center;
    display: block;
    color: #019dba !important;
    font-size: 18px;
}
.lecturer_info h3{
    margin: 10px 0 0 0 !important;
}
.step1_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f90 !important;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 190px;
    left: 48%;
    background: #fff;
    width: 334px;
    height: 40px;
}
.step2_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f90 !important;
    opacity: 0.85;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 60px;
    left: 20%;
    background: #fff;
    height: 40px;
}
.step3_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f90 !important;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 146px;
    left: 36%;
    background: #fff;
    width: 360px;
    height: 40px;
}
.step2{
    width: 100%;
    background: url('../images/step2_bg.png');
    position: relative;
    background-size:100% 100%; 
    top: -160px;
}
.step2 ul li{
    text-align: center;
    width: 45%;
    margin-bottom: 25px;
    vertical-align: top;
}
.step2 ul li h6{
    font-weight: normal;
    margin-top: 10px;
    padding: 0 30px;
}
.step2>div{
    width: 80%;
    padding: 130px 0px 170px 25px;
}
.step2 .video_cover{
    width: 100%;
}
.step2 .play_icon{
    margin: 40px auto;
    width: 50px !important;
    height: 50px !important;
}
.step2 ul {
    width: 50%;
    display: inline-block;
}
.step2_info{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.step2_info h3{
    font-size: 18px;
    margin-bottom: 30px;
}
.step2_info>p{
    line-height: 23px;
}
.step2_info .go_pass{
    position: relative;
    bottom: -130px;
}
.step2 .step_title{
    right: 119px;
    top: 70px;
}
.step3{
    width: 100%;
    background: url('../images/step3_bg.png');
    position: relative;
    background-size:100% 100%; 
    top: -257px;
}
.step3 li {
    width: 28%;
    margin-right: 25px;
    vertical-align: top;
    margin-bottom: 25px;
    text-align: center;
}
.step3 li h6{
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0 10px;
}

.step3 li h6:hover, .step2 ul li h6:hover{
    color: #019dba;
    cursor: pointer;
}
.step3 li .video_cover{
    width: 100%;
}
.step3 ul{
    padding: 200px 190px 120px 190px;
    box-sizing: border-box;
}
.step3 .play_icon{
    width: 50px !important;
    height: 50px !important;
    margin: 46px auto 0 auto;
}
.step3 .step_title{
    bottom: 175px;
    right: 0px;
}
.step3 li:hover .play_icon,
.step2 ul li:hover .play_icon{
    background: url('../images/play_hover.png');
    background-size: 100% 100%; 
}
.aside_pc{
    position: fixed;
    top: 30%;
    right: 0;
    background: url('../images/aside.png');
    background-size: 100% 100%;
    width: 134px;
    height: 280px;
    padding-top: 100px;
    box-sizing: border-box;
    line-height: 32px;
    text-align: center;
}

.aside_pc i{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    vertical-align: middle;
}
.aside_pc a{
    color: #fff;
    display: inline-block;
    width: 100%;
}
.aside_pc .passed i{
    background: #ff9900;
}
.aside_pc p{
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.go_lottery{
    color: #019dba !important;
}
.back_top{
    color: #ff9900;
    line-height: 25px;
    cursor: pointer;
}
.back_top:before{
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 10px solid rgb(255, 153, 0);
    position: relative;
    top: -15px;
    left: -3px;
}
.section4 .step_title{
    top: 30px;
}
/*抽奖区域*/
#prize_area {
    padding: 40px 0;
}

/*抽奖弹窗样式*/
.lotter_alert {
    /*抽奖机会用完*/
    /*中奖了*/
}
.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: url(../images/pop_window_no.png);
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}

.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;
    padding: 20px 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.lotter_alert .layui-layer-content span {
    color: #000;
    margin-bottom: 10px;
}

.lotter_alert.no_chance {
    width: 305px;
    background: url(../images/pop_window.png);
    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: url(../images/pop_window.png);
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}

.lotter_alert.winner big,
.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: #019dba;
}

.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}

#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#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 #009FBD;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}

#prilist #begin_btn {
    padding: 0;
    height: 151px;
    line-height: 151px;
    font-size: 20px;
    color: #fff;
    background: #009FBD;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #009FBD;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 425px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #009FBD;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #007ac2;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}
#winner_list .tips a{
    color: #009FBD;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 300px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    color: #000;
    border: 2px solid #009FBD;
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}

#winner_ul {
    display: block;
    padding: 0 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #009FBD;
}
#winner_ul li span{
    color: #666666;
}
/* 抽奖 */
/* 内容 */

@media screen and (max-width: 800px){
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
    }
    .wrapper{
        width: 100%;
    }
    #top, 
    .pc_nav, 
    .pc_banner, 
    .rule_box, 
    .aside_pc, 
    .pc_step_content,
    .pc_lottery,
    .section4, 
    .concat_pc,
    .footer{
        display: none;
    }
    .m_nav,
    .m_banner,
    .rule_box_m,
    .advisory_m,
    .concat_m,
    .aside_m,
    .m_content{
        display: block;
    }
    .rule_box_m{
        margin: 25px 0;
    }
    nav{
        position: initial;
        background: #ececec;
        margin: 0 !important;
        height: 1rem;
        line-height: 1rem;
    }
    .m_nav ul li{
        width: 50%;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #31adc5;
        font-size: 0.33rem;
    }
    .hover{
        border: 2px solid #ff9501;
        color: #ff9501 !important;
        background: #fff;
    }
    .pd10{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .aside_m{
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 9;
        text-align: center;
        background: #f5a001;
        color: #fff;
        border-radius: 5px;
        padding: 10px;
        box-sizing: border-box;
    }
    .go_lottery{
        color: #fff !important;
        background: #019dba;
        margin: 4px 0;
        padding: 4px 0;
        font-size: 0.26rem;
    }
    .go_lottery:hover{
        background: #fff;
        color: #ff9501 !important;
    }
    .rule_box_m button{
        background: #019dba;
        border: none;
        padding: 5px 15px;
        font-size: 0.256rem;
        border-radius: 3px;
        color: #fff;
        position: absolute;
        right: 1rem;
        bottom: 0.35rem;
    }
    .advisory_m{
        margin-bottom: 0.5rem;
    }
    .section{
        margin: 0;
    }
    .step1_m{
        background: url('../images/start_bg_m.png');
        background-size: 100% 100%; 
        padding: 0 10px;
        box-sizing: border-box;
        padding-bottom: 3.3rem;
    }
    .step2_m{
        background: url('../images/step2_bg_m.png');
        background-size: 100% 100%; 
        padding: 2.5rem 10px 2.2rem 10px;
        box-sizing: border-box;
    }
    .step3_m{
        background: url('../images/step3_bg_m.png');
        background-size: 100% 100%; 
        padding: 2.5rem 10px 0.4rem 10px;
        box-sizing: border-box;
    }
    .video_cover_m{
        width: 100%;
        margin: 0 auto 0.3rem auto;
        display: block;
        padding-top: 2.5rem;
    }
    .play_icon{
        width: 1.3rem;
        height: 1.3rem;
        margin: 0 auto;
        top: 4rem;
    }
    .step1_m h3{
        margin: 0.3rem 0;
        font-size: 0.32rem;
    }
    hr{
        border: none;
        border-bottom: 3px solid #019dba;
        margin: 0.6rem 0;
        border-radius: 25px;
    }
    .user_m{
        width: 37%;
        border-radius: 5px;
        margin-right: 0.3rem;
        vertical-align: top;
    }
    .download{
        width: 2.5rem;
        background: #ff9501;
    }
    .step1_m .download{
        float: right;
    }
    .go_pass{
        font-size: 0.28rem;
        float: right;
        padding-right: 20px;
    }
    .position_m{
        margin-bottom: 0.2rem;
    }
    .user_name_m{
        font-size: 0.3rem;
        margin-bottom: 5px;
    }
    .step2_m ul li{
        width: 49%;
        margin-bottom: 0.5rem;
        text-align: center;
        font-size: 0.28rem;
    }
    .step2_info{
        width: 100%;
        padding-bottom: 1rem;
    }
    .step2_m .play_icon{
        z-index: 9;
        width: .8rem !important;
        height: .8rem !important;
        top: 0.6rem;
        margin: 0 auto;
    }
    .step2_info h3{
        margin-bottom: 0.2rem;
    }
    .step2_info .download{
        float: left;
    }
    .step2_info .go_pass{
        float: left;
        bottom: 0;
        clear: both;
        left: 0.5rem;
    }
    .step2_info>p {
        font-size: 0.3rem;
    }
    .step3_m ul li{
        width: 48%;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
        text-align: center;
    }
    .step3_m ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .step3_m .play_icon{
        z-index: 9;
        width: .8rem !important;
        height: .8rem !important;
        top: 0.6rem;
        margin: 0 auto;
    }
    .step3_m h6{
        /* font-size: 0.2rem; */
    }
    .u1{
        padding: 0 1.5rem;
        box-sizing: border-box;
        width: 100%;
        margin-top: .6rem;
    }
    #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;
        height: 66px;
    }
    #prilist img {
        height: 36px;
    }
    #prilist #begin_btn {
        height: 86px;
        line-height: 86px;
    }
    #winner_list {
        width: 100%;
        /* margin: 20px 3% 0; */
    }
    #winner_list .list_box{
        margin: 0 10px;
    }
    .tips{
        background: #ececec;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .lottery_content_box{
        display: none;
    }
    .m_nav{
        position: fixed;
        top: 0;
        z-index: 99
    }
    .m_banner{
        margin-top: 1rem;
    }

    .pop_window{
        width: 88%;
        margin: 10% 0px 0px -46%;
        height: 520px;
    }
    .info_msgBox{
        height: 396px;
     }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 220px;
        height: 18px;
        overflow:hidden; 
        resize:none; 
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form dd label{
        margin: 5px 0;
    }
    #address_select{
        width: 80% !important;
    }
    .province, .city{
        width: 49% !important;
        margin: 0 !important;
    }
    #profession,
    #stage{
        width: 108% !important;
        border-radius: 5px;
    }
    #submit_form .inline_dl dd{
        width: 75%;
    }
    .info_msgBox{
        overflow: auto;
    }
    #submit_form .sub {
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .m_logo{
        position: absolute;
        width: 2rem;
        left: 10px;
        top: 1.2rem;
        display: none;
    }
    .rule_box_m button:hover{
        background: #f5a001
    }
    #section3{
        top: -60px;
    }
    .u_img{
        width: 78px;
        height: 30px !important;
    }
}






