#pc-header {
    background: #141618;
}

.swipertop {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-home-site-carousel-content-item {
    border-radius: 16px;
    margin-top: 20px;
    height: auto;
}

.dp {
    display: block;
}

.xp {
    display: none;
}

#lname {
    width: auto;
}

#logo {
    float: left;
    width: 40px;
}

#tname {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    float: left;
    color: white;
    margin-left: 20px;
    margin-right: 30px;
}

#lianxi {
    position: fixed;
    right: 30px;
    top: 50%;
    animation: rzalokf 2s ease-in-out infinite;
    -webkit-animation: rzalokf 2s ease-in-out infinite;
    z-index: 9999;
    text-align: center;
    font-weight: bold;
}

#telex {
    width: 60px;
}

#h {
    width: 3rem;
}

@keyframes rzalokf {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
    }
}

@media (max-width: 1500px) {

    #logo {
        margin-left: 50px;
    }

    .pc-header-item-content {
        display: none;
    }

    .arco-tabs-header-nav {
        display: none;
    }

    .pc-home-site-and-mode .pc-home-site-and-mode-inner {
        width: 100%;
    }

    .pc-home-site-list {
        display: none;
    }

    .pc-home-site {
        width: 100%;
        padding: 0;
    }

    .pc-home-site-carousel-content {
        display: block;
    }

    .pc-seller-mode-outer {
        width: 100%;
    }

    .pc-seller-mode-outer-bg {
        width: 100%;
    }

    .pc-home-seller-mode-inner {
        width: 100%;
    }

    .pc-home-settle-entry {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }

    .pc-footer {
        display: none;
    }

    .pc-home-site-carousel-content-item-header-advantages-card {
        height: auto;
    }

    #jiaru {
        display: none;
    }

    .pc-home-seller-mode-inner-content {
        gap: 5px;
    }

    .pc-banner {
        height: 300px;
    }

    .pc-home-site-and-mode {
        padding: 20px 0 40px;
    }

    .dp {
        display: none;
    }

    .xp {
        display: block;
    }

    .swiper-slide img {
        object-fit: fill;
    }
}