*, :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; text-align: center; height: 440px; margin: 0 auto; display: flex; justify-content: center; align-items: center}

.banner>.box h1{font-size: 48px; line-height: 1; color: #fff; font-weight: 700}
.banner>.box .text{color: #fff; font-size:32px;  font-weight: 700; margin-top: 24px}
.banner>.box .text>p{margin-bottom: 15px}



main{}
.page1{padding: 98px 0 98px;}
.page1>h2{color: #061237;font-size: 42px; line-height: 54px; font-weight: 700; text-align: center}
.page1>.box{width: 1102px; margin: 74px auto 0; display: flex; justify-content: space-between; align-items: center}
.page1>.box>.left{width: 600px; height: 424px; flex: 0 0 600px}
.page1>.box>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover; border-radius: 8px}
.page1>.box>.left>img:hover{transform: scale(1.01)}
.page1>.box>.right{width: 410px;}
.page1>.box>.right>h3{ font-weight: 700; font-size: 32px; color: #061237; line-height: 1.2; margin-bottom: 24px}
.page1>.box>.right>.text{color: #757E91; line-height: 30px; font-size: 18px}
.page1>.box>.right>.contact-box{margin-top: 24px;}
.page1>.box>.right>.contact-box>a{width: 264px}

.page2{background: #10B476; padding: 98px 0}
.page2>.box1{width: 1160px; margin: 0 auto;text-align: center; color: #fff;font-size: 42px; font-weight: 700; line-height: 54px}
.page2>.box2{width: 794px; margin: 74px auto 0; display: flex; justify-content: space-between}
.page2>.box2>.img{width: 360px; height: 484px;}
.page2>.box2>.img>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover; border-radius: 8px}
.page2>.box2>.img>img:hover{transform: scale(1.01)}
.page3{ padding: 98px 0}
.page3>.box-title{width: 900px; margin: 0 auto; text-align: center}
.page3>.box-title>h2{color: #061237; font-size: 42px; line-height: 54px; font-weight: 700}
.page3>.box-title>.text{color: #757E91;font-size: 16px;line-height: 30px; margin-top: 12px}
.page3>.box{display: flex; justify-content: space-between; align-items: center;width: 1074px; margin:74px auto 0;}
.page3>.box>.left{flex: 0 0 466px; height: 614px;}
.page3>.box>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover}
.page3>.box>.left>img:hover{transform: scale(1.01)}
.page3>.box>.right{flex:  0 0 404px}
.page3>.box>.right>div{display: flex; margin-bottom: 46px}
.page3>.box>.right>div>.num{width: 43px; font-weight: 700; flex: 0 0 43px; margin-right: 22px; height: 43px; border-radius: 50%;background: rgba(37, 168, 115, 0.4); display: flex; justify-content: center; align-items: center; font-size: 17px;color: #25A873;}
.page3>.box>.right>div>.info-box{flex: 0 0 339px;}
.page3>.box>.right>div>.info-box>.title{color: #212529; font-size: 20px; margin-bottom: 12px}
.page3>.box>.right>div>.info-box>.text{color: #7C7C7C; font-size: 16px; line-height: 24px}

.page4{ padding: 98px 0 74px}
.page4>.box-title{width: 900px; margin: 0 auto; text-align: center}
.page4>.box-title>h2{color: #061237; font-size: 42px; line-height: 54px; font-weight: 700}
.page4>.box-title>.text{color: #757E91;font-size: 16px;line-height: 30px; margin-top: 12px}
.page4>.box{display: flex; justify-content: space-between; align-items: center;width: 1074px; margin:74px auto 0;}
.page4>.box>.left{flex: 0 0 466px; height: 614px;}
.page4>.box>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover}
.page4>.box>.left>img:hover{transform: scale(1.01)}
.page4>.box>.right{flex:  0 0 404px}
.page4>.box>.right>div{display: flex; margin-bottom: 46px}
.page4>.box>.right>div>.num{width: 43px; font-weight: 700; flex: 0 0 43px; margin-right: 22px; height: 43px; border-radius: 50%;background: rgba(37, 168, 115, 0.4); display: flex; justify-content: center; align-items: center; font-size: 17px;color: #25A873;}
.page4>.box>.right>div>.info-box{flex: 0 0 339px;}
.page4>.box>.right>div>.info-box>.title{color: #212529; font-size: 20px; margin-bottom: 12px}
.page4>.box>.right>div>.info-box>.text{color: #7C7C7C; font-size: 16px; line-height: 24px}

.page5{padding: 0 0 98px}
.page5>.box{width: 1230px;height: 496px;border: 1px solid #10B476;background: rgba(16, 180, 118, 0.1); border-radius: 15px; padding: 81px 40px; margin: 0 auto; display: flex; justify-content: space-between;}
.page5>.box>.left{flex: 0 0 592px; width: 592px; height: 334px}
.page5>.box>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover;border-radius: 8px}
.page5>.box>.left>img:hover{transform: scale(1.01)}
.page5>.box>.right{width: 528px; flex: 0 0 528px;}
.page5>.box>.right>.text1{color: #7C7C7C; font-size: 16px; line-height: 24px; margin-top: 33px; margin-bottom:50px}
.page5>.box>.right>.text2{color: #212529;font-size: 16px; line-height: 24px; font-weight: 600; margin-bottom:36px}
.page5>.box>.right>.contact-box {}
.page5>.box>.right>.contact-box>a {width: 264px;}

.page6{padding: 63px 0;background: #F5F6F7;}
.page6>h2{color: #061237; font-size: 42px; line-height: 54px; text-align: center}
.page6>.box{width: 1238px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center}
.page6>.box>.left{width: 679px; flex: 0 0 679px;padding: 93px 0}
.page6>.box>.left>.title{color: #061237; font-size: 28px; line-height: 36px; font-weight: 700; margin-bottom: 24px}
.page6>.box>.left>.text{color: #757E91; font-size: 16px; line-height: 29px}
.page6>.box>.right{width: 462px; flex: 0 0 462px; height: 277px;border: 4px solid #000000;border-radius: 8px}
.page6>.box>.right>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover; border-radius: 4px}
.page6>.box>.right>img:hover{transform: scale(1.01)}
.page6 .box-footer {display: flex;margin-top: 56px;}
.page6 .box-footer>.more {
    margin-left: 40px;
    display: flex;
    justify-content: flex-end;
    color: #25A873;
    font-size: 16px;
    align-items: center;
}
.page6 .box-footer>.more>span {
    margin-right: 4px;
}

.page7{padding: 98px 0;}
.page7>h2{font-size: 42px; font-weight: 700; text-align: center;color: #061237}
.page7>.list{width: 1522px; margin: 78px auto 0; display: flex; justify-content: space-between}

.page7>.list>li{cursor: pointer; transition: all 0.5s ease; flex: 0 0 486px; width: 486px;box-shadow: 0px 42px 44px -10px #0117301E; padding: 18px 24px}
.page7>.list>li:hover{border-color: transparent;box-shadow: 15px 10px 50px 0 #0000001A;}

.page7>.list>li>.img{box-shadow: 0px 3px 4px 0px #0000001A;border: 4px solid #000000; border-radius: 8px; width: 425px; height: 258px; margin: 0 auto}
.page7>.list>li>.img>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover; border-radius: 4px}
.page7>.list>li>.img>img:hover{transform: scale(1.01)}
.page7>.list>li>.info-box{margin-top: 28px}
.page7>.list>li>.info-box>.icon{font-size: 86px}
.page7>.list>li>.info-box>h3{margin: 32px 0 0; padding-bottom:40px;color: #061237; font-weight: 700; font-size: 24px;border-bottom: 1px solid #212529}
.page7>.list>li>.info-box>.text{color: #757E91; font-size: 20px; line-height: 30px;width: 452px; margin: 43px auto 80px}

.page8{padding: 63px 0;background: #F5F6F7;}
.page8>h2{color: #061237; font-size: 42px; line-height: 54px; text-align: center}
.page8>.box{width: 1238px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center}
.page8>.box>.left{width: 679px; flex: 0 0 679px;padding: 93px 0}
.page8>.box>.left>.title{color: #061237; font-size: 28px; line-height: 36px; font-weight: 700; margin-bottom: 24px}
.page8>.box>.left>.text{color: #757E91; font-size: 16px; line-height: 29px}
.page8>.box>.right{width: 462px; flex: 0 0 462px; height: 277px;border: 4px solid #000000; border-radius: 8px}
.page8>.box>.right>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover; border-radius: 4px}
.page8>.box>.right>img:hover{transform: scale(1.01)}
.page8 .box-footer {display: flex;margin-top: 56px;}
.page8 .box-footer>.more {
    margin-left: 40px;
    display: flex;
    justify-content: flex-end;
    color: #25A873;
    font-size: 16px;
    align-items: center;
}
.page8 .box-footer>.more>span {
    margin-right: 4px;
}

.page8>.box>.left>.list{ margin-top: 48px}
.page8>.box>.left>.list>.info-box{display: flex; margin-bottom: 50px}
.page8>.box>.left>.list>.info-box>.num{width: 43px; height: 43px; flex: 0 0 43px; border-radius: 50%; display: flex; justify-content: center; align-items: center;background: rgba(37, 168, 115, 0.4);color: #25A873;font-size: 17px; font-weight: 600; margin-right: 22px}
.page8>.box>.left>.list>.info-box>.info{width: 492px}
.page8>.box>.left>.list>.info-box>.info>.title{ font-size: 20px; line-height: 1.2; font-weight: 500; color: #212529;}
.page8>.box>.left>.list>.info-box>.info>.text{ font-size: 16px; line-height: 24px;color: #7C7C7C; margin-top: 12px}


.page9{background: #10B476; padding: 98px 0;}
.page9>.box1{width: 798px; margin: 0 auto}
.page9>.box1>h2{color: #fff; font-size: 42px; text-align: center; line-height: 54px; font-weight: 700}


.page9>.box2{width: 1014px; margin: 74px auto 0; display: flex; justify-content: space-between; align-items: center}
.page9>.box2>.left{ width: 542px; flex: 0 0 542px; height: 614px;}
.page9>.box2>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover}
.page9>.box2>.left>img:hover{transform: scale(1.01)}
.page9>.box2>.right{flex: 0 0 404px}
.page9>.box2>.right>.info-box{display: flex; margin-bottom: 50px}
.page9>.box2>.right>.info-box>.num{width: 43px; height: 43px; flex: 0 0 43px; border-radius: 50%; display: flex; justify-content: center; align-items: center;background: rgba(255, 255, 255, 0.5); color: #fff; font-size: 17px; font-weight: 600; margin-right: 22px}
.page9>.box2>.right>.info-box>.info>.title{ font-size: 20px; line-height: 1.2; font-weight: 500; color: #fff}
.page9>.box2>.right>.info-box>.info>.text{ font-size: 16px; line-height: 24px;color: rgba(255, 255, 255, 0.9); margin-top: 12px; }



main>.email-box{height: 242px;background-color: #25a873; background-image: url("../images/email-bg.png"); background-position: right top; background-size: cover; background-repeat: no-repeat; padding: 16px}
main>.email-box>.box{display: flex; width: 1240px;margin: 0 auto; justify-content: space-between; align-items: center; height: 210px}
main>.email-box>.box>.left>.text1{color: #FFF; font-size: 57px; line-height: 80px; font-weight: 700}
main>.email-box>.box>.left>.text2{color: #FFF; font-size: 32px; line-height: 53px; font-weight: 700}
main>.email-box>.box>.right>.email-input-box{border: 1px solid #CCCCCC; background: #fff; border-radius: 8px; height: 72px; width: 577px; display: flex; justify-content: space-between; align-items: center; padding: 8px}
main>.email-box>.box>.right>.email-input-box>input{height: 29px; font-size: 16px; line-height: 29px; border: none; padding: 0 9px}
main>.email-box>.box>.right>.email-input-box>button{background: #25A873;font-size: 18px; line-height: 20px; font-weight: 700; width: 118px; height: 56px; border-radius: 6px}



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}

    .page1{display: block; padding:40px 13px; height: auto; width: auto; margin: 0}
    .page1>h2{font-size: 24px; line-height: 1.5; margin-bottom: 24px}
    .page1>.box{margin: 0; padding: 0; display: block; width: auto; height: auto}
    .page1>.box>.left{width: auto; height: auto; padding: 12px}
    .page1>.box>.right{width: auto; height: auto; padding: 12px}
    .page1>.box>.right>h3{font-size: 24px; text-align: center; line-height: 1.5}
    .page1>.box>.right>.text{font-size: 14px; line-height: 1.5}

    .page2{display: block; padding:40px 13px; height: auto; width: auto; margin: 0}
    .page2>.box1{margin: 0; padding: 0; display: block; width: auto; height: auto; font-size: 20px;line-height: 1.5}
    .page2>.box2{margin: 24px 0 0; padding: 0; display: flex; width: auto; height: auto; }
    .page2>.box2>.img{flex:0 0 calc((100% - 10px)/2); width:calc((100% - 20px)/2); height: 206px}

    .page3{display: block; padding:40px 13px; height: auto; width: auto; margin: 0}
    .page3>.box-title{width: auto;}
    .page3>.box-title>h2{font-size: 24px; line-height: 1.5}
    .page3>.box-title>.text{font-size: 16px; line-height: 1.5; padding: 0 22px}
    .page3>.box{display: block; margin: 0; padding: 24px 6px 0; width: auto; height: auto}
    .page3>.box>.left{height: auto}
    .page3>.box>.right{width: auto; height: auto; display: block; margin-top: 24px}
    .page3>.box>.right>div{width: auto; margin-bottom: 24px}
    .page3>.box>.right>div>.num{width: 32px; flex: 0 0 32px;height: 32px; font-size: 17px}
    .page3>.box>.right>div:last-child{margin-bottom: 0}
    .page3>.box>.right>div>.info-box>.title{font-size: 16px;}
    .page3>.box>.right>div>.info-box>.text{font-size: 12px; line-height: 1.5;width: 264px}
    .page3>.box>.right>div>.info-box{flex: 1; width: auto}

    .page4{display: block; padding:40px 13px; height: auto; width: auto; margin: 0}
    .page4>.box-title{width: auto;}
    .page4>.box-title>h2{font-size: 24px; line-height: 1.5}
    .page4>.box-title>.text{font-size: 16px; line-height: 1.5}

    .page4>.box{display: flex;
        flex-direction: column-reverse; /* 垂直反转 */
        align-items: flex-start; margin: 0; padding: 24px 6px 0; width: auto; height: auto}
    .page4>.box>.left{height: auto; margin-bottom: 24px}
    .page4>.box>.right{width: auto; height: auto; display: block; flex: 1}
    .page4>.box>.right>div{width: auto; margin-bottom: 24px}
    .page4>.box>.right>div>.num{width: 32px; flex: 0 0 32px;height: 32px; font-size: 17px}
    .page4>.box>.right>div>.info-box>.title{font-size: 16px;}
    .page4>.box>.right>div>.info-box>.text{font-size: 12px; line-height: 1.5;width: 264px}
    .page4>.box>.right>div>.info-box{flex: 1; width: auto}


    .page5{display: block; padding:0 13px; height: auto; width: auto; margin: 0}
    .page5>.box{display: block; padding: 40px 16px; margin: 0; width: auto; height: auto}
    .page5>.box>.left{width: auto; height: auto}
    .page5>.box>.right{width: auto; height: auto}
    .page5>.box>.right>.text1{margin: 30px 0}
    .page5>.box>.right>.text2{margin-bottom: 24px}

    .page6{display: block; padding:40px 13px; height: auto; width: auto; margin: 0; background: #fff}
    .page6>h2{font-size: 24px; line-height: 1.5}
    .page6>.box{display: block; padding:0; margin: 24px 0 0; width: auto; height: auto}
    .page6>.box>.left{width: auto; height: auto; padding: 0}
    .page6>.box>.left>.title{font-size: 16px; line-height: 1.5; margin-bottom: 12px}
    .page6>.box>.left>.text{font-size: 12px; line-height: 1.5}
    .page6 .box-footer{margin-top: 24px}
    .page6>.box>.right{width: auto; height: auto; margin-top: 24px}
    .page6>.box>.right>.text1{margin: 30px 0}
    .page6>.box>.right>.text2{margin-bottom: 24px}

    .page7{display: block; padding:40px 13px; height: auto; width: auto; margin: 0; background: #fff}
    .page7>h2{font-size: 24px; line-height: 1.5}
    .page7>.list{margin: 24px 0 0; width: auto; display: block}
    .page7>.list>li{width: auto; margin-bottom: 32px}
    .page7>.list>li:last-child{margin-bottom: 0}
    .page7>.list>li>.img{width: auto; height: auto}
    .page7>.list>li>.info-box>h3{font-size: 24px; margin: 24px 0; padding: 0 0 24px}
    .page7>.list>li>.info-box>.text{width: auto; margin: 0; padding: 0; font-size: 16px}
    .page7>.list>li>.info-box>.icon{font-size: 46px}

    .page8{display: block; padding:40px 13px; height: auto; width: auto; margin: 0; background: #fff}
    .page8>h2{font-size: 24px; line-height: 1.5}
    .page8>.box{display: flex;
        flex-direction: column-reverse; /* 垂直反转 */
        align-items: flex-start;  padding:0; margin: 24px 0 0; width: auto; height: auto}
    .page8>.box>.left{width: auto; height: auto; padding: 0; flex: 0 0 100%; margin-top: 24px}
    .page8>.box>.left>.title{font-size: 16px; line-height: 1.5; margin-bottom: 12px}
    .page8>.box>.left>.text{font-size: 12px; line-height: 1.5}
    .page8 .box-footer{margin-top: 24px}
    .page8>.box>.right{flex: 1}
    .page8>.box>.right{width: auto; height: auto; margin-top: 24px}
    .page8>.box>.right>.text1{margin: 30px 0}
    .page8>.box>.right>.text2{margin-bottom: 24px}
    .page8>.box>.left>.list{margin-top: 24px}
    .page8>.box>.left>.list>.info-box>.num{width: 32px;height: 32px; flex: 0 0 32px; font-size: 17px}
    .page8>.box>.left>.list>.info-box>.info{width: auto}
    .page8>.box>.left>.list>.info-box{margin-bottom: 24px}
    .page8>.box>.left>.list>.info-box>.info>.title{font-size: 16px}
    .page8>.box>.left>.list>.info-box>.info>.text{font-size: 12px}

    .page9{display: block; padding:40px 13px; height: auto; width: auto; margin: 0;}
    .page9>.box1{width: auto; height: auto}
    .page9>.box1>h2{font-size: 24px; line-height: 1.5}
    .page9>.box2{width: auto; line-height: 1.5; display: block; margin: 0; padding: 0}
    .page9>.box2>.left{width: auto; height: auto; display: block; margin-top: 24px}
    .page9>.box2>.right{width: auto; height: auto; display: block; margin-top: 24px}
    .page9>.box2>.right>.info-box>.num{width: 32px; height: 32px; flex:  0 0 32px; font-size: 17px}
    .page9>.box2>.right>.info-box>.info>.title{font-size: 16px; line-height: 1.5}
    .page9>.box2>.right>.info-box>.info>.text{font-size: 12px; line-height: 1.5}
    .page9>.box2>.right>.info-box{margin-bottom: 24px}



    main>.email-box{padding: 48px 13px; width: auto;height: auto}
    main>.email-box>.box{width: auto; display: block; height: auto}
    main>.email-box>.box>.left>.text1{font-size: 32px; line-height: 1}
    main>.email-box>.box>.left>.text2{font-size: 16px}
    main>.email-box>.box>.right>.email-input-box{width: auto}

    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}
}



