.table-wrap {
    overflow-x: auto;
    width: 100%
}

.table-wrap table {
    border-collapse: collapse;
    width: 100%
}

.table-wrap table td,
.table-wrap table th {
    border: 1px solid #ddd;
    padding: 4px 10px
}

.banner-inner {
    overflow: hidden
}

.banner-inner img {
    width: 100%;
    min-height: 240px;
    max-height: 300px;
    object-fit: cover;
    z-index: 0;
    position: relative;
    animation: img_move 6s linear 0s forwards
}

@keyframes img_move {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }

    100% {
        transform: scale(1)
    }
}

.home-des-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.home-des-into {
    width: 50px;
    height: 15px;
    margin-right: 10px;
    box-sizing: border-box;
    display: inline-block;
    border-top: 2px solid var(--color);
    border-bottom: 2px solid var(--color)
}

.home-des {
    color: var(--color);
    font-size: 18px;
    font-weight: var(--fontbold5);
    display: inline-block;
    text-transform: uppercase
}

.home-title {
    font-size: var(--hometitlefont);
    font-weight: var(--fontbold5);
    color: var(--fontcolor);
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize
}

.pageabout .pageabout-mod1 {
    display: flex;
    align-items: center
}

.pageabout .pageabout-mod1 .left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px
}

.pageabout .pageabout-mod1 .left .home-des-box {
    justify-content: left
}

.pageabout .pageabout-mod1 .left .home-title {
    text-align: left
}

.pageabout .pageabout-mod1 .left .about-text {
    margin: 20px 0px
}

.pageabout .pageabout-mod1 .left .about-text p {
    color: #333;
    font-size: 16px
}

.pageabout .pageabout-mod1 .left .about-adv li {
    display: flex;
    align-items: center;
    margin: 4px 0;
    list-style: none;
    color: var(--fontcolor);
    font-size: 18px
}

.pageabout .pageabout-mod1 .left .about-adv em {
    color: var(--color);
    font-size: 20px;
    margin-right: 8px;
    margin-top: 4px
}

.pageabout .pageabout-mod1 .right {
    width: 50%
}

.pageabout .pageabout-mod2 {
    margin-top: 50px;
    box-sizing: border-box;
    padding-top: 50px;
    background: url(../m428/imgs/aboutbg.webp) no-repeat
}

.pageabout .pageabout-mod2 .home-title {
    color: #FFF
}

.pageabout .pageabout-mod2 .service {
    width: 98%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 50px 16%;
    padding-top: 70px;
    margin-top: 50px
}

.pageabout .pageabout-mod2 .service::before {
    content: "";
    width: 100%;
    border-bottom: 310px solid #FFF;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    position: absolute;
    box-sizing: border-box;
    left: 0px;
    bottom: 0px
}

.pageabout .pageabout-mod2 .service .service-item {
    width: 30%;
    position: relative;
    background-color: #f4f4f4;
    border-radius: 5px;
    border-top: 5px solid var(--color);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 40px 20px 20px 20px;
    transition: all .1s linear
}

.pageabout .pageabout-mod2 .service .service-item:hover {
    transform: translateY(-10px)
}

.pageabout .pageabout-mod2 .service .item-icon {
    background-color: #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 4px;
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%)
}

.pageabout .pageabout-mod2 .service .item-icon em {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    color: #FFF;
    font-size: 36px
}

