.psy-fm-top-img {
    width: 1200px;
    height: 260px;
}

.psy-fm-top-img img {
    width: 1200px;
    height: 260px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
}

.psy-fm-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.psy-fms-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;
}

.psy-fm-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.psy-fm-box-top-left {
    display: flex;
    align-items: center;
}

.psy-fm-box-left-img {
    width: 26px;
    height: 23px;
}
.psy-fm-box-left-img img{
    width: 26px;
    height: 23px;
}

.psy-fm-box-left-content {
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}

.psy-fm-box-right {
    height: 30px;
    color:#999;
    font-size: 14px;
    line-height:30px;margin-right:10px;
}

.psy-fm-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin-top: 25px;
}
.psy-fm-list li{
    width: 530px;
    height: 145px;
    /* margin: 5px 11px 0px 11px; */
    margin:10px 12px ;
    margin-top: 5px;
    padding: 20px 10px;
    display: flex;
    border-bottom: 1px solid #eee;
    position: relative;
}
.toAssessment{
    position: absolute;
    width: 60px;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    color: #fff;
    text-align: center;
    background-color: rgba(93, 172, 0, .5);
    top: 78px;
    left: 52px;
    display: none;
}
.fm-img{
    width: 146px;
    height: 146px;
}
.fm-img img{
    width: 146px;
    height: 146px;
}
.fm-right{
    padding-left:15px;width:70%;
}
.fm-title{
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    margin-top: 8px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #333;
}
.fm-detail{
    font-size: 14px;
    color: #666;
}
.fm-other{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.fm-info{
    font-size: 12px;
    color: #999;line-height:20px;
    margin-top: 10px;
}
.fm-num{
    font-size: 12px;
    color: #999;
}

.fm-play{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.fm-play-img{
    width: 19px;
    height: 19px;
}
.fm-play-img img{
    width: 19px;
    height: 19px;
}
.fm-paly-num{
    line-height: 19px;
    font-size: 14px;
    margin-left: 6px;
    color: #006633;
}

.mouse-cur{
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
}

.bottom-space{
    width: 1200px;
    height: 30px;
}
.psy-fm-box-right-list{
    display: flex;
    align-items: center;
}
.psy-fm-box-right-list li{
    width: 60px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 13px;
}
.psy-fm-box-right-list  li a:hover{
   color:#5dac00;
   display:inline-block;
}
.psy-fm-list-box-left{
    display: flex;
    flex-wrap: wrap;
    width: 780px;
}
.psy-fm-list-box-left li{
    width: 370px;
    margin-right: 20px;
    display: flex;
    padding: 15px 0  ;
    border-bottom: 1px solid #eee;
}
.psy-fm-list-box-left a:hover{
    border-bottom: 1px solid #5dac00;
    color:#5dac00;
}
.psy-fm-list-box{
    display: flex;
    align-items: flex-start;
}
.psy-test-detail-left{
    width: 146px;
    height: 146px;
}
.psy-test-detail-left img{
    width: 146px;
    height: 146px;
}
.psy-test-detail-right{
    padding: 15px ;width:52%;
}
.psy-test-detail-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.psy-test-info{
    font-size: 12px;
    color: #999;
    min-width: 50px;
}
.psy-test-questcount {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.psy-test-number{
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}
.psy-fm-list-box-right{
    width: 350px;
    margin-left: 20px;
    background-color: #fff;
}
.psy-test-number-box{
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.psy-test-number-box-top{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;

}
.psy-test-number-detail{
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #04b4ef;
}
.psy-test-number-box-bottom{
    margin-top: 10px;
}
.psy-test-person-list{
    margin-top:25px;
    height: 500px;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.psy-test-person-list::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
.psy-test-person-list li{
    display: flex;
    align-items: center;
    height:60px;
    border-bottom: 1px solid #eee;
}
.psy-test-person-item-left{
    width: 40px;
    height: 40px;
}
.psy-test-person-item-left img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.psy-test-person-item-right{
    margin-left: 20px;
}
.psy-test-person-right-first{
    font-size: 14px;
    color: #666;
}
.psy-test-person-right-first span{
    font-weight: bold;
}
.psy-test-person-right-second{
    font-size: 16px;
    color: #04b4ef;
}