.container {
    width: 100%;
}

body::-webkit-scrollbar {
    width: 0;
}
body{
    overflow-x: hidden;
}

/* head-guide */
.head-guide {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 1.666666666666667rem;
    background-image: url(../../images/den03_er.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.5666666666666667rem 0 0.3rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.head-guide>.logo {
    height: 1.466666666666667rem;
}

.head-guide>.rt-tag {
    height: 100%;
    padding: 0.2833333333333333rem 0;
    box-sizing: border-box;
}

.head-guide>.rt-tag>.tag {
    height: 100%;
}

.head-guide>.rt-tag>.tag:last-child {
    margin-left: 0.6rem;
    cursor: pointer;
    transition: all 0.3s;
}
.head-guide>.rt-tag>.tag:last-child:hover {
    filter: hue-rotate(150deg);
}

.section {
    width: 100%;
    height: 56.25vw;
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bottom-divider {
    width: 56.40625vw;
}

/* download-table */
.download-table {
    background-image: url(../../images/pc/home/bj01.png);
    justify-content: flex-end;
    padding-bottom: 5.8vw;
    box-sizing: border-box;
    position: relative;
}

.download-center {
    width: 57.80625vw;
    height: 27.072917vw;
    /* background-image: url(../../images/pc/home/denglu_kt2.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

.download-center .top-title{
    background-image: none;
    top: -3.5vw;
    left: 1vw;
    width: 55.864583vw;

}
.download-center .top-title>.txt{
    width: 89%;
    height: auto;
}

.downlload-btn{
    width: 19vw;
    height: 6vw;
    cursor: pointer;
    background-image: url(../../images/pc/home/downloadbtn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 2.2vw 0 1.9vw 0;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    top: 40px;
    left: 2px;
}

.downlload-btn:hover{
    transform: scale(1.05);
}

.top-title {
    width: 52.86458333333333vw;
    height: 8.125vw;
    top: -4.2vw;
    left: 1.692708333333335vw;
    background-image: url(../../images/pc/home/denglu_titer.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}

.top-title>.txt {
    width: auto;
    height: 0.7rem;
}

.grid-tab {
    width: 100%;
    /* padding: 0 1rem; */
    height: 100%;
    /* justify-content: space-between; */
    justify-content: center;
    box-sizing: border-box;
    transform: translateY(3.5vw);
}

.tab-item {
    width: 5rem;
}

.tab-item>.tab-icon {
    width: 5rem;
    height: 1.5rem;
    margin-bottom: 0.7333333333333333rem;
    cursor: pointer;
    transition: all 0.3s;
}
.tab-item>.tab-icon:hover {
    transform: scale(1.05);
}

.tab-item>.tab-num {
    width: 100%;
    font-family: "微软雅黑", sans-serif;
    font-size: 0.5333333333333333rem;
    color: #be4e12;
    text-align: center;
    white-space: nowrap;
}

.download-divider {
    margin-top: 1.333333333333333rem;
    position: absolute;
    bottom:-1vw;
    z-index: 2;
}

/* data-table */
.data-table {
    background-image: url(../../images/pc/home/bj02.png);
    justify-content: flex-end;
    padding-bottom: 4rem;
    box-sizing: border-box;
}

.data-center {
    background-image: url(../../images/pc/home/denglu_kt0.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 61.5vw;
    height: 33.55375vw;
}

.data-center>.top-title {
    top: -4vw;
    left: 4.317708333333335vw;
}

.table-list {
    width: 57.33333333333333vw;
    height: 26.82291666666667vw;
    padding: 0 0.24rem;
    box-sizing: border-box;
    overflow: hidden scroll;
    scrollbar-width: none; /* firefox 边条 */
}

.table-list::-webkit-scrollbar {
    width: 0;  /* chrome 边条 */
}

.table-item {
    justify-content: space-between;
    padding: 0 0.26rem;
    height: 5.364583333333334vw;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    color: #503010;
}
.table-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0.0333333333333333rem;
    background-image: url(../../images/pc/home/denglu_kt1.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.table-item:last-child::after {
    background: transparent;
    height: 0;
}

.table-item:hover {
    color: #ac4a1d;
}

.table-item>span {
    font-family: "微软雅黑", sans-serif;
    font-size: 0.5666666666666667rem;
    /* white-space: nowrap; */
}

.table-item>.content {
    text-align: left;
}

/* .table-item>.content {
    text-align: right;
} */

.table-item.active {
    color: #ac4a1d;
}

.data-divider {
    margin-top: 2.62rem;
}

/* swiper-table */
.swiper-table {
    background-image: url(../../images/pc/home/bj03.jpg);
    justify-content: flex-end;
    padding-bottom: 1.116666666666667rem;
    box-sizing: border-box;
}

.swiper-center{
    width: 62.55208333333333vw;
    height: 36.94791666666667vw;
    position: relative;
}
.swiper-center::after{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 101%;
    height: 103%;
    z-index: 2;
    background-image: url(../../images/pc/home/denglu_kt3.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    user-select: none;
    pointer-events: none;
}

.swiper-center>.top-title {
    top: -3.8vw;
    left: 4.317708333333335vw;
    z-index: 3;
}
.swiper-container{
    width: calc(100% - 0.3333333333333333rem);
    height: calc(100% - 0.3333333333333333rem);
    box-sizing: border-box;
    margin: 0.1666666666666667rem;
    border-radius: 35px;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-img{
    width: 99%;
    height: 100%;
}
.change-btn{
    width: 0.9666666666666667rem;
    height: 1.55rem;
    top: 50%;
    z-index: 4;
    margin-top: -0.085rem;
    cursor: pointer;
}

.change-btn>img{
    display: block;
    width: 100%;
    height: 100%;
}

.prev-btn{
    left: 13.95833333333333vw;
    transform: rotate(180deg);
}
.next-btn{
    right: 13.95833333333333vw;

}

.pagination{
    width: 100%;
    height: 0.4rem;
    margin-top: 0.3666666666666667rem;
}
.swiper-pagination-bullet{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    overflow: hidden;
    background-image: url(../../images/pc/home/den02.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 0.125rem;
    transition: all 0.5s;
    cursor: pointer;
}
.swiper-pagination-bullet-active{
    background-color: transparent;
    background-image: url(../../images/pc/home/den01.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* copy-right */
.copy-right {
    width: 100%;
    height: 2.2rem;
    background-image: url(../../images/den03.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.5666666666666667rem 0 0.3rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.lf-contact{
    justify-content: flex-start;
}

.mail-icon{
    width: 1.666666666666667rem;
    height: 1.516666666666667rem;
}
.mail-text{
    padding-left: 0.25rem;
    height: 1.516666666666667rem;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-around;
}
.mail-text>span{
    font-family: "微软雅黑", sans-serif;
    font-size: 0.4666666666666667rem;
    white-space: nowrap;
    color: #c1bfb9;
}

.rt-agreement{
    justify-content: flex-end;
    align-items: flex-end;
}
.back-top{
    width: 1.116666666666667rem;
    height: 1.116666666666667rem;
    margin-bottom: 0.1333333333333333rem;
    cursor: pointer;
    transition: all 0.3s;
}
.back-top:hover{
    filter: hue-rotate(180deg);
}
.agreements{
    justify-content: flex-end;
    font-family: "微软雅黑", sans-serif;
    font-size: 0.4666666666666667rem;
    white-space: nowrap;
}
.agreements>span>a{
    color: #bfbeb9;
}
.agreements>.flex>a{
    color: #4e8952;
}
.agreements>span>a:first-child{
    margin-right: 0.4666666666666667rem;
}

.agreements>.cprt{
    margin-left: 0.2833333333333333rem;
    color: #bfbeb9;
}