.productPage {
    background-color: #ffffff
}

.productPage h1{
    color: #193e8d;
}

.productPage .prdocuts_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productPage .products_category_wrapper {
    width: 18%;
    margin-right: 3%
}

.productPage .list_wrapper {
    flex: 1;
    width: 100%;
    max-width: 1140px;
}

.productPage .list_wrapper.full {
    width: 100%
}

.productPage .list_wrapper.full .list_box {
    margin-top: 40px
}

.productPage .top_title {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word
}

.productPage .products_category_wrapper .products_category_box .cate_item {
    display: inline-block;
    position: relative;
    line-height: 32px;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 20px;
    box-sizing: border-box
}

.productPage .products_category_wrapper .products_category_box .cate_item:hover {
    text-decoration: none
}

.productPage .list_category_description {
    margin-top: 50px
}

.productPage .list_box {
    display: grid;
    gap: 30px;
    margin-top: 80px
}

.productPage .list_box .themes_prod {
    margin-bottom: 77px;
    text-align: center
}

.productPage .list_box .themes_prod .pic_box {
    margin-bottom: 25px;
    overflow: hidden
}

.productPage .list_box .themes_prod .name {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #222222;
    font-size: 14px;
    padding: 0 30px
}

.productPage .list_box .themes_prod .name a {
    text-decoration: none;
    color: #ef8d27;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
}

.productPage .list_box .themes_prod .item_price {
    margin-bottom: 16px;
    font-size: 16px
}

.productPage .list_wrapper .top_title {
    position: relative
}

.productPage .list_wrapper .top_title i {
    display: none
}

.productPage #turn_page {
    margin-bottom: 100px
}

.productPage #turn_page li {
    background-color: transparent;
    font-size: 16px
}

.productPage #turn_page li a {
    color: #727272
}

.productPage #turn_page li.active a,
.productPage #turn_page li a:hover {
    background-color: transparent;
    color: #000000
}

.productPage .inquiry_button_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.productPage .inquiry_button_box .global_inquiry_bat_cart {
    width: 100%
}

@media screen and (max-width:1000px) {
    .productPage .prdocuts_wrapper {
        flex-wrap: wrap
    }

    .productPage .list_category_description {
        margin-top: 20px
    }

    .productPage .list_box {
        margin-top: 30px
    }

    .productPage .list_box .themes_prod {
        margin-bottom: 20px
    }

    .productPage .list_box .themes_prod .name {
        padding: 0 5px
    }

    .productPage .products_category_wrapper {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 2;
        width: 92%;
        box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 30%)
    }

    .productPage .products_category_wrapper .products_category_box .top_title {
        display: none
    }

    .productPage .products_category_wrapper .products_category_box .category_box {
        padding: 0;
        height: 225px;
        overflow: auto
    }

    body .productPage .products_category_wrapper .products_category_box .category_box .cate_item {
        display: block;
        padding: 0 15px;
        line-height: 45px;
        font-size: 14px;
        color: #1a1d22
    }

    .productPage .products_category_wrapper .products_category_box .category_box .cate_item.cur {
        color: #1a1d22;
        background-color: #ffd101
    }

    .productPage .products_category_wrapper .relate_box {
        display: none
    }

    .productPage .list_wrapper {
        width: 100%
    }

    .productPage .list_wrapper .top_title {
        padding: 0 35px 0 15px;
        height: 43px;
        line-height: 41px;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        margin-top: 12px
    }

    .productPage .list_wrapper .top_title i {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px
    }

    .productPage #turn_page {
        margin-bottom: 30px
    }
}

.productPage .products_category_wrapper .products_category_box {
    margin-bottom: 20px
}

.productPage .products_category_wrapper .products_category_box .category_box {}

.productPage .products_category_wrapper .products_category_box .category_box .item_title {
    margin: 5px 0;
    position: relative
}

.productPage .products_category_wrapper .products_category_box .category_box i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    cursor: pointer;
}

.productPage .products_category_wrapper .products_category_box .category_box i:before {
    content: '\e64d'
}

.productPage .products_category_wrapper .products_category_box .category_box i.cur:before {
    content: '\e626'
}

.productPage .products_category_wrapper .products_category_box .category_box .next_box {
    padding-left: 25px;
    width: 100%;
    box-sizing: border-box
}

.productPage .products_category_wrapper .products_category_box .category_box .sub_hide .next_box {
    display: none
}

@media screen and (max-width: 1000px) {
    .productPage .products_category_wrapper .products_category_box .category_box i {
        right: 5px
    }

    .productPage .products_category_wrapper .products_category_box .category_box .next_box {
        padding-left: 15px
    }

    body .productPage .products_category_wrapper .products_category_box .category_box .cate_item {
        display: inline-block;
        padding-right: 25px;
        line-height: 32px
    }
}