.pageabout .pageabout-mod2 .service .item-tit {
    text-align: center;
    font-size: 24px;
    color: var(--fontcolor);
    font-weight: var(--fontbold5);
    margin-bottom: 10px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.pageabout .pageabout-mod2 .service .item-text p {
    text-align: center;
    color: var(--fontcolor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.pageabout .pageabout-mod3 {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pageabout .pageabout-mod3 .img-item {
    width: 16%;
    box-sizing: border-box;
    padding: 2%;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .1s linear
}

.pageabout .pageabout-mod3 .img-item:hover {
    background-color: #f4f4f4
}

.pagehistory .swiper {
    height: 1064px;
    box-sizing: border-box;
    padding: 20px 0px
}

.pagehistory .pagehistory-swiper {
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
    margin-top: 50px
}

.pagehistory .pagehistory-swiper .axle-wire {
    width: 1px;
    height: 98%;
    background-color: #e8eaef;
    position: absolute;
    top: 0px;
    left: 50.4%;
    transform: translateX(-50%)
}

.pagehistory .history-item {
    display: flex
}

.pagehistory .history-item .history-img {
    width: 50%;
    border-top: 1px solid #dfe0e9;
    box-sizing: border-box;
    padding-right: 40px
}

.pagehistory .history-item .history-img .img {
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    border-right: 1px solid #dfe0e9
}

.pagehistory .history-item .history-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative
}

.pagehistory .history-item .history-info .date {
    color: var(--color);
    font-size: 18px;
    font-weight: var(--fontbold5);
    margin-bottom: 10px
}

.pagehistory .history-item .history-info .tit {
    font-size: 24px;
    color: var(--fontcolor);
    text-transform: capitalize
}

.pagehistory .history-item .history-info .text {
    margin-top: 10px
}

.pagehistory .history-item .history-info .text p {
    color: #333;
    font-size: 18px
}

.pagehistory .history-item:nth-child(odd) .history-info::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 6px solid var(--color);
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #FFF
}

.pagehistory .history-item:nth-child(even) .history-img {
    padding-left: 40px;
    padding-right: 0px
}

.pagehistory .history-item:nth-child(even) .history-img .img {
    padding-right: 0px;
    border-right: none;
    padding-left: 20px;
    border-left: 1px solid #dfe0e9
}

.pagehistory .history-item:nth-child(even) .history-info {
    text-align: right;
    padding-left: 0px;
    padding-right: 40px
}

.pagehistory .history-item:nth-child(even) .history-info::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 6px solid var(--color);
    position: absolute;
    right: -20px;
    top: -8px;
    background-color: #FFF
}

.pagehistory .history-item.swiper-slide-active .history-img {
    border-color: var(--color) !important
}

.pagehistory .history-item.swiper-slide-active .history-img .img {
    border-color: var(--color) !important
}

.pagehistory .history-item.swiper-slide-active .history-info::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid var(--color);
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #FFF
}

.pagehistory .pagehistory-next,
.pagehistory .pagehistory-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 50%;
    left: 50.4%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all .1s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color)
}

.pagehistory .pagehistory-next em,
.pagehistory .pagehistory-prev em {
    font-size: 24px;
    line-height: 1
}

.pagehistory .pagehistory-next:hover,
.pagehistory .pagehistory-prev:hover {
    background-color: var(--color);
    color: #FFF
}

.pagehistory .pagehistory-prev em {
    transform: rotate(180deg)
}

.pagehistory .pagehistory-next {
    bottom: 0px
}

.pagehistory .pagehistory-prev {
    top: 0px
}

.pagetaem .pageteam-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pagetaem .pageteam-list .pageteam-item {
    width: 24%;
    position: relative;
    margin-bottom: 80px
}

.pagetaem .pageteam-list .pageteam-item .img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #000
}

.pagetaem .pageteam-list .pageteam-item .img img {
    width: 100%
}

.pagetaem .pageteam-list .pageteam-item .info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
    position: absolute;
    bottom: -50px;
    transition: all .2s ease
}

.pagetaem .pageteam-list .pageteam-item .info .text {
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 15px 0;
    background-color: transparent;
    transition: all .2s ease
}

.pagetaem .pageteam-list .pageteam-item .info .title {
    color: #FFF;
    font-size: 22px;
    font-weight: var(--fontbold5);
    text-align: center
}

.pagetaem .pageteam-list .pageteam-item .info .p {
    font-size: 16px;
    color: #FFF;
    text-align: center
}

.pagetaem .pageteam-list .pageteam-item .info .share {
    border-radius: 0 0 5px 5px;
    background-color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 0;
    opacity: 0;
    transition: all .2s ease
}

