/*
*首页index样式表
*首页引入
*2021-12-24
*/
body{
    position: relative;
    z-index: -99;
}
.banner-bg{
    width: 100%;
    height: 30px;
    background: url("/image/8c6ee4cf7fb54425987871b9a2f52f2e.png") repeat-x top center;
    opacity: .7;
    filter: blur(50px);
}
/* 导航轮播结构样式 */
.section-nav-banner{
    width: 100%;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}
.new-good-course{
    margin-bottom: 10px;
}
/*.row-nav-banner{
    width: 100%;
    height: 400px;
    margin: 0;
}*/
.row-nav{
    padding: 0;
    background: cyan;
    border-top-left-radius:12px;
}
.row-banner{
    padding: 0;
    background: green;
    border-top-right-radius:12px;
}
.row-bottom-type{
    display: flex;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 55px 25px -25px #d3defb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    /*margin: 20px 0 0 0;*/
    background: #ffffff;
}
.bottom-type{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-type .type-left{
    width: 50px;
    height: 50px;
}
.bottom-type .type-left img{
    width: 100%;
    height: 100%;
}
.type-right{
    margin-left: 10px;
}
.right-title{
    font-size: 18px;
    font-weight: bold;
}
.right-desc{
    font-size: 14px;
    color: #999;
}

/* 新上好课样式 */
.goodcourse{
    width: 100%;
    /* height: 800px; */
    /* background: #ccc; */
}
/* 好课标题 */
.content-title{
    display: flex;
    justify-content: space-between;
}
.content-title-left{
    display: flex;
}
.goodcourse h2 {
	display: flex;
}

.goodcourse h2 .hot {
	display: flex;
	height: 38px;
}
.more{
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}
.goodcourse h2 .hot .hot-left {
	height: 38px;
	font-size: 20px;
    padding: 0 10px;
	text-align: center;
	line-height: 37px;
	color: #ffffff;
	border-radius: 8px 0 8px 8px;
	background: linear-gradient(90deg, #ff727f 0%, #fc685c 100%);
}
.goodcourse h2 .hot .hot-right {
	width: 0;
	height: 0;
	border: 6px solid #fc685c;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.goodcourse h2 .txt {
	position: relative;
	height: 38px;
    z-index: 50;
}
.goodcourse h2 .txt .txt-top {
	font-size: 24px;
    padding: 0 5px;
    color: #333333;
	line-height: 31px;
    font-weight: 700;
}
.goodcourse h2 .txt .txt-bottom {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 13px;
	background: linear-gradient(90deg, #fbf84f 0%, #fea935 100%);
	border-radius: 7px;
	z-index: -1;
}
/* 好课内容 */
.course-content{
    width: 100%;
    height: 100%;
    /* background: red; */
    margin-top: 20px;
    display: flex;
}
.content-ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.content-li{
    position: relative;
    width: 270px;
    height: 275px;
    /* background: palevioletred; */
    margin-bottom: 20px;
    box-shadow: 1px 1px 10px rgb(27 39 94 / 40%);
    border-radius: 8px;
    transition:margin-top 0.2s;
    -webkit-transition: margin-top 0.2s;
    overflow: hidden;
}
.content-li a:hover{
    text-decoration: none;
}
/*.li-name,.li-desc{*/
/*    position: relative;*/
/*    color: #333;*/
/*    padding: 0 0 0 10px;*/
/*}*/

.li-desc{
    color: #808080;
}
.li-desc .memberprice{
    position: absolute;
    right: 10px;
}
.content-li:hover{
    margin-top: -5px;
}
.content-li .li-img{
    width: 100%;
    height: 165px;
}
.content-li .li-img img{
    width: 100%;
    height: 100%;
}
.li-vip-img{
    position: absolute;
    top: 5px;
    right: 10px;
}
.li-name{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 10px 0 10px;
}
.li-descc{
    font-size: 12px;
    margin: 10px 0 0 0px;
}
.li-desc{
    font-size: 12px;
    margin: 10px 0 0 10px;
}
.li-sale-price{
    position: relative;
    font-size: 14px;
    margin: 10px 0 0 10px;
    display: flex;
}
.index-free{
    width: 14px;
    height: 10px;
    color: #808080;
    opacity: .5;
}
.content-left{
    width: 555px;
    height: 100%;
    padding: 0 20px 15px 0;
}
.content-left img{
    width: 100%;
    height: 100%;
}
.freestudy{
    padding: 2px 0px 2px 0px;
    height: 20px;
    color: #3586ff;
    font-size: 14px;
    /*background: linear-gradient(90deg,#99cc33,#009933 99%);*/
    /*border-radius: 24px 0 24px 0;*/
}
.boutique{
    padding: 2px 10px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(90deg,#199fff,#005cbf 99%);
    border-radius: 24px 0 24px 0;
}
.memberfree{
    /*width: 80px;*/
    padding: 2px 10px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(90deg,#ff928e,#fe7062 99%);
    border-radius: 24px 0 24px 0;
}
.memberprice{
    color: #fe7062;
    font-weight: bold;
    font-size: 16px;
}
.more a{
    color: #333;
    line-height: 38px;
}
/* 都在看好书样式 */
.good-book{
    width: 100%;
    /* height: 240px; */
    /* background: red; */
    margin-top: 20px;
}
.book-title{
    font-size: 24px;
    /*padding: 0 5px;*/
    color: #222;
    line-height: 31px;
}
.book-title .txt{
    position: relative;
	height: 38px;
	/*margin-left: 10px;*/
}
.book-title .txt .txt-top {
	font-size: 24px;
    /*padding: 0 5px;*/
    font-weight: bold;
    color: #222222;
	line-height: 31px;
}
.book-title .txt .txt-bottom {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 122px;
	height: 13px;
	background: linear-gradient(90deg, #fbf84f 0%, #fea935 100%);
	border-radius: 7px;
	z-index: -1;
}
.book-content{
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.course-ul{
    display: flex;
    justify-content: space-between;
}
.li-book{
    width: 270px;
    height: 190px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgb(27 39 94 / 40%);
}
.li-book .course-bg{
    width: 100%;
    height: 130px;
}
.li-book .course-bg img{
    width: 100%;
    height: 100%;
}
.course-name{
    height: 60px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 10px;
}
/* 都在看好书结束 */
/*卡片内图标样式*/
.good_favcar{
    position: absolute;
    right: 10px;
}
.good_favcar .addfav{
    color: #388fff;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}
.good_favcar .addfav span{
    font-size: 14px;
}
.good_favcar .addcart{
     color: #fe7062 ;
    font-size: 12px;
    cursor: pointer;
}
.good_favcar .addcart span{
    font-size: 12px;
}

.swiper-container {
    width: 860px;
    /*width: 900px;*/
    height: 400px;

    
}
.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background: #ffffff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    border-radius: 4px !important;
    width: 16px !important;
    height: 10px;
    background: #388fff !important;
}
.swiper-nav-prev, .swiper-nav-next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: rgba(0,0,0,.2);
    left: auto;
    text-align: center;
}
.swiper-nav-prev i, .swiper-nav-next i{
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}
.swiper-nav-prev{
    left: 10px;
}
.swiper-nav-next{
    right: 10px;
}