/* page style  */
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon>* {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}






.FotorFrame {
    position: fixed !important
} 
.weui-desktop-online-faq__wrp {
    top: 304px !important;
    bottom: unset !important
}

.weui-desktop-online-faq__wrp .weui-desktop-online-faq__switch {
    width: 38px !important
} 
.ours-select {
    position: relative
}

.ours-select .selection-item {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 32px 0 10px;
    position: relative
}

.ours-select .selection-item .arrow-svg {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.ours-select .selection-item .arrow-svg path {
    transition: all .3s
}

.ours-select .selection-item .arrow-fold::before {
    right: 50%;
    top: 75%;
    transform: rotate(45deg)
}

.ours-select .selection-item .arrow-fold::after {
    left: 50%;
    top: 75%;
    transform: rotate(-45deg)
}

.ours-select .selection-item .arrow-unfold::before {
    right: 50%;
    top: 25%;
    transform: rotate(-45deg)
}

.ours-select .selection-item .arrow-unfold::after {
    left: 50%;
    top: 25%;
    transform: rotate(45deg)
}

.ours-select .selector {
    top: 0;
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    background: #f7f7f7
}

.ours-select .selector:focus {
    outline: none
}

.ours-select .selector.z-index {
    z-index: 9999999999999;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .14)
}

.ours-select .selector .select-dropdown {
    transition: all .2s
}

.ours-select .selector .select-dropdown.unfold {
    max-height: 252px;
    overflow-y: auto;
    z-index: 9999999
}

.ours-select .selector .select-dropdown.fold {
    max-height: 0px;
    overflow-y: hidden
}

.ours-select .option-wrapper {
    cursor: pointer;
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 32px 0 10px
}

.ours-select .option-wrapper:hover {
    background: #fff
}

.ours-select .seleted {
    background: #e6f4ff
}

.ours-select .option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none
} 

/* diy style */

/* img banner auto */
.el-carousel__container{
    height: auto;
}
.el-carousel__item{
    position: relative;
}

/* .el-carousel__container */
/* height */
@media (max-width: 1234px) { 
    .about h1,
    .goods h1,
    .news h1,
    .content .title
    {
        font-size: 40px !important;
    }
    .content .section .menu .item{
        font-size: 20px !important;
    }
    /* index s */
    .goods,
    .news .content,
    .about .content,
    .news,.about,
    .header .content[data-v-6f4f389f]{
        width: 1000px !important;
        margin: auto;
    }
    .about .content img[data-v-48ac734d]{
        width: 500px;
    }
    .news .content .left{
        width: 600px !important;
    }
    .news .content img[data-v-48ac734d]{
        width: 393px;
        object-fit: cover;
        border-radius: 0rem 1rem 1rem 0rem;
    }
    .fr{
        float: left;
    }
    .goods .list[data-v-48ac734d]{
        justify-content: center;
    }
    .goods .list .item[data-v-48ac734d]{
        width: 25%;
        height: 210px;
        margin: 0rem 0.5rem;
    }
    /* index e */
    /* product s */
    .content[data-v-1e32a220]{
        width: 1000px !important;
    }
    .content .section .menu[data-v-1e32a220]{
        width: 257px;
    }
    .content .section .text[data-v-1e32a220]{
        padding: 0rem 1rem;
        width: calc(717px - 2rem);
    }
    .content .section .text img[data-v-1e32a220]{
        width: 100%;
        object-fit: cover;
    }
    /* product e */
    /* news s */
    .content[data-v-0c8ba472],
    .content .list[data-v-0c8ba472]{
        width: 1000px;
    }
    /* about */
    .content[data-v-36207a57]{
        width: 1000px;
    }
    .content .about .text[data-v-36207a57]{
        width: 593px;
    }
    .content .about img[data-v-36207a57]{
        width: 407px;
        object-fit: cover;
        border-radius: 1rem 0rem 0rem 1rem;
    }
    .content .contact .item[data-v-36207a57]{
        width: 500px;
    }
    /* detail */
    .news-detail h1[data-v-33f9739c]{
        font-size: 35px;
    }
    .news-detail[data-v-33f9739c]{
        width: 1000px;
    }
}

