.custom_head {
    position: relative;
    width: 100%;
    height: 5.8rem;
    overflow: hidden;
}

.custom_head_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_head_hover {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1.16rem;
}

.custom_head_p1 {
    display: table;
    padding: 0.12rem 0.3rem;
    background-color: rgba(255, 255, 255, .78);
    font-size: 24px;
    line-height: 36px;
    color: #555555;
    margin-bottom: 0.2rem;
}

.custom_head_p2 {
    font-size: 40px;
    color: #F7F3FF;
    line-height: 60px;
    margin-bottom: 0.12rem;
}

.custom_head_p3 {
    font-size: 68px;
    color: #F7F3FF;
    line-height: 72px;
}

/*  */

.nums {
    width: 100%;
    height: 1.5rem;
    background: #F9FAFB;
}

.nums_cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nums_p1 {
    font-size: 40px;
    color: #2E3133;
    font-weight: bold;
    margin-bottom: 4px;
}

.nums_p1 .nums_s2 {
    display: inline-block;
    transform: translateY(-14px);
    margin-left: 4px;
}

.nums_p2 {
    color: #2E3133;
    font-size: 24px;
}

/*  */

.customOne {
    width: 1200px;
    margin: 0 auto;
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
}

.customOne_left {
    width: 7.3rem;
    font-size: 20px;
    color: #2E3133;
    line-height: 36px;
    margin-right: 0.3rem;
}

.customOne_right {
    width: 4.38rem;
    height: 3.2rem;
}

.customOne_right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*  */

.videos {
    padding-bottom: 0.6rem;
}

.videos_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.videos_item {
    flex: 1;
    padding: 0.4rem 0.3rem 0;
    height: 4.5rem;
    border-radius: 8px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid transparent;
}

.videos_item:hover {
    box-shadow: 0px 0px 17px 0px rgba(225, 231, 236, 0.54);
    border: 1px solid #E1E7EC;
    background-color: white;
}

.videos_item:hover .videos_img {
    background: #F5CC2A;
}

.videos_img {
    width: 1.12rem;
    height: 1.12rem;
    background: #FFFFFF;
    border: 1px solid #E1E7EC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.4rem;
    transition: 0.5s;
}

.videos_img img {
    width: 0.56rem;
    object-fit: contain;
}

.videos_p1 {
    font-size: 24px;
    color: #2E3133;
    line-height: 36px;
    margin-bottom: 0.2rem;
}

.videos_p2 {
    font-size: 16px;
    color: rgba(67, 72, 76, 0.7);
    line-height: 25px;
    text-align: center;
}

/*  */

