.docDetails-title{
    width: auto;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #222222;
    padding: 0 18px;
}
.docDetails-title img{
    position: absolute;
    left: 18px;
    top: 12px;
    width: 10px;
}
.search-parent{
    height: auto;
    min-height: 139px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 18px;
    padding-bottom: 10px;
}
.search-parent p{
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    color: #222222;
}
.search-parent div {
    width: 100%;
    height: 35px;
    border-radius: 35px;
    padding: 0 15px;
    padding-right: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f4f4f8;
    overflow: hidden;
}
.search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    border-radius: 35px;
    background-color: #f4f4f8;  
    padding: 0 15px;  
    box-sizing: border-box;
}
.search img{
    width: 13px;
    margin-right: 9px;
}
.search input{
    width: 100%;
    border: 0;
    color: #999999;
    background: none;
    outline: none;
}
.search-historty{
    font-size: 12px;
    color: #5a5a5a;
    display: flex;
    flex-wrap: wrap ;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.search-historty>*{
    margin-top: 10px;
}
.search-historty span{
    transform: translateY(4px);
}
.search-historty button{
    width: 66px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    outline: none;
}
.search-historty button+button{
    margin-left: 9px;
}
.pic-parent{
    padding: 0 18px;
    box-sizing: border-box;
    margin-bottom: 26px;
}
.pic-parent img{
    width: 100%;
}
.select-other{
    height: 239px;
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box;
}
.select-other > p{
    height: 30px;
    font-size: 14px;
    color: #353535;
}
.select-other > div{
    width: 100%;
    height: calc(100% - 30px);
    background-color: #f8f8f8;
    border-radius: 7px;
}
.others{
    box-sizing: border-box;
    width: 100%;
    height: 149px;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.others div{
    width: 92px;
    height: 27px;
    line-height: 25px;
    box-sizing: border-box;
    border: 1px solid #cecece;
    border-radius: 27px;
    text-align: center;
    font-size: 12px;
    color: #5a5a5a;
}
.others div.active{
    position: relative;
    border-color: #6e95fd;
    color: #6e95fd;
}
.others div.active::after{
    content: '√';
    color: red;
    position: absolute;
    top: 0px;
    right: 8px;
}
.others div:nth-child(n+4){
    margin-top: 13px;
}
.others+div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 59px;
    padding: 0 16px;
    box-sizing: border-box;
}
.others+div button{
    width: 91px;
    height: 26px;
    box-sizing: border-box;
    border-radius: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    background: #6e95fd;
    border: 0;
    outline: none;
}
.others+div .backgroung-none{
    background: #cbcbcb;
}
.select-doc > *{
    box-sizing: border-box;
    padding: 0 18px;
}
.select-doc > p{
    height: 72px;
    line-height: 72px;
    font-size: 15px;
    color: #353535;
}
.select-doc > div{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.select-doc > div+div{
    margin-top: 18px;
}
.select-doc > div:last-child{
    border-bottom: 0;
}
.doc-img{
    width: 47px;
    min-width: 47px;
}
.doc-img img{
    width: 100%;
}
.doc-parent{
    width: 100%;
    height: 100%;
    margin-left: 10px;
}
.doc-info-top{
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.doc-info-top div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #353535;
}
.doc-info-top p{
    font-size: 11px;
    color: #767676;
    margin-top: 2px;
}
.doc-info-top .doc-post-parent{
    width: 100%;
    justify-content: space-between;
}
.doc-info-top .doc-post{
    padding: 2px 5px;
    font-size: 8.5px;
    color: #ffffff;
    border-radius: 25px;
    background: #9dd8ff;
    margin-left: 5px;
}
.doc-info-top .scope{
    color: #868686;
    font-size: 9px;
    margin-right: 4px;
}
.doc-good-at{
    height: calc(100% - 44px);
    font-size: 11px;
    color: #9b9b9b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 10px 0 16px 0;
}
.doc-good-at>div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.doc-good-at>div>div{
    padding: 4px 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
}
.doc-good-at>div>div+div{
    margin-left: 8px;
}
.good-color1{
    background: #10a1fe;
}
.good-color2{
    background: #d2d2d2;
}
.good-color3{
    background: #fe6b10;
}
.good-color4{
    background: #00dcc2;
}
.search span {
    display: block;
    width: 52px;
    height: 100%;
    line-height: 35px;
    font-size: 12px;
    text-align: left;
    padding-left: 16px;
    background: #6e95fd;
    color: #fff;
    letter-spacing: 4px;
}