.content {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background-color: #000000;
    background-image: url('../img/main/bg-main.jpg');
    background-size: 1920px 1050px;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgb(155, 155, 155);
    padding-top: 670px;
}

.gameDownload {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1090px;
}

.content-downLoad {
    width: 255px;
}
.btn-Box{
    width: 255px;
    height: 170px;
    background-image: url('../img/public/11.png');
    padding-top: 9px;
}
.btn-Box a{
    display: block;
    width: 100%;
    height: 100%;
}

.btn1 {
    width: 237px;
    height: 89px;
    background-image: url('../img/public/gameDown.png');
    margin: 0 auto;
    cursor: pointer;
}

.btn2 {
    width: 231px;
    height: 62px;
    background-image: url('../img/public/miniLt.png');
    margin: 1px auto 0;
    cursor: pointer;
}

.content-info {
    width: 802px;
    height: 700px;
    margin: 0 auto;
    background-color: #322321;
    border: #1a1a1a 1px solid;
    margin-bottom: 50px;
}

.content-info-head {
    width: 800px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    background-image: url('../img/public/box-head.png');
    background-size: 800px 100px;
    background-position: center top;
    background-repeat: no-repeat;
}

.content-info-head>div:nth-child(1) {
    font-size: 26px;
    margin: 20px 0 0 30px;
    line-height: 25px;
}

.content-info-head>div:nth-child(2) {
    font-size: 16px;
    line-height: 145px;
    margin-right: 30px;
}

.downBox {
    width: 450px;
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
}

.downBox>div {
    width: 180px;
    height: 400px;
}

.downBox-title {
    font-size: 26px;
    font-weight: 500;
    color: #dadada;
}

.downBox-txt {
    font-size: 16px;
    line-height: 18px;
    color: #9b7642;
    margin-top: 20px;
}
.downBox-img{
    margin-top: 20px;
}
.downBox-img>img{
    display: block;
    width: 176px;
    height: 176px;
}
.downBox-btn{
    margin: 30px auto 0;
    width: 140px;
    height: 31px;
    background-color: #9b7642;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #e4e4e4;
    cursor: pointer;
}
.downBox-btn:hover{
    background-color: #dba860;
    color: #fff;
}
.downBox-btn>a{
    display: block;
    width: 100%;
    height: 100%;
}

.PCdown{
    margin: 30px 0 50px 50px;
    width: 520px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}