body {
    background: #fff;
}

.banner {
    max-width: 100%;
    height: auto;
}

.main {
    padding-top: 54px;
}

.interview__bg {
    background: linear-gradient(180deg, #FFFFFF -3%, #F5F5F5 100%);
}

.interview {
    padding: 54px 0 38px 0;
}

.interview__bd {
    display: flex;
    margin-top: 38px;
}

.interview__bd-item {
    width: 285px;
    mini-height: 378px;
    margin-left: 20px;
    background: #FFF;
    padding-bottom: 15px;
}

.interview__bd-item:first-child {
    margin-left: 0;
}

.interview__item-frontcover {
    position: relative;
    height: 180px;
}

.frontcover__img {
    position: absolute;
    display: block;
    width: 285px;
    height: 180px;
    left: 0;
    top: 0;
    right: 0;
}

.frontcover__school {
    position: absolute;
    height: 32px;
    left: 0;
    bottom: 0;
    padding: 0 8px;
    border-radius: 0px 16px 0px 0px;
    background: #008767;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.interview__item-title {
    margin-top: 18px;
    padding: 0 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.interview__item-info {
    margin-top: 15px;
    padding: 0 18px;
}

.interview__info-list li {
    margin-top: 6px;
    font-size: 14px;
    color: #6A6E73;
}

.interview__info-list li:first-child {
    margin-top: 0;
}

.interview__info-list li a {
    color: #008767;
}

.case__bg {
    background: url(../image/case__bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.case {
    padding: 55px 0 54px 0;
}

.case__bd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
}

.case__bd-item {
    text-align: center;
    box-sizing: border-box;
    width: 285px;
    mini-height: 334px;
    background: rgba(255, 255, 255, 0.9);
    margin-right: 20px;
    margin-bottom: 20px;
    /*padding-top: 45px;*/
}

.case__bd-item:nth-of-type(4n) {
    margin-right: 0;
}

.case__bd-item:nth-child(n+5) {
    margin-bottom: 0;
}

.case__item-avatar {
    display: block;
    width: 100%;
    height: 380px;
    /*border-radius: 100%;*/
    margin: auto;
}

.case__item-title {
    padding: 33px 15px 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

.case__item-info {
    padding: 15px;
    font-size: 14px;
    color: #6A6E73;
}

.service {
    padding: 54px 0;
}

.service__bd {
    margin-top: 39px;
}

.service__bd-flow {
    display: flex;
}

.service__bd-flow .on {
    background: rgba(0, 135, 103, 0.16);
}

.service__flow-li {
    position: relative;
    box-sizing: border-box;
    width: 112px;
    height: 112px;
    border-radius: 2px;
    background: rgba(191, 191, 191, 0.16);
    margin-right: 43px;
    text-align: center;
    padding-top: 18px;
}

.service__flow-li:last-child {
    margin-right: 0;
}

.service__flow-li::after {
    position: absolute;
    content: '';
    width: 44px;
    height: 43px;
    background: url('../image/flow_icon.png') no-repeat;
    background-size: 44px 43px;
    right: -44px;
    top: 50%;
    transform: translate(0, -50%);
}

.service__flow-li:last-child::after {
    display: none;
}

.flow__li-icon {
    display: block;
    width: 45px;
    height: 45px;
    margin: auto;
}

.flow__li-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.service__bd-content {
    box-sizing: border-box;
    margin-top: 25px;
/*    height: 137px;*/
    border-radius: 2px;
    background: rgba(191, 191, 191, 0.16);
    padding: 18px 26px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.introduceb__bg {
    padding-bottom: 39px;
/*    background: url('../image/introduceb_bg.png') center center no-repeat;*/
/*    background-size: 100% 100%;*/
}

.introduce__hd {
    text-align: center;
}

.introduce__hd-title {
    display: inline-block;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #051624;
}

.introduce__hd-title::after {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 2px solid #008767;
    left: 0;
    right: 0;
    bottom: -18px;
}

.introduce__bd {
    margin-top: 58px;
}

.introduce__bd p {
    font-size: 16px;
    line-height: 22px;
    color: #6A6E73;
}

.introduce__bd-center {
    text-align: center;
}

.list__bg {
    background: url(../image/list_bg_2.png) center center no-repeat;
    background-size: 100% 100%;
}

.list {
    padding: 55px 0 56px 0;
}

.list__bd {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}

.list__bd-time {
    display: flex;
    width: 285px;
    background: #fff;
    margin-right: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
/*    cursor: pointer;*/
}

.list__bd-time:nth-child(4n) {
    margin-right: 0;
}

.list__bd-time:nth-child(-n+4) {
    margin-top: 0;
}

.list__time-lfet {
    background-color: #008767;
    border-bottom-left-radius: 30px;
}

.list__time-lfet h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 10px;
}

.list__time-right {
    width: 100%;
}

.list__right-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px 10px 2px 10px;
}

.list__right-quantity {
    font-size: 14px;
    color: #008767;
    padding: 0 10px 10px 10px;
}

.wiki__bg {
    background: url('../image/wiki_bg.png') center center no-repeat;
    background-size: 100% 100%;
    padding: 56px 0 52px 0;
}

.wiki__bd {
    margin-top: 57px;
/*    display: flex;*/
}

.wiki__bd-item {
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
}

.wiki__bd-item:first-child {
    padding-top: 0;
}

.wiki__bd-item:last-child {
    border: none;
    padding-bottom: 0;
}

.wiki__bd-title {
    color: #008767;
    font-weight: 500;
}

.wiki__bd-content {
    color: #6A6E73;
}

.wiki__bd-group {
    width: 384px;
    height: 299px;
    margin-right: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(4px);
}
/*
.wiki__bd-group:nth-child(1) {
    background: rgba(255, 255, 255, 0.7) url(../image/wiki_group_bg1.png) bottom right no-repeat;
    background-size: 180px 98px;
}

.wiki__bd-group:nth-child(2) {
    background: rgba(255, 255, 255, 0.7) url(../image/wiki_group_bg2.png) bottom right no-repeat;
    background-size: 168px 133px;
}

.wiki__bd-group:nth-child(3) {
    background: rgba(255, 255, 255, 0.7) url(../image/wiki_group_bg3.png) bottom right no-repeat;
    background-size: 180px 98px;
}
*/
.wiki__bd-group:last-child {
    margin-right: 0;
}

.wiki__group-hd {
    position: relative;
    height: 65px;
    padding: 0 24px;
    border-radius: 24px 24px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(179deg, rgba(0, 135, 103, 0.14) 8%, rgba(0, 135, 103, 0) 97%);
}

.wiki__group-hd::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(164, 169, 177, 0.15);
}

.wiki__hd-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

.wiki__hd-more a {
    color: #008767;
    font-size: 14px;
}

.wiki__group-bd {
    padding: 20px 24px 0;
}

.wiki__group-bd ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 17px;
}

.wiki__group-bd ul li:last-child {
    margin-bottom: 0;
}

.wiki__group-bd ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #008767;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.wiki__group-bd ul li a {
    font-size: 15px;
    color: #333;
}

