/* Minification failed. Returning unminified contents.
(1248,1): run-time error CSS1019: Unexpected token, found '}'
(1312,41): run-time error CSS1046: Expect comma, found '0'
(1312,45): run-time error CSS1046: Expect comma, found '/'
(1312,76): run-time error CSS1046: Expect comma, found '0'
(1312,80): run-time error CSS1046: Expect comma, found '/'
(1459,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1460,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1469,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1470,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    min-width: 1220px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}

ul, h3, h2, h1, li, p {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:focus, a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        text-decoration: none;
        color: #333333;
    }

a, img {
    display: block;
}

img {
    width: 100%;
    height: 100%;
}

.btn:focus, .btn:active, .btn:focus:active {
    outline: 0;
}
/*滚动条*/
/* ::-webkit-scrollbar-corner { background-color:#ffffff;}
::-webkit-scrollbar{width: 6px; height:6px; border-radius:3px; }
::-webkit-scrollbar-track{ background:none; }
::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; } */
/* 清除浮动 */
.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    clear: both;
}
/* 盒子 */
.flex {
    display: flex;
}
/* 充满父元素 */
.flex-bd {
    flex: 1;
}
/* 水平居中 */
.flex-center {
    display: flex;
    align-items: center;
}
/* 水平两端对齐 */
.flex-zBetween {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
/* 垂直居中 */
.flex-hc {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_zEnd {
    justify-content: flex-end;
}

.flex-zCenter {
    align-items: flex-end;
}
/* 超出隐藏 */
.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 文本域 */
textarea, input {
    resize: none;
    outline: none;
    border: 0;
}
/* 图片滑过放大 */
.whole-img {
    overflow: hidden;
}

    .whole-img img {
        transition: .6s all;
    }

        .whole-img img:hover {
            transform: scale(1.1);
        }
/* 背景图不重复 */
.whole-bgt {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-r {
    flex-direction: row
}

.flex-l {
    flex-direction: column;
}



/* 通用 */
.btn {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    padding: 0 0;
}

    .navbar .container-fluid {
        width: 1560px;
    }

.navbar-brand {
    padding: 0 0;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    height: auto;
    margin-right: 66px;
}

    .navbar-brand > img {
        width: auto;
        height: 60px;
    }

.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 28px 0;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-left: 70px;
    position: relative;
}

    .navbar-light .navbar-nav .nav-link:before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #244cec;
        border-radius: 100%;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -3px;
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        background-color: transparent;
    }

        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .active > .nav-link:before,
        .navbar-light .navbar-nav .nav-link:hover::before {
            display: block;
            color: #244cec;
        }

footer {
    z-index: 99;
    background-color: #000000;
}

.foot-nav a {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding: 24px 60px;
}

    .foot-nav a::before {
        content: '';
        width: 1px;
        height: 16px;
        background-color: rgba(255,255,255,0.26);
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -8px;
    }

    .foot-nav a:last-child::before {
        display: none;
    }

.foot-copy {
    text-align: center;
    font-size: 16px;
    color: #999999;
    border-top: 1px solid rgba(255,255,255,0.26);
    padding: 10px 0;
}

.banner {
    background-image: url(/Content/images/banner.png);
    width: 100%;
    height: 438px;
    background-size: contain;
}

    .banner .search {
        width: 584px;
    }

.banner-bj {
    max-width: 980px;
    flex-direction: column;
    margin: 0 auto;
}

.banner-tt {
    text-align: center;
    font-size: 80px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 40px;
}

.logo {
    width: auto;
    height: 60px;
}

.header-r {
    margin-top: 8px;
}

    .header-r i {
        font-size: 30px;
    }

header {
    height: 80px;
    display: flex;
    align-items: center;
}

@media(min-width:1200px) {
    .container_index {
        width: 1400px;
        margin: 0 auto;
    }
}

.search {
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    margin: 6px 110px 0 40px;
}

.search-input {
    margin-right: 20px;
    z-index: 999;
}

.search .input {
    width: 100%;
    font-size: 22px;
    color: #333333;
    height: 55px;
    border: 0;
    padding: 0 0 0 40px;
    border-radius: 50px;
    background-color: #ffffff;
}

    .search .input::-webkit-input-placeholder {
        font-size: 22px;
        color: #dddddd;
    }

.search .btn {
    font-size: 26px;
    color: #ffffff;
    border-radius: 50px;
    width: auto;
    padding: 4.5px 30px 5.5px;
    z-index: 999;
}

    .search .btn i {
        color: #244cec;
        font-size: 30px;
        font-weight: bold;
    }

    .search .btn:focus {
        box-shadow: 0 0 0;
    }

.banner-text {
    font-size: 22px;
    color: #244cec;
    text-align: left;
    margin-top: 15px;
}

.post {
    flex-wrap: wrap;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0 10px;
    font-weight: bold;
}

.warp_list2 .post {
    font-size: 30px;
    padding: 20px 0;
}

.post > a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}

