.gamedownload-wapper{
    max-width: 1110px;
    margin: 0 auto;
    width: 100%;
    margin-top: 3%;
    min-height: 660px;
    margin-bottom: 50px;
}
.test {
    font-size: 60px;
}
.download-list{
    position: relative;
}
.download-list img{
    width: 100%;
}
.download-list a{
    position: absolute;
    padding: 5px;
    right: 8%;
    bottom: 16%;
    width: 100px;
    color: #941409;
    font-size: 15px;
    border-radius: 50px;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #8a8989 0%, #f2f2f2 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8a8989 0%,#f2f2f2 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8a8989 0%,#f2f2f2 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.download-list .dl-info{
    right: 8%;
}
.download-text{
    position: absolute;
    left: 47%;
    top: 5%;
    margin-top: 3%;
    color: #fff;
    font-size: 16px;
}
.download-text p:first-child{
    color: #fff228;
    margin-bottom: 1%;
}
.download-text p:last-child{
    font-weight: bold;
    font-family: 微軟正黑體;
}
.download-account{
    position: absolute;
    left: 47%;
    bottom: 20%;
    margin-top: 8%;
    color: #fff;
    font-size: 16px;
}
.gamedownloadtop {
    margin-top: 100px;
}