/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.header-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-item {
    display: block;
    transition: all 0.3s ease;
}

.tab-item:not(.home-btn) img {
    width: 153px;
    height: 55px;
}

.tab-item.home-btn img {
    width: 39px;
    height: 39px;
}

.home-main-btn {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -0%);
    cursor: pointer;
    bottom: 104px;
}

.logo {
    width: 200px;
    height: 117px;
    background: url("../images/fw_logo.png") no-repeat center center;
    background-size: contain;
    position: fixed;
    left: 20px;
    top: 20px;
}

body {
    font-family: '微软雅黑';
}

body.home {
    background: url(../images/max_bg1.jpg) no-repeat center center fixed;
    overflow: hidden;
}

body.content {
    background: #fff url(../images/max_bg2.jpg) no-repeat bottom center fixed;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

th,
td {
    border: 1px solid #40707e;
    padding: 5px;
    text-align: center;
}

th {
    background-color: #40707e;
    color: white;
}

.home-bg {
    left: 50%;
    transform: translate(-50%, 0%);
}

.app {
    height: 100%;
}

#home {
    height: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
}

#content {
    margin: 0 auto;
    position: relative;
}

#content:after {
    content: '';
    display: block;
    clear: both;
}

#content .box-jh {
    /* width: 1400px; */
    width: 15rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.box-jh .top-img {
    /* width: 1200px; */
    width: 10rem;
    /* height: 173px; */
    height: 1.44rem;
    margin: 0 auto 30px;
    background: url(../images/周年栏.png) no-repeat center center;
    background-size: cover;
}

.jh-main {
    width: 15rem;
    ;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    position: relative;
}

.jh-main .name-img {
    /* width: 318px; */
    width: 2.8rem;
    /* height: 592px; */
    height: 5.23rem;
    background: url(../images/手册标签.png) no-repeat top left;
    background-size: cover;
    position: relative;
    /* 旋转20度 */
    transform: rotate(-0.3deg);
    margin-right: -6px;
    margin-top: -4px;
}

.jh-main .left {
    /* width: 564px;
    height: 572px; */
    width: 4.99rem;
    height: 5.06rem;
    background: url(../images/left.png) no-repeat top left;
    position: relative;
    background-size: contain;
}

.jh-main .left,
.right {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.jh-main .right {
    /* width: 554px;
    height: 572px; */
    width: 4.90rem;
    height: 5.06rem;
    background: url(../images/right.png) no-repeat top right;
    position: relative;
    background-size: contain;
}

.jh-main .flower {
    width: 1.8rem;
    height: 2.4rem;
    background: url(../images/梅花.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -0.5rem;
    left: 0.5rem;
}

.jh-main .item {
    /* width: 232px;
    height: 438px; */
    width: 2.05rem;
    height: 3.87rem;
    background-size: contain;
}

.jh-main .link1 {
    background: url(../images/link1.png?v=1) no-repeat center center;
    background-size: contain;
}

.jh-main .link2 {
    background: url(../images/link2.png) no-repeat top left;
    background-size: contain;
}

.jh-main .link3 {
    background: url(../images/link3.png) no-repeat top left;
    background-size: contain;
}

.jh-main .link4 {
    background: url(../images/link4.png) no-repeat top left;
    background-size: contain;
}

#content .box-other {
    width: 15rem;
    height: 6.88rem;
    background: url(../images/内容框.png) no-repeat top center;
    /* background-color: #40707e; */
    background-size: cover;
    /* margin: 0 auto; */
    /* 垂直居中 */
    position: absolute;
    top: 52vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-other .menus {
    width: 1.7rem;
    height: 6.88rem;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-other .menus .menu-item {
    width: 1.32rem;
    height: 0.65rem;
}

.menus .menu-item img {
    width: 100%;
    height: 100%;
}

.box-other .menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-other .cont {
    width: 100%;
    height: 100%;
    padding: 0.45rem 2.45rem 0.55rem 2.2rem;
    box-sizing: border-box;
}

.box-other .cont .wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    overflow-y: auto;
}

.menus li {
    /* width: 100%; */
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    background: #333;
    border-radius: 0.05rem;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menus li:hover {
    background: #444;
}

.menus .active {}

.mod-dialog-main {
    width: 10.7rem;
    height: 6.84rem;
    background: url(../images/弹窗底.png) no-repeat top center;
    background-size: contain;
    padding: 0.44rem 0.71rem 0.71rem;
    box-sizing: border-box;
}

.mod-dialog-title img {
    margin: 0 auto;
    width: 5.1rem;
    height: 1.11rem;
}

.mod-dialog-close {
    width: 0.31rem;
    height: 0.31rem;
    right: 0.7rem;
    top: 0.7rem;
    background: url(../images/close.png) no-repeat center center;
    background-size: contain;
}

.dialog-bg-mid .artical-main {
    max-height: 500px;
    overflow-y: auto;

}

.dialog-bg-mid .artical {
    padding-bottom: 20px;
    height: 4.8rem;
}

@media screen and (max-width: 768px) {
    body.home {
        background: #222632 url(../images/min_bg1.jpg) no-repeat center right fixed;
        background-size: cover;
    }

    body.content {
        background: #fff url(../images/min_bg2.jpg) no-repeat bottom center fixed;
    }

    .home-main {
        opacity: 1 !important;
    }

    .home-main-btn {
        bottom: 30px;
    }

    .logo {
        width: 150px;
        height: 87px;
    }

    /* Header移动端样式 */
    .header {
        height: 50px;
        padding-right: 10px;
        justify-content: center;
    }

    .header-tabs {
        gap: 5px;
    }

    .tab-item:not(.home-btn) img {
        width: 80px;
        height: 30px;
    }

    .tab-item.home-btn img {
        width: 30px;
        height: 30px;
    }

    .box-jh {
        width: 100vw !important;
        height: 90vh;
        padding-top: 130px;
    }

    .box-jh .top-img {
        width: 90vw;
        height: 13vw;
        padding-top: 40px;
        margin: 0 auto 10px;
        background: url(../images/周年栏.png) no-repeat center center;
        background-size: contain;
    }

    .jh-main .name-img {
        display: none;
    }

    .jh-main {
        flex-wrap: wrap;
    }

    .jh-main .item {
        width: 40vw;
        height: 75vw;
    }

    .jh-main .left {
        width: 80vw;
        height: 81.12vw;
        background-size: cover;
    }

    .jh-main .right {
        width: 80vw;
        height: 81.12vw;
        background-size: cover;
    }

    /* box-other移动端样式 */
    #content .box-other {
        width: 90vw;
        height: auto;
        min-height: 60vh;
        top: 45vh;
        background-size: contain;
        background-repeat: repeat-y;
        background: none;
    }

    .box-other .menus {
        width: 100%;
        height: auto;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
        background: rgba(100, 100, 100, 0.3);
    }

    .box-other .menus .menu-item {
        width: 20vw;
        height: 10vw;
    }

    .box-other .cont {
        padding: 100px 10px 30px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .box-other .cont .wrapper {
        padding-bottom: 15px;
    }

    .mod-dialog-main {
        width: 90vw;
        height: auto;
        min-height: 50vh;
        padding: 40px 10px 20px 15px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mod-dialog-title {
        display: flex;
        justify-content: center;
    }

    .mod-dialog-title img {
        width: 80%;
        height: auto;
    }

    .dialog-bg-mid .artical {
        height: auto;
    }

    .artical {
        font-size: 15px;
        color: #222222;
    }

    .mod-dialog-close {
        width: 20px;
        height: 20px;
        right: 10px;
        top: 50px;
    }
}