*, :after, :before {
    touch-action: manipulation;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    transition: background 0.3s ease;

}
html{-webkit-tap-highlight-color: transparent;}
ul,li{list-style: none}
a{text-decoration: none;color: #4D515A; display:inline-block;}
img{display: inline-block;width: 100%; height: 100%; object-fit: cover}
html,body{ height: 100%}
i{display: block}
svg{ display: block}
input{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;}

select,option,button,input,textarea{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);font-size: 14px; font-family:  'Noto Sans TC', sans-serif; font-weight: 400; color:#061237}
body{color:#212121; background: #fff;font-size: 16px;font-family: 'Noto Sans TC', sans-serif; font-weight: 400;padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);}

input::-webkit-input-placeholder { /* Chrome/Safari/Edge */
    color: #6c757d;
    font-size: 14px;
}
input::-moz-placeholder { /* Firefox */
    color: #6c757d;
    font-size: 14px;
    opacity: 1;
}
input:-ms-input-placeholder { /* IE 10-11 */
    color: #6c757d;
    font-size: 14px;
}
input::placeholder {
    font-size: 14px;
    color: #6c757d;
}

button{height: 40px; width: 120px; overflow: hidden;  background: #25A873;cursor: pointer;transition: all 0.3s ease;display: block;border: none;border-radius: 4px;color: #fff;position: relative}
button>a{color: #fff}
i{cursor:pointer}
a.contact {
    font-weight: 500;
    line-height: 21px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    width: 171px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(91.73deg, #46D7A0 -51.61%, #25A873 111.48%);
    border: 1px solid #EEEEEE;
    box-shadow: 0 20px 61px -5px #3939391F;
}

header{height: 86px; padding: 10px 0; position: sticky; top: 0; width: 100%;z-index: 11;background: #fff}
header>.header-box{padding: 4px 0; margin: 0 auto; display: flex; width: 1245px; overflow: hidden; justify-content: space-between; align-items: center}
header>.header-box>.left{display: flex; align-items: center}
header>.header-box>.left>.logo{width: 183px; height: 58px; overflow: hidden; position: relative; margin-right: 32px}
header>.header-box>.left>.logo>h1{position: absolute; left: 0; top: 0; text-indent: -99999px; width: 100%}
header>.header-box>.right{display: flex; align-items: center}
nav{font-size: 14px; font-weight: 500; }
nav>a{padding: 6px 11px; margin: 0 12px; line-height: 21px;color: #061237}
nav>a.active,nav>a:hover{background: rgba(37, 168, 115, 0.2); color: #25A873; border-radius: 4px}

.lang{width: 100px; cursor: pointer; height: 40px;border: 1px solid #E2E8F0; border-radius: 6px; margin-right: 10px; display: flex; align-items: center; padding: 0 6px;}
.lang>.text{ font-size: 12px; font-weight: 600; line-height: 14px; width: 64px; text-align: center}
.phone-menu-icon{display: none;margin-left:14px}

header>.header-box>.right button{display: flex; justify-content: center; align-items: center}
header>.header-box>.right button>a{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%}




.banner{ background-image: url("../images/web2-banner-bg.png"); background-position: right top; background-size: cover; background-repeat: no-repeat; background-color: #10b476}
.banner>.box{width: 1240px;height: 440px; margin: 0 auto; display: flex; align-items: center}

.banner>.box h1{font-size: 48px; line-height: 1; color: #fff; font-weight: 700}
.banner>.box h2{font-size: 48px;color: #EEBE5B;line-height: 1; margin-top: 12px; font-weight: 700}
.banner>.box .text{color: #fff; font-size: 22px; width: 855px; font-weight: 500; margin-top: 24px}
.banner>.box .text>p{margin-bottom: 15px}
.form-page{padding: 91px 0 107px;background: #F5F6F7;}
.form-page>h2{color: #061237; font-size: 32px; font-weight: 700; text-align: center}
.form-page>.form-box{width: 817px; margin: 49px auto 0; background: #fff; border-radius: 4px; padding: 30px 0 79px;}
.form-page>.form-box>.info-box{width: 501px; margin: 0 auto}
.form-page>.form-box>.info-box>div>label{font-size: 18px;color: #061237;}
.form-page>.form-box>.info-box>div>label>span.must{color: #f00}
.form-page>.form-box>.info-box>div>div{margin-bottom: 32px}
.form-page>.form-box>.info-box>div>div>select,.form-page>.form-box>.info-box>div>div>input{height: 56px;border: 1px solid #EEEEEE; font-size: 16px;width: 100%; margin-top: 10px; padding: 0 18px; border-radius: 8px}
.form-page>.form-box>.info-box>div>div>textarea{height: 109px;border: 1px solid #EEEEEE; font-size: 16px;width: 100%; margin-top: 10px; padding: 18px; resize: none; border-radius: 8px}
.submit>button{width: 100%; height: 56px; box-shadow: 0 20px 60.8px -5px #3939391F;border: 1px solid #EEEEEE;background: linear-gradient(91.73deg, #46D7A0 -51.61%, #25A873 111.48%);}

.map-page{padding: 74px 0 88px}
.map-box{width: 1023px; margin: 0 auto}
.map-box>h2{color: #2F2D2B;font-size: 40px; font-weight: 600; text-align: center; margin-bottom: 24px}
.map-box .info-box{align-items: center; text-align: center; margin: 0 auto}
.map-box .info-box>span{margin-right: 32px}
.map-box .address-box{margin-top: 24px}
.map-box .address{text-align: center}
.map-box .map{margin-top: 12px; height: 574px}





footer{height: 533px; background: #000}
footer>.box{width: 1240px; margin: 0 auto; display: flex; padding:30px 0 0; justify-content: space-between}
footer>.box>.left{padding: 20px 0}
footer>.box>.left>.footer-logo{width: 183px; height: 58px; position: relative; left: -8px}
footer>.box>.left>.footer-logo>img{width: 100%; height: 100%; object-fit: cover}
footer>.box>.left>.text{width: 320px;color: #B9C0CD; font-size: 16px; line-height: 22px; margin: 23px 0 40px 0}
footer>.box>.left>.qr{width: 112px; height: 111px}
footer>.box>.left>.qr>img{width: 100%; height: 100%; object-fit: cover}

footer>.box>.right{display: flex; justify-content: space-between; flex: 1; margin-left: 60px; padding: 10px}
footer>.box>.right>div{margin-right: 58px}
footer>.box>.right>div:last-child{margin-right: 0}
footer>.box>.right>div>.title{ color: #fff; font-size: 19px; line-height: 22px; font-weight: 500; margin-bottom: 32px}
footer>.box>.right>div>.link{display: block; font-size: 16px; line-height: 22px;color: #B9C0CD; margin-bottom: 24px}
footer>.box>.right>div>.info-box{ margin-bottom: 10px}
footer>.box>.right>div>.info-box>.title{ font-size: 18px; color: #B9C0CD; line-height:1; margin-bottom: 10px}
footer>.box>.right>div>.info-box>.content{font-size: 16px; color: #fff; line-height: 30px}
footer>.box>.right>div>.whatsapp{ width: 150px; height: 40px; margin: 10px 0 20px}
footer>.box>.right>div>.whatsapp>img{width: 100%; height: 100%; object-fit: cover}
footer>.box>.right>div>.address{width: 386px; font-size: 18px; color: #B9C0CD; line-height: 22px; margin-bottom: 10px}
.copyright-box{width: 1240px;margin: 0 auto;}
.copyright{font-size: 16px; line-height: 20px; color: #51565E;}

@media screen and (orientation: portrait) {

    header{height: 53px}
    header>.header-box{width: 100%; padding: 0 14px}
    .lang{display: none}
    header>.header-box>.left>.logo{height: 27px;width: 84px; flex: 0 0 84px}

    .menu-box{position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.5); width: 100vw; height: 100vh;z-index: 12; display: none}
    .menu-box.active{display: block}
    .menu-box>nav{display: block; width: 200px; background: #fff; height: 100vh; padding: 20px 0}
    .menu-box>nav>a{display: block;  margin-bottom: 10px}









    header>.header-box>.right>button{width: 80px; height: 32px; font-size: 12px}
    .phone-menu-icon{display: block;margin-left:14px}
    .banner>.box{width: auto; height: 200px; padding: 13px 29px;}
    .banner>.box h1{font-size: 18px; line-height: 1.5}
    .banner>.box .text{font-size: 12px; line-height: 1.5;width: auto; margin-top: 15px; font-weight: 400}
    .banner>.box .text>p{margin-bottom: 10px}
    main{margin-top: 0}
    .banner>.box h2{font-size: 18px; line-height: 1.5}
    .form-page{margin: 0; padding: 28px 12px; display: block; width: auto; height: auto}
    .form-page>h2{font-size: 24px; line-height: 1.5}
    .form-page>.form-box>.info-box>div>label{font-size: 16px}
    .form-page>.form-box{width: auto; height: auto; margin:16px 0 0; padding: 24px 16px; display: block}
    .form-page>.form-box>.info-box{width: auto; height: auto; margin: 0; padding: 0; display: block}
    .map-page{display: block; width: auto; height: auto; margin: 0; padding:40px 12px;}
    .map-box{display: block; width: auto; height: auto; margin: 0; padding: 0;}
    .map-box>h2{font-size: 24px; line-height: 1.5}
    .map-box .info-box>span{margin: 0; padding: 0; width: auto; height: auto; display: block; text-align: left; font-size: 12px}
    .map-box .address{font-size: 12px; line-height: 1.5; margin-bottom: 12px}
    .map-box .map{margin-top: 12px; height: 250px}
    footer{padding: 40px 13px; width: auto;height: auto}
    footer>.box{width: auto;display: block; padding: 0 13px}
    footer>.box>.left{padding: 0}
    footer>.box>.left>.text{margin: 24px 0}
    footer>.box>.right{display: block; margin-left: 0;padding: 0; margin-top: 24px}
    .copyright-box{width: auto; padding: 0 13px; margin-top: 24px}
    footer>.box>.right>div>.title{margin-bottom: 12px; margin-top: 24px}
    .copyright{font-size: 14px}
    footer>.box>.right>div>.link{margin-bottom: 12px}
    footer>.box>.right>div>.address{width: auto}
}




