@charset "UTF-8";
/*banner图*/
.banner_zero_bg{
    background: url(/apply_zero/images/01.jpg) no-repeat center top;
}
.banner_zero{
    height:800px;
    padding-top:140px;
    box-sizing: border-box;
    align-items: flex-start;
}
.banner_zero_container{
    color:#fff;
}
.banner_zero_container h1{
    font-weight:bold;
    font-size:64px;
}
.banner_zero_container h2{
    font-weight: normal;
    font-size:48px;
}
.banner_zero_container .txt{
    width:709px;
    height:118px;
    font-family:"Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    box-sizing:border-box;
    padding:10px;
    margin-top:220px;
    letter-spacing: 1px;
    background: url(/apply_zero/images/02.png) no-repeat;
}
.banner_zero_container h3{
    padding-top:10px;
    font-size:32px;
}
.banner_zero_container h4{
    font-size:20px;
    line-height:1.2;
    font-weight:normal;
}
.banner_zero_container h4 a{
    display:inline-block;
    width:202px;
    height:56px;
    line-height:56px;
    text-align: center;
    font-size:26px;
    color:#fff;
    opacity: .8;
    font-weight: normal;
    background: url(/event/enjoy/images/02.png) no-repeat center center;

    transition:all .3s ease-in-out;
}
.banner_zero_container h4 a:hover{
    opacity: 1;
}
.banner_landing_form:after{
    content: '';
    position:absolute;
    right:-100px;
    bottom:-35px;
    width:159px;
    height:212px;
    z-index: 22;
    background: url(/event/enjoy/images/11.png) no-repeat center center;
}

/*零基础学习 不将就*/
.zero_title{
    padding:20px 0 8px 0;
    font-size:42px;
    text-align: center;
}
.zero_title>span{
    position: relative;
    display:inline-block;
}
.zero_title>span:before,
.zero_title>span:after{
    content: '';
    position: absolute;
    top:50%;
    z-index: 22;
    margin-top:-8px;
    width:32px;
    height:20px;
}
.zero_title>span:before{
    left:-50px;
    background: url(/apply_zero/images/06.png) no-repeat center center;
}
.zero_title>span:after{
    right:-50px;
    background: url(/apply_zero/images/05.png) no-repeat center center;
}
.zero_title_sub{
    padding-top:5px;
    font-size:24px;
    font-weight: normal;
    text-align: center;
}
.zero_title_sub .under_line{
    position: relative;
}
.zero_title_sub .under_line:after{
    content: '';
    position: absolute;
    width:100%;
    height:8px;
    left:0;
    bottom:0;
    z-index: -1;
    background:linear-gradient(90deg,#ff8128,#ff6a41);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.zero_two_main{
    width:100%;
    position: relative;
    padding-top:60px;
}
.zero_two_main .go_left,
.zero_two_main .go_right{
    content: '';
    position: absolute;
    top:50%;
    z-index: 22;
    width:81px;
    height:81px;
    margin-top:-40px;
    background-position: center center;
    background-repeat: no-repeat;

    opacity: .9;
    transition: all .1s ease-in-out;
}
.zero_two_main .go_left{
    left:0;
    transform: translateX(-50%);
    background-image: url("/apply_zero/images/03.png");
}
.zero_two_main .go_right{
    right:0;
    transform: translateX(50%);
    background-image: url("/apply_zero/images/04.png");
}
.zero_two_main .go_left:hover,
.zero_two_main .go_right:hover{
    opacity: 1;
    cursor:pointer;
}
.zero_two_main .slider_wrapper{
    width:100%;
    overflow: hidden;
    position: relative;
}
.zero_two_main ul{
    display: flex;
    margin:0 -15px;
}
.zero_two_main li{
    width:380px;
    flex-grow:0;
    flex-shrink: 0;
    margin:0 15px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@supports (gap:0) {
    .zero_two_main ul{
        margin:0;
        gap:30px;
    }
    .zero_two_main li{
        margin:0;
    }
}
.zero_two_main li .pic img{
    width:100%;
}
.zero_two_main .title{
    padding:15px 20px 5px 20px;
    font-size:32px;
}
.zero_two_main .p{
    padding:5px 20px;
    font-size:20px;
    color:#666;
}
.zero_two_main .p .txt{
    position: relative;
    padding:10px 0 10px 20px;
}
.zero_two_main .p .txt:before{
    content: '';
    position: absolute;
    left:0;
    top:20px;
    z-index: 22;
    width:8px;
    height:8px;
    background-color:#ff7f14;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}