 .jdjs_app .qwss{
        height: 31px;
        font-size: 12px;
        min-width: 190px;
        max-width: 600px;
        width: 60%;        
        outline: none;
        padding-left: 10px;
        border-radius: 4px;}

    .jdjs_app .tj{
        padding-left: 6px;
        letter-spacing: 5px;
        color: white;
      float:right;
        border: 0;
        border-radius: 4px;
        background-color: #1890FF;
        position: relative;
        top: 14px;}
.jdjs_app .tj{background: #0094de!important;}
/* 1. 重置容器，使其不再是一个轮播容器 */
.sci-r .slick-list,
.sci-r .slick-track {
    /* 取消绝对定位和位移，让内容回归正常文档流 */
    position: static !important;
    transform: none !important;
    width: 100% !important;}

/* 2. 让列表项（li）水平排列 */
.sci-r .slick-slide {
        width: 32.33% !important;
    flex-shrink: 0;
    padding-right: 14px;}

/* 3. 隐藏轮播图的导航点（小圆点） */
.sci-r .slick-dots {
    display: none !important;}
@media screen and (max-width: 1024px) {
    .sci-r .slick-slide {
        width: 45% !important;}
}
@media screen and (max-width: 760px) {
    .sci-r .slick-slide {
        width: 100% !important;padding-bottom: 20px;padding-right: 0px;}
}
/* 123 */
