.index .grayBar {
    width: 100%;
    height: 12px;
    background-color: #f0f0f0
}

.index .block-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 15px 10px
}

.index .block-title h2 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    margin-bottom: 0
}

.index .block-title p {
    width: 100%;
    font-size: 12px
}

.index .banner {
    overflow: hidden;
    width: 100%;
    min-height: 100px
}

.index .banner .swiper-pagination-bullet {
    width: 12px;
    height: 3px;
    margin: 0 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fff;
    opacity: 1
}

.index .banner .swiper-pagination-bullet-active {
    background-color: #9a0000 !important;
    border-color: #9a0000 !important
}

.index .banner .swiper-slide {
    width: 100%
}

.index .banner .swiper-img {
    width: 100%
}

.index .section-padding {
    padding: 15px
}

.index .section-padding .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.index .section-padding .list .item {
    width: 48%;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px 0 #ccc;
    overflow: hidden
}

.index .section-padding .list .item .image {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px
}

.index .section-padding .list .item .description {
    font-size: 12px;
    line-height: 13px;
    padding: 10px 4px;
    color: #343434
}

.index .section-padding .list .item .description .iconfont {
    color: #9a0000;
    font-size: 15px;
    margin: 0 4px
}

.index .notice-section {
    background: url("https://bf-web.oss-cn-beijing.aliyuncs.com/m.bfemba.com/index/images-01.png") no-repeat center center;
    padding: 10px 3% 20px;
    background-size: cover
}

.index .notice-section .notice-swiper {
    margin: 0 auto
}

.index .notice-section .notice-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    margin: 0 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fff;
    opacity: 1
}

.index .notice-section .notice-swiper .swiper-pagination-bullet-active {
    background-color: #9a0000 !important;
    border-color: #9a0000 !important
}

.index .notice-section .notice-swiper .swiper-slide {
    width: 100%
}

.index .notice-section .notice-swiper .swiper-img {
    width: 100%
}

.index .notice-section .notice-form {
    padding: 15px 0
}

.index .notice-section .notice-form h5 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 5px 0 15px;
    margin-bottom: 0
}

.index .notice-section .notice-form input {
    height: 42px;
    margin-bottom: 10px
}

.index .notice-section .notice-form .ui.button {
    height: 42px;
    width: 100%;
    background-color: #9a0000;
    border: none
}

.index .notice-section-bottom {
    background: url("https://bf-web.oss-cn-beijing.aliyuncs.com/m.bfemba.com/index/images-01.png") no-repeat center center;
    padding: 10px 3% 20px;
    background-size: cover
}

.index .notice-section-bottom .notice-swiper {
    margin: 0 auto
}

.index .notice-section-bottom .notice-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    margin: 0 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fff;
    opacity: 1
}

.index .notice-section-bottom .notice-swiper .swiper-pagination-bullet-active {
    background-color: #9a0000 !important;
    border-color: #9a0000 !important
}

.index .notice-section-bottom .notice-swiper .swiper-slide {
    width: 100%
}

.index .notice-section-bottom .notice-swiper .swiper-img {
    width: 100%
}

.index .notice-section-bottom .notice-form-bottom{
    padding: 15px 0
}

.index .notice-section-bottom .notice-form-bottom h5 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 5px 0 15px;
    margin-bottom: 0
}

.index .notice-section-bottom .notice-form-bottom input {
    height: 42px;
    margin-bottom: 10px
}

.index .notice-section-bottom .notice-form-bottom .ui.button {
    height: 42px;
    width: 100%;
    background-color: #9a0000;
    border: none
}

.index .why-select-us {
    padding: 10px 3% 20px
}

.index .why-select-us .list-ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap
}

.index .why-select-us .list-ul .list-li {
    list-style: none;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px
}

.index .why-select-us .list-ul .list-li .box {
    width: 100%;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
    padding: 15px 10px
}

.index .why-select-us .list-ul .list-li .box .iconfont {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.index .why-select-us .list-ul .list-li .box .num {
    text-align: center;
    color: #9a0000;
    font-size: 24px;
    margin-bottom: 10px
}

.index .why-select-us .list-ul .list-li .box .num sub {
    color: #9a0000;
    font-size: 12px;
    vertical-align: middle
}

.index .why-select-us .list-ul .list-li .box .name {
    font-size: 15px;
    color: #343434;
    font-weight: bold;
    line-height: 1.444;
    text-align: center
}

.index .teacher-section .section {
    width: 100%;
    padding: 10px 0
}

.index .teacher-section .section .navBox {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0dfdf;
    display: flex;
    justify-content: space-between
}

.index .teacher-section .section .navBox .nav {
    padding-bottom: 9px;
    width: 33%;
    text-align: center;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    font-size: 14px;
    color: #626262
}

.index .teacher-section .section .navBox .nav.active {
    color: #9a0000
}

.index .teacher-section .section .navBox .nav.active:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    border-radius: 3px;
    background-color: #9a0000
}

