 /*.jdjs_app .qwss{
        height: 31px;
        font-size: 12px;
        min-width: 190px;
        max-width: 600px;
        width: 60%;        
        outline: none;
        padding-left: 10px;
        border-radius: 4px;
        border: 1px solid #e4e7ed;
    }
    .jdjs_app .tj{
        padding-left: 6px;
        letter-spacing: 5px;
        color: white;
        min-width: 53px;
        max-width: 150px;
        height: 32px;
        border: 0;
        border-radius: 4px;
        background-color: #1890FF;
        position: relative;
        top: 1px;
        width: 20%;        
    }*/
/* 轮播箭头 – 无背景，只显示白色箭头 */
.arrow {
 position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
    width: 100px !important;
    height: 100px !important;
    line-height: 40px !important;
    text-align: center !important;
    font-size: 100px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    opacity: 1 !important;
    display: block !important;}

.prev-arrow {
    left: 15px !important;}
.next-arrow {
    right: 15px !important;}

/* 底部指示器 */
.slick-dots {
    position: absolute;
    bottom: 15px;}
.slick-dots li button:before {
    color: #fff;
    font-size: 14px;}
.dibu_left li:last-child{background:none;}
