@charset "utf-8";
/* CSS Document */
.view {
	background: #f7f7f7 !important;
	margin-top:-0.1em;
}
.my .my-top{
	width: 100%;
    height: 0.5rem;
    position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
    background: linear-gradient(rgba(80,80,80,.9),rgba(233,233,233,.0));
}
.my .go-back-btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
}
.my .top-user-name{
	width: 100%;
    height: 0.9rem;
    position: absolute;
    text-align: center;
    line-height: 0.5rem;   
    font-size: 0.18rem;
    color: #FFFFFF;
    z-index: 9999;
}
.my-name-back-shade{
	width: 100%;
	height: 0.9rem;
    position: absolute;
    text-align: center;   
    line-height: 0.5rem;
    background: linear-gradient(rgba(80,80,80,.9),rgba(233,233,233,.0));
    font-size: 0.18rem;
    color: #FFFFFF;
    z-index: 9999;
}
.my ion-list .list {
	padding-top: 0px;
}
.user-line{
	height: 0.1rem;
	background: #f5f5f5;
}
.my-header{
	position: relative;
}
.my-header .ng-blur{
	width: 100%;
    height: 90%;
    z-index: -1;
    position: absolute;
    /*bottom: 0.02rem;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	-webkit-filter: blur(5px);
    filter: blur(5px);
}
.h-header.h-user{
	margin-bottom: 0;
}
.h-header{
    padding-top: 0.74rem;	
    border-bottom: 10px solid #f7f7f7 !important;
}
.h-header-red{
	 width: 100%;
    background: #f62d2b;
    padding-top: 0.44rem;
}
.h-header .my-score{
    display: inline-block;
    padding: 0 0.05rem;
    /*width: 0.62rem;
    position: absolute;*/
    height: 0.22rem;
    line-height: 0.23rem;
    text-align: center;
    border-radius: .15rem;
    background-color: rgba(0, 0, 0, .2);
    background-image: url(../../../images/my/wd_dangqianjifen_icon@3x.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: left center;
    margin-left: 0.05rem;
    cursor: pointer;
}
.h-header .all-message{
	cursor: pointer;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	width: 0.35rem;
	height: 0.35rem;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	/*background-image: url(../../../images/my/wd_sixin_icon.png);*/
	background-image: url(../../../images/my/wd_xiaoxi_icon2@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}
.h-header .all-message .red-dot{
    width: 0.08rem;
    height: 0.08rem;
    background: #EF473A;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0.035rem;
    top: 0.055rem;
}
.h-header .setup-message{
	position: absolute;
    left: 0.15rem;
    top: 0.1rem;
    width: 0.21rem;
    height: 0.21rem;
    background-image: url(../../../images/my/mine_edit_icon_pressed@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.h-header .setup-message .red-dot{
    width: 0.08rem;
    height: 0.08rem;
    background: #EF473A;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0.035rem;
    top: 0.055rem;
}
.my .my-bottom{
	width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
    background: #f7f7f7;
    border-top: 1px solid #dedede;
}
.send-message{
	position: absolute;
	top: 0;
	left: 50%;
    width: 0.78rem;

	margin-left: -0.39rem;
    font-size: 0.15rem;
    color: #333;
    background: url(../../../images/my/faxiaoxi_icon.png) no-repeat left center;
    background-size: 0.2rem;
    padding-left: 0.3rem;
    z-index: 9;
}
.send-message:hover{
	background-image: url(../../../images/my/faxiaoxi_icon_pressed.png);
}
.avatar-icon a{
	top: -0.2rem !important;
	position: absolute;
}
.avatar-iphone{
	text-align: center;
	padding-top: 0.08rem;
	color: #ffffff;
}
.position{
	display: inline-block;
    margin: 0;
}
.h-header .my-score .my-score-text{
	display: block;
	font-size: 0.11rem;
	color: #FFFFFF;
	font-weight: 500;
	margin-left: 0.22rem;
}
.coin{
	position: relative;
	margin-top: -0.15rem;
	margin-bottom: 0.1rem;
}
.h-header .is-sign{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0.76rem;
	height:0.25rem;
	line-height: 0.25rem;
	text-align: center;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	background-color: #F1A2B2;
	/*需求变动，隐藏*/
	/*background-image: url(../../../images/my/wd_qiandao_icon.png);*/
	background-position: .05rem center;
	background-repeat: no-repeat;
	background-size: auto 70%;
	padding: 0rem .15rem 0rem .19rem;
	color: #f62d2b;
	background-color:#fff;
	/*font-size: 0.11rem;*/
	font-size:0.13rem;
	cursor: pointer;
}
.h-header .re-sign{
	background-color: #ffffff;
	color: #999999;
	/*需求变动，隐藏*/
	/*background-image: url(../../../images/my/wd_yiqiandao_icon@2x.png);*/
}
.user-info{
	position: relative;
	font-size: 0.15rem;
	font-weight: 600;
	color:#333333;
	font-size: 0.15rem;
	background-image:url(../../../images/my/wd_dingbu_bg.png) ;
	background-position: center 0.5rem;
	background-repeat: no-repeat;
	background-size:cover;
}
.user-info-red{
	margin-bottom: 0.5rem;
	background-image: none !important; 
}
.user-info .username{
	margin: 0.1rem 0;
}
.user-info .my-username{
   /* margin-left: -0.5rem;*/
  height: 0.2rem;
}
.user-info .username.username-user{
    margin-bottom: 0.3rem;
}
.user-info .user-medal{
	text-align: center;
    margin-top: -0.025rem;
    margin-bottom: 0.05rem;
}
.user-info .medal{
	width: 0.29rem;
	height:0.29rem;
	display: inline-block;
	background-size:100% 100%;
}
.user-info .enterprise{
	margin-bottom: 0.15rem;
}
.user-info .enterprise img{
	width: 0.14rem;
}
.m-line{
	height:0.1rem;
	background-color: #f7f7f7;
}
.user-info .avatar .border-dashed{
    position: relative;
    top: 0.03rem;
    z-index: -1;
    display: block;
    width: .83rem;
    height: 0.83rem;
    border: 2px dashed rgba(255,255,255,.5);
    border-radius: 50%;
    padding: .1rem;
}
.user-info .avatar a{
	position:absolute;
	top: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	display: block;
	width:.7rem;
	height:.7rem;
}
.user-info .avatar a i{
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	background-position: center;
}
.userPop .popup{
	background: #fff;
}
.userPop .popup textarea{
    height: 100%;
    resize: none;
    background: #f5f5f5;
}
.userPop .popup textarea::-webkit-input-placeholder{
	color: #999;

}
.userPop .popup-body{
	padding: 0.15rem !important;
}
.userPop .popup-buttons{
    min-height: 0.145rem;
    padding: 0.08rem 0;
}

.userPop .said-con{
	height: 1.525rem;
    position: relative;
    background: #f5f5f5;
    border: 1px solid #dedede;
    padding: 0.1rem 0.1rem 0.25rem;
}
.userPop .said-con .textarea-num-posi{
    position: absolute;
    right: 0.075rem;
    bottom: 0.05rem;

    font-size: 0.11rem;
    color: #f62d2b;
}
.text-num-posi .textUp{
    font-weight: normal;
}


.study{
	width:100%;
    height: 0.82rem;
	/* border-top:1px solid #DEDEDE ; */
	background: #FFFFFF;
	padding: 0.22rem 0 .17rem;
}
.study-red{
	width:100%;
	height:0.5rem !important;
	border: none !important;
	background: #f62d2b !important;
}
.study div{
	text-align:center;
	position: relative;
}
.study-red div{
	text-align:center;
}
.study div span{
	color:#999;
	font-size:0.12rem;
}
.study-red div span{
	color:#fff;
	font-size:0.11rem;
}
.study div span i{
	color:#333;
	font-size:0.14rem !important;
	font-weight: 500;
}
.study div span i.my-icon-right:after{
	content: '';
	display: inline-block;
	width: .042rem;
	height: .06rem;
	background-image: url(../../../images/my/mine_data_icon_pressed@2x.png);
	background-repeat: no-repeat;
	background-size: auto .06rem;
	background-position: center;
	position: relative;
    left: .05rem;
}
.my-sign-left{
	/* float: left; */
	font-size: .1rem;
	color: #754e2c;
	line-height: .35rem;
}
.my-sign-right{
	float: right;
	font-size: .1rem;
	color: #754e2c;
	font-weight: 500;
	width: .67rem;
	height: .23rem;
	line-height: .23rem;
	text-align: center;
	background-image: -moz-linear-gradient(left, #ffc26d 0%, #fbdb98 100%);
    background-image: -webkit-gradient(linear, left , right, color-stop(0%,#ffc26d), color-stop(100%,#fbdb98));
    background-image: -webkit-linear-gradient(left, #ffc26d 0%,#fbdb98 100%);
    background-image: -o-linear-gradient(left, #ffc26d 0%,#fbdb98 100%);
    background-image: -ms-linear-gradient(left, #ffc26d 0%,#fbdb98 100%);
	background-image: linear-gradient(to right, #ffc26d 0%,#fbdb98 100%);
	/* background: url(../../../images/my/mine_signin_btn@2x.png) no-repeat center; */
	background-size: contain;
	border-radius: .11rem;
	position: relative;
	top: .06rem;
}
.sign-top-btn{
	font-size: .12rem;
	background-image: url(../../../images/my/mine_signin_btn@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	color: #fff;
	min-width: .57rem;
	line-height: .23rem;
	text-align: center;

}
.sign-top-btn.is_sign {
	background: none;
	color: #754e2c;
}
.sign-top-separate{
	width: 1px;
	height: .14rem;
	background-color: #754e2c;
	margin: 0 .14rem;
	transform: scaleX(.5);
	-webkit-transform: scaleX(.5);
	-moz-transform: scaleX(.5);
	-ms-transform: scaleX(.5);
	-o-transform: scaleX(.5);
}
.sign-top-signIn{
	/*height: .74rem;*/
	padding: .1rem .15rem 0;
	background-color: #fff;
	border-radius: 0 0 .05rem .05rem;
	-webkit-border-radius: 0 0 .05rem .05rem;
	-moz-border-radius: 0 0 .05rem .05rem;
	-ms-border-radius: 0 0 .05rem .05rem;
	-o-border-radius: 0 0 .05rem .05rem;
}

.my-sign-right.is_sign{
	background-image: none;
}
.my-sign-left i{
	font-weight: 500;
	color: #d39c45;
	font-style: italic;
	padding-left: .04rem;
}
.study-red div span i{
	color:#fff;
	font-size:0.16rem !important;
}
.study .exam-counts{
	/* border-right:1px solid #DEDEDE; */
}
.study .exam-counts:after{
	content: '';
	display: block;
	height: .15rem;
	width: 1px;
	background-color: #dedede;
	position: absolute;
	right: 0;
	top: .12rem;
}
.study-red .exam-counts{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
/*内容*/
.content1{
	width:100%;
	background:#FFF;
}
.content-study{
	position:relative;
	width:0.2rem !important;
	height:0.2rem !important;
	margin-left:0.1rem;
	top:0.9375em;
	background-image: url(../../../images/my/wd_wodexuexi_icon.png);
	background-size: cover;
}
.content-study1{
	width:84%;
	height:2.75em;
	border-bottom:1px solid #dedede;
	margin-left:0.38rem;
	margin-top:-1em;
}
.content-study1  span{
	line-height:2.75em;
	font-size:0.9375em;
	font-weight: 600;
}
.content-study2{
	width:100%;
	text-align:center;
	margin-top: 0.1rem;
}
.content-study2 ul {
	padding: 0 0.2rem;
}
.content-study2 ul li{
	cursor: pointer;
}
.content-study2 ul li  p{
	font-size:0.14rem;
	color: #999999;
}
.content-study2 ul li img{
	width: 50%;
}
.content-study3{
	width:100%;
	background:#FFF;
	margin-top:20px;
}
.content-study4{
	width:100%;
	background:#000;
}
.activity-11{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.7em !important;
	background-image: url(../../../images/my/mine_course_icon@2x.png);
	background-size: cover;
}
.activity12{
	font-size:0.14rem !important;
	margin-left:2em !important;
	position: relative !important;
	font-weight: 600;
}
.activity15{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.7em !important;
	background-image: url(../../../images/my/mine_train_icon@2x.png);
	background-size: cover;
}
.activity19{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.77em !important;
	background-image: url(../../../images/my/mine_activity_icon@2x.png);
	background-size: cover;
}
.activity20{
	position: absolute !important;
	width:0.2rem !important;
	height:0.2rem !important;
	top:0.7em !important;
	background-image: url(../../../images/my/mine_share_icon.png);
	background-size: cover;
}
.share-border{
	border-bottom: 10px solid #f7f7f7 !important;
}
.activity20-exam{
	position: absolute !important;
	width:0.16rem !important;
	height:0.16rem !important;
	top:0.77em !important;
	background-size: cover;
	background-image: url(../../../images/my/_minne_exam_icon@2x.png);
}
.collect-info{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.8em !important;
	background-size: cover;
	background-image: url(../../../images/my/mine_collect_icon.png);
}
.activity20-forum{
	position: absolute !important;
	width:0.16rem !important;
	height:0.16rem !important;
	top:0.75em !important;
	background-size: cover;
	background-image: url(../../../images/my/mine_community_icon@2x.png);
}
.news2{
	position: absolute !important;
	width:0.2rem !important;
	height:0.2rem !important;
	top:0.6em !important;
	background-image: url(../../../images/my/wd_wodexiaoxi_icon.png);
	background-size: cover;
}
.certificate-icon{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.75em !important;
	background-image: url(../../../images/my/mine_certificate_icon@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.exercise-icon{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.75em !important;
	background-image: url(../../../images/my/mine_practice_icon@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.certificate-medal{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.75em !important;
	background-image: url(../../../images/my/mine_medal_icon@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.integral-icon{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.75em !important;
	background-image: url(../../../images/my/mine_integral_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
/*我的勋章*/
.my-medal-icon{
	margin-right: 30px;
}
.medal-icon{
	width: 0.29rem;
    height: 0.29rem;
    display: inline-block;
    background-size: 100% 100%;
}
/*--我的勋章结束--*/
.Browser3{
	position: absolute !important;
	width:0.16rem !important;
	height:0.12rem !important;
	top:0.85em !important;
	background-image: url(../../../images/my/wd_liulanlishi_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.shares{
	position: absolute !important;
	width:0.2rem !important;
	height:0.2rem !important;
	top:0.6em !important;
	background-image: url(../../../images/my/wd_yaoxueyou_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.more12{
	position: absolute !important;
	width:0.18rem !important;
	height:0.18rem !important;
	top:0.7em !important;
	background-image: url(../../../images/my/mine_set_icon.png);
	background-size: contain;
}
.guideuse-icon{
	position: absolute !important;
	width:0.2rem !important;
	height:0.2rem !important;
	top:0.6em !important;
	background-image: url(../../../images/my/zhinan_icon.png);
	background-size: 100% 100%;
}
.down12{
	position: absolute !important;
	width:0.2rem !important;
	height:0.2rem !important;
	top:0.65em !important;
	background-image: url(../../../images/my/wd_zhengzaixiazai_icon@3x.png);
	background-size: cover;
}
.service{
	position: absolute !important;
	width:0.2rem !important;
	height:0.2rem !important;
	top:0.7em !important;
	background-image: url(../../../images/my/wd_zaixiankefu_icon.png);
	background-size: cover;
}
/*我的消息提醒小红点*/
.news-icon{
	width: 10px;
    height: 10px;
	left: 52px;
    background: #EF473A;
    border-radius: 25px;
    position: absolute;
}
#item-icon-right14{
	margin-top:1.2em;
}
#item-icon-right2, .my .group-split{
	border-top: 10px solid #f7f7f7 !important;
	height: 0.55rem;
}
#item-icon-right3{
	margin-bottom: 0.1rem;
}
.item-icon-right{
	border:0 !important;
	cursor: pointer;
}
.item-hr{
	border-top: 1px solid #e8e8e8!important;
}
.activity-14{
	position:absolute !important;
	width:87% !important;
	border-bottom:1px solid #dedede;
	bottom: 0;
    left: 0.35rem;
}
.item-complex.item-icon-right{
	height: 0.43rem;
}
#item-icon-right14 .item-icon-left .icon, .item-icon-right .icon{
	font-size: 12px !important;
    color: #cccccc !important;
}
.item-complex.item-icon-right .item-content {
    padding-right: 34px;
    padding-bottom: 12px;
}

/*遮罩层*/
.masklayers{
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../../../images/my/home_qiehuanqiye_bg.png) center no-repeat;
    top: 0;
    left: 0;
    z-index: 100;
    background-size: cover;

}
.masklayers-1{
	width: 3.6em;
    height: 3.6em;
    position: absolute;
    bottom: 2em;
    left: 50%;
    margin-left: -1.8em;
    background: url(../../../images/my/home_guanbi.png) center no-repeat;
    background-size: contain;
}

/*更多*/
.bar.bar-positive{
	background:#f62d2b;
	border:0;
	position:absolute;

}
.bar.bar-light .title{

	color:#FFF;
}



#item-icon-right7 span{
	float:left;
	margin-top:0.1em !important;
	font-size:.14rem !important;
}
#item-icon-right8 span{
	margin-left:-0.8em !important;
	font-size:0.9375em;
}
#item-icon-right9 span{
	margin-left:-0.8em!important;
	font-size:0.9375em!important;
}
/*.item-complex .item-content, .item-radio .item-content{
	height:3em;
}*/

#item-icon-right7,.item-rows{
	width:94% !important;
	height:2.95em!important;
	margin:0 auto !important;
	border-bottom:1px solid #dedede !important;
}
#icon8,.icon-right-arrow.icon{
	width:1em!important;
	height:1em!important;
	position:absolute!important;
	margin-top:0.8em!important;
	font-size: 20px !important;
}
.overflow-scroll .scroll{
	height:97% !important;
}
#scroll-content10{
	padding-top:0.5em;
	overflow-y:none;
	background: #FFFFFF;
}
.container{
    margin: 1em;
    font-size: 1.2rem;
}
.contentProduce li{
    font-size:1em;
    line-height:1.7em;
}
.contentProduce .titleProduce{
    padding:1em 0;
}

.portrait-1 {
   text-align: center;
    color:#fff;
 }
 .portrait-1 a{
 	display: block;
	width:.7rem;
	height:.7rem;
	border:2px dashed #f6a6b3;
	border-radius: 50%;
	padding: .02rem;
	 margin: 0px auto;
	
 }
  .portrait-1 a i{
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
}
.portrait-1 p{
	margin-top:0.2rem;
}
 
.tx-middle {
   text-align:center
 }
article {
    text-align:justify;
    margin: .5em;
}

/*意见反馈*/
.my-feedback #feedback1{
	width:100%;
	padding: 0px;
}
.my-feedback #feedback1 input{
	width:100%;
	height:.29rem;
	line-height:.29rem;
	border:0;
	color:#999;
	font-size:0.12rem;
	border-radius: 20px;
	background-color: #dedede;
}
.my-feedback #feedback1 .list{
	width:48%;
	height:.29rem;
	line-height: .29rem;
	margin:0 .09rem .11rem 0;
}
.my-feedback #feedback1 .list:nth-child(2n){
	margin-right:0;
}
.my-feedback #feedback1 input.current{
	background-color:#f62d2b;
	color:#FFF;
}
.my-feedback #feedback1 input .active{
	background:#f62d2b;
	color:#FFF;
}
.my-feedback textarea{
	width:100%;
	margin-top:0.1rem;
	background:#fafafa;
	font-size:0.13rem;
	border:1px solid #DEDEDE;
	border-radius: 0.05rem;
	padding:.13rem .12rem;
}
.my-feedback #feedback2{
	width:100%;
	margin:0 auto;
	border:1px solid #000;
}
.my-feedback #textarea1{
	width:100%;
	margin-top:0.1rem;
	background:#fafafa;
	font-size:0.13rem; 
	border:1px solid #DEDEDE;
	height: 0.4rem;
	border-radius: 0.05rem;
	padding: 0 0.12rem;
}
.my-feedback #textarea1 input{
	width: 100%;
	height: 100%;
	border: none;
	outline: none; 
	background:#fafafa;
	border-radius: 0.05rem;
	font-size:0.13rem; 
}
.s-log-btn{
	position:absolute;
	width:100%;
	bottom:0;
	z-index:1;
	padding:0 .625rem;
}

.s-log-btn .s-log-inbg{
	border-radius: 25rem;
	background-color: #f62d2b;
	color: #fff!important;
	border:none;
	min-height:0;
}
.s-log-btn .isDefault{
	background-color:#ccc!important;
}
/*.button.button-calm{
	width: 15.75em;
    min-height: 2.5em;
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -7.8em;
    background-size: contain;
	border-radius:20px;
	text-align:center;
	line-height:2.4em;
	color:#FFF;
	background-color:#f5516c;
	border:none;
}*/
.button.button-calm.activated{
	/*background-color:#f62d2b;*/
}
#h51{

	float:right !important;
	 position: absolute!important;
	 left: 82%!important;
	 color:#FFF!important;
}
h5{
	 margin-top: 10px!important;
    margin-bottom: 10px!important;
}
/*---------------------------------------------*/
.p10{
	font-size:0.8124em;
	color:#999999;
}
.div11{
	width:96%;
	height:10.875em;
	margin:0 auto;
}
.div11 img{
	width:100%;
	height:100%;
}
.span21{
	font-size:0.6875em;
	color:#999999;
	line-height:0.6em;
}
.span22{
	position: absolute;
	font-size:0.895em;
	color:#333333;
	margin-top:-0.5em;

}
.masklayers-2{
	width: 15.75em;
    height: 2.5em;
    position: absolute;
    left: 50%;
    margin-left: -7.8em;
    background-size: contain;
	background:#f62d2b;
	border-radius:20px;
	text-align:center;
	line-height:2.4em;
	color:#FFF;
}
.content2 {
	margin-top:3em;
    padding: 10px;
}
.scroll{
	transform: inherit; 
}

/*浏览历史*/
.item1{
	width:96%;
	float:right;
	height:5.1875em;
	border:0;
	border-bottom:1px solid #DEDEDE;
}
.bro-history .item{
	border-top:0;
}
.bro-history ion-item:last-child{
	border:none;
}
.bro-history .history-img{
	position:absolute;
	width: 1.5rem; 
	height: 0.75rem;
	overflow: hidden;
	border-radius: .05rem;
}
/*按钮*/
.my-btn-showHeaderBar{
	position:fixed;
	background-color:#fff;
	z-index:100;
	bottom: 0;
	width:100%;
	height:0.43rem;
	line-height:0.43rem;
	font-size:0.13rem;
	border-top: 1px solid #f7f7f7;
	/* color:#f62d2b; */
	text-align: center;
	cursor: pointer;
}
.my-m-t{
	margin-top:0.43rem;
}
.bro-history .item-content{
	/* padding: 0 10px; */
	padding: .1rem .15rem 0rem;
	/* height: .9rem; */
}
.bro-history .padding-left13{
	padding-left: 1.6rem;
}
.bro-history .item p{
	margin-bottom: 0;
}
.bro-history .history-name{
	font-size: 0.14rem;
	font-weight: 500;
	color: #333;
	height: .35rem;
}
.bro-history .history-name span{
    display: block;
}
.bro-history .history-name .history-name-left{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bro-history .history-catname{
	 margin-top:0.01rem;
	 color:#999;
	 font-size: 0.12rem;
}
.bro-history .r-bottom2{
	width:100%;
	height:0.9em;
	font-size:0.13rem;
	color:#999;
	 margin-top:0.1rem;
}
/* .bro-history .r-bottom2 div{
	float:left;
	width: 0.2rem;
    height: 0.13rem;
	background:url(../../../images/course/kc_guankan_icon.png)no-repeat center;
	background-size:100% 100%;
} */
/* .bro-history #r-bottom3{
	float:left;
	width: 0.18rem;
    height: 0.15rem;
	background: url(../../../images/course/kc_pinglun_icon.png) no-repeat center;
	background-size:100% 100%;
	margin-left:0.7em;
}
.bro-history #r-bottom4{
	float:left;
	width: 0.17rem;
    height: 0.15rem;
	background: url(../../../images/course/kc_shoucang_icon.png) no-repeat center;
	background-size:100% 100%;
	margin-left:0.7em;
} */
.bro-history #button {
    background: url(../../../images/my/wd_delete_btn.png) no-repeat center;
    height: 100%;
	width: 0;
	margin: 5px 5px 1px 5px;
}
.bro-history .r-bottom2 span{
	  float:left;
	  margin-top:-0.2em;
	  margin-left:0.2em;

}

#f1 .item-right-editable .item-content{
	height:5.1875em !important;
}
.php{
	position:absolute;

	font-size:0.15rem;
	margin-left:0.5em;
	top:0.5em;
}
.php1{
	position: relative;
	top:-1.2em;
	left:1.6em;
	font-size:0.125em;
	color:#999999;
}
.font13{
	position: relative;
	font-size:0.15rem;
}
.item1 p{
	font-size:0.14rem;
	margin-top:0.4em;
	color:#bebebe;
}
#item2{
	float:left;
	margin-left:-1em;
	margin-top:-0.4em;
	width:7em;
	height:4em;
}
#item3{
	float:left;
	width:1.125em;
	height:0.125em;
	margin-top:0.3em;
}
#item4{
	position: absolute;
	width:1.025em;
	height:0.7em;
	top:3.8em;
	left:3.2em;

}
#item5{
	position: absolute;
	width:1.022em;
	height:0.7em;
	top:-0.1em;
	left:3.2em;
}
#item5 img{
	margin-top:0.1em;
	width:100%;
	height:100%;
}
#item4 img{
	width:100%;
	height:100%;
}
#item3 img{
	width:100%;
}
#item2 img{
	width:100%;
	height:100%;
}
#tab_content{
	color:#666;
}
#bar-submit20 img{
    vertical-align: middle;
}
/*#bar-submit20{
	width:1.28125em;
	height:1.40625em;
	margin-top:-1em;
}*/
@-webkit-keyframes resize {
	0% {
		margin-left: 0px;
	}
	50% {

		background-color:rgba(190, 206, 235, 0.2);
	}
	100% {

		background-color:rgba(190, 206, 235, 0.9);
		margin-left: 100px;

	}
}
.anim_box:hover {
	-webkit-animation-name: resize;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 4;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}
 .ljb{
	 padding:20px;
	 background-image: url(../../../images/my/wd_jifen_icon@3x.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: 100%;
	 -webkit-animation-name: resize;
	 -webkit-animation-duration: 1.5s;

	 -webkit-animation-direction: alternate;
	 -webkit-animation-timing-function: ease-in-out;
}
.other_user{
	height:auto;
}
.other_user li {
	display: block;
	border-bottom: 1px solid #dedede;
	margin: 0rem 0.1rem;
	display: -webkit-box !important;
	display: box !important;
	position:relative;
	-webkit-box-pack:left;
	-webkit-box-align:center;
	padding:.15rem 0;
	border-bottom: 1px solid #dedede !important;
}

.other_user li i {
	display: block;
	position:relative;

}
.other_user li i.text{
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: right;
}
/*我的收藏*/
.collect-content{
	height: 100%;
	background: #FFFFFF;
}
.h-collec  .item-content{
	height:7.65em;
}
.h-collect .item-content{
	/*padding:5px;*/
	padding:.1rem .15rem .05rem;
}
.h-collect .item-content .list-left{
	width: 1.5rem;
	height: .75rem;
	margin-right: .1rem;
	position: relative;
	border-radius: .05rem;
	overflow: hidden;
}
.r-collect-name{
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 500;
}
.h-collect  .h-collect-a{
	color:#333;
	font-size:0.11rem;

	border:none;
	padding: 0;
}
.h-collect .r-top-con{
	font-size:0.14rem;
	font-weight: 800;
	
}
.h-collect .jd{
	display:inline-block;
}
.h-collect .r-middle,.r-bottom{
	color:#999;
}
.h-collect .r-middle{
	font-size: 0.13rem;
}
.h-collect #button {
    background: url(../../../images/my/wd_delete_btn.png) no-repeat center;
    height: 100%;
	width:100%;
	margin: 0;
	/*margin: 5px 5px 1px 5px;*/
}
.h-collect .r-bottom span{
	margin-right: 0.1rem;
	display: block;
}