.pagetaem .pageteam-list .pageteam-item .info .share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #3c3c3c;
    border-radius: 50%;
    margin: 0 4px;
    color: #FFF;
    transition: all .2s ease
}

.pagetaem .pageteam-list .pageteam-item .info .share a:hover {
    background-color: var(--color)
}

.pagetaem .pageteam-list .pageteam-item:hover .info {
    bottom: -60px
}

.pagetaem .pageteam-list .pageteam-item:hover .info .text {
    background-color: var(--color)
}

.pagetaem .pageteam-list .pageteam-item:hover .info .share {
    opacity: 1
}

.page-certificate {
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px;
    padding-bottom: 50px;
    overflow: hidden
}

.page-certificate::after {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background-color: var(--color);
    left: 0px;
    bottom: 0px
}

.certificate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    position: relative;
    z-index: 10
}

.certificate-list li {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.certificate-list li .img {
    width: 100%;
    display: flex;
    justify-content: center
}

.certificate-list li .img img {
    -webkit-box-reflect: below 0 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
    transition: all .2s ease
}

.certificate-list li .img:hover img {
    transform: scale(1.02)
}

.certificate-list li .info {
    margin-bottom: 10px;
    padding: 10px
}

.certificate-list li .info .title {
    font-size: 24px;
    font-weight: var(--fontbold5);
    margin-bottom: 10px;
    color: var(--color)
}

.pageenvironment {
    display: flex;
    flex-wrap: wrap
}

.pageenvironment .left {
    position: relative;
    width: 42%;
    border-radius: 5px;
    overflow: hidden
}

.pageenvironment .left:hover img {
    transform: scale(1.02)
}

.pageenvironment .left img {
    width: 100%;
    transition: all .2s ease
}

.pageenvironment .left .info {
    position: absolute;
    margin: 20px;
    left: 0px;
    bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    padding-right: 30px;
    color: #000
}

.pageenvironment .left .info .title {
    position: relative;
    z-index: 10;
    font-size: 24px;
    font-weight: var(--fontbold5);
    line-height: 1.4
}

.pageenvironment .left .info .p {
    font-size: 16px;
    position: relative;
    z-index: 10
}

.pageenvironment .left .info::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    opacity: .9;
    border-radius: 5px 50px 5px 5px;
    z-index: 0
}

.pageenvironment .right {
    width: 58%;
    box-sizing: border-box;
    padding-left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pageenvironment .right .item-img {
    width: 49%;
    height: auto;
    margin-bottom: 2%;
    border-radius: 5px;
    overflow: hidden
}

.pageenvironment .right .item-img img {
    width: 100%;
    transition: all .2s ease
}

.pageenvironment .right .item-img:hover img {
    transform: scale(1.05)
}

.pageenvironment .right .item-img:nth-child(3),
.pageenvironment .right .item-img:nth-child(4) {
    margin-bottom: 0px
}

.pageequipment .pageequipment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pageequipment .item {
    width: 24%;
    border-radius: 5px;
    overflow: hidden
}

.pageequipment .item .img {
    width: 100%;
    overflow: hidden
}

.pageequipment .item .img img {
    width: 100%;
    transition: all .2s linear
}

.pageequipment .item .info {
    background-color: var(--color);
    color: #FFF;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 0 0 5px 5px
}

.pageequipment .item .info .title {
    font-size: 18px;
    font-weight: var(--color);
    box-sizing: border-box;
    padding-bottom: 4px;
    text-align: center;
    line-height: 1.4
}

.pageequipment .item .info .des {
    box-sizing: border-box;
    padding-top: 4px;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 1.4
}

.pageequipment .item:hover .img img {
    transform: scale(1.05)
}

.page-container {
    display: flex;
    align-items: flex-start;
    width: 100%
}

.page-main {
    flex: 1;
    margin-left: 30px;
    width: 100%
}

.product-catelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-catelist .product-cateitem {
    width: 49%;
    margin-bottom: 2em;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0 0 32px 0 rgba(16, 1, 0, .1);
    border-radius: 5px
}

.product-catelist .product-cateitem .cate-img {
    width: 300px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-catelist .product-cateitem .cate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease
}

.product-catelist .product-cateitem .cate-info {
    flex: 1;
    box-sizing: border-box;
    padding: 20px
}

.product-catelist .product-cateitem .cate-info .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
    font-weight: var(--fontbold5);
    transition: all .2s ease
}

