
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');

body, html{
    font-family: 'Noto Sans TC', 'Roboto' ,Helvetica, sans-serif;
    background-color: #fafafa;
    position: relative;
    overflow-x: hidden;
    cursor: url(img/owl.cur), auto !important;
}
/* #section2,#section3, #section4, #section5, #section7{
    overflow-x: hidden;
} */
section{
    /* height: 100vh; */
    /* outline: solid 1px #aaa; */
    /* padding-top: 130px; */
    padding-bottom: 100px;
    /* overflow-x: hidden; */
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 11;
    padding: 0px 50px;
    box-sizing: border-box;
}
nav ul{
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
nav ul li{
    margin-left: 2px !important;
    font-size: 18px;
    width: calc(25% - 2px);
    margin-bottom: 15px;
    text-align: center;
}
nav ul li:nth-child(5),
nav ul li:nth-child(6),
nav ul li:nth-child(7),
nav ul li:nth-child(8){
    margin-bottom: 0;
    padding-top: 15px;
    border-top: dashed 1px #777;
}
@media screen and (max-width: 1600px){
    nav ul li{
        font-size: 16px;
    }
}
nav ul li a{
    display: block;
}
nav ul li a.active{
    color: #0062c6;
    position: relative;
}
/* nav ul li a.active::before{
    background-color: #0062c6;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 7px;
    left: 0;
    top: -33px;
} */
.blackBG{
    display: none;
}
.scroll_area{
    position: fixed;
    top: 30%;
    right: 25px;
    z-index: 10;
    width: 30px;
}
.scroll{
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: relative;
    color: #ffbe23;
    transition: .5s;
}
.scroll::after{
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: #ffbe23;
    bottom: -125px;
    right: 50%;
    animation: scroll-line 1.5s ease infinite;
    transform-origin: top;
}
@keyframes scroll-line{
    0% { transform:scaleY(0.8) }
    50% { transform:scaleY(1.2) }
    100% { transform:scaleY(.8) }
}
.menu_dots_area{
    margin-top: 200px;
    position: relative;
    left: 10px;
    opacity: 0;
    transition: .5s;
}
.menu_dots a{
    display: block;
    width: 5px;
    height: 5px;
    margin-bottom: 15px;
    border-radius: 2.5px;
    background-color: #207ddc;
    transition: .5s;
}
.menu_dots a.active{
    width: 30px;
    transform: translateX(-25px)
}
.totop{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 36px;
    /* height: 36px; */
    height: 0;
    cursor: pointer;
    opacity: 0;
    transition:.2s;
    z-index: 10;
}
.show{
    opacity: 1;
}
.hide{
    opacity: 0;
}
#section1{
    height: 100vh;
    background-image: url(img/kv.jpg);
    background-size: cover;
    background-position: right;
    padding-bottom: 0;
    min-height: 882px;
    position: relative;
    overflow: hidden;
}
.kvtitle{
    width: 360px;
    position: absolute;
    top: 400px;
    left: 1000px;
}
.kvline{
    width: 1200px;
    position: absolute;
    max-width: unset;
}
.kvline_m{
    width: 400px;
    position: absolute;
    max-width: unset;
    display: none;
}
#animation_container{
    position: absolute;
    left: 800px;
    top: 300px;
    z-index: 1;
}
#animation_container::after{
    content: '';
    width: 1200px;
    height: 882px;
    background-image: url(img/svg/KVline.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -288px;
    right: 226px;
    z-index: -1;
}
@media screen and (max-width: 1600px){
    #animation_container{
        left: auto;
        right: 220px;
    }
}
@media screen and (max-width: 1024px){
    #animation_container{
        left: 0;
        right: 0;
        margin: auto;
        transform: scale(.9)
    }
}
@media screen and (max-width: 600px){
    #animation_container{
        transform: scale(.8)
    }
    #animation_container::after{
        right: 166px;
    }
}
.container{
    /* outline: solid 1px #ccc; */
    width: 1100px;
    margin: auto;
    max-width: 100%;
}
h1{
    font-size: 52px;
    color: #207ddc;
    letter-spacing: 2.3px;
    font-weight: 900;
    text-align: center;
}
#section3-1 h1{
    padding-top: 150px;
}
h2{
    font-size: 40px;
    /* color: #0948a6; */
    color: transparent;
    letter-spacing: 2.3px;
    margin: 0;
    position: relative;
    font-weight: 900;
    padding-top: 150px;
}
h2 span{
    display: inline-block;
    position: relative;
}
h2.over{
    color: #0948a6;
}
h2 span::after{
    content:'';
    position: absolute;
    width: 0%;
    height: 50px;
    bottom: 0;
    right: 0;
    background-color: #0948a6;
    transition: .3s;
}
h2.start span::after{
    width: 100%;
}
h2.over span::after{
    width: 0;
}
h3{
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1.2px;
}
#section2{
    padding-bottom: 150px;
}
.what{
    display: flex;
    justify-content: space-between;
}
.what_text{
    width: 50%;
}
.yr{
    font-size: 18px;
    letter-spacing: 0.75px;
    color: #393939;
    border-left: solid 6px #f8b334;
    padding-left: 18px;
    line-height: 24px;
    width: 85%;
}
.what_img{
    position: relative;
    left: 30px;
    bottom: -30px;
}
.what_img img{
    position: relative;
    top: -100px;
}
.backblock{
    display: block;
    position: absolute;
    background-color: #ffbe23;
    height: 450px;
    width: 600px;
    left: 0px;
    bottom: 50px;
}
.diff{
    text-align: center;
    margin-top: 80px;
}
.diff h3{
    font-size: 30px;
    letter-spacing: 1.5px;
    position: relative;
    width: 495px;
    margin: 30px auto 50px;
    text-align: left;
}
.diff h3::before{
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0948a6;
    position: absolute;
    top: 10px;
    left: -90px;
}
.diff h3::after{
    content: '？';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffbe23;
    color: #0948a6; 
    position: absolute;
    top: 0;
    left: -80px;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
}
.diff h3 span{
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    position: relative;
    padding-bottom: 10px;
}
.diff h3 span::before{
    content:'';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: solid 10px #000;
    border-left: solid 8px transparent ;
    border-right: solid 8px transparent ;
    border-bottom: solid 10px transparent ;
    left: 50px;
    bottom: -20px;
}
.diff h3 span::after{
    content:'';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: solid 9px #fafafa;
    border-left: solid 7px transparent ;
    border-right: solid 7px transparent ;
    border-bottom: solid 9px transparent ;
    left: 51px;
    bottom: -18px;
}
.vs{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vs_item{
    width: 300px;
    height: 280px;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
    padding: 25px 20px;
    box-sizing: border-box;
}
.vs_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.vs_item p{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: justify;
}
.vs_item p span{
    color: #0948a6;
    font-weight: 500;
}
.vs_text{
    font-size: 50px;
    letter-spacing: 2.5px;
    color: #09283b;
    font-weight: 900;
    margin: 0 50px ;
}
#section3, #section3-1, #section3-2{
    text-align: center;
    margin-top: 30px;
}
#section3-1{
    padding-bottom: 0;
}
#section3 h2 span{
    position: relative;
    z-index: 2;
}
#section3 h2 img{
    width: 152px;
    height: 202px;
    position: absolute;
    left: calc( 50% - 76px);
    top: 30px;
    z-index: 0;
}
#section3 h2{
    margin-bottom: 50px;
}
#section3 h3{
    margin-bottom: 50px;
    position: relative;
}
#section3-1 h2{
    padding-top: 50px;
}
/* #section3-2 h2{
    padding-top: 0px;
} */
.slide_container{
    /* width: 300vw; */
    width: 100vw;
    position: relative;
}
.slide{
    width: 1200px;
    max-width: 95%;
    margin: auto;
    /* height: 540px !important; */
    /* float: left; */
    position: relative;
    box-sizing: border-box;
    padding-top: 20px;
}
.work_slide .slide{
    width: 1400px;
}
/* .work_slide .slide_container{
    height: 540px;
} */
.work_slide .slide{
    height: 450px ;
    display: flex;
    align-items: flex-end;
}
.work_slide .slide.slide2{    
    margin-top: 100px;
}
.work_slide .slide.slide3{
    height: 560px;
}
.work_slide .slide.slide4{
    height: auto;
}
.slick-list{
    overflow: initial !important;
}
.slide:focus{
    border: none;
    outline: none;
}
.work_slide_text{
    width: 52%;
    background-color: #ffbe23;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
}
.slide2 .work_slide_text{
    background-color: #0e51b6;
}
.slide3 .work_slide_text{
    background-color: #207ddc;
    padding-top: 30px;
}
.slide4 .work_slide_text{
    background-color: #ffbe23;
    padding-top: 60px;
    padding-bottom: 120px;
}
.work_slide_img{
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 20px; */
    width: 49%;
}
.work_slide_img img{
    width: 100%;
}
/* .work_slide ul{
    position: absolute;
    right: 550px;
} */
.work_slide ul li{
    width: 76px;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    background-color: #0062c6;
    border:solid 2px #fff;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}
.work_slide ul li:nth-child(even){
    background-color: #ffbe23;
    color: #0e51b6;
}
.work_slide .slide4 ul li{
    border: none;
    background-color: transparent;
}
.work_slide .slide2 ul li:first-child,.work_slide .slide2 ul li:first-child .num,
.work_slide .slide3 ul li:first-child,.work_slide .slide3 ul li:first-child .num{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #0948a6;
    font-size: 30px;
    line-height: 50px;
    position: relative;
    border: none
}
.work_slide .slide2 ul li:first-child,
.work_slide .slide3 ul li:first-child{
    left: 14px;
    margin-bottom: 40px;
}
.work_slide .slide2 ul li:first-child::before,
.work_slide .slide3 ul li:first-child::before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0948a6;
    top: 5px;
    right: 5px;
    z-index: 0;
}
.work_slide .slide2 ul li:first-child::after,
.work_slide .slide3 ul li:first-child::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 405px;
    border-right: #fff 2px dashed;
    top: 40px;
    left: 50%;
    background-color: transparent;
}
.work_slide .slide2 ul li:first-child::after{
    height: 230px;
}
.work_slide .slide4 ul li:first-child::after{
    height: 270px;
}
.work_slide .slide2 ul li:first-child p,
.work_slide .slide3 ul li:first-child p,
.work_slide .slide4 ul li:first-child p{
    font-size: 32px;
    letter-spacing: 1.6px;
    font-weight: 300;
    line-height: 1.2;
}
.work_slide ul li p{
    position: absolute;
    color: #fff;
    font-size: 19.5px;
    right: -490px;
    top: 0px;
    width: 460px;
    text-align: left;
    font-weight: 400;    
    line-height: 1.33;
}
.work_slide .slide1 ul li p{
    color: #000;
}
.slide4title{
    font-size: 32px;
    color: #000;
    text-align: left;
    width: 70%;
    margin: auto;
}
.slide4 p{
    color: #000;
    text-align: left;
    font-size: 20px;
    margin: 30px auto;
    width: 70%;
    text-indent: -25px;
    padding-left: 25px;
}
.hammer{
    position: absolute;
    left: 55px;
    bottom: 60px;
}
.mallet{
    width: 50px;
    position: relative;
    left: 76px;
    bottom: 20px;
    transform: rotate(0deg);
    transform-origin: bottom right;
    animation: hammer 2s infinite;
}
.mallet.play{
    animation: hammer 2s;
}
@keyframes hammer {
    0%{transform:rotate(0deg)}
    25%{transform:rotate(-25deg)}
    50%{transform:rotate(0deg)}
    75%{transform:rotate(-25deg)}
    100%{transform:rotate(0deg)}
}
.plate{
    width: 50px;
}
.slide_btn_area{
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 70px;
    color: #fff;
}
.page_num{
    margin: 0 20px;
}
.prev, .next{
    cursor: pointer;
}
.prev{
    animation: prev_arrow 1.2s infinite linear;
}
.next{
    animation: next_arrow 1.2s infinite linear;
}
@keyframes prev_arrow{
    0%{transform: translateX(5px); opacity:0}
    20%{transform: translateX(5px); opacity:1}
    100%{transform: translateX(-5px); opacity:0}
}
@keyframes next_arrow{
    0%{transform: translateX(-5px); opacity:0}
    20%{transform: translateX(-5px); opacity:1}
    100%{transform: translateX(5px); opacity:0}
}
#section4{
    padding-bottom: 100px;
}
#section4>.container{
    text-align: right;
}
#section4 h2{
    padding-top: 50px;
}
#section4 h2 img{
    position: absolute;
    width: 477px;
    height: 221px;
    top: 30px;
    left: 100px;
}
#section4 h3{
    position: relative;
    z-index: 2;
}
#section4 h3::after{
    content: '';
    position: absolute;
    display: block;
    width: 245px;
    height: 15px;
    background-color: #ffe282;
    top: 18px;
    right: 0;
    z-index: -1;
}
#section4 h3 span, #section5 h3 span, #section6 h3 span, #section7 h3 span{
    font-weight: 400;
    font-size: 20px;
}
.who_slide .slide1{
    background-color: #0948a6;
    /* border-left: solid 70px #fafafa; */
    position: relative;
    margin-bottom: 80px;
    height: 400px;
    padding: 20px 80px 0 50px;
}
.who_slide .slide2{
    background-color: #ffbe23;
    /* border-right: solid 50px #fafafa; */
    position: relative;
    height: 670px;
}
.who_slide .slide3{
    background-color: #0062c6;
    border-left: solid 70px #fafafa;
}
.who_slide_title{
    font-size: 32px;
    color: #fff;
    /* font-weight: 200; */
    text-align: center;
    margin-top: 20px;
    position: relative;
}
/* .who_slide_title:before{
    content: '＂';
    font-size: 80px;
    position: absolute;
    top: -20px;
    left: -20px;
} */
.who_slide_title span{
    font-size: 80px;
}
.who_3item, .who_2item{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.three{
    position: absolute;
    left: -69px;
    bottom: -67px;
    width: 220px;
}
.six{
    position: absolute;
    right: -87px;
    bottom: -73px;
    width: 220px;
}
.item3{
    color: #fff;
    font-size: 20px;
    text-align: left;
    width: 33%;
    line-height: 1.5;
    padding: 0px 50px 0;
    letter-spacing: 2px;
    position: relative;
}
.item3 .yellow{
    color: #ffe282;
    font-size: 30px;
}
.item3 .sub{
    font-size: 15px;
    margin-top: 10px;
    display: block;
}
.item3:first-child{
    width: 20%;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 70px;
}
.item3:nth-child(2){
    width: 28%;
}
.item3:first-child,.item3:nth-child(2){
    border-right: solid 1px #ffe282;
}
.item3:first-child::before,.item3:nth-child(2)::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 7px transparent;
    border-left: solid 9px  #ffe282;
    border-right: solid 9px transparent ;
    border-bottom: solid 7px transparent ;
    position: absolute;
    right: -18px;
    top: 60px;
}
.item3:first-child::after,.item3:nth-child(2)::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-left: solid 7px  #0948a6;
    border-right: solid 7px transparent ;
    border-bottom: solid 5px transparent ;
    position: absolute;
    right: -14px;
    top: 62px;
}
.who_slide .slide_btn_area{
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
}
.who_slide .slide1 .slide_btn_area{
    right: 70px;
}
.who_slide .slide2 .slide_btn_area{
    left: 50px;
}
.who_slide .slide2 .who_slide_title{
    color: #000;
}
.who_6item{
    position: relative;
}
.goddess{
    position: absolute;
    right: -80px;
    top: 70px;
}
.who_6item_area{
    /* height: 265px; */
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* overflow-y: scroll; */
    margin: auto;
}
.item6{
    width: 190px;
    /* height: 200px; */
    height: 215px;
    border: solid 1px #0948a6;
    border-radius: 5px;
    /* margin-top: 50px; */
    margin-top: 45px;
    box-sizing: border-box;
    padding: 0 10px 0 18px ;
}
.item6 .icon{
    /* width: 60px;
    height: 65px; */
    width: 55px;
    height: 60px;
    border-radius: 50%;
    background-color: #0948a6;
    margin: 0 auto;
    position: relative;
    top: -33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item6 .icon img{
    width: 80%;
}
.item6 .title{
    color: #0948a6;
    border-bottom: 1px solid #0948a6;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    width: 80px;
}
.item6 .text{
    color: #000;
    font-size: 17px;
    margin-top: 15px;
    letter-spacing: 0.75px;
    line-height: 24px;
}
.who_2item{
    width: 900px;
    margin-left: 250px;
}
.item2{
    width: 50%;
    position: relative;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.9px;
    padding-left: 80px;
}
.item2:first-child{
    border-right: solid 1px #ffbe23;
    width: 40%;
    padding: 0;
}
.item2 p{
    margin-bottom: 20px;
    position: relative;
    line-height: 1.35;
}
.item2 p::before{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffbe23;
    top: 7px;
    left: -20px;
}
.item2:first-child::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 7px transparent;
    border-left: solid 9px  #ffbe23;
    border-right: solid 9px transparent ;
    border-bottom: solid 7px transparent ;
    position: absolute;
    right: -18px;
    top: 80px;
}
.item2:first-child::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-left: solid 7px  #0062c6;
    border-right: solid 7px transparent ;
    border-bottom: solid 5px transparent ;
    position: absolute;
    right: -14px;
    top: 82px;
}

