.banner {
    width: 100%;
    height: 6rem;
    background: url(../img/banner2.png);
    background-size: 100% 100%;
}

.header {
    height: 0.85rem;
}

.introduce_text {
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    margin-bottom: 0.1rem;
}

.introduce {
    height: 6.1rem;
}

.introduce_line {
    width: 0.8rem;
    height: 4px;
    background: #4e89e9;
    opacity: 1;
    margin: 0 auto;
    margin-bottom: 0.9rem;
}

.introduce_box {
    text-align: center;
    padding-top: 1.4rem;
}

.introduce_content {
    font-size: 0.14rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.24rem;
    color: #606060;
    opacity: 1;
    width: 14rem;
    height: 2.21rem;
    margin: 0 auto;
    text-align: justify;
}

.course_box {
    position: relative;
    width: 13.98rem;
    height: 5.1rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0.03rem;
}


/* .course_box::-webkit-scrollbar {
    height: 0.1rem;
}

.course_box::-webkit-scrollbar-track {
    width: 0 !important;
    background: #f6f6f6 !important;
    border-radius: 1px;
} */


/* 滚动条滑块 */

.course_box::-webkit-scrollbar {
    width: 0 !important;
    /* display: none; */
}


/* .course_box::-webkit-scrollbar-thumb {
    width: 1rem;
    border-radius: 1px;
    background: #4e89e9;
} */

.garden_list {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #909090;
    border-radius: 50%;
    opacity: 1;
    top: 0.88rem;
    left: -0.04rem;
}

.course_list {
    position: relative;
    flex-shrink: 0;
    width: 2.33rem;
    height: 4.87rem;
    opacity: 1;
    /* border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee; */
    border-top: 2px solid #4e89e9;
    position: relative;
}

.course_list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0.013333rem;
    height: 6.493333rem;
    background: #eeeeee;
    opacity: 1;
}

.course_list:last-child::after {
    display: none;
}

.active {
    background: #fafafa;
    border-top: 6px solid #4e89e9;
}

.course_list_date {
    font-size: 0.26rem;
    font-family: DIN;
    font-weight: 400;
    color: #4e89e9;
    opacity: 1;
    margin: 0.28rem 0 0.28rem 0.19rem;
    font-weight: bold;
}

.course_list_time {
    font-size: 0.13rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    opacity: 1;
    margin: 0rem 0 0.14rem 0.19rem;
}

.course_list_conent {
    width: 1.95rem;
    height: 2.07rem;
    font-size: 0.14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #606060;
    opacity: 1;
    line-height: 0.24rem;
    margin: 0 auto;
    text-align: justify;
}

.corporate_box {
    width: 100%;
    height: 6.1rem;
    background: #fbfbfb;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

.corporate_logo {
    width: 5.42rem;
    height: 3.94rem;
    background: url(../img/about-logo.png);
    background-size: 100% 100%;
    margin-left: 2.6rem;
}

#about i {
    position: absolute;
    margin-top: 0.05rem;
    display: block;
    width: 48px;
    height: 4px;
    background: #4e89e9;
    opacity: 1;
    border-radius: 7px;
}

.corporate_line {
    width: 0px;
    height: 2.54rem;
    border: 2px solid #eeeeee;
    opacity: 1;
    margin: 0 1.6rem;
}

.corporate_content_list>div:first-child {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
}

.corporate_content_list>div:last-child {
    font-size: 0.16rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #909090;
    opacity: 1;
    margin-top: 0.18rem;
}

.corporate_conten_middle {
    margin: 0.55rem 0;
}

.seat {
    height: 1.2rem;
}

.goTop {
    width: 0.69rem;
    height: 0.59rem;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 4px;
    position: fixed;
    z-index: 20;
    right: 1rem;
    bottom: 1rem;
    cursor: pointer;
    display: none;
}

.goTop>div {
    margin: 0 auto;
    margin-top: 0.15rem;
    width: 0.33rem;
    height: 0.26rem;
    background: url(../img/top.png);
    background-size: 100% 100%;
}

.goTop>div:hover {
    background: url(../img/top-active.png);
    background-size: 100% 100%;
}