@charset "UTF-8";
/*20190910 modify by AuOzzy*/

a {
    color: #000;
}

.Noto {
    font-family: 'Noto Sans SC', sans-serif !important;
}

.por {
    position: relative;
}

.section {
    /*height: 100vh !important;*/
}

/* header */

.header {
    background-color: #58c1c0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 1000;
    position: fixed;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    font-size: 18px;
}

.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: 微軟正黑體;
}


/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    background-color: #58c1c0;
    max-width: 1140px;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 25px 20px;
    position: relative;
    user-select: none;
}

.menu li a:hover {
    background-color: #58c1c0;
    color: #fff;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 7px;
}

.header .menu-icon .navicon:after {
    top: -7px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 100vh;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
    transform: rotate(91deg);
    transition: 0.5s;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* header  */


/*   版頭   */

.header-job {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.header-job::before {
    content: '';
    width: calc(1920px * 2);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/Header-BG.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.header-job section {
    background-image: linear-gradient(0deg, #58c1c0 36%, transparent 36%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-job .container {
    margin-top: -2%;
}

.Main-standard {
    display: flex;
    align-items: start;
}

.Main-standard-text h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-left: 7px;
}

.header-job h2 {
    font-size: 18px;
    line-height: 1.3;
    color: #5f5f5f;
    padding-top: 5px;
    font-weight: 500;
    margin-bottom: 15px;
}

.header-job-button {
    margin-bottom: 50%;
}

.header-job button {
    color: #fff;
    font-size: 18px;
    background: #129da2;
    border: none;
    border-radius: 30px;
    padding: 15px 60px;
    margin-top: 30px;
    transition: 0.6s;
}

.header-job button:hover {
    background: #58c0bf;
}

.Header-people {
    position: absolute;
    left: 15%;
    bottom: 11%;
}

.arrow-01 {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.arrow {
    margin: 0 auto;
    position: relative;
    width: 25px;
    height: 37px;
    border: solid 1px #fff;
    border-radius: 25px;
}

.arrow span,
.arrow span div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}

.arrow span:nth-child(1) {
    width: 1px;
    height: 8px;
    background-color: #fff;
    border-radius: 25px;
}

.arrow div {
    position: relative;
    transition: 0.9s;
    animation: 1s infinite;
    animation-name: opa;
    animation-delay: .3s;
    animation-duration: 3s;
}

.arrow div svg {
    fill: #fff;
    position: absolute;
    top: 24px;
}

@keyframes opa {
    0% {
        opacity: 0.25;
        transform: translateY(-20px);
    }

    50% {
        opacity: 1;
        transform: translateY(10px);
    }

    100% {
        opacity: 0.25;
        transform: translateY(-20px);
    }
}

.arrow+p {
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 18px;
}

/*app-one*/
.app-one {
    height: 100%;
}

.app-one section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.app-one .container { margin-top: -5%; }*/
.app-one-text {
    margin-top: 0;
    margin-bottom: 3%;
}

@media (max-width: 1024px) {
    .app-one-text {
        margin-bottom: 1rem;
    }
}

.app-one-text-div {
    margin-top: 10px;
    width: 70%;
}

@media (max-width: 425px) {
    .app-one-text-div {
        margin-top: 0;
    }
}


.app-one-text h3 {
    color: #58c1c0;
    font-size: 30px;
    font-weight: 500;
}

.app-one-text p {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.app-one img {
    width: 100%;
}

/*輪播*/
.swiper-container-horizontal>.swiper-pagination-bullets {
    opacity: 0;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide {
    padding: 13px 9px;
}
/* .swiper-container {
    padding: 15px 0;

} */

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('../img/prev.svg') !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/next.svg') !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 19px;
    height: 44px;
    margin-top: -22px;
    background-size: 20px 30px;
}

.swiper-pagination-bullet-active {
    background: #129da2 !important;
}

.swiper-container {
    padding-bottom: 24px !important;
}

#fp-nav ul li a span {
    background: #bdecec !important;
}

#fp-nav ul li a.active span {
    background: #58c1c0 !important;
}

div#fp-nav {
    right: 10px;
}

.vote .swiper-container-horizontal>.swiper-pagination-bullets {
    opacity: 0;
}
/* .container.vote_container {
    max-width: 834px;
} */

#swiper2 {
    max-width: 980px;
}
.vote_container {
    max-width: 1080px;
}
@media (max-width:1024px) {
    #swiper2 {
        max-width: 733px;
    }
    .vote_container {
        max-width:820px;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 2px !important;
}

