

/*显示导航栏 开始*/
.myHeader {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100px;
    transition: 0.4s;
}

.navigation {
    margin: 0 auto;
    width: 1200px;
}
.head-white {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
}

    .head-white .navigation-left a {
        color: #000000;
    }
    .head-white .navigation-centent a {
        color: #000000;
    }

    .head-white .navigation-right {
        color: #000000;
    }

 #submenu {
    width: 100%;
    height: 430px;
    background-color: #fff;
    transition: 0.3s;
}
#submenu .navigation-left a {
        color: #000000;
  }

.navigation-main {
    width: 100%;
    position: relative;
}
#submenu .navigation-left .boeelike-logo {
    width: 114px;
    height: 21px;
    background: url("../picture/boeelikeLogo.png");
}

#submenu .navigation-left .toysshow-logo {
    width: 57px;
    height: 54px;
    background: url("../picture/toyshowLogo.png");
}
.navigation-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    width: 194px;
    margin-top: 20px;
}

    .navigation-left a {
        text-decoration: none;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        position: relative;
        transition: 0.3s;
    }
    .navigation-left .boeelike-logo {
        width: 114px;
        height: 21px;
        background: url("../picture/boeelikeLogo-white.png");
    }

    .navigation-left .toysshow-logo {
        width: 57px;
        height: 54px;
        background: url("../picture/toyshowLogo-white.png");
    }

    .navigation-left .boeelike-logo.active {
        width: 114px;
        height: 21px;
        background: url("../picture/boeelikeLogo.png");
    }

    .navigation-left .toysshow-logo.active {
        width: 57px;
        height: 54px;
        background: url("../picture/toyshowLogo.png");
    }

    .navigation-left a span {
        letter-spacing: 2.4px;
        margin-top: 7px;
    }


.navigation-centent {
    margin-left: 350px;
    margin-top:35px;
    cursor: pointer;
    position: absolute;
    left: 20%;
}

    .navigation-centent ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .navigation-centent a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
    }

    .navigation-centent .menu-list {
        display: flex;
    }

        .navigation-centent .menu-list .menu-item {
            position: relative;
            padding:0 23px;
        }

            .navigation-centent .menu-list .menu-item .txt {
                position: relative;
            }

                .navigation-centent .menu-list .menu-item .txt::after {
                    display: block;
                    content: "";
                    height: 4px;
                    width: 100%;
                    position: absolute;
                    bottom: -5px;
                    left: 0px;
                    background: #194ac3;
                    opacity: 1;
                    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
                    transform-origin: 50% 0%;
                    transform: scale(0,1);
                }

            .navigation-centent .menu-list .menu-item:hover .txt::after {
                transform: scale(1,1);
            }

            .navigation-centent .menu-list .menu-item:hover .sub-list {
                display: block;
                transition: 0.3s;
            }

            .navigation-centent .menu-list .menu-item .sub-list {
                text-align: center;
                position: absolute;
                width: 160px;
                left: 50%;
                margin-left: -80px;
                display: none;
                line-height: 45px;
                padding-top: 20px;
            }
                .navigation-centent .menu-list .menu-item .sub-list li a:hover {
                    opacity: 1;
                }

                .navigation-centent .menu-list .menu-item .sub-list li a {
                    opacity: 0.7;
                }

    .navigation-centent:hover a {
        color: #000000;
        transition: 0.3s;
    }

    .navigation-centent:hover + .navigation-right {
        transition: 0.3s;
        color: #333333;
    }

.navigation-right {
    float: right;
    color: #fff;
    font-size: 18px;
    margin-top: 35px;
}

/*显示导航栏 结束*/

/*轮播图 开始*/
/*        .banner:hover{
            -moz-opacity:0.68 !important; filter:alpha(opacity=68); opacity: 0.68;  _-moz-opacity:0.68;
        }     
*/
.swiper {
   width: 100%;
   height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    .swiper-slide :hover {
        opacity: 0.8;
        cursor: pointer;
        transition: 0.5s;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.6;
}

.banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
    width: 30px;
    opacity: 1;
}


.banner1 .swiper-scrollbar-drag {
    background: #2589ff;
}

#swiper-scrollbar1 {
    width: 10%;
    height: 6px;
    left: 45%;
    position: relative;
    margin-top: 40px;
}

/*轮播图中间文字 开始*/
.carouselText {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 46%;
}

