@charset 'utf-8';

#app {
    height: 100%;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

li img,
dt img,
dd img {
    vertical-align: top;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    outline: none;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

input:focus {
    outline: none;
}

/* RWD */
/* 1100px以上 */
@media screen and (min-width: 1100px) {

    html {
        height: 100vh;
    }

    body {
        height: 100vh;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
        background: url("../images/bg.jpg") bottom center/cover no-repeat fixed;
    }

    /* HEADER */
    .topbar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 8%;
        background: #fff;
    }

    .barzone {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

    .logo {
        width: 100%;
        /* max-width: 190px;  */
        height: 87%;
        background: url(../images/logo.png) center top no-repeat;
        background-size: contain;
        margin: auto auto auto auto;
    }

    .top_btn_app,
    .top_btn_service {
        width: 285px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 23px;
        border-radius: 14px;
        line-height: 20px;
        background: linear-gradient(to bottom, #00c0fa 0%, #015eea 100%);
        background: -webkit-linear-gradient(to bottom, #00c0fa 0%, #015eea 100%);
    }

    .top_btn_app img,
    .top_btn_service img {
        width: 28px;
        margin-right: 10px;
    }

    /* .nav{ font-size: 18px;  width: 65%; height:30%; max-height: 23px; margin: auto;  display: flex; justify-content:flex-end;  }
    .nav a {  line-height: 25px; color: #fff;  margin: 0 2%; }
    .nav a:hover { color: #fdf5a9;}
    a.b1{ background: url(../images/nav1.png) left center no-repeat; background-size: contain; padding-left: 35px; margin-right: 2%;}
    a.b2{ background: url(../images/nav2.png) left center no-repeat; background-size: contain; padding-left: 38px; margin-right: 1%;}
    a.b3{ background: url(../images/nav3.png) left center no-repeat; background-size: contain; padding-left: 34px; margin-right: 1.3%;}
    a.b4{ background: url(../images/nav4.png) left center no-repeat; background-size: contain; padding-left: 33px; margin-right: 1.2%;}
    a.b5{ background: url(../images/nav5.png) left center no-repeat; background-size: contain; padding-left: 34px; ;}

    .rightblock { width: 12%; height:100%; display: flex; justify-content:flex-end;  }
    .rightblock a { width: 55%; max-width: 61px; height: 100%; margin: 0 2%; }
    a.r1{ background: url(../images/icon_support.png) center center no-repeat; background-size: contain;}
    a.r2{ background: url(../images/icon_iphone.png) center center no-repeat; background-size: contain; }
    a.r1:hover{ background: url(../images/icon_support_h.png) center center no-repeat; background-size: contain;}
    a.r2:hover{ background: url(../images/icon_iphone_h.png) center center no-repeat; background-size: contain; } */

    /* 大標查詢區 */
    .wrapper {
        width: 100vh;
        height: 85%;
        margin: auto;
    }

    .zonect {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }


    .slogan {
        width: 100%;
        max-width: 711px;
        height: 50%;
        /* max-height: 358px;  */
        max-height: 362px;
        background: url(../images/slogan.png) center 0px no-repeat;
        background-size: contain;
        margin: 12% auto 2% auto;
    }

    .slogan_sp {
        display: none;
    }

    .inpuzone {
        width: 64%;
        height: 6%;
        margin: 0 auto;
        text-align: center;
    }

    .inpbox {
        width: 100%;
        max-width: 555px;
        height: 100%;
        border-radius: 10px;
        border: #153e70 1px solid;
        background: #FFFFFF;
        /* box-shadow: 3px 8px 8px 0px rgba(110, 73, 0, 0.08), 0px 3px 3px 0px rgba(156, 132, 94, 0.27) inset;  */
        text-align: center;
        padding: 0;
        font-size: 18px;
        line-height: 17px;
        font-family: 'Noto Sans SC';
    }

    .btnzone {
        width: 64%;
        height: 12%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .btnzone a {
        width: 100%;
        max-width: 269px;
        height: 100%;
        /* margin: 0 1.5%;  */
    }

    a.btn1 {
        background: url(../images/btn1.png) center center no-repeat;
        background-size: contain;
        margin-right: 7px;
    }

    a.btn2 {
        background: url(../images/btn2.png) center center no-repeat;
        background-size: contain;
        margin-left: 7px;
    }


    /* 置底BTN */

    /* FOOTER */
    /* .footer{ 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        width:100%; 
        height:6%; 
        background: #fff; 
    } */

    /* .footer_menu { display: none;} */

    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
    }

    .footer_menu {
        width: 100%;
        background: linear-gradient(to bottom, #00c0fa 0%, #015eea 100%);
    }

    .footer_menu ul {
        width: 100%;
        height: 100%;
        max-width: 1200px;

        display: flex;
        justify-content: center;
        margin: auto;
    }

    .footer_menu ul li {
        display: inline-block;
        width: 19.7%;
        height: 100%;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        text-align: center;
        vertical-align: bottom;
        position: relative;
    }

    .footer_menu ul li:first-child {
        border-left: 1px solid #fff;
    }

    /* .footer_menu ul li:last-child{
        border-right: none;
    } */

    .footer_menu ul li a {
        color: #fff;
        font-size: 23px;
        line-height: 0.2rem;
        /* height: 100%; */
        display: inline-block;
        padding: 10px 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-img {
        margin-right: 8px;
    }

    .footer_wrap {
        margin: 0 auto;
        text-align: center;
        color: #0d3665;
        font-size: 16px;
        padding: 6px 0;
    }
}



/* 1099px以下 */
@media screen and (max-width:1099px) {

    body {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
        /* background: url("../images/bg_p.jpg") top center/cover no-repeat fixed;   */
        background: url("../images/bg.jpg") top center/cover no-repeat fixed;
    }

    .topbar {
        height: 60px;
        width: 100%;
        position: fixed;
        background: #fff;
    }

    .barzone {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        width: 95%;
        height: 100%;
    }

    .logo {
        width: 60%;
        height: 75%;
        background: url(../images/logo.png) center top no-repeat;
        background-size: contain;
        margin: auto auto auto auto;
    }

    .top_btn_app,
    .top_btn_service {
        width: 100px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        line-height: 20px;
        background: linear-gradient(to bottom, #00c0fa 0%, #015eea 100%);
        background: -webkit-linear-gradient(to bottom, #00c0fa 0%, #015eea 100%);
    }

    .top_btn_app img,
    .top_btn_service img {
        width: 24px;
        margin-right: 8px;
    }

    .nav {
        display: none;
    }

    .wrapper {
        width: 100%;
        height: 100vh;
        margin: auto;
    }

    .zonect {
        width: 98%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .slogan {
        width: 100%;
        width: 100%;
        max-width: 686px;
        height: 30%;
        max-height: 332px;
        background: url(../images/slogan.png) center 0px no-repeat;
        background-size: contain;
        margin: 36% auto 2% auto;
    }


    .inpuzone {
        width: 64%;
        height: 3%;
        margin: 0 auto;
        text-align: center;
    }

    .inpbox {
        width: 100%;
        max-width: 555px;
        height: 100%;
        max-height: 40px;
        border-radius: 5px;
        border: #153e70 1px solid;
        /* background: #FFFFFF; box-shadow: 3px 8px 8px 0px rgba(110, 73, 0, 0.08), 0px 3px 3px 0px rgba(156, 132, 94, 0.27) inset;  */
        text-align: center;
        padding: 0;
        font-size: 17px;
        line-height: 17px;
        font-family: 'Noto Sans SC';
    }

    .btnzone {
        width: 70%;
        height: 6%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .btnzone a {
        width: 100%;
        max-width: 269px;
        height: 100%;
        margin: 0 1.5%;
    }

    a.btn1 {
        background: url(../images/btn1.png) center center no-repeat;
        background-size: contain;
    }

    a.btn2 {
        background: url(../images/btn2.png) center center no-repeat;
        background-size: contain;
    }

    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
    }

    .footer_menu {
        width: 100%;
        background: linear-gradient(to bottom, #00c0fa 0%, #015eea 100%);
    }

    .footer_menu ul {
        width: 100%;
        height: 100%;
    }

    .footer_menu ul li {
        display: inline-block;
        width: 19.5%;
        height: 100%;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        text-align: center;
        vertical-align: bottom;
        position: relative;
    }

    .footer_menu ul li:nth-of-type(5) {
        border-right: 0px solid #272727;
    }

    .footer_menu ul li a {
        color: #fff;
        font-size: 0.15rem;
        line-height: 0.2rem;
        /* height: 100%;*/
        display: inline-block;
        padding: 27px 0 15px 0;
        box-sizing: border-box;
    }

    .footer_menu ul li a img {
        display: block;
        margin: 0 auto 0.1rem auto;
        width: auto;
        height: 0.45rem;
    }

    .footer_wrap {
        width: 100%;
        text-align: center;
        color: #0d3665;
        font-size: 0.15rem;
        /* border-top: 1px solid #272727;  */
        padding: 2% 0%;
    }
}


@media screen and (max-width: 760px) {

    body {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
        background: url("../images/bg_m.jpg") top center/cover no-repeat fixed;
    }

    .footer_menu ul {
        width: 100%;
        height: 100%;
    }

    .footer_menu ul li {
        display: inline-block;
        width: 19.5%;
        height: 100%;
        box-sizing: border-box;
        text-align: center;
        vertical-align: bottom;
        position: relative;
    }

    .btnzone {
        width: 67%;
    }
}


@media screen and (max-width:650px) {

    .footer_menu ul li {
        width: 19%;
    }

    .btnzone {
        width: 66%;
    }

}


@media screen and (max-width: 500px) {

    .slogan {
        height: 28%;
        margin: 58% auto 0% auto;
    }

    .inpuzone {
        /* width: 78%; */
        width: 93%;
        margin: 10px auto;
    }

    .btnzone {
        /* width: 80%; */
        width: 97%;
    }

    .footer_menu ul li a {
        color: #fff;
        font-size: 0.2rem;
        line-height: 0.1rem;
        display: inline-block;
        padding: 12px 0 12px 0;
        box-sizing: border-box;
    }

    .inpuzone {
        height: 4%;
    }
}


@media screen and (max-width: 414px) and (max-height: 736px) {

    .slogan {
        margin: 53% auto 3% auto;
    }


}


@media screen and (max-width: 375px) and (max-height: 667px) {

    .slogan {
        margin: 53% auto 3% auto;
    }

    .inpuzone {
        height: 4.5%;
    }
}


@media screen and (max-width: 340px) {

    .slogan {
        height: 28%;
        margin: 53% auto 4% auto;
    }

    .inpuzone {
        height: 5%;
    }

    .footer_menu ul li {
        width: 18.5%;
    }

    .footer_menu ul li a {
        line-height: 0.15rem;
        padding: 10px 0 10px 0;
    }

    @supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee)) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
        .footer_wrap {
            font-size: 0.08rem;
            transform: scale(0.7, 0.7);
        }
    }
}


@media screen and (width: 1024px) and (min-width: 1023px) and (max-height:768px) and (min-height: 767px) {

    html {
        height: 100vh;
    }

    body {
        height: 100vh;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
        background: url("../images/bg.jpg") bottom center/cover no-repeat fixed;
    }

    .topbar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 9%;
        background: #000;
        border-bottom: #272727 1px solid;
    }

    .barzone {
        display: flex;
        width: 100%;
        max-width: 1024px;
        height: 100%;
        margin: 0 auto;
    }

    .logo {
        width: 17%;
        max-width: 190px;
        height: 60%;
        background: url(../images/logo.png) center top no-repeat;
        background-size: contain;
        margin: auto auto auto auto;
    }

    .nav {
        font-size: 16px;
        width: 65%;
        height: 30%;
        max-height: 23px;
        margin: auto 4% auto auto;
        display: flex;
        justify-content: flex-end;
    }

    .nav a {
        line-height: 25px;
        color: #fff;
        padding-left: 40px;
        margin: 0 2%;
    }

    .nav a:hover {
        color: #fdf5a9;
    }

    a.b1 {
        background: url(../images/nav1.png) left center no-repeat;
        background-size: contain;
    }

    a.b2 {
        background: url(../images/nav2.png) left center no-repeat;
        background-size: contain;
    }

    a.b3 {
        background: url(../images/nav3.png) left center no-repeat;
        background-size: contain;
    }

    a.b4 {
        background: url(../images/nav4.png) left center no-repeat;
        background-size: contain;
    }

    a.b5 {
        background: url(../images/nav5.png) left center no-repeat;
        background-size: contain;
    }

    .rightblock {
        width: 12%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .rightblock a {
        width: 55%;
        max-width: 61px;
        height: 100%;
        margin: 0 2%;
    }

    a.r1 {
        background: url(../images/icon_support.png) center center no-repeat;
        background-size: contain;
    }

    a.r2 {
        background: url(../images/icon_iphone.png) center center no-repeat;
        background-size: contain;
    }

    a.r1:hover {
        background: url(../images/icon_support_h.png) center center no-repeat;
        background-size: contain;
    }

    a.r2:hover {
        background: url(../images/icon_iphone_h.png) center center no-repeat;
        background-size: contain;
    }

    .wrapper {
        width: 100vh;
        height: 85%;
        margin: auto;
    }

    .zonect {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }


    .slogan {
        width: 100%;
        max-width: 686px;
        height: 50%;
        max-height: 332px;
        background: url(../images/slogan.png) center 0px no-repeat;
        background-size: contain;
        margin: 14% auto 2% auto;
    }

    .slogan_sp {
        display: none;
    }


    .inpuzone {
        width: 65%;
        height: 6%;
        margin: 0 auto;
        text-align: center;
    }

    .inpbox {
        width: 100%;
        max-width: 555px;
        height: 100%;
        border-radius: 10px;
        border: #d9a12f 1px solid;
        background: #FFFFFF;
        box-shadow: 3px 8px 8px 0px rgba(110, 73, 0, 0.08), 0px 3px 3px 0px rgba(156, 132, 94, 0.27) inset;
        text-align: center;
        padding: 0;
        font-size: 17px;
        line-height: 17px;
    }

    .btnzone {
        width: 65%;
        height: 13%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .btnzone a {
        width: 100%;
        max-width: 269px;
        height: 100%;
        margin: 0 1.5%;
    }

    a.btn1 {
        background: url(../images/btn1.png) center center no-repeat;
        background-size: contain;
    }

    a.btn2 {
        background: url(../images/btn2.png) center center no-repeat;
        background-size: contain;
    }


    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 6%;
        background: #000;
        border-top: #272727 1px solid;
    }

    .footer_wrap {
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .footer_menu {
        display: none;
    }
}