/*------------app-step-one-------------*/
.m-top {
    margin-top: 250px;
}

.app-step-one {
    background-image: url(../img/app-step-one.jpg);
    background-repeat: no-repeat;
    background-position: 30% 70%;
    /*padding-bottom: 8%;*/
    height: 100%;
}
.app-step-one.exclude {
    background-image: url(../img/01_exclude.png);
}
.app-step-one.competition {
    background-image: url(../img/02_competition_as.png);
}
.app-step-one.friendlyUI {
    background-image: url(../img/03_friendlyUI.png);
}
@media (max-width: 1024px) {
    .app-step-one {
        padding-bottom: 0;
    }
}

.app-step-one section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-step-one .container {
    /*margin-top: -10%;*/
}

.app-step-two {
    background-image: url(../img/app-step-two.jpg);
    background-repeat: no-repeat;
    background-position: 30% 70%;
    /*padding-bottom: 8%;*/
    height: 100%;
}

@media (max-width: 1024px) {
    .app-step-two {
        padding-bottom: 0;
    }
}

.app-step-two section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-step-three {
    background-image: url(../img/app-step-three.jpg);
    background-repeat: no-repeat;
    background-position: center 70%;
    /*padding-bottom: 8%;*/
    height: 100%;
}

@media (max-width: 1024px) {
    .app-step-three {
        padding-bottom: 0;
    }
}

.app-step-three section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-step-four {
    background-image: url(../img/app-step-four.jpg);
    background-repeat: no-repeat;
    background-position: center 70%;
    /*padding-bottom: 8%;*/
    height: 100%;
}

@media (max-width: 1024px) {
    .app-step-four {
        padding-bottom: 0;
    }
}

.app-step-four section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-step-one-img {
    margin-top: 7%;
}

img.app-step-one-img-1 {
    position: absolute;
    left: -2px;
    top: -70px;
}

.app-step-one-text {
    display: flex;
    /* align-items: center; */
}

.app-step-one-text .one {
/*    font-size: 90px;
    font-weight: 700;
    margin: 0;*/
    width: 44px;
    /* height: 66px; */
    margin-right: 1rem;
    color: #EE0412;
}

.app-step-one-text .one img {
    max-width: 100%;
    height: auto;
}

.app-step-one-text-h3 h3 {
    margin-bottom: 11px;
    /*color: #EE0412;*/
}

.app-step-one-text-h3 p {
    margin: 0;
    max-width: 420px;
}

/*幸福企業票選TOP100*/
.vote {
    height: 100%;
    padding-top: 28px;
}

.vote section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

@media (max-width: 1024px) {
    .vote section {
        /* padding-top: 2rem; */
    }
}
@media (max-width: 425px) {
    .vote section {
        /* position: relative; */
        /* display: block; */
        /* padding-top: 25px; */
    }
}

.app-card-text {
    padding: 12px;
}

.app-card {
    width: 228px;
    /* margin: auto; */
    border-radius: 5px;
    box-shadow: 0px 0px 12px 0px rgba(156, 156, 156, 0.5);
}

.app-card-hd {
    padding: 1rem;
}

.app-card-logo {
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
}

.app-card-logo img {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*padding: 30px;*/
}

.app-card-text h4 {
    font-size: 15px;
    color: #58c1c0;
    text-align: center;
    /*20190829 AuOzzy-------------*/
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    /*---------------------------*/
}

@media (max-width: 425px) {
    .app-card-text h4 {
        /* margin-bottom: 3px; */
    }
}

.card-text-1 {
    display: flex;
}

.card-text-1 p {
    font-size: 15px;
    margin: 3px;
    color: #aaaaaa;
    /*20190829 AuOzzy-------------*/
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    /*---------------------------*/
}

@media (max-width: 425px) {
    .card-text-1 p {
        /* margin: 0 3px; */
    }
}

.card-text-1 p:nth-child(1) {
    border-right: solid 1px;
    padding-right: 6px;
}

.app-welfare {
    display: flex;
    flex-wrap: wrap;
}

.app-welfare-text {
    line-height: 25px;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}

.app-welfare-text a {
    font-size: 15px;
    border: solid 1px;
    border-radius: 3px;
    padding: 0px 4px;
    margin: 2px;
    color: #aaaaaa;
    text-decoration: none;
    /*20190829 AuOzzy------------*/
    display: inline-block;
    /*---------------------------*/
}

.app-welfare-text a:hover {
    color: #fff;
    border: solid 1px;
    background: #aaaaaa;
}

