@charset "UTF-8";
/* 游戏下载 */

/* 主体内容 */
.secondary > .game-download {
    color: white;
    padding-top: 3.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("/assets/img/secondary2-bg.png");
}
.secondary > .game-download > .download-content > .content-title {
    height: 1.2rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 68% auto;
    background-image: url("/assets/img/download-content-title.png");
}
.secondary > .game-download > .download-content > .content-right-download {
    width: 68%;
    margin: 0 auto 0.1rem auto;
}
.secondary > .game-download > .download-content > .content-right-download > .content{
    margin: 0 0.5rem;
}
.secondary > .game-download > .download-content > .content-right-download > .content > .no {
    width: 2.4rem;
    height: 1.1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    margin: 0 auto 0.2rem auto;
    background-image: url("/assets/img/game-btn-no.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.secondary > .game-download > .download-content > .content-right-download > .content > .game-btn {
    width: 2.4rem;
    height: 1.1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    margin: 0 auto 0.2rem auto;
    background-image: url("/assets/img/game-btn.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-image 0.5s;
}
.secondary > .game-download > .download-content > .content-right-download > .content > .game-btn:hover {
    background-image: url("/assets/img/game-btn-active.png");
}
.secondary > .game-download > .download-content > .content-right-download > .content > .title {
    width: 2.4rem;
    font-size: 0.15rem;
    color: #cccccc;
    margin: 0 auto 0.05rem auto;
    padding: 0 0.4rem;
}
.secondary > .game-download > .download-content > .content-right-patch {
    width: 68%;
    padding: 0.1rem 0.4rem;
    height: 5.1rem;
    margin: 0 auto 0.5rem auto;
    background-image: url("/assets/img/content-right-patch-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.secondary > .game-download > .download-content > .content-right-patch > .patch-title {
    height: 0.35rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("/assets/img/patch-title.png");
    background-size: auto 100%;
}
.secondary > .game-download > .download-content > .content-right-patch > .title {
    height: 0.3rem;
    padding-left: 0.5rem;
    margin: 0.1rem 0;
    background-image: url("/assets/img/title-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 0.2rem;
}
.secondary > .game-download > .download-content > .content-right-patch > .explain{
    padding-left: 0.2rem;
}
.secondary > .game-download > .download-content > .content-right-patch > .content{
    width: 89%;
    margin: 0 auto;
    text-align: center;
}
.secondary > .game-download > .download-content > .content-right-patch > .content > .row{
    height: 0.35rem;
    line-height: 0.35rem;
}
.secondary > .game-download > .download-content > .content-right-patch > .content > .title{
    background-color: #962424;
}
.secondary > .game-download > .download-content > .content-right-patch > .content > .data{
    border-bottom: #4e555b 0.01rem solid;
}
.secondary > .game-download > .download-content > .content-right-patch > .content > .data > div > .download{
    width: 1.2rem;
    height: 0.24rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/assets/img/patch-btn.png");
    background-size: auto 0.24rem;
    cursor: pointer;
    transition: background-image 0.3s;
}
.secondary > .game-download > .download-content > .content-right-patch > .content > .data > div > .download:hover{
    background-image: url("/assets/img/patch-btn-active.png");
}
.secondary > .game-download > .download-content > .content-right-computer {
    width: 68%;
    padding: 0.1rem 0.4rem;
    height: 3.4rem;
    margin: 0 auto 0.5rem auto;
    background-image: url("/assets/img/content-right-computer-bg.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.secondary > .game-download > .download-content > .content-right-computer > .computer-title {
    height: 0.35rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("/assets/img/computer-title.png");
    background-size: auto 100%;
}
.secondary > .game-download > .download-content > .content-right-computer > .content {
    width: 89%;
    margin: 0.4rem auto 0 auto;
}
.secondary > .game-download > .download-content > .content-right-computer > .content > .row{
    height: 0.35rem;
    line-height: 0.35rem;
    border-bottom: #4e555b 0.01rem solid;
}
.secondary > .game-download > .download-content > .content-right-computer > .content > .row:first-child{
    background-color: #962424;
    border-bottom: none;
}
.secondary > .game-download > .download-content > .content-right-computer > .content > .row > div {
    padding-left: 0.3rem;
}
.secondary > .game-download > .download-content > .content-right-computer > .content > .row > .row-one {
    width: 14%;
}
.secondary > .game-download > .download-content > .content-right-computer > .content > .row > .row-two {
    width: 43%;
}
.secondary > .game-download > .download-content > .content-right-computer > .content > .row > .row-three {
    width: 43%;
}