@charset "utf-8";

.centerArea{position:relative;width:1000px;margin-left:calc(50% - 500px);margin-left:-webkit-calc(50% - 500px);margin-left:-moz-calc(50% - 500px)}
.navigationArea{position:relative;width:100%;height:80px;background:#fff}
.navigationLogo{position:absolute;left:25px;top:25px;width:132px;height:30px;object-fit:contain}
.navigationItemArea{position:relative;height:80px;overflow:hidden;float:right}
.navigationItemArea a{display:block;float:left;height:60px;line-height:60px;margin-top:20px;color:#000;font-size:16px;font-weight:600;padding-left:20px;padding-right:20px}

.bannerImage{display:block;width:100%;object-fit:contain}

.footerArea{position:absolute;left:0;bottom:0;width:100%}
.homeFooterArea{position:relative;width:100%;background:#f8f8f8;overflow:hidden}
.homeFooterArea .logoForFooter{position:absolute;left:16px;top:33px;width:106px;height:24px;object-fit:contain}
.homeFooterArea .arrow{position:absolute;right:16px;top:42px;width:10px;height:6px;object-fit:contain}
.homeFooterArea .termsRow{position:relative;width:100%;min-height:20px;padding-left:8px;padding-left:8px;margin-top:71px;overflow:hidden}
.homeFooterArea .termsRow a{float:left;height:20px;line-height:20px;padding-left:8px;padding-left:8px;color:#6e6e6e;font-size:11px;font-weight:700;cursor:pointer}
.homeFooterArea .termsRow a:hover{opacity:0.8}
.homeFooterArea .termsRow a:active{opacity:0.6}
.homeFooterArea .informationText{width:100%;line-height:20px;color:#6c6c6c;font-size:11px;font-weight:500;padding:12px 16px 12px 16px}
.homeFooterArea .informationText a{color:#6c6c6c}
.homeFooterArea .informationText a:hover{opacity:0.8}
.homeFooterArea .informationText a:active{opacity:0.6}
.homeFooterArea .copyrightText{width:100%;line-height:16px;color:#6c6c6c;font-size:12px;font-weight:500;padding:10px 16px 34px 16px}
