
.psy-class-detail-info{
    width: 1160px;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
}
.psy-class-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}
.psy-class-detail-info{
    display: flex;
}
.psy-class-detail-info-left {
    width: 540px;
    height: 245px;
}
.psy-class-detail-info-left img{
    width: 540px;
    height: 245px;
}
.psy-class-detail-info-right{
    margin-left: 40px;
}
.share-box{
    display: flex;
    justify-content: flex-end;
}
.share-content{
    font-size: 14px;
    color: #ccc;
    margin-right: 30px;
}
.share-item{
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.share-item img{
    width: 24px;
    height: 24px;
}
.psy-class-title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.psy-class-content{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.psy-class-other{
    display: flex;
    margin-top: 20px;
}
.psy-class-time {
    font-size: 14px;
    color: #666;
    padding-right: 20px;
}
.psy-class-time span {
    color: #5dac00;
}
.psy-class-num{
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    border-left: 1px solid #666 ;
}
.psy-class-num span{
    color: #5dac00;
}
.psy-class-cost {
    color: #ff9400;
    font-size: 16px; margin-left:5px;
}
.psy-class-discost {
    color: #ccc;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 5px;
}
.psy-class-is_free {
    color: #ff0000;
    margin-left: 5px;
}

.getClass {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #5dac00;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.payClass {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #ff9400;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}


.psy-class-left {
    width: 840px;
    padding: 15px 20px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 30px;
}
.psy-class-detail-title{
    display: flex;
    border-bottom:1px solid #eee ;
    margin-top: 15px;
    padding-bottom: 8px;
}
.class-menu-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    margin-left: 10px;
    color: #333;
}
.class-menu-select{
    background-color: #5dac00;
    border: 1px solid #5dac00;
    color: #fff;
    position: relative;
}
.class-menu-select:after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -12px;
    left:44px;
    /* padding:0; */
    border-bottom:6px solid transparent;
    border-top:6px solid #5dac00;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    display: block;
    content:'';
    z-index:10
}

.psy-class-detail-box {
    width: 800px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    
}

.psy-class-right {
    margin-left: 20px;
}
.right-title-box{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.right-title-icon{
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}
.right-title-content{
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}
.psy-class-techer-box{
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff; 
    position: relative;
}
.psy-class-teacher-tag{
    position: absolute;
    top: 0;
    right: 30px;
    width: 20px;
    padding: 5px 5px 0 5px;
    height: 86px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #5dac00;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
.psy-class-teacher-img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.psy-class-teacher-img img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.psy-class-teacher-name{
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
}
.psy-class-teacher-title{
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-top: 6px;
}
.psy-class{
    width: 300px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
}


.psy-class-list{
    margin-top: 15px;
}
.psy-class-list li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.psy-class-detail{
    display: flex;
}
.psy-class-detail-left{
    width: 19px;
    height: 19px;
    margin-top: 3px;
}
.psy-class-detail-left img{
    width: 19px;
    height: 19px;
}
.psy-class-detail-mid{
    width: 68px;
    height: 68px;
    margin-left: 15px;
    margin-right: 15px;
}
.psy-class-detail-title-right{
    font-size: 14px;
    font-weight: bold;
}
.psy-class-detail-box{
    /*display: flex;*/
    margin-top: 5px;
    justify-content: space-between;
}
.psy-class-teacher{
    font-size: 12px;
    color: #333;
}
.psy-class-play-time{
    font-size: 12px;
    color: #999;
}
.psy-class-simple{
    display: flex;
}
.psy-class-simple-icon{
    width: 19px;
    height: 19px;
    margin-top: 3px;
}
.psy-class-simple-icon img{
    width: 19px;
    height: 19px;
}
.psy-class-simple-right{
    margin-left: 10px;
}
.psy-class-simple-title{
    font-size: 14px;
    font-weight: bold;
}
.psy-class-simple-box{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.psy-class-simple-teacher{
    font-size: 12px;
    color: #333;
}
.psy-class-simple-play-time{
    font-size: 12px;
    color: #999;
}
.psy-class-menu-list li {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    height: 60px;*/
    border-bottom: 1px solid #f7f7f7;
}
.munu-item-first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.munu-item-second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;line-height:40px;
    width: 90%;
    margin-left:25px;
}

.menu-item-left{
    display: flex;
}

.menu-item-left-img {
    width: 23px;
    height: 23px;
    margin-left: 10px;
}
.menu-item-left-img img{
    width: 23px;
    height: 23px;
}
.menu-item-content{
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}
.menu-item-content span{
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}

.menu-item-content .typetext{
    background-color: #ff6a00;
    color: #fff;
    font-size: 12px;
    padding:2px 5px;
    border-radius: 6px;
}

.menu-item-time{
    color: #999;
}

.menu-item-left-child {
  
}

.psy-classs-box {
    width: 1160px;
    padding: 15px 20px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 30px;
}


.bottom-space{
    width: 1200px;
    height: 30px;
}
