* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.page {
    width: 100%;
    height: 100vh; /* 注意：高度使用了视口高度单位 vh，这里保持原样，因为未提供具体高度值 */
}

/* 头部公共样式 */
.header {
    width: 100%;
    min-width: 1200px;
    height: 90px; /* 3.85vw * 19.2px/vw = 74px */
    background-image: url(../../images/zhongyi/header.png);
    background-size: 100% 100%;
}
.header .head{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 90px; /* 3.85vw * 19.2px/vw = 74px */
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.logo img {
    width: 60px; /* 2.4vw * 19.2px/vw = 46px */
    height: 60px; /* 2.4vw * 19.2px/vw = 46px */
}
.log-title {
    width: 303px; /* 15.78vw * 19.2px/vw = 303px */
    height: 28px; /* 1.46vw * 19.2px/vw = 28px */
    font-size: 28px; /* 1.46vw * 19.2px/vw = 28px */
    color: #7B2B14;
    text-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    margin-left: 10px; /* 0.52vw * 19.2px/vw = 10px */
    background-image: url(../../images/zhongyi/log_title.png);
    background-size: 100% 100%;
}
.header-input {
    /*width: 200px;*/
    height: 36px; /* 1.88vw * 19.2px/vw = 36px */
    background: #FFF6E5;
    border-radius: 4px; /* 0.21vw * 19.2px/vw = 4px */
    display: flex;
}
.header-input input {
    width: 170px; /* 7.81vw * 19.2px/vw = 150px */
    height: 36px; /* 1.88vw * 19.2px/vw = 36px */
    background: #FFF6E5;
    border: 1px solid #7B2B14; /* 0.05vw * 19.2px/vw = 1px */
    font-size: 14px; /* 0.63vw * 19.2px/vw = 12px */
    padding-left: 10px; /* 0.52vw * 19.2px/vw = 10px */
}
.header-input input:focus {
    outline: none;
}

.search {
    width: 50px; /* 2.6vw * 19.2px/vw = 50px */
    height: 36px; /* 1.88vw * 19.2px/vw = 36px */
    background: #7B2B14;
    border-radius: 0 4px 4px 0; /* 0vw * 19.2px/vw = 0px, 0.21vw * 19.2px/vw = 4px */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search img {
    width: 16px; /* 0.83vw * 19.2px/vw = 16px */
    height: 16px; /* 0.83vw * 19.2px/vw = 16px */
}
.flex-col{
    height: 36px;
    background: url(../../images/zhongyi/header-back.png)
    100% no-repeat;
    background-size: 100% 100%;
    width: 126px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-left: 30px;
    text-align: center;
    line-height: 36px;
}
.text_87{
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.header-right{
    display: flex;
    align-items: center;
}
.tab {
    width: 100%;
    min-width: 1200px;
    height: 100px; /* 5.21vw * 19.2px/vw = 100px */
    background: linear-gradient(180deg, #89270C 0%, #511105 100%);
}
.tab ul {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-item {
    width: 140px; /* 7.29vw * 19.2px/vw = 140px */
    height: 48px; /* 2.5vw * 19.2px/vw = 48px */
    text-align: center;
    line-height: 48px; /* 2.5vw * 19.2px/vw = 48px */
    list-style-type: none;
    font-size: 20px; /* 1.04vw * 19.2px/vw = 20px */
    color: #FFFFFF;
    background-image: url(../../images/zhongyi/item.png);
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.8;
}
.tab-item a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}
.banner {
    width: 100%;
    /* height: 630px; */ /* 32.81vw * 19.2px/vw = 630px, 但此行被注释掉了 */
    background-image: url(../../images/zhongyi/banner.jpg);
    background-size: 100% 100%;
    display: block;
}
.banner img {
    display: block;
    width: 100%;
    height: 100%;
}
.banner1 {
    width: 100%;
    height: 630px; /* 32.81vw * 19.2px/vw = 630px */
    background-image: url(../../images/zhongyi/banner1.jpg);
    background-size: 100% 100%;
    display: block;
}
.crumbs {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px; /* 3.13vw * 19.2px/vw = 60px */
    background: #7B2B14;
    padding: 0 360px; /* 18.75vw * 19.2px/vw = 360px */
}
.crumbs a {
    font-size: 20px; /* 1.04vw * 19.2px/vw = 20px */
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;
}
.crumbs img {
    width: 14px; /* 0.73vw * 19.2px/vw = 14px */
    height: 14px; /* 0.73vw * 19.2px/vw = 14px */
    margin: 0 10px; /* 0.52vw * 19.2px/vw = 10px */
}
.crumbs span {
    font-size: 20px; /* 1.04vw * 19.2px/vw = 20px */
    color: #E4D8C1;
}

/* 底部公共样式 */
.bottom {
    width: 100%;
    height: 174px; /* 9.06vw * 19.2px/vw = 174px */
    background-image: url(../../images/zhongyi/bottom.jpg);
    background-size: 100% 100%;
    padding: 50px 0; /* 2.6vw * 19.2px/vw = 50px */
}
.bottom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px; /* 0.84vw * 19.2px/vw = 16px */
    height: 100%;
}
.bottom-box p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-box a {
    color: rgb(251,244,226);
    text-decoration: none;
    margin-right: 50px; /* 2.6vw * 19.2px/vw = 50px */
}
.bottom-box span {
    color: rgb(251,244,226);
    text-decoration: none;
    margin-right: 50px; /* 2.6vw * 19.2px/vw = 50px */
    display: flex;
    align-items: center;
}
.bottom-box a:nth-last-child(1) {
    margin: 0;
}

.active {
    opacity: 1;
    background-image: url(../../images/zhongyi/item-active.png);
}