body, p, a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.left-menu {
    position: fixed;
    height: 100%;
    width: 210px;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(99, 152, 230, 0.6);
}

.left-menu .btn-close {
    position: absolute;
    top: 10%;
    right: -20px;
    cursor: pointer;
    /* border-radius: 20px; */
}

.left-menu .btn-close img {
    width: 40px;
    height: 40px;
}

.left-menu .logo {
    width: 60%;
    margin: 30px auto;
}

.left-menu .memu-list {
    padding: 0;
}

.left-menu .memu-list li {
    list-style: none;
    font-size: 16px;
    line-height: 36px;
    padding: 0 10px;
    width: 90%;
    margin: 5px auto;
    border-radius: 2px;
}

.left-menu .memu-list li a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}

.left-menu .memu-list li .child {
    padding-left: 0px;
    margin-left: 20px;

}

.left-menu .memu-list li .child li {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 30px;
}

.left-menu .memu-list li.active-menu > a {
    display: block;
    background: #2072ea;
}

.thumb-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px 50px;
}

.thumb-menu img:nth-child(1) {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
}

.thumb-menu img:nth-child(2) {
    height: 40px;
    display: none;
}

/* #menu { margin: 0; padding: 0; position: fixed; left: 10px; top: 10px; list-style-type: none; z-index: 70;}
#menu li { float: left; margin:  0 10px 0 0; font-size: 14px;}
#menu a { float: left; padding: 10px 20px; background-color: #fff; color: #333; text-decoration: none;}
#menu .active a { color: #fff; background-color: #333;} */

.page1 {
    background: url('../images/index_page1_1.jpg') no-repeat;
}

.content .page1 .center-box {
    width: 600px;
    margin: auto;
}

.content .page1 .center-box ul {
    display: flex;
    height: 70px;
    align-items: center;
    padding: 0;

}

.content .page1 .center-box ul li {
    list-style: none;
    padding: 0 30px;
}

.content .page1 .center-box ul li:nth-child(1) {
    border-right: 1px solid #fff;
}

.content .page1 .center-box ul li:nth-child(3) {
    border-left: 1px solid #fff;
}

.content .page1 .slogon {
    margin-top: 40px;
    color: #fff;
    text-align: center;
}

.content .page1 .slogon p:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
}

.content .page1 .slogon p:nth-child(2) {
    font-size: 53px;
    font-weight: bold;
}

.page1_2 {
    background: url('../images/index_page1_2.jpg') no-repeat;
}

.page1_3 {
    background: url('../images/index_page1_3.jpg') no-repeat;
}


/* 脑科学 */
.brain-science-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.brain-science-box .title {
    width: 600px;
    margin: auto;
}

.brain-science-box .title p {
    color: #1166e6;
    font-size: 12px;
}

.brain-science-box .title p:nth-child(1) {
    font-size: 38px;
    font-weight: bold;
}


.brain-science-box .swiper {
    width: 700px;
    height: 400px;
    text-align: center;
}

.brain-science-box .swiper img {
    width: 50%;
    margin: auto;
}

.brain-science-box .product-list .product-name {
    font-size: 24px;
    margin-top: 30px;
}

.brain-science-box .product-list img {
    margin: 10px 0;
}

.brain-science-box .product-list .product-intro {
    text-align: right;
}

.brain-science-box .product-list .product-intro p:nth-child(1) {
    color: #1166e6;
    font-size: 12px;
}

.brain-science-box .product-list .product-intro p:nth-child(2) {
    font-size: 11px;
}

.brain-science-box .product-list .btn-more {
    text-align: right;
    margin-top: 10px;
}

.brain-science-box .product-list .btn-more a {
    padding: 4px 14px;
    color: #1166e6;
    border: 1px solid #1166e6;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
}

.brain-science-box .swiper-thumb {
    width: calc(90% - 300px);
    margin: auto;
}

.brain-science-box .swiper-button-prev:after,
.brain-science-box .swiper-button-next::after {
    content: "";
}

