/* 公共样式 */
.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;
}
.w20{
    width: 20px;
}
.green_bg{
    background: #8ec220 !important;
}
/* 头部样式修改  */
#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;
}
.notice {
    float: right;
    padding-left: 24px;
    margin-right: 20px;
    color: #fff;
    background: url(/skin-2012/images/notice.png) no-repeat 0 3px;
}
.my-info {
    float: right;
    position: relative;
    z-index: 100;
}
.u-info {
    float: left;
}
.u-info img {
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.drop-icon {
    *float: left;
    *margin-top: 4px;
    padding-right: 16px;
    background: url(/skin-2012/images/arrow.png) no-repeat 5px 1px;
}
.top-dropdown:hover .drop-icon {
    background-position: 5px -43px;
}
.top-dropdown-menu {
    position: absolute;
    right: 0;
    top: -9999px;
    width: 130px;
    padding: 9px 0;
    background: #111;
    z-index: 100;
    box-shadow: 2px 2px 3px #999;
}
#top .top-dropdown-menu a {
    font-size: 14px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #ccc;
    white-space: nowrap;
}
.top-dropdown-menu a:hover {
    color: #fff;
    text-decoration: none;
    background: #999;
}

.ac,
.pc_nav ul li:hover{
    background: #004a65;
    border-bottom: 4px solid #8ec220;
}
.ac a,
nav ul li:hover a{
    color: #fff;
}
.ht{
    height: 100%
}
.bg_gray{
    background: #e5e5e5;
}
body{
    background: url('../images/bg.png')no-repeat;
    background-size: 100% 100%;
}
/* nav */
nav{
    height:75px;
    line-height: 80px;
    margin: 30px auto 0 auto !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #ccc;
}
nav ul{
    height: 100%;
}
.logo{
    vertical-align: middle;
    width: 120px;
}
nav ul li{
    margin-right: 20px;
    box-sizing: border-box;
}


nav ul li a{
    display: inline-block;
    height: 100%;
    padding: 0 15px;
}
/* nav */
/* aside */
aside{
    position: fixed;
    top: 20%;
    right: 0;
    width: 120px;
    background: #004a65;
    z-index: 99;
}
aside a{
    display: block;
    width: 100%;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
aside>div{
    background: #fff;
    box-sizing: border-box;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.learned{
    display: block;
    position: absolute;
    width: 80px;
    height: 27px;
    border-radius: 25px;
    background: #8ec220;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.learned1{
    bottom: 19px;
}
.learned2{
    bottom: 52px;
}
.learned3{
    bottom: 85px;
}
.learned4{
    bottom: 118px;
}
.learned5{
    bottom: 150px;
}
aside a{
    background: #004a65;
}
aside a:hover{
    background: #8ec220;
}

/* 内容 */
#basic_course,
#andcanced_learning,
#free_trail,
#lottery{
    position: relative;
    top: -110px;
}
.section{
    margin: 50px auto;
}
.play_icon{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url('../images/play_hover.png');
    background-size: 100% 100%;  
    cursor: pointer;
}
.item{
    cursor: pointer;
    background: #fff;
}
.item:hover .play_icon{
    background: url('../images/play.png');
    background-size: 100% 100%;  
}
.cover{
    text-align: center;
    position: relative;
}
.cover p{
    margin-top: 40px;
    font-size: 13px;
}
.title{
    font-size: 28px;
    margin: 20px 0 50px 0;
}
.info{
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
}
.info p{
    font-size: 12px;
}
.info h3{
    font-size: 16px;
    margin-bottom: 5px;
}


/* 基础视频 */
.basic_item{
    width: 31%;
    margin-bottom: 9px;
}
.basice_cover{
    border: 1px solid #004a65;
}
.basic_info{
    background: #004a65;
    height: 80px;
}

/* 进阶学习 */
.andcanced_learning{
    margin-bottom: 45px;
}
.andcanced_item{
    width: 23%;
    margin-bottom: 18px;
}
.andcanced_info{
    background: #8ec220;
    height: 140px;
    padding: 10px;
}
.andcanced_info p{
    line-height: 22px;
}
.andcanced_cover {
    border: 2px solid #ccc;
    border-bottom: 2px solid #8ec220;
}
.andcanced_cover .play_icon{
    bottom: 7px
}
.andcanced_cover .title{
    font-size: 24px;
}
.andcanced_cover .play_icon{
    background: url(../images/play.png);
    background-size: 100% 100%;
}
.andcanced_item:hover .play_icon{
    background: url(../images/play_hover.png);
    background-size: 100% 100%;
}

/* 免费试用 */
.free_trail{
    margin-bottom: 15px;
}
.free_trail_box{
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
}
.free_trail_box h2{
    font-size: 30px;
    margin-bottom: 20px; 
}
.free_trail_info span:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 20px;
    margin: 0 20px;
}
.free_trail_info span{
    font-size: 20px;
}
.free_trail_info i{
    color: #8ec220;
}
.time{
    margin: 20px 0 36px 0;
}
.time i{
    color: #8ec220;
    font-weight: 700;
    margin: 0 5px;
}
.apply{
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #8ec220;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
}
.apply:hover{
    color: #004a65
}
.buy{
    color: #fff;
    font-size: 18px;
}
.buy:hover{
    color: #Bec220;
}
.list_desc{
    line-height: 30px;
    font-size: 16px;
}
.btn_box{
    margin-top: 43px;
}