.product-catelist .product-cateitem .cate-info .text {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.product-catelist .product-cateitem .cate-info .more {
    margin-top: 20px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    color: #FFF;
    transition: all .2s ease;
    background-color: var(--color)
}

.product-catelist .product-cateitem .cate-info .more span {
    position: relative;
    z-index: 10
}

.product-catelist .product-cateitem .cate-info .more::after {
    content: "";
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, .1);
    transition: all .2s ease
}

.product-catelist .product-cateitem .cate-info .more:hover::after {
    width: 100%
}

.product-catelist .product-cateitem:hover .cate-img img {
    transform: scale(1.05)
}

.product-catelist .product-cateitem:hover .cate-info .title {
    color: var(--color)
}

.prodetails-content {
    margin-top: 20px
}

.prodetails-content .prodetails-tabs {
    border-top: 1px solid #e4e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.prodetails-content .prodetails-tabs .prodetails-tabs-item {
    min-width: 160px;
    height: 55px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 0px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #181818;
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
    white-space: nowrap;
    border-bottom-left-radius: var(--borderradius);
    border-bottom-right-radius: var(--borderradius);
    margin-right: 20px;
    transition: all .2s ease
}

.prodetails-content .prodetails-tabs .prodetails-tabs-item.act {
    background-color: #2b2b2b;
    color: #FFF
}

.prodetails-content .tagContent {
    display: none
}

.prodetails-content .tagContent.act {
    display: block
}

.prodetails-content .prodetails-company-box {
    position: relative;
    margin: 20px 0px
}

.prodetails-content .prodetails-company-box img {
    width: 100%;
    min-height: 120px
}

.prodetails-content .prodetails-company-box .prodetails-company-name {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 32px;
    color: #FFF;
    font-weight: var(--fontbold5);
    text-transform: capitalize
}

.prodetails-wrap {
    margin-top: 20px
}

.prodetails-template-title {
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px
}

.prodetails-template-title::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 5px solid var(--color);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.prodetails-template-title h5 {
    text-transform: uppercase
}

.prodetails1-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.prodetails1-list .item {
    width: 49%;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    background-color: #2b2b2b;
    color: #FFF;
    margin-top: 20px;
    transition: all .2s ease-in-out
}

.prodetails1-list .item .item-tit {
    display: inline-flex;
    align-items: center;
    font-size: 18px
}

.prodetails1-list .item .item-tit em {
    margin-right: 8px;
    font-size: 32px
}

.prodetails1-list .item:hover {
    background-color: var(--color)
}

.prodetails2-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.prodetails2-list .item {
    width: 49%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.prodetails2-list .item img {
    width: 100%;
    transition: all .2s ease-in-out
}

.prodetails2-list .item:hover img {
    transform: scale(1.02)
}

.prodetails2-list .item .item-text {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    left: 0px;
    bottom: 0;
    background-color: var(--color);
    text-align: center;
    font-size: 18px;
    color: #FFF
}

.prodetails3-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.prodetails3-list .item {
    width: 24%;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.prodetails3-list .item img {
    width: 100%;
    transition: all .2s ease-in-out
}

.prodetails3-list .item .item-text {
    background-color: var(--color);
    color: #FFF;
    font-size: 18px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px
}

.prodetails3-list .item:hover img {
    transform: scale(1.04)
}

.prodetails3-list .item .prodetails3-img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    width: 100%
}

.prodetails-top {
    display: flex
}

.maylike {
    margin-top: 50px
}

.pro-detail-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #dee1e6;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-left: 15px
}

