.c-search-wrap{
    width: 100%;
}

.c-search-form{
    position: relative;
}

.c-search-form input{
    width: 100%;
    height: 30px;
    border-radius: 30px;
    padding-right: 43px;
    box-sizing: border-box;
}

.c-search-form button{
    position: absolute;
    right: 15px;
    top: 9px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #101010;
    background-color: transparent;
}

.c-index-swipper{
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.c-index-swipper a{
    display: block;
    width: 100%;
    height: 100%;
}

.c-index-swipper .swiper-pagination-bullet-active{
    background-color: #101010;
}

.c-index-swipper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-index-swipper .swiper-wrapper{
    width: 100%;
    height: 100%;
}

.c-index-swipper  .swiper-container{
    width: 100%;
    height: 100%;
}

.c-index-title h2{
    font-weight: 600;
    margin-right: 10px;
}

.c-index-refresh {
    color: #BFBFBF;
}

.c-index-refresh i{
    margin-right: 10px;
}

.c-index-title a{
    color: #BFBFBF;
}

.c-index-formula{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.c-index-formula:last-child{
    margin-bottom: 0;
}

.c-index-formula-left .fengmian{
    width: 88px;
    height: 88px;
    border-radius: 10px;
    object-fit: cover;
}

.c-index-formula-right{
    width: calc(100% - 98px);
    margin-left: 10px;
}

.c-index-formula-left span{
    color: #FFC254;
    font-weight: 600;
}

.c-index-formula-right ul{
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.c-index-formula-right ul>li{
    padding: 2px 5px;
    box-sizing: border-box;
    background-color:#fff4f3;
    color: #ED523D;
    font-size: 12px;
}

.c-index-formula-right ul>li:not(:last-child){
    margin-right: 5px;
}

.c-index-formula-reson{
    display: flex;
    align-items: center;
    width: 100%;
}

.c-index-formula-reson img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.c-index-formula-reson-wrap{
    background-color: #F5F6F9;
    padding: 10px;
    box-sizing: border-box;
}

.c-group-theme{
	width: 100%;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.c-group-theme:last-child{
    border-bottom: 0px solid #f2f2f2;
    padding-bottom: 0px;
}

.c-group-theme a{
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-top: 10px;
}

.c-group-theme a:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.c-group-theme span{
	display: block;
}

.c-group-theme span:last-child{
	color: #969696;
}

.c-findGroud-list{
	width: 100%;
}

.c-findGroud-list ul{
	width: 100%;
}

.c-findGroud-list ul>li{
	display: flex;
	margin-top: 15px;
}

.c-findGroud-list ul>li:first-child{
	margin-top: 0;
}

.c-findGroud-list-left{
	width: 88px;
	height: 57px;
}

.c-findGroud-list-left a{
	display: block;
	width: 100%;
	height: 100%;
}

.c-findGroud-list-left img{
	width: 100%;
	height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.c-findGroud-list-right{
	width: calc(100% - 98px);
	margin-left: 10px;
}

.c-findGroud-list-right p{
	color: #969696;
}

.c-findGroud-list-right .c-info{
	display: flex;
	align-items: center;
}

.c-findGroud-list-right .c-info span{
	margin-right: 10px;
	display: inline-block;
}

.c-findGroud-list-right .c-info span:last-child{
	margin-right: 0;
}

.c-findGroud-list-right .c-info span:first-child{
	max-width: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.c-index-teacher{
    width: 100%;
}

.c-index-teacher-item{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.c-index-teacher-item:last-child{
    margin-bottom: 0;
}

.c-index-teacher-left{
    width: 50px;
    height: 50px;
}

.c-index-teacher-left img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.c-index-teacher-right{
    width: calc(100% - 60px);
    margin-left: 10px;
}

.c-index-teacher-right span{
    font-size: 13px;
    color: #969696;
}

/* 公式列表s */
.c-formula-swipper{
    width: 100%;
    height: 138px;
    padding-top: 10px;
    box-sizing: border-box;
}

.c-formula-swipper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-formula-swipper .swiper-container{
    width: 100%;
    height: 100%;
}

.c-formula-filter{
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.c-formula-filter ul{
    width: 95%;
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 1px solid #f2f2f2;
    white-space: nowrap;
    overflow-x: auto;
}

.c-formula-filter ul>li{
    text-align: left;
    margin-right: 18px;
}

.c-formula-filter .layui-table-sort{
    margin-left: 0px;
}


.c-formula-list{
    width: 100%;
}

.c-formula-list ul{
    width: 100%;
}

.c-formula-list ul>li{
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.c-formula-list ul>li:first-child{
    margin-top: 10px;
}

.c-formula-list ul>li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.c-formula-list ul>li a{
    display: flex;
    justify-content: space-between;
}

.c-formula-list-left{
    width: 78%;
}

.c-formula-list-right{
    width: 75px;
    height: 43px;
}

.c-formula-list-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.c-formula-list-type{
    font-size: 13px;
    color: #BFBFBF;
    margin-top: 5px;
}

.c-formula-list-title{
    width: 100%;
    height: 39px;
    overflow: hidden;
}

.c-formula-list-title img{
    margin-right: 2px;
    margin-top: 2px;
}



/* 课程列表 */
.c-course-tab{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.c-course-tab ul{
    display: flex;
    align-items: center;
}

.c-course-tab ul>li{
    flex: 1;
    text-align: center;
}

.c-course-tab ul>li img{
    padding: 8px;
    background-color: #F5F6F9;
    border-radius: 50%;
}
.c-course-tab ul>li:not(:last-child){
    margin-right: 20px;
}

.c-course-video{
    width: 100%;
}

.c-course-video ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-course-video ul>li{
    width: 48.5%;
    margin-right: 2.55%;
    margin-top: 15px;
}

.c-course-video ul>li:nth-child(2n){
    margin-right: 0;
}

.c-course-video-top{
    position: relative;
    display: block;
    width: 100%;
    height: 97px;
}

.c-course-video-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.c-course-video-top span{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 56px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .7);
}

.c-course-video-bot a{
    height: 38px;
}

.c-course-video-bot-info{
    margin-top: 5px;
}

.c-course-video-bot-info span:first-child{
    padding: 2px 6px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #101010;
}

.c-course-video-bot-info span:last-child{
    color: #969696;
}

.c-course-skill{
    width: 100%;
    margin-top: 15px;
}

.c-course-skill-right-info{
    font-size: 12px;
}
.c-course-skill-left{
    width: 70px;
    height: 66px;
}

.c-course-skill-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.c-course-skill-right{
    width: calc(100% - 85px);
    margin-left: 10px;
}

.c-course-skill-right .two-line{
    height: 38px;
    font-weight: 600;
}

.c-course-skill-right-info span:first-child{
    padding: 2px 6px;
    background-color: #fff4f3;
    color: #ED523D;
    font-size: 12px;
}

.c-course-skill-right-info span:last-child{
    color: #969696;
}

.c-course-book{
    width: 100%;
}

.c-course-book ul{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.c-course-book ul>li{
    width: 33%;
    margin-right: 3%;
}

.c-course-book ul>li img{
    width: 100%;
    height: 163px;
    object-fit: cover;
}

.c-course-sorft{
    width: 100%;
}

.c-course-sorft ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-course-sorft ul>li{
    width: 23.5%;
    margin-right: 2%;
    margin-top: 15px;
    text-align: center;
}

.c-course-sorft ul>li:nth-child(4n){
    margin-right: 0;
}

.c-course-sorft ul>li img{
    width:84%;
    height: 68px;
    border-radius: 10px;
    object-fit: cover;
    margin: 0 auto 5px auto;
}

/* 个人中心 */
.c-user-avatar{
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.c-user-avatar-left{
    width: 66px;
    height: 66px;
}

.c-user-avatar-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.c-user-avatar-right{
    width: calc(100% - 76px);
    margin-left: 10px;
}

.c-user-avatar-right .c-name{
    color: #101010;
}

.c-user-avatar-right .c-data{
    margin: 5px 0;
    color: #969696;
}

.c-user-avatar-right .c-intro{
    color: #969696;
}

.c-user-menu-list{
    width: 100%;
}

.c-user-menu-list ul{
    width: 100%;
}

.c-user-menu-list img{
    margin-right: 15px;
}

.c-user-menu-list ul>li a{
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    color: #969696;
}

.c-user-menu-list ul>li:last-child a{
    border-bottom: none;
}

.c-user-logout-btn{
    background-color: #D9383E;
    width: 88%;
    margin: 20% auto 88px auto;
    border-radius: 10px;
}

/* 精品公式 */
.jingping-formula{
    width: 100%;
}

.jingping-formula ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.jingping-formula ul>li{
    width: 48.5%;
    margin-right: 2.5%;
    margin-bottom: 4%;
}

.jingping-formula ul>li:nth-child(2n){
    margin-right:0;
}


.jingping-formula .top{
    position: relative;
    display: block;
    width: 100%;
    height: 118px;
    border-radius: 6px;
    overflow: hidden;
}

.jingping-formula .top .tedian{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    transition: all 250ms;
}

.jingping-formula .top .no-tedian{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    opacity: 0;
    transition: all 250ms;
    text-align: center;
    margin: auto;
}

.jingping-formula .top .no-tedian p{
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: 600;
}

.jingping-formula .top .tedian-ul{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 83%;
    height: 58px;
}

.jingping-formula .top .tedian-li{
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.jingping-formula .top .tedian-li:nth-child(2n){
    margin-right: 0;
}

.jingping-formula .top .tedian-li:nth-child(5){
    margin-bottom: 0;
}

.jingping-formula .top .title a{
    display: block;
    height: 39px;
}

.jingping-formula ul>li:hover .no-tedian{
    opacity: 1;
    transition: all 250ms;
}

.jingping-formula ul>li:hover .tedian{
    transition: all 250ms;
    opacity: 1;
}

.jingping-formula .top .time{
    position: absolute;
    left: 6px;
    bottom: 6px;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, .6);
    transition: all 250ms;
    opacity: 1;
}

.jingping-formula .top .tuijian{
    position: absolute;
    left: 3px;
    top: 3px;
    transition: all 250ms;
    opacity: 1;
}

.jingping-formula ul>li:hover .top .tuijian{
    opacity: 0;
    transition: all 250ms;
}

.jingping-formula ul>li:hover .top .time{
    opacity: 0;
    transition: all 250ms;
}




.jingping-formula .top img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.jingping-formula .title{
	position: relative;
	width: 100%;
	margin: 10px 0;
	font-weight: 600;
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	font-size: 16px;
}

.jingping-formula .info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.jingping-formula .info a{
    padding: 2px 5px;
    box-sizing: border-box;
    color: #8A8787;
    background-color: #F2F2F2;
    margin: 0px 10px 10px 0;
    font-size: 12px;
}

.jingping-formula  .getThis .download{
    padding: 3px 12px;
color: #e66267;
    background-color: #ffeced;
    border-radius: 30px;
    font-size: 12px;
    cursor: pointer;
}

/* 公式详情 */
.c-formula-detail-fengmian{
    z-index: -1;
    position: relative;
    width: 100%;
    height: 226px;
    overflow: hidden;
}

.c-formula-detail-fengmian .c-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.c-formula-detail-fengmian img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-formula-content{
    z-index: 1;
    width: 100%;
    margin-top: -22vh;

}

.c-formula-top{
    background-color: #f9f9f9;
    border-top-right-radius:20px;
    border-top-left-radius: 20px;
}

.c-formula-type1 span{
    padding: 2px 6px;
    color: #ED523D;
    background-color: #fff4f3;
}

.c-formula-type2 span{
    position: relative;
    color: #969696;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 13px;
}

.c-formula-type2 span::before{
    position: absolute;
    top: 6px;
    left: 4px;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #969696;
}

.c-formulaDetail-intro-tab{
    width: 100%;
}

.c-formulaDetail-intro-tab ul{
    display: flex;
    align-items: center;
}


.c-formulaDetail-intro-tab ul>li{
    padding-bottom: 5px;
    border-bottom: 2px solid transparent
}

.c-formulaDetail-intro-tab ul>li:not(:last-child){
    margin-right: 20px;
}

.c-formulaDetail-intro-tab .active{
    border-color: #FFC254;
}

.c-formulaDetail-intro-tab .active a{
    color: #FFC254;
}

.c-formulaDetail-intro-type{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-formulaDetail-intro-type a{
    padding: 2px 6px;
    color: #ED523D;
    background-color: #fff4f3;
    border-radius: 30px;
    margin-bottom: 6px;
}

.c-formulaDetail-intro-type a:not(:last-child){
    margin-right: 10px;
}

.c-formulaDetail-intro-content{
    background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}

.c-formulaDetail-intro-content dd{
    margin-top: 10px;
}

.c-formula-reson{
    width: 100%;
}

.c-formula-reson ul{
    width: 100%;
}

.c-formula-reson-content{
    width: 100%;
    height: 92px;
    border: 2px dashed #e6e6e6;
    overflow: hidden;
}

.c-formula-reson li{
    display: flex;
    width: 100%;
    height: 73px;
}

.c-formula-reson li img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.c-formula-reson li p{
    height: 60px;
}

.c-formual-bot{
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.1);
}

.c-formual-bot-left {
    color: #969696;
}

.c-formual-bot-left i{
    font-size: 20px;
}

.c-formual-bot-collect{
    margin-right: 20px;
    width: 49px;
    text-align: center;
}

.c-formual-bot-collect i{
    font-size: 20px;
}

.c-formual-bot-buy button{
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
}

/* 视频播放详情 */
.c-video-show{
    width: 100%;
}

.c-video-intro{
    width: 100%;
}

.c-video-intro ul{
    display: flex;
    align-items: center;
}


.c-video-intro ul>li{
    padding-bottom: 5px;
    border-bottom: 2px solid transparent
}

.c-video-intro ul>li:not(:last-child){
    margin-right: 20px;
}

.c-video-intro .active{
    border-color: #FFC254;
}

.c-video-intro .active a{
    color: #FFC254;
}

.c-video-list-ul{
    width: 100%;
}

.c-video-list-ul>li:not(:last-child){
    margin-bottom: 15px;
}

.c-video-list-ul>li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.c-video-list-ul .c-title{
    display: inline-block;
    width: 74%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 文章详情 */
.c-skill-detail-title img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

/* 书籍列表 */

.c-book-list{
    position: relative;
    width: 100%;
}


.c-book-list ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-book-list ul>li{
    position: relative;
    width: 31.2%;
    margin-right: 3%;
    margin-bottom: 15px;
}

.c-book-list ul>li img{
    width: 100%;
    height: 156px;
    object-fit: cover;
}


.c-book-list-tag{
    position: absolute;
    bottom: 23px;
    right: 5px;
    padding: 3px 5px;
    color: #ffffff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .6);
}

.c-book-list ul>li:nth-child(3n){
    margin-right: 0;
}

/* 书籍详情 */
.c-bookDetail-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-bookDetail-header .left {
	width: 32%;
	border-radius: 5px;
	overflow: hidden;
	height: 156px
}

.c-bookDetail-header .left img {
	width: 100%;
	object-fit: fill;
	border-radius: 5px;
	height: 100%
}

.c-bookDetail-header .right {
	width: 65%
}

.c-bookDetail-header .right .c-flex-al {
	display: flex;
	align-items: center
}

.c-bookDetail-header .c-flex-al img:first-child {
	margin-left: 5px
}

.c-bookDetail-header .c-flex-al h2 {
	width: 100%;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 600
}

.c-bookDetail-header .right .c-formula-price {
	width: 50%
}

.c-bookDetail-header .right .c-formula-handle {
	width: 50%
}

.c-bookDetail-header .right .c-formula-handle i{
    color: #ffffff!important;
}

.c-bookDetail-header .right  .c-formula-handle i{
    margin-right: 5px;
    font-size: 14px!important;
}

.c-bookDetail-tab{
    width: 100%;
    padding: 7px 0;
    box-sizing: border-box;
}

.c-bookDetail-tab ul{
    display: flex;
    align-items: center;
}


.c-bookDetail-tab ul>li{
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    padding-top: 4px;
}

.c-bookDetail-tab ul>li:not(:last-child){
    margin-right: 20px;
}

.c-bookDetail-tab .active{
    border-color: #FFC254;
}

.c-bookDetail-tab .active a{
    color: #FFC254;
}

/* 软件列表 */
.c-sorftware-list-ul{
    width: 100%;
}

.c-sorftware-list-ul>li{
    width: 100%;
    margin-bottom:15px;
}

.c-sorftware-list-ul>li:last-child{
    margin-bottom: 0;
}

.c-sorftware-list-ul img{
    width: 56px;
    height: 56px;
    border-radius: 5px;
    object-fit: cover;
}

.c-sorftware-list-ul .c-sorftware-list-right{
    width: calc(100% - 76px);
    margin-left: 10px;
}

/* 软件详情 */
.c-sorftwareDetail-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-sorftwareDetail-header .left {
	width:88px;
	border-radius: 5px;
	overflow: hidden;
	height: 88px;
}

.c-sorftwareDetail-header .left img {
	width: 100%;
	object-fit: fill;
	border-radius: 5px;
	height: 100%
}

.c-sorftwareDetail-header .right {
	width: calc(100% - 98px);
}

.c-sorftwareDetail-header .right .c-flex-al {
	display: flex;
	align-items: center
}

.c-sorftwareDetail-header .c-flex-al img:first-child {
	margin-left: 5px
}

.c-sorftwareDetail-header .c-flex-al h2 {
	width: 100%;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 600
}

.c-sorftwareDetail-header .right .c-formula-price {
	width: 50%
}

.c-sorftwareDetail-header .right .c-formula-handle {
	width: 50%
}

/* 高手列表 */
.c-teacher-list {
	width: 100%
}

.c-teacher-list>li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2
}

.c-teacher-list>li:last-child {
	border-bottom: 0
}

.c-teacher-list .left {
	width: 56px;
	margin-right: 12px
}

.c-teacher-list .left img {
	width: 56px;
	height: 56px;
	border-radius: 50%
}

.c-teacher-list .right {
	width: calc(100% - 56px - 12px)
}

.c-teacher-list .right a {
	font-size: 15px;
	font-weight: 600;
	color: #333
}

.c-teacher-list-data {
	display: flex;
	align-items: center
}

.c-teacher-list-data p {
	display: flex;
	align-items: center;
	margin-right: 5px;
	font-size: 12px;
	white-space: nowrap
}

.c-teacher-list-data p span:nth-child(2) {
	color: #f00;
	margin-left: 3px
}

/* 搜索模块 */
.c-search-tab{
    z-index: 9999;
    width: 100%;
    position: sticky;
    top: 7vh;
    height: 40px;
    background-color: #ffffff;
}

.c-search-tab ul{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.c-search-tab ul>li{
    flex: 1;
    text-align: center;
    height: 100%;
    border-bottom: 1px solid transparent;
}

.c-search-tab ul>li:last-child{
    display: none;
}

.c-search-tab ul>li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.c-search-tab .active{
    border-bottom: 1px solid #FFC254;
}

.c-search-tab .active a{
    color: #FFC254;
}

.c-search-tab .filter-tab{
    width: 10%;
    text-align: center;
}

/* 标签样式 */
.tags-intro{
    position: relative;
    width: 100%;
    height: 25vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.tags-intro-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.tags-intro-content a{
    color: #ffffff;
}

/* 充值页面样式 */
.z-recharge-price {
    width: 100%;
}

.z-recharge-price ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.z-recharge-price ul li {
    position: relative;
    margin-right: 2.5%;
    margin-bottom: 19px;
    cursor: pointer;
    width: 48%;
    height: 110px;
    border: 1px solid rgba(230, 230, 230, 1);
    box-sizing: border-box;
}

.z-recharge-price ul li:nth-child(2n){
    margin-right: 0;
}

.z-recharge-price ul li .z-top {
    height: 78px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}


.z-recharge-price ul li .z-top span {
    margin-left: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(41, 41, 41, 1);
    line-height: 24px;
}

.z-recharge-price ul li .z-bottom {
    line-height: 30px;
}

.z-recharge-price ul .active {
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(217, 56, 62, 1);
    box-sizing: border-box;
}

.layui-form-item {
    position: relative;
    margin-top: 15px;
}

.z-recharge-price ul .active::after,
.z-recharge-type ul .active::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border-color: transparent rgba(217, 56, 62, 1);
    border-width: 30px 30px 0px 0px;
    border-style: solid;
}

.z-recharge-type ul .active::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border-color: transparent rgba(217, 56, 62, 1);
    border-width: 22px 22px 0px 0px;
    border-style: solid;
}


.z-recharge-price ul li .duigou,
.z-recharge-type ul li .duigou {
    display: none;
}

.z-recharge-price ul .active .duigou {
    display: inline;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    margin-right: 3px;
    color: #ffffff;
}

.z-recharge-type ul li {
    position: relative;
    width: 178px !important;
    height: 34px !important;
    border: 1px solid rgba(230, 230, 230, 1);
}


.pay-type-title {
    font-size: 15px;
    margin-left: 5px;
    font-weight: bold;
}

.z-uc-submit-btn {
    width: 66%;
    height: 37px;
    background: #D9383E;
    color:#ffffff;
}


.c-user-recharge-shengyu-money{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 92px;
    background-image: url('../img/recharge/2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 3%;
    box-sizing: border-box;
}


.c-user-recharge-shengyu-money .avatar{
    width:60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
}

/* 注册页 */
.c-wap-content{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url('../img/login/wap-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.c-wap-content-box{
	position: absolute;
	width: 88%;
	height: 420px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #ffffff;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 10px;
}

.c-wt-content{
	position: relative;
	width: 100%;
	height: 100%;
}

.c-wt-content .c-wt-touxiang{
    position: absolute;
    top: -75px;
    right: 0;
    left: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.c-wt-content .wfb-font {
	text-align: center;
	padding-top: 32px;
    font-size: 17px;
    font-weight: bold;
    color: rgba(243, 56, 67, 1);
}
.c-wt-content p{
	color: rgba(191, 191, 191, 1);
}

.c-phone-in {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
}

.c-phone-in input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 300ms all;
    border: 1px solid #e6e6e6;
    color: #2d2d2d;
}

.c-wt-content .input-icon {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 15px;
    height: 20px;
}

.c-wt-content .layui-form-item{
	position: relative;
}

.c-wt-content input{
    padding: 0 15px 0 36px;
}

.c-phone-in i {
    position: absolute;
    top: 24%;
    right: 10px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.c-wt-content .submit-btn {
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: 700;
    padding-top: -5px;
    background-size: 100% 100%;
	background-color: #D9383E;
}

.z-phone-code-btn{
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid rgb(217, 56, 62)!important;
	color: #D9383E!important;
}

/* 我的课程 */
.c-myCourse-video{
    width: 100%;
}

.c-myCourse-video ul{
    width: 100%;
}

.c-myCourse-video ul>li a{
    display: flex;
}

.c-myCourse-video ul>li img{
    width: 72px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
}

.c-myCourse-video ul>li .c-right{
    width: calc(100% - 85px);
}

.c-myCourse-video ul>li span{
    color: #969696;
}

.c-myCourse-video ul>li:not(:last-child){
    margin-bottom: 15px;
}

/* 公式滚动 */
.c-formula-reson-content .c_scroll_child span{
    display: inline-block;
    max-width: 88px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 取消隐藏指标优惠提示 */
.hui{
    display: none;
}

/* 指标详情作者样式 */
.formula-detail-user{
    width: 100%;
}

.formula-detail-user img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.formula-detail-user p{
    color: #101010;
}

.formula-detail-user .c-foucse{
    padding: 3px 6px;
    background-color: #D9383E;
    color: #ffffff;
    border-radius: 5px;
}

.formula-detail-user .c-home-index{
    padding: 3px 6px;
    background-color: #0167b6;
    color: #ffffff;
    border-radius: 5px;
}

/* 密码登录 */
.lookPassword{
    position: absolute;
    right: 10px;
    top: 10px;
}

/* 高手的粉丝/关注页面 */

.c-tacher-fans-tab{
    position: sticky;
    top: 6vh;
    background-color: #ffffff;
    z-index: 10;
}
.c-tacher-fans-tab a{
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.c-tacher-fans-tab{
    border-bottom: 1px solid #f2f2f2;
}

.c-tacher-fans-tab .active{
    color: #FFC254;
    border-bottom: 2px solid #FFC254;
}

.c-teacher-fasn-list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.fasn-list-item{
    margin-bottom: 15px;
}

.fasn-list-item .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.fasn-list-info{
    position: relative;
    width: calc(100% - 70px);
}

.fasn-list-tag{
    color: #F2BF61;
    padding: 2px 10px;
    box-sizing: border-box;
    background-color: #282828;
    border-radius: 5px;
}

.fasn-list-info .foucse-status{
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    width: 64px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.fasn-list-info .c-foucse{
    color: #D9383E;
    border: 1px solid #D9383E;
}

.fasn-list-info  .c-hxfoucse{
    color: #ffffff;
    background-color: #089261;
}


/* 聊天的css */
.char-now{
    margin-left: -40px;
}

.chat-iframe-height{
    height: calc(100vh - 60px);
}

.chat-iframe-height iframe{
    height: 100%;
}

.chat-content-left{
    width: 100%;
}

.chat-content{
    height: calc(100vh - 69px);
    overflow-y: scroll;
}

.chat-content-left .c-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.chat-content-left .chat-content-world{
    position: relative;
    max-width: 45%;
    background-color: #0084FF;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
}

.chat-content-left .chat-time{
    position: absolute;
    right: -121px;
    top: 0;
    font-size: 12px;
    color: #8F8C8C;
}

.chat-content-left .chat-status{
    position: absolute;
    right: -34px;
    top: 20px;
    font-size: 12px;
}

.chat-content-right{
    width: 100%;
    justify-content: flex-end;
}

.chat-content-right .c-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 10px;
}

.chat-content-right .chat-content-world{
    position: relative;
    max-width: 45%;
    background-color: #0084FF;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
}

.chat-content-right .chat-time{
    position: absolute;
    left: -121px;
    top: 0;
    font-size: 12px;
    color: #8F8C8C;
}

.chat-content-right .chat-status{
    position: absolute;
    left: -34px;
    top: 20px;
    font-size: 12px;
}

.chat-content-item{
    margin-top: 20px;
}

.chat-content-item:first-child{
    margin-top: 10px;
}

.chat-formula{
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
}

.chat-formula a img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
}

.chat-formula a font{
    max-width: 80%;
}

/* 聊天的下载记录 */
.chat-download-list{
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
}

.chat-download-item-top .fengmian{
    width: 65px;
    height: 55px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
}

.chat-download-item{
    background-color: #ffffff;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.chat-download-list-content{
    height: 95vh;
    overflow-y: scroll;
}

/* 左侧的聊天用户列表 */

.chat-user-list{
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 92%;
    top: 0;
    right: 0;
    margin-top: 16%;
}

.chat-user-left{
    width: 88%;
    background-color: #ffffff;
}
.chat-user-right{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.chat-user-left ul{
    width: 100%;

}

.chat-user-left ul>li{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.chat-user-scroll::-webkit-scrollbar {
    display: none;
}

.chat-user-scroll{
    width: 100%;
    text-align: right;
    overflow: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-y: hidden;   
    scrollbar-width: none; 
}

.chat-user-left .avatar{
    width:38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    margin-right:5px;
}

.chat-user-name{
    text-align: left;
    width: calc(100% - 43px);
}

.chat-user-left .active{
    background-color: #f5f5f5;
}

.hasMessage{
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 8px;
    right: 137px;
    background-color: #ff0000;
    border-radius: 50%;
}

.delet-this-chat{
    width: 100%;
    height: 56px;
    text-align: center;
    background-color: #ff0000;
    color: #ffffff;
    line-height: 37px;
}

.haMassgae{
    position: absolute;
    right: -6px;
    top: 0;
    display: inline-block;
    background-color: #ff0000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}