.productPage .products_category_wrapper .relate_box .pro_list {
    padding: 6px 0
}

.productPage .products_category_wrapper .relate_box .pro_list .related_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0
}

.productPage .products_category_wrapper .relate_box .pro_list .related_item .pic_box {
    flex: none;
    margin-right: 12px;
    width: 80px;
    background-color: #fff;
    position: relative
}

.productPage .products_category_wrapper .relate_box .pro_list .related_item .pic_box a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative
}

.productPage .products_category_wrapper .relate_box .pro_list .related_item .pic_box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.productPage .products_category_wrapper .relate_box .pro_list .related_item .content {
    width: 100%
}

.productPage .products_category_wrapper .relate_box .pro_list .related_item .content .g_name {
    line-height: 18px;
    font-size: 14px;
    color: #1a1a1a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration: none
}

.productPage .products_category_wrapper .relate_box .pro_list .related_item .content .g_number {
    margin-top: 10px;
    font-size: 12px;
    color: #808080
}

.productPage .list_bottom_box {
    display: none
}

@media screen and (max-width: 1000px) {
    .productPage .list_bottom_box {
        display: block
    }

    .productPage .relate_box.list_bottom_box .pro_list .related_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #e0e0e0
    }

    .productPage .relate_box.list_bottom_box .pro_list .related_item .pic_box {
        flex: none;
        margin-right: 12px;
        width: 80px;
        background-color: #fff;
        position: relative
    }

    .productPage .relate_box.list_bottom_box .pro_list .related_item .pic_box a {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative
    }

    .productPage .relate_box.list_bottom_box .pro_list .related_item .pic_box a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .productPage .relate_box.list_bottom_box .pro_list .related_item .content {
        width: 100%
    }

    .productPage .relate_box.list_bottom_box .pro_list .related_item .content .g_name {
        line-height: 18px;
        font-size: 14px;
        color: #1a1a1a;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-decoration: none
    }

    .productPage .relate_box.list_bottom_box .pro_list .related_item .content .g_number {
        margin-top: 10px;
        font-size: 12px;
        color: #808080
    }
}

.productPage .global_inquiry_bat_button {
    font-family: OpenSans-Bold;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    font-size: 14px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.productPage .global_inquiry_bat_button:hover {
    color: #FFFFFF;
    background-color: #ef8d27;
    border: 1px solid #00000000;
}

.productPage {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 6%;
}

.productPage .products_category_wrapper .cate_item {
    color: #555555
}

.productPage .products_category_wrapper .cate_item:hover {
    color: #222222
}

.productPage .products_category_wrapper .cate_item.cur {
    color: #222222
}

.productPage .list_box {
    grid-template-columns: repeat(4, calc((100% - 90px) / 4));
}

.productPage .relate_box .top_title {
    color: #222222;
}

.productPage .relate_box.list_bottom_box .top_title {
    color: #222222;
}

#turn_page  .pagination a.page-num{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    vertical-align: top;
    margin: 0 4px;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    color: #000000;
}
#turn_page  .pagination a.page-num-current{
    color: #ef8d27;
}

.productNav .cate_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    width: 100%;
    /* height: 50px;*/
}

.productNav .cate_list .cate_item {
    display: inline-block;
    padding: 0 34px;
    height: 100%;
    line-height: 50px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    color: #555;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.productNav .cate_list .cate_item:first-child {
    padding-left: 54px;
    border-left: 1px solid #d3d3d3;
    border-radius: 30px 0 0 30px;
}

.productNav .cate_list .cate_item:last-child {
    padding-right: 54px;
    border-right: 1px solid #d3d3d3;
    border-radius: 0 30px 30px 0;
}

.productNav .cate_list .cate_item.cur {
    background: #37ae8e;
    border-color: #37ae8e;
    color: #fff;
}

.global_category {
    height: 81px;
    position: relative;
}

.global_category .global_category_abs {
    width: 100%;
    height: calc(100% - 1px);
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    font-size: 0;
}

.global_category .global_category_box {
    width: 100%;
    height: 100%;
}

.global_category .global_category_abs a {
    position: relative;
    display: inline-block;
    color: #333;
    padding: 0 38px;
    margin: 0 15px;
    height: calc(100% + 1px);
    line-height: 80px;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.global_category .global_category_abs a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #0bb183;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.global_category .global_category_abs a:hover {
    color: #0db083;
}

/*.global_category .global_category_abs a:hover:before{ opacity: 1;}*/
.global_category .global_category_abs a.cur {
    color: #0db083;
}

.global_category .global_category_abs a.cur:before {
    opacity: 1;
}

@media screen and (max-width: 767px){

    .productPage .list_box{
        grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    }
}