.core {
    width: 100%;
    background-image: url('../image/xt23.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 0.6rem;
}

.core_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.core_item {
    width: 48.7%;
    background-color: white;
    background-image: url('../image/xt07.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.4rem 0.3rem;
    margin-right: 0.3rem;
}

.core_item:nth-of-type(2n) {
    margin-right: 0;
}

.core_p1 {
    font-size: 24px;
    color: #2E3133;
    line-height: 36px;
    margin-bottom: 0.38rem;
}

.core_text {
    display: flex;
}

.core_img {
    width: 1.12rem;
    min-width: 1.12rem;
    margin-right: 0.34rem;
}

.core_img img {
    width: 100%;
    object-fit: contain;
}

.core_p2 {
    font-size: 16px;
    color: #43484C;
    line-height: 25px;
}

/*  */

.process_top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.process_top_img {
    width: 1.43rem;
    margin-bottom: 0.1rem;
}

.process_top_img img {
    width: 100%;
    object-fit: contain;
}

.process_top_p1 {
    height: 0.45rem;
    overflow: hidden;
    font-size: 18px;
    color: #2E3133;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process_top_right {
    width: 0.26rem;
    height: 0.26rem;
    object-fit: contain;
    margin-top: 1.6rem;
}

/*  */

.process {
    padding-bottom: 0.6rem;
}

.process_bottom {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.process_bottom_item {
    width: 50%;
    padding: 0.4rem 0.3rem 0.2rem 0.3rem;
    box-shadow: 0px 0px 17px 0px rgba(225, 231, 236, 0.54);
    border: 1px solid #E1E7EC;
    background: #FFFFFF;
}

.process_bottom_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.process_bottom_p1 {
    font-size: 24px;
    color: #2E3133;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.process_bottom_p1 span {
    display: inline-block;
    color: #43484C;
    font-size: 16px;
    line-height: 25px;
    margin-left: 0.16rem;
}

.process_bottom_p2 {
    display: table;
    background: rgba(236, 240, 245, .5);
    border-radius: 30px;
    font-size: 18px;
    color: #2E3133;
    padding: 0.11rem 0.26rem;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
}

/*  */

.system {
    background-color: #F8F9FA;
    padding-bottom: 0.3rem;
}

.system_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.system_item {
    width: 5.85rem;
    height: 2.03rem;
    padding: 0.2rem 0.3rem;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px 0px rgba(225, 231, 236, 0.54);
    border-radius: 4px;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

.system_item:nth-of-type(2n) {
    margin-right: 0;
}

.system_item:nth-of-type(n+3) {
    height: 3.03rem;
}

.system_left {
    margin-right: 0.1rem;
}

.system_p1 {
    font-size: 24px;
    color: #2E3133;
    margin-bottom: 0.15rem;
}

.system_p2 {
    font-size: 16px;
    color: rgba(67, 72, 76, 0.7);
}

/*  */

.share {
    width: 100%;
    padding-bottom: 0.6rem;
    overflow: hidden;
}

.share_cont {
    width: 1200px;
    margin: 0 auto;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
}

.product_item {
    padding: 0 0.26rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    border: 1px solid rgba(46, 49, 51, .8);
    font-size: 18px;
    color: #2E3133;
    margin-right: 0.3rem;
    cursor: pointer;
}

.product_item:last-of-type {
    margin-right: 0;
}

.product_item.on {
    background: #EECE50;
    border: 1px solid #EECE50;
}

.share_banner {
    width: 100%;
    position: relative;
}

.share_img {
    width: 100%;
}

.share_img img {
    width: 100%;
    object-fit: contain;
}

.share_banner .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.share_banner .swiper-slide {
    opacity: .3;
    transition: 0.5s;
}

.share_banner .swiper-container {
    overflow: inherit;
}

.share_banner .swiper-button-next,
.share_banner .swiper-button-prev {
    opacity: 0;
    display: none;
}

.share_banner .product_next,
.share_banner .product_prev {
    width: 0.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.share_banner .product_next {
    right: -0.9rem;
}

.share_banner .product_prev {
    left: -0.9rem;
}

.share_banner .swiper-pagination {
    display: none;
}

/* 钰米系统 */

.systematic {
    background-color: #F8F9FA;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.25rem;
}

.systematic .product_item {
    font-size: 17px;
    position: relative;
}

.systematic .product_item.on::after {
    content: "";
    border: 0.1rem solid white;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    transform: rotate(45deg) translateX(-50%);
    box-shadow: 0px -3px 17px 0px rgb(225 231 236 / 54%);
    position: absolute;
    bottom: -0.55rem;
    left: 50%;
}

.systematic .product_list {
    margin-bottom: 0.37rem;
}

.systematic_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.systematic_img {
    width: 3.74rem;
    min-width: 3.74rem;
    margin-right: 0.24rem;
    margin-top: 0.78rem;
}

.systematic_img img {
    width: 100%;
    object-fit: contain;
}

.systematic_item {
    /* display: flex; */
    min-height: 3.66rem;
    flex-wrap: wrap;
    box-shadow: 0px 0px 17px 0px rgba(225, 231, 236, 0.54);
    border: 1px solid #E1E7EC;
    padding: 0.4rem 0.4rem 0.14rem 0.4rem;
    display: none;
}

.systematic_item.on {
    display: flex;
}

.systematic_item_text {
    width: 33%;
    margin-bottom: 0.26rem;
}

.systematic_p1 {
    font-size: 16px;
    color: #2E3133;
    line-height: 24px;
    font-weight: bold;
}

.systematic_p2 {
    font-size: 14px;
    color: #43484C;
    line-height: 25px;
}

/*  */

.sales {
    padding-bottom: 0.6rem;
}

.sales_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.custom_item {
    width: 33%;
    height: 3rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px 0px rgba(225, 231, 236, 0.54);
    border: 1px solid #E1E7EC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    padding: 0 0.5rem;
    text-align: center;
}

.custom_item:hover {
    background: #F5CC2A;
}

.custom_item:hover .custom_img {
    background-color: #2E3133;
}

.custom_img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    overflow: hidden;
    background: #F5CC2A;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.custom_p1 {
    font-size: 24px;
    color: #2E3133;
    line-height: 36px;
    margin-bottom: 0.13rem;
}

.custom_p2 {
    font-size: 16px;
    color: rgba(67, 72, 76, 0.7);
    line-height: 25px;
}

/*  */

/*  */

.partner {
    padding-bottom: 0.22rem;
    background-color: #F8F9FA;
}

.partner_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.partner_item {
    width: 1.16rem;
    height: 1.16rem;
    overflow: hidden;
    margin-right: 0.38rem;
    margin-bottom: 0.38rem;
}

.partner_item:nth-of-type(8n) {
    margin-right: 0;
}

.partner_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner_bottom {
    width: 1200px;
    height: 0.8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../image/xt23.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    color: #2E3133;
}

/*  */

.use_cont {
    width: 1200px;
    margin: 0 auto;
}

.use_title {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.use_item:nth-of-type(n+1) .use_list {
    justify-content: flex-start;
}

.use_item:nth-of-type(n+1) .use_li {
    margin-right: 14%;
}

.use_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.use_li .use_img {
    position: relative;
}

.use_li:last-of-type .use_img::after {
    display: none;
}

.use_li .use_img::after {
    content: "";
    width: 0.26rem;
    height: 0.26rem;
    background-image: url('../image/xt30.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    right: -0.82rem;
    top: 50%;
    transform: translateY(-50%);
}

.use_p1 {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #F5CC2A;
    overflow: hidden;
    font-size: 18px;
    color: #2E3133;
    text-align: center;
    line-height: 0.6rem;
    margin-right: 0.2rem;
}

.use_p2 {
    font-size: 24px;
    color: #2E3133;
}

.use_p3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0.3rem;
}

.swiper_img img {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .nums {
        height: auto;
    }

    .nums_cont {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .nums_item {
        margin: 0.3rem 0;
    }

    .videos_cont {
        width: 90%;
    }

    .videos_item {
        width: 50%;
        height: auto;
        flex: none;
        margin-bottom: 0.1rem;
        padding: 0.4rem 0.1rem 0.5rem;
    }

    .product_list {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product_item {
        margin-right: 0;
        width: 100%;
        height: 0.5rem;
        margin-bottom: 0.2rem;
    }

    .custom_item {
        width: 100%;
    }

    .partner {
        width: 100%;
    }

    .partner .partner_list {
        width: 90%;
    }


    .partner_item {
        margin-right: 8.9%;
        width: 27%;
        height: auto;
    }

    .partner_item:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .partner_item:nth-of-type(8n) {
        margin-right: 29px;
    }

    /*  */

    .custom_head_hover {
        width: 90%;
        height: auto;
        padding-top: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .custom_head_p2 {
        font-size: 30px;
        line-height: 1.6;
    }

    .custom_head_p3 {
        font-size: 30px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    /*  */

    .customOne {
        width: 90%;
        flex-direction: column-reverse;
    }

    .customOne_left {
        width: 100%;
        margin-right: 0;
        margin-top: 0.3rem;
    }

    .customOne_img {
        width: 100%;
    }

    .customOne_img img {
        width: 100%;
    }

    /*  */

    .core_cont {
        width: 90%;
    }

    .core_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }

    /*  */

    .process_top,
    .process_bottom {
        width: 90%;
        flex-direction: column;
    }

    .process_top_img {
        margin-left: auto;
        margin-right: auto;
    }

    .process_top_p1 {
        height: auto;
    }

    .process_top_right {
        margin: 0.2rem auto;
        transform: rotate(90deg);
    }

    .process_bottom_item {
        width: 100%;
        margin: 0 auto 0.2rem;
    }

    /*  */

    .system_cont {
        width: 90%;
        flex-direction: column;
    }

    .system_item {
        width: 100%;
        margin: 0 auto 0.2rem;
        height: auto !important;
        flex-direction: column;
    }

    /*  */

    .share_cont {
        width: 90%;
    }

    .share .product_list {
        justify-content: space-between;
    }

    .share .product_item {
        width: 45%;
    }

    /*  */

    .systematic_cont {
        width: 90%;
        flex-direction: column;
    }

    .systematic_img {
        margin: 0 auto;
        margin-bottom: .3rem;
    }

    .systematic .product_item.on::after {
        display: none;
    }

    .systematic_item {
        justify-content: space-between;
        padding: 0.4rem 0.2rem;
    }

    .systematic_item_text {
        width: 49%;
    }

    /*  */

    .sales_cont {
        width: 90%;
    }

    /*  */

    .partner_bottom {
        width: 90%;
        padding: 0 0.2rem;
        flex-direction: column;
        text-align: center;
        line-height: 1.6;
    }

    /*  */

    .use_cont {
        width: 90%;
    }

    .use_list {
        flex-direction: column;
    }

    .use_img {
        width: 100%;
    }

    .use_li .use_img::after {
        display: none;
    }

    .use_li {
        margin-bottom: 0.3rem;
    }

    .use_img img {
        max-width: 100%;
    }
}