.page-section{
    padding-top: 168px;
}
.ui-modal {
    border: none;
    overflow: hidden;
}

.ui-collapse-menu-title.active {
    background: var(--web-color);
    color: #fff;
}

.ui-collapse-menu-title.active a {
    color: #fff !important;
}

.ui-modal:before {
    content: '';
    width: 80%;
    height: 5px;
    background: var(--web-color);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
}
.ui-modal-header .ui-modal-close {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    justify-content: center;
}
.more-link {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    min-width: 160px;
    background-color: #fff;
    color: var(--web-color);
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 5px;
    border: 1px solid var(--web-color);
    cursor: pointer;
}

.more-link span {
    z-index: 2;
    position: relative;
    color: var(--web-color);
    cursor: pointer;
}
.more-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--web-color);
    border-radius: 5px;
    opacity: 0;
    transform: scale(0);
    transition: all 150ms ease-out;
}

.more-link:hover {
    background-color: var(--web-color);
    border-color: var(--web-color);
    box-shadow: 0 10px 30px #ccc;
    color: #fff;
}

.more-link:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.more-link:hover span {
    color: #fff;
}

.ui-btn-blue{
    border-color: var(--web-color);
    background-color: var(--web-color);
}
.mobile-show{
    display: none;
}
.x-width {
    width: 80%;
    margin: 0 auto;
    max-width: calc(1920px * 0.8);
}
.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x-flex-start {
    align-items: start !important;
}

.x-flex-stretch {
    align-items: stretch !important;
}

.x-flex-center {
    justify-content: center !important;
}

.x-flex-around {
    justify-content: space-around;
}

.x-flex-list-2 li {
    width: 48%;
}

.x-flex-list-3 li {
    width: 31%;
}

.x-flex-list-4 li {
    width: 23%;
}

.x-flex-list-5 li {
    width: 18%;
}

.x-flex-list-6 li {
    width: 15%;
}

.x-flex-list-7 li {
    width: 13%;
}

.x-flex-list-8 li {
    width: 11%;
}
.proshow .col-right .intro {
    text-align: justify;
}
/*产品详情*/
.ui-modal-header .ui-modal-title {
    font-size: 24px;
}

.product-content .ui-tabs {
    margin-top: 40px;
}

.gallery-top .swiper-slide img {
    width: 100%;
}

.gallery-thumbs {
    margin-top: 20px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    padding: 2px;
    border: 1px solid #eee;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--web-color);
}

.col-right h1.pro-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.ui-tabs-nav li a {
    font-size: 20px;
}

.ui-tabs-content .ui-tabs-pane h3 {
    margin-top: 30px;
}

.pro-tel {
    margin-top: 20px;
    font-size: 32px;
    color: var(--web-color);
    font-family: Impact, sans-serif;
}

.pro-tel a {
    color: inherit;
}

.pro-tel span {
    font-size: 32px;
}

.case-list .ui-piclist-item {
    margin: 0;
    padding: 0;
}
.proshow .contact-info {
    width: 100%;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}

.proshow .contact-info span {
    font-size: 50px;
    line-height: 1;
    margin-right: 10px;
    color: var(--web-color);
}

.proshow .contact-info p {
    margin: 0;
}

.proshow .contact-info .hotline {
    padding-right: 40px;
}

.proshow .contact-info p.t1 {
    font-size: 14px;
    line-height: 1;
}

.proshow .contact-info p.t2 {
    font-size: 32px;
    color: var(--web-color);
    line-height: 1;
}

.proshow .contact-info .m-code {
    padding-left: 40px;
    text-align: center;
    border-left: 1px solid #eee;
}

.proshow .contact-info .m-code p {
    font-size: 12px;
}

#qrcode {
    text-align: center;
}

#qrcode canvas {
    padding: 5px;
    border: 1px solid rgba(13, 141, 82, .3);
}
.ui-menu{
    margin-top: 3rem;
}
.ui-menu .ui-menu-name{
    font-size: 18px;
    font-weight: 900;
}

.ui-menu .ui-menu-more a{
    font-size: 14px;
    font-weight: normal;
}

.ui-tabs-nav li.active a{
    color: var(--web-color);
}
.ui-tabs-nav li.active{
    border-color: var(--web-color);
}
#video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-color: #333;
}
#video video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 1440px) {
    .mobile-hide{
        display: none !important;
    }
    .mobile-show{
        display: block !important;
    }
}
@media (max-width: 992px) {
    body{
        font-size: 14px;
    }
    .x-pro-list li{

        font-size: 12px;
        margin-bottom: 20px;
    }
    .bg_products{
        display: none;
    }
    .sec-products{
        padding-top: 80px;
    }
    .sec-products .flex .product-main {
        width: 100%;
    }
    .proshow .col-left,.proshow .col-right{
        width: 100%;
        margin-bottom: 20px;
    }
    .proshow .contact-info span{
        font-size: 36px;
    }
    .proshow .contact-info p.t1{
        font-size: 12px;
    }
    .proshow .contact-info p.t2{
        font-size: 20px;
    }
}