body{
    background-color: #fff;
}
/* 轮播图样式 */
.swiper-wrapper{
    height: 400px !important;
}
.swiper-slide {
    width: 100%;
    height: 400px !important;
}
.swiper-slide > a{
    display: block;
    width: 100%;
    height: 400px;
}
.swiper-pagination-bullet {
    background-color: #f4f4f4;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}

.banner-wrap {
    min-width: 1280px;
    overflow: hidden;
}

.banner-wrap .login-container {
    width: 1200px;
    margin: 0 auto;
}

/* 轮播图结束*/

/*隐藏百度插件自带返回页面顶部*/
#hm_t_undefined{
    display: none;
}

/* 登录样式 */
.login-container .login-wrap {
    position: relative;
    margin-top: -400px;
    z-index: 1;
    float: right;
    box-sizing: border-box;
    width: 350px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    /*兼容IE8  RGBA*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 13px rgba(0, 0, 0, .15);
}

.login-wrap .login-nav {
    height: 58px;
    line-height: 58px;
    box-shadow: 0px 3px 12px 0px rgba(160, 160, 160, 0.2) inset;
}

.login-wrap .login-nav h3 {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    font-size: 16px;
    color: #9b9da0;
    cursor: pointer;
}

.login-wrap .login-nav .lesson{
    padding-left: 77px;
}

.login-wrap .login-nav .lesson em{
    margin-left: -50px;
}
.login-wrap .login-nav .mine{
    padding-left: 28px;
}

.login-wrap .login-nav .active {
    color: #111213;
}

.login-wrap .login-nav .active em {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 6px;
    background-color: #f3111A;
    border-radius: 3px;
}
.login-wrap .login-nav .mine em{
    /*left: 50%;*/
    margin-left: -50px;
}

/* 新课速递 */
.login-wrap .lesson-msg,
.lesson-mine {
    height: 342px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px -2px 10px 0px rgba(160, 160, 160, 0.15) inset;
}

.login-wrap .lesson-msg {
    position: relative;
    padding: 30px 40px;
    overflow: hidden;
}

.login-wrap .lesson-msg .item-wrap {
    width: 100%;
    padding-left: 15px;
    height: 256px;
    overflow: hidden;
}

.login-wrap .lesson-msg .line {
    position: absolute;
    top: 40px;
    left: 44px;
    width: 1px;
    background-color: #eee;
    height: 100%;
}

.login-wrap .lesson-msg .item-wrap li {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    height: 18px;
}

.login-wrap .lesson-msg .item-wrap li>em {
    position: absolute;
    top: 8px;
    left: -14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f3111A;
}

.login-wrap .lesson-msg .item-wrap li>span {
    position: relative;
    float: left;
    top: 1px;
    margin-right: 10px;
    color: #9b9da0;
}

.login-wrap .lesson-msg .item-wrap li>a {
    float: left;
    max-width: 154px;
    margin-right: 10px;
    color: #111213;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.login-wrap .lesson-msg .item-wrap li>a:hover{
    color: #f3111A;
}
.login-wrap .lesson-msg .item-wrap li>i {
    padding: 0 5px;
    color: #615f60;
    font-size: 12px;
    background-color: #eee;
    font-style: normal
}

/* 新课速递结束 */
/* 我的课程样式 */
.login-wrap .lesson-mine {
    padding: 20px 30px 0 30px;
}

.lesson-mine .top-wrap {
    overflow: hidden;
}

.lesson-mine .top-wrap .head-icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.lesson-mine .top-wrap .left-part {
    float: left;
}

.top-wrap .left-part h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #111213;
}

.top-wrap .left-part p {
    font-size: 16px;
    color: #9b9da0;
}

.lesson-mine .button-wrap {
    margin-top: 20px;
}

.lesson-mine .button-wrap button {
    display: inline-block;
    width: 136px;
    height: 40px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    background-color: #f3111A;
    color: #fff;
    cursor: pointer;
}

.lesson-mine .button-wrap button:nth-child(2n) {
    float: right;
    background-color: #f4f4f4;
    color: #615f60;
}

.lesson-mine .record-wrap {
    margin-top: 20px;
}

.lesson-mine .record-wrap h1 {
    margin-right: 10px;
    font-size: 14px;
    color: #9b9da0;
}