#section5 h2, #section5 h3,
#section6 h2, #section6 h3{
    text-align: center;
}
#section5{
    padding-bottom: 0;
    margin-bottom: -200px;
}
.map_area{
    position: relative;
    text-align: center;
    margin: 50px auto;
}
.map_head{
    width: 80px;
    height: 80px;
    background-color: #0948a6;
    border-radius: 50%;
    margin: 100px auto;
    position: relative;
    right: 5px;
}
.map_head:first-child{
    margin-top: 0;
}
.map_head_img{
    width: 80px;
    height: 80px;
    background-color: #ffbe23;
    border-radius: 50%;
    margin: auto;
    position: relative;
    left: 5px;
    bottom: 10px;
    z-index: 2;
}
.map_head:first-child::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 1200px;
    border-right: #0948a6 2px dashed;
    top: 40px;
    left: calc( 50% + 2px );
    background-color: transparent;
    z-index: 1;
}
.map_item{
    position: relative;
    width: 135px;
    background-color: #0948a6;
    color: #fff;
    margin: 50px auto;
    padding: 9px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 17.5px;
    line-height: 24px;
    z-index: 2;
}
/* .map_title{
    width: 200px;
    background-color: #00a;
    color: #fff;
    margin: auto;
} */
.map_detail{
    position: absolute;
    top: 3px;
    color: #000;
    width: 400px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}
