body {
    margin: 0;
    padding: 0;
}
.bg {
    background: #FFFFFF;
}
.mar-top {
    position: relative;
    margin-top: 70px;
}
.banner{
    width: 100%;
    height: 200px;
}
.banner-img{
    width: 100%;
    height: 200px;
}
.template-head {
    padding: 40px 0 30px;
    font-size: 22px;
}
.template-head .template-head-title {
    width: 200px;
    color: #101010;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 600;
}
.template-head .template-head-title::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 1px;
    background: #AAAAAA;
    left: 0;
    top: 50%;
    transform: translate(-50%, 0);
}
.template-head .template-head-title::before {
    content: "";
    position: absolute;
    width: 66px;
    height: 1px;
    background: #AAAAAA;
    right: -15%;
    top: 50%;
}
.brand{
    background: #FFFFFF;
}
.brand .brand-content{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.template-row{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.template-row2{
    display: flex;
    align-items: flex-start;
}
.template-row .label{
    width: 110px;
    height: 36px;
    background-image: url("../assets/brand/label-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #727272;
    line-height: 36px;
    text-align: center;
    margin-right: 40px;
}
.template-row .value{
    flex: 1;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.team-list{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-list .team-member{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 90px;
    width: 446px;
    height: 217px;
    background: #F8F8F8;
    border-radius: 40px;
}
.team-list .team-member .title{
    position: absolute;
    top: -45px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #00E35E;
    border: 4px solid #FFFFFF;
    font-size: 22px;
    color: #000000;
    line-height: 90px;
    text-align: center;
}
.team-list .team-member .post{
    margin-top: 60px;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.team-list .team-member .responsibility{
    margin-top: 20px;
    font-size: 14px;
    color: #727272;
    line-height: 22px;
}
.course{
    display: flex;
    justify-content: center;
}
.course .course-left .top1{
    margin-top: 247px;
}
.course .course-left .top2{
    margin-top: 156px;
}
.course .course-right .top1{
    margin-top: 71px;
}
.course .course-right .top2{
    margin-top: 150px;
}
.course .course-right .top3{
    margin-top: 160px;
}
.course-template{
    display: flex;
    align-items: center;
}
.course-template .content{
    padding: 20px 25px;
    width: 350px;
    height: 88px;
    background: #00B94C;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.course-right .course-template .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.course-template .content .describe{
    font-size: 16px;
    line-height: 24px;
}
.course-left .course-template .sanjiao-img{
    margin-left: 16px;
    width: 18px;
    height: 23px;
}
.course-right .course-template .sanjiao-img{
    margin-right: 16px;
    width: 18px;
    height: 23px;
    transform: rotate(180deg);
}
.course .course-middle{
    margin: 0 20px;
}
.course .course-middle .schedule-img{
    width: 230px;
    height: 783px;
}
.expand{
    display: flex;
    position: relative;
    height: 860px;
}
.expand .expand-line{
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 860px;
    background-image: linear-gradient(to bottom, #AAAAAA 0%, #AAAAAA 80%, transparent 50%);
    background-size: 3px 18px;
    background-repeat: y-repeat;
}
.expand .expand-content{
    display: flex;
    flex-direction: column;
}
.content-template{
    display: flex;
    align-items: center;
    height: 48px;
    margin-left: 212px;
    margin-top: 60px;
    z-index: 2;
}
.content-template2{
    margin-left: 640px;
}
.content-template:first-child{
    margin-top: 26px;
}
.content-template .describe{
    width: 408px;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: right;
}
.content-template .schedule{
    margin-left: 20px;
    width: 114px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 3px solid #00B94C;
    font-size: 16px;
    color: #379149;
    line-height: 40px;
    text-align: center;
}
.content-template2 .describe{
    text-align: left;
}
.content-template2 .schedule{
    margin-left: 0;
    margin-right: 20px;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) { 
    .mar-top {
        margin-top: 50px;
    }
    .banner{
        width: 100%;
        height: 140px;
    }
    .banner-img{
        width: 100%;
        height: 140px;
    }
    .brand .brand-content{
        width: 100%;
        padding-bottom: 20px;
    }
    .template-head{
        padding: 20px 0;
    }
    .template-row{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 15px 20px 15px;
    }
    .template-row .label{
        margin: 0 0 6px 0;
    }
    .team-list{
        display: flex;
        flex-direction: column;
    }
    .team-list .team-member{
        width: calc(100% - 58px);
        margin: 0 15px 60px;
        padding: 0 14px;
    }
    .course{
        position: relative;
        height: 750px;
    }
    .course .course-middle{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
    }
    .course .course-middle .schedule-img{
        width: 230px;
        height: 750px;
    }
    .course .phoneMode{
        z-index: 2;
        margin: 0 15px;
    }
    .course-template:first-child{
        margin-top: 70px;
    }
    .course-template .content{
        padding: 14px;
        width: calc(100% - 30px);
        margin-bottom: 20px;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
    }
    .course-template .content .describe{
        font-size: 14px;
    }
    .expand{
        display: flex;
        flex-direction: column;
        height: 730px;
    }
    .expand-template{
        margin: 0 15px 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .expand-template .schedule{
        width: 111px;
        height: 20px;
        background: #FFFFFF;
        border-radius: 12px;
        border: 2px solid #00B94C;
        font-size: 14px;
        color: #379149;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
    }
    .expand-template .describe{
        margin-top: 6px;
        font-size: 14px;
        color: #646464;
        line-height: 18px;
        text-align: center;
    }
    
}