.post > span {
    margin: 0 5px;
}

.post > a:hover,
.post > a.active {
    text-decoration: none;
    color: #244cec;
}

.pages > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin: 40px 0 130px;
}

    .pages > ul > li.active a,
    .pages > ul > li > a:hover {
        background-color: #24a7e1;
        color: #ffffff;
    }

    .pages > ul > li > a {
        display: flex;
        align-items: center;
        padding: 13px 21px;
        font-size: 16px;
        color: #999999;
        border-radius: 8px;
    }

        .pages > ul > li > a img {
            width: 16px;
            height: 14px;
        }

    .pages > ul > li:first-child > a img {
        margin-right: 14px;
    }

    .pages > ul > li:last-child > a img {
        margin-left: 14px;
    }


.page-disabled:hover {
    color: unset !important;
    background-color: unset !important;
    cursor: unset !important;
}


/* SearchResult */
.searres {
    margin: 30px 0 0px;
}

.sear-box .row {
    margin: 0 -16px;
}

.sear-box .col-xl-3,
.sear-box .col-lg-3,
.sear-box .col-md-3,
.sear-box .col-sm-3 {
    padding: 0 16px;
}

.sear-col {
    border: 1px solid #f2f2f2;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .sear-col:hover {
        box-shadow: 0 0 5px 4px rgba(198,202,211,0.15);
    }

        .sear-col:hover .sear-col-tt {
            color: #244cec;
            text-decoration: underline;
        }

.sear-col-pic,
.sear-col-pic a {
    width: 40px;
    height: 60px;
    margin: 0 auto;
}

    .sear-col-pic a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sear-col-pic img {
        width: auto !important;
        height: auto !important;
        max-width: 40px !important;
        max-height: 60px !important;
    }

.sear-col-tt {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
    min-height: 46px;
    margin-left: 15px;
    flex: 1;
}






/* 零配件 */
.page_ling > ul {
    margin: 0 0 50px;
}




/* 所有类别 */
.own {
    margin-top: 30px;
    margin-bottom: 30px;
}

.own-col {
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 20px;
    display: table;
    clear: both;
    margin-bottom: 30px;
    width: 100%;
}

    .own-col:hover {
        box-shadow: 0 0 5px 4px rgba(198,202,211,0.15);
    }

        .own-col:hover .own-col-tt {
            color: #244cec;
            text-decoration: underline;
        }

        .own-col:hover .own-col-more {
            background-color: #244cec;
            color: #ffffff;
        }

