.swiper-container {
    width: 100%;
    height: 370px;
}

.consult-box {
    padding-top: 46px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
}

.consult-title-box {
    text-align: center;
}

.consult-title {
    font-size: 30px;
    color: #669900;
}

.consult-title-content {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #999;
}
.consult-title-content .line {
    display: inline-block;
    width: 300px;
    border-top: 1px solid #16a951;
}
.consult-title-content .txt {
    color: #686868;
    padding: 0 20px;
    vertical-align: -4px;
}
.consult-content-box{
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 350px;
    
}
.consult-card-box{
    width:895px;
    height: 350px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;

}
.consult-card-box .swiper-slide{
    width:895px;
    height: 350px;
    border-radius: 15px;
    /* -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc; */
    display: flex;
}
.psy-box{
    width: 316px;
    height: 350px;
    position: relative;
    
}
.psyer-img-box{
    width: 275px;
    height: 318px;
    margin: 16px auto;
}
.psyer-img-box img{
    width: 275px;
    height: 318px;
}
.psy-verified{
    position: absolute;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
}
.psy-verified img{
    width: 40px;
    height: 40px;
}
.psy-detail-box{
    width: 528px;
    height: 300px;
    margin: 25px auto;
}
.psyer-name{
    font-size: 24px;
    line-height: 40px;
    color: #000;
    width: 520px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.psyer-name span{
    font-size:16px;margin-left:5px;color:#808080
}
.psyer-title-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    min-height:50px;
}
.psyer-title-list li{
    display: flex;
    height: 30px;
    line-height: 30px;
    align-items: center;margin:5px;
}
.psyer-title-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #0f5035;
}
.psy-title-name{
    font-size: 12px;
    border:1px solid #ccc;
    padding:0 5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.psyer-detail-content{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    min-height:60px;
}
.psyer-connect-box{
    display: flex;
    margin-top: 35px;
}
.appointment, .chat{
    width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.appointment{
    background-color: #ffa800;
}
.chat{
    margin-left:20px ;
    background-color: #5dac00;
}
.swiper-pagination{
    bottom: 5px !important;
    left: 50%;
    z-index: 999 !important;
}

.consult-detail-box{
    width:285px;
    height: 350px;
    margin-left: 15px;
    border-radius: 15px;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border: 2px solid #669900;
    background-color: #fff;
}
.consult-detail-list{
    width: 255px;
    height: 320px;
    margin: 15px auto;
}
.consult-detail-title{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.consult-detail-title-icon{
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    border: 2px solid #ff9900;
    text-align: center;
    font-size: 20px;
    color: #ff9900;
    margin-right: 10px;
}
.consult-detail-title-content{
    color: #ff9900;
    font-size: 18px;
}
.consult-list{
    margin: 20px 0;
    height: 265px;
    overflow-y:scroll;
}
.consult-list::-webkit-scrollbar{
	display:none;
}
.consult-list li{
    margin-top: 10px;
}
.consult-list li:first-child{
    margin-top: 0;
}
.consult-ask-name{
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
}
.consult-ask-question{
    color: #999;
    font-size: 14px;
}
.consult-answer{
    position: relative;
    width:230px;
    background-color: #FFFFFF;
    border: #eee solid 1px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px;
    color:#999;
}
.consult-answer:before{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -14px;
    left:21px;
    /* padding:0; */
    border-bottom:8px solid #fff;
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    display: block;
    content:'';
    z-index: 12;
}
.consult-answer:after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -17px;
    left:20px;
    /* padding:0; */
    border-bottom:9px solid #eee;
    border-top:9px solid transparent;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    display: block;
    content:'';
    z-index:10
}
.answer-replay{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.banner{
    width: 1200px;
    height:140px ;
    /* padding: 20px 0; */
    margin: 20px auto;
    border-radius: 8px;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
}

.banner img{
    width: 1200px;
    height:140px; 
}

.read-box{
    width: 1200px;
    height: 585px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 40px;
}
.hot-read{
    width: 788px;
    height: 585px;
    padding: 0 25px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 12px;
}
.hot-read-title-box{
    display: flex;
    align-items: center;
    line-height: 40px;
    height: 40px;
    justify-content: space-between;
    margin-top: 18px;
    border-bottom:1px solid #eee ;
}
.hot-read-title{
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.hot-read-title-icon{
    width: 15px;
    height: 23px;
}
.hot-read-title-icon img{
    width: 26px;
    height: 23px;
}
.hot-read-title-content{
    font-size: 20px;
    color: #669900;
    margin-left:0px;
}
.hot-read-more{
    font-size: 14px;
    color: #666666;
}
.hot-read-content{
    display: flex;
    margin-top: 25px;
}
.hot-read-content-left{
    width: 300px;
    height: 470px;
}
.hot-read-content-img-box{
    width: 300px;
    height: 200px;
}
.hot-read-content-img-box img{
    width: 300px;
    height: 200px;
}
.hot-read-content-left-box{
    width: 260px;
    height: 240px;
    padding: 0 20px;
    padding-top: 30px;
    background-color: #f9f9f9;
}
.hot-read-left-title{
    font-size: 16px;
    color: #669900;
}
.hot-read-left-content{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}
.hot-read-left-time{
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.hot-read-content-right{
    width: 465px;
    height: 470px;
}

.hot-read-list{
    margin-left: 20px;
}
.hot-read-list li{
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.hot-read-item-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hot-read-topic{
    height: 20px;
    width: 60px;
    border: 1px solid #ccc;
    line-height: 20px;
    font-size: 12px;
    color:#669900;
    text-align: center;
    border-radius: 3px;
}
.hot-read-from{
    font-size: 12px;
    color: #ccc;
}
.hot-read-title{
    font-size: 16px;
    color: #333;
    /*font-weight: bold;*/
}

.hot-read-right-content{
    font-size: 12px;
    color: #999;
}
.hot-read-right-time{
    text-align: right;
    font-size: 12px;
    color: #999;
}
.new-read{
    width: 300px;
    height: 585px;
    margin-left: 20px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 12px;
    padding:0 20px
}
.new-read-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
    height: 40px;
    margin-top: 18px;
    border-bottom:1px solid #eee ;
}
.new-read-title-box{
    display: flex;
    align-items: center;

}
.new-read-title-icon{
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}
.new-read-title{
    font-size: 20px;
    color: #669900;
}
.new-read-more{
    font-size: 14px;
    color: #ffa800;
}
.new-read-list li{
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}
.new-read-img{
    width: 100px;
    height: 80px;
    border-radius: 5px;
}
.new-read-img img{
    width: 100px;
    height: 80px;
    border-radius: 5px;
}
.new-read-right-box {
    margin-left: 15px; 
    width:200px;
}
.new-read-item-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.new-read-item-time{
    font-size: 12px;
    color: #ccc;
    margin-top: 20px;
}
.course-box{
    width: 1200px;
    height: 660px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 40px; 
}
.hot-course-box{
    width: 788px;
    height: 660px;
    padding: 0 25px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 12px;
}
.hot-course-title-box{
    display: flex;
    align-items: center;
    line-height: 40px;
    height: 40px;
    justify-content: space-between;
    margin-top: 18px;
    border-bottom:1px solid #eee ;
}
.hot-course-title{
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.hot-course-title-icon{
    width: 15px;
    height: 23px;
}
.hot-course-title-icon img{
    width: 26px;
    height: 23px;
}
.hot-course-title-content{
    font-size: 20px;
    color: #669900;
    margin-left:0px;
}
.hot-conrse-title-content-other{
    font-size: 14px;
    color:#999;
    margin-left: 15px;
    align-self: flex-end;
    height: 32px;
    line-height: 32px;
}
.hot-course-more{
    font-size: 14px;
    color: #666666;
}
.course-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    margin-top: 15px;
}
.course-list li{
    width: 240px;
    height: 265px;
    margin:0px 5px;
    /* margin: 5px 11px 0px 11px; */
    margin-top: 5px;
    padding: 6px;
}
.course-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
    .course-img img {
        width: 200px;
        height: 200px;
    }
.course-title{
    margin: 0 auto;
    font-size: 14px;
    margin-top: 8px;text-align:center;
    padding-bottom: 10px;
    border-bottom:1px solid #eee ;
}
.course-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}
.course-play{
    display: flex;
    align-items: center;
}
.course-play-img{
    width: 19px;
    height: 19px;
}
.course-paly-num{
    line-height: 19px;
    font-size: 14px;
    margin-left: 6px;
    color: #006633;
}
.course-author{
    font-size: 14px;
    color: #999;
}
.mouse-cur{
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
}

.fm-box{
    width: 300px;
    height: 660px;
    margin-left: 20px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 12px;
    padding:0 20px
}
.fm-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
    height: 40px;
    margin-top: 18px;
    border-bottom:1px solid #eee ;
}
.fm-title-box{
    display: flex;
    align-items: center;

}
.fm-title-icon{
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}
.fm-title{
    font-size: 20px;
    color: #669900;
}
.fm-more{
    font-size: 14px;
    color: #666;
}
.fm-list li{
    height: 85px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}
.fm-detail,.fm-simple{
    display: flex;
}
.fm-detail-play{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
}
.fm-detail-play img{
    width: 20px;
    height: 20px;
}
.fm-detail-img{
    width: 66px;
    height: 66px;
    margin-right: 10px;
}
.fm-detail-img img{
    width: 66px;
    height: 66px;
}
.fm-detail-xontent
{
    width:200px;
}
.fm-detail-title {
    font-size: 14px;
    line-height:20px;
    color: #669900;
}
.fm-detail-other{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}
.fm-detail-play-num{
    color: #999;
}
.fm-simple-title{
    color: #333;
    font-size: 14px;
}
.assessment-box{
    width: 1160px;
    height: 560px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px 20px 10px 20px;
}
.assessment-title-box{
    display: flex;
    align-items: center;
    line-height: 40px;
    height: 40px;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom:1px solid #eee ;
}
.assessment-title{
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.assessment-title-icon{
    width: 15px;
    height: 23px;
}
.assessment-title-icon img{
    width: 26px;
    height: 23px;
}
.assessment-title-content{
    font-size: 20px;
    color: #669900;
    margin-left: 0px;
}
.assessment-title-content-other{
    font-size: 14px;
    color:#999;
    margin-left: 15px;
    align-self: flex-end;
    height: 32px;
    line-height: 32px;
}
.assessment-more{
    font-size: 14px;
    color: #666666;
}
.assessment-list-box{
    display: flex;
    margin-top: 20px;
}
.assessment-list{
    width: 370px;
    height: 470px;
    margin-right: 30px;
}
.assessment-detail{
    display: flex;
    padding-bottom:20px ;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
}
.assessment-left{
    width: 150px;
    height: 150px;
    position: relative;
}
.assessment-left-img{
    width: 150px;
    height: 150px;
}
.assessment-left-img img{
    width: 150px;
    height: 150px;
}
.assessment-tag{
    position: absolute;
    top: 10px;
    left: -10px;
    width: 75px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #dd0d00;
}
.assessment-right{
    margin-left: 15px;width:190px;
}
.assessment-right-title{
    font-size: 16px;
}
.assessment-right-content{
    font-size: 12px;
    line-height: 18px;
    color: #999;
    margin-top: 15px;
}
.assessment-right-num{
    font-size: 12px;
    line-height: 18px;
    color: #999;
    margin-top: 15px;
}
.assessment-simple{
    width: 370px;
    height: 70px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}
.assessment-simple-title{
    display: flex;
    align-items: center;
}
.assessment-simple-img{
    width: 20px;
    height: 20px;
}
.assessment-simple-img img{
    width: 20px;
    height: 20px;
}
.assessment-simple-title-content{
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
.assessment-simple-content{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.bottom-space{
    width: 1200px;
    height: 30px;
}
.consult-more-box{
    width: 1340px;
    height: 350px;
    position:relative;
    margin-left: -70px;
}
.consult-more{
    width:1200px;
    height: 350px;
    margin-left: 70px;
    overflow: hidden;
}

.consult-more .swiper-slide{
    width: 280px;
    height: 340px;
    margin:5px 0px;
    border-radius: 15px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
}
.consult-more-bg{
    width: 282px;
    height: 84px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.consult-more-bg img{
    width: 282px;
    height: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    object-fit: cover;
    object-position: center;
}
.consult-more-mask{
    width: 280px;
    height: 84px;
    background: #000;
    position: absolute;
    opacity: .3;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.consult-more-psyer-img{
    width: 80px;
    height: 80px;
    margin-left: 40px;
    position: absolute;
    top: 40px;
    left: -20px;
}
.consult-more-psyer-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.consult-more-psyer-info{
    position: absolute;
    top: 55px;
    left: 120px;
    color: #fff
}
.consult-more-psyer-name{
    font-size:18px ;
}
.consult-more-psyer-help-list{
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}
.consult-more-psyer-help-list li{
    display: flex;
    align-items: center;
}
.consult-more-psyer-help-icon{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff9600;
    margin-right: 8px;
}
.consult-more-psyer-title-list{
    margin-top: 70px;
    margin-left: 25px;
    height: 40px;
}
.consult-more-psyer-title-list li{
    display: flex;
    align-items: center;
}
.consult-more-psyer-title-icon{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff9600;
    margin-right: 8px;
}
.consult-more-psyer-title-content{
    font-size: 14px;
}
.consult-more-skill{
    width: 240px;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    min-height:60px;
}
.consult-more-connect-box{
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
}
.consult-more-appointment,.consult-more-self{
    width: 90px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.consult-more-appointment{
    background-color: #3ba800;
}
.consult-more-self{
    background-color: #ff9600;
    margin-left: 20px;
}