.app-Quantity {
    display: flex;
    justify-content: center;
    text-align: center;
}

.app-Quantity .p {
    font-size: 12px;
    color: #fff;
    background: #129da2;
    padding: 6px 15px;
    margin-top: 15px;
    border-radius: 30px;
}

.app-Quantity .p p {
    margin: 0;
}

/* 48em = 768px */
/*下載*/
.download-immediately {
    text-align: center;
}

.download-immediately {
    margin-top: 8%;
    margin-bottom: 2%;
}

@media (max-width: 1024px) {
    .download-immediately {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
}

.download-immediately h3 {
    font-size: 30px;
    font-weight: 700;
}

.button button {
    border: solid 2px #129da2;
    border-radius: 50px;
    background: #fff;
    padding: 3px 20px;
    margin: 0 10px;
    color: #129da2;
    transition: 0.6s;
    width: 150px;
}

.button button:hover {
    background: #129da2;
    color: #fff;
}

/*footer*/
.footer {
    background: #58c1c0;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
}


/**/
.sw {
    animation-name: sw;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-fill-mode: both;
    opacity: 0;

}

.ds2 {
    animation-delay: 1s;
}

.ds25 {
    animation-delay: 1.5s;
}

.ds3 {
    animation-delay: 2s;
}

@keyframes sw {
    0% {
        opacity: 0;
        transform: translateX(-38px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


/* go top */
#myMenu {
    position: fixed;
    bottom: 50px;
    right: 100px;
    list-style-type: none;
}

.go-top {
    color: #fff;
    width: 60px;
    height: 60px;
    background: #58c1c0;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
}

.go-top:hover {
    text-decoration: none;
    color: #fff;
}

.go-top::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: 15px;
    margin-bottom: -15px;
}

/* small card anim */





/* fix */
label {
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 9px 10px;
        color: #fff;
    }

    .header .menu {
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }

    /*輪播*/

}

@media (max-width: 1440px) {
    .header-job::before {
        background-image: url(../img/Header-BG-1440.jpg)
    }
}

@media (max-width: 1024px) {
    .header-job::before {
        background-image: url(../img/Header-BG-1024.jpg)
    }

    .Header-people {
        left: 15px;
    }

    .app-one-text-div {
        width: 80%;
    }

    #myMenu {
        bottom: 15px;
        right: 50px;
    }
}