.carouselTexts {
    width: 840px;
    margin: 0 auto;
}

.carouselText .carouselTxtUp {
    margin: 0px 0px 0px 10px;
    font-size: 2.875rem;
    color: #ffffff;
}

.carouselText .carouselTxtDown {
    margin: 10px 0px 0px 120px;
    font-size: 24px;
    color: #ffffff;
}
/*轮播图中间文字 结束*/

/*轮播图 结束*/
.bigTitle {
    font-size: 30px;
    color: #1d1d1f;
    font-family: '微软雅黑';
}

.minorTitle {
    margin-top: 20px;
    color: #5a5a5b;
    font-family: '微软雅黑';
    font-size: 16px;
    margin-bottom: 60px;
}

.con-f1 {
    width: 100%;
    height: auto;
    background-color: #fbfbfd;
    padding-bottom: 85px;
}

    .con-f1 .f1-con {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }

    .con-f1 .card {
        /* margin: 0 10px; */
        /* margin-right: 20px; */
    }

    .con-f1 .f1-title {
        width: 1200px;
        text-align: center;
        height: auto;
        margin: 0px auto;
        padding-top: 80px;
    }

        .con-f1 .f1-title .bigTitle {
            font-size: 30px;
        }

        .con-f1 .f1-title .minorTitle {
            font-size: 16px;
            margin-top: 20px;
            color: #5a5a5b;
        }

    .con-f1 .card {
        width: 285px;
        height: auto;
    }

        .con-f1 .card:hover {
            box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
            transition: 0.3s;
        }

        .con-f1 .card .cd-a {
            width: 100%;
            height: 120px;
        }

    .con-f1 .card1 .cd-a {
        background: url('/picture/solution1.png') no-repeat;
    }

    .con-f1 .card2 .cd-a {
        background: url('/picture/solution2.jpg') no-repeat;
    }

    .con-f1 .card3 .cd-a {
        background: url('/picture/solution3.jpg') no-repeat;
    }

    .con-f1 .card4 .cd-a {
        background: url('/picture/solution4.jpg') no-repeat;
    }

    .con-f1 .card .cd-a div:nth-child(1) {
        font-size: 20px;
        color: #ffffff;
        font-family: '微软雅黑';
        font-weight: 550;
        padding-top: 35px;
        padding-left: 18px;
    }

    .con-f1 .card .cd-a div:nth-child(2) {
        font-size: 14px;
        color: #ffffff;
        font-family: '微软雅黑';
        padding-top: 10px;
        padding-left: 18px;
    }

    .con-f1 .hierarchy{
        width: 100%;
        height: 120px;
        background-color: #fff;
        box-sizing: border-box;
    }


        .con-f1 .hierarchy a {
            text-decoration: none;
        }

        .con-f1 .hierarchy img {
            width: 10px;
            height: 10px;
        }

        .con-f1 .hierarchy .title {
            font-size: 16px;
            color: #333333;
            font-weight: bold;
            padding: 25px 0 0 20px;
        }

            .con-f1 .hierarchy .title span {
                padding-left: 5px;
            }

        .con-f1 .hierarchy .text {
            color: #5a5a5b;
            font-size: 14px;
            padding: 12px 0 0 40px;
        }
    .con-f1 .cd-b {
        position: relative;
    }

        .con-f1 .cd-b::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 20px;
            width: 240px;
            border-bottom: 1px solid #e4e4e5;
        }
.card-active{
      background: url('/picture/solution5.jpg') no-repeat;
    }
.card-active1 {
    background: url('/picture/sol1.png') no-repeat;
   
}
.card-active2 {
    background: url('/picture/sol2.png') no-repeat;
}
.card-active3 {
    background: url('/picture/sol3.png') no-repeat;
}
.card-active4 {
    background: url('/picture/sol4.png') no-repeat;
}
    .con-f1 .cd-c {
        position: relative;
    }

        .con-f1 .cd-c::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 20px;
            width: 240px;
            border-bottom: 1px solid #e4e4e5;
        }
    .con-f1 .none {
    display: none !important;
    opacity:0;
}
.con-f1 .hierarchy .none2 {
    display: none !important;
    opacity: 0;
}
.card:hover .none {
    display: block !important; 
    animation: show1 0.5s ease-in forwards;
}
.card:hover .none2 {
    animation: show2 1s ease-in forwards;
    display: block !important;
}
/*.con-f1 .cd-d::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 240px;
    border-bottom: 1px solid #e4e4e5;
}*/
@keyframes show1 {
    from {
        opacity: 0;
        height: 0px;
    }

    to {
        opacity:1;
        height: 120px;
    }
}
@keyframes show2 {
    from {
        opacity: 0;
       
    }

    to {
        opacity: 1;
       
    }
}


