﻿
.blue{
    color:#0f206c ;
}
.banner .userPage{
    position: absolute;
    bottom:20px;
    left:430px;
}

.userIntro{
    background:#fff;
    position:relative;
    z-index:10;

}
.userIntroContent{
    /*display: flex;*/
    position: relative;
    padding:36px 0;
}
.userImg{
    width:210px;
    height:250px;
    background:#000;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    bottom:0;
    left:0;
}
.userResume{
    margin-left:310px;
    margin-bottom:16px;
}
.userName{
    font-size:28px;
}
.peopelPost{
    margin-left:60px;
    font-weight: normal;
    position: relative;
}
.peopelPost:after{
    content:'';
    position: absolute;
    width:20px;
    height:23px;
    background:url(../img/user/userIcon01.png) 0 0 no-repeat;
    top:50%;
    transform:translateY(-50%);
    right:-30px;
}
.peopleHos_right{
    display: flex;
    float: right;
}
.peopleHos_left{
    display: inline-block;

    margin-left:310px;
    padding-top:10px;
}
.peopleHos_right li{
    text-align: center;
    padding:10px 20px;
    position: relative;
}
.peopleHos_right li:first-child::after{
    content:'';
    position: absolute;
    right:0;
    display: inline-block;
    border-right:1px solid #ddd;
    height:40px;
    top:50%;
    transform: translateY(-50%);
}
.userIcon02:after{
    content:'';
    position: absolute;
    width:20px;
    height:26px;
    background:url(../img/user/userIcon02.png) center center no-repeat;
    top:50%;
    transform:translateY(-50%);
    right:-20px;
}
.peopleHos_left span{
    margin-right:46px;
    padding-right:10px;
    position: relative;
}
.userIcon03:after{
    content:'';
    position: absolute;
    width:22px;
    height:26px;
    background:url(../img/user/userIcon03.png) center center no-repeat;
    top:50%;
    transform:translateY(-50%);
    right:-20px;
}



.userCenter{
    padding-top:16px;
    background: #eee url(../img/index/caseImgBg.png) center center no-repeat;
    padding-bottom:40px;
}
.userModule{

}

.userModule{
    display:flex;
}
.userNav{
    width:154px;
    background:#fff;
    padding:10px 30px;
    margin-right:20px;
    height: 220px;
}
.userNav li{
    border-bottom:2px solid #f2f2f2;
    color:#000;
    text-align: center;
    padding:16px 0;
    cursor: pointer;
}
.userNav li.userActive{
   font-weight:bold;
    color:#0f206c;
}
.userNav li:last-child{
    border-bottom:none;
}


.tabContent{
    background:#fff;
    padding:46px  30px;
    flex: 1;
    max-width:1182px;
    width:100%;
}
.userPost{
    margin-bottom:46px;

}

.tabContentList_Comment{
    display: flex;
    flex-wrap: wrap;
}
.tabContentList_Comment li{
    width:50%;
    padding:20px 18px;
    border:1px solid transparent;
    display: flex;
    align-items: center;
     border:1px solid #ddd;
}

.tabContentList_Comment li:hover{
    border:1px solid #ddd;
}

.introImg{
    width:188px;
    height:188px;
    overflow: hidden;
    margin-right:18px;
}
.introDetail{
    flex: 1;
}
.introTitle{
    margin-bottom:10px;
}
.courseImgContent{
    width:100%;
    height:120px;
    overflow: hidden;
        position: relative;
}
.videoIntro  {
    background: #0f206c;
    padding:5px 10px;
    align-items: center;
    color:#fff;
}
.tabContentList_Video{
    display: flex;
    flex-wrap: wrap;
}
.tabContentList_Video li{
    width:308px;
    /*width:calc((966px - 40px)/3);*/
    margin-right:20px;
    margin-bottom:40px;
    border-radius: 10px;
    overflow: hidden;
}
.tabContentList_Video li:nth-child(3n){
    margin-right:0;
}

.courseModule{
    /*position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);*/

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}




.videoTime{
    position: absolute;
    bottom: 0;
    right: 10px;
    color:#fff;
}




.eliteImgContent{
        height: 196px;
    overflow: hidden;
    position: relative;
}
.eliteModule {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoTime {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #fff;
}
.eliteIntroContent {
    background: #0f206c;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}
.eliteDes {
    width: calc(100% - 36px);
}
.eliteIcon {
    width: 30px;
}








.IconCollectionIcon, .IconLoad {
    display: block;
    width: 18px;
    height:27px;
    background: url(../img/collectionIcon.png) center center no-repeat;
    margin:0 auto;
}
.user_collectioned .IconCollectionIcon {
    background: url(../img/collectionIcon_no.png) center center no-repeat;
}

.introContent{
    flex:1;
}