.pro-detail-title::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 28px;
    border-left: 2px solid var(--color)
}

.maylike-list {
    display: flex;
    flex-wrap: wrap
}

.maylike-list .maylike-item {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: var(--borderradius);
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #d1d1d1;
    box-sizing: border-box
}

.maylike-list .maylike-item:nth-child(6n) {
    margin-right: 0px
}

.maylike-list .maylike-item .maylike-img {
    max-width: 100%;
    overflow: hidden
}

.maylike-list .maylike-item .maylike-img img {
    width: 100%
}

.maylike-list .maylike-item .maylike-tit {
    padding: 10px 6px;
    font-size: 16px;
    text-transform: capitalize
}

.maylike-list .maylike-item:hover .maylike-img img {
    transform: scale(1.05)
}

.maylike-list .maylike-item:hover .maylike-tit {
    color: var(--color)
}

.pro-bottom-inquiry {
    margin-top: 50px
}

.preview-container,
.prodetails-top .singglepic {
    width: 460px
}

.thumbnail-show {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 5px
}

.thumbnail-show #media {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 99;
    position: relative
}

.thumbnail-show .small-box {
    width: 100%;
    border: 1px solid #eee;
    height: 100%
}

.thumbnail-show .small-box img {
    width: 100%
}

.prodetails-top .singglepic {
    border: 1px solid #eee
}

.thumbnail-show .hover {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgba(204, 204, 204, .6);
    border: 1px solid #eee;
    display: none;
    cursor: move;
    z-index: 9
}

.thumbnail-show .vPlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 999;
    cursor: pointer
}

.thumbnail-show .big-box {
    display: none;
    overflow: hidden;
    top: 0px;
    left: 100%;
    border: 1px solid #eee;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 20
}

.thumbnail-show .big-box img {
    display: block;
    max-width: none;
    max-height: none;
    width: 150%
}

.thumbnail-show .big-box.act {
    display: none !important
}

.thumbnail-box {
    position: relative;
    padding: 0 40px;
    margin-top: 15px
}

.thumbnail-box .item {
    cursor: pointer;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 90px;
    border-radius: var(--borderradius);
    overflow: hidden
}

.thumbnail-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbnail-box .item .imgalt {
    display: none
}

.thumbnail-box .item.item-cur {
    border-color: #ab4813;
}

.thumbnail-box .prodetails-button-next.swiper-button-disabled,
.thumbnail-box .prodetails-button-prev.swiper-button-disabled {
    border: 1px solid #e4e3e3;
    color: #e4e3e3
}

.thumbnail-box .prodetails-button-next em,
.thumbnail-box .prodetails-button-prev em {
    font-size: 24px
}

.thumbnail-box .prodetails-button-next,
.thumbnail-box .prodetails-button-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear;
    border: 1px solid #ab4813;
    background-color: #FFF;
    color: #ab4813
}

.thumbnail-box .prodetails-button-next {
    left: auto;
    right: 0px
}

.thumbnail-box .banner-page {
    display: none
}

.prodetails-info {
    flex: 1;
    padding-left: 30px
}

.prodetails-info .prodetails-name {
    /*border-bottom: 1px solid #dcdccd;*/
    padding-bottom: 20px;
    margin-bottom: 10px;
    line-height: 1.2
}

.prodetails-info .prodetails-price {
    color: #000
}

.prodetails-info .prodetails-text {
    color: #000;
    padding-top: 10px
}

.prodetails-info .share-btn-list {
    margin: 20px 0px
}

.prodetails-info .prodetails-btnlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.prodetails-info .prodetails-btnlist .addToCart.added {
    background-color: var(--color);
    border-color: var(--color);
    color: #FFF
}

.prodetails-info .prodetails-btnlist>:last-child {
    margin-right: 0px
}

