.mobile .wp {
    margin: 0 5px;
}
.list {
    height: 40px;position: relative;border-bottom: 1px solid #1E9FFF;line-height: 40px;
}
.list-head {
    position: absolute;left: 0px;bottom: 0;margin-bottom: 0px;
}
.list-head li {
    float: left;width: 80px;text-align: center;margin-right: 10px;height: 30px;line-height: 30px;
}
.list-head li a {
    display: block;width: 100%;height: 100%;color: #fff;font-weight: 600;font-size: 16px;border-radius: 6px 6px 0 0 ;background-color: #999;position: relative;
}
.list-head li .select::after {
    content: "";
    position: absolute;
    bottom: -5px; /* 使其位于底部 */
    left: 50%; /* 居中 */
    transform: translateX(-50%) translateY(50%) rotate(180deg); /* 调整位置和旋转 */
    width: 0;
    height: 0;
    border-left: 15px solid transparent; /* 根据需要调整 */
    border-right: 15px solid transparent; /* 根据需要调整 */
    border-bottom: 20px solid #1E9FFF; /* 根据需要调整 */
}
.list-head li .select {
    background-color: #1E9FFF;
}
.pc .list .layui-btn {
    font-size: 14px;border-radius: 6px;
}
.load_more {
    text-align: center;
}
.load_more .load-btn {
    background-color: #c6c5c5;color: #fff;border-radius: 6px;padding: 10px 20px;display: block;
}
.prolist {
    margin-top: 40px;
}
.pc .prolist ul {
    margin-left: -2%;
    font-size: 14px;
    margin-bottom: 0px;
}
.pc .prolist li {
    width: 31%;
    margin: 0 0 1% 2%;
    border: 1px solid #e4e8eb;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.mobile .prolist li {
    float: right;width: 48%;
    border: 1px solid #e4e8eb;
    border-radius: 6px;
    margin-bottom: 10px;
}
.mobile .prolist li:nth-child(odd) {
    float: left;
}
.prolist .headImg {
    float: left;
}
.prolist .headImg img {
    width: 30px;height: 30px;border-radius: 50%;
}
.prolist .user-name {
    margin-left: 10px;float: left;color: #666;line-height: 30px;
}
.prolist .position span {
    margin-right: 10px;
}
.prolist .position span:last-child {
    margin-right: 0px;
}
.prolist .other span {
    margin-right: 10px;
}
.prolist .other span:last-child {
    margin-right: 0px;
}
.prolist .talent-title {
    font-size: 18px;text-align: center;
}
.prolist .talent-title b {
    margin: 0 10px;
}
.prolist .talent-title .line {
    width: calc(50% - 90px);display: inline-block;
    border-top: 1px solid #cccccc;
    vertical-align: 5px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kefu-box {
    width: 400px;height: 400px;text-align: center;background-color: #00b7ee;border-radius: 10px;position: relative;
}
.kefu-box .pd {
    padding-top: 20px;
}
.mobile .kefu-box {
    width: 80%;
}
.kefu-box img {
    width: 200px;height: 200px;
}
.kefu-box .txt span {
    margin: 0 5px;color: #ec571c;
}
.kefu-box .close-btn {
    padding-top: 10px;border-top: 1px solid #eee;margin-bottom: 0px;
}
.kefu-box .title {
    font-size: 18px;font-weight: bold;border-bottom: 1px solid #eee;padding-bottom: 20px;
}
.talent-box {
    position: relative;
}
.talent-box ul {
    margin-bottom: 0px;
}
.talent-box a {
    display: block;
}
.find-more {
    text-align: center;padding-top: 20px;padding-bottom: 10px;
}
.pc .find-more {
    padding-bottom: 50px;
}
.find-more a {
    padding: 10px 30px;border-radius: 6px;background-color: #99cdf5;color: #1E9FFF;
}
footer {
    padding-bottom: 70px;
}