.brain-science-box .swiper-thumb .thumb-item {
    background: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.brain-science-box .swiper-thumb .swiper-slide-thumb-active {
    background: #7bacf5;
}

/* 青少年认知 */
.page3 {
    background: url('../images/index_page2.jpg') no-repeat;
}

.page3 .projects {
    height: 100%;
    margin-top: 15%;
    margin-left: 23%;
}

.page3 .projects .title {
    color: #105ed1;
}

.page3 .projects .title p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.page3 .projects .title p:nth-child(2) {
    font-size: 15px;
    font-weight: bold;
}

.page3 .projects .items a {
    display: block;
    color: #105ed1;
    border: 1px solid #105ed1;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    border-radius: 35px;
    margin: 10px 0;
    font-size: 15px;
}

.zlnrz {
    background: url('../images/zlnrz.jpg') no-repeat;
}

.zlnrz .projects .items a {
    width: 130px;
}

.zlnrz .projects {
    height: 100%;
    margin-top: 13%;
    margin-left: 18%;
}

.arzhm {
    background: url('../images/arzhm.jpg') no-repeat;
}

.qyjyw {
    background: url('../images/qyjyw.jpg') no-repeat;
}

.qyjyw .projects {
    height: 100%;
    margin-top: 15%;
    margin-left: 18%;
}

.kyhz {
    background: url('../images/kyhz.jpg') no-repeat;
}

.gywm {
    background: url('../images/gywm.jpg') no-repeat;
}

/* 首页 分左右两侧 */

.content .page4 .left-img {
    background-image: url('../images/index_page4_left.jpg');
}

.content .page5 .left-img {
    background-image: url('../images/index_page5_left.jpg');
}

.content .page6 .left-img {
    background-image: url('../images/index_page7_left.jpg');
}

.content .page7 .left-img {
    background-image: url('../images/index_page6_left.jpg');
}

.content .page9 .left-img {
    background-image: url('../images/index_page9_left.jpg');
}

.content .left-img {
    float: left;
    width: 41%;
    height: 100%;
    background: #eaebe6;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.content .right-info {
    float: left;
    width: 59%;
}

.content .right-info .center-box {
    height: 600px;
    position: absolute;
    top: 50%;
    margin-top: -330px;
}

.content .right-info .top {
    width: 80%;
    margin: 50px auto;
}

.content .right-info .top .name span:nth-child(1) {
    font-size: 36px;
}

.content .right-info .top .name span:nth-child(2) {
    font-size: 20px;
    position: relative;
    top: -20px;
}

.content .right-info .top .name span:nth-child(3) {
    font-size: 20px;
    color: #105ed1;
    padding-left: 40px;
    letter-spacing: 3px;
}

.content .right-info .top .intro {
    font-size: 26px;
    margin-top: 10px;
}

.content .right-info .top .intro span:nth-child(1) {
    padding-right: 10px;
}

.content .right-info .bottom {
    display: flex;
}

.content .right-info .bottom .left {
    display: flex;
    align-items: center;
}

.content .right-info .bottom .left img {
    width: 300px;
}

.content .right-info .bottom .right-list {
    width: 50%;
}

.content .right-info .bottom .right-list .name {
    color: #105ed1;
    font-size: 18px;
}

.content .right-info .bottom .right-list ul {
    margin-bottom: 10px;
}

.content .right-info .bottom .right-list li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}

.content .right-info .bottom .right-list li span {
    color: #105ed1;
    font-size: 18px;
    padding: 0 5px;
}

.content .page5 .right-info .bottom .right-list {
    width: 80%;
    margin: auto;
}

.content .page5 .left-img {
    background-color: #e9ebea;
}

.content .page7 .left-img {
    background-color: #c4c9cc;
}

.page8 {
    background: url('../images/index_page8.jpg') no-repeat;
}

.page8 .center-box {
    color: #fefefe;
    position: absolute;
    left: 25%;
    top: 15%;

}

.page8 .center-box h2 {
    font-size: 35px;
}

.page8 .center-box .btn-check {
    margin-top: 20px;
}

