.banner{
    position:relative;
}
.banner img{
    width:100%;
}
.video_box{
    position: absolute;
    right: 17.9%;
    top: 29.5%;
    width: 23.8%;
    height: 54.5%;
    z-index: 1;
    border-radius: 20px;
    border: 2px solid #000;
    overflow: hidden;
}
#video_player_box{
    width:100%;
    height: 100%;
}
.title{
    width:647px;
    height:101px;
    background:url(../images/title.png) no-repeat;
    margin:0 auto;
    margin-top:68px;
    text-align: center;
    line-height: 95px;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    box-sizing: border-box;
}
.section_order2 .title{
    padding-right: 55px;
    margin-bottom: 29px;
}
.section_order3 .title{
    padding-right: 57px;

}
/*section_order2*/

.section_order2{
    background:url(../images/order_2.png) center bottom no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 180px;
}
.section_order2 .wrapper{
    position: relative;
}
.order2_prize{
    position: absolute;
    z-index:3;
}
.order2_prize1{
    top:80px;
    right:0px;
    width:113px;
    height:138px;
}
.order2_prize2{
    top:180px;
    left:0px;
    width:113px;
    height:138px;
}
.order2_prize3{
    top:280px;
    right:180px;
    width:113px;
    height:138px;
}
.order2_no_prize{
    background:url(../images/no_prize.png) no-repeat;
    background-size: cover;
    z-index:1;
    cursor: pointer;
}
.order2_yes_open_prize{
    background:url(../images/umbrella.png) top center no-repeat;
    z-index:1;
    cursor: pointer;
    text-align: center
}
.order2_yes_open_prize img{
    position: relative;
    top: 77px;
    left: -4px;
    z-index:2;
}
.order2_prize img{
    display:none;
}
.order_yes_prize_img{

    z-index:2;
    position: relative;
}
.order2_yes_prize:after{
    content:"";
    position:absolute;
    width: 118px;
    height: 117px;
    top: 53px;
    left: -4px;
    background:url(../images/guang.png) bottom center no-repeat;
    background-size: cover;
     -webkit-animation:changeright 6s linear infinite;
}

.order2_yes_open_prize:after{
    content:"";
    position:absolute;
    width: 118px;
    height: 117px;
    top: 53px;
    left: -4px;
    background:url(../images/guang.png) bottom center no-repeat;
     -webkit-animation:changeright 6s linear infinite;
}
.order2_fished_prize{

    background:url(../images/finshed_prize.png) center center no-repeat;
    background-size: cover;
}
.animated1{
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}
.animated2{
    -webkit-animation: bounce-down  2.5s linear infinite;
    animation: bounce-down 2.5s linear infinite;
}
.animated3{
    -webkit-animation: bounce-down  2s linear infinite;
    animation: bounce-down 2s linear infinite;
}
 @-webkit-keyframes bounce-down {
 25% {-webkit-transform: translateY(-10px);}
 50%, 100% {-webkit-transform: translateY(0);}
 75% {-webkit-transform: translateY(10px);}
}



.animated_left {
-webkit-animation: bounce-lf 0.3s linear infinite;
animation: bounce-lf 0.3s linear infinite;
display: none;
}
 @-webkit-keyframes bounce-lf {
 25% {-webkit-transform: translateX(-3px);}
 50%, 100% {-webkit-transform: translateX(0);}
 75% {-webkit-transform: translateX(3px);}
}

.animated_rotate {
    -webkit-animation:changeright 6s linear infinite;
}
 @-webkit-keyframes changeright{       
 
    0%{-webkit-transform:rotate(0deg);}

    50%{-webkit-transform:rotate(180deg);}

    100%{-webkit-transform:rotate(360deg);}
}
/*自定义动画类----逆时针旋转（使用这个动画的时候才设置动画执行时间）*/
@-webkit-keyframes changeleft{

    0%{-webkit-transform:rotate(0deg);}

    50%{-webkit-transform:rotate(-180deg);}

    100%{-webkit-transform:rotate(-360deg);}
}

