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%; */
}

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: #15192c;
    width: 100%;
}
.banner{
    width: 100%;
    background-color: #040613;
}

.header-box, .banner-box, .games-box, .pay-box, .ourawards-box, .ourservice-box, .ourproduct-box{
    margin: 0 auto;
    max-width: 1140px;
    padding: 24px 16px 16px;
}
.header-logo{
    width: 30%;
}

.banner-box{
    display: flex;
    flex-direction: row;
}
.banner-img{
    width: 40%;
}
.banner-title{
    flex: 1;
}
.download {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}
.btn-install{
    width: 200px;
}
.icon {
    margin-left: 20px;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.download-f{
    display: none;
}

.games{
    background-color: #15192c;
    padding-bottom: 20px;
}
.games-top{
    width: 100%;
}
.games-top-title{
    width: 200px;
    margin-bottom: 12px;
}
.game-list{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 20px 32px;
}
.game-list-1, .game-list-2, .game-bottom-list{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    
}
.game-bottom-list{
    padding: 0 32px;
}

.games-top-list-img{
    flex: 1;
    padding: 8px;
}
.games-bottom{
    width: 100%;
}
.games-bottom-title{
    width: 220px;
    margin-bottom: 12px;
}
.games-bottom-list-img{
    margin: 0 5px;
}
.games-bottom-list-img:nth-of-type(1){
    margin-left: 0;
}
.games-bottom-list-img:nth-of-type(4){
    margin-right: 0;
}

.pay{
    background-color: #040613;
    padding-bottom: 20px;
}

.ourawards{
    background-color: #15192c;
    padding-top: 10px;
}
.ourawards-title{
    width: 160px;
    margin-bottom: 24px;
}
.ourawards-title1, .ourservice-title1{
    font-size: 24px;
    color: white;
    line-height: 32px;
    margin-bottom: 24px;
}
.ourawards-subtitle, .ourservice-subtitle{
    padding: 0;
    margin: 0;
    color: #999;
    line-height: 24px;
}
.ourawards-list{
    display: flex;
    flex-direction: row;
    padding: 8px 0;
}
.ourawards-list-1, .ourawards-list-2{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ourawards-list-item{
    /* flex: 1; */
    padding: 12px;
}

.ourservice{
    background-color: #040613;
    padding-top: 10px;
}

.ourservice-title{
    width: 164px;
    margin-bottom: 24px;
}

.ourservice-subtitle{
    display: flex;
    align-items: center;
}

.ourservice-subtitle-icon{
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.ourservice-box{
    padding-bottom: 30px;
    position: relative;
}
.position-img{
    width: 160px;
    height: 160px;
    position: absolute;
    right: 10px;
    top: 36px;
}

.ourproduct{
    background-color: #15192c;
    padding-top: 10px;
    padding-bottom: 30px;
}
.ourproduct-title{
    width: 180px;
    margin-bottom: 24px;
}
.ourproduct-list{
    display: flex;
    flex-direction: column;
}
.ourproduct-list-item{
    flex: 1;
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
    align-items: center;
}
.ourproduct-list-item:nth-of-type(4){
    margin-bottom: 0;
}
.item-left{
    width: 80px;
    height: 80px;
}
.item-left img {
    height: 100%;
}
.item-right{
    flex: 1;
    padding-left: 20px;
}
.item-right-title{
    color: white;
    font-size: 20px;
    margin-bottom: 4px;
}
.item-right-subtitle{
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 680px){
    .header-box, .banner-box{
        width: calc(100% - 20px);
        padding: 20px 10px 16px;
    }
    .header-logo{
        width: 40%;
    }
    .banner-box{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .banner-img{
        width: 100%;
    }
    .banner-title{
        width: calc(100% - 20px);
        padding-top: 10px;
    }
    .download{
        display: none;
    }
    .download-f{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        cursor: pointer;
        background-color: #15192c;
        padding: 6px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .main{
        padding-bottom: 72px;
    }
    .games{
        padding-bottom: 10px;
    }
    .games-top-title{
        width: 130px;
    }
    .game-list{
        flex-direction: column;
        padding: 0;
    }
    .games-bottom-title{
        width: 136px;
    }
    .pay{
        padding-bottom: 10px;
    }
    .game-bottom-list{
        padding: 0;
    }
    .ourawards{
        padding-top: 0px;
    }
    .ourawards-title{
        width: 106px;
    }
    .ourawards-title1, .ourservice-title1{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .ourawards-subtitle, .ourservice-subtitle{
        font-size: 12px;
    }
    .ourawards-list{
        flex-direction: column;
        padding: 8px 20px;
    }
    .ourservice-title{
        width: 106px;
    }
    .ourservice-box{
        padding-bottom: 80px;
    }
    .position-img{
        top: 140px;
    }
    .ourproduct-title{
        width: 126px;
    }
    .item-right-title{
        font-size: 14px;
    }
    .item-right-subtitle{
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width: 480px){
    .ourservice-box{
        padding-bottom: 100px;
    }
    .position-img{
        top: 160px;
    }
}

@media screen and (max-width: 420px){
    .ourservice-box{
        padding-bottom: 150px;
    }
    .position-img{
        top: 200px;
    }
}
