

.posAb{
    position: absolute;
}
.font-title{
    color:#573E33;
    font-size: 0.32rem;
    font-weight: 600;
    text-shadow: 0px 0px #573E33;
}
div{width:100%;}
.min-title{
    font-weight: 600;
    font-size: 0.2rem;
    color:#573E33;
    text-shadow: 0px 0px #573E33;
}
.floatBox{
    width:48%;
    border-radius: 4px;
    float: left;
    margin-top: 0.18rem;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    height: 0.5rem;
    font-size: 0.13rem;
}
.swiper-slide{
    overflow: hidden;
}
.floatBox:nth-child(2n){margin-left:4%;}
.yellColor{color:#F8B400;}
.swiper-pagination{
    bottom: 50% !important;
    left: -37% !important;
}
.swiper-pagination-bullet-active{background-color: #FEAD01!important;}
.imgArea{
    position: relative;
    height: 0.44rem;
    width: 94%;
    margin:0.2rem auto 0px;
}
.imgArea img{
    width:0.44rem;
    position: absolute;
    top: -0.05rem;
}
.imgArea:nth-child(2n) img{left:-0.1rem;}
.imgArea:nth-child(2n+1) img{right:-0.1rem;}
.img-content{
   width: 100%;
   height: 0.36rem;
   line-height: 0.36rem;
   text-align: center;
   border-radius: 0.06rem;
   background-color: #ffffff;
   font-size: 0.13rem;
}
#img-scroll{
    width:100%;
    overflow-x: auto;
    margin-top: 0.36rem;
}
#img-scroll::-webkit-scrollbar {
    display: none;
}
#img-scroll::-webkit-scrollbar {
    width:0px;
}
.img-scroll-bot{
    width:90%;
    position: absolute;
    left: 5%;
    bottom: 0.26rem;
    font-size: 0.14rem;
}
.course-type{
    width: 86%;
    position: absolute;
    top: 0.53rem;
    left: 2%;
    font-size: 0.14rem;
    text-align: center;
}
.course-type .list{
   display: flex;
   height: 0.49rem;
   line-height: 0.48rem;
   margin-bottom: 0.09rem;
   color: #303030;
}

.box-flex{
    font-weight:600;
    display: flex;
    justify-content: space-around;
    text-align: center;
    line-height: 0.3rem;
    padding: 0px 0.1rem 0.14rem;
    align-items: center;
}
.img-scroll-bot img{ width: .46rem;height: 0.46rem;}
.list-item{
    padding: 0.1rem 0.14rem 0.1rem 0.44rem;
    background: #ffffff;
    border-radius: 0.04rem;
    position: relative;
    margin-top: 0.1rem;
    line-height: 0.18rem;
}
.list-item .item{
    position: absolute;
    top: 0px;
    left: 0.12rem;
    height: 100%;
    width: 5px;
    background-color:#EC6726;
}
.suspension{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

