@font-face {
    font-family: 'ALIMAMA正方圆体';
    src: url('./font/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALIMAMA正方圆体';
    src: url('./font/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#main {
    width: 100%;
    height: 10350px;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../img/bgc.jpg') no-repeat center;
    font-size: 24px;
    font-family: 'ALIMAMA正方圆体';
    letter-spacing: 2px;
    color: #342019;
}

#content1 {
    position: relative;
    top: 1100px;
    margin: 0 auto;
    width: 1200px;
}

.content1-title {
    width: 423px;
    height: 184px;
    background: url('../img/yxsl/title.png');
    margin: 0 auto;
}

.content1-box {
    width: 1182px;
    height: 1178px;
    margin-top: 50px;
}

.content1-btn {
    width: 1180px;
    height: 60px;
    display: flex;
    margin: 0 auto;
}

.content1-btn>div {
    width: 590px;
    height: 60px;
    background-size: 590px 60px;
    cursor: pointer;
}

.content1-info {
    width: 1182px;
    height: 1118px;
    background: url('../img/yxsl/border.png');
    margin: 0 auto;
    position: relative;
    top: -10px;
}

.content1-page {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
}

.content1-page.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 99;
}

.content1-info-slt {
    top: 80px;
    width: 1103px;
    height: 950px;
    background: url('../img/yxsl/slt.png');
}

.content1-txt1 {
    position: absolute;
    top: 395px;
    width: 1100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: 700;
}

.content1-info-ss {
    top: 40px;
    width: 901px;
    height: 1012px;
    background: url('../img/yxsl/ss.png');
}

.content1-txt2{
    position: absolute;
    top: 812px;
    left: 50%;
    transform: translateX(-50%);
    width: 1090px;
    height: 135px;
    display: flex;
    justify-content: space-between;
}
.content1-txt2>div{
    width: 350px;
    height: 135px;
    padding: 10px 15px;
    font-weight: 700;
    line-height: 35px;
}
.content1-txt3{
    position: absolute;
    top: 950px;
    left: 50%;
    transform: translateX(-50%);
    width: 888px;
    height: 60px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
}

#content2{
    position: relative;
    top: 1470px;
    margin: 0 auto;
    width: 1200px;
}

.content2-title{
    margin: 0 auto;
    width: 423px;
    height: 184px;
    background: url('../img/sbgd/title.png');
}