.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;
}

/*抽奖区域*/
#prize_area {
    padding: 40px 0;
}
.lottery_tit{
    background: #8ec220;
    width: 54.5%;
    height: 50px;
    top: 42px;
    position: absolute;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
#prilist{
    margin-top: 60px;
}


/*抽奖弹窗样式*/
.pop_desc{
    background: #8ec220;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}
.lotter_alert .layui-layer-content b{
    display: block;
    margin-top: 20px;
    font-size: 17px;
}
.lotter_alert .layui-layer-content p{
    color: #999;
    margin: 10px 0;
}
.lotter_alert .layui-layer-content big{
    font-size: 18px;
    margin-top: 20px;
    display: block;
}
.lotter_alert .layui-layer-content h6{
    color: #d22222;
    font-size: 18px;
    margin: 10px 0;
}
.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}
.lotter_alert.layui-layer {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.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.no_chance .btn {
    color: #fff;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #009FBD;
}

.lotter_alert.no_chance .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: #8ec220;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #004a65;
}
#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: #8ec220;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 30px;
    font-weight: normal;
}


#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 #8ec220;
    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: #051296;
    margin-bottom: 10px;
}
#winner_ul li span{
    color: #666666;
}
.getUser{
    width: 80px;
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 抽奖 */
/* 内容 */


.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0;
    background: #333;
    border-top: 2px solid #eee;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}

/*弹窗*/

.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 380px;
    top: 5%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 600px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
}
.pop_window_box {
    display: none;
}
/*用户资料 - 弹窗表单*/
.dialog-hd{
    padding: 10px;
    box-sizing: border-box;
    background: #009fbd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.dialog-bd{
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
}
.close-dialog{
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.close-dialog:hover{
    opacity: .8;
}
#submit_form{
    height: 460px;
    overflow-y: auto;
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 10px 0;
}
#submit_form .inline_dl dt{
    float: left;
    line-height: 35px;
    display: block;
    font-size: 14px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 260px;
}
#submit_form dd input[name=interested]{
    width: 100%;
}
#submit_form dd label{
    display: block;
    margin: 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 10px;
    float: left;
}
.collect_title{
    display: block;
    padding: 10px 0;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}

#submit_form .inline_dl dd{
    float: left;
}
#submit_form .inline_dl select{
    width: 134px;
    height: 35px;
    margin: 0 10px 0 0;
    border: 1px solid #ddd;
}

#submit_form .inline_dl textarea{
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    width: 400px;
    resize: none;
}
.frm_btn {
 background: none;
 color: #fff;
 width: 100%;
 height: 36px;
 vertical-align: top;
 border: none;
 cursor: pointer;
}
#submit_form .sub {
    background: #009FBD;
    position: absolute;
    bottom: -55px;
    width: 120px;
    height: 36px;
    font: 18px/36px Tahoma, 'Microsoft Yahei', 'Simsun';
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    left: 0;
    right: 0;
}




#video_player{
    height: 100%;
}

