body {
    margin: 0;
}

.b {
    height: 1000px;
}

#product-table {
    width: 100%;
    margin: 0 auto;
}

#product-table .top {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}

#product-table .top .btn-txt {
    margin-left: 30px;
    color: #0075c1;
}

#product-table .top .btn {
    background: #8fc31e;
    color: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
}

#product-table .top .btn.active {
    background: #0075C1 !important;
}

#product-table .top .btn img {
    width: 18px;
    margin-right: 10px;
}

#product-table .top .btn.all {
    width: 183px;
}

#product-table .top .btn.column {
    width: 98px;
}

#product-table .top .btn:hover {
    background: #7ba819;
}

#product-table .top .tip {
    color: #535353;
    padding-left: 20px;
}

#product-table .top .r .btn-txt:nth-of-type(2) {
    margin-left: 10px;
}

#product-table .main {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#product-table .main {
    display: flex;
}

/* #product-table .main.flex {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0 auto 0 -600px;
} */

/* 产品分类 */
#product-table .main .product-class {
    border-radius: 15px 15px 0 0;
    width: 295px;
    height: 700px;
    overflow: hidden;
    box-shadow: 2px 5px 6px 0 rgb(0 0 0 / 49%);
    z-index: 99;
}

#product-table .main .product-class .search {
    width: 100%;
    background: #0075c1;
    height: 80px;
    line-height: 80px;
}

#product-table .main .product-class .search .el-input {
    width: 80%;
    margin-left: 10%;
}

#product-table .main .product-class .search .el-input__wrapper {
    border: none;
    background: #66b1e2;
    box-shadow: none;
}

#product-table .main .product-class .search .el-input__wrapper input::placeholder {
    color: #fff;
}

#product-table .main .product-class .search .el-input .el-input__suffix img {
    width: 15px;
}

#product-table .main .product-class .tree {
    height: 620px;
    background: #0075c1;
}

#product-table .main .product-class .tree .el-tree {
    color: #fff !important;
    font-size: 14px;
    background: transparent !important;
    height: 100%;
    overflow-y: auto;
    --el-tree-text-color: #fff;
    --el-tree-node-hover-bg-color: transparent;
}

#product-table .main .product-class .tree .el-tree::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    /*定义滚动条的宽度*/
}

#product-table .main .product-class .tree .el-tree::-webkit-scrollbar-track {
    background: #f1f1f1;
    /*定义滚动条轨道的背景色*/
}

#product-table .main .product-class .tree .el-tree::-webkit-scrollbar-thumb {
    background: #0075C2;
    border-radius: 5px;
    /*定义滚动条滑块的背景色*/
}

#product-table .main .product-class .tree .el-tree>.el-tree-node>.el-tree-node__content {
    height: 54px;
    background: #66b1e2;
    font-weight: bold;
    font-size: 16px;
}

#product-table .main .product-class .tree .el-tree>.el-tree-node>.el-tree-node__children {
    padding: 0 35px;
}

#product-table .main .product-class .tree .el-tree>.el-tree-node>.el-tree-node__children>.el-tree-node>.el-tree-node__content {
    height: 45px;
    font-weight: bold;
    border-bottom: 1px solid #499CD2;
    padding-left: 0 !important;
}

#product-table .main .product-class .tree .el-tree>.el-tree-node>.el-tree-node__children>.el-tree-node>.el-tree-node__children .el-tree-node__content {
    height: 35px;
    padding-left: 15px !important;
    color: #85CAF7;
}

#product-table .main .product-class .tree .el-tree .is-current .el-tree-node__label {
    color: #fff !important;
}



#product-table .main .product-class .Arrange {
    width: 100%;
    background: #0075c1;
    height: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;

}

#product-table .main .product-class .Arrange .el-checkbox-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#product-table .main .product-class .Arrange .el-checkbox {
    margin-right: 0;
}


#product-table .main .product-class .Arrange .el-checkbox__label {
    color: #ffffff !important;
}



/* 产品类别 */
#product-table .main .table {
    border-radius: 15px 15px 0 0;
    flex: 1;
}

#product-table .main .header-cell {
    background: #0075c1;
    color: #fff;
    border-right: 1px solid #66b1e2;
    height: 80px;

    /* padding-left: 20px; */
}

#product-table .main .header-cell .cell {
    word-break: break-word;
}

#product-table .main .x-cell {
    /* height: 80px; */
    height: auto;
    /* padding: 0 0 0 20px; */
}

#product-table .main .el-table__body-wrapper {
    border: 1px solid #d5d5d5;
    border-top: 0;
    box-sizing: border-box;
}

#product-table .main .el-table__row:first-of-type .x-cell {
    background: #66b1e2;
    height: 55px;
}

#product-table .main .el-table__row:first-of-type .x-cell img {
    width: 18px;
}

#product-table .main .el-table__row:first-of-type .x-cell .operate {
    cursor: pointer;
}


#product-table .pn_name {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#product-table .pn_name .pn_left {
    display: flex;
    flex-direction: column;
}