.content2-box1{
    width: 1200px;
    height: 542px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.content2-box1>div{
    width: 274px;
    height: 542px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}
.sb1{
    background-image: url('../img/sbgd/1.png');
}
.sb2{
    background-image: url('../img/sbgd/2.png');
}
.sb3{
    background-image: url('../img/sbgd/3.png');
}
.sb4{
    background-image: url('../img/sbgd/4.png');
}

.content2-box2{
    width: 1200px;
    height: 542px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.content2-box2>div{
    width: 274px;
    height: 542px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}

.sb5{
    background-image: url('../img/sbgd/5.png');
}
.sb6{
    background-image: url('../img/sbgd/6.png');
}
.sb7{
    background-image: url('../img/sbgd/7.png');
}
.sb8{
    background-image: url('../img/sbgd/8.png');
}

.sb-txt{
    width: 100%;
    height: 125px;
    font-size: 18px;
    color: #d87777;
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px;
}

#content3{
    position: relative;
    top: 1800px;
    margin: 0 auto;
    width: 1200px;
}
.content3-title{
    width: 423px;
    height: 184px;
    margin: 0 auto;
    background: url('../img/qxzb/title.png');
}
.content3-box1,.content3-box2,.content3-box3{
    position: relative;
    top: 15px;
    margin: 25px auto 0;
    width: 1180px;
    height: 400px;
    display: flex;
    justify-content: space-between;
}
.content3-box1>div,.content3-box2>div,.content3-box3>div{
    width: 574px;
    height: 400px;
}
.zb1{
    background-image: url('../img/qxzb/1.gif');
}
.zb2{
    background-image: url('../img/qxzb/2.gif');
}
.zb3{
    background-image: url('../img/qxzb/3.gif');
}
.zb4{
    background-image: url('../img/qxzb/4.gif');
}
.zb5{
    background-image: url('../img/qxzb/5.gif');
}
.zb6{
    background-image: url('../img/qxzb/6.gif');
}
.zb1,.zb2,.zb3,.zb4,.zb5,.zb6{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.zb-txt{
    width: 574px;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #c18a8a;
    line-height: 28px;
}

.content3-box4{
    position: relative;
    margin: 0 auto;
    top: 90px;
    width: 1182px;
    height: 792px;
    background: url('../img/qxzb/zb-bgc.png');
    display: flex;
}
.content3-btnBox{
    width: 255px;
    height: 792px;
}
.content3-btn{
    width: 255px;
    height: 72px;
    cursor: pointer;
    opacity: 0;
    background-size: 255px 72px;
    transition: all 0.1s ease;
}
.content3-btn.active{
    opacity: 1;
}
.content3-btn1{
    background-image: url('../img/qxzb/铜.png');
}
.content3-btn2{
    background-image: url('../img/qxzb/木.png');
}
.content3-btn3{
    background-image: url('../img/qxzb/金.png');
}
.content3-btn4{
    background-image: url('../img/qxzb/火.png');
}
.content3-btn5{
    background-image: url('../img/qxzb/水.png');
}
.content3-btn6{
    background-image: url('../img/qxzb/风.png');
}
.content3-btn7{
    background-image: url('../img/qxzb/藤.png');
}
.content3-btn8{
    background-image: url('../img/qxzb/鬼.png');
}
.content3-btn9{
    background-image: url('../img/qxzb/雷.png');
}
.content3-btn10{
    background-image: url('../img/qxzb/土.png');
}
.content3-btn11{
    background-image: url('../img/qxzb/凤凰.png');
}
.content3-pageBox{
    position: relative;
    width: 927px;
    height: 792px;
}
.content3-page{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content3-page.active{
    opacity: 1;
    visibility: visible;
}
.page-img{
    position: relative;
}
.page-img1{
    width: 847px;
    height: 542px;
    background: url('../img/qxzb/天之铜域.png');
}
.page-img2{
    width: 847px;
    height: 542px;
    background: url('../img/qxzb/天之木域.png');
}
.page-img3{
    width: 847px;
    height: 542px;
    background: url('../img/qxzb/天之金域.png');
}
.page-img4{
    width: 847px;
    height: 542px;
    background: url('../img/qxzb/天之火域.png');
}
.page-img5{
    width: 847px;
    height: 395px;
    background: url('../img/qxzb/天之水域.png');
}
.page-img6{
    width: 847px;
    height: 395px;
    background: url('../img/qxzb/天之风域.png');
}
.page-img7{
    width: 847px;
    height: 542px;
    background: url('../img/qxzb/天之藤域.png');
}
.page-img8{
    width: 847px;
    height: 542px;
    background: url('../img/qxzb/天之鬼域.png');
}
.page-img9{
    width: 847px;
    height: 395px;
    background: url('../img/qxzb/天之雷域.png');
}
.page-img10{
    width: 847px;
    height: 542px;
    background: url('../img/qxzb/天之土域.png');
}
.page-img11{
    width: 673px;
    height: 482px;
    background: url('../img/qxzb/凤凰宝甲.png');
}
.page-txt{
    margin-top: 30px;
    width: 800px;
}

.txt-line1, .txt-line2, .txt-line3{
    position: absolute;
    left: 166px;
    width: 659px;
    height: 115px;
    display: flex;
    justify-content: space-between;
}
.txt-line1{
    top: 46px;
}
.txt-line2{
    top: 218px;
}
.txt-line3{
    top: 405px;
}
.txt-line1>div,.txt-line2>div,.txt-line3>div,.txt-line4>div,.txt-line6>div{
    width: 226px;
    height: 115px;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.txt-line4{
    position: absolute;
    top: 46px;
    left: 166px;
    width: 659px;
    height: 115px;
    display: flex;
    justify-content: space-between;
}
.txt-line5{
    position: absolute;
    top: 258px;
    left: 335px;
    width: 226px;
    height: 115px;
    line-height: 30px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.txt-line6{
    position: absolute;
    top: 280px;
    left: 335px;
    width: 226px;
    height: 115px;
    line-height: 30px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#content4{
    position: relative;
    top: 2250px;
    margin: 0 auto;
    width: 1200px;
}
.content4-title{
    width: 423px;
    height: 184px;
    background: url('../img/qxmg/title.png');
    margin: 0 auto;
}
.content4-info{
    width: 1182px;
    height: 433px;
    margin: 50px auto 0;
    background: url('../img/qxmg/border.png');
}
.content4-info>div{
    width: 1183px;
    height: 61px;
    margin-bottom: 14px;
    color: #c18a8a;
    line-height: 61px;
    padding-left: 20px;
}
.content4-info>div>span{
    font-weight: 700;
}
#content5{
    position: relative;
    top: 2650px;
    margin: 0 auto;
    width: 1200px;
}
.content5-title{
    width: 423px;
    height: 184px;
    margin: 0 auto;
    background: url('../img/lpjq/tittle.png');
}
.content5-info{
    width: 1182px;
    height: 785px;
    margin: 0 auto;
    background: url('../img/lpjq/border.png');
    font-size: 28px;
    color: #c18a8a;
    line-height: 40px;
    padding: 40px 25px;
}

#content6{
    position: relative;
    top: 2950px;
    margin: 0 auto;
    width: 1200px;
}
.content6-title{
    width: 423px;
    height: 184px;
    margin: 0 auto;
    background: url('../img/qtyh/title.png');
}
.content6-info{
    width: 1182px;
    height: 367px;
    margin: 0 auto;
    background: url('../img/qtyh/border.png');
    font-size: 28px;
    color: #c18a8a;
    line-height: 40px;
    padding: 30px 25px;
}

.goTop{
    position: relative;
    top: 2950px;
    margin: 0 auto;
    width: 1300px;
    background-color: #fff;
}
.goTop>div{
    position: absolute;
    right: 0;
    width: 136px;
    height: 134px;
    background: url('../img/TOP.png');
    cursor: pointer;
}