html, body {
    height: 100%;
    background: #FFF;
    padding-bottom: 70px !important;
}
a {
    color:#363535;
    text-decoration: none;
}
.fr{
    float:right;
}
.fl{
    float: left;
}
.clear{
    clear:both;
}
.section-box{
    background-color:#FFF;
}
.cityList {
    color: #212121;
}

.nav_iconbox ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: .12rem;
    position: relative;
}

.cate-list {
}
.cate-list .title {
    border-bottom: 1px #f3f3f3 solid;
    padding: .2rem .2rem;
    background-color: #62b3fe0a;
}
.cate-list .title a {
    font-size: .26rem;
    display: block;
    border-left: 5px #62b3fe solid;
    padding-left: .1rem;
}
a.one-category {
    width: 30%;
    text-align: center;
    height: 0.60rem;
    line-height: 0.60rem;
    overflow: hidden;
    float: left;
    color: #404040!important;
    white-space: nowrap;
}

.aui-course-list {
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
}

.aui-course-list .aui-flex {
    display: flex !important;
    align-items: center !important;
    padding: 10px 15px !important;
    position: relative !important;
    border-bottom: 1px solid #eee !important;
    min-height: 44px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.aui-course-list .aui-flex-box {
    flex: 1 !important;
    min-width: 0 !important;
    position: relative !important;
    padding-right: 20px !important;
}

.aui-course-list .aui-flex-box span {
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #333 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.aui-course-list .aui-arrow {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: -10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aui-course-list .aui-arrow i {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    transform: rotate(45deg) !important;
}

.aui-course-list .aui-arrow:after {
    display: none !important; /* 使用i标签代替after伪元素 */
}

.title-dot {
    position: relative !important;
    background: #fff !important;
    padding: 12px 15px !important;
    margin: 0 !important;
    z-index: 1;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.title-dot:before {
    display: none; /* 隐藏默认的红点 */
}

.title-danger:before {
    content: '' !important;
    position: absolute !important;
    left: 5px !important;
    top: 50% !important;
    width: 4px !important;
    height: 16px !important;
    margin-top: -8px !important;
    background-color: #ff4444 !important;
    border-radius: 2px !important;
    display: block !important;
    z-index: 2 !important; /* 确保图标在顶层 */
}

.title-dot .aui-flex-box {
    position: relative;
    padding-left: 0;
}

.title-dot .aui-flex-box:before {
    display: none; /* 移除标题前的点号 */
}

.title-dot .f-bold {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    display: block !important;
}

.title-dot .aui-arrow {
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    display: none !important; /* 隐藏标题右侧箭头 */
}

.b-line {
    position: relative !important;
}

.b-line:after {
    content: '' !important;
    position: absolute !important;
    z-index: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #e2e2e2 !important;
    transform: scaleY(0.5) !important;
}

.aui-product {
    padding: 0.2rem;
}

.aui-flex {
    display: flex;
    align-items: flex-start;
    padding: 0.12rem;
    position: relative;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    background: #fff;
}

.aui-product-img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.12rem;
    position: relative;
    flex-shrink: 0;
    border-radius: 3px;
    overflow: hidden;
}

.aui-product-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 3px;
    object-fit: cover;
}

.aui-flex-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.03rem;
    width: 100%;
}

.aui-flex-box h2 {
    font-size: 0.2rem;
    color: #333;
    margin: 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    padding-right: 0.05rem;
    font-weight: normal;
    max-width: calc(100% - 0.7rem);
}

.aui-arrow-text {
    color: #999;
    font-size: 0.16rem;
    white-space: nowrap;
    flex-shrink: 0;
    width: 0.65rem;
    text-align: right;
}

.aui-flex-box p {
    color: #666;
    font-size: 0.18rem;
    line-height: 1.2;
    margin: 0.03rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 0.44rem;
}

.aui-flex-box h3 {
    color: #ff4444;
    font-size: 0.24rem;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.aui-flex-box h3 em {
    font-size: 0.18rem;
    font-style: normal;
    margin-left: 0.05rem;
    color: #999;
    font-weight: normal;
}

.aui-fl-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff4444;
    color: #fff;
    padding: 0.05rem 0.1rem;
    font-size: 0.2rem;
    border-radius: 3px 0 3px 0;
    z-index: 1;
}

.pagination li{
    width:49%;
}


