@charset "utf-8";

.bio-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.bio-main div{
    box-sizing: border-box;
}
.bio-left{
    width: 740px;
}
.bio-left > .bio-dec{
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}
.bio-left > .bio-search{
    width: 680px;
    margin-top: 45px;
    position: relative;
}
.bio-left > .bio-search input[type=text]{
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #d7cce8;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
}
.bio-left > .bio-search input[type=text]::placeholder{
    color: #999;
    font-size: 14px;
}
.bio-left > .bio-search input[type=submit]{
    width: 75px;
    height: 40px;
    border-radius:0 8px 8px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #8972ac;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}
.bio-left .word-list{
    width: 680px;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-top: 25px;
}
.bio-left .word-list span{
    width:30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #f9f7fb;
    background: #f9f7fb;
    color: #6a4b92;
    font-size: 14px;
    line-height: 30px;
    margin-left: 6.1px;
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
}
.bio-left .word-list > span:first-child,.bio-left .word-list > span:nth-of-type(19){
    margin-left: 0;
}
.bio-left .active{
    background: #8972ac !important;
    color: #fff !important;
}
.bio-left .tip{
    margin-top: 40px;
    width: 100%;
    font-size: 16px;
}
.bio-left .tip span{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.bio-left .result{
    width: 100%;
}
.bio-left .result p{
    font-size: 22px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 15px;
}
.bio-left .result-list{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding-left: 10px;
}
.bio-left .result-list li{
    width: 33.3%;
    float: left;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 32px 5px 0;
    box-sizing: border-box;
    word-break: break-word;
}
.bio-left .result-list li a em{
    color: #ff7e00;
    font-weight: bold;
}
.bio-left .result-list li a:before{
    content: "•";
    display: inline-block;
    /* position: absolute; */
    /* left: 0; */
    float: left;
    margin-left: -10px;
    padding-right: 4px;
    font-weight: bold;
}
.bio-right{
    width: 220px;
}
.bio-right .calculator img{
    width: 220px;
    overflow: hidden;
}
.bio-right .calculator{
    margin-top: 25px;
}
.bio-right  div + div{
    margin-top: 15px;
}


/*-----------bio-ny-----------------*/
.bio-left .definition{
    font-size: 14px;
    line-height: 25px;
    margin-top: 50px;
}
.definition p:nth-child(1){
    line-height: 1;
    margin-bottom: 5px;
}
.definition p:nth-child(3){
    margin-top: 6px;
}
.bio-left .bio-references{
    margin-top: 25px;
    font-size: 14px;
}
.bio-left .references-list{
    margin-top: 1px;
}
.detail-word-list{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 5px;
    width: 680px;
}
.detail-word-list span{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #f9f7fb;
    background: #f9f7fb;
    color: #6a4b92;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}
.detail_category_tit{
    margin-top: 50px;
}
.detail_category_tit h1{
    font-size: 26px;
    color: #000;
    line-height: 30px;
}
.detail_break_up{
    border-bottom: 2px solid #ebe4f6;
    margin-top: 47px;
}