.lesson-mine .record-wrap>div {
    margin-top: 14px;
    width: 290px;
    height: 85px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.lesson-mine .record-wrap .no-login-record {
    font-size: 14px;
    line-height: 85px;
    text-align: center;
    color: #9b9da0;
}

.lesson-mine .record-wrap .login-record>div {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.lesson-mine .record-wrap .login-record p {
    margin-top: 16px;
    font-size: 14px;
    color: #9b9da0;
}

.lesson-mine .record-wrap .login-record p span {
    font-size: 18px;
    font-weight: 600;
    color: #f3111A;
}

.lesson-mine .app-tip {
    margin-top: 20px;
    font-size: 14px;
    color: #615f60;
    text-align: center;
}

.lesson-mine .app-tip a {
    color: #615f60;
    text-decoration: none;
}
.lesson-mine .app-tip a>span {
    color: #f3111A;
}

/* 我的课程样式结束 */

/* 登录样式结束 */

/* 课程列表样式 */
.module-wrap {
    box-sizing: border-box;
    padding: 60px 0 90px 0;
    margin: 0 auto;
    width: 1280px;
    min-width: 1200px;
}

.module-wrap .lesson-wrap {
    margin-bottom: 15px;
}

.lesson-wrap>h1 {
    margin-bottom: 40px;
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold;
    color: #111213;
    line-height:40px;
    float:left;
    width:100%;
}

.lesson-wrap>h1>a {
    float: right;
    font-size: 16px;
    vertical-align: middle;
    color: #9b9da0;
}

.lesson-wrap>h1>a>img {
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.lesson-wrap>h1 b{
    float:left;
}

.lesson-wrap>h1 ul{
    float:left;
    width:auto;
    margin-left:15px;
}

.lesson-wrap>h1 ul li{
    float:left;
    width:auto;
    height:40px;
    margin:0 7.5px;
}

.lesson-wrap>h1 ul li a{
    float:left;
    width:auto;
    padding:0 15px;
    height:30px;
    border-radius:15px;
    font-size:14px;
    line-height:30px;
    margin:5px 0;
    color:#111213;
}

.lesson-wrap>h1 ul li a:hover{
    color:#f3111a;
}

.lesson-wrap>h1 ul li.active a{
    color:#fff;
    background:#f3111a;
}

.lesson-wrap .list-wrap {
    width: 100%;
}

.list-wrap .item-wrap {
    float: left;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 40px;
}
.list-wrap .item-wrap .img-wrap{
    margin-bottom: 10px;
    border-radius: 10px;
    width: 280px;
    height: 158px;
    overflow: hidden;
}
.list-wrap>a:nth-child(4n) {
    margin-right: 0;
}

.list-wrap .item-wrap:hover .img-wrap {
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 13px rgba(0, 0, 0, .15);
}

.list-wrap .item-wrap:hover .bottom-wrap>h3 {
    color: #f3111A;
}

.list-wrap .item-wrap .img-wrap>img {
    position: relative;
}

.item-wrap .bottom-wrap {
    width: 100%;
    font-size: 14px;
    color: #9b9da0;
}

.bottom-wrap>h3 {
    margin-bottom: 5px;
    color: #111213;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom-wrap>p {
    overflow: hidden;
}

.bottom-wrap>p samp{
    float:left;
    line-height:19px;
    font-family:arial;
    font-size:14px;
    margin:3px 0 0 15px;
    color:#ff000a;
    font-weight:bold;
}

.bottom-wrap>p>span {
    position: relative;
    top: 2px;
    float: left;
}

.bottom-wrap>p>b {
    float: right;
    font-weight: normal;
}

.bottom-wrap>p>b .icon-people {
    position: relative;
    margin-right: 10px;
    top: 2px;
    width: 16px;
    height: 16px;
}
/* 课程列表样式结束 */
/*右浮动导航*/
.floatRight-wrap{
    display: none;
    text-align:center;
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 147px;
}
.floatRight-wrap .rt-wrap-main{
    width:80px;
    height:auto;
    box-shadow:0px 2px 8px 0px rgba(186, 186, 186, 0.2);
    border-radius:5px;
    background:#fff;
}
.floatRight-wrap .rt-wrap-main .fc-wrap{
    width:80px;
    height:80px;
    box-shadow:initial;
    border-radius:0;
}
.floatRight-wrap .rt-wrap-main .line{
    float:left;
    width:28px;
    height:1px;
    background:#d8d8d8;
    margin:0 26px;
}
.floatRight-wrap .rt-wrap-main .fc-wrap p{
    width:100%;
    font-size:14px;
    color:#111213;
}
.floatRight-wrap .rt-wrap-main .wechat-wrap img{
    margin:11px 19px 8px;
    width:42px;
    height:34px;
}
.floatRight-wrap .rt-wrap-main .iphone-wrap{
    position: relative;
}
.floatRight-wrap .rt-wrap-main .iphone-wrap img{
    margin:11px 19px 8px;
    width:42px;
    height:34px;
}
.floatRight-wrap .rt-wrap-main .iphone-wrap .app-pic{
    display: none;
    position: absolute;
    left: -229px;
    top: 0px;
    width: 229px;
    height: 272px;
}
.floatRight-wrap .rt-wrap-main .iphone-wrap .app-pic>img{
    width: 229px;
    height: 272px;
    margin:0;
}
.floatRight-wrap .rt-wrap-main .iphone-wrap .app-pic .downPic{
    position: absolute;
    left: 39px;
    top: 36px;
    width: 140px;
    height: 140px;
}
.floatRight-wrap .rt-wrap-main .online-wrap img{
    margin:11px 23px 8px;
    width:34px;
    height:34px;
}
.floatRight-wrap .rt-wrap-main .qq-wrap img{
    margin:11px 26px 8px;
    width:28px;
    height:34px;
}
.floatRight-wrap .rt-wrap-main .phone-wrap img{
    margin:11px 23px 8px;
    width:34px;
    height:34px;
}
.floatRight-wrap .rt-wrap-main .wechat-wrap{
    position:relative;
}
.floatRight-wrap .rt-wrap-main .wechat-wrap .wechat-pic{
    display: none;
    position: absolute;
    left: -229px;
    top: 0px;
    width: 229px;
    height: 272px;
}
.floatRight-wrap .rt-wrap-main .wechat-wrap .wechat-pic>img{
    width: 229px;
    height: 272px;
    margin:0;
}
.floatRight-wrap .rt-wrap-main .wechat-wrap .wechat-pic .downPic{
    /*position: absolute;*/
    /*left: 39px;*/
    /*top: 36px;*/
    /*width: 140px;*/
    /*height: 140px;*/

    width:160px;
    height:160px;
    position:absolute;
    top: 36px;
    left:39px;
}
.arrow-wrap {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(186, 186, 186, 0.2);
    cursor: pointer;
}
.arrow-wrap{
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.arrow-wrap>p{
    position: relative;
    top: 8px;
}