.plan {
    padding: 32px 0;
    text-align: center;
}

.plan__img {
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
}

.plan__title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #008767;
}

.course__bg {
    padding: 54px 0;
    background: rgba(0, 135, 103, 0.04);
    background: url('../image/course_bg.png') center center no-repeat;
    background-size: 100% 100%;
}

.course {
    display: flex;
}

.course__group {
    position: relative;
    width: 384px;
    height: 394px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
    margin-right: 23px;
}

.course__group:last-child {
    margin-right: 0;
}

.course__group-img {
    display: block;
    width: 384px;
    height: 300px;
}

.course__group-bd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 18px 20px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99;
}

.course__group-bd h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #008767;
}

.course__group-bd p {
    margin-top: 12px;
    font-size: 14px;
    color: #6A6E73;
    line-height: 22px;
}

.school {
    display: flex;
    padding-bottom: 54px;
}

.school__group {
    width: 384px;
    height: 472px;
    background: #F6F6F6;
    margin-right: 24px;
}

.school__group:last-child {
    margin-right: 0;
}

.school__group-img {
    display: block;
    width: 384px;
    height: 180px;
}

.school__group-title {
    padding: 20px 20px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #008767;
}

.school__group-list {
    padding: 25px 0 0 20px;
}

.school__group-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #333333;
}

.school__group-list li:last-child {
    margin-bottom: 0;
}

.school__group-list li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #008767;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