/*col3*/
/*--float--*/
.fl, .fr {
    display: inline;
    float: left;
}

.wrapper {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
/*zt_4*/
.zt_4 {
    width: 100%;
    height: auto;
}

    .zt_4 .zt_con_4 {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .zt_4 .zt_con_4 .zt_title {
            display: none;
        }

.zt_con_4 .cuslist {
    width: 100%;
    height: auto;
    border-top: 1px solid #f2f3f5;
    border-left: 1px solid #f2f3f5;
}

.cuslist .cus_li {
    width: 240px;
    height: 100%;
    position: relative;
}

    .cuslist .cus_li .li_1 {
        float: left;
        width: 240px;
        height: 100px;
        box-sizing: border-box;
        border-right: 1px solid #f2f3f5;
        background: #fff;
        padding: 15px 20px;
        border-bottom: 1px solid #f2f3f5;
        cursor: pointer;
        transition: .3s all;
    }

.cus_li .li_1 .img {
    width: 70px;
    height: 70px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: .3s all;
}

.cus_li .li_1 .fs_name {
    font-size: 16px;
    color: #000;
    line-height: 42px;
    margin-left: 20px;
}

.cuslist .cus_li .li_2 {
    float: left;
    width: 240px;
    height: 100px;
    box-sizing: border-box;
    border-right: 1px solid #f2f3f5;
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #f2f3f5;
    cursor: pointer;
    transition: .3s all;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
}

    .cuslist .cus_li .li_2 .top {
        width: 100%;
        height: auto;
    }

.cus_li .li_2 .top .img {
    width: 70px;
    height: 70px;
}

.cus_li .li_2 .top .fs_name {
    font-size: 16px;
    color: #000;
    line-height: 42px;
    margin-left: 20px;
}

.cus_li .li_2 .code {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #515151;
    line-height: 24px;
}

.cuslist .cus_li:hover > .li_2 {
    /*            height: auto;
*/ opacity: 1;
    z-index: 9;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}


.pagingbar {
    display: none;
    margin: 40px 0 0 0;
}

    .pagingbar .blue A {
        width: 80px;
        height: 46px;
        color: #999;
        font-size: 16px;
        line-height: 46px;
        text-align: center;
        display: inline-block;
        border: 1px solid #eeeeee;
        margin: 0 5px;
        background: #fff;
    }





.catelist {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #515151;
}

    .catelist li {
        margin-left: 20px;
        float: left;
        font-weight: normal;
    }

        .catelist li a {
            color: #515151;
        }

            .catelist .first-li, .catelist li a:hover {
                color: #2589ff;
            }

                .catelist .first-li::after {
                    content: '';
                    display: inline-block;
                    background-image: url("../images/down_icn.png");
                    width: 15px;
                    height: 20px;
                    background-repeat: no-repeat;
                    background-position: right 7px;
                    float: right;
                }


/*深耕玩具行业，合作品牌超8000 + 家*/
.nextPart {
    background-color: #fff;
}
.con-f2 {
    width: 100%;
    height: auto;
}
.con-f2 .f2-title {
        width: 1200px;
        text-align: center;
        height: auto;
        margin: 0px auto;
        padding-top: 70px;
    }

.con-f2 .f2-title .bigTitle {
      font-size: 30px;
      }

.con-f2 .f2-title .minorTitle {
      font-size: 16px;
      margin-top: 20px;
      color: #5a5a5b;
        }

.con-f2 .f2-con {
      display:flex;
      flex-wrap:wrap;
      width: 1200px;
      height: auto;
      margin: 0 auto;
      margin-top: 60px;
      border-left: 1px solid #eeeeee;
      border-top: 1px solid #eeeeee;
    }
.con-f2 .f2-con .con-box {
    width: 240px;
    height: auto;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-sizing:border-box;
    padding:20px 0 20px 30px;
    position:relative;
}
.con-f2 .f2-con .con-box{
    display:flex;
    align-items:center;
}
.con-f2 .f2-con .con-box:hover {
   box-shadow: 0 5px 10px rgba(0,0,0,0.1);
   transition: 0.3s;
     }

.con-f2 .f2-con .con-box:hover > img {
  filter: grayscale(0%); 
   transition: 0.3s;
   }

.con-f2 .f2-con .con-box img {
     width: 80px;
     height: 80px;
     margin-right: 10px;
   /*filter: grayscale(100%);  */     
      }

.con-f2 .f2-con .con-box:nth-child(10) img{
    width:80px;
    height:40px
} 
.con-f2 .f2-con .con-box span {
     margin-left: 10px;
     }


.next_sub {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0 80px 0;
    background-color: #fff;
}

.next_sub .box-item {
     display: flex;
     width: 1200px;
     justify-content: space-between;
    }

.next_sub .bom-box {
     display: flex;
     position: relative;
     width: 370px;
     height: 247px;
    }

.next_sub .bom-box:hover {
     cursor: pointer;
    }

.next_sub .bom-box img {
     width: 100%;
     height: 100%;
    }

.next_sub .bom-box a:hover > img {
     filter: brightness(70%);
     transition: 0.6s;
    }

.next_sub .bom-box a {
     color: #fff;
     text-decoration: none;
    }

.next_sub .bom-box span {
     position: absolute;
     right: 36%;
     top: 44%;
     z-index: 13;
     font-size: 24px;
    }

.con-f3 {
    display: flex;
}

    .con-f3 .f3-left {
        width: auto;
        height: auto;
        max-width: 960px;
        max-height: 700px;
        position: relative;
        background-color: #000000;
    }

        .con-f3 .f3-left img {
            width: 100%;
            height: 100%;
            max-width: 100%;
        }

        .con-f3 .f3-left .text {
            position: absolute;
            color: #fff;
            top: 60px;
            left: 360px;
        }

        .con-f3 .f3-left .btn {
            width: 200px;
            height: 50px;
            border: 1px solid #fff;
            position: absolute;
            left: 100px;
            bottom: 60px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            transition: 0.8s;
        }

            .con-f3 .f3-left .btn .arrow {
                width: 47px;
                height: 18px;
                display: flex;
                align-items: center;
                -webkit-animation: move1 2s ease both infinite;
                animation: move1 2s ease both infinite;
                margin-left: 10px;
            }

    .con-f3 .f3-right .text {
        position: absolute;
        color: #fff;
        top: 60px;
        left: 30px;
    }

    .con-f3 .text div {
        font-size: 24px;
        margin-bottom: 30px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .con-f3 .f3-right .fc .text p {
        opacity: 0;
    }

@media screen and (max-width: 1730px) {
    .con-f3 .f3-right .fc .text {
        left: 5px;
        top: 10px;
        transform: scale(0.7);
    }

    .con-f3 .f3-left .text {
        transform: scale(0.8);
    }

    .con-f3 .f3-left .btn {
        transform: scale(0.8);
        margin-left: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .con-f3 .f3-right .fc .text {
        left: 0px;
        top: 5px;
        transform: scale(0.6);
    }

    .con-f3 .f3-left .text {
        transform: scale(0.7);
    }
}

.con-f3 .f3-right .fc .text .arrow {
    width: 0px;
    height: 18px;
    margin-left: 15px;
    -webkit-animation: move1 1s ease both infinite;
    animation: move1 1s ease both infinite;
}

@keyframes move1 {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(0) translateX(20px);
        transform: translateY(0) translateX(20px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

.con-f3 .text p {
    margin: 0;
    line-height: 25px;
    font-size: 100%;
}

.con-f3 .f3-right .f3r-a {
    display: flex;
}

.con-f3 .f3-right .f3r-b {
    display: flex;
}

.con-f3 .f3-right .fc {
    width: auto;
    height: auto;
    max-width: 480px;
    max-height: 350px;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

    .con-f3 .f3-right .fc img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

.con-f3 .f3-left a:hover > img {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.8s;
}

.con-f3 .f3-left:hover > a .btn {
    left: 350px;
    opacity:1;
    transition: 0.8s;
}

.con-f3 .f3-right .fc a:hover > img {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.8s;
}

.con-f3 .f3-right .fc a:hover > .text {
    margin-top: 135px;
    transition: 0.5s;
}

    .con-f3 .f3-right .fc a:hover > .text img {
        width: 47px;
        transition: 0.4s;
    }

    .con-f3 .f3-right .fc a:hover > .text p {
        opacity: 1;
        transition: 0.6s;
    }

.con-video {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.con-video video {
    width: 800px;
    height: 450px;
  
}
/*博艺客・媒体中心*/
.con-f4 {
    width: 100%;
    padding-bottom: 70px;
}

    .con-f4 .f4-title {
        width: 1200px;
        text-align: center;
        height: auto;
        margin: 0px auto;
        padding-top: 80px;
    }

        .con-f4 .f4-title .bigTitle {
            font-size: 30px;
        }

        .con-f4 .f4-title .minorTitle {
            font-size: 16px;
            color: #5a5a5b;
            margin-top: 20px;
        }

    .con-f4 .f4-con {
        width: 1200px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        margin-top: 65px;
    }

        .con-f4 .f4-con .con-box {
            width: 370px;
            height: auto;
            position: relative;
            padding-bottom: 20px;
        }

            .con-f4 .f4-con .con-box:hover {
                transform:translateY(-10px);
                transition: 0.3s;
            }

        .con-f4 .f4-con a {
            text-decoration: none;
        }

        .con-f4 .f4-con .con-box img {
            width: 370px;
            height: 247px;
        }

        .con-f4 .f4-con .con-box:hover > img {
            opacity: 0.7;
            transition: 0.8s;
        }

        .con-f4 .f4-con .con-box .text div {
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            padding-top: 15px;
            line-height: 25px;
        }

        .con-f4 .f4-con .con-box .text p {
            font-size: 14px;
            color: #5a5a5b;
            margin: 0;
            padding-top: 18px;
            line-height: 22px;
        }

        .con-f4 .f4-con .con-box .text p {
        }

            .con-f4 .f4-con .con-box .text p:last-child {
                padding-top: 13px;
                font-size: 16px;
            }

        .con-f4 .f4-con .con-box .tag {
            position: absolute;
            background-color: #4662d9;
            color: #ffffff;
            font-size: 14px;
            width: 80px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 10px;
            left: -10px;
        }

    .con-f4 .f4-btn {
        margin: 0 auto;
        width: 200px;
        height: 50px;
        border: 1px solid #cccccc;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 14pxs;
        box-sizing: border-box;
        margin-top: 35px;
        font-weight: bold;
    }

        .con-f4 .f4-btn {
            text-decoration: none;
            color: #333333;
        }

        .con-f4 .f4-btn:hover {
            background-color: #4662d9;
            color: #ffffff;
            transition: 0.2s;
        }

         



.mainToyMains {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: auto;
}

    .mainToyMains .mainToyMinors {
        padding-top: 4%;
        width: 1200px;
        margin: auto;
    }

        .mainToyMains .mainToyMinors .afterSale .segmentation {
            padding: 4% 0px;
        }

        .mainToyMains .mainToyMinors .afterSale p {
            font-size: 30px;
            font-family: HarmonyOS_Sans_SC_Light;
            color: #ffffff;
            letter-spacing: 5px;
            margin: 0px 0px 0px 0px;
        }

         .mainToyMains .mainToyMinors .afterSale p:first-child span {
             font-size: 50px;
             color: #ffffff;
             letter-spacing: 5px;
             margin: 0px 15px;
            }

        .mainToyMains .mainToyMinors .afterSale .afterSales {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .mainToyMains .mainToyMinors .afterSale .afterSales .afterSaleDiv {
                display: flex;
                justify-content: center;
            }

            .mainToyMains .mainToyMinors .afterSale .afterSales .center {
                margin: 0px 120px;
            }

            .mainToyMains .mainToyMinors .afterSale .afterSales .afterSaleDiv p {
                font-family: HarmonyOS_Sans_SC_Thin;
                color: #ffffff;
                margin: 0px 0px 0px 15px;
                text-align: left;
            }

            .mainToyMains .mainToyMinors .afterSale .afterSales .afterSaleDiv .p1 {
                font-size: 20px;
            }

            .mainToyMains .mainToyMinors .afterSale .afterSales .afterSaleDiv .p2 {
                font-size: 24px;
            }

.videoContent{
    width:100%;
    height:100%;
}
.afterSaleVideo {
    object-fit: fill;
}


