/* 轮播 */
.lunbox{ width: 7.5rem; }
.lunbox .topSwiper{ width: 100%; }
.lunbox .swiperimg img{width: 7.5rem;height: 3.8rem;display: block;}

/* banner */
.sixbanner{background: #f7f8ff;padding: 0.35rem 0;}
.sixbanner .sixbox{
    width: 100%;
    display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;
}
.sixbanner .sixbox .sixitem{
    width: 25%; 
    display: flex;flex-direction: column;align-items: center;justify-content: center;
}
.sixbanner .sixbox .sixitem .sixitemimg{width: 1.37rem;height: 1.37rem;}
.sixbanner .sixbox .sixitem .sixtxt{font-size: 0.28rem;color: #000;}

/* 留学活动 */
.hd{
    padding: 0.25rem 0;
}
.hd .hdbox{
    width: 100%;
    display: flex;align-items: flex-start;overflow-x: scroll;
    margin-top: 0.35rem;
    padding-bottom: 0.25rem;
}
.hd .hdbox .hditem{
    width: 2.52rem;
    box-shadow: 0.01rem 0.01rem .08rem .01rem rgba(16, 160, 254, .17);
    border-radius: 0.15rem;background:#fff;
    margin-right: 0.25rem;
    padding-bottom: 0.15rem;
}
.hd .hdbox .hditem .hdtopimg{
    width: 2.52rem;height: auto;
    margin-bottom: 0.1rem;
}
.hd .hdbox .hditem .hdtopimg{border-radius: 0.15rem 0.15rem 0 0;}
.hd .hdbox .hditem .hdtitle{
    width: 100%;
    padding: 0 0.15rem;box-sizing: border-box;
    font-size: 0.24rem;text-align: left;color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 留学方案 */
.fangan{background: #f6f7fe;padding: 0.25rem 0;}
.fangan .fabox{
    width: 100%;
    margin: 0.25rem auto;
    display: flex;flex-wrap: wrap;justify-content: space-between;gap: 0.25rem 0;
    padding: 0 0.15rem;box-sizing: border-box;
}
.fangan .fabox .facItem{
    width: 3.1rem;
}
.fangan .fabox .facItem .faitemimg{width: 3.1rem;height: 1.65rem;}
.fangan .fabox .facItem .faitemimg img{border-radius: 0.1rem;}
.fangan .fabox .facItem .contentitle{
    width: 3.1rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #383f53;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    margin-top: 0.08rem;
}
.fangan .fabox .facItem .contentitleone{
    text-align: left;
    color: #575d70;
    font-size: 0.24rem;
    line-height: 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.fangan .fabox .facItem .contentitleone::before {
    content: '';
    width: 0;
    height: 0;
    border: 0.1rem solid transparent;
    border-left: 0.1rem solid #575d70;
    display: inline-block;
}

/* 院校 + 资讯 */
.yxzx{
    margin: 0.35rem auto;
}
.yxzx .headbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.1rem 0.2rem;
    margin-bottom: 0.35rem;
}
.yxzx .headbox .toneitem{
    width: 2.2rem;
    background: #eee;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    gap: 0.05rem;
    border-radius: 0.05rem;
    padding: 0.1rem 0 0.1rem 0.15rem;
    box-sizing: border-box;
    font-size: 0.26rem;
}
.yxzx .headbox .toneitemactive{
    background: #4d67ff;
    color: #fff;
}
.yxzx .headbox .toneitem .zxtitleoneimg{
    width: 0.612rem;
    height: 0.396rem;
}

/* 内容 */
.yxzxcontent{}
.yxzxcontent .yxcontitle{
    width: 100%;
    display: flex;align-items: center;gap: 0.35rem;
}
.yxzxcontent .yxcontitle .yxctitem{
    font-size: 0.28rem;
}
.yxzxcontent .yxcontitle .yxctitemactive{
    border-bottom: 0.06rem solid #4d67ff;
}
.yxzxcontent .conone{
    width: 100%;
    display: none;flex-direction: column;align-items: flex-start;
}
.yxzxcontent .conone .zxcotentitem{
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
    position: relative;
    padding: 0.15rem 0;
    border-bottom: 0.01rem solid #e5e5e5;
    color: #000;
}
.yxzxcontent .conone .zxcotentitem .zxtwoleft{
    width: 1.22rem;
    height: 1.264rem;
}
.yxzxcontent .conone .zxcotentitem .zxtworight{
    width: 5.5rem;
    display: flex;flex-direction: column;align-items: flex-start;gap: 0.08rem;
}
.yxzxcontent .conone .zxcotentitem .zxtworight .zxtwoname{
    text-align: left;
    font-size: 0.28rem;
}
.yxzxcontent .conone .zxcotentitem .zxtworight .zxtwodes{
    text-align: left;
    font-size: 0.24rem;
    color: #737988;
    width: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.yxzxcontent .conone .zxcotentitem .tubiao{
    width: 0.384rem;
    height: 0.4rem;
    position: absolute;right: 0;top: 0.15rem;
}
.yxzxcontent .conone .zxcotentitem:last-child{
    border-bottom: none;
}
.yxzxcontent .contwo{
    width: 100%;
    display: none;flex-direction: column;align-items: flex-start;
}
.yxzxcontent .contwo .zxcotentitemtwo{
    width: 100%;
    font-size: 0.28rem;color: #383f53;text-align: left;
    border-bottom: 0.01rem solid #e5e5e5;
    padding: 0.15rem 0;
}
.yxzxcontent .contwo .zxcotentitemtwo:last-child{
    border-bottom: none;
}
.yxzxcontent .cononeshow{
    display: flex;
}