* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
    border: 0 none;
}


img {
    width: 100%;
    display: block;
}

select {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
}


@font-face {
    font-family: "hjfont";
    src: url("../css/PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 18px;
    background: #fff3e6;
    color: #333;
    font-family: "Source Han Sans SC", "Noto Sans SC", "思源黑体", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.banner-pc {
    display: none;
}


/* .banner-pc img{
    position: relative;
    width: auto;
    height: 810px;
    left: 50%;
    transform: translateX(-50%);
} */

.main {
    width: 96%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -100px;
    padding: 120px 15px 20px 15px;
    box-sizing: border-box;
}

.tit {
    margin-bottom: 30px;
}

.tit-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    place-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.tit-top img {
    height: 60px;
}

.tit-pro {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #ffce00, #ff8e00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.tit-pro::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 16px;
    background: url(../images/tit-top.png) no-repeat center top;
    background-size: contain;
}

.tit-pro::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 16px;
    background: url(../images/tit-top.png) no-repeat center bottom;
    background-size: contain;
}

.tit-name {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #0948c9;
    font-family: "hjfont", "Source Han Sans SC", "Noto Sans SC", "思源黑体", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.tit-name h2 {
    font-size: 24px;
    font-weight: 500;
}

.tit-name p:last-child {
    line-height: 1.1;
    position: relative;
    margin-top: -2px;
}

.pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pro-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.pro-jb {
    position: absolute;
    right: 5px;
    bottom: 0;
}

.pro-jb img {
    width: 60px;
}

.pro-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.6;
    padding: 10px 10px 20px 10px;
    gap: 10px;
    box-sizing: border-box;
    border: 1px solid #ff8701;

}

.pro-text::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 20px;
    background: url("../images/tj-bg.png") no-repeat center center;
    background-size: auto 100%;
}

.pro-news h2 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}

.pro-news p, .tj-text p {
    width: 100%;
    height: auto;
    line-height: 1.6;
}


.pro-news p a span {
    color: #0948c9;
}

.tit-tj {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    line-height: 66px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: url("../images/tj-tit.png") no-repeat center center;
    background-size: auto 100%;
}

.buy {
    display: flex;
    justify-content: right;
}

.pro-text a.btn {
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #ff8e00;
    color: #fff;
}

.tit-ty {
    width: 100%;
    overflow: hidden;
    background: url("../images/tit.png") no-repeat center center;
    background-size: 100% auto;
    font-size: 22px;
    font-weight: bold;
    color: #0948c9;
    text-align: center;
    margin-bottom: 20px;
}

.user-lists {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.user-li a {
    display: block;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
}

.user-li a img {
    display: block;
    width: 40%;
    aspect-ratio: 3/2;
    height: auto;
    object-fit: cover;
}

.user-li a p {
    flex: 1;
    width: 100%;
    height: 100%;
    line-height: 1.6;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.user-ty {
    margin-bottom: 30px;
}

.user-pj {
    margin-bottom: 30px;
}

.user-videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.user-vli a {
    display: flex;
    flex-direction: column;
}

.user-vli a p {
    width: 100%;
    height: 100%;
    line-height: 1.6;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.user-vimg {
    position: relative;
}

.user-vimg img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


.user-vli a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url("../images/v-icon.png") no-repeat center center;
    background-size: contain;
}

.user-news {
    margin-bottom: 30px;
}

.user-news ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.user-news ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/new-icon.png") no-repeat center left;
    background-size: auto auto;
    padding-left: 30px;
    box-sizing: border-box;
}

.last-cont {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;

}



.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 240px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}

.mySwiper2 .swiper-slide a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 18px;
}



.mySwiper {
    margin-right: 0;
    display: none;
    width: 480px;
    height: 360px;
    padding: 18px !important;
    box-sizing: border-box;
    background: #eef3ff;
}


.mySwiper .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 0.8;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.mySwiper .swiper-slide .thumb {
    height: 100% !important;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 18px;
}


.mySwiper .swiper-slide .thumb img {
    height: 100%;
    width: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    background: #0948c9;
    color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.last-btn {
    position: absolute;
    right: 120px;
    bottom: 0;
    width: 240px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.footer-pc {
    display: none;
}

.footer-mobile {
    text-align: center;
    color: #999999;
    line-height: 1.8;
    margin: 30px auto 0 auto;
    font-size: 16px;
}

.feedcont {
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.row-text {
    grid-template-columns: repeat(1, 1fr);
}


input, select {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    box-sizing: border-box;
    outline: none;
    color: #666;
    font-size: 16px;
}

input[type="button"] {
    background-color: #0948c9;
    color: #eef3ff;
    padding: 0;
    cursor: pointer;
}

textarea {
    width: 100%;
    height: 120px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #666;
    font-family: "Source Han Sans SC", "Noto Sans SC", "思源黑体", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}


.row .col input::placeholder {
    color: #666;
}

.row .col input::value {
    color: #666;
}

.cp-cont {
    margin-bottom: 15px;
}


.pro-v {
    position: relative;
}

.pro-v img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.pro-pj p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.6;
}

.pro-v span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url(../images/v-icon.png) no-repeat center center;
    background-size: contain;
}

.pj-text p {
    display: none;
}

a.home{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    display: block;
    background: url("../images/home.png") no-repeat center center;
    background-size: contain;
    z-index: 999;
}


@media (min-width: 768px) {
    .tit-top {
        grid-template-columns: auto auto auto;
    }

    .user-lists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .user-videos {
        grid-template-columns: repeat(3, 1fr);
    }

    .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .row-text {
        grid-template-columns: repeat(1, 1fr);
    }

    .pro-text a.btn {
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .banner-pc {
        display: block;
    }

    .tit-pro {
        font-size: 30px;
    }

    .banner-m {
        display: none;
    }

    .tit-name {
        gap: 10px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 34px;
    }

    .tit-name p:last-child {
        font-size: 34px;
        margin-top: 0;
    }

    .pro-cont {
        flex-direction: row;
    }

    .pro-img, .pro-text {
        flex: 1;
    }

    .user-cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .user-news ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
    }

    .last-cont {
        position: relative;
        display: grid;
        grid-template-columns: auto 480px;
        gap: 20px;
    }

    .mySwiper {
        display: block;
    }

    .mySwiper2 .swiper-slide a p {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    .mySwiper2 .swiper-slide img {
        height: 320px;
        width: calc(100% - 40px);
        padding: 20px;
        background: #eef3ff;
        box-sizing: content-box;
    }

    .mySwiper2 {
        height: 420px;
    }



    .footer-mobile {
        display: none;
    }

    .footer-pc {
        display: block;
        text-align: center;
        color: #999999;
        line-height: 1.8;
        margin: 30px auto 0 auto;
        font-size: 16px;
    }

    .user-videos {
        grid-template-columns: repeat(4, 1fr);
    }


    .feedcont {
        padding: 30px 50px 10px 50px;
    }

    .pro-img {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .tit-ty {
        font-size: 36px;
    }



    .pro-news p, .tj-text p {
        width: 100%;
        height: auto;
        line-height: 1.6;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;

    }

    .pj-lists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .pro-pj a {
        display: flex;
        gap: 15px;
    }

    .pro-v {
        flex: 1 0 auto;
        width: 40%;
    }

    .pro-pj p {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        margin-top: 0;
    }

    .tit-ty {
        background-size: auto auto;
    }
}

@media (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0 auto;
        margin-top: -180px;
        padding: 150px 30px 30px 30px;

    }
}