#product-table .pn_name p {
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    /* color: #0075C1; */
}

#product-table .pn_name p .pn_span {
    font-size: 14px;
    color: #787878;
    margin: 0 5px;
}

#product-table .pn_name p .pn_new {
    font-size: 14px;
    color: #FF0000;
}

#product-table .pn_name .pn_sheet {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #787878;
}

#product-table .pn_name .pn_right {
    width: 19px;
    cursor: pointer;
}


#product-table .table_Images {
    cursor: pointer;
}



.close {
    display: block;
    padding: 10px 0 10px 10px;
    float: right;
    cursor: pointer;
}

.close img {
    width: 13px;
}

.el-popper.x-popper {
    padding: 8px 20px;
    background: #f8f8f8;
    border-radius: 15px;
}

.el-popper.x-popper .el-popper__arrow {
    display: none;
}

.el-popper.x-popper .el-input.search .el-input__wrapper {
    padding-right: 0;
}

.el-popper.x-popper .el-input.search .el-input__suffix {
    cursor: pointer;
}

.el-popper.x-popper .el-input.search .el-input__suffix-inner {
    padding-right: 30px;
    position: relative;
}

.el-popper.x-popper .el-input.search .el-input__suffix img {
    width: 15px;
    margin: 0;
    position: absolute;
    right: 10px;
}

.el-popper.x-popper .view-new {
    width: 100%;
    padding: 8px 0 10px;
}

.el-popper.x-popper .btn-txt {
    color: #0075c1;
    padding: 0;
}

.el-popper.x-popper.slider .noUi-target {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.el-popper.x-popper.slider .noUi-connects {
    height: 2px;
    background: #d5d5d5;
}

.el-popper.x-popper.slider .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background: #7f7f7f;
    box-shadow: none;
    cursor: grab;
    border: none;
    right: -7px;
}

.el-popper.x-popper.slider .noUi-handle:after,
.el-popper.x-popper.slider .noUi-handle:before {
    display: none;
}

.el-popper.x-popper.slider .input-box {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.el-popper.x-popper.slider .input-box .el-form-item {
    width: 120px;
    float: left;
}

.el-popper.x-popper.slider .input-box .el-form-item:nth-of-type(2n) {
    float: right;
}

.el-popper.x-popper.slider .btn-txt {
    float: left;
}

.el-popper.x-popper.select .select-box {
    padding-top: 15px;
}

.el-popper.x-popper.select .select-box .el-checkbox {
    width: 100%;
    margin: 0;
    padding: 4px 0;
}

.el-popper.x-popper.select .select-box .el-checkbox.all {
    border-bottom: 1px solid #ddd;
}

.el-popper.x-popper.select .select-box .el-checkbox__input.is-checked+.el-checkbox__label {
    color: initial;
}









#product-table .tree .el-icon svg {
    color: #fff;
}

#product-table .el-tree-node__expand-icon.is-leaf {
    visibility: initial;
}

#product-table .el-table .sort-caret.ascending {
    border-bottom-color: #79CAFF;
}

#product-table .el-table .sort-caret.descending {
    border-top-color: #79CAFF;
}


#product-table .el-table .descending .sort-caret.descending {
    border-top-color: #fff;
}

#product-table .el-table .ascending .sort-caret.ascending {
    border-bottom-color: #fff;
}


#product-table .el-dialog {
    border-radius: 15px;
    overflow: hidden;
}

#product-table .el-dialog__header {
    padding: 0 !important;
    margin: 0 !important;
}

#product-table .dialog_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 30px 25px;
    border-bottom: 1px solid #DCDCDC;
}

#product-table .dialog_header .dialog_header_name {
    width: calc(100% - 30px);
    font-size: 45px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}

#product-table .dialog_header .pic {
    width: 22px;
    cursor: pointer;
}

#product-table .dialog_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#product-table .dialog_content .dialog_header_img {
    width: 38%;
    margin: 50px auto;
}

#product-table .dialog_content .dialog_wrap {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#product-table .dialog_content .dialog_wrap .wrap_min {
    width: 146px;
    height: 102px;
    border: 1px solid #D5D5D5;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-table .dialog_content .dialog_wrap .wrap_min.active {
    border: 1px solid #0075C1;
}

#product-table .dialog_content .dialog_wrap .wrap_min:last-child {
    margin-right: 0;
}

#product-table .applyfor_header {
    width: 100%;
    height: 150px;
    position: relative;
    background: url(../images/product/applyfor_header.png) no-repeat;
    background-size: cover;
}

#product-table .applyfor_header .applyfor_header_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -8px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}

#product-table .applyfor_header .pic {
    width: 22px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#product-table .applyfor .el-dialog__body {
    margin-top: -16px;
    border-radius: 15px;
    width: 100%;
    background: #ffffff;
    z-index: 9;
    position: relative;
}

#product-table .applyfor_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}

#product-table .applyfor_content .applyfor_name {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0075C2;
    line-height: 1;
}

#product-table .applyfor_content .applyfor_number {
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#product-table .applyfor_content .applyfor_number p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

