/*组件页面公共样式*/
/**/

.crumbs{
    text-align: center;
    padding: 20px 0;
    background-color: #F9F9F9;
}
.crumbs-title{
    font-size: 42px;
    line-height: 45px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}
.crumbs-routes{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #2F1C1A;
}
.crumbs-routes a{

}
.crumbs-routes a i{
    font-size: 10px;
    margin: 0 8px 0 1px;
}
.crumbs-routes div{
    font-weight: bold;
}
/*图片瀑布流组件*/
.img-fall{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.img-fall .list-item{
    margin-bottom: 50px;
    display: block;
}
.img-fall .list-item .name{
    font-weight: bold;
    font-size: 20px;
    color: #202229;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 20px;
}
.img-fall .list-item .desc{
    margin-bottom: 20px;
    font-size: 14px;
    color: #202229;
    line-height: 20px;
    padding: 0 20px;
    height: 42px;
}
.img-fall .list-item div[data-val="main-img"]{
    width: 100%;
    overflow: hidden;
}
.img-fall .list-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-fall .list-item div[data-val="main-img"].height1{
    aspect-ratio: 221 / 295;
}
.img-fall .list-item div[data-val="main-img"].height2{
    aspect-ratio: 1;
}
.img-fall .list-item div[data-val="main-img"].height3{
    aspect-ratio: 221 / 166;
}
/**/
/*图文模块1*/

.news-video-line{
    padding: 40px 0;
    background: #fff;
    align-items: center;
}
.news-video-line .new-item{
    margin-right: 56px;
    padding: 0;
    font-size: 18px;
}
.news-video-line .new-item:hover{
    box-shadow: none;
}
.page-btn{
    display: flex;
}
.news-video{
    position: relative;
    width: 590px;
    height: 322px;
    flex-shrink: 0;
}
.news-video img,.news-video video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news-play{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 71px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    color: var(--color-primary);
    font-size: 20px !important;
    border-radius: 50%;
    background: rgba(255,255,255,.6);
}
.news-video-line .new-item .el-btn{
    margin-top: 114px;
}
.text-source-link{
    display: flex;
    align-items: center;
}
.text-source-link span{
    font-size: 18px;
    color: #368DFF;
    line-height: 32px;
    text-decoration: underline;
}
.text-source-link i{
    color: #368DFF;
    font-size: 17px;
    margin-left: 10px;
}
.text-exhi-info{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 10px 40px 10px 0px;
}
.text-exhi-info img{
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
    width: 70px;
}

.text-source{
    background: var(--color-primary);
}
.text-source-left{
    padding: 40px 60px 40px calc(50vw - 700px);
    font-size: 18px;
}
.l-img .text-source-left{
    padding: 40px calc(50vw - 700px) 40px 60px;
}
.text-source-left .page-zh-name{
    text-align: left;
    line-height: 60px;
}
.text-source-left .text{
    color: #FFFFFF;
    line-height: 24px;
}
.text-source-right{
    /*aspect-ratio: 1200 / 720;*/
    /*width: 62.5%;*/
    flex-shrink: 0;
}
.text-source-right video,.text-source-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-source .page-btn{
    padding: 10px 36px;
    background: #000;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    transition: all .3s;
    line-height: 22px;
    white-space: nowrap;
}
.page-btn .el-iconfont{
    font-size: 20px;
    margin-left: 10px;
}
.text-source .page-btn:hover{
    background: #fff;
    color: var(--color-primary);
}
.text-source .page-btn:hover .el-iconfont{
    color: var(--color-primary);
}
.page-box-text{
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
}
@media (min-width: 992px) {
    .l-img{
        flex-direction: row-reverse;
    }
    .l-img .new-item{
        margin-left: 56px;
        margin-right: 0;
    }
    .b-img.news-video-line .el-btn{
        position: relative;
    }
    .b-img .new-item{
        margin-bottom: 40px;
        margin-right: 0;
    }
    .t-img .new-item{
        margin-top: 20px;
        margin-right: 0;
    }
    .t-img.news-video-line .el-btn{
        position: relative;
    }
    .t-img{
        flex-direction: column-reverse;
    }
    .t-img>div{
        width: 100%;
    }
    .b-img{
        flex-direction: column;
    }
    .b-img>div{
        width: 100%;
    }
}
/*图文模块1end*/


.goods-save:hover:before{
    content: "\eca1" !important;
}


@media (max-width: 992px) {
    .img-fall{
        grid-template-columns: repeat(3, 1fr);
    }
    .news-video-line{
        flex-direction: column;
    }
    .news-video-line .new-item .el-btn{
        position: relative;
        margin-bottom: 30px;
    }
    .news-video-line .new-item{
        margin-right: 0;
        width: 100%;
    }
    .news-video-line .new-item .page-btn{
        margin-bottom: 20px;
    }
    .news-video{
        width: 100%;
    }
    .text-source-left {
        padding: 40px;
    }
}
@media (max-width: 768px){
    .img-fall{
        display: block;
        column-count: 2;
    }
    .img-fall .list-item{
        break-inside: avoid;
    }
}


/*间距*/
.p-b {
    padding-bottom: var(--padding-height);
}
.p-t {
    padding-top: var(--padding-height);
}

.color-white {
    color: #ffffff !important;
}

/*预览样式*/
.preview-img{
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
}
.preview-img input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.preview-img .preview-add{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    color: #666;
    font-size: 30px;
    pointer-events: none;
    z-index: 2;
    background: #fff;
}
.preview-img img,.preview-img video{
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: relative;
    z-index: 3;
    background: #fff;
}
.preview-img .preview-close,.preview-img .preview-video-close{
    cursor: pointer;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,.4);
    z-index: 4;
}
.disClick {
    pointer-events: none;

}
/*预览样式end*/