.page8 .center-box .btn-check a {
    border: 1px solid #fefefe;
    color: #fefefe;
    padding: 6px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.page8 .bottom-text {
    position: absolute;
    right: 6%;
    bottom: 10%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.content .page9 .left-img {
    background-color: #f9fafc;
}


.content .page10 .left-img {
    width: 60%;
    background-image: url('../images/index_page10_left.jpg');
}

.content .page10 .right-info {
    width: 40%;
    height: 600px;
    position: relative;
    top: 50%;
    margin-top: -300px;
    padding: 30px;
}

.content .page10 .right-info .title {
    color: #105ed1;
}

.content .page10 .right-info .title p:nth-child(1) {
    color: #105ed1;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
}

.content .page10 .right-info .news-list {
    padding: 0;
    margin-top: 50px;
}

.content .page10 .right-info .news-list li {
    list-style: none;
    color: #4a4a4b;
    font-size: 15px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 50px;
    width: 90%;
    /* max-width: 500px; */
}

.content .page10 .right-info .news-list a {
    color: #000;
    cursor: pointer;
}

.content .page10 .right-info .news-list li img {
    width: 6px;
    margin: 0 5px;
}

.content .page10 .right-info .btn-more {
    width: 90%;
    text-align: right;
    margin-top: 20px;
}

.content .page10 .right-info .btn-more a {
    color: #105ed1;
    border: 1px solid #105ed1;
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}

/* 手机端 */
.m-index .top-nav {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
}

.m-index .top-nav .logo {
    height: 40px;
}

.m-index .top-nav .nav {
    display: none;
    flex-direction: column;
    text-align: center;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 199;
    background: #fff;
    width: 100%;
    flex: 1;
    justify-content: space-between;
}

.m-index .top-nav .nav li,
.m-index .top-nav .nav ul {
    padding: 0;
}

.m-index .top-nav .nav li {
    position: relative;
}

.m-index .top-nav ul li .child {
    position: absolute;
    background: #fff;
    z-index: 100;
    position: static;
    /*display: block;*/
    width: 100%;
    text-align: center;
    left: 0;
    margin-left: 0;
}

.m-index .top-nav .nav li a {
    color: #000;
    cursor: pointer;
    padding: 0;
}

.m-index .top-nav .nav .item:hover a:not(.child a) {
    background: none;
    border-bottom: 2px solid #1166e6;
}

.m-index .top-nav .nav li a.active {
    border-bottom: 2px solid #1166e6;
}

.m-index .top-nav .nav .child {
    padding: 10px 0;
    border-radius: 3px;
}

.m-index .top-nav .nav .child li {
    background: none;
    line-height: 35px;
}

.m-index .top-nav .nav .child li a:hover {
    border: none;
}

.m-index .top-nav .btn-menu {
    width: 30px;
    height: 30px;
    margin-top: 8px;
    display: block;
}

.m-index .menu-list {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;

}

.m-index .menu-list li {
    width: 33%;
    list-style: none;
    text-align: center;

}

.m-index .menu-list li a {
    display: block;
    margin: 5px;
    padding: 8px 0;
    font-size: 13px;
    color: #888;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .20);
    text-decoration: none;

}

.m-index .menu-list li a.active {
    background: #297cf6;
    color: #fff;
}

/* 脑科学产品 */
.m-index .products {
    padding: 0 10px;
    /* display: none; */
}

.m-index .products .title h3 {
    color: #297cf6;
    margin: 3px 0;
}

.m-index .products .title p {
    color: #297cf6;
    opacity: 0.7;
    font-size: 10px;
}

.m-index .products .product-list {
    width: 90%;
    text-align: center;
    margin: 10px auto;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.m-index .products .product-list img {
    width: 60%;
}

.m-index .products .product-list .product-intro p:nth-child(1) {
    color: #297cf6;
    font-size: 15px;
}

.m-index .products .product-list .product-intro p:nth-child(2) {
    font-size: 10px;
    color: #888;
}

.m-index .products .product-list .btn-more {
    margin: 10px 0;
}

.m-index .products .product-list .btn-more a {
    border: 1px solid #297cf6;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 10px;
}
.m-index .swiper-box .swiper-button-prev img,
.m-index .swiper-box .swiper-button-next img{
    width: 15px;
}
/*.m-index .swiper-box .swiper-button-prev {*/
/*    left: 40%;*/
/*    top: 85%;*/
/*}*/

/*.m-index .swiper-box .swiper-button-next {*/
/*    right: 40%;*/
/*    top: 85%;*/
/*}*/

.m-index .swiper-button-prev:after,
.m-index .swiper-button-next::after {
    content: "";
}

.m-index .products .swiper-thumb .thumb-item {
    background: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.m-index .products .swiper-thumb .swiper-slide-thumb-active {
    background: #7bacf5;
}

.m-index .swiper-box {
    position: relative;
}

.m-index .swiper-pagination {
    position: absolute;
    bottom: 50px !important;
    left: 40% !important;
}

.m-index .swiper-box .swiper-pagination-bullet {
    border-radius: 0 !important;
}

.m-index .swiper-box .content {
    position: absolute;
    top: 15px;
    left: 10%;
}

.m-index .swiper-box .content h3 {
    color: #1d71ef;
    font-size: 24px;
    margin: 4px 0;
}

.m-index .swiper-box .content p {
    color: #1d71ef;
    opacity: 0.5;
    font-size: 12px;
}

.m-index .swiper-box .content .name {
    margin: 10px 0;
}

.m-index .swiper-box .content .name span:nth-child(1) {
    font-size: 20px;
}

.m-index .swiper-box .content .name span:nth-child(2) {
    position: relative;
    top: -8px;
}

.m-index .swiper-box .content .btn-check-info {
    margin: 5px 0;
    font-size: 14px;
}

.m-index .swiper-box .content .btn-check-info a {
    font-size: 12px !important;
}

.m-index .qsnrz {
    display: none;
}

.m-index .zlnrz {
    display: none;
}

.m-index .qyjyw .tiyu h3,
.m-index .qyjyw .tiyu p,
.m-index .qyjyw .tiyu a {
    color: #fff;
}

.m-index .qyjyw .tiyu a {
    border-color: #fff;
}

.m-index .qyjyw {
    display: none;
}

.m-index .news-list .list {
    padding-left: 10px;
    padding-right: 10px;
}

.m-index .news-list li {
    list-style: none;
    color: #4a4a4b;
    font-size: 15px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 34px;
    width: 90%;
    /* max-width: 500px; */
}

.m-index .news-list a {
    color: #000;
    cursor: pointer;
}

.m-index .news-list li img {
    width: 6px;
    margin: 0 5px;
}

.m-index .news-list .btn-more {
    text-align: right;
    margin: 10px;
}

.m-index .news-list .btn-more a {
    color: #105ed1;
    border: 1px solid #105ed1;
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}

.m-index .news-list {
    display: none;
}

.m-index .about-us {
    display: none;
}

.m-index .about-us .content a {
    display: block;
    text-align: center;
    margin: 10px 0;
}

/* 大屏 */
@media (min-width: 1920px) {
    .left-menu {
        width: 300px;
    }

    .left-menu .memu-list li {
        font-size: 20px;
        line-height: 46px;
        padding-left: 30px;
        margin: 9px auto;
    }

    .content .page1 .center-box {
        width: 900px;
        margin: auto;
        margin-top: -50px;
    }

    .content .page1 .center-box ul li {
        padding: 0 50px;
    }

    .content .page1 .slogon {
        margin-top: 80px;
        color: #fff;
        text-align: center;
    }

    .content .page1 .slogon p:nth-child(1) {
        font-size: 50px;
        font-weight: bold;
    }

    .content .page1 .slogon p:nth-child(2) {
        font-size: 66px;
        font-weight: bold;
    }

    /* 脑科学 */
    .brain-science-box .swiper {
        width: 900px;
        height: 500px;
        text-align: center;
    }

    .brain-science-box .swiper-thumb {
        width: 900px;
        height: 96px;
        margin: auto;
    }

    /* 青少年认知 */
    .page3 .projects .title p:nth-child(1) {
        font-size: 40px;
    }

    .page3 .projects .title p:nth-child(2) {
        font-size: 18px;
    }

    .page3 .projects .items a {
        display: block;
        color: #105ed1;
        border: 1px solid #105ed1;
        width: 130px;
        font-size: 16px;
        text-align: center;
        border-radius: 35px;
        margin: 10px 0;
    }

    .content .right-info .center-box {
        height: 700px;
        margin-top: -380px;
    }

    .content .right-info .bottom {
        display: flex;
        margin-top: 70px;
    }

    .content .right-info .bottom .left img {
        width: 350px;
        padding: 20px;
    }

    .content .right-info .top .name span:nth-child(1) {
        font-size: 46px;
    }

    .content .right-info .top .name span:nth-child(2) {
        font-size: 28px;
    }

    .content .right-info .top .name span:nth-child(3) {
        font-size: 28px;
    }

    .content .right-info .bottom .right-list {
        width: 60%;
    }

    .content .right-info .bottom .right-list li {
        font-size: 20px;
        line-height: 34px;
    }

    .content .page10 .right-info .news-list li {
        font-size: 18px;
        line-height: 70px;
    }

    .content .page10 .right-info .btn-more a {
        color: #105ed1;
        border: 1px solid #105ed1;
        padding: 5px 14px;
        border-radius: 16px;
        font-size: 13px;
        cursor: pointer;
        text-decoration: none;
    }

    .content .page10 .right-info .btn-more a {
        padding: 8px 24px;
        border-radius: 18px;
        font-size: 18px;
    }

    .brain-science-box .product-list .product-name {
        font-size: 32px;
    }

    .brain-science-box .product-list .product-intro {
        font-size: 16px;
    }
}

.left-img .btn-check-info {
    display: none;
}

.right-info .btn-check-info {
    text-align: right;
    /*margin-right: 40px;*/
}

.btn-check-info a {
    color: #105ed1;
    padding: 5px 14px;
    border: 1px solid #105ed1;
    border-radius: 20px;
}

.left-img img {
    display: none;
}

/* 手机屏 */
@media (max-width: 768px) {

    .left-img img {
        width: 100%;
        display: block;
    }

    .left-img {
        background: none;
        height: auto;
    }

    .right-info .btn-check-info {
        display: none;
    }

    .left-img {
        position: relative;
    }

    .left-img .btn-check-info {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .page4 .left-img .btn-check-info {
        bottom: 100px;
    }

    /*.page-bg {*/
    /*    background-size: contain !important;*/
    /*}*/
    .left-menu {
        display: none;
    }

    .thumb-menu img:nth-child(1) {
        display: block;
    }

    .thumb-menu img:nth-child(2) {
        display: block;
    }

    .thumb-menu {
        padding: 10px 10px 10px 20px;

    }

    .page1 {
        background: url('../images/s_index_page1.jpg') no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #eee;
    }

    .content .page1 .center-box {
        width: 100%;
        margin: auto;
    }

    .content .page1 .slogon p:nth-child(1) {
        font-size: 20px;
        font-weight: bold;
    }

    .content .page1 .slogon p:nth-child(2) {
        font-size: 23px;
        font-weight: bold;
    }

    .page1_2 {
        background: url('../images/s_index_page1_2.jpg') no-repeat;
    }

    .page1_3 {
        background: url('../images/s_index_page1_3.jpg') no-repeat;
        background-size: contain !important;
    }

    .brain-science-box .title {
        width: 90%;
        margin: auto;
    }

    .brain-science-box .swiper {
        width: 80%;
        height: 360px;
        text-align: center;
    }

    .brain-science-box .swiper-thumb {
        width: 90%;
        margin: auto;
    }

    .page3 {
        background: url('../images/s_index_page3.jpg') no-repeat;

    }

    .page3 .projects {
        margin-top: 30%;
        margin-left: 10%;
    }

    .page3 .projects .title p:nth-child(1) {
        font-size: 20px;
    }

    .page3 .projects .title p:nth-child(2) {
        font-size: 13px;
    }

    .page3 .projects .items a {
        padding: 3px 0;
        font-size: 13px;
    }


    .content .page4 .left-img {
        background-image: none;
    }

    .content .page5 .left-img {
        background-image: none;
    }

    .content .page6 .left-img {
        background-image: none;
    }

    .content .page7 .left-img {
        background-image: none;
    }

    .page8 {
        background: url('../images/s_index_page8.jpg') no-repeat;
    }

    .page8 .bottom-text {
        position: absolute;
        left: 2%;
        bottom: 5%;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
    }

    .content .page9 .left-img {
        background-image: url('../images/s_index_page9_top.jpg');
    }

    .content .left-img {
        float: none;
        width: 100%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: auto;
    }

    .content .right-info {
        float: none;
        width: 100%;
        background: #fff;
    }

    .content .right-info .center-box {
        height: 600px;
        position: static;
        top: 0%;
        margin-top: 0px;
    }

    .content .right-info .top {
        width: 90%;
        margin: 15px auto;
    }

    .content .right-info .top .name span:nth-child(1) {
        font-size: 26px;
    }

    .content .right-info .top .name span:nth-child(2) {
        font-size: 20px;
        position: relative;
        top: -12px;
    }

    .content .right-info .top .name span:nth-child(3) {
        font-size: 16px;
        color: #105ed1;
        padding-left: 10px;
        letter-spacing: 3px;
    }

    .content .right-info .top .intro {
        font-size: 16px;
        margin-top: 10px;
    }

    .content .right-info .bottom {
        display: block;
    }

    .content .right-info .bottom .left {
        display: none;
    }

    .content .right-info .bottom .right-list {
        width: 95%;
    }

    .content .right-info .bottom .right-list .name {
        padding-left: 10px;
    }

    .content .page5 .right-info .bottom .right-list {
        width: 95%;
        margin: auto;
    }

    .content .page10 .left-img {
        width: 100%;
        background-image: url('../images/s_index_page10_top.jpg');
        height: auto;
    }

    .content .page10 .right-info {
        width: 100%;
        position: static;
        margin-top: 0px;

    }

    .content .page10 .right-info .news-list {
        margin-top: 10px;
    }

    .content .page10 .right-info .news-list li {
        font-size: 15px;
        line-height: 30px;
        /* max-width: 500px; */
    }
}

@media (max-width: 480px) {
    .brain-science-box .swiper {
        width: 80%;
        height: 300px;
        text-align: center;
    }
}

.page-bg {
    background-size: cover;
    background-position: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-duration: 2.3s;
    animation-duration: 2.3s;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;


}
