.card-container{
    margin-top: 15px;
    margin-bottom: 30px;
}

.card-container-div{
    margin-bottom: 15px;
}

.card-title{
    background: #e9e9e9;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.card-title h3{
    font-weight: bold;
    font-size: 1rem;
}
.card-title span{
    font-weight: 500;
}

.card-essay-title{
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.card-essay-summary{
    font-weight: 200;
    font-size: 14px;
    height: 53px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.card-essay-title,.card-essay-summary{
    padding-left: 10px;
}

.card-content-row{
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.card-content-col{
    padding: 15px 10px;
}

.card-content-col a{
    display: inline-block;

}
.card-content-col a:hover,.categoryMore a:hover{
    color: var(--var-theme-color);
}

.summaryCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
}





.memberCardContainer{
    width: 100%;
    height: 450px;
    background-color: var(--var-theme-color);
}
.memberLoginCompanyTitle{
    font-size: 16px;
    padding: 30px 15px;
}
.memberLoginCompanyTitle,.memberLoginTitle{
    color: white;
}
.memberLoginTitle{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0px 15px;
}

.form-container{
    padding: 15px;
}
.input-cell{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 10px;
}
.input-label{
    color: white;
    font-size: 16px;
    padding-bottom: 5px;
}
.input-edit{
    width: 100%;
}
.input-edit input{
    width: 93%;
    height: 38px;
    padding: 0px 10px;
    border-radius: 5px;
    border: none;
}
.input-edit input::placeholder{
    font-size: 14px;
}

.form-button{
    margin-top: 58px;
}

.pieceTitle{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

.carpet{
    margin: 0 auto;
    width: 190px;
    height: 2px;
    background-color: var(--var-theme-color);
    border-radius: 10px;
}

.tagButton{
    display: inline-block;
    font-size: 1em;
    padding: 1px 3px;
    max-width: 70px;
}

.pageConvertCard{
    padding: 8px 5px;
}
.pageConvert{
    display: inline-block;
}
.pageConvert:hover,.pageConvert:active{
    color: var(--var-theme-color);
}
.imageTextContent{
    padding-left: 10px;
}
.textH3{
    font-weight: 600;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0.5rem;
}

.tag_articleSummary{
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 0.8rem;
}

.carouselImage{
    position: relative;
    width: 100%;
    height: 100%;
}

.carouselImageTitle{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px 10px;
    font-size: 1.2rem;
    background-color: rgba(110,110,110,0.5);
    color: white;
}

.home-article-img-summary-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}



.friendly-card{
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
}

.friendLink{
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-height: 200px;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
    cursor: pointer;
}
.friendLink img{
    width: 100%;
    max-height: 200px;
    object-fit: contain
}

.container .carousel-banner .layui-carousel img{
    object-fit: contain !important;
}


/*模板三*/

.home2-category-list{
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease,border-bottom 0.2s ease;
    border-bottom: transparent;
    /*border-bottom: 1px solid hsla(0,0%,100%,.4);*/
    position: fixed;
    top: 0;
    z-index: 10000;
}

.home2-category-list-ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap:wrap;
    font-size: 16px;
    line-height: 40px;
    margin:20px 0;
}
.home2-category-list-ul li{
    min-width: 80px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 8px;
    list-style: none;
}

.home2-category-list-ul li a{
    color:white;
}


.home2-category-list-ul li:active,.home2-category-list-ul li:hover,.liActive{
    background: var(--var-theme-color);
    border-radius: 5px;
    color: white!important;
}

.liActive a{
    color: white!important;
}

.home2-category-list-ul li a:hover{
    color: white!important;
}

.home2-head-logo-category{
    min-height: 80px;
    display: flex;
    justify-content: space-around;
}

.home2-head-logo-category img{
    height: 60px;
    margin: 10px 0;
}

.sunContentImage{
    width:100%;
    height:420px
}

.backgroundImage{
    width: 100%;
    height: 100%;
    position: relative;
}

.imgWall{
    width: 100%;
    height: 100%;
}

.tipXla{
    position: absolute;
    bottom: 0px;
    left: 48%;
    animation: verticalAnimation 2s infinite;
    cursor: pointer;
}

@keyframes verticalAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

.sunBackgroundImage,.sunImgWall{
    width: 100%;
    height: 100%;
}


/*  模板四  home3 */

.swiperContainer,.swiperBox {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home3-head-logo-category{
    min-height: 80px;
    display: flex;
    justify-content: space-around;
}

.home3-head-logo-category img{
    height: 60px;
    margin: 10px 0;
}

.home3-category-list{
    width:100%;
    background-color: transparent;
    /*border-bottom: 1px solid hsla(0,0%,100%,.4);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}


.home3-category-list-ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap:wrap;
    font-size: 16px;
    line-height: 40px;
    margin:20px 0;
}
.home3-category-list-ul li{
    min-width: 80px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 8px;
    list-style: none;
}

.home3-category-list-ul li a{
    color:white;
}

.home3-category-list-ul li:active,.home3-category-list-ul li:hover,.liActive{
    background: var(--var-theme-color);
    border-radius: 5px;
    color: white!important;
}

.home3-category-list-ul li a:hover{
    color: white!important;
}

.home5-category-list {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.home5-head-logo-category {
    padding: 10px;
    display: flex;
    align-items: center;
}

.logoBox {
    width: 160px;
    height: 50px;
}

.home5CategoryListUl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home5CategoryListUl .home5CategoryListUlLi {
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0 10px;
}

.home5CategoryListUl .home5CategoryListUlLi a {
    font-size: 16px;
    font-weight: 600;
}


.aLink {
    display: block;
}

.home5CategoryListUlLi {
    position: relative;
}

.home5ChildMenu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 120px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    padding: 5px 0;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;

    z-index: 999999;
}


.home5ChildMenu.visible {
    opacity: 1;
    visibility: visible;
}

.home5ChildMenu ul {
    display: flex;
    flex-direction: column;

}

.home5ChildMenu ul li {
    padding: 10px 20px;
    cursor: pointer;
}

.home5ChildMenu ul li:hover{
    background-color: rgba(230,230,230,0.3);
}

.home5ChildMenu ul li a {
    color: #4f4f4f;
}





@media screen and (max-width: 1200px){


}

@media screen and (max-width: 992px){


}

@media screen and (max-width: 768px){


    .home-article-img-summary-list img {
        width: 92%;
        min-height: 110px;
        max-height: 140px;
        object-fit: cover;
        display: block;
        margin: 0 5px;
    }
    .card-essay-title{
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }
    .card-essay-summary{
        font-weight: 200;
        font-size: 12px;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .textH3{
        font-weight: 600;
        font-size: 0.8rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-top: 0.3rem;
    }
    .tag_articleSummary{
        font-size: 13px;
        font-weight: 300;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 0.8rem;
    }

    .friendLink{
        width: 95%;
        min-height:0;
        padding: 8px 0;
    }

    .friendLink img{
        width: 100%;
        min-height: 120px;
    }

    .carouselImageTitle{
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        padding: 8px 5px;
        font-size: 0.9rem;
        background-color: rgba(110,110,110,0.5);
        color: white;
    }



}