.h-collect .list-left.col-33 span{
	background-size: cover;
	width:100%;
	height:0.625rem;
	display:inline-block;
}
/*框架的样式*/
.h-collect .item{
	border:none;
}

.popup-buttons .button{
	box-shadow: none;

	color:#444 !important;
}
/*关于我们*/
.aboutUs p{
	text-indent: 2em;
}
.aboutUs p.pCenter{
	text-indent: 2em;
	margin: 0;
}

/*------管理员列表------*/
#manage-ment-list .item-content{
	padding: 5px 29px 5px 10px;
}
#manage-ment-list {
    width: 94% !important;
    height: 0.6rem!important;
    margin: 0 auto !important;
    border-bottom: 1px solid #dedede !important;
}
#manage-ment-list span{
	margin-bottom: 0.1rem;
	font-size: 0.14rem;
	color: #333333;
	display: block;
}
#manage-ment-list div{
	font-size: 0.12rem;
	color: #666666;
}

/*用户信息*/
.person-user{
	background-color:#fff;
    /*margin-bottom: 0.5rem; 私信的位置去掉了*/
}
.person-user .user-course{
	border-bottom:1px solid #dedede;
	padding-bottom: 0.1rem;
}
.person-user .user-course > a{
    right: 0;
    position: absolute;
    padding: .1rem 0;
    margin: 0rem 0.1rem;
}
.person-user  .user-course-name{
	display:inline-block;
	padding: .1rem 0;
	margin: 0rem 0.1rem;
}
.person-user .user-course-con{
	margin: 0rem 0.1rem;
	height:0.7rem;
	overflow: hidden;
}
.person-user .user-course-detail{
	border:none;
	margin: 0rem 0.1rem;
	overflow: hidden;
}
.person-user .user-course-detail li{
	float:left;
	margin-right:0.075rem;
}
.person-user  .user-course-img{
	display:inline-block;
	width:100%;
	height:0.6rem;
}
.person-user .user-course-detail li i{
	display:block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hid{
	display:none;
}
/*我的证书*/
.certifi-con{
	overflow: hidden;
    /* margin: 0 0.15rem; */
    border: none;
    background: #FFFFFF;
    padding: 0 0.15rem;
	position: relative;
	/* border-bottom: 0.01rem solid #DEDEDE; */
}
.certifi-con::after{
	background-color: #DEDEDE;
}

.certifi-con:last-child{
	border: 0;
}
.certifi-item{
	/* border-bottom: 1px solid #f7f7f7; */
	padding: 0.16rem 0 .05rem;
}
.certifi-item .checkbox .checkbox-icon:before, .checkbox input:before{
	border-color: #dedede;
}
.list .certifi-item  .certificate-check-box .checkbox-icon:before{
	width: .15rem !important;
	height: .15rem !important;
	border-radius: .025rem;
}
.list .certifi-item .certificate-check-box .checkbox input:after, 
.list .certifi-item .checkbox-icon:after{
	top: 10%;
	left: 10%
}
.certifi-con .b-border{ 
	border-bottom: 1px solid #dedede;
	padding-top: 0.15rem;
}
.certifi-con .certifi-img{
	float: left;
	width: 1.5rem;
	height: 0.9rem!important;
	display: block;
	/* border: 1px solid #dedede; */
	position: relative;
	border-radius: .05rem;
	overflow: hidden;
}
.certifi-item .validityTime{
	position: absolute;
	color: #fff;
	background-color:rgba(0, 0, 0, 0.4);
	width: 1.5rem;
	text-align: center;
	left: 0;
	bottom: 0;
	font-size: 0.12rem;
	border-bottom-left-radius: .05rem;
	border-bottom-right-radius: .05rem;
}

.certifi-con .certifi-right{
	margin-left: 1.6rem;
	position: relative;
	height: .9rem;
}
.certifi-con .certifi-right .cer-btn{
	width: 0.6rem;
	height: 0.26rem;
	border-radius: 0.1275rem;
	font-size: 0.12rem;
	line-height: 0.26rem;
	text-align: center;
	display: inline-block;
}
.certifi-con .certifi-right .cer-preview{
	background: #FF864A;
	color: #FFFFFF;
}
.certifi-con .certifi-right .cer-download{
	/* border: 0.01rem solid #DEDEDE; */
	position: relative;
	color: #333333;
}
.certifi-con .certifi-right .cer-download::after{
	content: '';
	width: 200%;
	height: 200%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #B3B3B3;
	border-radius: .3rem;
	transform: scale(0.5);
	transform-origin: left top;
}
.certifi-con .certifi-right .cer-tit{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:normal; 
	font-size: 0.14rem;
	color: #333;
	font-weight: 600;
	height: .4rem;
	display: -webkit-box; /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical; /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2; /**显示的行数**/
    word-break: break-all; /*允许在单词内换行*/
}
.certifi-con .cer-name{
	font-size: 0.12rem;
    color: #999999;
	width: 100%;
	height: 0.4rem;
	background: #F7F7F7;
	display: flex;
	margin: 0.15rem 0 0.16rem;
	display: flex;
	align-items: center;
	padding: 0 0.15rem 0 0.1rem;
	color: #999999;
	position: relative;
	border-radius: .05rem;
}
.certifi-con .cer-name .ut-s{
	width: 0.3rem;
	height: 0.15rem;
	padding: 0 .01rem;
	font-size: 12px;
	line-height: 0.17rem;
	text-align: center;
	border-radius: .015rem;
	color: #b2b2b2;
	position: relative;
}
.certifi-con .cer-name .ut-s::after{
	content: '';
	width: 200%;
	height: 200%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #B3B3B3;
	border-radius: .02rem;
	transform: scale(0.5);
	transform-origin: left top;
}
.certifi-con .cer-name .ut-content{
	font-size: 0.12rem;
	margin-left: 0.1rem;
	height: 0.2rem;
	max-width: 2.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.certifi-con .cer-name .ut-right-img{
	width: 0.1rem;
	height: 0.1rem;
	background: url(../../../images/index/home_arrowhead_icon@2x.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0.15rem;
}
.cer-m-t{
	margin-top: 0.06rem !important;
}
.certifi-con .certifi-right .cer-time{
	font-size: 0.12rem;
	color: #999;
    margin-top: 0rem;
}	
.certifi-con .download-icon{
	background: url(../../../images/my/download__pressed_icon.png) no-repeat;
    width: 0.14rem;
    height: 0.15rem;
    background-size: cover;
    position: absolute;
    display: inline-block;
    right: 0.1rem;
    margin-top: -0.5rem;
}	
/*我的证书 结束*/

/*学员使用指南*/
.guideuse{
    
}
.guideuse.margin-bottom{
	margin-bottom: 0.55rem;
}
.guideuse img{
	max-width: 100%;
}
.learn-btn{
	position: fixed;
	bottom: 0;
	border-top: 1px solid #dedede;
	width: 100%;
	height: 0.6rem;
	background: #fff;
}
.learn-btn .start-learn{
	margin: 0.125rem auto 0;
	width: 2.8rem;
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.15rem;

	display: block;
	text-align: center;
	color: #fff;
	background: #f62d2b;
	border-radius: 0.5rem;
	cursor: pointer;
}
.guideuse .guideuse-mxy p{
	text-indent: 2em;
	padding: 0.2rem;
}
/*学员使用指南 end*/

.recently-learning{
	width: 100%;
	padding: 0rem 0 0 .15rem;
}

.recently-learning h6{
	color: #333;
    font-size: 0.14rem;
    font-weight: 500;
	padding: .1rem 0 .14rem;
	padding-right: .19rem;
	margin: 0;
	z-index: 2;
	position: relative;
}
.my-bg-lines h6{
	padding: .1rem .15rem .14rem 0;
}

.recently-learning h6 a{
	font-size: 0.12rem;
    color: #666;
    float: right;
    font-weight: normal;
}
.recently-learning h6 a:after{
	content: '';
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background-image: url(../../../images/index/home_arrowhead_icon@2x.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto .1rem;
}
.recently-learning h6 a i{
	fill: #999;
	font-size: 80%;
}

.recently-learning .ionic-scroll{
	white-space: nowrap;
	width: 100%;
	z-index: 2;
}

.recently-learning-item{
	width: 1.44rem;
    display: inline-block;
	margin: 0 .1rem 0 0rem;
	background-color: #fff;
	border-radius: .05rem;
	overflow: hidden;
}

.recently-learning-item .course-img{
	position: relative;
	width: 100%;
	height: 0.72rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recently-learning-item .course-img span{
	/* color: #fff;
	font-size: 0.1rem;
	line-height: 0.16rem;
	position: absolute;
	left: 0;
	bottom: 0; */
	/* background-color: rgba(0, 0, 0, 0.7); */
	/* background-image: url(/apps/images/my/mine_record_bg@2x.png);
	padding: 0 0.03rem;
	border-radius: 0.02rem 0 0 0.02rem;
	background-size: 100%; */
}


.recently-learning-item .course-name{
	width: 100%;
	/* height: 0.30rem; */
	color: #333;
	font-size: 0.12rem;
	word-break: break-all;
	white-space: pre-line;
	line-height: 0.15rem;
	margin-top: 0.05rem;
	padding: .1rem .1rem 0;
	margin-bottom: .1rem;
}
.little-red-dot{
	border: none;
	padding:0;
	width: 94% !important;
	height: 2.95em!important;
	margin: 0 auto !important;
}

.little-red-dot .item{
	border: none;
}
/* -----------------新版我的页面样式----------------------- */
.my-headers{
	/* height: 2.1rem; */
	/* border-bottom: 10px solid #f7f7f7 !important; */
	background: #fff;
	padding: .32rem .15rem .1rem;
	position: relative;
	z-index: 10;
}
.my-headers .is-sign{
	/* height: .35rem; */
	position: relative;
	z-index: 10;
}
.my-headers .is-sign .sign-top{
	height: .42rem;
	padding:0 .1rem;
	background-image: url(../../../images/my/mine_signin_rili_bg@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: .12rem;
	color: #754e2c;
}
.sign-top-num{
	font-size: .18rem;
	color: #fe8929;
}
.user-info-c{
	height: 0.7rem;
}
.my-icon-news{
	width: .22rem;
	height: .22rem;
	background-image: url(../../../images/my/mine_news_icon_pressed.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .22rem auto;
	position: absolute;
	right: 0.5rem;
	top: -.09rem;
}

.my-icon-news span {
	width: 0.28rem;
	background-color: red;
  height: 0.14rem;
  line-height: 0.14rem;
	text-align: center;
  position: absolute;
	right: -0.2rem;
  color: #fff;
  border-radius: 0.15rem;
  font-size: 0.08rem;
  padding: 0 0.05rem;
}
.my-icon-set{
	width: .22rem;
	height: .22rem;
	background-image: url(../../../images/my/new/mine_set_icon@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .22rem auto;
	position: absolute;
	right: 0rem;
	top: -.09rem;
}
/* 头像 */
.user-info-c .avatar{
	width:.61rem;
	height:.61rem;
	margin: 0 .1rem 0 0;
	/* margin-top: .71rem;
	margin-left: 0.15rem;
	margin-right: .15rem; */
	
}
.user-info-c .avatar a{
	display: block;
	width: 100%;
	height: 100%;
}
.user-info-c .avatar a i{
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	background-position: center;
}
.user-info-c .avatar a .user-edit{
	background-image: url(../../../images/my/mine_edit_icon@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: .18rem;
	width: .18rem;
	display:block;
	position: absolute;
	right: 0rem;
	top: 0.38rem;
}
/* 用户名和企业名 */
.name-c-top{
	height: .28rem;
	font-size: .18rem;
	font-weight: 500;
	color: #333;
	padding-top: .02rem;
	margin-top: -0.05rem;
}
.name-c-top span{
	max-width: 45%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.name-c-top i{
	font-weight: normal;
	font-size: .14rem;
	color: #666;
	background-size: auto .24rem!important;
}
.name-c{
	position: absolute;
	top: 0;
	left: .78rem;
	right: .15rem;
}
.name-c-bottom{
	font-size: .14rem;
	color: #999;
}
/* .name-c span:first-child{
	font-size: 0.18rem;
	font-weight: 500;
	color: #333;
} */

/* 签到 */
.user-info-c .is-sign{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0.4rem;
	height:0.25rem;
	line-height: 0.25rem;
	text-align: center;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	background-position: .05rem center;
	background-repeat: no-repeat;
	background-size: auto 70%;
	padding: 0rem .15rem 0rem .19rem;
	color: #fff;
	/*font-size: 0.11rem;*/
	font-size:0.13rem;
	cursor: pointer;
}
.user-info-c .is-sign .tip{
	font-size:0.11rem;
}
.user-info-c .re-sign{
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}
/* 消息小红点 */
.my-icon-news .red-dot{
    width: 0.06rem;
    height: 0.06rem;
    background: #EF473A;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0.01rem;
}
/* 我的列表 */
.my-list-all{
	padding: .1rem .15rem;
}
.my-list{
	padding: 0rem 0 0 0;
}
.my-list ul li a .collect-icon{
	background-image: url(../../../images/my/new/mine_collect_icon@2x.png);
}
.my-list ul li a .calendar-icon{
	background-image: url(../../../images/my/new/mine_learncalendar_icon@2x.png);
}
.my-list ul{
	overflow: hidden;
	background-color: #fff;
	border-radius: .05rem;
	margin-bottom: .1rem;
	padding-bottom: .23rem;
}
.my-list ul:nth-child(2){
	overflow: hidden;
	border: none;
	
}
.my-list ul li{
	float: left;
	width: 25%;
	padding-top: .23rem;
}
.my-list ul li a {
    width: 100%;
    display: block;
    text-align: center;
	text-decoration: none;
}
.my-list ul li a .common-icon{
	/* width:0.23rem !important; */
	height:0.23rem !important;
	max-width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 0.18rem;
	line-height: 38px;
	background-size: auto .23rem !important;
}
.my-list ul li a .collect-icon{
	background-image: url(../../../images/my/new/mine_collect_icon@2x.png);
}
.my-list ul li a .exam-icon{
	background-image: url(../../../images/my/new/mine_exam_icon@2x.png);
}
.my-list ul li a .task-icon{
	background-image: url(../../../images/my/new/mine_activity_icon@2x.png);
}
.my-list ul li a .exercises-icon{
	background-image: url(../../../images/my/new/mine_practice_icon_pressed_icon@2x.png);
}
.my-list ul li a .active-icon{
	background-image: url(../../../images/my/new/mine_cultivate_icon@2x.png);
}
.my-list ul li a .certificates-icon{
	background-image: url(../../../images/my/new/mine_certificate_icon_pressed@2x.png);
}
.my-list ul li a .order-icon{
	background-image: url(../../../images/my/new/mine_order_icon@2x.png);
}
.my-list ul li a .appointment-icon{
	background-image: url(../../../images/my/new/mine_dianjiang_icon@2x.png);
}
.my-list ul li a .knowledge-icon{
	background-image: url(../../../images/my/new/mine_knowledge_icon.png);
}
.my-list ul li a .forums-icon{
	background-image: url(../../../images/my/new/mine_community_icon@2x.png);
}
.my-list ul li a .shares-icon{
	background-image: url(../../../images/my/new/mine_share_icon@2x.png);
}
.my-list ul li a .medal-icon{
	background-image: url(../../../images/my/new/mine_medal_icon@2x.png);
}
.my-list ul li a .points-icon{
	background-image: url(../../../images/my/new/mine_integral_icon@2x.png);
}
.my-list ul li a .helps-icon{
	background-image: url(../../../images/my/new/mine_help_icons@2x.png);
}
.my-list ul li a .face-icon{
	background-image: url(../../../images/my/new/mine_id_icon@2x.png);
}
.my-list ul li a .services-icon{
	background-image: url(../../../images/my/new/mine_service_icon@2x.png);
}
.my-list ul li a .meeting-icon{
	background-image: url(../../../images/my/new/mine_meeting_icon.png);
}
.my-list ul li a p{
	font-size: 0.12rem;
    color: #666666;
    margin-top: 0.11rem;
    margin-bottom: 0;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
}
/*  */
.my-list-two{
	border-bottom:50px solid #f7f7f7
}

.amdins-icon {
	/* position: absolute !important; */

}

.my-list-two2{
    border-bottom:0.15rem solid #f7f7f7
}

.item-my-faceid{
	border-bottom: 1px solid #e8e8e8!important;
}

.faceid-icon{
	position: absolute !important;
	width: 0.18rem !important;
	height: 0.18rem !important;
	top: 0.8em !important;
	background-image: url(../../../images/my/new/mine_faceid_icon@2x.png);
	background-size: cover;
	left: 0.15rem;
}
.amdin-icon{
	/* position: absolute !important; */
    /* width: 0.18rem !important;
    height: 0.18rem !important; */
    top: 0.8em !important;
    background-image: url(../../../images/my/new/mine_manager_icon@2x.png);
    background-size: cover;

}
.help-icon{
	position: absolute !important;
    width: 0.18rem !important;
    height: 0.18rem !important;
    top: 0.8em !important;
    background-image: url(../../../images/my/new/mine_help_icon@2x.png);
	background-size: contain;
	left: 0.15rem;
}
.setting-icon{
	position: absolute !important;
    width: 0.18rem !important;
    height: 0.18rem !important;
    top: 0.8em !important;
    background-image: url(../../../images/my/new/mine_set_icon@2x.png);
	background-size: contain;
	left: 0.15rem;
}
.myapproval-icon{
	background-image: url(../../../images/my/new/mine_approval_icon@2x.png);
}
.activity12{
	color: #333!important;
	font-weight: 500;
	margin-left: 2.2em!important;
}
/* ion-content.bg-cl.ionic-scroll > .scroll, ion-scroll.ionic-scroll > .scroll{
	background: #f7f7f7;
} */
.bg-cl.ionic-scroll > .scroll, ion-scroll.ionic-scroll > .scroll{
	background: #f7f7f7;
}
.new-bg .noneBg.ionic-scroll > .scroll, ion-scroll.ionic-scroll > .scroll{
	background: #fff!important;
}
.list .certificate-check-box{
	position: absolute;
	bottom: 0.65rem;
	left: -0.11rem;
	border: none;
	background: none;
	height: 0.25rem;
}
.list .certificate-check-box input:checked+.checkbox-icon::before{
	background: #FF864A!important;
	border-color: #FF864A!important;
}
.message-all-read-new{
    height: 0.5rem;
    /* border-top: #dedede 1px solid; */
	color: #FF864A;
	background: #F7F7F7;
	font-size: 0.14rem;
}
.message-all-read-new::before{
	background-color: #dedede;
}
.certificate-check-box .checkbox {
	margin-top: -20px;
	margin-left: .05rem;
}
.my-bg-lines:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: .8rem;
	bottom: 0;
	left: 0;
    background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff)), color-stop(100%,#f7f7f7);
    background-image: -webkit-linear-gradient(top, #fff 0%,#f7f7f7 100%);
    background-image: -o-linear-gradient(top, #fff 0%,#f7f7f7 100%);
    background-image: -ms-linear-gradient(top, #fff 0%,#f7f7f7 100%);
    background-image: linear-gradient(to bottom, #fff 0%,#f7f7f7 100%);
}
.privacyContent{
	padding: .12rem .15rem;
	line-height: 1.7;
	font-size: 16px;
	background-color: #fff;
}
.privacyContent .info {
	text-indent: 2em;
}
.privacyContent .title {
	margin-bottom: 6px;
}
.sign-cal-box{
	font-size:'思源黑体';
	margin:0 .15rem .2rem;
	padding:0 .15rem 0.045rem;
	background-color:rgba(255,255,255,0.5);
	/*box-shadow: 0 0 2px #754e2c;*/
}
.cal-box:nth-child(7){
	width:.11rem;
}
.date{
	width:100%;
	color:#999;
	font-size:.12rem;
}
.circle{
	width:.27rem;
	height:.27rem;
	margin-bottom:0.085rem;
}
.circle.signed{
	width:.27rem;
	height:.27rem;
	background:url(../../../images/my/qiandaohou@2x.png);
	background-size: cover;
}
.circle.unsign{
	width:.27rem;
	height:.27rem;
	background:url(../../../images/my/weiqiandao@2x.png);
	background-size: cover;
}
.circle.lousign{
	width:.27rem;
	height:.27rem;
	background:url(../../../images/my/louqian@2x.png);
	background-size: cover;
}
.line-finish{
	width:calc(100% - 0.27rem);
	margin-top:.1rem;
	border-top:1px solid #fe8929;
}
.line-un{
	width:calc(100% - 0.27rem);
	border-top:1px solid #e9e9e9;
}
.cal-down-icon{
	width:.12rem;
	height:.14rem;
	margin:0 auto;
	background:url(../../../images/my/xiala@2x.png) no-repeat;
	background-size: 100% auto;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
.cal-down-icon.cal-up-icon{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

.admin-my-item {
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #fff;
	font-size: 0.14rem;
	margin: 0 0.1rem 0.1rem;
	padding: 0 0.15rem;
	border-radius: 0.05rem;
}
.admin-my-item div:first-child {
	width: 0.19rem;
	height: 0.19rem;
	background-size: 100%;
	margin-right: .1rem;
}
.admin-item-service {
	background-image: url(../../../images/my/service-icon@2x.png);
}
.admin-item-share {
	background-image: url(../../../images/my/share-icon@2x.png);
}
.admin-item-approval {
	background-image: url(../../../images/my/my_admin_icon.png);
}
.admin-item-portal {
	background-image: url(../../../images/my/switch_gateway_icon.png);
}
.admin-item-approval1 {
	background-image: url(../../../images/mine_tutor_icon.png);
}
.admin-item-eye {
	background-image: url(../../../images/my/eyes.png);
}
.admin-item-teacher{
	background-image: url(../../../images/my/mine_lecturer_icon.png);
	background-size: contain!important;
	background-repeat: no-repeat;
}
.admin-item .icon {
	font-size: 16px !important;
	color: #cccccc !important;
}
.sign-top-signIn-item{
	text-align: center;
	font-size: .12rem;
	color: #999;
	/* margin-right: .2rem; */
}
.sign-top-signIn-item:last-child .sign-top-line{
	display: none;
}
.sign-top-sign{
	/* width: 100%;
	padding-top: 100%;
	border: 1px solid #ddd;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	position: relative; */
}
.sign-top-circle{
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	border: 1px solid #ddd;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	position: relative;
	color: #ccc;
}
.sign-top-line{
	content: '';
	display: block;
	height: 1px;
	background-color: #ccc;
	position: relative;
	top: .15rem;
}
.sign-top-circle-sign{
	background-image: url(../../../images/my/qiandaohou@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	border: none;
}
.sign-top-circle-noSign{
	background-image: url(../../../images/my/louqian@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	border: none;
}
.sign-top-continuity{
	background-color: #fe8929;
}
.my-bg-lines.isOpenSign::after{
	height: 2.4rem;
}
.integralLotterySuccess{
	padding-top: .13rem;
	text-align: center;
	font-size: .12rem;
	color: #666;
	padding-bottom: .16rem;
}
.integralLottery-icon{
	width: .6rem;
	height: .6rem;
	background: url(../../../images/my/jifen@2x.png) no-repeat center;
	background-size: 100%;
	margin: 0 auto .15rem;

}
.integralLottery-addScore{
	font-size: .14rem;
    margin-bottom: .06rem;
	color: #333;
}
.my-medal-box{
	margin-bottom: 0.02rem;
	font-size: 12px;
}
.my-medal-box img{
	width: 0.15rem;
	height: 0.15rem;
	margin-left:0.05rem;
}
.my-medal-box div, .icon-right-et{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background-image: url(../../../images/index/home_arrowhead_icon@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
	margin-left: 0.02rem;
}

.accountExpireBox{
	background-color: #FFF4D3;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	align-items: center;
}
.accountExpireInfo .animate {
	padding-left: 20px;
	font-size: 12px;
	white-space: nowrap;
	animation: 10s wordsLoop linear infinite normal;
	left: 0;
	top: 0;

}

.accountExpireBox .accountExpireInfo{
	width: 0;
	flex-grow: 1;
	overflow: hidden;
	color: #EFB166;
}
.accountExpireBox .expire_right_icon{
	height: 20px;
	width: 20px;
}
.accountExpireInfo .animate .expire_icon{
	height: 15px;
	width: 15px;  
}
.accountExpireInfo .animate .showInfoFlex{
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	height: 30px;
}

/* 推广大使样式 */
.popularize-entry {
	height: 0.7rem;
    margin: 0.1rem 0 0.15rem 0;
	position: relative;
}
.popularize-entry .bg {
	width: 100%;
	height: 100%;
	display: block;
}
.popularize-entry .popularize-entry-img{
    z-index: 90;
    width: 0.5rem;
    height: 0.5rem;
	position: absolute;
    top: 0.12rem;
    left: 0.27rem;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.popularize-entry .popularize-info-subtitle{
	width: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 推广大使样式 */
.popularize-entry {
	height: 0.7rem;
    margin: 0.1rem 0 0.15rem 0;
	position: relative;
}
.popularize-entry .bg {
	width: 100%;
	height: 100%;
	display: block;
}

.popularize-entry .popularize-info-box{
    width: 56%;
	color: #FFEBCA;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 0.05rem;
	height: 0.6rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.popularize-entry .popularize-info-title{
	font-size: 0.18rem;
	font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popularize-entry .popularize-entry-img{
    z-index: 90;
    width: 0.5rem;
    height: 0.5rem;
	position: absolute;
    top: 0.12rem;
    left: 0.27rem;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.popularize-entry .popularize-info-subtitle{
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 合伙人样式 */
.partner-entry-box{
	margin: 0 0 .2rem 0;
}
/* .partner-entry {
	width: 100%;
	height: .75rem;
	margin: 0.1rem 0 0.15rem 0;
	background: linear-gradient(0deg, #ff6f64ff, #f53e35ff);
	padding: .15rem;
	border-radius: .1rem;
}
.partner-entry h5,
.partner-entry p {
	margin: 0;
	line-height: 1;
	color: #FFFDEE;
}
.partner-entry h5{
	margin-top: 0 !important;
	font-size: .22rem;
	margin-bottom: .1rem !important;
	font-weight: 900;
	background-image: -webkit-linear-gradient(bottom, #FFF6BB, #FEFFFF);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
} */

@keyframes wordsLoop {
	0% {
		transform: translateX(150px);
		-webkit-transform: translateX(150px);
	}
	100% {
		transform: translateX(-120%);
		-webkit-transform: translateX(-120%);
	}
}

@-webkit-keyframes wordsLoop {
	0% {
		transform: translateX(150px);
		-webkit-transform: translateX(150px);
	}
	100% {
		transform: translateX(-120%);
		-webkit-transform: translateX(-120%);
	}
}
/**/
.admin-manage-box{
    margin:.17rem .15rem .1rem .2rem;
    color:#666;
    font-family: '黑体';
    font-size:.14rem;
}
.admin-manage-box .admin-manage-icon{
    display: inline-block;
    width:.19rem;
    height:.16rem;
    background:url(../../../images/my/admini_manage_icon.png);
    background-size:100%;
}
.my-list ul li a  .admin-icon-com{
    width:.35rem!important;
    height:.35rem!important;
    background-size: 100%!important;
}
.throughData-box .admin-icon-com.icon-yuejuan{
    background-image: url(../../../images/my/admini_marking_icon.png);
    background-size:100%;
}
.throughData-box .admin-icon-com.icon-pigai{
    background-image: url(../../../images/my/admini_task_icon.png);
    background-size:100%;
}
.throughData-box .admin-icon-com.icon-pinggu{
    background-image: url(../../../images/my/admini_assess_icon.png);
    background-size:100%;
}
.throughData-box .admin-icon-com.icon-daijiao{
    background-image: url(../../../images/my/admini_student_icon.png);
    background-size:100%;
}
.admin-item-courseclasslibrary {
	background-image: url(../../../images/my/mine_resources_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .15rem auto !important;
}
.new-popup.certificate-popup .new-popup-title {
	font-size: .18rem;
}
.new-popup.certificate-popup .hint-txt{
	color: #666;
}
.new-popup.certificate-popup .new-popup-bot-ok div{
	width: 1.3rem;
	height: .4rem;
}