/*背景图样式*/
.bg-cover .bg{
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1 !important;
}
.bg-cover{
    position: relative;
}
.bg-cover>*{
    position: relative;
    z-index: 3;
}
.bg-cover:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: var(--color-bg);
    pointer-events: none;
    z-index: 2;
}
.bg-cover.bg-empty:after{
    display: none;
}
.bg-cover.bg-empty:after{
    display: none;
}
.outer-warp{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
}
.outer-warp img{
    max-width: 100%;
}
/*背景图样式end*/
.w-500{
    width: 500px;
}
.table img{
    max-width: 100%;
}
/*轮播按钮*/
.base-swiper-btn{
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #202229;
    font-weight: bold;
    transform: translateY(-50%);
    font-size: 15px !important;
    z-index: 2;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.banner-swiper-btn .base-swiper-btn{
    border: 1px solid #fff;
    background: transparent;
    backdrop-filter: blur(12px);
}
.swiper-btn-last{
    left: -18px;
}
.swiper-btn-next{
    right: -18px;
}
.disClick{
    pointer-events: none;
    opacity: .4;
}
/*轮播按钮end*/
.share-qr{
    width: 100%;
    max-width: 600px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background-image: url(../imgs/right-qr-bg.png);
    background-size: cover;
    border-radius: 14px;
}
.share-qr .text{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.el-btn{
    background: var( --color-primary);
    min-width: 120px;
    padding: 0 24px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    width: fit-content;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}
.el-btn .el-icon-xia1{
    font-size: 25px;
    margin-left: 8px;
    color: #FFFFFF;
}
.el-btn .el-icon-a-jiantouyou-cop{
    font-size: 14px;
    margin-left: 8px;
    color: #FFFFFF;
}
.el-btn:hover{
    color: var(--color-primary);
    background-color: #fff;
}
.el-btn:hover *{
    color: var(--color-primary);
}
.el-btn-radius{
    border-radius: 40px;
}
.el-btn-outline{
    border: 1px solid var( --color-primary);
    color: var( --color-primary);
    background: transparent;
}
.el-btn-outline .el-iconfont{
    color: var( --color-primary);
}
.el-btn-outline:hover{
    color: #fff;
    background-color: var(--color-primary);
}
.el-btn-outline:hover *{
    color: #fff;
}
.el-btn-white{
    background: #FFFFFF;
    color: var( --color-primary);
}
.el-btn-white .el-iconfont{
    color: var( --color-primary);
}
.color-primary{
    color: var(--color-primary);
}
.color-white{
    color: #ffffff !important;
}
.d-flex{
    display: flex;
}
.align-c{
    align-items: center;
}
.d-flex-center{
    display: flex;
    justify-content: center;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.m-auto{
    margin: auto;
}
.mt-20{
    margin-top: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-14{
    margin-bottom: 14px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-40{
    margin-top: 40px;
}
.mt-60{
    margin-top: 60px;
}
.mb-60{
    margin-bottom: 60px !important;
}
.pb-60{
    padding-bottom: 60px;
}
.mb-70{
    margin-bottom: 40px;
}
.mt-80{
    margin-top: 80px;
}
.pt-90{
    padding-top: 90px;
}
.pb-90{
    padding-bottom: 90px;
}
.pt-80{
    padding-top: 80px;
}
.mr-20{margin-right: 20px;}
.flex-center{
    justify-content: center;
}


/*活动卡片样式*/
.news-card {
    padding:  20px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    display: block;
}

.news-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.news-img {
    width: 100%;
    aspect-ratio: 245 / 310;
    position: relative;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-content {
    margin-top: 10px;
}

.news-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    height: 50px;
    color: #333;
}

.news-card-views {
    line-height: 20px;
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    flex-wrap: wrap;
}
.news-card-meta .tags{
    padding-bottom: 8px;
    /*height: unset;*/
}
.news-card-meta .tags .tag{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-weight: 500;
}
.news-card-meta .tags div{
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-right: 8px;
    white-space: nowrap;
}
/*活动卡片样式end*/
.edit-text img{
    max-width: 100%;
}
.show{
    visibility: visible !important;
}
