.psy-consult-top-img {
    width: 1200px;
    height: 260px;
}

.psy-consult-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-consult-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.psy-consult-left {
    width: 840px;
}

.psy-consult-type {
    width: 800px;
    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-consult-type-cell {
    display: flex;
    align-items: flex-start;
    line-height: 26px;
    padding-top: 15px;
}

.psy-consult-type-first {
    font-size: 14px;
    font-weight: bold;
    width: 80px;
}

.psy-consult-type-second {
    display: flex;
    align-items: flex-start;
    width: 710px;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

.psy-consult-type-second li {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 13px;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.type-cur {
    background-color: #669900;
    color: #fff;
    border: 1px solid #669900;
}
.type-cur a{
    color: #fff;
}
.psyer-box {
    width: 800px;
    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;
    margin-top: 30px;
}

.psyer-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.psyer-box-top-left {
    display: flex;
    align-items: center;
}

.psyer-box-left-icon {
    width: 6px;
    height: 20px;
    background-color: #ffa800;
    border-radius: 3px;
    margin-right: 5px;
}

.psyer-box-left-content {
    font-size: 20px;
    color: #669900;
    margin-left: 5px;
}

.psyer-box-right {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
    height: 30px;
    border-radius: 15px;
    width: 200px;
}

.psyer-box-right input {
    border: none;
    outline: none;
    width: 150px;
    height: 28px;
    margin-left: 15px;
}

.psyer-box-right input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psyer-box-right input::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psyer-box-right input::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.psyer-list li {
    display: flex;
    align-items: center;
    height: 210px;
    border-bottom: 1px solid #eee;
}

.psyer-item-left {
    width: 145px;
    height: 145px;
    position: relative;
}

.psyer-item-avatar {
    width: 145px;
    height: 145px;
}

.psyer-item-avatar img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
}

.psyer-verified {
    position: absolute;
    right: -10px;
    top: 0;
    width: 48px;
    height: 44px;
}

.psyer-verified img {
    width: 48px;
    height: 44px;
}

.psyer-item-mid {
    margin-left: 20px;
    width: 480px;
}

.psyer-item-first {
    display: flex;
    align-items: flex-end;
}

.psyer-name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.psyer-title {
    font-size: 12px;
    color: #ccc;font-weight:normal;
    margin-left: 15px;
    padding-bottom: 3px;
}
.psyer-skilled{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}
.psyer-connect{
   display: flex;
   align-items: center;
   margin-top: 15px;
}
.psyer-connect-icon{
    width: 18px;
    height: 18px;
}
.psyer-connect-icon img{
    width: 18px;
    height: 18px;
}
.psyer-connect-content{
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}
.psyer-item-right{
    width: 140px;
    text-align: center;
    margin-left: 60px;
}
.consult-now{
    width: 95px;
    height: 30px;
    line-height: 30px;
    background-color: #669900;
    color: #fff;
    border-radius: 15px;
}
.consult-self{
    width: 95px;
    height: 30px;
    line-height: 30px;
    background-color: #eef7e5;
    color: #669900;
    border-radius: 15px;
    margin-top: 15px;
}

.psy-consult-right {
    margin-left: 20px;
    
}

.psy-in-box {
    width: 340px;
    height: 143px;
}

.psy-in-box img {
    width: 340px;
    height: 143px;
}
.hot-tag{
    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;
}
.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;
}
.hot-tag-list{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.hot-tag-list li{
    padding: 3px 8px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 15px;
}
.psy-read{
    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-read-list{
    margin-top: 15px;
}
.psy-read-list li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.psy-read-detail{
    display: flex;
}
.psy-read-detail-left{
    width: 100px;
    height: 80px;
}
.psy-read-detail-left img{
    width: 100px;
    height: 80px;
}
.psy-read-detail-right{
    margin-left: 10px;
}
.psy-read-detail-title{
    font-size: 14px;
    font-weight: bold;
}
.psy-read-detail-time{
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}
.psy-read-simple-title{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.psy-read-simple-time{
    font-size: 12px;
    color: #ccc;
    margin-top: 8px;
}
.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{
    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;
}
.bottom-space{
    width: 1200px;
    height: 30px;
}