@media (max-width: 1100px) { 

    /* index s */
    .goods,
    .news .content,
    .about .content,
    .news,.about,
    .header .content[data-v-6f4f389f]{
        width: 800px !important;
        margin: auto;
    }
    .news .content .left{
        width: 500px !important;
    }
    .news .content img[data-v-48ac734d]{
        width: 293px;
        object-fit: cover;
    }
    .about .content img[data-v-48ac734d]{
        width: 360px;
    }
    .fr{
        float: left;
    }
    .goods .list[data-v-48ac734d]{
        justify-content: center;
    }
    .goods .list .item[data-v-48ac734d]{
        width: 25%;
        height: 210px;
        margin: 0rem 0.5rem;
    }
    /* index e */
    /* product s */
    .content[data-v-1e32a220]{
        width: 800px !important;
    }
    .content .section .menu[data-v-1e32a220]{
        width: 157px;
    }
    .content .section .text[data-v-1e32a220]{
        padding: 0rem 1rem;
        width: calc(617px - 2rem);
    }
    /* product e */
    /* news s */
    .content[data-v-0c8ba472],
    .content .list[data-v-0c8ba472]{
        width: 800px;
    }
    /* about */
    .content[data-v-36207a57]{
        width: 800px;
    }
    .content .about .text[data-v-36207a57]{
        width: 493px;
    }
    .content .about img[data-v-36207a57]{
        width: 307px;
        object-fit: cover;
    }
    .content .contact .item[data-v-36207a57]{
        width: 400px;
    }
    /* detail */
    .news-detail h1[data-v-33f9739c]{
        font-size: 30px;
    }
    .news-detail[data-v-33f9739c]{
        width: 800px;
    }
    /* other */
    .about h1,
    .goods h1,
    .news h1,
    .content .title
    {
        font-size: 30px !important;
    }
    .content .section .menu .item{
        font-size: 18px !important;
    }
    .header .content[data-v-6f4f389f]{
        width: 100% !important;
    }
    .header .content .navigator[data-v-6f4f389f]{
        margin-left: 5px !important;
    }
}


@media (max-width: 888px) { 

    /* index s */
    .goods,
    .news .content,
    .about .content,
    .news,.about,
    .header .content[data-v-6f4f389f]{
        width: 600px !important;
        margin: auto;
    }
    .about .content .profile[data-v-48ac734d]{
        padding: 1.2rem;
    }
    .news .content .left{
        width: 337px !important;
    }
    .news .content img[data-v-48ac734d]{
        width: 263px;
        object-fit: cover;
    }
    .about .content img[data-v-48ac734d]{
        width: 260px;
    }
    .fr{
        float: left;
    }
    .goods .list[data-v-48ac734d]{
        justify-content: center;
    }
    .goods .list .item[data-v-48ac734d]{
        width: 25%;
        height: 210px;
        margin: 0rem 0.5rem;
    }
    /* index e */
    /* product s */
    .content[data-v-1e32a220]{
        width: 600px !important;
    }
    .content .section .menu[data-v-1e32a220]{
        width: 120px;
    }
    .content .section .text[data-v-1e32a220]{
        padding: 0rem 1rem;
        width: calc(400px - 2rem);
    }
    /* product e */
    /* news s */
    .content[data-v-0c8ba472],
    .content .list[data-v-0c8ba472]{
        width: 600px;
    }
    /* about */
    .content[data-v-36207a57]{
        width: 600px;
    }
    .content .about .text[data-v-36207a57]{
        width: 393px;
    }
    .content .about img[data-v-36207a57]{
        width: 207px;
        object-fit: cover;
    }
    .content .contact .item[data-v-36207a57]{
        width: 300px;
    }
    /* detail */
    .news-detail h1[data-v-33f9739c]{
        font-size: 30px;
    }
    .news-detail[data-v-33f9739c]{
        width: 600px;
    }
    /* other */
    .about h1,
    .goods h1,
    .news h1,
    .content .title
    {
        font-size: 30px !important;
    }
    .content .section .menu .item{
        font-size: 18px !important;
    }
    .header .content[data-v-6f4f389f]{
        width: 100% !important;
    }
    .header .content .navigator[data-v-6f4f389f]{
        margin-left: 5px !important;
    }
    .header .content .navigator a[data-v-6f4f389f]{
        width: 100px;
    }
}