.own-col-tt {
    font-size: 18px;
    color: #333333;
    height: 52px;
    /*    margin-bottom: 10px;*/
    letter-spacing: 1px;
    padding-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.own-col-more {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    background-color: #333333;
    color: #ffffff;
    float: right;
    margin-top: -26px;
}

.index-lun {
    position: relative;
    margin: 90px 0;
}

.index-col-pic {
    height: 200px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .index-col-pic img {
        width: auto !important;
        height: auto !important;
        max-width: 280px !important;
        max-height: 200px !important;
        margin: 0 auto;
    }

.index-col-tt {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indexLun_btn {
    position: absolute;
    top: 70px;
    left: -116px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 2px solid rgba(0,0,0,0.26);
    display: flex;
    justify-content: center;
    line-height: 64px;
    z-index: 2;
    cursor: pointer;
}

    .indexLun_btn i {
        color: rgba(0,0,0,0.26);
        font-size: 20px;
        font-weight: bold;
    }

    .indexLun_btn.index_right {
        left: auto;
        right: -116px;
    }

    .indexLun_btn:hover {
        border: 2px solid #244cec;
    }

        .indexLun_btn:hover i {
            color: #244cec;
        }





/* 列表 */
.list-hd {
    width: 160px;
    text-align: center;
}

.list-pic_img {
    width: 124px;
    height: 130px;
    margin: 10px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .list-pic_img img {
        width: auto !important;
        height: auto !important;
        margin: auto !important;
        max-width: 124px !important;
        max-height: 130px !important;
    }

.list-cell {
    font-size: 16px;
    color: #333333;
    word-wrap: break-word;
    width: 350px;
}

    .list-hd > div,
    .list-cell > div {
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

.warp_list .table {
    margin-bottom: 120px;
}

.warp_list .table-bordered th {
    width: 160px;
    text-align: center;
}

.warp_list .table th,
.warp_list .table td {
    vertical-align: inherit;
    font-size: 16px;
    color: #333333;
}

.list-cell-buy {
    width: 178px;
}

    .list-cell-buy a {
        font-size: 19px !important;
        color: #244cec !important;
        font-weight: bold !important;
        white-space: nowrap !important;
    }

.warp_list {
    margin-top: 30px;
}




/* 所有类别1-1 */
.own-lei {
    margin: 30px 0 100px;
}

    .own-lei .item {
        border: 1px solid #f2f2f2;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 30px;
    }

.class-hd {
    font-size: 18px;
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 25px;
}

    .class-hd:hover,
    .class-box > a:hover {
        color: #244cec;
        text-decoration: underline;
    }

.class-box > a {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    text-decoration: underline;
}

.own-lei #my-gallery-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.warp_sy {
    /* margin-bottom: 268px; */
}




/* 所有类别1-2 */
.banner_lei {
    background-image: url(/Content/images/banner2.png);
    height: 128px;
}

.post_lei > a {
    /* text-decoration: none; */
    /* font-size: 20px; */
}

.lei_nav {
    width: 220px;
    margin-left: -220px;
}

    .lei_nav > .theiaStickySidebar > ul > li {
        margin-bottom: 20px;
    }

        .lei_nav > .theiaStickySidebar > ul > li > .lei_nav-hd,
        .lei_nav > .theiaStickySidebar > ul > li > ul > li > a {
            font-size: 17px;
            color: #333333;
            position: relative;
            font-weight: bold;
            padding-left: 15px;
        }

    .lei_nav > .theiaStickySidebar > ul > li {
        position: relative;
    }

        .lei_nav > .theiaStickySidebar > ul > li > .lei_nav-hd:before,
        .lei_nav > .theiaStickySidebar > ul > li.current > .lei_nav-hd:before {
            content: '';
            width: 4px;
            height: 14px;
            background-color: #4066ff;
            position: absolute;
            top: 50%;
            margin-top: -7px;
            left: 0;
            display: none;
        }

        .lei_nav > .theiaStickySidebar > ul > li.current > .lei_nav-hd:before {
            display: block;
        }

        .lei_nav > .theiaStickySidebar > ul > li > ul > li > a,
        .lei_nav > .theiaStickySidebar > ul > li > .lei_nav_erji {
            padding-left: 22px;
            margin-top: 4px;
            color: #666666;
            font-weight: 500;
            font-size: 16px;
        }

    .lei_nav > .theiaStickySidebar > ul > .lei_nav_li {
        margin-bottom: 5px;
    }

.lei-pane_hd {
    margin-bottom: 15px;
}

    .lei-pane_hd > p {
        font-size: 20px;
        font-weight: bold;
    }

    .lei-pane_hd > a {
        text-decoration: underline;
    }

.lei-tell {
    margin-bottom: 10px;
}

    .lei-tell:hover {
        box-shadow: 0 0 5px 4px rgba(198,202,211,0.15);
        border-radius: 14px;
    }

.lei-tell-l {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 14px 0 0 14px;
    height: 180px;
}

.lei-tell-num {
    width: 30px;
    height: 30px;
    background-color: #333333;
    border-radius: 100%;
    font-size: 16px;
    color: #ffffff;
}

.lei-cell-pic {
    width: 158px;
    height: 130px;
    margin: 0 10px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .lei-cell-pic img {
        width: auto !important;
        max-width: 158px;
        max-height: 130px;
    }

.lei-data-tt,
.lei-tell-text {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.lei-tell-text {
    margin: 12px 0 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
    height: 48px;
}

.lei-data-ft_name {
    font-size: 16px;
    color: #244cec;
    font-weight: bold;
    cursor: pointer;
}

    .lei-data-ft_name > i {
        font-weight: bold;
        margin-left: 10px;
    }

.lei-data-ft_che {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .lei-data-ft_che span {
        display: inline-block;
        margin-left: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .lei-data-ft_che input {
        -webkit-font-smoothing: antialiased;
        -webkit-appearance: none;
    }

        .lei-data-ft_che input[type="checkbox"]::before {
            display: block;
            width: 20px;
            height: 20px;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -webkit-appearance: none;
            content: "";
            text-decoration: none;
            border-radius: 0px;
            border-width: 0px;
            border-style: initial;
            border-color: initial;
            border-image: initial;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            background-image: url(/Content/images/wei.png);
        }

        .lei-data-ft_che input[type=checkbox]:checked:before {
            background-image: url(/Content/images/xuan.png);
        }

.lei-tell-r {
    flex-direction: column;
}

.lei-tell-top {
    font-size: 24px;
    color: #24a7e1;
    font-weight: bold;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 100%;
    border: 2px solid #24a7e1;
    text-align: center;
}

    .lei-tell-top > img {
        width: 20px;
        height: 18px;
    }

.lei-tell-btn,
.lei-tell-btn:hover,
.lei-tell-btn:focus {
    background-color: #24a7e1;
    color: #ffffff;
    font-size: 17px;
    border-radius: 12px;
    width: 185px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    margin: 12px 0;
    box-shadow: 0 0 0;
}

.lei-tell-bd {
    color: #244cec;
    text-decoration: underline;
}

.lei-tell-r {
    border: 1px solid #e5e5e5;
    padding: 16px 0;
    width: 230px;
    margin-left: -1px;
    border-radius: 0 14px 14px 0;
}

.lei-in-well {
    margin-bottom: 30px;
}

.lei-in_tt,
.lei-well-hd {
    font-weight: bold;
    font-size: 18px;
}

.lei-in_tt {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 30px;
}

.lei-well-hd {
}

.lei-well-bd {
    margin-top: 10px;
}

    .lei-well-bd > p {
        font-size: 16px;
        color: #666666;
        margin-bottom: 10px;
        line-height: 1.4;
    }

.faq-q {
    margin-bottom: 4px !important;
}

.lei_box {
    margin-top: 24px;
}

.lei-tell-info .row {
    margin: 0 0;
}

.lei-tell-info .col-xl-12,
.lei-tell-info .col-lg-12,
.lei-tell-info .col-md-12,
.lei-tell-info .col-sm-12,
.lei-tell-info .col-xl-6,
.lei-tell-info .col-lg-6,
.lei-tell-info .col-md-6,
.lei-tell-info .col-sm-6 {
    padding: 0 0;
}

.lei-deta_l {
    margin: -1px 0;
}

.lei-data_l_j {
    margin-left: -1px;
}

.lei-deta_l,
.lei-deta_b {
    border: 1px solid #e5e5e5;
    height: 100%;
    padding: 20px;
}

.lei-deta_l {
    border-radius: 14px 0 0 0;
}

.lei-deta_b {
    border-radius: 0 0 14px 14px;
}

.lei-tell-info .lei-data_l_j {
    border-radius: 0 14px 0 0;
}

.lei-deta_b {
    height: auto;
    margin-top: -2px;
}

.lei-l_tt {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.lei-l_bd > p {
    font-size: 16px;
    color: #666666;
}

.lei-tell-info {
    display: none;
}

.lei-data-ft_name.active i {
    transform: rotateX(180deg);
}

.lei_pane {
    margin-bottom: 50px;
}




/* 类别1-2比较 */
.fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -485px;
    z-index: 999;
    /*display: none;*/
}

    .fixed .container {
        width: 970px;
    }

.fixed-box {
    border: 1px solid #244cec;
    width: 100%;
    background-color: #ffffff;
}

.fixed-box-tt {
    padding: 17.5px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.fixed-box-l .row {
    margin: 0 0;
}

.fixed-box-l .col-xl-3,
.fixed-box-l .col-lg-3,
.fixed-box-l .col-md-3,
.fixed-box-l .col-sm-3 {
    padding: 0 0;
}

.fixed-cell {
    border-right: 1px solid #e5e5e5;
    padding: 30px 10px;
    height: 152px;
    /*height: 120px;*/
    display: flex;
    align-items: center;
}

.fixed-cell_bd {
    margin-left: 20px;
}

.fixed-box-r {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}

    .fixed-box-r .btn {
        width: 90px;
        padding: 5.5px 0;
        border-radius: 5px;
        background-color: #24a7e1;
        font-size: 13px;
        color: #ffffff;
        font-weight: bold;
    }

        .fixed-box-r .btn + .btn {
            margin-top: 12px;
        }

    .fixed-box-r .btn_ccc {
        background-color: #666666;
    }

    .fixed-box-r .btn:focus,
    .fixed-cell .btn_add:focus {
        box-shadow: 0 0 0;
    }

.fixed-cell-pic {
    width: 72px;
    height: 80px;
    margin: 0 auto;
}

    .fixed-cell-pic img {
        max-height: 80px;
        max-width: 80px;
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
    }

.fixed-cell-text {
    font-size: 16px;
    color: #666666;
}

.fixed-cell .btn_del {
    width: 100%;
    font-size: 16px;
    color: #244cec;
    text-align: left;
    text-decoration: underline;
    margin-top: 20px;
}

.fixed-cell .btn_add {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666666;
}

.fixed_name {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    text-align: center;
    font-size: 14px;
    color: #ed3434;
    width: 100%;
    padding: 12.5px 0;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
}

.foot_sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}

.foot_static {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
}

.foot_fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.fixed_close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

}

.fixed_close > i {
    font-size: 16px;
    font-weight: bold;
}


@media(max-width:1400px) {
    .lei_nav {
        display: none;
    }
}


.lei_nav-hd,
.lei-pane_hd a,
.lei-pane_hd p,
.lei-data-ft_name,
.lei-data-ft_che,
.lei-tell-top,
.lei-tell-bd,
.lei-tell-num,
.navbar-brand img,
.lei-cell-pic img,
.search-input input,
.foot-nav a,
.foot-copy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.lei-tell-bd {
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

.warp {
    padding-bottom: 153px;
}

.pros-cons-ul {
    padding-left: 20px;
}

    .pros-cons-ul li {
        list-style: disc !important;
    }

.autocomplete-suggestions {
    box-shadow: -4px 4px 4px -4px rgb(0 0 0 / 20%), 4px 4px 4px -4px rgb(0 0 0 / 20%);
    background: #FFF;
    overflow: auto;
    border-radius: 0 0 10px 10px;
}

.autocomplete-suggestion {
    padding: 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

.autocomplete-selected {
    background: #eee;
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #3399FF;
}


.social-buttons
{
    text-align: center;
    padding: 8px;
    position: relative;
}

.social-buttons a {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 18px;
    width: 27px !important;
    height: 27px !important;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: center center;
}

.social-buttons img {
    max-height: 27px !important;
    width: 27px !important;
    display: block;
    border-style: none;
}

.advertise_info {
    cursor: pointer;
    position: absolute;
    left: 330px;
}

.info_box {
    border: 1px solid #00113d;
    background-color: #fff;
    padding: 15px;
    font-size: 12px;
    width: 341px;
    height: 130px;
    color: #000;
    font-weight: 700;
    position: absolute;
    z-index: 30;
    top: -130px;
    left: 250px;
    display: none;
    line-height: 1.3;
    text-align: left;
    display: none;
}


.lei-tell-extend {
    float: left !important;
    width: 24% !important;
    margin-right: 1%;
}

.lei-cell-pic-extend {
    width: 8rem !important;
    margin-left: 28px !important;
}


.preloader {
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(255, 255, 255,0.55);
    /*opacity: 0.2;*/
}

.load1 {
    margin: 100px auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

    .load1 > div {
        background-color: #137eff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .load1 .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .load1 .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .load1 .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .load1 .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(36% + 1rem);
    left: calc(50% - 1.6rem);
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

