.-container{
    background-color: #fbf9f6;
}
.c-container {
    width:90%;
    max-width: 1440px;
}
/* .cont-container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
} */
@media screen and (max-width: 768px) {
    .c-container {
        width:100%;
        padding: 0 .4rem;
        box-sizing: border-box;
    }
}
/*首页模块的小标题*/
h1.title, h2.title, h3.title {
    /*margin-bottom: .6rem;*/
    margin: 2.66rem 0;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    h1.title, h2.title, h3.title {
        font-size: 0.8rem;
    }
}
/* 动画 */
.animate-fadeInUp-ele,.animate-fadeIn-ele {
    opacity: 0; /* 初始时不可见 */
    transition: opacity 0.2s; /* 过渡效果 */
}

/* 列表栏目 */
.list-page-box {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: row-reverse;
}
.list-page-content {
    flex:1;
    /* padding-top: .2rem; */
    overflow: auto;
    /* 有小导航的话 */
    padding-right: .8rem ;
}


/* 手机 */
@media screen and (max-width: 760px) {

}
/* 轮播图 */
.banner-m{
    width:100%;
    margin:0.6rem auto .4rem;
    /*height:5rem;*/
    height: 16.7rem;
}
/* 手机 */
@media screen and (max-width: 1024px) {
    .banner-m{
        height: auto;
    }
}

.singlePage{
    /*border: 1px dashed #ddd;*/
    /* padding:0.1rem; */
    /*font-size:16px;*/
    /* margin-bottom: 0.4rem; */
    overflow: auto;
}

.singlePage p {
    padding: 10px 0;
}

.singlePage img{
    /*max-width: 8.5rem;*/
    max-width: 100%;
    height: auto;
}


.index_explore{
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.42rem;
    height: 0.42rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: url(../images/welcome_bar.png) no-repeat center top;
}
.index_explore_l, .index_explore_r{
    width: calc(50% - 0.3rem);
    background: #F1BB33;
    height: 100%;
}
/**********************************首页模块配置********************************************/
.index-banner{
    display:flex;
    /*margin: .4rem auto;*/
    background-color: var(--el-index-bg-color);
}
.index-banner>div{
    margin: 0 auto 2.66rem
}
/*   */
.index-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.2rem;
}
.index-box .item{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    border-radius: 6px;
}
.index-box .item>img{
    flex:1;
    background-color: var(--el-index-bg-color);
    width:100%;
    object-fit: contain;
    border-radius: 6px;
}
/*  */
.index-lan{
    margin: 0 auto 2.66rem;
}
/**/
.index-cooperate{
    background-color: var(--el-index-bg-color);
    display: flex;
    flex-direction:column;
    padding: 0 0 2.66rem;
}

@media screen and (max-width: 1200px)  {
    .index-box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 420px)  {
    .index-box {
        grid-template-columns: repeat(1, 1fr);
    }
}
/*-- --------------------------合作图标--------------------------------------------- --*/
/* 父容器样式 */
.cooperate-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /*grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr)); !* 列宽最小 100px，最大均分 *!*/
    /*grid-template-columns: repeat(auto-fit, minmax(1.8rem, 1fr));*/
    gap: 0.28rem;
    width:80%;
    margin: 0 auto;
    padding: 0 .2rem;
    max-width: 1440px;
}

/* 每个图片项 */
.item-icon {
    width: 100%; 
    height: 3.2rem;          
    overflow: hidden;      
    display: flex;          
    align-items: center;
    justify-content: center;
    box-sizing: border-box; 
    border-radius: 8px;     
    border: 1px dashed #ddd;
    /* padding: 0.3rem; */
    background: #fff
}

@media screen and (max-width: 1024px)  {
    .cooperate-container{
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 760px)  {
    .item-icon {
        /*width: calc(50% - 0.4rem);*/
        width:100%;
    }
    .cooperate-container{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 600px)  {
    .cooperate-container{
        grid-template-columns: repeat(2, 1fr);
    }
}
.item-icon a {
    width: 100%;
    height:100%;
}
/* 图片样式 */
.item-icon img {
    width: 100%;            /* 宽度自适应 */
    height: 100%;           /* 高度自适应 */
    object-fit: contain;
}

/*-- -------------------------------联系模块---------------------------------------- --*/
.contact-box .item-box{
    display: flex;
    justify-content: space-around;
}
.contact-box .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10rem;
    word-break: break-all;
    white-space: normal;
}
.contact-box .item-box .pic{
    max-width: 2rem;
    min-width: 2rem;
    border-radius: 6px;
    overflow: hidden;
}
.contact-box .item-box .tit{
    margin: .2rem 0;
    text-align: center;
}
.contact-box .item-box .val{
    display: block;
    color: var(--el-color-primary);
}

@media screen and (max-width: 460px)  {
    .contact-box .item-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-box .item {
        display: flex;
        flex-direction: row;
        margin-bottom: .6rem;
    }
    .contact-box .item-box .pic{
        min-width: 2rem;
    }
    .contact-box .item-box .tit{
        text-align: left;
        margin-left: 1rem;
    }
}
/*-- ----------------------------------------------------------------------- --*/