.prodetails-info .prodetails-btnlist>* {
    width: 180px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--borderradius);
    color: #2b2b2b;
    background-color: #FFF;
    cursor: pointer;
    text-transform: capitalize;
    transition: all .1s linear;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #2b2b2b;
    transition: all .2s ease
}

.prodetails-info .prodetails-btnlist>:hover {
    background-color: var(--color);
    color: #FFF;
    border-color: var(--color)
}

.prodetails-info .prodetails-btnlist>* em {
    margin-right: 5px
}

.sidebar {
    width: 350px
}

.sidebar-search {
    background-color: #f6f6f6;
    border-radius: var(--borderradius);
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden
}

.wmkcfeedback input {
    background: #fff;
}

.sidebar-search input {
    flex: 1;
    background-color: #FFF;
    outline: 0;
    border: none;
    box-sizing: border-box;
    padding: 0px 15px;
    border-top-left-radius: var(--borderradius);
    border-bottom-left-radius: var(--borderradius);
    border: 1px solid transparent;
    transition: all .1s ease
}

.sidebar-search input:focus {
    border-color: var(--color)
}

.sidebar-search button {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--color);
    outline: 0;
    border: none;
    color: #FFF;
    border-top-right-radius: var(--borderradius);
    border-bottom-right-radius: var(--borderradius);
    transition: all .1s linear
}

.sidebar-search button:hover {
    opacity: .9
}

.sidebar-item {
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: var(--borderradius);
    width: 100%
}

.sidebar-item ul {
    list-style: none
}

.sidebar-item.category .menu-item {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 10px;
    border-radius: var(--borderradius);
    margin-bottom: 10px;
    position: relative;
    transition: all .2s linear
}

.sidebar-item.category .menu-item:last-child {
    margin-bottom: 0px
}

.sidebar-item.category .menu-item .icon-arrow-down {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: all .2s linear
}

.sidebar-item.category .menu-item:hover {
    color: var(--color)
}

.sidebar-item.category .menu-item.active {
    background-color: var(--color);
    color: #FFF
}

.sidebar-item.category .menu-item.active .icon-arrow-down {
    color: var(--color);
    transform: rotate(0);
    background-color: #FFF
}

.sidebar-item.category .menu-item.active:hover {
    color: #FFF
}

.sidebar-item.category .sub-menu {
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 4px;
    display: none
}

.sidebar-item.category .sub-menu li {
    margin: 6px 0px
}

.sidebar-item.category .menu-item>a {
    box-sizing: border-box;
    padding-right: 30px
}

.sidebar-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #dee1e6;
    box-sizing: border-box;
    padding-bottom: 10px
}

.sidebar-item.inquiry .sidebar-title {
    margin-bottom: 10px
}

.sidebar-title::before {
    content: "";
    position: absolute;
    left: -15px;
    height: 28px;
    border-left: 2px solid var(--color)
}

.sidebar-item.hotpro .sidebarhot-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.sidebar-item.hotpro .sidebarhot-item .sidebarhot-img {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: var(--borderradius)
}

.sidebar-item.hotpro .sidebarhot-item .sidebarhot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease
}

.sidebar-item.hotpro .sidebarhot-item .sidebarhot-info {
    flex: 1;
    padding-left: 15px
}

.sidebar-item.hotpro .sidebarhot-item .sidebarhot-info .title {
    line-height: 1.4;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .2s ease
}

.sidebar-item.hotpro .sidebarhot-item .sidebarhot-info .more {
    /*color: var(--color);*/
    text-transform: lowercase;
    display: flex;
    align-items: center
}

.sidebar-item.hotpro .sidebarhot-item .sidebarhot-info .more em {
    margin-left: 4px;
    margin-top: 2px
}

.sidebar-item.hotpro .sidebarhot-item:hover .sidebarhot-img img {
    transform: scale(1.02)
}

.sidebar-item.hotpro .sidebarhot-item:hover .sidebarhot-info .title,
.sidebar-item.hotpro .sidebarhot-item:hover .sidebarhot-info .more {
    color: var(--color)
}

