body {
	background: #fff;
}

.content {
    position: absolute;
    width: 100%;
    top: 98px;
    bottom: 54px;
}

/* 轮播图 */
.swiper-container {
    width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-wrapper, .swiper-slide , .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    bottom: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px; 
    color: #fff;
    border-radius: 100px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    color: #4572ED;
}

.faceAd {
    width: 100%;
    height: 180px;
}

.one-banner {
    display: none;
    width: 100%;
}

/* content */
.content-left {
    margin-left: 15px;
}

.same {
    line-height: 14px;
    font-size: 14px;
    color: #2C3545;
    font-weight: 600;
}

/* 修改 */
.sameNew {
    line-height: 14px;
    font-size: 14px;
    color: #2C3545;
    font-weight: 600;
}

.club .club-itemNew {
    font-size: 0;
}

.club .club-itemNew a {
    display: inline-block;
    width: 78px;
    height: 28px;
    font-size: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #B2B5BD;
    border-radius: 5px;
    vertical-align: middle;
}

.club .club-itemNew span {
    display: inline-block;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

/* end */
.title {
    line-height: 18px;
    font-size: 18px;
    color: #2C3545;
}

.club {
    margin-top: 30px;
}

.club .title {
    margin-bottom: 15px;
}

.club .club-item {
    font-size: 0;
}

.club .club-item .item {
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 28px; 
    /* padding: 7px 6px; */
    text-align: center;
    border: 1px solid #B2B5BD;
    border-radius: 5px;
}

.dis-flex {
    display: -webkit-box;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.flex1{
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
}

.flex-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-around {
    justify-content: space-around;
}

.mr15 {
    margin-right: 15px;
}

.mr10 {
    margin-right: 10px;
}

.module {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 0;
}

.module a {
   display: inline-block;
}

@media screen and (max-width: 350px) {
    .module-img-same {
        width: 64px;
        height: 64px;
    }
    .club .club-item .item {
        width: 88px;
    }
    .popular-teacher .teacher-info {
        width: 80px;
        height: 104px;
        margin-right: 15px;
    }
}

.ft0 {
    font-size: 0;
}

@media screen and (min-width: 351px) {
    .module-img-same {
        width: 72px;
        height: 72px;
    }
    .club .club-item .item {
        width: 74px;
    }
    .popular-teacher .teacher-info {
        width: 100px;
        height: 130px;
        margin-right: 10px;
    }
}

@media screen and (max-width:340px) {
    .face-icon {
        width: 140px;
        height: 75px;
    }
}

@media screen and (min-width:341px) and (max-width:370px) {
    .face-icon {
        width: 153px;
        height: 81px;
    }
}

@media screen and (min-width:371px) {
    .face-icon {
        width: 170px;
        height: 90px;
    }
}

.courses {
    font-size: 0;
}

.series-courses {
    margin-top: 10px;
}

.series-courses .title {
    margin-bottom: 15px;
}

.series-courses .courses-item {
    display: inline-block;
    margin-bottom: 23px;   
}

.face-icon {
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 rgba(44, 53, 69, .10);
}

.series-courses .course-number {
    font-size: 12px;
    color: #626978;
    font-weight: 600;
}

.popular-teacher {
    margin-top: 17px;
    font-size: 0;
}

.popular-teacher .title {
    margin-bottom: 15px;

}

.popular-teacher .teacher-info {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .10),;
    border-radius: 5px;
    background: #FFF; 
}

.popular-teacher .teacher-icon {
    vertical-align: middle;
    height: 60px;
    width: 60px;
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.popular-teacher .teacher-nickname {
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #2C3545;
}

.popular-teacher .course-numbers {
    line-height: 12px;
    font-size: 12px;
    color: #B2B5BD;
}

.load-page {
    margin: 20px 15px 20px 0;
}

.load-page img {
    width: 100%;   
}

.marginB-70 {
    height: 70px;
}