@media (max-width: 767px) {

    .header .menu {
        background-color: #fff;
    }

    .header li a {
        font-size: 18px;
        padding: 14px 20px;
    }

    .swiper-slide {
        text-align: center;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        opacity: 1;
    }

    .app-one,
    .app-step-one,
    .app-step-two,
    .app-step-three,
    .app-step-four,
    .vote {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .app-step-one,
    .app-step-two,
    .app-step-three,
    .app-step-four {
        background: none !important;
    }

    .app-step-one-img {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
        margin-top: 0;
    }

    .app-step-one-img .lazyload {
        position: absolute;
        width: 190px;
        margin-top: 60px;
    }

    img.app-step-one-img-1 {
        /*position: absolute;
        left: 50%;
        top: -67px;
        transform: translateX(-50%);*/
        position: relative;
        left: unset;
        top: unset;
        display: block;
        margin: auto;
        z-index: 1;
    }

    .m-top {
        margin-top: 220px;
    }


}

@media (min-width: 768px) and (max-width: 979px) {
    .header-job section {
        background-image: linear-gradient(0deg, #58c1c0 30%, transparent 30%);
    }

    .Header-people img {
        width: 450px;
    }

    .app-step-one-img-1 {
        width: 220px !important;
    }

    .app-step-one-img-2 {
        width: 180px !important;
    }

    .app-step-one,
    .app-step-two,
    .app-step-three,
    .app-step-four {
        background-size: 50%;
        /*margin-bottom: 10%;*/
    }

    .app-one-text {
        margin-top: 15%;
    }

    .app-step-one-img .lazyload {
        width: 185px;
    }

}

@media (max-width: 767px) {
  .header-job::before {
      background-image: url(../img/Header-BG-768.jpg)
  }

  .Header-people img {
      width: 350px;
  }

  .header-job section {
      background-image: linear-gradient(0deg, #58c1c0 45%, transparent 40%);
  }
    .Main-standard {
        /* justify-content: center;  */
    align-items: center;
    }

    .header-job .container {
        margin-top: -20%;
    }

    .header-job-button {
        margin-bottom: 23px;
    }

    .header-job h2,
    .header-job-button {
        text-align: center;
    }

    .header-job button {
        margin-top: 0;
        margin-bottom: 5%;
    }

    .Header-people {
        left: 5%;
        bottom: 29%;
    }

    /* .Header-people img {
        width: 200px;
    } */

    .app-one-text-div {
        width: 100%;
        padding: 0 15px;
    }
    .app-one-text {
        margin-bottom: 0px;
    }

    .app-step-one-img-1 {
        width: 220px !important;
    }

    .app-step-one-img-2 {
        width: 187px !important;
        height: 332px;
    }

}

@media (max-width: 425px) {
    .Header-people img {
        display: none;
    }
    .app-card-hd {
        /* width: 140px; */
        /* margin: auto; */
        /* padding: 0; */
    }
    .swiper-slide img {
        /* width: 140px; */
    }

    .app-card-text {
        /* padding: 8px; */
    }

    .app-welfare-text {
        /* margin-bottom: 0; */
    }
    .app-Quantity .p {
        /* margin-top: 0; */
    }


    .app-one,
    .app-step-one,
    .app-step-two,
    .app-step-three,
    .app-step-four,
    .vote {
        padding-top: 55px;
        padding-bottom: 0;
        height: unset;
    }
    .vote {
        /* height: 100%; */
    }
}

@media (max-width: 320px) {
    .swiper-slide img {
        width: 140px;
    }
}


@media (max-width: 425px) {
    .header-job::before {
        background-image: url(../img/Header-BG-425.jpg)
    }

    .header-job section {
        background-image: none;
    }
    .header-job .arrow+p {
        color: #58c1c0;
    }
    .header-job .arrow div svg {
        fill: #58c1c0;
    }


    .app-one .container {
        margin-top: 12px;
    }

    .app-step-one .container {
        margin-top: 12px;
    }

    .header-job h2 {
        font-size: 17px;
        line-height: 1.5;
    }

    .header-job button {
        /* font-size: 16px; */
        /* padding: 10px 30px; */
        /* margin-top: 10px; */
    }

    .arrow {
        border: none;
    }

    .arrow span:nth-child(1) {
        background-color: transparent;
    }

    .app-one-text h3 {
        /* margin-bottom: 0; */
        /* font-size: 20px; */
    }

    .app-one-text p {
        font-size: 14px;
        padding: 10px 10px 0 10px;
        margin-bottom: 0;
    }

    .app-step-one-text-h3 h3 {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .app-step-one-text-h3 p {
        font-size: 14px;
    }

    .app-step-one-text .one {
        /*font-size: 70px;*/
    }


    .app-step-one-img {
        display: flex;
        justify-content: center;
        padding-bottom: 0;
        margin-top: 0;
        /*transform: scale(0.8);*/
        /*margin-bottom: 45px;*/
        padding-top: 12px;
    }


    .app-step-one-img-1 {
        width: 175px !important;
    }
    .app-step-one-img .lazyload {
        width: 145px;
    }

    /*    img.app-step-one-img-1 {
      top: 0;
    }*/
    /*.app-step-two .container { margin-top: 18%;}*/
    /*.app-step-three .container { margin-top: 20%;}*/
    /*.app-step-four .container {margin-top: 20%;}*/
    /*.vote .container {margin-top: 15%;}*/
    .app-one-text {
        /* margin-top: 0; */
        /* margin-bottom: 0; */
    }

    .swiper-container {
      padding-bottom: 20px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0px !important;
    }

    .download-immediately {
        margin-top: 0;
        margin-bottom: 0;
    }

    .download-immediately p {
        font-size: 16px;
    }

    .download-immediately h3 {
        font-size: 24px;
    }

    .app-card {
        /* margin: 0 40px; */
    }

    .last-block .button button {
        /* font-size: 14px; */
        /* padding: 0; */
        margin: 5px 10px;
        /*width: 160px;*/
    }

    .footer {
        /*position: absolute;*/
        /*bottom: 0;*/
        font-size: 12px;
    }

    div#fp-nav {
        display: none;
    }

    .download-immediately p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .download-immediately h3 {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .app-card {
        /* margin: 0 20px; */
    }
  .header .menu-icon {
    padding: 15px 5px;
  }
  .Header-people img {
    display: none;
  }

  .app-one, .app-step-one, .app-step-two, .app-step-three, .app-step-four, .vote {
      /* padding-top: 65px; */
  }

  .app-one-text h3 {
    font-size: 18px;
  }
  .app-one-text p {
    padding-top: 0;
  }

  .app-step-one-img-1 {
    width: 150px !important;
  }
  .app-step-one-img .lazyload {
    width: 120px;
  }

  /* .app-step-one-text .one {
    font-size: 65px;
  } */
  .app-step-one-text-h3 h3 {
    font-size: 18px;
  }
  .app-step-one-text-h3 p {
    font-size: 14px;
  }


    .section7 .swiper-container {
        padding-bottom: 0 !important;
    }
    .section7 .button > a {
        width: 50%;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }
    .button button {
      font-size: 14px;
      padding: 10px;
      margin-top: 10px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
    }
}


.phone_wrap {
    width: 280px;
    height: 570px;
    padding-top: 60px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.phone_screen {
    width: 250px;
    height: 444px;
    margin: auto;
    overflow: hidden;
}

.phone_screen img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 979px) {
    .phone_wrap {
        width: 220px;
        height: 448px;
        padding-top: 55px;
    }

    .phone_screen {
        width: 195px;
        height: 345px;
    }
}


@media (max-width: 767px) {
    .phone_wrap {
        margin: 0 auto 40px;
    }
}

@media (max-width: 425px) {
    .phone_wrap {
        width: 165px;
        height: 337px;
        padding-top: 35px;
    }

    .phone_screen {
        width: 150px;
        height: 266px;
    }
}


.top_header {
    height: 28px;
}


.fp-enabled body, html.fp-enabled {
    padding-top: 0 !important;
}


.m_br:before {
    content: '，';
    display:inline-block
}
@media (max-width: 425px) {
    .m_br:before {
        content: '';
        display: block;
    }
}

/* 1111 找工作 5.0 style */
/* last block */
.last-block .d-flex.flex-column.align-items-center.h-100.justify-content-between > .text-center {
    margin-top: 14%;
}

@media (max-width: 979px) and (min-width: 768px){
    .vote .app-one-text {
        margin-top: 5%;
    }
}

@media(max-width:768px){
    .last-block .d-flex.flex-column.align-items-center.h-100.justify-content-between > .text-center {
        margin-top: 50%;
    }
    .last-block .d-inline-block.align-middle > h3,
    .last-block .d-inline-block.align-middle > p {
        text-align: center !important;
    }
    #swiper2 {
        max-width: 486px;
    }
    .vote_container {
        max-width: 590px;
    }
    .Header-people img {
        width: 300px;
    }
    .swiper-slide img {
        width: 140px;
    }
    .header-job .d-none.d-sm-none.d-md-inline-block {
        display: none !important;
    }
    
}
@media (max-width:575px) {
    #swiper2 {
        max-width: 246px;
    }
    .vote_container {
        max-width: 330px;
    }
    .header-job .Main-standard {
        justify-content: center !important;
    }
    .header-job h2 {
        text-align: center !important;
    }
    .header-job .row.button {
        justify-content: center !important;
    } 
    .header-job section {
        background-image: none;
    }
    .arrow+p {
   
        color: #58c1c0;
    }
    .arrow div svg {
        fill: #58c1c0;
    }
    .header-job .row.button > a {
        width: 51%;
    }
    
    .header-job .button button {
        width: 100%;
    }
    .header-job .container {
        margin-top: 20%;
    }
}
@media(max-width:375px) {
    .header-job .container {
        margin-top: 40%;
    }
    
    .header-job h2 {
        text-align: center !important;
    }
    .header-job h1 {
        font-size: 30px;
    }
    
    .Main-standard {
        justify-content: center;
    }
    .app-one .container {
        margin-top: 0px;
    }
    .app-one-text h3 {
        font-size: 18px;
        margin-top: 35px;
        margin-bottom: 5px;
    }
    .app-step-one.exclude,
    .app-step-one.competition,
    .app-step-one.friendlyUI,
    .app-step-one.quick_pairing,
    .app-step-two.search_cmp
     {
     padding-top: 45px;   
    }
    .phone_wrap {
        margin-bottom: 30px;
    }
    .app-card-text {
        padding: 12px 8px;
    }
    .app-Quantity {
        margin-top: 20px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
    }
    /* .section.section7 .app-one-text h3{
        margin-bottom: 30px;
    } */
    .app-welfare-text a {
        font-size:13px;
        margin: 2px 2px 5px 2px;
    }

    .app-welfare-text {
        line-height: 20px;
        height: 56px;
    }
     
    .card-text-1 p {
        margin: 5px 3px;
    }
    .last-block .row.button.justify-content-center > a {
        width: 51%;
    }
}