.sidebar-item.hotpro .sidebarhot-item:last-child {
    margin-bottom: 0px
}

.sidebar-item.latestnews .sidebarhot-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.sidebar-item.latestnews .sidebarhot-item .sidebarhot-img {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: var(--borderradius)
}

.sidebar-item.latestnews .sidebarhot-item .sidebarhot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease
}

.sidebar-item.latestnews .sidebarhot-item .sidebarhot-info {
    flex: 1;
    padding-left: 15px
}

.sidebar-item.latestnews .sidebarhot-item .sidebarhot-info .title {
    line-height: 1.4;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .2s ease
}

.sidebar-item.latestnews .sidebarhot-item .sidebarhot-info .more {
    color: var(--color);
    text-transform: lowercase;
    display: flex;
    align-items: center
}

.sidebar-item.latestnews .sidebarhot-item .sidebarhot-info .more em {
    margin-left: 4px;
    margin-top: 2px
}

.sidebar-item.latestnews .sidebarhot-item:hover .sidebarhot-img img {
    transform: scale(1.02)
}

.sidebar-item.latestnews .sidebarhot-item:hover .sidebarhot-info .title {
    color: var(--color)
}

.sidebar-item.latestnews .sidebarhot-item:last-child {
    margin-bottom: 0px
}

.pagelink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px
}

.pagelink .pagelink-item {
    width: 48%;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.pagelink .pagelink-item .flex {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #f6f6f6;
    border-radius: var(--borderradius);
    overflow: hidden
}

.pagelink .pagelink-item .flex .pagelink-btn {
    box-sizing: border-box;
    width: 100px;
    height: 100%;
    background-color: var(--color);
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--fontbold5)
}

.pagelink .pagelink-item .flex span {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 20px;
    transition: all .1s linear
}

.pagelink .pagelink-item a:hover {
    color: var(--color)
}

.pagelink .pagelink-item.next span {
    text-align: right
}

.inquiry-pc {
    margin-top: 20px
}

.wmkcfeedback input,
.wmkcfeedback textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: var(--borderradius);
    margin-top: 20px;
    font-size: 14px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wmkcfeedback input::placeholder,
.wmkcfeedback textarea::placeholder {
    color: #666
}

.wmkcfeedback input.input-error,
.wmkcfeedback textarea.input-error {
    border-color: red !important
}

.wmkcfeedback input:focus,
.wmkcfeedback textarea:focus {
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, .05);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .05)
}

.wmkcfeedback input {
    height: 40px
}

.wmkcfeedback .feed-verification {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 320px;
    position: relative;
    margin-top: 20px
}

@media(max-width:768px) {
    .wmkcfeedback .feed-verification {
        max-width: 100%
    }
}

.wmkcfeedback .feed-verification .verification-box {
    margin-left: 10px;
    height: 40px;
    padding: 4px 0px
}

.wmkcfeedback .feed-verification .verification-box img {
    width: auto;
    height: 100%
}

.wmkcfeedback textarea {
    height: 140px;
    font-family: inherit;
    resize: none
}

.wmkcfeedback .send-btn {
    min-width: 180px;
    height: 50px;
    font-size: 17px;
    background: #fff;
    border-radius: var(--borderradius);
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    transition: all .1s linear;
    padding: 0 20px;
    outline: 0;
    border: none;
    position: relative;
    border: 1px solid #00000061;
}

.wmkcfeedback .send-btn::after {
    content: '';
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    transition: all .2s ease
}

.wmkcfeedback .send-btn[disabled] {
    background: #999
}

.wmkcfeedback .send-btn:hover::after {
    width: 100%
}

.wmkcfeedback .select-menu {
    width: 49%;
    margin-top: 20px;
    position: relative
}

.wmkcfeedback .select-menu .select-menu-div {
    position: relative;
    width: 100%
}

.wmkcfeedback .select-menu .select-menu-div em {
    margin-right: 5px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease
}

