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, .banners-bg, .about-box, .score-box, .ment-box, .footer-box{
    margin: 0 auto;
    max-width: 1000px;
}
.header-logo{
    width: 148px;
    position: relative;
}

.logos{
    position: absolute;
    width: 120px;
}

.banner-mobile{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.banner-mobile-bg{
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
}

.banner-mobile-bg img {
    /* width: 100%; */
    display: block;
    max-width: 1416px;
    margin: 0 auto;
}

.banners {
    width: 100%;
    border-top: 1px solid #bbb;
}

.banners-bg {
    padding: 20px;
}

.banners-bg-title {
    width: 46%;
}

.banners-bg-title2 {
    width: 26%;
}

.banners-bg-title3 {
    width: 24%;
}

.banners-bg-title img, .banners-bg-title2 img, .banners-bg-title3 img {
    width: 100%;
}

.banners-bg-content {
    margin-left: 12%;
    width: 88%;
    margin-top: -4%;
}
.banners-bg-content img{
    width: 100%;
}

.about-box, .score-box, .ment-box {
    padding: 20px;
    box-sizing: border-box;
}

.about-box-img, .about-box-img2, .about-box-img img, .about-box-img2 img {
    width: 100%;
}

.about-box-img2{
    margin-top: 40px;
}

.score-box-title{
    padding: 30px 20%;
}

.score-box-bg{
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
}

.score-box-bg img {
    /* width: 100%; */
    display: block;
    max-width: 1416px;
    margin: 0 auto;
}

/* .ment-box{
    padding-top: 40px;
} */

.ment-box-title {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}


.footer{
    margin-top: 40px;
    padding-bottom: 20px;
    color: #999;
    text-align: center;
}

@media screen and (max-width: 480px){
    .header-box {
        margin: 0 auto;
        max-width: 1000px;
        padding: 8px;
    }
    .banner-mobile{
        display: block;
    }
    .banner-pc {
        display: none;
    }
    .header-logo{
        width: 100px;
    }
    .install-btn {
        width: 30%;
    }
    .logos{
        width: 80px;
    }
    .prodcuct-box {
        padding: 12px 16px;
    }
    .banner-mobile-bg{
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .banner-mobile-bg img {
        width: 520px;
    }
    
    .score-box-title{
        padding: 20px 14%;
    }

    .score-box-bg{
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .score-box-bg img {
        width: 520px;
    }
    
}

@media screen and (max-width: 375px){
    .banner-mobile-box-text span{
        font-size: 14px;
    }
    .banner-mobile-bg img {
        width: 460px;
    }
    .score-box-bg img {
        width: 460px;
    }
    
}