.index .teacher-section .section .swiperContent {
    width: 100%
}

.index .teacher-section .section .swiperContent .swiper-container {
    display: none;
    width: 100%;
    overflow: hidden
}

.index .teacher-section .section .swiperContent .swiper-container.active {
    display: block
}

.index .teacher-section .section .swiperContent .swiper-container .swiper-slide {
    position: relative;
    display: block;
    width: 175px !important;
    border-radius: 5px;
    overflow: hidden
}

.index .teacher-section .section .swiperContent .swiper-container .swiper-slide img {
    display: block;
    width: 100%
}

.index .teacher-section .section .swiperContent .swiper-container .swiper-slide .marker {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff
}

.index .teacher-section .section .swiperContent .swiper-container .swiper-slide .marker .name {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0
}

.index .teacher-section .section .swiperContent .swiper-container .swiper-slide .marker .introduction p {
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0
}

.index .star-section {
    padding: 10px 0
}

.index .star-section .swiper-container {
    width: 100%
}

.index .star-section .swiper-container .start-item {
    width: 100%;
    padding: 10px 4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.index .star-section .swiper-container .start-item .img {
    height: 120px;
    width: 45%;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.index .star-section .swiper-container .start-item .img .poa {
    background-color: #9a0000;
    opacity: .722;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.6;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 3px 0
}

.index .star-section .swiper-container .start-item .content-right {
    width: 50%
}

.index .star-section .swiper-container .start-item .content-right .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0
}

.index .star-section .swiper-container .start-item .content-right .company {
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 0
}

.index .star-section .swiper-container .start-item .content-right .message {
    font-size: 12px;
    line-height: 1.4
}

.index .dynamic-section {
    padding: 10px 0
}

.index .dynamic-section .section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.index .dynamic-section .section .item {
    width: 46%;
    box-shadow: 0 0 4px 0 #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px auto
}

.index .dynamic-section .section .item .img {
    width: 100%;
    height: 100px;
    background-size: cover
}

.index .dynamic-section .section .item .content {
    padding: 5px 7px
}

.index .dynamic-section .section .item .content .title {
    font-size: 13px;
    line-height: 15px;
    color: #9a0000;
    margin-bottom: 0
}

.index .dynamic-section .section .item .content .time {
    font-size: 12px;
    padding: 5px 0;
    color: #666666;
    margin-bottom: 0
}

.index .dynamic-section .section .item .content .course {
    font-size: 12px;
    line-height: 15px;
    color: #666666
}

.index .dynamic-section .look-more {
    display: block;
    background-color: #9a0000;
    width: 125px;
    padding: 8px 0;
    font-size: 13px;
    color: white;
    text-align: center;
    margin: 6px auto;
    letter-spacing: 1px
}

.index .study-section {
    padding: 10px 15px
}

.index .study-section .navBox {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0dfdf;
    display: flex;
    justify-content: space-between
}

.index .study-section .navBox .nav {
    padding-bottom: 9px;
    width: 25%;
    text-align: center;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    font-size: 15px;
    color: #626262
}

.index .study-section .navBox .nav.active {
    color: #9a0000
}

.index .study-section .navBox .nav.active:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    border-radius: 3px;
    background-color: #9a0000
}

.index .study-section .bigBox {
    width: 100%
}

.index .study-section .bigBox .img {
    display: none;
    width: 100%;
    overflow: hidden
}

.index .study-section .bigBox .img.active {
    display: block
}

.index .study-section .bigBox .img img {
    display: block;
    width: 100%
}

.index .quan-section {
    padding: 10px 0
}

.index .player-section {
    padding: 10px 2%;
    z-index: 500;
    overflow: hidden
}

.index .player-section #mse {
    width: 100%;
    height: auto
}

.index .yuyue-section {
    width: 100%;
    padding: 10px 4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.index .yuyue-section .qrcode {
    width: 35%
}

.index .yuyue-section .qrcode img {
    display: block;
    width: 100%
}

.index .yuyue-section .form-content {
    width: 65%;
    text-align: center
}

.index .yuyue-section .form-content .title {
    font-size: 16px;
    color: #9a0000;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
    margin: 0
}

.index .yuyue-section .form-content .field {
    margin-bottom: 4px
}

.index .yuyue-section .form-content .field input {
    height: 30px;
    width: 90%;
    margin: 3px auto
}

.index .yuyue-section .ui.button {
    width: 100%;
    border: none;
    background-color: #9a0000;
    margin-top: 5px
}