.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;
}

.gameGuide {
    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: 1000px;
    margin: 0 auto 50px;
    background-color: #322321;
    border: #1a1a1a 1px solid;
}

.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;
}
.content-info-btnBox {
    width: 800px;
    height: 58px;
    background-image: url('../img/gameGuide/btn-box.png');
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.GuideBtn {
    font-family: '隶书';
    cursor: pointer;
    font-size: 24px;
    color: #db9aa4;
    text-shadow: 1px 1px 1px #db2540;
    width: 147px;
    text-align: center;
}

.GuideBtn-active {
    color: #ffffff;
    text-shadow: 1px 1px 1px #ff0026;
}

.content-info-page {
    position: relative;
    width: 800px;
    height: 830px;
}

.GuidePage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0 ease, visibility 0 ease;
    font-size: 15px;
    color: #d8d8d8;
    padding-top: 30px;
}

.GuidePage.GuidePage-active {
    opacity: 1;
    visibility: visible;
}

.GuidePageList{
    display: flex;
    justify-content: space-between;
    width: 700px;
    height: 60px;
    margin: 0 auto;
    border-bottom: #a89996 1px dashed;
    font-size: 16px;
    line-height: 65px;
    color: #a89996;
}
.GuidePageList>div:nth-child(1):hover{
    color: #c58953;
}