/* 公共CSS */
*,
body,
html {
    margin: 0;
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* 头部 */
.index_search {
    width: 571px;
    height: 50px;
    border: 1px solid #FF2F4D;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    margin-left: 16px;
}

/* 鼠标指针改变 */
.mouse {
    cursor: pointer;
}

.search_shop_border {
    width: 115px;
    height: 50px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border: 1px solid #FF8A00;
    background-color: #FF8A00;
    margin-left: 10px;
}

.index_search input {
    width: 380px;
    height: 100%;
    background: none;
    outline: none;
    border: none;
}

.index_search img {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 20px;
}

.search_btn {
    width: 134px;
    height: 50px;
    background: #FF2F4D;
    color: #FFFFFF;
}

.search_shop {
    width: 115px;
    height: 50px;
    background: #FF8A00;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    color: #FFFFFF;
}

.index_shopcart {
    display: flex;
    justify-content: flex-end;
    width: 160px;
    margin-left: 14px;
}

    .index_shopcart img {
        width: 26px;
        height: 26px;
        margin-right: 12px;
    }

.index_padding40 {
    padding: 40px 0;
}

.index_padding10 {
    padding: 10px 0;
}

.pc_systemname {
    width: 350px;
}
/* 头部结束 */
/* 底部 */
.page_bottom_ewm img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

.page_bottom_left {
    margin-left: 40px;
}

.all_bottom_type {
    margin-left: 100px;
}

    .all_bottom_type span {
        margin-bottom: 4px;
    }

/* 底部结束		 */
button {
    border: none;
    outline: none;
}

/* text 单行溢出 */
.yichu_one {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* text 多行溢出（2） */
.yichu_more {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.auto {
    margin: 0 auto;
}

.pc_flex {
    display: flex;
}

.pc_row {
    display: flex;
    flex-direction: row;
}

.pc_column {
    display: flex;
    flex-direction: column;
}

.pc_alignCenter {
    align-items: center;
}

.pc_justifyCenter {
    justify-content: center;
}

.pc_spaceBetween {
    justify-content: space-between;
}

.pc_flex_wrap {
    flex-wrap: wrap;
}

.width1200px {
    width: 1200px;
}

.width100 {
    width: 100%;
    min-width: 1200px;
}

.pc_color_Write {
    color: #FFFFFF;
}

.pc_bg_Write {
    background-color: #FFFFFF;
}

.pc_bg_FAFAFA {
    background-color: #FAFAFA;
}

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_22 {
    font-size: 22px;
}

.font_24 {
    font-size: 24px;
}

.font_26 {
    font-size: 26px;
}

.font_28 {
    font-size: 28px;
}

.font_30 {
    font-size: 30px;
}

.font_36 {
    font-size: 36px;
}

.font_38 {
    font-size: 38px;
}

.font_40 {
    font-size: 40px;
}

.font_60 {
    font-size: 60px;
}

.login_color {
    color: #FF0036;
}

.pc_color666 {
    color: #666666;
}

.pc_importColor {
    color: #FF2F4D;
}

.pc_importBgColor {
    background-color: #FF2F4D;
}

.pc_BgCCC {
    background-color: #CCCCCC;
}

.pc_FF8A00 {
    color: #FF8A00;
}

.pc_bold {
    font-weight: bold;
}

.pc_Color999 {
    color: #999999;
}

/* 头部CSS */
.all_page {
    width: 100%;
}

.index_head {
    width: 100%;
    min-width: 1200px;
    background-color: #F7F7F7;
}

    .index_head .head_content {
        width: 1200px;
        font-size: 14px;
        padding: 12px 0;
        color: #A4A4A4;
    }

.text_Hi {
    margin-right: 30px;
}

.head_nav span {
    margin-left: 30px;
}

/* 头部CSS 结束*/

.boder_EEE {
    border: 1px solid #EEEEEE;
}

.type_title {
    width: 896px;
    padding: 20px;
    border-bottom: 1px dashed #DDDDDD;
}

#fenye .layui-laypage {
    float: right;
}

.all_bottom_type a:hover {
    color: rgb(0,0,238);
    text-decoration: underline;
}

/*无数据样式*/
.nodata_box {
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nodata_box .nodata_img {
        width: 300px;
        height: 240px;
    }

        .nodata_box .nodata_img img {
            width: 100%;
            height: 100%;
        }

    .nodata_box .nodata_right {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

        .nodata_box .nodata_right .nodata_name {
            font-size: 18px;
            font-weight: 500;
            color: #333333;
            line-height: 24px;
        }

        .nodata_box .nodata_right .nodata_btn {
            margin-top: 20px;
        }

            .nodata_box .nodata_right .nodata_btn .layui-btn {
                border-color: #FF2F4D;
                color: #FF2F4D;
            }