.wmkcfeedback .select-menu .select-menu-div em.select-menu-i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.wmkcfeedback .select-menu .select-menu-div em::after,
.wmkcfeedback .select-menu .select-menu-div em::before {
    content: "";
    width: 10px;
    height: 2px;
    background: var(--color);
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wmkcfeedback .select-menu .select-menu-div em::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px
}

.wmkcfeedback .select-menu .select-menu-div .select-menu-input {
    margin: 0 !important;
    width: 100% !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 40px;
    user-select: none;
    color: #999
}

.wmkcfeedback .select-menu .select-menu-ul {
    -webkit-box-shadow: 0 1px 15px 0 rgba(15, 19, 39, .1);
    box-shadow: 0 1px 15px 0 rgba(15, 19, 39, .1);
    list-style: none;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #FFF;
    position: absolute;
    z-index: 1
}

.wmkcfeedback .select-menu .select-menu-ul li {
    padding: 0 20px;
    line-height: 2.5;
    cursor: pointer;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.wmkcfeedback .select-menu .select-menu-ul li:hover {
    background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n) {
    background: #f5f4f4
}

.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n):hover {
    background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li.select-this {
    background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li.select-this:hover {
    background: #f2faea !important
}

.inquiry-feedbackForm .wmkcfeedback .inquiry-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inquiry-feedbackForm .wmkcfeedback input {
    width: 49%
}

.wmkcfeedback .loading {
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border: 2px solid #000;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
    animation: feedbacksenloading infinite .75s linear
}

@keyframes feedbacksenloading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.wmkcfeedback .feed-verification input {
    margin-top: 0 !important;
    width: 100% !important
}

.wmkcfeedback .feed-verification img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.home-message .wmkcfeedback .inquiry-form {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap
}

.home-message .wmkcfeedback input {
    width: 100%;
    margin-top: 10px;
    height: 50px
}

.home-message .wmkcfeedback .select-menu {
    width: 100%
}

.home-message .wmkcfeedback .feed-verification,
.home-message .wmkcfeedback .select-menu,
.home-message .wmkcfeedback textarea {
    margin-top: 10px
}

.home-message .wmkcfeedback .send-btn {
    margin-top: 20px
}

@media(max-width:1024px) {
    .home-message .wmkcfeedback input {
        width: 100%
    }

    .home-message .wmkcfeedback .select-menu {
        width: 100%
    }
}

.pro-bottom-inquiry .wmkcfeedback .inquiry-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pro-bottom-inquiry .wmkcfeedback input {
    width: 49%
}

.sidebar-item .wmkcfeedback input,
.sidebar-item .wmkcfeedback textarea {
    margin-top: 10px
}

.sidebar-item .wmkcfeedback .select-menu {
    margin-top: 10px;
    width: 100%
}

.sidebar-item .wmkcfeedback .feed-verification {
    margin-top: 5px
}

.sidebar-item .wmkcfeedback .send-btn {
    min-width: 160px;
    height: 46px;
    margin-top: 20px
}


.contact-main .wmkcfeedback .inquiry-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-main .wmkcfeedback .inquiry-form input {
    width: 49%;
    height: 48px;
    border-color: #c9c9c9;
    background-color: #f6f6f6
}

.contact-main .wmkcfeedback .inquiry-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-main .wmkcfeedback textarea {
    border-radius: 5px;
    height: 200px;
    border-color: #c9c9c9;
    background-color: #f6f6f6
}

.contact-main .wmkcfeedback .send-btn {
    background: var(-color);
    font-weight: var(--fontbold5);
    border: none;
    margin-top: 20px;
    border-radius: var(--borderradius);
    transition: all .1s linear
}

@media(max-width:768px) {

    .contact-main .wmkcfeedback .select-menu,
    .contact-main .wmkcfeedback input {
        width: 100% !important
    }
}

.prodetails-content {
    padding-left: 30px;
}
@media only screen and (max-width:768px) {
	.prodetails-content {
		padding-left: 0px;
	}
}