.map_item:nth-child(even) .map_detail{
    left: 200px;
    text-align: left;
}
.map_item:nth-child(odd) .map_detail{
    right: 200px;
    text-align: right;
}
.map_head_img img{
    position: relative;
    top: 15px;
}
.section5_wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.section5_img1 img,
.section5_img2 img{
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
    margin-bottom: 100px;
}
.section5_img1 img{
    margin-bottom: 500px;
}
/* .stick{
    margin-top: 100px;
} */
.sticky{
    position: fixed;
    top: 27px;/*原本距離上面多少就多少*/
}
.stickbot{
    position: absolute;
    bottom: 0;
}
.section5_img1{
    /* height: 1500px; */
    position: absolute;
    left: -600px;
}
.section5_img2{
    height: 500px;
    position: absolute;
    right: -200px;
    bottom: 300px;
}
.triangle{
    width: 0;
    height: 0;
    border-top: solid 100px #fafafa;
    border-left: solid 50vw transparent;
    border-right: solid 50vw transparent;
    border-bottom: solid 100px transparent;
    position: relative;
    top: 200px;
    /* right: 17px; */
}
#section6{
    background-image: url(img/4job.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top 50px;
    clear: both;
    padding-bottom: 100px;
    padding-top: 150px;
}
#section6 h2{
    /* color: #ffbe23; */
    color: transparent;
}
#section6 h2 span::after{
    background-color: #ffbe23;
}
#section6 h2.over{
    color: #ffbe23;
}
#section6 h3{
    position: relative;
    z-index: 2;
    color: #fff;
}
#section6 h3::after{
    content: '';
    display: block;
    width: 190px;
    height: 15px;
    background-color: #0948a6;
    position: absolute;
    top: 18px;
    left: calc(50% - 95px);
    z-index: -1;
}
.clear{
    clear: both;
}
.block{
    margin: 20px 0;
    box-sizing: border-box;
}
.block1{
    height: 250px;
    width: 55%;
    background-color: #0948a6;
    padding: 90px 40px;
    box-sizing: border-box;
    float: left;
    z-index: 1;
    position: relative;
}
.block2{
    height: 490px;
    width: 55%;
    background-color: #ffbe23;
    padding: 90px 60px;
    box-sizing: border-box;
    float: right;
    clear: both;
    position: relative;
}
.block3{
    padding-top: 60px;
}
.block2 .how_title{
    left: 60px;
    margin-bottom: 50px;
}
.block2 .voting{
    width: 577px;
}
.block1 .youcanhelp{
    width: 300px;
    position: absolute;
    top: -60px;
    right: -380px;
}
.block2 .write{
    position: absolute;
    bottom: 0px;
    left: -410px;
}
.block4{
    width: 1000px;
    /* height: 580px; */
    margin: auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
    top: -50px;
    /* padding-top: 100px; */
    /* box-shadow: -20px 35px 0 #ffbe23; */
    border-radius: 5px;
    padding: 50px;
}
.block4::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 11px transparent;
    border-left: solid 9px  transparent;
    border-right: solid 9px  transparent;
    border-bottom: solid 11px #fff ;
    position: absolute;
    left: 30%;
    top: -20px;
}
.block5{
    width: 1000px;
    /* height: 580px; */
    margin: 200px auto 20px;
    background-color: #0948a6;
    position: relative;
    z-index: 2;
    top: -50px;
    /* padding-top: 100px; */
    box-shadow: -20px 35px 0 #ffbe23;
    border-radius: 5px;
    padding: 50px;
}
@media screen and (max-width: 768px){
    .block5{
        margin: 100px auto 5px;
    }
}
.slogan3 {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .block5::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 11px transparent;
    border-left: solid 9px  transparent;
    border-right: solid 9px  transparent;
    border-bottom: solid 11px #fff ;
    position: absolute;
    left: 30%;
    top: -20px;
} */
.how_title{
    font-size: 30px;
    color: #ffbe23;
    float: right;
    position: relative;
    font-weight: bold;
}
.block2 .how_title{
    float: left;
    color: #0948a6;
}
.block4 .how_title{
    color: #0948a6;
    float: none;
    width: 580px;
    margin: auto;
    position: relative;
    left: 50px;
}
.how_title .sub{
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    font-weight: normal;
    line-height: 1.35;
}
.block2 .how_title .sub{
    color: #000;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative;
}
.block2 .how_title .sub::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 9px #fff;
    border-left: solid 11px  transparent;
    border-right: solid 11px transparent ;
    border-bottom: solid 9px transparent ;
    position: absolute;
    left: 100px;
    bottom: -18px;
}
.block2 .how_title .sub::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 7px #ffbe23;
    border-left: solid 9px  transparent;
    border-right: solid 9px transparent ;
    border-bottom: solid 7px transparent ;
    position: absolute;
    left: 102px;
    bottom: -14px;
}
.how_title::before{
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: -90px;
}
.how_title::after{
    content: '？';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffbe23;
    color: #fff; 
    position: absolute;
    top: 0;
    left: -80px;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
}
.block4 .how_title::before,
.block2 .how_title::before{
    background-color: #000;
}
.block2 .how_title::after,
.block4 .how_title::after{
    background-color: #0948a6;
}
.block4 .ex{
    font-size: 20px;
    /* font-weight: 200; */
    text-align: center;
    margin-top: 50px;
}
.jugdement{
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
}
.jugdement .item{
    width: 140px;
    height: 90px;
    border-radius: 3px;
    background-color: #0062c6;
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.jugdement .item p{
    font-size: 18px;
    color: #fff;
    margin: 0 auto 10px;
}
.jugdement .item .vote{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: dashed 2px #ffbe23;
    text-align: center;
    line-height: 50px;
    color: #ffe282;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
}
.jugdement .jug1 .item .vote{
    border: none;
}
.jugdement .dashed{
    display: flex;
    border: dashed 2px #0062c6;
    width: 330px;
    padding: 10px;
    justify-content: space-between;
}
.jug1{
    padding-top: 10px;
    margin-left: 40px;
}
.over5{
    width: 215px;
    height: 35px;
    border-radius: 17.5px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    background-color: #0062c6;
    font-weight: 200;
    margin: 20px auto;
    position: relative;
}
.over5 .yellow{
    color: #ffbe23;
    font-weight: bold;
}
.over5::before{
    content: '';
    width: 0;
    height: 20px;
    background-color: transparent;
    border-left: dashed 1px #0062c6;
    position: absolute;
    top: -20px;
    left: 50%;
}
.boom_mallet{
    width: 46px;
    height: 46px;
    position: absolute;
    top: -20px;
    left: -25px;
}
.block4 .star{
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}
.block4 .star .blue{
    color: #0948a6;
}
#section7{
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
    /* background-image: url(img/libra.png);
    background-position: right bottom;
    background-repeat: no-repeat; */
}
.hand{
    position: absolute;
    /* left: 0; */
    top: 0;
    z-index: 0;
    /* right: calc(50% + 340px); */
}
.group{
    text-align: center;
}
#section7 h2, #section7 h3{
    text-align: center;
    position: relative;
    z-index: 2;
}
#section7 h3::after{
    content: '';
    display: block;
    width: 493px;
    height: 15px;
    background-color: #ffe282;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.step{
    display: block;
    position: relative;
}
.circle_area{
    /* width: 192px; */
    /* height: 192px; */
    /* position: relative; */
    /* transform-origin: -140px; */
    display: flex;
    justify-content: center;
    margin-top: -80px;
}
.circle{
    width: 116px;
    height: 116px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ffbe23;
    position: relative;
    text-align: center;
    color: #0948a6;
    font-size: 17px;
    font-weight: bold;
    z-index: 3;
    cursor: pointer;
    margin: 20px;
    display: flex;
    align-items: center;
}
.circle.active{
    border: solid 8px #0948a6;
    background-color: #fff;
    color: #0948a6;
    /* padding-top: 20px; */
}
.circle_wrap:focus{
    outline: none !important;
}
.circle p{
    display: block;
    /* width: 135px; */
    /* height: 35px; */
    /* border: solid 1px #fff; */
    border-radius: 17.5px;
    line-height: 35px;
    margin: 5px auto;
    line-height: 1.2;
}
.circle:after{
    content: '';
    width: 0;
    height: 0;
    border-top: solid 9px transparent;
    border-left: solid 12px  #0948a6;
    border-right: solid 9px  transparent;
    border-bottom: solid 9px transparent ;
    position: absolute;
    top: calc(50% - 9px);
    left: -25px;
    margin: auto;
}
.circle:first-child:after{
    display: none;
}
.circle.active:before{
    content: '';
    width: 0;
    height: 0;
    border-top: solid 12px #0948a6;
    border-left: solid 8px  transparent;
    border-right: solid 8px  transparent;
    border-bottom: solid 8px transparent ;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: auto;
}
.square_area{
    height: 200px;
    margin-top: 20px;
}
.square{
    width: 600px;
    height: 200px;
    border-radius: 5px;
    border: solid 1.5px #0948a6;
    box-sizing: border-box;
    box-shadow: -10px 25px 0 #0948a6;
    position: absolute;
    background-color: #fafafa;
    padding: 15px 40px;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: auto;
    right: 0;
    left: 0;
}
.square1, .square2, .square3{
    display: flex;
    align-items: center;
}
.square::before{
    /* content: ''; */
    display: block;
    width: 0;
    height: 0;
    border-top: solid 9px transparent;
    border-left: solid 11px  transparent;
    border-right: solid 11px  #fafafa;
    border-bottom: solid 9px transparent ;
    position: absolute;
    left: -20px;
    bottom: 50%;
}
.square::after{
    /* content: ''; */
    display: block;
    width: 0;
    height: 0;
    border-top: solid 9px transparent;
    border-left: solid 11px  transparent;
    border-right: solid 11px  #0948a6;
    border-bottom: solid 9px transparent ;
    position: absolute;
    left: -30px;
    bottom: 35%;
}
.square .title{
    font-size: 20px;
    font-weight: bold;
    color: #00428B;
    margin-bottom: 10px;
}
.square .result{
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    position: relative;
}
.square .result2{
    margin: 15px 0;
}
.square .result span{
    display: inline-block;
    width: 95px;
    height: 35px;
    color: #fff;
    background-color: #ED776B;
    line-height: 35px;
    border-radius: 17.5px;
    text-align: center;
    margin-right: 15px;
}
.square .result .boom_yes_span {
    background-color: #E6002C;
}
.square .result img{
    width: 70px;
    position: absolute;
    top: -45px;
    left: 350px;
}
.square .result:last-child img{
    left: 275px;
    top: -20px;
}
.square.active{
    z-index: 2;
}
.square ul {
    padding-left: 20px;
}
.square ul li{
    list-style: disc;
}
.square1 ul li:first-child,
.square2 ul li:first-child{
    list-style: none;
    margin-left: -23px;
}
.dot_area{
    display: flex;
    justify-content: flex-end;
    margin-top: 70px;
    margin-right: 175px;
    position: relative;
    z-index: 2;
}
.dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 10px;
    cursor: pointer;
}
.dot.active{
    background-color: #0948a6;
}

.circle_area_m{
    display: none;
}

span.yellow{
    color: #ffbe23;
}
span.yellowback{
    display: inline-block;
    position: relative;
    z-index: 1;
}
span.yellowback:after{
    content: '';
    width: 100%;
    height: 15px;
    background-color: #ffe282;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

footer{
    /* height: 200px; */
    background-color: #09283b;
    padding: 80px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    font-size: 12px;
    line-height: 2;
}
footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer img{
    margin-right: 50px;
}
.footer-l{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-r{
    text-align: right;
}
.footer-r span{
    color: #195478;
    font-size: 15px;
}
/*************** SCROLLBAR BASE CSS ***************/ 
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scrollbar-external_wrapper {
	height: 450px !important;
	position: relative;
	width: auto !important;
}


/******************* EXTERNAL SCROLLBAR *******************/
.external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 240px;
  left: 900px;
  top: 40px;
  width: 10px;
}
.external-scroll_y {
  background-color: #ffbe23;
  cursor: pointer;
  display: none;
  position: absolute;
}
.external-scroll_y div{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
.external-scroll_y .scroll-bar {
    background: #0948a6;
    z-index: 12;
    border-radius: 5px;
}
.external-scroll_y .scroll-bar {
    height: 80px;
}