* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}


a {
    text-decoration: none;
    color: #fff;
}


body {
    color: #fff;
    font-family: "Microsoft YaHei", 微软雅黑;
    background: url("https://lineagem.shop/wp-content/uploads/2026/05/bg.png") repeat #000;
    font-size: 14px;

}

header {
    height: 90px;
    background: linear-gradient(to bottom, #315D94, transparent);
    background-size: contain;
    position: sticky;
    top: 0;
    z-index: 9999;
}

header .container_my {
    width: 90%;
    margin: 0 auto;
    height: 89.3617021277%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container_my {
    padding: 0 15px;
}

header .logo {
    width: 80px;
    display: flex;
    align-items: center;
}

header .logo i {
    padding-bottom: 36.613386613387%;
    padding-top: 36.613386613387%;
    position: relative;
    width: 100%;
    height: 0;
}

header .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .4));
}

header .mbIco {
    background-color: rgba(10, 10, 10, .8);
    padding: 4px 12px;
    cursor: pointer;
    border-radius: 4px;
    display: none;
    width: 44px;
    height: 34px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header .mbIco li {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 2px;
    width: 20px;
    border-radius: 2px;
    background: rgb(237, 245, 249);
    transition: all .4s;
}

header .mbIco.ex {
    position: relative;

}

header .mbIco.ex li {
    position: absolute;
    top: 44%;
    margin: 0;
}

header .mbIco.ex li:nth-child(1) {
    transform: rotate(45deg);

}

header .mbIco.ex li:nth-child(2) {
    transform: rotate(-45deg);
}

header .mbIco.ex li:nth-child(3) {
    opacity: 0;
}


header .nav_my {

    display: flex;
    gap: 10px
}

header .nav_my li {
    padding: 10px 10px;
    display: flex;
    position: relative;
}

header .nav_my li a.ti {
    font-size: 18px;
}

.red {
    color: red;
}

header .nav_my li:hover a.ti {
    color: #ffb86c;
}

header .nav_my li:hover a.ti.red {
    color: red;
}

header .nav_my li:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffb86c;
}

header .nav_my li a {
    width: 100%;
}

header .nav_my li dl {
    display: none;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 40px;
    background: rgba(10, 10, 10, .6);
    padding: 15px;
}

header .nav_my li dl dt {
    padding: 5px 0;
}

header .nav_my li dl dt a {
    white-space: nowrap;
}

header .nav_my li dl dt a:hover {
    color: #ffb86c;
}

header .nav_my li dl dt a.red:hover {
    color: red;
}

header .nav_my li:hover dl {
    display: block;
}


main {
    min-height: 100vh;
}

.flash {
    padding: 25px 0;
    display: flex;
    align-items: center;
}

.flash .swiper-prev {
    width: 68px;
    height: 100px;
    background-size: cover;
    background-image: url("https://lineagem.shop/wp-content/uploads/2026/05/arrow_left.png");
    cursor: pointer;
    flex-shrink: 0;
}

.flash .swiper-next {
    width: 68px;
    height: 100px;
    background-image: url("https://lineagem.shop/wp-content/uploads/2026/05/arrow_right.png");
    background-size: cover;
    cursor: pointer;
    flex-shrink: 0
}

.flash .swiper {
    flex-grow: 1;
    overflow: hidden;
}

.swiper .swiper-slide {
    width: 33.33%;
    filter: brightness(40%);
    transition: all .4s 0ms !important;
    transform: scale(.9) !important;
    transform-origin: center bottom;
    border-radius: 2%;
    overflow: hidden;
}

.swiper .swiper-slide .img {
    padding-bottom: 80.15625%;
    height: 0px;
    position: relative;
}

.swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;


}

.btns {
    padding: 0vw 0 3vw;
    font-weight: bold;
}

.btns .btns1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    display: none;
}

.btns .btns1 a {
    background: linear-gradient(to bottom,#000, #3d2f1b);
    padding: 15px 25px;
    border-radius: 8px;
    border: solid 2px #666;
    transition: all .3s;
}

.btns .btns1 a:hover {
    background: #ffb86c;
}

.btns .btns1.ani {
    animation: up 1s both;
}

@keyframes up {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;

    }

}


.swiper .swiper-slide-active {
    filter: brightness(100%);
    transform: scale(1) !important;
}

.news {
    max-width: 1380px;
    background-color: rgba(26, 26, 26, .5);
    padding: 25px 16px;
    border-radius: 4px;
    margin: 0 auto;
}

.news li a {
    padding: 10px 5px;
    transition: all .15s;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news li a .ti {
    color: #fff;
    transition: all .15s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news li a .time {
    color: #9ca3af;
    min-width: max-content;
}

.news li a:hover {
    background: rgba(200, 200, 200, .1);
}

.news li a:hover .ti {
    color: #9ca3af;
}

.videos {
    max-width: 1380px;
    margin: 0 auto;
}

.videos .title {
    font-size: clamp(24px, 3vw, 46px);
    display: flex;
    justify-content: center;
    padding: 3vw 0;
}


.videoList ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
}

.videoList li {
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 30px;
    width: 33.33333333%;
}

.videoList li .img {
    width: 100%;
    padding-bottom: 56.382978723404%;
    position: relative;
    cursor: pointer;
    display: flex;
}

.videoList li img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.videoList li .img .vplay {
    max-width: 70px;
    width: 18%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoList li .img .vplay i {
    padding-bottom: 100%;
    height: 0;
}


.videoList li .text {
    padding: 15px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: clamp(13px, 1vw, 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.videoplay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.videoplay .kuang {
    width: 1000px;
    position: relative;
    border: solid 2px #ffe0ae;
    background: #000;
}

.videoplay .closewin {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: -68px;
    top: -12px;
    transform: rotate(45deg);
    transition: all .4s;
}

.videoplay .closewin span {
    display: block;
    background: #fff;
    position: absolute;
}

.videoplay .closewin span:nth-child(1) {
    height: 2px;
    width: 100%;
    top: 50%;
    margin-left: -50%;
    left: 50%;
    margin-top: -1px;
}

.videoplay .closewin span:nth-child(2) {
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    margin-top: -50%;
    top: 50%;
}

.videoplay .kuang .video {
    height: 526px;
}


footer {
    background: rgba(10, 10, 10, .6);
}

footer .container_my {
    padding: 30px 15px;
    line-height: 32px;
    text-align: center;
}
