#main {
    margin: 1.5rem auto 0;
    width: 100%;
    height: auto;
    background: #000000;
    /* border-bottom: 1px solid #a89996; */
    overflow: hidden;
}

@font-face {
    font-family: 'almm';
    /* 自定义字体名称 */
    src: url('./AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    /* 字体文件路径 */
    font-weight: 500;
    /* 字体权重 */
    font-style: normal;
    /* 字体样式 */
}

.mainHead{
    width: 100%;
    height: 7.6rem;
    background-image: url('../img/main/bg-main.gif');
    background-size: 10rem 7.6rem;
}

.content1 {
    margin: 0.2rem auto 0;
    width: 9.6rem;
    height: 1.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content1>div {
    color: #000;
    width: 3rem;
    height: 1.5rem;
    font-size: 0.3rem;
    text-align: center;
    background-size: 3rem 1.5rem;
}

.content1>div:nth-child(1) {
    background-image: url('../img/main/btn1.jpg');
}

.content1>div:nth-child(2) {
    background-image: url('../img/main/btn2.jpg');
}

.content1>div:nth-child(3) {
    background-image: url('../img/main/btn3.jpg');
}

.content1>div>a {
    display: block;
    width: 100%;
    height: 100%;
}

.content2 {
    position: relative;
    margin: 0.2rem auto 0;
    width: 10rem;
    height: 5.86rem;
    overflow: hidden;
}

.content2 img {
    width: 10rem;
    height: 5.86rem;
    overflow: hidden;
}

.content3 {
    margin: 0.3rem auto 0;
    width: 10rem;
    height: 7.7rem;
    overflow: hidden;
    background-color: #322321;
}

.newsBtnBox {
    width: 10rem;
    height: 1.2rem;
    display: flex;
    border-bottom: #a89996 1px solid;

}

.newsBtn {
    width: 1.8rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.4rem;
    color: #a89996;
    font-weight: 700;
}

.newsBtn-active {
    border-bottom: #c58953 3px solid;
    color: #c58953;
}

.newsPageBox {
    position: relative;
    width: 10rem;
    height: 5rem;
}

.newsPage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0 ease, visibility 0 ease;
}

.newsPage.newsPage-active {
    opacity: 1;
    visibility: visible;
}

.newsPageList {
    width: 10rem;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #a89996 1px dashed;
}

.newsPageList>div>a {
    font-size: 0.35rem;
    color: #a89996;
}
.newsPageList>div:nth-child(1){
    width: 8.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsPageList>div {
    font-size: 0.35rem;
    color: #726764;
    margin-right: 0.2rem;
}

.newsMore {
    text-align: center;
    line-height: 0.78rem;
    width: 2.5rem;
    height: .82rem;
    margin: 0.3rem auto 0;
    color: #a89996;
    font-size: 0.35rem;
    border: 2px solid #969696;
    border-radius: 0.41rem;
}
.newsMore>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.35rem;
}

.content4 {
    margin: 0.3rem auto;
    padding-bottom: 0.5rem;
    width: 10rem;
    height: auto;
    overflow: hidden;
    background-color: #322321;
}

.dataBtnBox {
    width: 10rem;
    height: 1.2rem;
    display: flex;
    border-bottom: #a89996 1px solid;
}

.dataTitle {
    width: 2.5rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.42rem;
    font-weight: 700;
    border-bottom: #c58953 3px solid;
    color: #c58953;
}
.dataBox{
    margin-top: 0.3rem;
    width: 10rem;
}
.dataBox>div>a{ 
    display: block;
    width: 100%;
    height: 100%;
}
.dataBoxDt{
    margin: 0 auto;
    width: 9.07rem;
    height: 2.92rem;
    background-image: url('../img/main/dt.png');
    background-size: 9.07rem 2.92rem;
}
.dataBoxGw{
    margin: 0 auto;
    width: 9.07rem;
    height: 2.92rem;
    background-image: url('../img/main/gw.png');
    background-size: 9.07rem 2.92rem;
}
.dataBoxWf{
    margin: 0.1rem auto 0;
    width: 9.07rem;
    height: 2.92rem;
    background-image: url('../img/main/wf.png');
    background-size: 9.07rem 2.92rem;
}
.dataBoxRw{
    margin: 0.1rem auto 0;
    width: 9.07rem;
    height: 2.92rem;
    background-image: url('../img/main/rw.png');
    background-size: 9.07rem 2.92rem;
}
.content5{
    margin: 0.3rem auto 0;
    width: 10rem;
    /* height: 17.7rem; */
    overflow: hidden;
    background-color: #322321;
    padding-bottom: 0.5rem;
}
.guideBtnBox {
    width: 10rem;
    height: 1.2rem;
    display: flex;
    border-bottom: #a89996 1px solid;
}

.guideTitle {
    width: 2.5rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.42rem;
    font-weight: 700;
    border-bottom: #c58953 3px solid;
    color: #c58953;
}

.guideBox{
    width: 10rem;
    height: auto;
}

.guideBoxList{
    width: 10rem;
    height: 3rem;
    border-bottom: #a89996 1px dashed;
}
.guideBoxList>a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guideBoxList>a>img{
    width: 3.2rem;
    height: 2.2rem;
}
.guideBoxList>a>div{
    width: 6rem;
    height: 2.2rem;
    font-size: 0.35rem;
    color: #a89996;
    margin-left: 0.2rem;
}
.guideMore{
    text-align: center;
    line-height: 0.78rem;
    width: 2.5rem;
    height: .82rem;
    margin: 0.3rem auto 0;
    color: #a89996;
    font-size: 0.35rem;
    border: 2px solid #969696;
    border-radius: 0.41rem;
}
.guideMore>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.35rem;
}