.expert-components {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.expert-team-box {
    position: absolute;
    top: 0px;
    transition:all 0s ease 0s;
    left: revert;
    width: 134px;
    height: 200px;
}
.expert-team-box-fixed {
    /* transition:all 1s ease 0s; */
    position: fixed;
    top: 50px !important;
}
.lookinfo>a{
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #1881CB;
    cursor: pointer;
}
.expert-box {
    display: block;
    cursor: pointer;
    width: 134px;
    height: 188px;
    background: url(../images/expert-team/expert.png);
}
.expert-box.active,
.expert-box:hover {
    background: url(../images/expert-team/expert-active.png);
}
.team-box {
    display: block;
    cursor: pointer;
    margin-top: 20px;
    width: 134px;
    height: 188px;
    background: url(../images/expert-team/team.png);
}
.team-box.active,
.team-box:hover {
    background: url(../images/expert-team/team-active.png);
}
.expert-wrap {
    margin-left: 154px;
    min-height: 416px;
    background-color: #F4F4F4;
    padding: 20px 11px 20px 20px;
}
.expert-list li {
    margin-top: 30px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #fff;
}
.expert-list li:first-child {
    margin-top: 0;
}
.user-photo-box {
    float: left;
    position: relative;
    flex: 0 0 1;
    width: 238px;
    height: 300px;
}
.user-photo-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius:8px 0px 0px 8px;
}
.user-name-box {
    position: absolute;
    bottom: 9px;
    left: -11px;
    width: 259px;
    height: 53px;
    text-align: center;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.user-info-box {
    position: relative;
    padding: 30px 30px 20px 0;
    margin-left: 278px;
    min-height: 300px;
}
.addr {
    position: absolute;
    top: 24px;
    right: 20px;
    padding-left: 22px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #1881CB;
    background: url(../images/expert-team/didian-copy.png) no-repeat left center;
}
.user-job {
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #212121;
    background: url(../images/expert-team/xuewei.png) no-repeat left center;
}
.user-employeer {
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #212121;
    background: url(../images/expert-team/renzhilvli.png) no-repeat left center;
}
.user-employeer span {
    margin-left: 40px;
}
.user-employeer span:first-child {
    margin-left: 0;
}
.user-introduce {
    margin-top: 40px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.btn-load-more {
    margin: 20px auto 0 auto;
    width: 148px;
    height: 44px;
    border-radius:8px;
    color: #fff;
    background: #1781CB;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.btn-load-more:hover {
    background-color: #2F99E3;
}
.scroll-top-btn {
    position: absolute;
    right: -78px;
    bottom: 0;
    width: 58px;
    height: 58px;
    background: url(../images/expert-team/top.png) no-repeat;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.show-top-btn {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}