@media screen and (max-width: 800px){
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
        background: none;
    }
    .wrap{
        width: 100%;
    }
    #top, 
    .pc_nav, 
    .pc_banner, 
    .video_introduction, 
    .pc_tit, 
    .pc_step_content,
    .pc_lottery,
    .pc_qrcode,
    .pc_about,
    .pc_aside,
    .footer{
        display: none;
    }
    .m_nav,
    .m_banner,
    .m_video_introduction,
    .m_tit,
    .m_qrcode,
    .m_rule,
    .m_aside,
    .m_about{
        display: block;
    }
    .m_aside{
        display: flex;
        width: 100%;
        height: 1rem;
        position: fixed;
        top: auto;
        bottom: 0;
    }
    .rule_box_m{
        margin: 25px 0;
    }
    .hover{
        border: 2px solid #ff9501;
        color: #ff9501 !important;
        background: #fff;
    }
    .pd10{
        padding: 0 10px;
        box-sizing: border-box;
    }
    aside{
       display: none;
    }
    
    .basic_course{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .basic_course ul li{
        width: 48%;
        min-height: 3.6rem;
        border: 1px solid #004a65;
    }
    .basic_course ul li:first-child{
        width: 100%;
    }
    .basic_course ul li:first-child .play_icon{
        top: .8rem
    }
    .title {
        font-size: .5rem;
        margin: 0 0 .35rem 0;
    }
    .item{
        position: relative;
    }
    .cover p {
        font-size: .28rem;
        margin-top: .8rem;
        min-height: 38px;
    }
    .info h3 {
        font-size: .28rem;
    }
    .basic_item:hover .basic_info {
        background: #8ec220
    }
    .basic_course ul li:not(:first-child) .basice_cover {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .basic_course ul li:not(:first-child) .basice_cover h2 {
        display: none;
    }
    .basic_course ul li:not(:first-child) .basic_info {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1rem;
    }
    .basic_course ul li:not(:first-child) .basic_info p{
        display: block;
        color: #333;
        margin-top: 10px;
        line-height: .4rem;
    }
    .basic_course ul li:not(:first-child) .cover p{
        display: none;
    }
    .basic_course ul li:not(:first-child) .basic_info h3 {
        min-height: .8rem;
    }



    .andcanced_item{
        width: 48%;
    }
    .andcanced_item:hover .title{
        background: #004a65;
    }
    .andcanced_cover p{
        display: none;
    }
    .andcanced_info {
        background: #fff;
        height: auto;
        padding: 10px;
        color: #333;
        border: 1px solid #89bb1f;
    }
    .andcanced_cover .title {
        font-size: .28rem;
        text-align: left;
        padding: .1rem 0 .1rem .1rem;
        background: #8ec220;
        color: #fff;
        box-sizing: border-box;
        margin: 0;
    }
    .andcanced_cover {
        border: none;
        border-bottom: none
    }
    .andcanced_info h3{
        display: none;
    }
    .andcanced_info p {
        height: 3.5rem;
        font-size: .25rem;
        line-height: .45rem;
    }

    .andcanced_cover .play_icon {
        top: 3.5rem;
    }

    .free_trail {
        margin-bottom: 1rem;
        padding-bottom: .3rem;
        background: #004a65
    }
    .free_trail_box {
        top: 2.1rem;
        padding: 0 10px;
        box-sizing: border-box;
        right: 0;
        width: 100%;
    }
    .free_trail_box h2 {
        font-size: .3rem;
        margin-bottom: .25rem;
    }
    .free_trail_info span {
        font-size: .28rem;
    }
    .time {
        margin: .25rem 0 .4rem 0;
    }
    .list_desc {
        line-height: .4rem;
        font-size: .25rem;
    }
    .apply {
        width: 2rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
    }
    .btn_box {
        margin-left: .6rem;
        margin-top: .35rem;
    }
    .buy {
        font-size: .28rem;
    }






    .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: 20px auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .play_icon{
        width: .7rem;
        height: .7rem;
        margin: 0 auto;
        top: -1rem;
    }
    .download{
        width: 2.5rem;
        background: #ff9501;
    }
    
    .u1{
        padding: 0 1.5rem;
        box-sizing: border-box;
        width: 100%;
        margin-top: .6rem;
    }
    #prize_area{
        padding-bottom: 0;
    }
    #prilist {
        width: 100%;
        margin-right: 0;
    }
    #prilist li:nth-of-type(3n+1) {
        margin-left: 0;
    }
    #prilist li {
        width: 31.3%;
        margin: 0 1% 10px 0;
        padding: 10px 0;
        height: 66px;
        font-size: .23rem;
    }
    #prilist img {
        height: 36px !important;
        margin-top: 0 !important;
        width: auto !important;
    }
    #prilist #begin_btn {
        height: 86px;
        line-height: 86px;
    }
    #winner_list {
        width: 100%;
        /* margin: 20px 3% 0; */
    }
    #winner_list .list_box{
        margin: 0;
    }
    .tips{
        box-sizing: border-box;
    }
    .lottery_content_box{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .lottery_tit {
        width: 100%;
    }
    .m_nav{
        position: inherit;
        height: 1rem;
        line-height: 1rem;
        margin: 0 !important;
        background: #e4e4e4;
        font-size: .3rem;
        color: #8ec220;
        font-weight: 700;
        border: none;
    }
    .m_nav span{
        width: 49%;
        text-align: center;
        display: inline-block;
        height: 100%;
    }
    .m_nav .nav_ac{
        background: #004a65;
        border-radius: 3px;
        color: #fff;
    }
    .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;
    }
    .u_img{
        width: 78px;
        height: 30px !important;
    }
    .lucky_lottery{
        display: none;
    }
    aside{
        border: 2px solid #004a65;
    }
    aside a{
        height: 100%;
        line-height: .35rem;
        width: 25%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .learned{
        display: inline-block;
        width: 20%;
        position: static;
        height: 80%;
        margin: 0 .1rem;
        border: 2px solid #004a65;
        background: #fff;
        border-radius: 5px;
    }
    aside>div {
        width: 100%;
        border-radius: 0;
    }
    .basice_cover{
        border: none;
    }
}