@media (max-width: 678px) { 
    /* index */
    .goods .list[data-v-48ac734d],
    .about .content[data-v-48ac734d]{
        flex-wrap: wrap;
    }
    .goods[data-v-48ac734d],
    .about[data-v-48ac734d],
    .news[data-v-48ac734d]{
        width: 100% !important;
    }
    .goods .list .item[data-v-48ac734d]{
        width: 100%;
        margin: 1rem;
    }
    .about .content[data-v-48ac734d]{
        width: calc(100% - 2rem) !important;
        padding: 0rem 1rem;
    }
    .about .content .profile[data-v-48ac734d]{
        background: #60b1b4;
        border-radius: 0rem 0rem 1rem 1rem;
    }
    .about .content[data-v-48ac734d]{
        height: auto;
        background: none;
    }
    .about .content img[data-v-48ac734d]{
        border-radius: 1rem 1rem 0rem 0rem;
        width: 100%;

    }
    .about .content .profile[data-v-48ac734d],
    .news .content .left[data-v-48ac734d]
    {
        width: 100% !important;

    }
    .news .content .left[data-v-48ac734d]{
        height: auto;
        padding-bottom: 2rem;
    }
    .news .content img[data-v-48ac734d]{
        width: 100% !important;
        border-radius: 0rem 0rem 1rem 1rem;
    }
    .news .content[data-v-48ac734d]{
        height: auto;
        width: calc(100% - 2rem) !important;
    }
    .about .content .profile a[data-v-48ac734d], .about .content .profile p[data-v-48ac734d]{
        font-size: 17px;
    }
    .news .content[data-v-48ac734d]{
        border-radius: 1rem;
    }
    /* product */ 
    .content .section .menu[data-v-1e32a220]{
        width: 100% !important;
    }
    .content[data-v-1e32a220]{
        width: calc(100% - 2rem) !important;
        padding: 0rem 1rem;
    }
    .content .section .text[data-v-1e32a220]{
        width: 100%;
        padding: 1rem 0rem;
    }
    .content .section .text p[data-v-1e32a220]{
        font-size: 17px;
    }
    /* news */
    .content[data-v-0c8ba472], .content .list[data-v-0c8ba472]{
        width: calc(100% - 2rem);
        padding: 1rem;
    }
    .content .list .block .detail[data-v-0c8ba472]{
        width: calc(100% - 100px); 
    }
    /* about */
    .content[data-v-36207a57],
    .content .about[data-v-36207a57]{
        width: 100% !important;
    }
    .content[data-v-36207a57]{
        width: calc(100% - 2rem) !important;
        padding: 0rem 1rem;
    }    
    .content .about img[data-v-36207a57]{
        width: 100% !important;
        height: auto;
        border-radius: 1rem 1rem 0rem 0rem;
    }
    .content .about .text[data-v-36207a57]{
        background: #60b1b4;
        width: 100%;
        border-radius: 0rem 0rem 1rem 1rem;
        font-size: 1rem;
    }
    .content .contact .item.fl[data-v-36207a57],
    .content .contact .item.fr[data-v-36207a57]{
        width: 100% !important;
        padding-left: 2rem;
        padding-right: 0rem;
    }
    /* detail  */
    .news-detail[data-v-33f9739c]{
        width: calc(100% - 2rem) !important;
        padding: 0rem 1rem;
    }
    .news-detail h1[data-v-33f9739c]:after{
        width: 100%;
    }
    /* other */
    .header .content .navigator[data-v-6f4f389f]{
        /* display: none; */
        position: absolute;
        top: 0px;
        right: 8px;
    }
    .footer .navigator a[data-v-de726432]{
        font-size: 1rem;
    }
    .mask .login-box[data-v-6f4f389f]{
        width: calc(100% - 4rem) !important;
        padding: 2rem 1rem;
    }
    .header .content a[data-v-6f4f389f], .header .content img[data-v-6f4f389f]{
        height: auto;
        width: auto;
    }
    .header .content a[data-v-6f4f389f], .header .content img[data-v-6f4f389f]{
        width: 8rem;
        object-fit: cover;
        margin-left: 0.25rem;
    }
    .header .content .navigator a[data-v-6f4f389f],
    .header .content[data-v-6f4f389f],
    .header[data-v-6f4f389f]{
        height: auto;
    }
    .header .content .navigator a.router-link-exact-active[data-v-6f4f389f]{
        font-size: 15px;
    }
    .header .content .navigator a[data-v-6f4f389f]{
        width: auto !important;
        padding: 1.2rem 0rem;
        margin: 0rem 0.25rem;
    }
    .header .content .navigator a.router-link-exact-active[data-v-6f4f389f]:after{
        width: 100%;
    }
    .header .content[data-v-6f4f389f]{
        height: 5rem;
    }
}



@media (max-width: 765px) {
    .header .login[data-v-6f4f389f]{
        bottom: 1rem;
        right: 1rem;
        top: unset;
        left: unset;
        position: fixed;
        border-radius: 50%;
        background: #1b3783;
        padding: 0.5rem;
        width: 1.8rem;
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 14px;
        text-align: center;
        color: #fff;
        transform: unset;
    }
}
 
.swiper-pagination {
    bottom: 10px; /* 指示器位置 */
    text-align: center;
}
.swiper-container {
    width: 100%;
    height: 100vh; /* 高度自适应为视口高度 */
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; /* 背景图片覆盖 */
    background-position: center; /* 背景居中 */
}
.swiper-slide img{
    height: auto;
    width: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    display: block;
    opacity: .48;
    width: 36px !important;
    height: 3px !important;
    background-color: #fff !important;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0px !important;
}

/* index */
.content .left .item:nth-child(1){
    border-bottom: 1px dashed #979797;
}
.content .left .button{
    width: 122px;
    height: 40px;
    border-radius: 28px;
    border: 1px solid #1d1d1d;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #1d1d1d;
    cursor: pointer;
    display: block;
}

/* nextpage */
.pager{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    line-height: 2rem;
}
.pager li{
    margin: 0 5px;
    background-color: #000000;
    color: #fff;
    min-width: 30px;
    border-radius: 2px;
    display: block;
    width: 2rem;
}
.pager li span{
    color: #8f8f8f;
    font-size: 1rem !important;
    min-width: auto !important;
    line-height: 2rem !important;
}
.pager li a{
    color: #fff;
} 

.mask .login-box .submit{
    width: 80px !important;
    height: 32px;
    background: #0080ff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin: 1rem auto !important;
}

.news-detail img{
    max-width: 100%;
}

/*about*/
.flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.code img{
    width: 100%;
    max-width: 15rem;
}
.code p{
    margin: 0.5rem;
    text-align: center;
}
.text-center{
    text-align: center;
}
.text-center-top{
    text-align: center;
    padding: 0rem !important;
}