#product-table .applyfor_content .applyfor_number .el-input__inner {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #0075C2;
}

#product-table .applyfor_content .applyfor_but {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#product-table .applyfor_content .btn {
    background: #8fc31e;
    font-size: 22px;
    color: #fff;
    border: none;
    width: 175px;
    height: 50px;
    line-height: 50px;
    /* margin-right: 20px; */
}

#product-table .applyfor_content .btn1 {
    background: #0075C1;
    font-size: 22px;
    color: #fff;
    border: none;
    width: 175px;
    height: 50px;
    line-height: 50px;
}


/* #product-table .el-table th .cell {
    white-space: nowrap;
    text-overflow: initial;
    width: auto;
} */









#b_product_list .g_nav {
    margin-top: 40px;
}

#b_product_list .product_list {
    padding-top: 40px;
}

@media (max-width: 1720px) {
    .product_list_banner .product_list_banner_row {
        padding-left: 5%;
    }
}

@media (max-width: 1440px) {
    #product-table .dialog_header .dialog_header_name {
        font-size: 34px;
    }

    #product-table .dialog_header .pic {
        width: 18px;
    }

    #product-table .dialog_content .dialog_header_img {
        margin: 30px auto;
    }

    #product-table .applyfor_header {
        height: 120px;
    }

    #product-table .applyfor_header .applyfor_header_name {
        font-size: 28px;
    }

    #product-table .applyfor_header .pic {
        width: 18px;
        right: 25px;
        top: 25px;
    }

    #product-table .applyfor_content .applyfor_name {
        font-size: 30px;
    }

    #product-table .applyfor_content .applyfor_number p {
        font-size: 20px;
    }

    #product-table .applyfor_content .applyfor_number .el-input__inner {
        font-size: 24px;
    }

    #product-table .applyfor_content .btn {
        font-size: 18px;
        width: 150px;
        height: 42px;
        line-height: 42px;
    }


    #product-table .pn_name p {
        font-size: 14px;
    }







    #product-table .main .header-cell {
        height: 70px;
    }
}



@media (max-width: 992px) {
    #product-table .top .btn {
        height: 44px;
        line-height: 44px;
    }

    #product-table .top .btn.all {
        width: 150px;
    }


    .product_list_banner .product_list_banner_row .banner_left .left_top {
        margin-top: 22px;
    }

    #product-table .main .product-class {
        width: 230px;
    }

    #product-table .main .product-class .tree .el-tree>.el-tree-node>.el-tree-node__content {
        font-size: 14px;
    }

    #product-table .main .product-class .tree .el-tree {
        font-size: 13px;
    }

    #product-table .main .product-class .Arrange .el-checkbox {
        white-space: initial;
    }

    #product-table .main .product-class .Arrange .el-checkbox__label {
        font-size: 13px;
    }


    #product-table .dialog_header {
        padding: 20px 25px;
    }

    #product-table .dialog_header .dialog_header_name {
        font-size: 25px;
    }

    #product-table .dialog_content .dialog_header_img {
        margin: 20px auto;
        width: 65%;
    }

    #product-table .el-dialog.applyfor {
        width: 80% !important;
    }


    .product_list {
        padding: 40px 0;
    }




    #b_product_list .g_nav {
        margin-top: 30px;
    }

    #b_product_list .product_list {
        padding-top: 30px;
    }
}


@media (max-width: 600px) {
    #product-table .top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #product-table .top .btn {
        height: 40px;
        line-height: 40px;
    }


    #product-table .top .btn img {
        width: 15px;
    }

    #product-table .top .btn.column {
        width: 86px;
    }

    #product-table .top .r {
        margin-top: 10px;
    }

    #product-table .top .r .btn-txt {
        margin-left: 0;
        margin-right: 30px;
    }

    #product-table .main .product-class {
        width: 180px;
    }

    #product-table .main .product-class .tree .el-tree>.el-tree-node>.el-tree-node__children {
        padding: 0 15px;
    }

    #product-table .dialog_content .dialog_wrap .wrap_min {
        width: 110px;
        height: 70px;
    }


    #product-table .applyfor_header .applyfor_header_name {
        font-size: 20px;
    }

    #product-table .applyfor_header {
        height: 85px;
    }

    #product-table .applyfor_header .pic {
        width: 15px;
        right: 18px;
        top: 20px;
    }

    #product-table .applyfor_content {
        padding: 0;
    }

    #product-table .applyfor_content .applyfor_name {
        font-size: 24px;
    }

    #product-table .applyfor_content .applyfor_number p {
        font-size: 18px;
    }

    #product-table .applyfor_content .applyfor_number .el-input__inner {
        font-size: 20px;
    }

    .product_list_banner .product_list_banner_row .banner_left {
        width: 50%;
        padding: 10px 0;
    }

    .product_list_banner .product_list_banner_row .banner_pic {
        width: 50%;
    }

    .product_list_banner .product_list_banner_row .banner_left .left_top {
        margin-top: 10px;
    }

}