

body{
    overflow-x: hidden;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: #0099ff;
    text-align: center;
    color: #fff;
    font-size: .85rem;
    z-index: 9999;
}

.content {
    width: 100%;
    background-color: #F0F4F7;
}

.swiper {
    width: 100%;
    background-color: #fff;
}

.swiper-slide img{
    width: 100%;
    height: 7.75rem;
}
.swiper .swiper-pagination{
    text-align: right;
    line-height: 1.5;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2px;
}

.swiper .swiper-pagination-bullet{
    width: 3px;
    height: 7px;
    border-radius: 5px;
    transform:rotate(22deg);
    -ms-transform: rotate(22deg);       /* IE 9 */
    -webkit-transform: rotate(22deg);   /* Safari and Chrome */
    -o-transform: rotate(22deg);        /* Opera */
    -moz-transform: rotate(22deg);      /* Firefox */
}
.swiper .swiper-pagination-bullet:last-child{
    margin-right: 25px;
}
.swiper .swiper-pagination-bullet-active{
    background: #0099ff;
}


.icons-container{
    width: 100%;
    background-color: #fff;
    overflow-x: scroll;
    /* 增加该属性，可以增加弹性 */
    -webkit-overflow-scrolling: touch;
}
.icons{
    width: 100rem;
    background-color: #fff;
    font-size: 0;
}
.icons .icons-item{
    display: inline-block;
    width: 4.5rem;
    padding: .6rem 0;
    font-size: .7rem;
    color: #fff;
}
.icons .icons-item.disabled{
    display: none;
}
.icons .icons-item .icon{
    margin: 0 auto .25rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    line-height: 2.5rem;
    text-align: center;
}
.icons .icons-item .icon img{
/*    width: 100%;
    height: 100%;*/
    vertical-align: middle;
    border-radius: 10px;
}
.icons .icons-item .icon-title{
    width: 100%;
    font-size: .65rem;
    color: #575757;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icons .icons-item:nth-child(odd) .icon{
    background-color: #FE5D40;
}
.icons .icons-item:nth-child(even) .icon{
    background-color: #8F68FF;
}
.icons .icons-item:nth-child(1) .icon{
    background-color: #FE5D40;
}
.icons .icons-item:nth-child(2) .icon{
    background-color: #8F68FF;
}
.icons .icons-item:nth-child(3) .icon{
    background-color: #F95369;
}
.icons .icons-item:nth-child(4) .icon{
    background-color: #33A6F6;
}
.icons .icons-item:nth-child(5) .icon{
    background-color: #446AF1;
}
.icons .icons-item:nth-child(6) .icon{
    background-color: #FB9832;
}
.icons .icons-item:nth-child(7) .icon{
    background-color: #FEB101;
}
.icons .icons-item:nth-child(8) .icon{
    background-color: #A0AFCE;
}



/*能力课程*/
.course-container1{
    background-color: #fff;
    font-size: 0;
    margin-top: .55rem;
    overflow: hidden;
}
.course-container1 .title,
.course-container2 .title{
    padding-top: .75rem;
    text-align: center;
    color: #858585;
    font-size: .8rem;
    font-weight: bold;
}
.course-container1 .title .sep,
.course-container2 .title .sep{
    display: inline-block;
    margin: 0 18px;
    width: 3px;
    height: 11px;
    background-color: #E9E9E9;
    border-radius: 2px;
    transform:rotate(40deg);
    -ms-transform: rotate(40deg);       /* IE 9 */
    -webkit-transform: rotate(40deg);   /* Safari and Chrome */
    -o-transform: rotate(40deg);        /* Opera */
    -moz-transform: rotate(40deg);
}


.course-container1 .course-list{
    width: 100%;
    margin: 0 3%;
}
.course-container1 .course-list .course-item{
    display: inline-block;
    width: 45.5%;
    margin-top: 1rem;
}
.course-container1 .course-list .course-item:nth-child(odd){
    margin-right: 3%;
}
.course-container1 .course-list .course-item .img-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .4rem;
}
.course-container1 .course-list .course-item .img-container img{
    width: 100%;
    height: 4.5rem;
}
.course-container1 .course-list .course-item .img-container .price{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #eee;
    background-color: rgba(0,0,0,.4);
    width: 45%;
    padding: .25rem 0;
    text-align: center;
    font-size: .6rem;
    color: #fff;
    border-top-left-radius: .4rem;
}
.course-container1 .course-list .course-item .course-name{
    margin-top: .3rem;
    width: 100%;
    height: 1.7rem;
    line-height: .85rem;
    color: #787878;
    font-size: .65rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/*腾讯课程*/
.course-container2{
    background-color: #fff;
    font-size: 0;
    margin-top: .55rem;
    overflow: hidden;
}
.course-container2 .title{
    padding-top: .75rem;
    text-align: center;
    color: #858585;
    font-size: .8rem;
    font-weight: bold;
}

.course-container2 .title .sep{
    display: inline-block;
    margin: 0 18px;
    width: 3px;
    height: 11px;
    background-color: #E9E9E9;
    border-radius: 2px;
    transform:rotate(40deg);
    -ms-transform: rotate(40deg);       /* IE 9 */
    -webkit-transform: rotate(40deg);   /* Safari and Chrome */
    -o-transform: rotate(40deg);        /* Opera */
    -moz-transform: rotate(40deg);
}

.course-container2 .course-list{
    width: 100%;
    margin-left: 4%;
}
.course-container2 .course-list .course-item{
    display: inline-block;
    width: 45%;
    margin-top: .8rem;
}
.course-container2 .course-list .course-item:nth-child(odd){
    margin-right: 2%;
}
.course-container2 .course-list .course-item .img-container{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.course-container2 .course-list .course-item .img-container img{
    width: 100%;
    height: 4.5rem
}
.course-container2 .course-list .course-item .price{
    margin-top: .3rem;
    font-size: .65rem;
    color: #e85308;
}
.course-container2 .course-list .course-item .price.free{
    color: #5fb41b;
}
.course-container2 .course-list .course-item .course-name{
    margin-top: .3rem;
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    color: #121212;
    font-size: .7rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.course-list{
    padding-bottom: 15px;
}