@font-face{
  font-family: "Alibaba-PuHuiTi-Bold";
  src: url("../font/Alibaba-PuHuiTi-Bold.ttf");
}
*{
  margin:0;
  padding:0;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #403D3D;
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
i,b,em{
  font-style: normal;
}
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
.text-center{
  text-align:center;
}
.text-ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-yen{
  font-size: 20px!important;
  color: #FF3A3A!important;;
}
.hide {
  display: none;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hide;
}
.bg-white{
  background:#fff;
}
.mar-30{
  margin-bottom:30px;
}
.mar-top-10{
  margin-top:10px;
}
html, body {
 height: 100%;
 background:#F2F2F2;
 font: 14px/2em "PingFang SC","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
}
.wrap {
 min-height: 100%;
}
.content{
 padding-bottom: 50px;
}
.footer {
 height: 50px;
 line-height: 50px;
 background:#2F4056;
 text-align: center;
}
.btn-view{
    display: inline-block;
    background: #5FA0FF;
    color: #fff!important;
    padding: 2px 8px;
    margin:10px 5px;
    border-radius: 20px;
}
/* 菜单栏 */
.navbar{
  padding:20px;
}
.navbar-nav li.active>a{
  background:#438DE7;
  color:#fff!important;
}
.navbar-nav .open>a, .navbar-nav .open>a:hover, .navbar-nav .open>a:focus {
  background:#438DE7;
  color:#fff!important;
}
.navbar-toggle .icon-bar{
  background:#438DE7;
}
.navbar-brand{
  padding:5px 15px!important;
  font-family:"Alibaba-PuHuiTi-Bold";
  font-size:16px;
  color: #232324;
}
.navbar-brand img{
  width:50px;
  height:46px;
}

.nav-user{
  padding:11px;
}
.nav-user .glyphicon,.nav-user a{
  margin:5px;
  color:#3C3A3A;
}
/* 底部导航 */
.footer .tit {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.footer a{
  display: block;
  color: #97989a;
  font-weight: 300;
}
.footer a:hover{
  display: block;
  color: #009688;
  font-weight: 300;
}
@media (max-width: 768px) { 
  .navbar{
    padding:0px;
  }
  .navbar-brand{
    padding:5px 5px!important;
    font-size:12px;
  }
}
/* 培训通知 */
.topbanner{
  margin-top:-20px;
  width:100%;
  padding-top:18%;
  background-image: url('../image/banner_train.png');
  background-size: cover;
  background-position: 50% 50%;
  position:relative;
}
.topbanner .banner-btn{  
  position:absolute;
  left:14%;
  bottom:15%;
  padding:0 45px;
  height:50px;
  line-height:50px;
  font-weight: bold;
  text-align:center;
  font-size:22px;
  color: #fff;
  background: #035ecc;
  border-radius: 50px;
}
@media (max-width: 640px) { 
  .topbanner .banner-btn{
    height:20px;
    width:62px;
    padding:0px;
    line-height:20px;
    font-size:12px;
    bottom:8%;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  .topbanner .banner-btn{
    height:30px;
    width:92px;
    padding:0px;
    line-height:30px;
    font-size:16px;
  }
}
.notice_wrap{
  padding:15px;
  margin:0 30px 20px;
  border-radius:5px;
}
.notice_wrap .glyphicon-volume-up{
  color: #4DA2F0;
  margin-right:10px;
}
.notice_title{
  font-size: 16px;
  font-weight:700;
  color: #333333;
}
.notice_bg{
  position:relative;
}
.notice_bg img{
  width:100%;
  max-height:180px;
  overflow:hidden;
}
.notice_bg p{
  position:absolute;
  left:10px;
  top:0px;
  font-size:22px;
  font-weight:bold;
  height:100%;
  margin:0;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
}
.notice_list li{
  padding:0 5px;
  height:45px;
  line-height: 45px;
  border-bottom: 1px solid #E7E7E7;
}
.notice_time{
  font-size: 14px;
  color: #5FA0FF;
  margin-right:5px;
}
.notice_caption{
  display:inline-block;
  width:70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice_list li a:hover{
  color: #5FA0FF;
}
@media (max-width: 767px) {
  .notice_time{
    display: none;
  }
  .notice_caption{
    width:100%;
  }
  
}

/* 预约培训 */
.train_index_title{
  display: inline-block;
  position:relative;
  font-size: 16px;
  color: #333;
  font-weight:700;
}
.train_index_title .bg_round{
  position:absolute;
  left:-10px;
  top:0;
  width:20px;
  height:20px;
  border-radius:50%;
  opacity: 0.35;
  background: #59ADFF;
}
.train_index_title .bg_round_sm{
  position:absolute;
  right:-5px;
  bottom:0;
  width:10px;
  height:10px;
  border-radius:50%;
  opacity: 0.35;
  background: #59ADFF;
}
.train_index_wrap{
  position:relative;
  margin:0 14px 60px;
}
.train_index_wrap img{
  width:100%;
  max-height:185px;
  overflow: hidden;
}
.train_index_caption{
  position:absolute;
  left:0;
  top:45px;
  width:100%;
  font-family:"Alibaba-PuHuiTi-Bold";
  font-size: 32px;
  line-height: 44px;
  color: #FFF;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.train_index_desc{
  position:absolute;
  left:10%;
  bottom:-40px;
  width:80%;
  height:80px;
  padding:20px 10px;
  background: #FFF;
  border-radius: 6px;
}
.train_index_ttl{
  max-width: 90%;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.train_index_note{
  max-width: 90%;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
@media (max-width: 767px) {
  .train_index_caption{
    font-size: 22px;
    line-height: 32px;
  }
}
@media(min-width: 768px) and (max-width: 1024px) {
  .train_index_caption{
    font-size: 26px;
    line-height: 40px;
  }
}
/* 培训分类选项 */
.newListMainNavOut{
  margin-bottom:10px;
  background: #fff;  
  padding:15px;
}
.newListMainNav {
  position: relative;
}
.newListMainNav1>a.active {
  color:#fff;
  background: #fff;
}
.newListMainNav1  .topListStyle:hover,
.newListMainNav1  .topListStyle.active {
  font-weight: bold;
  color: white;
  background:#009688;
}
.newListMainNav1 {
  position: relative;
  border-radius: 0 0 3px 3px;  
  padding-top: 25px;
  z-index: 5;
}

.newListMainNav1>div:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  color: #14191e;
  float: left;
  width: 90px;
  text-align: center;
  line-height: 30px;
}

.newListMainNav1>div:nth-of-type(2) {
  float: left;
  width: 80%;
}
.newListMainNav2 {
  position: relative;
  border-radius: 3px 3px 0 0;    
  margin:25px 0;
  z-index: 3;
}

.newListMainNav2>div:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  color: #14191e;
  float: left;
  width: 90px;
  text-align: center;
  line-height: 30px;
}

.newListMainNav2>div:nth-of-type(2) {
  float: left;
  width: 80%;
}

.topListStyle {
  position:relative;
  display: inline-block;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #14191e;
  margin-bottom: 5px;
  min-width: 60px;
  text-align: center;
  transition: 0.5s;
}

.topListStyle:hover,.topListStyle.active {
  font-weight: bold;
  color: white;
  background: #02AAED;
}
.icon-selected{
  position:absolute;
  right:-9px;
  top:-10px;
  width:30px;
  height:33px;      
  cursor:pointer;      
}
.topListStyle.active .icon-selected{
  background:url("https://a.zch713.com/t-train/css/%7B%7B%20URL::asset('icon/resource/icon_selected.png')%7D%7D");
}
/* 培训列表 */
.subpage-wrap{
  padding:15px 30px;
  margin-bottom:30px;
}
.subpage-wrap li{
  position:relative;
  margin-bottom:15px;
  border: 1px solid #979797;  
  border-radius: 4px;
}
.subpage-wrap .l-wrap{
  width:40%;
  position:relative;
  overflow: hidden;
}
.subpage-wrap .l-wrap img{
  height:100%;  
}
.subpage-wrap .l-wrap .l-content{
  width:100%;
  position:absolute;
  left:0;
  top:0;
  padding:10% 10% 3% 6%;
}
.subpage-wrap .l-wrap .l-title{
  font-family: "AlibabaFont"!important;
  font-size:20px;
  font-weight:700;
  color: #FFF;  
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
}
.subpage-wrap .l-wrap .l-desc{
  font-size: 12px;
  color: #FFFFFF;
}
.subpage-wrap .l-wrap .l-label{
  position:absolute;
  right:0;
  top:0;
  padding:2px 20px;
  opacity: 0.5;
  background: #000;
  border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color:#fff;
}
.subpage-wrap .r-wrap{
  width:58%;
  padding-bottom:70px;
}
.subpage-wrap .r-content span{
  display: inline-block;
  width:30%;
  font-size: 14px;
  color: #807D7D;
}
.subpage-wrap .r-content p{  
  margin:0;
}
.subpage-wrap .r-content i{
  width:65%;
  display:inline-block;
  font-size: 14px;
  color: #333333;
}
.subpage-wrap .r-btns{
  position:absolute;
  bottom:10px;
}
.subpage-wrap .r-btns .btn{
  border:1px solid #5FA0FF;
  color:#5FA0FF;
  padding:6px 8px;
  margin-left:5px;
  margin-top:5px;
}
.subpage-wrap .r-btns .btn.btn-primary{
  background:#5FA0FF;
  color:#fff;
}
.subpage-wrap .r-btns .btn.btn-default{
  background: #CCD1D8;
  color: #fff;
  border: none;
}

.subpage-r{
  min-height:400px;
}
.subpage-r h4{
  font-size: 16px;
  font-weight:700;
  color: #333333;
  padding-left:20px;
  border-left:4px solid #4DA2F0;
}
.subpage-r span{
  display: inline-block;
  margin-right:5px;
  width:20px;
  height:20px;
  text-align:center;
  line-height: 20px;
  border-radius: 4px;
  color:#fff;
  background: #F19B48;
}
@media (max-width: 768px) {
  .subpage-wrap .l-wrap{
    width:100%;
  }  
  .subpage-wrap .l-wrap img{
    width:100%;
  }
  .subpage-wrap .r-wrap{
    width:100%;
    padding-bottom:20px;
  }
  .subpage-wrap .l-wrap .l-content{
    padding:10px;
    height:100%;    
  }
  .subpage-wrap .l-wrap .l-title{
    -webkit-line-clamp: 4;
    width:90%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
  }
  .subpage-wrap .r-content{
    padding:10px;
  }
  .subpage-wrap .r-btns{
    position:static;
  }
}
@media (min-width:769px) and (max-width: 1200px) {
  .subpage-wrap .r-wrap{
    padding-bottom:90px;
  }
}
/* 培训详情 */
.subbanner{
  margin-top:-20px;
  height:300px;
  background-image: url('../image/bg_train.png');
  background-size: cover;
}
.detail-head{
  margin:70px 0;
  font-family:"Alibaba-PuHuiTi-Bold";
  font-size:32px;
  color: #FFFFFF;
}
.detail-layout{
  position:relative;
  top:-100px;
}
.detail-main{
  padding:20px 40px;
  position:relative;
}
.detail-main .l-wrap{
  width:60%;
}
.detail-main .l-wrap span{
  font-size: 14px;
  color: #807D7D;
}
.detail-main .l-wrap p{  
  margin:0;
}
.detail-main .l-wrap i{
  font-size: 14px;
  color: #333333; 
}
.detail-main .r-btns{
  position:absolute;
  top:50%;
  margin-top:-17px;
  right:10px;
}
@media (max-width: 768px) { 
  .detail-head{
    margin:20px 0;
    font-size:28px;
  }
  .detail-main .l-wrap{
    width:100%;
  }
  .detail-main .r-btns{
    position:static;
    margin:0;
  }
}
.detail-main .btn{
  border:1px solid #5FA0FF;
  color:#5FA0FF;
  margin-left:5px;
  margin-top:5px;
}
.detail-main .btn.btn-primary{
  background:#5FA0FF;
  color:#fff;
}
.detail-main .btn.btn-default{
  background: #CCD1D8;
  border:none;
  color:#fff;
}
.dateline{
  position:relative;
  height:2px;
  padding-bottom:100px;
  margin:0 50px;
  border-top:1px dashed #4FA1FF;
}
.dateline .num{
  position:absolute;
  top:-10px;
  width:20px;
  height:20px;
  line-height: 20px;
  text-align:center;
  color:#4FA1FF;
  border-radius: 50%;
  border:1px solid #4FA1FF;
  background:#fff;
}
.dateline .num.active{
  color:#fff;
  background:#4FA1FF;
}
.dateline .num-1{
  left:0;
}
.dateline .num-2{
  left:50%;
  margin-left:-10px;
}
.dateline .num-3{
  right:0;
}
.dateline .text{
  width:50%;
  text-align: center;
  position:absolute;
  top:10px;
}
.dateline .text span{
  margin:0 5px;
  font-size: 16px;
  color: orange;
}
.dateline .text-1{
  left:0;
}
.dateline .text-2{
  right:0;
}
.detail-layout .nav-tabs{
  width:60%;
  margin:0 auto;
}
.detail-layout .nav-tabs>li>a{
  background:none!important;
  border:none;
  margin:0 60px;
}
.detail-layout .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{
  background:none!important;
  border:none;
  border-bottom:2px solid #5BA6FF;
  color: #5BA6FF;
}
.detail-layout .tab-pane{
  width:60%;
  margin:0 auto;
  padding:20px;
}
.detail-layout .tab-pane p{
  font-size: 16px;
  color: #403D3D;
  line-height: 35px;
  padding:10px 30px;
}
@media (max-width: 768px) { 
  .detail-layout .nav-tabs{
    width:90%;
    margin:0 auto;
  }
  .detail-layout .nav-tabs>li>a{
    background:none!important;
    border:none;
    margin:0;
  }
  .detail-layout .tab-pane{
    width:100%;
    margin:0 auto;
    padding:20px;
  }
}
@media (min-width:769px) and (max-width: 1200px) {
  .detail-layout .nav-tabs>li>a{
    background:none!important;
    border:none;
    margin:0 10px;
  }
}
/* 个人中心 */
.user-info-wrap .user-pic{
  padding:10px 0;
  text-align:center;
  margin:0 -15px;
}
.user-info-wrap .user-pic img{
  width:100px;
  height:100px;
  border-radius:50%;
  margin:0 auto;
}
.user-info-wrap .page-head{
  height:158px;
  line-height: 158px;
  margin:0 -15px 0 0;
  padding-left:60px;
  font-size:22px;
  font-weight:700;
  color: #333;
}
.user-info-wrap .user-course{
  padding:19px 0;
}
.user-info-wrap .user-course .course-num{
  font-size: 24px;
  line-height: 34px;
  color: #FF793D;
}
.user-info-wrap .user-course p{
  font-size: 20px;
  line-height: 28px;
  color: #666666;
  text-align:center;
}
.user-list-wrap{
  padding:30px;
}

.user-list li a{
  font-size: 16px;
  line-height: 48px;
}
.user-list li a.active{
  color: #93C9FF;
}
/* 我的预约*/
.user-record{
  padding-left:30px;
  border-left:1px solid #d7d7d7;
  min-height:200px;
}
.user-record .nav-tabs>li.active>a,.user-record .nav-tabs>li.active>a:hover,.user-record .nav-tabs>li.active>a:focus {
  color: #93C9FF;
  border:none;
  border-bottom: 2px solid #93C9FF;
}
.user-record .tab-content{
  padding-top:30px;
}
.record-wrap{
  padding:15px 30px;
  margin-bottom:30px;
}
.record-wrap li{
  position:relative;
  margin-bottom:15px;
  border: 1px solid #979797;  
  border-radius: 4px;
}
.record-wrap .l-wrap{
  width:40%;
  position:relative;
  overflow: hidden;
}
.record-wrap .l-wrap img{
  height:100%;
  
}
.record-wrap .l-wrap .l-content{
  width:100%;
  position:absolute;
  left:0;
  top:0;
  padding:10% 10% 3% 6%;
}
.record-wrap .l-wrap .l-title{
  font-family:"Alibaba-PuHuiTi-Bold";
  font-size:20px;
  font-weight:700;
  color: #FFF;  
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
}
.record-wrap .l-wrap .l-desc{
  font-size: 12px;
  color: #FFFFFF;
}
.record-wrap .l-wrap .l-label{
  position:absolute;
  right:0;
  top:0;
  padding:2px 20px;
  opacity: 0.5;
  background: #000;
  border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color:#fff;
}
.record-wrap .r-wrap{
  width:58%;
}
.record-wrap .r-content span{
  display: inline-block;
  width:30%;
  font-size: 14px;
  color: #807D7D;
}
.record-wrap .r-content p{  
  margin:0;
}
.record-wrap .r-content i{
  width:60%;
  display:inline-block;
  font-size: 14px;
  color: #333333;   
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.record-wrap .r-btns{
  position:absolute;
  bottom:10px;
}
.record-wrap .r-btns .btn{
  border:1px solid #5FA0FF;
  color:#5FA0FF;
  margin-left:5px;
  margin-top:5px;
}
.record-wrap .r-btns .btn.btn-primary{
  background:#5FA0FF;
  color:#fff;
}
.record-wrap .r-btns .btn.btn-default{
  background: #CCD1D8;
  color:#fff;
  border:none;
}
@media (max-width: 768px) { 
  .user-info-wrap{
    margin-bottom:5px;
  }
  .user-info-wrap .page-head{
    margin:5px -15px;
    padding:0;
    text-align: center;
    height: 58px;
    line-height: 58px;
  }
  .user-list{
    display: none;
  }
  .user-record {
    padding-left:0;
    border-left: 0; 
  }
  .record-wrap{
    padding:0;
  }
  .record-wrap .l-wrap .l-content{
    padding:10px;
    height:100%;    
  }
  .record-wrap .l-wrap .l-title{
    -webkit-line-clamp: 4;
    width:90%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
  }
  .record-wrap .l-wrap{
    width:100%;
  }
  .record-wrap .l-wrap img{
    width:100%;    
  }
  .record-wrap .r-wrap{
    width:100%;
  }
  .record-wrap .r-btns{
     position:static;
     padding-bottom:20px;
  }
  .record-wrap .r-content{
    padding:10px;
  }
}
.progress{
  width:80%;
  height:10px;
  margin:8px 10px;
}
.progress-bar{
  background:#5BA6FF;
}

















/* 课程详情 */
.course-detail-wrap{
  padding:30px 0;
  margin-bottom:30px;
}
.course-detail-wrap .course-card-type{
  font-size:30px;
  line-height:40px;
  height:80px;
}
.course-detail-wrap .course-card-level{
  font-size:18px;
  line-height:25px;
  filter:alpha(opacity=70);
  opacity: 0.7;
}
.course-detail h3{
  font-size: 24px;
  color: #333;
  line-height: 36px;
  margin-bottom:20px;
}
.course-detail .course-desc{
  font-size: 14px;
  color: #666;
  line-height: 28px;  
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
  height:140px;
  margin-bottom:30px;
}
.course-detail-price{
  font-size:22px;
  color: #ED6B31;
  line-height: 30px;
}
.course-detail-btns{
  padding:8px 10px;
  text-align:center;
  background: #ED6B31;
  color:#fff!important;
  border-radius: 4px;
}
.course-intro h4{
  height:68px;
  line-height: 68px;
  padding-left:25px;
  border-bottom: 1px solid #E7E6E6;
}
.course-intro h4 span{
  display: inline-block;
  font-size: 18px;
  height:68px;
  line-height: 68px;
  color: #009688;
  border-bottom:2px solid #009688;
}
.course-intro div{
  padding:30px;
}
.course-intro div p{
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom:10px;
}
/* 视频播放 */

.course-video-wrap{
  background: #131313;
  padding:30px;
}
.course-video{
  padding:0;
}
.course-video-title{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom:10px;
}
.course-section{
  margin-top:30px;
  padding:0 10px;
  max-height:480px;
  overflow: auto;
}
.course-section .panel{
  background:#131313;
  border:none!important;
  border-bottom:1px solid ;
}
.course-section .panel-title p{
  padding-top:5px;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  margin-bottom: 8px;
}
.course-section .panel-body a{
  font-size: 12px;
  color: rgba(255,255,255,.6);
  line-height: 20px;
  color: #797979;
}
.course-section .panel-body li.active a{
  color: #23BDFF;
}
.course-section .panel-body li{
  padding:5px 60px 5px 20px;
  position: relative;    
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.course-section .panel-body .glyphicon-facetime-video{
  position:absolute;
  left:0;
  top:50%;
  margin-top:-6px;
}
.course-section .panel-body .glyphicon-ok-circle,.course-section .panel-body .glyphicon-play-circle,.course-section .panel-body .glyphicon-unchecked{
  position:absolute;
  right:12px;
  top:50%;
  margin-top:-6px;
}
.course-section .panel-body .course-time{
  position:absolute;
  right:28px;
  top:50%;
  margin-top:-10px;
}


/* 圆形进度条 */ 
.user-record .record-wrap .fatherdiv{
  width: 36px;
  height: 36px;
  position: relative;
  background-color: #95D3CE;
  border-radius: 50%;
}
.user-record .record-wrap .persentdiv {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  clip: rect(0, 36px, 36px, 18px);
}

.user-record .record-wrap .persentleft {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 5px solid #009588;
  box-sizing: border-box;
  border-radius: 50%;
  clip: rect(0, 18px, 36px, 0);
}

.user-record .record-wrap .persentright {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 5px solid #009588;
  box-sizing: border-box;
  border-radius: 50%;
  clip: rect(0, 36px, 36px, 18px);
}

.user-record .record-wrap .wth0 {
  width: 0;
}

.user-record .record-wrap .num {
  position: absolute;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #fff;
  color: #009588;
  z-index: 1;
}
.user-record .record-wrap .clip-auto {
  clip: rect(auto, auto, auto, auto);
}
.user-record .record-wrap .fatherdiv{
  position:absolute;
  left:-14px;
  top:0;
}
.user-record .record-wrap .title p{
  line-height: 28px;
  color:#666;
}
.user-record .record-wrap .title .time{
  color:#999;
}
.user-record .record-wrap .btns{
  position:absolute;
  right:20px;
  top:50%;
  margin-top:-15px;
  padding:5px 10px;
  border:1px solid #FF7A3E;
  color:#FF7A3E;
}
/* 我的订单 */
.user-record .order-wrap li{
  padding: 32px;
  padding-top: 0;
  -webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  margin-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.user-record .order-wrap .order-num{
  padding: 28px 0 19px;
  font-weight: 700;
  color: #4d555d;
  border-bottom: 1px solid #b7bbbf;
  font-size: 12px;
  line-height: 12px;
  box-sizing: border-box;
}
.user-record .order-wrap .order-time{
  color: #93999f;
  font-weight: 500;
  margin-left: 24px;
}
.user-record .order-wrap .order-detail{
  position:relative;
}
.user-record .order-wrap .order-info{
  margin-left:15px;
  width:60%;
}
.user-record .order-wrap .order-info-title{
  color: #07111b;
  font-size: 14px;
  margin: 8px 0;
  line-height: 22px;
}
.user-record .order-wrap .order-info-desc{
  color: #93999f;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 12px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
}
.user-record .order-wrap .order-info-price{
  color:red;
}
.user-record .order-wrap .order-btns a{
  display:inline-block;
  padding:5px 10px;
  background:#ED6B31;
  color:#fff;
  margin-bottom:5px;
}
.user-record .order-wrap .order-btns{
  width:25%;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-15px;
}
.user-record .order-wrap .order-btns a.btn-cancel{
  color:#ED6B31;
  background:#fff;
  border:1px solid #ED6B31;
}
/* 我的购物车 */
.cart-heading,.cart-footer{
  position:relative;
  padding:20px;
  line-height: 22px;
  color:#333;
  font-size:16px;
  font-weight: 700;
}

.cart-heading-title{
  width:60%;
}
.cart-heading-price,.cart-footer-price{
  position:absolute;
  right:25%;
}
.cart-heading-btns,.cart-footer-btns{
  position:absolute;
  right:0;
  width:20%;
}
.cart-footer{
  line-height: 50px;
  height:100px;
}
.cart-footer .cart-check{
  margin-top:12px;
  line-height: 22px;
}
.cart-footer-price span{
  color:#ED6B31;
}
.cart-footer-btns a,.cart-footer-btns .btn-submit{
  display:inline-block;
  padding:5px 15px;
  background:#ED6B31;
  color:#fff;
  outline:none;
  border:none;
}
.cart-wrap li{
  padding: 20px;
  -webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  margin-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.cart-wrap .cart-detail{
  position:relative;
  padding-left:20px;
}
.cart-wrap .cart-info{
  margin-left:15px;
  width:60%;
}
.cart-wrap .cart-info-title{
  color: #07111b;
  font-size: 14px;
  margin: 8px 0;
  line-height: 22px;
}
.cart-wrap .cart-info-desc{
  color: #93999f;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 12px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
}
.cart-wrap .cart-info-price{
  color:red;
  line-height:22px;
  position:absolute;
  right:25%;
  top:50%;
  margin-top:-11px;
}
.cart-wrap .cart-btns a{
  display:inline-block;
  padding:5px 10px;
  color:#ED6B31;
}
.cart-wrap .cart-btns{
  width:20%;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-14px;
}
/* 多选框自定义样式 */
.cart-wrap .cart-check{
  position:absolute;
  left:0;
  top:50%;
  margin-top:-10px;
}
.check {
  display: none;
}

.check + label {
  background-color: #FFF;
  border: 1px solid #ED6B31;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}

.check:checked + label:after {
  content: '\2714'; /*勾选符号*/
  position: absolute;
  top: -2px;
  left: 0px;
  color: #ED6B31;
  width: 100%;
  text-align: center;
  font-size: 1.0em;
  vertical-align: text-top;
}
/* 支付方式 */
.user-cart-wrap .order-num{
  padding: 28px 0 19px;
  font-weight: 700;
  color: #4d555d;
  border-bottom: 1px solid #b7bbbf;
  font-size: 12px;
  line-height: 12px;
  box-sizing: border-box;
}
.user-cart-wrap .order-time{
  color: #93999f;
  font-weight: 500;
  margin-left: 24px;
}
.pay-way{
  padding: 30px 12px 48px;
  border-top: 1px solid #d9dde1;
  border-bottom: 1px solid #d9dde1;
}
.pay-way h4{
  height: 46px;
  line-height: 30px;
  font-size: 16px;
  color: #07111b;
}
.pay-way .pay-type{
  padding-left:50px;
}
.pay-way .pay-type li{
  width:20%;
  height:90px;
  line-height: 90px;
  margin-right:15px;
  float:left;
  border:1px solid #d9dde1;
}
.pay-way .pay-type li img{
  width:100%;
  max-height:80px;
}
/* 课程搜索 */
.course-search{
  position:relative;
  padding:30px;
}
.course-search .btn-search{
  position:absolute;
  right:0;
  top:30px;
  background:#009588;
  color:#fff;
}
.search-wrap .cart-btns a{
  border:1px solid #ED6B31;
  padding:5px 10px;
}