.title .p1 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 500;
    font-size: calc(8px + 2rem);
    color: #000000;
    line-height: calc(7px + 3rem);
}

.more {
    width: calc(82px + 5rem);
    height: calc(16px + 2rem);
    border-radius: calc(8px + 1rem);
    border: 1px solid #CACACA;
    background-color: transparent;
}

.more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(2px + 1.5rem);
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: 1;
}

.more a img {
    width: calc(8px + 1rem);
}

.banner {
    width: 100%;
    height: calc(40px + 30rem);
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second_nav_box {
    width: 100%;
}

.second_nav {
    width: 100%;
    height: calc(13px + 3rem);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(20px + 2rem);
    border-bottom: 1px #D8D8D8 solid;
}

.second_nav .line {
    width: 1px;
    height: calc(8px + 0.5rem);
    background: #999999;
    opacity: 0.5;
}

.second_nav .line:nth-last-of-type(1) {
    display: none;
}

.second_nav_item {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(5px + 1rem);
    height: 100%;
    border-bottom: calc(0px + 0.1rem) transparent solid;
    padding-top: calc(4px + 1rem);
}

.second_nav_item_act {
    color: #CEB25A;
    border-color: #CEB25A;
}

@media screen and (max-width: 1100px){
    .title .p1{
        font-size: calc(16px + 1rem);
    }

    .more a{
        font-size: calc(10px + 1rem);
    }
    .more a img {
        width: calc(12px + 1rem);
    }
    .more {
        width: calc(86px + 5rem);
        height: calc(20px + 2rem);
    }
    .second_nav_box{
        overflow-x: scroll;
        padding: 0 calc(10px + 1rem);
    }
    .second_nav{
        width: max-content;
        height: auto;
    }
    .second_nav_item{
        font-size: calc(10px + 1rem);
        line-height: calc(20px + 1rem);
    }
}