.service-supportImg {
    height: 500px;
}

.carousel-centered {
    left: 49%;
    transform: translate3d(-50%, -50%, 0);
}
.carousel-inner-p {
    text-align: center;
}
.content-lg {
    padding-top: 60px;
    padding-bottom: 60px;
}
.content-title-line {
    width: 74px;
    margin: 20px auto 0 auto;
    border-bottom: 4px solid #259ce1;
}
.btn-3 {
    width: 90px;
    height: 30px;
    line-height: 2;
}

.btn-3 span {
    font-size: 16px;
}

.user-list {
    margin-top: 40px;
}
@media screen and (max-width: 768px){
    .service-supportImg{
        height:300px !important;
        background-size:100% 100% !important;
    }
    .carousel-centered{
        top:60%
    }
    .user-content{
        margin:30px auto 0px;
    }
    .carousel-title{
        text-align:center;
    }
    .carousel-inner-p{
        margin-top:10px !important;
    }
    .user-list-content{
        padding:0 4%;
    }
}
.user-content {
    max-width: 1100px;
    margin: 45px auto 60px;
}
.user-detail{
    width: 100%;
}
.user-top{
    height: 40px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}
.top-line{
    border-radius: 3px;
    border-left: 8px solid #259ce1;
    margin-right: 10px;
    display: flex;
    width: 7px;
    height: 35px;
}
.top-title{
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bolder;
    display: flex;
}
.user-detail-list{
    margin: 20px;
}
.user-detail-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
}
#userCAvatar{
    width: 100%;
    height: 100%;
}
.user-detail-list ul{
    float: left;
    margin-top: 10px;
}
.user-detail-list ul li{
    line-height: 40px;
}
.user-detail-list ul li .detail-list-title{
    font-size: 18px;
    color: #808080;
}
.user-detail-list ul li .detail-list-content{
    font-size: 18px;
    color: #4f4f4f;
}
.user-course{
    margin-top: 40px;
}
.news-btns {
    display: flex;
    margin: 30px 0;
}
.custom-btn {
    width: 80px;
    height: 30px;
    margin: 0 10px;
    text-align: center;
}
.btn-3 {
    width: 90px;
    height: 30px;
    line-height: 2;
}

.btn-3 span {
    font-size: 16px;
}
.user-subject-list{

}
.studyTime{
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    height: 60px;
    margin-top: 20px;
}
.studyTime span{
    color: #4f4f4f;
    font-size: 20px;
    line-height: 60px;
    margin: 0 10px;
}
.study-list-item{
    width: 100%;
    border-radius: 3px;
    padding: 20px;
    background-color: #fafafa;
    margin: 10px 0;
    height: 150px;
}
.study-list-content{
    float: left;
    margin: 20px 20px;
}
.study-content-img{
    float: right;
    width: 156px;
    height: 115px;
}
.study-content-img img{
    width: 100%;
    height: 100%;
}
.study-content-h3{
    font-size: 20px;
    font-weight: bolder;

}
.study-content-time{
    margin-top: 20px;
}
.study-content-time span{
    font-size: 16px;
    color: #999;
}
.wck{
    font-size: 16px;
    color: #999;
}
.studyHour{
    color: #259ce1;
    font-weight: bolder
}
.subjectHour {
    font-weight: bolder
}














