.smart_link {
    position: fixed;
    bottom: 170px;
    right: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.5);
    width: 450px;
    height: 600px;
    z-index: 9999;
    background: #f7f7f7;
    display: none;
}

.smart_link a {
    color: #000;
}

.smart_link .smart_title {
    padding: 12px;
    padding-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(to right, #f6921e 0%, #fbd448 100%);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    display: flex;
    Justify-content: space-between;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.smart_link .smart_menu {
    background: #fff;
    -webkit-box-shadow: 2px -2px 4px 0px rgb(105 100 100 / 30%);
    -moz-box-shadow: 2px -2px 4px 0px rgb(105 100 100 / 30%);
    box-shadow: 2px -2px 4px 0px rgb(105 100 100 / 30%);
    display: flex;
    flex-wrap: wrap;
    Justify-content: flex-start;
    font-size: 16px;
    font-weight: 600;
}

.smart_link .smart_menu .menu_item {
    width: 33%;
    text-align: center;
    padding: 15px 0px;
    border-left: 1px solid #e9e6e6;
    border-bottom: 1px solid #e9e6e6;
    cursor: pointer;
}
.smart_link .smart_menu .menu_item.smart_support{
    background: linear-gradient(to right, #f6921e 0%, #fbd448 100%);
    color:#fff;
}


.smart_link .smart_title img {
    vertical-align: middle;
}

.smart_link .smart_title .modal-close {
    display: table;
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
    z-index: 99999999;
}

.smart_link .smart_content {
    padding-top:10px;
    height: 290px;
    overflow: auto;
    display: block;
}


.smart_link .smart_content .smart_content_left{
    margin:12px 15px 11px 10px;
    display: flex;
    justify-content: flex-start;
}
.smart_link .smart_content .smart_content_left .smart_content_left_icon{
    width: 50px;
    margin-right:10px;
}
.smart_link .smart_content .smart_content_left .smart_content_left_text{
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgb(167 166 166 / 30%);
    border-radius:5px;
    line-height: 26px;
    width: calc(80% - 40px);
}

.smart_link .smart_content .smart_content_right{
    margin:12px 15px 12px 10px;
    display: flex;
    justify-content: flex-end;
}

.smart_link .smart_content .smart_content_right .smart_content_left_right{
    padding: 10px 15px;
    background: #fbf0b1;
    box-shadow: 0px 0px 5px 2px rgb(167 166 166 / 30%);
    border-radius:5px;
    line-height: 26px;
}

.smart_link .smart_content::-webkit-scrollbar {
    width: 5px;
    background-color: #E4e4e4;
    /* or add it to the track */
}

.smart_link .smart_content::-webkit-scrollbar-thumb {
    width: 5px;
    background: #aaa;
}

.smart_link .smart_remind{
    margin:15px 50px;
    font-size: 12px;
    line-height: 24px;
}

.smart_link .smart_content .chat {
    margin: 20px 10px 10px;
    height: 90px;
    background-image: url(/lazyweb/web/images/icon_help_greeting.png);
    background-repeat: no-repeat;

}

.swiper-wrapper {
    padding-left: 5px;
    padding-top: 5px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.swiper {
    right: 10px;
    width: 460px;
    min-height: 300px;
    margin-left: 57px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 9px 0px rgb(201 188 188 / 50%);
}

.swiper-slide img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.swiper-slide .title {
    color: #F6921E;
    font-size: 22px;
    line-height: 50px;
    font-weight: 800;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 16px;
    padding-top: 0;

}

.swiper-slide ul li {
    padding: 10px 10px;
    background-color: #e4e4e4;
    margin-bottom: 10px;
    border-radius: 5px;
}

.customize-button-next {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 0;
    height: 0;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.customize-button-prev {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 0;
    height: 0;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    display: none;
}

@media (max-width: 768px) {
    .smart_link {
        right: 0px;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .smart_link {
        right: 0px;
        width: 100%;
        height: 420px;
    }

    .smart_link .smart_content {
        height: 370px;
    }
}