*, img, ul, li, a, p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: Roboto, Roboto;
}
img {
    vertical-align: middle;
    border-style: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
body {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    font-style: normal;
    text-transform: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.clear_both {
    clear: both;
}

:root{
    --c: #E01936;
    --cw: #FFFFFF;
    --cb: #1A1A1A;
    --f: 16px;
    --bw: clamp(769px, 90%, 1600px);
    --ww: 100%;
    --wp: clamp(20px, 5%, 120px);
    --wpt: clamp(70px, 6.25125vw, 120px);
    --wpt3: clamp(20px, 1.56vw, 30px);
    --wpt5: clamp(30px, 2.6vw, 50px);
    --wpt6: clamp(30px, 3.1256vw, 60px);
    --wpt7: clamp(50px, 3.64vw, 70px);
    --wpt9: clamp(50px, 4.688vw, 90px);
    --iw: 1600px;
}


.header{
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.header .header-content{
    max-width: var(--iw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 80px;
    padding-left: var(--wp);
    padding-right: var(--wp);
}
.header .header-content .header-logo{
    height: 54px;
}
.header .header-content .header-logo img{
    height: 100%;
    vertical-align: initial;
}
.header .header-content .header-logo img.active{
    display: none;
}
.header .header-nav{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header-nav .header-nav-item{
    position: relative;
}
.header .header-nav .header-nav-item .nav-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 0 1.8vw;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.header .header-nav .header-nav-item:hover {
    background: var(--c);
}

.header .header-nav-search{
    margin: 0 30px;
    cursor: pointer;
}
.header .header-nav-search img{
    width: 20px;
    height: 20px;
}
.header .header-nav-search img.active{
    display: none;
}

.header-quote{
    height: 36px;
    background: var(--c);
    border-radius: 18px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    padding: 0 16px;
}


.header .header-nav .nav-sub {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    color: #333;
    padding: 10px 10px 20px;
    display: none;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;;
}
.header .header-nav .nav-sub .nav-sub-item {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.header .header-nav .nav-sub .nav-sub-item a {
    color: #1A1A1A;
}
.header .header-nav .header-nav-item:hover .nav-sub{
    display: block;
}
.header .header-nav .nav-sub .nav-sub-item:hover a {
    color: var(--c);
}


.header.active{
    background: var(--cw);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header.active .header-content .header-logo img.normal{
    display: none;
}
.header.active .header-content .header-logo img.active{
    display: inline-block;
}
.header.active .header-nav .header-nav-item .nav-title{
    color: #333333;
}
.header.active .header-nav .header-nav-item:hover .nav-title{
    color: #FFFFFF;
}
.header.active .header-nav-search img.normal{
    display: none;
}
.header.active .header-nav-search img.active{
    display: inline-block;
}


.mobile-header{
    display: none;
    width: 100%;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    position: fixed;
    top: 0;
    z-index: 10;
}
.mobile-header .mobile-logo{
    width: 150px;
    float: left;
    margin-left: 10px;
    vertical-align: middle;
}
.mobile-header .mobile-logo a img{
    width: 100%;
    height: 100%;
}

.mobile-header .mobile-nav{
    width: 30px;
    height: 50px;
    float: right;
    margin-right: 10px;
    overflow-y: scroll;
}
.mobile-header .mobile-nav .mobile-nav-btn{
    width: 30px;
    height: 18px;
    float: right;
    cursor: pointer;
    margin-top: 16px;
}
.mobile-header .mobile-nav .line{
    width: 20px;
    height: 1px;
    margin-top: 5px;
    background-color: #000;
    display: block;
}
.mobile-header .mobile-nav .mobile-nav-list{
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 10;
    overflow-y: scroll;
    max-height: calc(100vh - 50px - 56px);
}
.mobile-header .mobile-nav .mobile-nav-list li{
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0 20px;
    margin-left: 5%;
    position: relative;
    width: 90%;
}
.mobile-header .mobile-nav .mobile-nav-list li .mobile-nav-title{
    color: #000;
    font-size: 16px;
    text-transform: none;
    display: block;
    line-height: 50px;
}
.mobile-header .mobile-nav .mobile-nav-list li .mobile-nav-sub-btn{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    color: #000;
    font-size: 20px;
}

.mobile-header .mobile-nav .mobile-nav-sub{
    width: 100%;
    transition: all 0.3s;
    color: #333;
    display: none;
    background-color: #fff;
}
.mobile-header .mobile-nav .mobile-nav-sub .mobile-nav-sub-ul li{
    width: 100%;
    text-align: center;
    margin-left: 0;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: none;
}
.mobile-header .mobile-nav .mobile-nav-sub .mobile-nav-sub-ul li .mobile-nav-sub-title{
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    margin-left: 20px;
    text-align: left;
}


@media only screen and (min-width: 1000px) and (max-width: 1250px) {
    .header{
        height: 70px;
    }
    .header .header-content{
        line-height: 70px;
    }
    .header .header-content .header-logo{
        height: 36px;
    }
    .header .header-nav .header-nav-item .nav-title{
        font-size: 14px;
    }
    .header .header-nav-search{
        margin: 0 20px;
    }
    .header-quote{
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
    .header .header-nav-search{
        margin: 0;
    }
    .header-quote{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .header{
        display: none;
    }
    .mobile-header{
        display: block;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    }
}


/**** footer styles ****/
.footer{
    width: 100%;
    padding: 70px var(--wp) 0;
    background-size: cover;
    background: #1C1C1C no-repeat fixed bottom center;
}
.footer .footer-top{
    max-width: var(--iw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-top .footer-link{
    display: flex;
    align-items: center;
}
.footer .footer-top .footer-link .footer-link-item{
    margin-right: 16px;
}
.footer .footer-line{
    max-width: var(--iw);
    height: 1px;
    margin: 40px auto;
    background: rgba(255, 255, 255, .4);
}
.footer .footer-content{
    max-width: var(--iw);
    margin: 0 auto;
}
.footer .footer-content .footer-company{
    width: 25%;
    float: left;
    color: #FFFFFF;
}
.footer .footer-content .footer-company .footer-desc{
    font-size: 14px;
}
.footer .footer-content .footer-company .footer-company-item{
    margin-top: 20px;
}
.footer .footer-content .footer-company .footer-company-item a{
    color: #FFFFFF;
}



.footer .footer-content .footer-nav{
    width: 11.25%;
    float: left;
    margin-left: 3.125%;
}
.footer .footer-content .footer-nav.footer-nav-product{
    margin-left: 6.25%;
}
.footer .footer-content .footer-title{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.footer .footer-content .footer-line{
    margin: 10px auto 20px;
}
.footer .footer-content .footer-nav .footer-nav-list{
    width: 100%;
}
.footer .footer-content .footer-nav .footer-nav-list .footer-nav-item{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}
.footer .footer-content .footer-nav .footer-nav-list .footer-nav-item .footer-nav-item-link{
    color: rgba(255, 255, 255, .6);
}
.footer .footer-content .footer-nav .footer-nav-list .footer-nav-item:hover .footer-nav-item-link{
    color: #FFFFFF;
}
.footer .footer-line2{
    margin: 120px auto 0;
}
.footer .footer-icp{
    max-width: var(--iw);
    margin: 0 auto;
    height: 100px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}


@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .footer{
        padding-top: 50px;
    }
    .footer-logo{
        height: 48px;
    }
    .footer .footer-top .footer-link .footer-link-item{
        margin-right: 12px;
    }
    .footer .footer-top .footer-link .footer-link-item img{
        width: 36px;
        height: 36px;
    }
    .footer .footer-line{
        margin: 30px auto;
    }
    .footer .footer-content .footer-company .footer-desc{
        font-size: 13px;
    }
    .footer .footer-content .footer-company .footer-company-item{
        margin-top: 15px;
        font-size: 13px;
    }
    .footer .footer-line2{
        margin: 80px auto 0;
    }
    .footer .footer-icp{
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .footer{
        padding-top: 30px;
    }
    .footer-logo{
        height: 42px;
    }
    .footer .footer-top .footer-link .footer-link-item{
        margin-right: 8px;
    }
    .footer .footer-top .footer-link .footer-link-item img{
        width: 32px;
        height: 32px;
    }
    .footer .footer-line{
        margin: 20px auto;
    }
    .footer .footer-content .footer-company{
        display: none;
    }
    .footer .footer-content .footer-nav{
        width: 17.5%;
    }
    .footer .footer-content .footer-nav.footer-nav-product{
        margin-left: 0;
    }
    .footer .footer-content .footer-company .footer-desc{
        font-size: 12px;
    }
    .footer .footer-content .footer-company .footer-company-item{
        margin-top: 10px;
        font-size: 12px;
    }
    .footer .footer-line2{
        margin: 40px auto 0;
    }
    .footer .footer-icp{
        height: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .footer{
        padding-top: 30px;
        margin-bottom: 56px;
    }
    .footer-logo{
        height: 42px;
    }
    .footer .footer-top .footer-link .footer-link-item{
        margin-right: 8px;
    }
    .footer .footer-top .footer-link .footer-link-item img{
        width: 32px;
        height: 32px;
    }
    .footer .footer-line{
        margin: 20px auto;
    }
    .footer .footer-content .footer-company{
        width: 100%;
    }
    .footer .footer-content .footer-nav{
        display: none;
    }
    .footer .footer-content .footer-company .footer-desc{
        font-size: 12px;
    }
    .footer .footer-content .footer-company .footer-company-item{
        margin-top: 10px;
        font-size: 12px;
    }
    .footer .footer-line2{
        margin: 20px auto 0;
    }
    .footer .footer-icp{
        height: 100px;
    }

}




.banner {
    width: 100%;
    height: 300px;
    position: relative;;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner-text-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}
.banner .banner-text {
    max-width: var(--bw);
    position: absolute;
    top: calc( 50% + 40px );
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
}
.banner .banner-text .banner-text-title {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
.banner .banner-text .banner-text-desc {
    font-size: 20px;
}
.quote-btn{
    width: 182px;
    height: 48px;
    background: var(--c);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.quote-btn img{
    width: 16px;
    height: 16px;
    aspect-ratio: 1 / 1;
}

.crumb-wrap{
    padding-left: var(--wp);
    padding-right: var(--wp);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.crumb{
    max-width: var(--iw);
    background: #F7F7F7;
    font-size: 14px;
    color: #787878;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 0 20px;
}
.crumb a{
    color: #787878;
}

.content{
    width: 100%;
    padding: 100px var(--wp);
}
.sub-title{
    font-size: 18px;
    color: var(--c);
    text-align: center;
    font-weight: normal;
}
.title{
    font-weight: bold;
    font-size: clamp(28px, 3.125vw, 60px);
    color: #333333;
    text-align: center;
}
.description{
    font-size: clamp(14px, 1vw, 18px);
    color: #666666;
    text-align: center;
}
.btn{
    position: relative;
    overflow: hidden;
}
.btn::before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }
    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}
.btn:hover::before {
    animation: style1 .75s;
    z-index: 1
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .crumb-wrap{
        margin-top: 40px;
    }
    .content{
        padding: 80px var(--wp);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .crumb-wrap{
        margin-top: 30px;
    }
    .content{
        padding: 60px var(--wp);
    }
}
@media only screen and (max-width: 768px) {
    .banner{
        margin-top: 50px;
        height: 150px;
    }
    .banner .banner-text{
        top: 50%;
    }
    .banner .banner-text .banner-text-desc{
        font-size: 14px;
    }
    .banner .banner-text .banner-text-title{
        font-size: 24px;
    }
    .sub-title{
        font-size: 14px;
    }
    .title{
        font-size: 24px;
    }
    .description{
        font-size: 12px;
    }
    .crumb-wrap{
        display: none;
    }
    .content{
        padding: 40px 10px;
    }
}


.category-content{
    padding: 0 var(--wp);
    box-shadow: 0px 6px 10px 1px rgba(0,0,0,0.16);
}
.product-category{
    max-width: var(--iw);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;

}
.product-category .product-category-item{
    width: 20%;
}
.product-category .product-category-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    line-height: normal;
    color: #333333;
}
.product-category .product-category-item a .product-category-item-line1{
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background: #E0E0E0;
}
.product-category .product-category-item:nth-child(5n) a .product-category-item-line2{
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background: #E0E0E0;
}
.product-category .product-category-item:nth-child(n+6) a .product-category-item-line3{
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    transform: translateX(-50%);
    background: #E0E0E0;
}
.product-category .product-category-item.active a,
.product-category .product-category-item:hover a{
    background: #E01936;
    color: #FFFFFF;
}


.mobile-category-list{
    display: none;
}
.mobile-category-list .mobile-category-title{
    color: white;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 1.5%;
    cursor: pointer;
    background: var(--c) url(../images/products-menu.png) 96% center no-repeat;
    border: none;
    font-weight: normal;
    text-indent: 10px;
    font-size: 18px;
    margin: 0 auto;
}
.mobile-category-list .mobile-category-wrap{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s;
}
.mobile-category-list .mobile-category{
    width: 100%;
    overflow: hidden;
}
.mobile-category-list .mobile-category-wrap.active{
    grid-template-rows: 1fr;
}
.mobile-category-list .mobile-category-item{
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #1A1A1A;
    padding-left: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.mobile-category-list .mobile-category-item>a{
    color: #1A1A1A;
}
.mobile-category-list .mobile-category-item:last-child{
    border-bottom: none;
}
.mobile-category-list .mobile-category-item.active>a{
    font-weight: bold;
    color: var(--c);
}

@media only screen and (max-width: 768px) {
    .product-category{
        display: none;
    }
    .mobile-category-list{
        display: block;
    }
}





.right_fix {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
}
.right_fix .right_fix_connect .right_fix_box {
    width: 48px;
    height: 48px;
    font-size: 14px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    margin-bottom: 2px;
    border-radius: 50%;
    background: var(--cw);
}
.right_fix .right_fix_connect .right_fix_box:last-child {
    margin-bottom: 0;
}
.right_fix .right_fix_connect .right_fix_box img {
    width: 24px;
    height: 24px;
    margin: 12px;
}
.right_fix .right_fix_connect .right_fix_box img.active{
    display: none;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_top img{
    width: 18px;
    height: 10px;
    margin: 10px 15px 0;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_title {
    margin-top: 4px;
    color: #666666;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_title.right_fix_box_title_mobile{
    display: none;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    height: 48px;
    position: absolute;
    right: 58px;
    top: 0;
    background: var(--c);
    padding: 10px;
    border-radius: 4px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-size: 14px;
    color: var(--cw);
    line-height: 28px;
    white-space: nowrap;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect .right_fix_box_connect_arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--c);
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    top: 14px;
}
.right_fix .right_fix_connect .right_fix_box:hover img.normal{
    display: none;
}
.right_fix .right_fix_connect .right_fix_box:hover img.active{
    display: inline-block;
}
.right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_title{
    color: var(--c);
}
.right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_connect {
    display: block;
}

@media only screen and (max-width: 768px) {
    .right_fix{
        width: 100%;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    }
    .right_fix .right_fix_connect{
        display: flex;
    }
    .right_fix .right_fix_connect .right_fix_box {
        width: 20%;
        height: 56px;
        margin-bottom: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_connect{
        display: none;
    }
    .right_fix .right_fix_connect .right_fix_box .right_fix_box_title.right_fix_box_title_mobile{
        display: block;
    }
    .right_fix .right_fix_connect .right_fix_box img{
        margin: 5px 0 0;
    }
    .right_fix .right_fix_connect .right_fix_box.right_fix_top img{
        margin: 15px 15px 5px;
    }
}


/*弹窗*/
.popover_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}
.popover{
    width: 80%;
    max-width: 1000px;
    padding: 30px var(--wpt5);
    background: #F8F8F8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popover .popover-close{
    float: right;
    cursor: pointer;
}
.popover .popover-title{
    font-weight: bold;
    font-size: 26px;
    color: var(--c);
}
.popover .popover-line{
    width: 100%;
    height: 4px;
    background: var(--c);
    margin-top: 10px;
}
.popover .popover-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.popover .popover-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popover .popover-form .popover-item{
    width: 32%;
    margin-top: 20px;
}
.popover .popover-form .popover-item .popover-item-title{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.popover .popover-form .popover-item .popover-item-title span{
    color: var(--c);
}
.popover .popover-form .popover-item .popover-item-input{
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    outline: none;
    padding-left: 14px;
    background: transparent;
}
.popover .popover-form .popover-content{
    width: 100%;
}
.popover .popover-form .popover-content .popover-item-content{
    width: 100%;
    height: 300px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    outline: none;
    resize: none;
    padding: 10px 14px;
    font-size: 16px;
    background: transparent;
}
.popover .popover-form .popover-item .popover-item-input::placeholder,
.popover .popover-form .popover-item .popover-item-content::placeholder{
    color: #999999;
}
.popover .popover-form .popover-btn {
    width: 100%;
    margin-top: 14px;
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .popover .popover-title{
        font-size: 22px;
    }
    .popover .popover-line{
        margin-top: 8px;
    }
    .popover .popover-desc{
        font-size: 15px;
        margin-top: 30px;
    }
    .popover .popover-form{
        margin-top: 10px;
    }
    .popover .popover-form .popover-item{
        margin-top: 10px;
    }
    .popover .popover-form .popover-item .popover-item-title{
        font-size: 15px;
        margin-bottom: 8px;
    }
    .popover .popover-form .popover-item .popover-item-input{
        font-size: 15px;
    }
    .popover .popover-form .popover-content .popover-item-content{
        height: 240px;
        font-size: 15px;
    }
    .popover .popover-form .popover-btn{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .popover .popover-title{
        font-size: 18px;
    }
    .popover .popover-line{
        margin-top: 6px;
    }
    .popover .popover-desc{
        font-size: 14px;
        margin-top: 20px;
    }
    .popover .popover-form{
        margin-top: 0;
    }
    .popover .popover-form .popover-item{
        margin-top: 10px;
    }
    .popover .popover-form .popover-item .popover-item-title{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .popover .popover-form .popover-item .popover-item-input{
        font-size: 14px;
    }
    .popover .popover-form .popover-content .popover-item-content{
        height: 200px;
        font-size: 14px;
    }
    .popover .popover-form .popover-btn{
        margin-top: 6px;
    }
}



.pagination {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 40px;
}
.page-link {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #999999;
    background: #FFFFFF;
    color: #666666;
    text-align: center;
    line-height: 38px;
    margin: 0 4px;
}

.page-item.disabled .page-link {
    background: #E5E5E5;
    cursor: no-drop;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: var(--c);
    border-color: var(--c);
}
.page-item.prev .page-link::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-item.prev.disabled .page-link::after{
    border-right-color: #FFFFFF;
}
.page-item.next .page-link::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-item.next.disabled .page-link::after{
    border-right-color: #FFFFFF;
}

.page-link:hover{
    border-color: var(--c);
    color: var(--c);
}
.page-item.prev.disabled .page-link:hover,
.page-item.next.disabled .page-link:hover{
    border-color: #999999;
    color: #666666;
}