/* 头部 */
.header{
    width: 100%;
    background-color: #ffffff;
    height: 56px;
}

.header .logo{
    width: 55%;
    margin: 0 auto;
    display: block;
}

.header .search{
    width: 84px;
}

/* 首页 */
.vip-xuanchuan{
    width: 100%;
    height: 78px;
    background-image: url('../img/index/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 78px;
    font-size: 20px;
    font-weight: 600;
}

.vip-xuanchuan a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.index-tab a:not(:last-child){
    margin-right: 35px;
}

.index-tab .active{
    color: #D9383E;
}

.zhibiao-item{
    margin-bottom: 15px;
}

.zhibiao-item-right{
    position: relative;
    display: inline-block;
    width: 38%;
    height: 100px;
}

.zhibiao-item-right .fengmian{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.zhibiao-item-left{
    width: 60%;
}

/*.zhibiao-item-left .two-line{
    height: 50px;
}*/


.zhibiao-item-right .tuijian-tag{
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
    height: 38px;
    text-align: center;
    border-bottom-left-radius: 19px;
    background-color: #D9383E;
    color: #ffffff;
    line-height: 38px;
    font-size: 14px;
}

.footer-shengming{
    color: #BAB9B9;
}

.footer{
    padding-bottom: 80px;
    box-sizing: border-box;
}

.footer-a{
    width: 100%;
    color: #A6A5A5;
}

.footer-a a{
    color: #A6A5A5;
}

.footer-a span{
    margin: 0 5px;
}

.tuijian-reson{
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
}


.tuijian-reson img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.tuijian-reson p{
    margin-left: 15px;
}

.index-tiezi-item{
    display: block;
    margin-bottom: 15px;
}

.index-tiezi-item i{
    font-size: 25px;
    color: #d7b707;
    margin-right: 10px;
}

.index-tiezi-item .center{
    /*height: 60px;*/
    color: #808080;
    line-height: 25px;
}

.index-tiezi-item .bot img{
width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 30px;
}

/* 以上为首页三个tab */

/* 头部下拉 */
.header-list{
    z-index: 999;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    transform: translateY(-100%);
    transition: all;
}

.header-list-active{
    transform: translateY(0);
    transition: all;
}

.header-list-content{
    width: 96%;
    margin: 20%  auto auto auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-list-content img{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    
}

.header-list-content a{
    display: block;
    text-align: center;
    width: 33%;
    margin-bottom: 40px;
}


.header-list-content span{
    display: block;
    margin-top: 10px;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    color: #4B4B4B;
}

.header-close-list{
    font-size: 40px;
}

/* 指标首页 */
.formula-tab a{
    display: block;
}

.formula-tab img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.formula-tab-imgBg{
    position: relative;
    width: 55px;
    height: 55px;
    background-color: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    line-height: 71px;
}

.formula-tab .active{
    background-color: #D9383E;
}

.formula-tab .active .img1{
    display: none;
}

.formula-tab .active {
    color: #D9383E!important;
}

.formula-tab .active .img2{
    display: inline-block;
}

.formula-tab p{
    background-color: transparent!important;
}

.headerNavigation{
	height: 56px;
}

.headerNavigation .logo{
    display: block;
}

.headerNavigation .limit{
    margin:0 10px;
}

.formulaDetail-userInfo .avatar{
    width:46px;
    height: 46px;
    margin-right: 10px;
    border-radius: 46px;
}

.formulaDetail-userInfo-right .sixin{
    background-color: #D9383E;
    color: #ffffff;
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}

.formulaDetail-tedian p{
	margin-bottom: 8px;
	font-size: 15px;
}
.formulaDetail-tedian p span{
    flex: 1;
    text-align: left;
    color: #575656;
}

.c-intro-tab{
    z-index: 99;
    background-color: #ffffff;
    position: sticky;
    top: 0vh;
}

.c-intro-tab .active a{
    color: #D9383E;
}

.formulaDetail-tuijianliyou img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.formulaDetail-tuijianliyou .red{
    line-height: 25px;
    color: #D9383E;
}

.c-formual-bot {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px -5px 10px -5px rgb(0 0 0 / 10%);
}

/* 评论样式s */
.group-comment{
	box-sizing: border-box;
	width: 100%;
}

.group-comment-item{
	width: 100%;
	margin-bottom: 20px;
}

.group-comment-avatar{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.group-comment-avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.group-comment-right{
	width: calc(100% - 50px);
}

.group-comment-top{
	position: relative;
}

.group-comment-top .c-name{
	color: #101010;
	font-size: 14px;
}

.group-comment-top .c-time{
	color: #969696;
}

.group-comment-top .c-dianzan{
	position: absolute;
	right: 0;
	top: 10px;
    display: flex;
    align-items: center;
}

.group-comment-top .c-dianzan i{
    margin-right: 5px;
}

.group-comment-content{
	width: 100%;
	line-height: 20px;
}

.group-comment-photos{
	width: 100%;
}

.group-comment-photos  ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.group-comment-photos  ul>li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
	height: 58px;
}

.group-comment-photos  ul>li:nth-child(4n){
    margin-right: 0;
}

.group-comment-photos  ul>li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.group-comment-input{
    z-index: 10000;
	position: fixed;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 66px;
    box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.group-comment-input-touch{
	display: flex;
	align-items: center;
	background-color: #f5f7f6;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #b5b8b7;
}

.group-comment-input-touch i{
	margin-right: 5px;
}

.group-comment-input-form{
	z-index: 999;
    position: fixed;
	transform: translateY(100%);
	width: 100%;
	background-color: #ffffff;
	transition: all 250ms;
}

.group-comment-input-form-active{
	transition: all 250ms;
	transform: translateY(-100%);
}

.group-comment-input-cover{
    z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.group-comment-input-form textarea{
	width: 100%;
	height: 66px;
}

.group-comment-input-photos{
	width: 100%;
}

.group-comment-input-photos ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.group-comment-input-photos ul>li{
	position: relative;
	width: 15%;
	height:50px;
	margin-right: 6%;
    margin-bottom: 4%;
}


.group-comment-input-photos ul>li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-comment-input-photos ul>li:last-child{
	margin-right: 0;
}

.group-comment-input-photos .upload-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.group-comment-input-photos ul>li .close-style{
	position: absolute;
    right: -18px;
    top: -13px;
}

.n-del{
    position: absolute;
    right: 0;
    top: 0;
}

#facebox{
	padding: 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

/* 评论样式e */

.c-fold-content p{
    margin-top: 20px;
    line-height: 30px;
}
.hide-content{
    display: none;
}

.formulaDetail-xiazaibikan .slide-up{
    display: none;
}

/* 高手动态 */
.teacher-header{
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.teacher-header-info{
    margin: auto;
    left: 0;
    right: 0;
    top: 112px;
}

.teacher-header-info .avatar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
    border: 5px solid #ffffff;
}

.teacher-header-info .tag{
    width: 39px;
    font-size: 12px;
    border: 1px solid #282828;
    border-radius: 5px;
    color: #F2BF61;
    line-height: 10px;
    background-color: #282828;
    padding: 2px;
    margin-left: 10px;
    box-sizing: border-box;
    margin: 0 10px;
}

.teacher-header-info .btn{
    display: block;
    height: 30px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    background-color: #ffc254;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    margin-right: 20px;
}

.teacher-header-info .btn:last-child{
    margin-right: 0px;
}

.teacher-tab{
    height: 45px;
}

.teacher-tab a{
    flex: 1;
    text-align: center;
    font-size: 17px;
    color: #000008;
}

.teacher-tab .active{
    position: relative;
    color: #101010;
}

.teacher-tab .active::after{
    position: absolute;
    content: '';
    width: 52px;
    height: 4px;
    background-color: #D9383E;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}


.group-detail-content{
    width: 100%;
	margin-bottom: 20px;
}

.group-detail-content .c-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.group-detail-content-right{
    width: 93%;
    margin-left: 5px;
}

.group-detail-content-top{
    display: flex;
    justify-content: space-between;
}

.group-detail-content-top .c-name{
    color: #F0AA52;
}

.group-detail-content-top .c-quanzhu{
    color: #ffffff;
    background-color:#F0AA52;
    padding: 3px 7px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-status span{
    margin-left: 10px;
}

.group-detail-content-status .c-shenhe{
    padding: 5px 10px;
    box-sizing: border-box;
    color: #999999;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-status .c-zhiding{
    padding: 5px 10px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #66A3FF;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-status .c-jinghua{
    padding: 5px 10px;
    box-sizing: border-box;
    color: #D9383E;
    background-color: #ffeced;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-photo ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.group-detail-content-photo ul>li{
    width: 23.5%;
	height: 65px;
    margin-right: 2%;
    margin-bottom: 2%;
}

.group-detail-content-photo ul>li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.group-detail-content-photo ul>li:nth-child(4n){
    margin-right: 0;
}

/* 高手文章 */
.teacher-news-item{
    width: 100%;
    margin-bottom: 20px;
}

.teacher-news-item-left{
    width: 30%;
    height: 90px;
}

.teacher-news-item img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.teacher-news-item-right{
    width: 68%;
}

/* 高手评论 */
.teacher-comment-item{
    margin-bottom: 20px;
}

.teacher-comment-item .avatar{
    width: 50px;
    height: 50px;

}

.teacher-comment-item .avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.teacher-comment-item .two-line{
    line-height: 25px;
}

/* 课程 */
.course-tab a{
    display: inline-block;
    width: 20%;
    margin-right: 2%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffeced;
    color: #D9383E;
    border-radius: 5px;
}

.course-tab a:last-child{
    margin-right: 0;
}

.wenda-item img{
    width: 21px;
    margin-right: 10px;
}

.r-wenda-icon{
	 width: 21px;
    margin-right: 10px;
}

.wenda-item-dec{
    line-height: 25px;
    height: 62px;
    overflow: hidden;
}

.wenda-item{
    margin-bottom: 20px;
}

.baike-item{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.baike-item:nth-child(2n){
    margin-right: 0;
}

.baike-item img{
    width: 100%;
    height: 128px;
    object-fit: cover;
    border-radius: 11px;
}

.course-sorft{
    width: 21%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.course-sorft:nth-child(4n){
    margin-right: 0%;
}

.course-sorft img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

/* 文章列表 */
.news-tab{
    position: relative;
    border: 1px solid #e4e4e4;
}

.news-tab-list{
    z-index: 100;
    position: absolute;
    display: none;
    top: 44px;
    left: 0;
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
}

.news-tab-list .active{
    color: #D9383E;
    background-color: #FFECED;
}

.news-tab-list-cover{
    z-index: 99;
    position: absolute;
    display: none;
    top: 44px;
    left: 0;
    width: 100%;
    height: 74vh;
    background-color: rgba(0, 0, 0, .2);
}

.news-tab-list a{
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #F5F4F4;
    color: #9F9E9E;
    border-radius: 5px;
    margin-right: 17px;
    margin-bottom: 10px;
}

.news-collect span{
    width: 60px;
    white-space: nowrap;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
}

.news-collect span i{
    margin-right: 4px;
}

.news-last-next{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.news-last-next a{
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #D9383E;
    border-radius: 30px;
    margin: 0 10px;
}

.news-last-next .last{
    color: #D9383E;
}

.news-last-next .next{
    color: #ffffff;
    background-color: #D9383E;
}

.news-zhuanti a{
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #D9383E;
    background-color: #FFF4F3;
}

.wendaDetail-content{
    position: relative;
    overflow: hidden;
}

.wendaDetail-content .tag{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #ffffff;
    background-color: #6165fa;
    margin-top: -43px;
    margin-left: -45px;
    transform: rotate(45deg);
}

.wendaDetail-content .tag font{
    position: absolute;
    right: 7px;
    top: 0px;
    transform: rotate(-45deg);
    font-size: 18px;
}

.xianggaun-list a{
    display: block;
    color: #3E3D3D;
}

.quess{
    padding-left: 10px;
    box-sizing: border-box;
}

.quess::before {
    content: "";
    position: absolute;
    left: 0;
    width: 13px;
    height: 26px;
    background-color: #6165fa;
}

/* 软件列表和详情*/

.sorfware-item {
    margin-bottom: 20px;
}
.sorfware-item img{
    width: 68px;
    height: 68px;
    border-radius: 5px;
    object-fit: cover;
}

.sorfware-item p{
    width: calc(100% - 78px);
    height: 68px;
}

.sort-top img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.sort-btn{
    display: inline-block;
    background-color: #D9383E;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    width: 40%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: 100px;
}

/* 标签和专题 */
.tag-tab{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 200px;
    overflow-y: scroll;
}

.tag-tab a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #D9383E;
	border-radius: 50%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.tag-tab a:nth-child(8n){
    margin-right: 0;
}

.tag-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tag-content a{
	display: inline-block;
	padding: 6px 8px;
	box-sizing: border-box;
	background-color: #F5F5F5;
	color: #555252;
	margin-right: 18px;
	margin-bottom: 10px;
}

.zhuanti-item-left{
    position: relative;
    width: 34%;
}

.zhuanti-item-right{
    width: 64%;
    overflow: hidden;
}

.zhuanti-item-left img{
    width: 100%;
    height: 98px;
    object-fit: cover;
}

.zhuanti-item-left span{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .5);
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 30px;
}

.zhuanti-tag {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    align-items: center;
}

.zhuanti-tag a{
    display:inline-block;
    padding: 3px 6px;
    box-sizing: border-box;
    color: #999999;
    background-color: #F9F9F9;
}

.zhuanti-tag a{
    margin-right: 10px;
}

.zhuanti-tag a:last-child{
    margin-right: 0;
}

.zhuanti-tag .active{
    color: #0066CC;
    background: #e6f1fb;
}

.zhuanti-item{
    margin-bottom: 20px;
}

/* 圈子 */
.group-tab{
    height: 50px;
    line-height: 45px;
}

.group-tab a{
    margin: 0 20px;
}

.group-tab .active{
    color: #D9383E;
    border-bottom: 4px solid #D9383E;
    box-sizing: border-box;
}

.group-item-bot img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.group-item{
    margin-top: 15px;
}

.group-item-wrap .group-item:first-child{
    margin-top: 0;
}

.group-my-item-content:first-child{
    margin-top: 15px;
}
.group-my-item-content{
    margin-bottom: 15px;
}

.group-my-item-content:last-child{
    margin-bottom: 0;
}

.group-my-item-content img{
	width: 30%;
	height: 80px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 10px;
}

.group-my-item-right{
    width: 68%;
}

.group-detail-header-left img{
	width: 85px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    object-fit: cover;
}

.group-detail-header a{
    width: 100px;
    height: 40px;
    background-color: #f8f8f8;
    color: #D9383E;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

.group-dec-top{
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #f5f5f5;
}

.group-dec-top a{
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #f7f5f4;
    color: #101010;
}

.group-dec-top img{
    width: 30%;
    height: 80px;
    border-radius: 5px;
    box-sizing: border-box;
    object-fit: cover;
}

.group-dec-top-data .tc{
    flex: 1;
    border-right: 2px solid #f5f5f5;
}

.group-dec-top-data .tc:last-child{
    border: none;
}

/* 我的模块 */
.my-top{
    width: 100%;
}

.my-top img{
    width: 70px;
    height:70px;
    border-radius: 50%;
}

.my-top hr{
    border: none;
    height: 1px;
    background-color: #e5e5e5;
}

.logout-style a{
    display: block;
    width: 60%;
    height: 50px;
    border-radius: 5px;
    background-color: #D9383E;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: 50px auto 20px auto;
}

.my-fans-tab .active{
    color: #D9383E;
    border-bottom: 2px solid #D9383E;
}

.my-fans-tab a{
    padding-bottom: 5px;
    box-sizing: border-box;
}

.my-fans-item{
    position: relative;
}

.my-fans-item .status{
    position: absolute;
    right: 0;
    top: 20px;
}

.my-fans-item .status i{
    margin-right: 10px;
}

.my-fans-item{
    margin-bottom: 20px;
}

.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%;
}

.recharge-style button{
    display: block;
    width: 60%;
    height: 50px;
    border-radius: 5px;
    background-color: #D9383E;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: 10px auto auto auto;
}

/* 搜索 */
.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-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;
}

.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%;
}

.coin{
	width:25px;
	margin-right: 5px;
}

.zan{
	width: 20px;
}

.r-vip-tip{
	color: #797979;
	background-color: #FFF3C2;
}

.r-vip-tip a{
	color: #797979;
}

.index-btn{
    display: block;
    width: 60%;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    background-color: #D9383E;
    color: #ffffff;
}   

.n-speleft-noImg p{
    width: 80px;
    height: 80px;
    background-color: #999;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    font-weight: 600;
}

.c-phone-check{
    position: relative;
}
.lookPassword {
    position: absolute;
    right: 11px;
    top: 12px;
}
