/*化合物库*/
.list_description{
    padding-top: 0;
}
.list_h2 h2 a{
    color: #6a4b92;
}
.i-circle{
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #6a4b92;
}
/*分类列表*/
.hot-list{
    margin-top:55px;
    border: 0;
    width: 100%;
}
.list-main{
    width: 100%;
}
.list-main ul{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.list-main>ul>li{
    width: 238px;
    height: 60px;
    line-height: 18px;
    padding-left: 8px;
    box-sizing: border-box;
    background: #fbf8fb;
    margin-top:15px ;
    margin-right:16px;
    display: flex;
    align-items: center;
}
.list-main>ul>li:nth-child(4n){
    margin-right: 0;
}
.list-main>ul>li a{
    font-size: 14px;
    color: #6a4b92;
    font-weight: bold;
    display: inline-block;
}
.list-main>ul>li a:hover{
    color: #F60;
}
.list-main ul li span{
    display: inline-block;
    margin-right: 3px;
}
/*热门产品*/
.red-tit{
    color:#f39f3a; margin: 35px 0 30px;font-size: 18px;font-weight: bold;
}
.swiper-head{
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.swiper-toggle-box{
    position: relative;
    display:flex;
    justify-content: space-between;
}
.swiper-button-prev-custom i,.swiper-button-next-custom i{
    font-size: 26px;
    color: #6a4b92;
    border: 2px solid #6a4b92;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
    display: inline-block;
}
.swiper-button-prev-custom i{
    padding-right: 2px;
}
.swiper-button-next-custom i{
    padding-left: 2px;
}
.swiper-pagination-custom{
    padding: 0 12px;
    font-size:16px;
    align-self: center;
}
.swiper-body .swiper-slide>div{
    display: flex;
    flex-wrap:wrap;
    gap: 36px;
    justify-content: space-between;
}
.card-cpd-imaged {
    border: 1px solid #e9e9e9;
    width: 220px;
    box-shadow: 2px 2px 2px 1px #f5f5f5;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}
.card-cpd-imaged .top {
    height: 144px;
    width: 220px;
    padding: 2px;
    text-align: center;
}
.card-cpd-imaged .top img {
    max-width: 216px;
    max-height: 140px;
}
.card-cpd-imaged .bottom {
    background: #fbf8fb;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 24px;
    color: #260609;
    flex: 1 1 auto;
}
.card-cpd-imaged .bottom div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.card-cpd-imaged .bottom div:first-child {
    color: #530a12;
    font-weight: bold;
}
.card-cpd-imaged .bottom a {
    cursor: pointer;
}
.card-cpd-imaged .bottom a:hover {
    color: #F60;
}

/*搜索框*/
.search-source-container{
    margin-top: 26px;
    display: inline-block;
}
.input-group{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
[data-source="sourceText"]{
    width: 280px;
    height: 32px;
    border-radius: 3px 0 0 3px;
    -webkit-appearance: none;
    border-right: none;
    color: #331515;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px 0 26px;
    box-sizing: border-box;
    background: #ffffff url("../images/web/search.png") no-repeat 4px center;
    background-size: 19px 19px;
}
.btn-search-source{
    height: 32px;
    width: 60px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background-color: rgb(137, 114, 172);
    border: 1px solid  rgb(137, 114, 172);
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    margin-left: -1px;
    z-index:1;
}
.btn-search-source[disabled="disabled"] {
    background-color: #F1F1F1;
    border-color: #bdbdbd;
}
.result-list{
    width: max-content;
}
.result-list >p {
    padding-top: 16px;
}
.result-list > ul{
    display: inline-flex;
    flex-flow: row wrap;
    align-items: baseline;
    margin-top: 6px;
    max-width: 1000px;
    line-height: 1.8;
}

.result-list > ul li a{
    color: #6a4b92;
    font-size: 14px;
    font-weight: 700;
}
.result-list > ul li:after{
    content: '|';
    color: #331515;
    margin: 0 10px;
    vertical-align: top;
}
.result-list > ul li:nth-last-child(1){
    position: relative;
}
.result-list > ul li:last-child:after{
    content: '';
    margin: 0;
}
.result-list > p {
    font-size: 14px;
}
.search-name{
    font-weight: bold;
    color: #F60;
}
.close-small{
    position: absolute;
    top: -18px;
    margin-left: 8px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url("../images/web/close-small.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}
/*底部*/
.hot-main{
    width: 100%;
}
.hot-main>ul{
    width: 100%;
    padding: 15px 0;
    /*border-bottom: 1px solid #ebe4f6;*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.hot-main>ul>li{
    width: 31%;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    /*background-color: #fbf8fb;*/
    margin-right: 16px;
}

.hot-main>ul>li:nth-child(3n+3){
    margin-right: 0;
}
.hot-main ul li > .hot-main-tit{
    padding: 6px 0 12px 0;
    position: relative;
    border-bottom: 1px solid #ebe4f6;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.hot-main-tit .icon-angle-right{
    font-size: 14px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    text-align: center;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
}
.btn-toggle .icon-angle-right{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
}
.hot-main > ul > li > ul li:first-child{
    padding-top: 6px;
}
.hot-main .list-more > li:first-child{ padding-top:0; }
.hot-main ul li > p{
    padding: 6px 0;
}
.hot-main>ul>li>.hot-main-tit > a{
    font-size: 12px;
    font-weight: bold;
    color: #6a4b92;
    padding-right: 8px;
    max-width: 288px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-main>ul>li>span{
    display: inline-block;
}
.hot-main ul li > p + p{
    width: 100%;
    font-size: 12px;
    color: #331515;
    margin-top: 8px;
    line-height: 18px;
}