﻿
.error {
    color: red
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box-szg {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

    .info-box-szg small {
        font-size: 14px;
    }

    .info-box-szg .progress {
        background: rgba(0, 0, 0, 0.2);
        margin: 5px -10px 5px -10px;
        height: 2px;
    }

        .info-box-szg .progress,
        .info-box-szg .progress .progress-bar {
            border-radius: 0;
        }

            .info-box-szg .progress .progress-bar {
                background: #fff;
            }

.info-box-szg-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.2);
    margin: 10px 10px;
}

    .info-box-szg-icon > img {
        max-width: 100%;
    }

.info-box-szg-content {
    /* padding: 5px 10px;*/
    margin-bottom: 20px;
}

.info-box-szg-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-szg-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-szg-text {
    text-transform: uppercase;
}

.info-box-szg-more {
    display: block;
}

.info-progress-content {
    padding: 1px 10px;
}



/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat-szg {
    /* padding: 5px 20px 5px 10px;*/
}

    .chat-szg .item {
        /*  margin-bottom: 10px;*/
    }

        .chat-szg .item:before,
        .chat-szg .item:after {
            content: " ";
            display: table;
        }

        .chat-szg .item:after {
            clear: both;
        }

        .chat-szg .item > img {
            width: 40px;
            height: 40px;
            border: 2px solid transparent;
            border-radius: 50%;
        }

        .chat-szg .item > .online {
            border: 2px solid #00a65a;
        }

        .chat-szg .item > .offline {
            border: 2px solid #dd4b39;
        }

        .chat-szg .item > .message {
            /*  margin-left: 55px;
        margin-top: -40px;*/
        }

            .chat-szg .item > .message > .name {
                display: block;
                font-weight: 600;
            }

        .chat-szg .item > .attachment {
            border-radius: 3px;
            background: #f4f4f4;
            /*  margin-left: 5px;
        margin-right: 5px;*/
            padding: 10px;
        }

            .chat-szg .item > .attachment > h4 {
                margin: 0 0 5px 0;
                font-weight: 600;
                font-size: 14px;
            }

            .chat-szg .item > .attachment > p,
            .chat-szg .item > .attachment > .filename {
                font-weight: 600;
                font-size: 13px;
                font-style: italic;
                margin: 0;
            }

            .chat-szg .item > .attachment:before,
            .chat-szg .item > .attachment:after {
                content: " ";
                display: table;
            }

            .chat-szg .item > .attachment:after {
                clear: both;
            }

.products-list-szg .product-info-szg {
}

/*文本搜索框样式----开始*/
#div_txt {
    position: relative;
    margin: 0 auto;
}

#txt1 {
    width: 99%;
}

.div_items {
    position: absolute;
    float: left;
    width: 91%;
    height: 150px;
    z-index: 9999;
    border: 1px solid #66afe9;
    border-top: 0px;
    overflow: auto;
    display: none;
    background-color: #ffffff;
}

.div_item {
    width: 140%;
    height: 35px;
    margin-top: 1px;
    line-height: 35px;
    margin-left: 10px;
}
.div_cpitem {
    width: 100%;
    height: 35px;
    margin-top: 1px;
    line-height: 35px;
    margin-left: 10px;
}
.div_yyitem {
    width: 100%;
    height: 35px;
    margin-top: 1px;
    line-height: 35px;
    margin-left: 10px;
}

.div_items_jxs {
    position: absolute;
    float: left;
    width: 91%;
    height: 150px;
    z-index: 9999;
    border: 1px solid #66afe9;
    border-top: 0px;
    overflow: auto;
    display: none;
    background-color: #ffffff;
}

.div_item_jxs {
    width: 100%;
    height: 30px;
    margin-top: 1px;
    line-height: 30px;
    margin-left: 10px;
}

/*文本搜索框样式----结束*/

/*图片上传相关样式----开始*/

.clubsImage {
    width: 15px;
    height: 15px;
}

.img-preview {
    width: 90px;
    height: 90px;
}

.img-preview-sm {
    width: 90px;
    height: 90px;
}

.delImg {
    position: absolute;
    float: left;
}

/*图片上传相关样式----结束*/



.btn-app-szg {
 
    position: relative;
    /*    border-radius: 3px; 
        padding: 15px 5px;
margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;*/
    font-size: 12px;
}

    .btn-app-szg > .fa,
    .btn-app-szg > .glyphicon,
    .btn-app-szg > .ion {
        /*font-size: 20px;*/
        display: block;
    }

.btn-app-szg:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn-app-szg:active,
.btn-app-szg:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app-szg > .badge {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 10px;
    font-weight: 400;
}

.sticky-div {
    /* position: -webkit-sticky;  对于Safari */
    position: fixed;
    top: 50px; /* 例如，固定在视口的顶部 */
    width: 110%; /* 宽度 */
    background-color: #f1f1f1; /* 背景颜色 */
    z-index: 1000; /* 确保 div 在页面顶层 */
   margin-left:-10px
}
.sticky-div-next {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* 横向滚动taba容器 */
.tabs-scroll-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    padding: 0 30px; /* 为箭头留出空间 */
}

    .tabs-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* 标签样式调整 */
    .tabs-scroll-wrapper .nav-tabs {
        display: inline-flex;
        flex-wrap: nowrap;
        min-width: 100%;
    }

    .tabs-scroll-wrapper .nav-item {
        float: none;
        display: inline-block;
        white-space: nowrap;
    }
    .tabs-scroll-wrapper > .nav-tabs > li.active {
        border-top-color: #3c8dbc;
    }

    .tabs-scroll-wrapper > .nav-tabs > li {
        border-top: 3px solid transparent;
        margin-bottom: -2px;
        margin-right: 5px;
    }