.contact p {
    height: auto;
    line-height: .6rem;
    font-size: .23rem;
    border-bottom: .1px #e3e3e3 solid;
    color: #777777;
}
.contact p span {
    width: 2rem;
    display: block;
    float: left;
    font-size: .23rem;
    font-weight: bold;
    color: #363535;
}

.article-info{
    padding: 15px;
    background: #fff;
}
.article-info .view-title {
    line-height: .6rem;
    height: .6rem;
    font-size: .26rem;
    border-left: 5px #62b3fe solid;
    margin: .3rem 0;
    background-color: #62b3fe12;
    padding-left: .1rem;
    border-bottom: none;
}

.article-info article {
    width: 100%;
    overflow: hidden;
}

.article-info article img,
.article-info article video,
.article-info article iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.article-info article p {
    margin: 10px 0;
    line-height: 1.6;
    font-size: 15px;
    color: #333;
}

.article-info .title {
    font-size: .28rem;
    color: #000;
    font-weight: bold;
    border: none;
    width: 4.5rem;
}
.article-info .view-number {
    float: right !important;
    color: #363535;
    font-weight: 100 !important;
    width: 1.5rem;
    text-align: right;
}
.article-info .price {
    color: #f92f2f;
    font-size: .3rem;
    font-weight: bold;
    margin-top: .3rem;
}
.article-info .date {
    float: right !important;
    display: block;
    width: 3rem !important;
    text-align: right;
    color: #777777 !important;
    font-weight: 100 !important;
}

.footer div {
    float: left;
    width: 50%;
    text-align: center;
    background-color: #FFF;
    line-height: .7rem;
    font-size: .26rem;
}

.footer .mobile{
    background-color: #f92f2f;
    color: #FFF;
}
.footer .tel{
    background-color: #62b3fe;
    color: #FFF;
}

.banner_shouy {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.banner_shouy .swiper-slide {
    width: 100%;
    height: auto;
    text-align: center;
}

.banner_shouy .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    display: block;
}

.banner_shouy .swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
}

/* 修复内容区域的图片显示 */
.maincon img,
.maincon video,
.maincon iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

/* 确保所有图片容器都正确处理溢出 */
.img-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 移除可能影响图片显示的固定尺寸 */
[class*="img-"],
[class*="pic-"] {
    max-width: 100%;
    height: auto;
}

.bottom-fixed {
    display:none;
    position: fixed;
    right: .2rem;
    bottom: 1rem;
    z-index: 10 !important;
    width: .8rem;
    height: .8rem;
    background: #0000001f;
    border-radius: 100%;
    text-align: center;
    line-height: .8rem;
    border: 1px #e3e3e3 solid;
}
.bottom-fixed i{
    font-size: .5rem;
    color: #FFF;
}











#showfilter{
    line-height: .5rem;
    font-size: .3rem;
    color: #62b3fe;
    margin-right: .2rem;
}

.filter-title {
    font-size: .25rem;
    font-weight: bold;
    line-height: 1rem;
    background: #e3e3e3;
    color: #000;
    padding-left: .2rem;
}
.filter-list a {
    display: block;
    float: left;
    margin: .2rem;
    background-color: #f9f7f7;
    padding: .15rem;
    border-radius: .5rem;
}

.ovh{
    overflow: hidden;
}
.filter-list {
    margin: 0 .2rem;
}

.filter-list .on {
    background: #62b3fe;
    color: #FFF;
}

.swiper-container.banner_shouy {
    width: 100%;
    background: #fff;
}

.swiper-container.banner_shouy .swiper-slide {
    width: 100%;
    text-align: center;
    background: #fff;
}

.swiper-container.banner_shouy .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.swiper-container.banner_shouy .swiper-pagination {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    right: 10px;
    left: auto;
    width: auto;
    bottom: 10px;
}

/* 响应式布局调整 */
@media screen and (max-width: 480px) {
    .aui-course-list .aui-flex {
        padding: 8px 12px !important;
    }
    
    .aui-course-list .aui-flex-box span {
        font-size: 14px !important;
    }
    
    .title-dot {
        padding: 10px 12px !important;
    }
    
    .title-dot .f-bold {
        font-size: 15px !important;
    }
    
    /* 增加更多底部间距 */
    body {
        padding-bottom: 80px !important;
    }
}

@media screen and (max-width: 320px) {
    .aui-course-list .aui-flex {
        padding: 8px 10px !important;
    }
    
    .aui-course-list .aui-flex-box span {
        font-size: 13px !important;
    }
    
    /* 小屏幕更多底部间距 */
    body {
        padding-bottom: 90px !important;
    }
}