input {
    outline: none;
}

    input[type=radio],
    input[type=checkbox] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        /*border: 0;*/
        background: none;
    }

* {
    box-sizing: border-box;
}

.bgGray {
    background: #f5f7f8;
}

.bgWhite {
    background: #FFFFFF;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.marginTop0 {
    margin-top: 0 !important;
}

.sxbcn_flex {
    display: flex !important;
}

.sxbcn_show {
    display: block !important;
}

.mask {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.top_crumbs_l {
    width: auto;
    display: flex;
    align-items: center;
}

.hm_exit {
    display: block;
    font-size: 14px;
    color: #657180;
}

.ovtwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ovthree {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 浮动搜索框 */
.float_search {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: -50px;
}

    .float_search .width1200 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 6px;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
        height: 100px;
    }

    .float_search .search_view {
        position: relative;
        width: 83.5%;
        height: 60px;
        display: flex;
        align-items: center;
        border-radius: 6px;
        overflow: hidden;
    }

        .float_search .search_view input[type=text] {
            display: block;
            width: 87%;
            padding-left: 47px;
            height: 100%;
            background: #F5F7F8;
            font-size: 16px;
        }

    .float_search .search_icon {
        position: absolute;
        z-index: 10;
        width: 26px;
        height: 26px;
        left: 11px;
        top: 17px;
    }

    .float_search .search_btn {
        width: 130px;
        height: 60px;
        display: block;
        text-align: center;
        line-height: 60px;
        background: #3385FF;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 4px;
        cursor: pointer;
    }

.float_search_fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

    .float_search_fixed .width1200 {
        box-shadow: none !important;
    }

/* 右侧浮动栏 */
.slider_suspen {
    position: fixed;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: 630px;
    width: 50px;
}

    .slider_suspen .suspen_ul {
        display: block;
        width: 100%;
        border: 1px solid #F5F5F5;
        border-radius: 4px;
    }

    .slider_suspen .sus_btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        cursor: pointer;
    }

        .slider_suspen .sus_btn:hover {
            background: #3385FF !important;
        }

    .slider_suspen .sus_btn_icon {
        display: block;
        width: 24px;
        height: 24px;
    }

    .slider_suspen .customer {
        border-radius: 4px 4px 0 0;
    }

        .slider_suspen .customer .sus_btn_icon {
            background: url(../images/bsxb_nav_cus.png) no-repeat;
            background-size: 100% 100%;
        }

        .slider_suspen .customer:hover .sus_btn_icon {
            background: url(../images/bsxb_nav_cus_white.png) no-repeat;
            background-size: 100% 100%;
        }

    .slider_suspen .sus_app {
        border-top: 1px solid #F5F5F5;
        border-radius: 0 0 4px 4px;
    }

        .slider_suspen .sus_app .sus_btn_icon {
            background: url(../images/bsxb_nav_ewm.png) no-repeat;
            background-size: 100% 100%;
        }

        .slider_suspen .sus_app:hover .sus_btn_icon {
            background: url(../images/bsxb_nav_ewm_w.png) no-repeat;
            background-size: 100% 100%;
        }

    .slider_suspen .app_model {
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
        background: #FFFFFF;
        padding: 12px 14px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
        border-radius: 4px;
    }

    .slider_suspen .sus_app:hover .app_model {
        display: flex !important;
    }

    .slider_suspen .app_view {
        display: block;
        margin: 0 6px;
    }

        .slider_suspen .app_view img {
            display: block;
            margin: 0 auto;
            width: 160px;
            height: 160px;
        }

        .slider_suspen .app_view span {
            display: block;
            text-align: center;
            font-size: 16px;
            color: #333333;
        }

    .slider_suspen .stick {
        display: block;
        width: 100%;
        height: 50px;
        margin-top: 10px;
        border-radius: 4px;
        background: #FFFFFF;
        border: 1px solid #F5F5F5;
        padding-top: 6px;
        cursor: pointer;
    }

        .slider_suspen .stick .sus_btn_icon {
            display: block;
            width: 18px;
            height: 18px;
            margin: 0 auto;
            background: url(../images/bsxb_nav_top.png) no-repeat;
            background-size: 100% 100%;
        }

        .slider_suspen .stick:hover {
            background: #3385FF;
        }

            .slider_suspen .stick:hover .sus_btn_icon {
                background: url(../images/bsxb_nav_top_w.png) no-repeat;
                background-size: 100% 100%;
            }

    .slider_suspen .sus_btn_txt {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #bcbcbc;
        margin-top: 2px;
    }

    .slider_suspen .stick:hover .sus_btn_txt {
        color: #FFFFFF;
    }

/* 左侧浮动栏 */
.slider_tools {
    position: fixed;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin-right: 650px;
    width: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
}

    .slider_tools li {
        display: block;
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #9ca7b6;
        cursor: pointer;
    }

    .slider_tools .tools_cur {
        background: #3385FF !important;
        color: #FFFFFF !important;
    }

/* 面包屑 */
.sxbcn_crumbs {
    width: 72%;
    height: 55px;
    font-size: 14px;
    color: #9ca7b6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
}

    .sxbcn_crumbs .crumbs_a {
        color: #9ca7b6;
    }

    .sxbcn_crumbs .crumbs_icon {
        padding: 0 5px;
    }

/* 分页样式 */
.page-container .layui-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container a,
.page-container span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border: 1px solid #DBDFE5;
    background: #FFFFFF;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 16px;
}

    .page-container a em,
    .page-container span em {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 16px;
        color: #5F6165;
        font-family: arial;
        font-style: normal;
        border-radius: 3px;
    }

.page-container .page_icon {
    width: 16px;
    height: 16px;
    display: block;
}

.page-container .layui-laypage-em {
    display: none !important;
}

.page-container .layui-laypage-curr em {
    color: #FFFFFF;
    background: #3079e7;
}