.section_order2_bottom{
    height: 327px;
    background:url(../images/order_2img.png) center center no-repeat;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
}
.section_order2_text{
    text-align:center;
    margin-bottom:56px;
}
.card_local{

    width:530px;
    height:530px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.card_local_box{
    width:500px;
    height:500px;
    border: 4px solid #23212a;
    border-radius: 50%;
    margin:0 auto;
    background-color:#fff;
    box-sizing:border-box;
    padding:12px;
}
.card_local_box li{
    float:left;
    width:154px;
    height:154px;
    cursor:pointer;
}
.card_local_box li:nth-child(1){
    background:url(../images/1.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(1){
    background:url(../images/a1.png) center center no-repeat;
}
.card_local_box li.active:nth-child(1):hover{
    background:url(../images/h1.png) center center no-repeat;
}
.card_local_box li:nth-child(2){
    background:url(../images/2.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(2){
    background:url(../images/a2.png) center center no-repeat;
}
.card_local_box li.active:nth-child(2):hover{
    background:url(../images/h2.png) center center no-repeat;
}
.card_local_box li:nth-child(3){
    background:url(../images/3.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(3){
    background:url(../images/a3.png) center center no-repeat;
}
.card_local_box li.active:nth-child(3):hover{
    background:url(../images/h3.png) center center no-repeat;
}
.card_local_box li:nth-child(4){
    background:url(../images/4.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(4){
    background:url(../images/a4.png) center center no-repeat;
}
.card_local_box li.active:nth-child(4):hover{
    background:url(../images/h4.png) center center no-repeat;
}
.card_local_box li:nth-child(5){
    background:url(../images/5.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(5){
    background:url(../images/a5.png) center center no-repeat;
}
.card_local_box li.active:nth-child(5):hover{
    background:url(../images/h5.png) center center no-repeat;
}
.card_local_box li:nth-child(6){
    background:url(../images/6.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(6){
    background:url(../images/a6.png) center center no-repeat;
}
.card_local_box li.active:nth-child(6):hover{
    background:url(../images/h6.png) center center no-repeat;
}
.card_local_box li:nth-child(7){
    background:url(../images/7.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(7){
    background:url(../images/a7.png) center center no-repeat;
}
.card_local_box li.active:nth-child(7):hover{
    background:url(../images/h7.png) center center no-repeat;
}
.card_local_box li:nth-child(8){
    background:url(../images/8.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(8){
    background:url(../images/a8.png) center center no-repeat;
}
.card_local_box li.active:nth-child(8):hover{
    background:url(../images/h8.png) center center no-repeat;
}
.card_local_box li:nth-child(9){
    background:url(../images/9.png) center center no-repeat;
}
.card_local_box li.actived:nth-child(9){
    background:url(../images/a9.png) center center no-repeat;
}
.card_local_box li.active:nth-child(9):hover{
    background:url(../images/h9.png) center center no-repeat;
}
.card_local_box li:nth-child(3n-1){
    margin:0px 3px;
}
.card_local_box li:nth-child(4),.card_local_box li:nth-child(5),.card_local_box li:nth-child(6){
    margin-bottom:3px;
}/*
.card_local_box li:nth-child(5){
    margin:3px;
}*/

/*section_order2*/
/*section_order3*/
.section_order3{
    background:url(../images/order3.png) center bottom no-repeat;
    position: relative;
    padding-bottom: 160px;
}
.section_order3 .wrapper{
    position: relative;
}
.order3_bottom{
    position: absolute;
    bottom:-160px;
    right:0px;
}
.section_order3_prize{
    padding-top: 89px;
}
.section_order3_prize .prize_num{
    width:618px;
    height: 174px;
    background:url(../images/prize_num.png) center center no-repeat ;

}
.section_order3_prize .prize_num li{
    width:25%;
    text-align: center;
    padding-top: 185px;
    box-sizing: border-box;
}
.section_order3_prize .prize_num li:nth-child(1){
    padding-right:25px;
}
.section_order3_prize .prize_num li:nth-child(2){
    padding-right:15px;
}
.section_order3_prize .prize_num li:nth-child(3){
    padding-left:5px;
}
.section_order3_prize .prize_num li:nth-child(4){
    padding-left:8px;
}
.section_order3_activity{ 

background: #62c7f6;
    border: 2px solid #23212a;
    margin-top:80px;
    padding:30px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
 }
 .section_order3_activity>div:nth-child(1){
    max-width:854px;
 }
 .section_order3_activity>div:nth-child(2){
    
    padding-top: 25px;
 }
 .section_order3_activity>div:nth-child(1) p{
    line-height: 28px;
    font-size: 14px;
 }
 .section_order3_activity>div p:last-child{
    margin-top:20px;
 }
 .section_order3_activity>div img{
    vertical-align: middle;
    margin-right: 5px;

 }
 .section_order3_activity>div span{
    margin-right: 39px;
 }
/*section_order3*/
/*section_order4*/
.section_order4{
    background: #1b2935;
    padding:30px 0;
}
.section_order4 p{
    line-height: 24px;
}
.section_order4 p:nth-of-type(1){
    margin-top:19px;
}
.section_order4 p:nth-of-type(2){
    margin:19px 0;
    color:#1AA0C2;
}
/*section_order4*/

.aside{
    position: fixed;
    top:45%;
    right:0px;
    width:48px;
    height:108px;
    background:url(../images/aside.png) no-repeat;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
    cursor:pointer;
}
.aside:hover{

color: #22b9da;
}
.step_title{
    position: absolute;
    top: -30px;
    left: -10px;
    z-index: 99
}
.success_box{
    text-align: center;
}
.success_box ul{
    margin-top: 40px;
    margin-bottom: 40px;
}
.success_box button{
    background: #1cb5d8;
    border: 5px solid #fff;
    display: block;
    padding: 8px 46px;
    border-radius: 25px;
    color: #fff;
    margin: 15px auto;
    box-shadow: 0px 0px 0px 1px #1cb5d7;
    outline: none;
}
.success_box button:hover{
    background: #ed6e31 !important;
    color: #fff !important;
    box-shadow: 0px 0px 0px 1px #ed6e31 !important;
}
.success_step span{
    color: #d22222 !important;
}
.success_step big{
    color: #d22222 !important;
}
.success_step i{
    font-size: 13px !important;
    line-height: 0;
    margin-bottom: 0;
    padding: 16px 0px 8px 0 !important;
    color: #333 !important;
}
#winner_list {
    float: right;
    width: 430px;
}
#jq_marquee_box{
    border: 2px solid #23212a;
}
#winner_list .list_box b{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 34px;
    background: #1cb5d7;
    text-align: left;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 20px;
    height: 174px;
    top: 0px;
    border: 2px solid #23212a;
    background: #ffc800;
    border-radius: 10px 0px 0px 10px;
    width: 41px;
    text-align: center;
    color: #23212a;
    box-sizing: border-box;
    padding-top: 14px;
}

#winner_list .list_box{
    border-radius: 0;
    position: relative;
}
.winner_desc{
    color: #999
}
#winner_list .list_box,
#jq_marquee_box{
    margin-bottom: 10px;
}
.about_box{
    background: #314654;
    color: #fff;
    padding: 20px 0 40px 0;
    box-sizing: border-box;
}
.about_info{
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.pop_window{
    height: 660px;
}
#submit_form{
    height:100%;
    padding:0px 45px;
}
#submit_form .radio_box dt{
    float: inherit;
}
#submit_form dd label{
    display: inline-block;
    margin-left: 20px;
}
.frm_btn{
    background: #1cb5d7;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-top: 24px;
    margin-bottom: 30px;
    cursor: pointer;
}
#submit_form p:last-child{
    color:#999;
    font-size: 12px;
    line-height:18px;
}
#submit_form .sub{
    bottom: -43px;
    left: 0;
    right: 0;
    z-index: 99;
}
select[name="industry"]{
    width: 100% !important;
}

select[name="jobcat"]{
    width: 100% !important;
}

/* 提示窗 */
.lotter_alert.no_chance {
    width: 370px;
    background: url(../images/pop_window.png);
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    height: 310px;

}
.layui-layer-content{
    padding-right: 12px;
    box-sizing: border-box;
}
.lotter_alert.success_prize{
    width: 450px;
    background: url(../images/pop_window2.png);
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    height: 350px;
}
.lotter_alert.no_prize{
    width: 450px;
    background: url(../images/pop_window3.png);
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    height: 350px;
}
.lotter_alert.success_prize big{
    margin-top: 45px;
    color: #f7e133;
    font-size: 20px;
}
.success_prize p{
    color: #f7e133;
    font-size: 16px;
}

.lotter_alert.no_prize big{
    margin-top: 45px;
    font-size: 20px;
}
.lotter_alert.no_prize p{
    font-size: 16px;
}
.lotter_alert button{
    width: 100px;
    height: 35px;
    border: none;
    color: #fff;
    border-radius: 3px;
    display: block;
    margin: 10px auto;
}
.lotter_alert.no_chance big{
    padding-top: 60px;
    font-size: 22px;
}

.red_bg{
    background: #f9582e;
}
.green_bg{
    background: #73bf44;
}
.banner_img_m{
    display:none;
}
.show_m{
    display:none;
}
.tips_box .layui-layer-title {
    border-bottom: 0px solid #eee;
    background-color: transparent;
    border-radius: 2px 2px 0 0;
}
.pop_tips p:nth-child(1){
    text-align: center;
    font-size:16px;
    font-weight: 700;
    color:#000;
}
.pop_tips p.onechild{
    line-height: 6;
}
.pop_tips p:nth-child(1) img{
    vertical-align: middle;
    margin-right:10px;
}
.pop_card_box .layui-layer-title {
    border-bottom: 0px solid #eee;
    background-color: transparent;
    border-radius: 2px 2px 0 0;
}
.card_btn{
    padding:20px 54px;
}
.card_btn a{
    width: 167px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    line-height:40px;
}
#goto_card .pop_window {
    height:700px;
}
.card_btn a:nth-child(1){
    background: #63bde7;
    margin-right: 40px;
}
.card_btn a:nth-child(2){
    border: 2px solid #c1c1c1;
    color: #6d7273;
}
.card_btn a:nth-child(2):hover{
    border: 0px solid #c1c1c1;
    background: #999;
    color:#fff;
}
.pop_tips .text_detail{
    color:#666;
    padding:20px 0px;
    text-align: center;
}
.pop_tips .prize_name{
    color:#FC7903;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.pop_tips .go_card_pop{
    display: block;
    margin:0 auto;
    width: 95px;
    height: 30px;
    opacity: 1;
    background: #1cb5d8;
    border-radius: 15px;
    text-align: center;
    line-height:30px;
    font-size: 14px;
}
.video-js .vjs-big-play-button{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    top:50%;
    line-height:72px;
    left:50%;
    transform: translate(-50%,-50%);
    border:0px;/*
    background:url(../images/video1.png)*/
}
.video-js .vjs-big-play-button:before{
    display: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,{
    display: none;
}
.video-js .vjs-big-play-button:hover{/*
    background:url(../images/video2.png)*/
}
@media screen and (max-width: 800px) {
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
    }
    .wrapper{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .show_pc{
        display: none;
    }
    .show_m{
        display: block;
    }
    .banner_img_m{
        display:initial;
    }
    .banner_img,
    .footer,
    #top{
        display: none;
    }
    .section_order2 .title {
        padding-right: 0.3rem;
    }
    .section_order3 .title{
        padding-right:0.2rem;
    }
    #winner_list{
        width: 100%;
        margin-top:1rem;
        float: inherit;
    }
    .video_box {
        position: absolute;
        left: 50%;
        top: 30%;
        width: calc(92% - 0.3rem);
        height: 3.79rem;
        z-index: 1;
        transform: translate(-50%, 10px);
    }
    .title {
        width: 6.86rem;
        height: 1rem;
        background: url(../images/title_m.png) no-repeat;
        background-size: 6.86rem 1rem;
        margin-top: 0.82rem;
        text-align: center;
        line-height: 1rem;
        font-size: 16px;

    }
    .section_order2_text {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 0.6rem;
    }
    .card_local {
        width: 6.82rem;
        height: 6.8rem;
        margin:0 auto;
    }
    .section_order2_bottom{
        display: none;
    }

    .order2_yes_open_prize:after{
        content:"";
        position: absolute;
        top: 18px;
        width: 1.18rem;
        height: 1.18rem;
        background-size: 1.18rem 1.18rem;
         -webkit-animation:changeright 6s linear infinite;
    }
    .card_local_box {
        width: 6.82rem;
        height: 6.8rem;
        border: 0.06rem solid #23212a;
        border-radius: 50%;
        margin: 0 auto;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.22rem;
    }
    .section_order2_bottom{
        display: none;
    }
    .section_order2{

        background: url(../images/order_2img_m.png) center bottom no-repeat;
        background-size: 100%  4.93rem;

        padding-bottom:2.2rem;
    }
    .order3_bottom{
        display:none;
    }
    .card_local_box li {
        width: 2.06rem;
        height: 2.06rem;
        background-size: cover!important;
    }

    .card_local_box li:nth-child(3n-1){
        margin:0px 0.04rem;
    }
    .card_local_box li:nth-child(4),.card_local_box li:nth-child(5),.card_local_box li:nth-child(6){
        margin-bottom:0.04rem;
    }
    .order2_prize1 {

        top: 2.2rem;
        left: 0.4rem;
        width: 1.13rem;
        height: 1.38rem;
    }
    .order2_prize2 {
        top: 2.9rem;
        left: 80%;
        width: 1.13rem;
        height: 1.38rem;
    }
    .order2_prize3 {
        top: 10.6rem;
        right: 0.6rem;
        width: 1.13rem;
        height: 1.38rem;
        z-index: 3;
    }
    .order_yes_prize_img{
        width: 1.13rem;
        height: 1.38rem;
    }
    .order2_yes_prize:after {
        content: "";
        position: absolute;
        width: 1.18rem;
        height: 1.17rem;
        top: 0.53rem;
        left: -4px;
        background-size: cover;
    }
    .order2_prize .animated_box{
        width: .65rem;
        top:45px;
    }

    .section_order3_prize {
        padding-top: 0.7rem;
        display: block;
    }
    .order2_yes_open_prize {
        background-size: 1.13rem 0.97rem;
        z-index: 1;
        cursor: pointer;
        text-align: center;
    }
    .section_order3 {
        background: transparent;
        position: relative;
        padding-bottom: 1.7rem;
    }
    .section_order3:after{
        content:"";
        position:absolute;
        bottom:0px;
        height:1.9rem;
        left:0px;
        right:0px;
        background: url(../images/order3_bottom_m.png) center bottom no-repeat;
        background-size: 100% 1.92rem;
        z-index:1;
    }
    .section_order3_prize .prize_num {
        width: 100%;
        height: 2rem;
        background: url(../images/prize_num_m.png) center center no-repeat;
        background-size:cover;
    }
    .section_order3_prize .prize_num li {
        width: 25%;
        text-align: center;
        padding-top: 2.1rem;
        font-size: 12px;
    }

     .section_order3_prize .prize_num li:nth-child(1){
        text-align: left
     }
     .section_order3_prize .prize_num li:nth-child(2){
        padding-left:0.15rem;
     }
     .section_order3_prize .prize_num li:nth-child(3){
        padding-left:0.2rem;
     }
     .section_order3_prize .prize_num li:nth-child(4){
        padding-left:0.2rem;
     }
     .section_order4{
        padding:0.8rem 0;
     }
    .section_order4 img{
        width: 2.6rem;
    }
    .aside {
        top: 53%;
        z-index: 2;
    }
    .m_concat{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section_order3_activity {
        border: 2px solid #23212a;
        margin-top: 0.15rem;
        padding: 0.3rem;
        border-radius: 10px;
        padding-bottom: 0.6rem;
        display: block;
    }
    .section_order3_activity>div span{
        display: block;
        margin-bottom: 0.3rem;
    }
    .section_order3_activity>div:last-child{
        text-align: center
    }
    .section_order3_activity>div p:last-child {
        margin-top: 10px;
    }
    .about_info{
        width: 100%;
    }
    .lotter_alert.no_chance{
        width: 100%;
    }
    .layui-layer-setwin .layui-layer-close2{
        right: 0 !important;
    }
    /*表单弹*/
    .pop_window_box{
        z-index: 1011;
        position: fixed;
        padding: 0px;
        margin: 0px;
        width: 100%;
        top: 0px;
        left: 0px;
        bottom: 0px;
        height: 100%;
        color: rgb(0, 0, 0);
        border-radius: 5px;
        cursor: default;
        line-height: 1.6;
        background: rgb(255, 255, 255);
        font-size: 14px;
    }
    .pop_window {
        z-index: 1011;
        position: fixed;
        padding: 0px;
        margin: 0;
        width: 100%;
        top: 0px;
        left: 0px;
        bottom: 0px;
        color: rgb(0, 0, 0);
        border-radius: 0;
        cursor: default;
        line-height: 1.6;
        background: rgb(255, 255, 255);
        font-size: 14px;
        height: 100%;
    }
    #submit_form {
        height: 100%;
        padding: 0px 0.3rem;
    }
    .pop_window .dialog-hd {
        width: 100%;
        color: #393939;
        font-size: 16px;
        font-weight: 700;
        background: transparent;
        padding-top: 10px;
    }
    .close-dialog {
        color: #333;
    }

    .collect_title{
        line-height:0.5rem;
    }
    #goto_card .pop_window{
        height:auto;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
    }
    #goto_card .pop_window .dialog{
        background:#fff;
        position: fixed;
        width: 83%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .card_btn {
        padding: 0.5rem 0.3rem;
    }
    #goto_card .card_img{
        width: 100%;
        vertical-align: middle;
    }
    .card_btn a {
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .section_order3_prize .prize_num li:nth-child(1) {
        padding-right: 0px; 
    }
    .section_order3_prize .prize_num li:nth-child(2){
        padding-right: 0px;
    }


    .card_local_box li.actived:nth-child(1):hover{
        background:url(../images/a1.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(1):hover{
        background:url(../images/1.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(2):hover{
        background:url(../images/a2.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(2):hover{
        background:url(../images/2.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(3):hover{
        background:url(../images/a3.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(3):hover{
        background:url(../images/3.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(4):hover{
        background:url(../images/a4.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(4):hover{
        background:url(../images/4.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(5):hover{
        background:url(../images/a5.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(5):hover{
        background:url(../images/5.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(6):hover{
        background:url(../images/a6.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(6):hover{
        background:url(../images/6.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(7):hover{
        background:url(../images/a7.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(7):hover{
        background:url(../images/7.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(8):hover{
        background:url(../images/a8.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(8):hover{
        background:url(../images/8.png) center center no-repeat;
    }
    .card_local_box li.actived:nth-child(9):hover{
        background:url(../images/a9.png) center center no-repeat;
    }
    .card_local_box li.active:nth-child(9):hover{
        background:url(../images/9.png) center center no-repeat;
    }
}