html {
    -webkit-font-smoothing: antialiased;
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    height: 100%;
    position: static;
    z-index: 0;
}
html,
body {
    position: relative;
    /* height: 100%; */
    /* background-color: #010127; */
}

a{
    text-decoration: none;
}

body {
  /* background: #eee; */
  margin: 0 auto;
  /* max-width: 640px; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
}
img {
    width: 100%;
}

.header{
    background-color: white;
    width: 100%;
}

.header-box {
    margin: 0 auto;
    max-width: 1000px;
    padding: 8px 0;
    /* margin-bottom: 16px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.install-btn {
    width: 20%;
}

.banner-mobile-box, .about-box, .score-box, .ment-box, .footer-box{
    margin: 0 auto;
    max-width: 1000px;
}

.m-box {
    display: none;
    position: relative;
}

.p-box {
    display: none;
    position: relative;
}

.img-page {
    width: 100%;
}

.img-page img {
    width: 100%;
    display: block;
}

.img-page-w {
    width: 100%;
}

.img-page-w img {
    width: 100%;
    display: block;
}


.m-box-top-btn {
    width: 100%;
    position: absolute;
    top: 9.8%;
}

.m-box-top-btn .m-box-top-btm-img {
    width: 88%;
    margin: 0 auto;
}

.m-box-footer {
    width: 100%;
    position: relative;
}

.m-box-footer .m-box-footer-img {
    position: absolute;
    width: 88%;
    left: 6%;
    top: -12px;
}

.m-box-footer img {
    display: block;
}

.p-box-top-btn {
    width: 100%;
    position: absolute;
    top: 5.7%;
    left: 20%;
}


.p-box-top-btn .p-box-top-btm-img {
    width: 20%;
}

.p-box-footer {
    position: relative;
}

.p-box-footer-img {
    position: absolute;
    top: 12px;
    width: 280px;
    left: calc(50% - 140px);
}

.p-box-footer-img img {
    display: block;
    width: 100%;
}





@media screen and (max-width: 1280px){
    .img-page-w {
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .img-page-w img {
        width: 1480px;
    }
    .p-box-top-btn {
        top: 5.8%;
        left: 14%;
    }
    .p-box-top-btn .p-box-top-btm-img {
        width: 270px;
    }

    .p-box-footer-img {
        top: 18px;
        left: calc(50% - 140px);
    }

    .p-box-footer-img img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1000px){
    .img-page-w {
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .img-page-w img {
        width: 1180px;
    }

    .p-box-top-btn {
        top: 5.6%;
        left: 14%;
    }
    .p-box-top-btn .p-box-top-btm-img {
        width: 240px;
    }

    .p-box-footer-img {
        top: 14px;
        width: 240px;
        left: calc(50% - 120px);
    }

    .p-box-footer-img img {
        display: block;
        width: 100%;
    }
}