body {
    padding: 0;
    margin: 0;
    height: auto!important;
    color: #6e6e6e;
    min-width: 1000px;
	background-color:#fff;
}


.backgroundContainer{
    background: url('bg.jpg') center no-repeat;
    width: 100%;
    height: 809px;
    background-size: cover;
}

.content{
    width: 590px;
    padding-left: 25%;
    padding-top: 2%;
}

.title{
    background: url('title.png') center no-repeat;
    width: 525px;
    height: 124px;
}

.description{
    width: 475px;
    height: 55px;
    text-shadow: 0px 1px 6px #000000;
    font-family: SimHei;
    font-size: 17px;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;   
    margin-top: 10px;   
}

.productTitle{
    width: 162px;
    height: 36px;
    background-color: #1a8867;
    margin-top: 35px;
}

.productTitle .productTitleText{
    width: 170px;
    height: 20px;
    font-family: SimHei;
    font-size: 20px;
    text-align: center;
    color: #ffe24a;
    margin: auto;
}

.gamelist{
    display: flex;
    flex-direction: row;
    margin-top: 11px;
}

.game{
    width: 108px;
    height: 140px;
    margin-right: 12px;
}

.gameTitle{
    width: 90px;
    height: 19px;
    font-family: SimHei;
    font-size: 20px;
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.line{
    width: 589px;
    height: 1px;
    opacity: 0.5;
    background-color: #ffffff;
    margin-top: 28px;
}

.download{
    display: flex;
    flex-direction: row;
    margin-top: 31px;
    width: inherit;
    padding-left: 42px;
    align-items: center;
}

.ios{
    width: 130px;
    height: 150px;
    margin-right: 15px;
}

.iosIcon{
    margin-left: 70px;
}

.iosTitle{
    width: 50px;
    height: 20px;
    text-shadow: 0px 1px 2px #000000;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-left: 73px;
}

.iosText{
    width: 125px;
    height: 36px;
    font-family: Arial;
    font-size: 18px;
    line-height: 1.3;
    text-align: right;
    margin-top: 10px;
    color: #ffffff;
}

.android{
    width: 130px;
    height: 150px;
    margin-left: 15px;
}

.androidTitle{
    width: 50px;
    height: 25px;
    text-shadow: 0px 1px 2px #000000;
    font-family: MicrosoftJhengHeiUI;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

.androidText{
    width: 125px;
    height: 36px;
    font-family: SimHei;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    margin-top: 10px;
    color: #ffffff;
}

.systemSpecText{
    font-size: 16px;
}

@media only screen and (max-width: 1366px) {
    .content {
        padding-left: 8%;
    }
}

#qrcode{
    border: 6px solid #ffffff;
}



