@charset "UTF-8";
/* 产品卡片布局 */
.home-pro {
    width:100%;
    display: flex;
    gap: 2.77%;
    flex-wrap: wrap;
}

.home-pro-item {
    background: linear-gradient(to right, #0045b9, #68e0cf);
    border-radius: 20px;
    width: 31.486%;
    padding:40px;
    position: relative;
    text-align: center;
    overflow:hidden;
}

.product-title {
    color: #fff;
    font-size: 24px;
    line-height:28px;
    margin-bottom:36px;
}
.home-pro-item .item-bg{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    z-index:1;
}
.home-pro-item .item-bg img{
    display:block;
    width:100%;
}
.home-pro-item ul{
    position: relative;
    z-index: 2;
}
.home-pro-item li {
    width:100%;
    margin-bottom:10px;
}
.home-pro-item li a{
    display: block;
    width:100%;
    color: #fff;
    font-size: 18px;
    line-height:50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.home-pro-item li:last-child {
    margin-bottom: 0;
}

.home-pro-item li.active a,
.home-pro-item li:hover a{
    background: #fff;
    color: var(--mainColor);
}
/* 响应式 */
@media (max-width: 1440px) {
    .home-pro-item {
        border-radius: 16px;
        padding: 32px;
    }
    .product-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 28px;
    }
    .home-pro-item li a {
        font-size: 16px;
        line-height: 40px;
    }
}
@media (max-width: 1080px) {
    .home-pro-item {
        border-radius: 12px;
        padding: 20px;
    }

    .product-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .home-pro-item li{
        margin-bottom:8px;
    }
    .home-pro-item li a {
        font-size: 14px;
        line-height: 36px;
    }
}
@media (max-width: 769px) {
    .home-pro-item {
        border-radius: 8px;
        padding: 12px;
    }

    .product-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .home-pro-item li {
        margin-bottom: 8px;
    }

    .home-pro-item li a {
        font-size: 14px;
        line-height: 32px;
    }
}
@media (max-width: 600px) {
    .home-pro{
        display:block;
    }
    .home-pro-item {
        width:100%;
        margin-bottom:2.77%;
    }
    .home-pro-item .item-bg img {
        width: 60%;
        margin:0 auto;
    }
}


/* 产品应用 */
.home-app-bg {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-app-list {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-app-list ul {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.38888%;
}

.home-app-list li {
    width:18.888%;
    margin-bottom: 1.38888%;
}

.home-app-list li a {
    display: block;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.2s, background 0.2s;
    text-decoration: none;
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: inset 2px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}

.home-app-list li a .card-img {
    width: 100%;
    z-index: 1;
}
.home-app-list li a .card-img .img-cont {
    width: 100%;
    height: 0;
    padding-bottom: 73.529%;
    overflow: hidden;
    position: relative;
}

.home-app-list li a .card-img .img-flex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-app-list li a .card-img .img-cont img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.home-app-list li a .card-img .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #0045b9, #68e0cf);
    z-index: 2;
    transition: background 0.3s;
    mix-blend-mode: hard-light;
    opacity:0.1;
    background:#000;
}

.home-app-list li:hover a .card-img .img-flex {
    opacity: 1;
}

.home-app-list li a .card-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.home-app-list li a .card-title {
    position: absolute;
    top:30px;
    left:30px;
    font-size: 18px;
    color: #fff;
    line-height:32px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home-app-list li a .card-num {
    position: absolute;
    bottom:30px;
    left:30px;
    font-size: 14px;
    line-height:20px;
    color: var(--mainColor);
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.home-app-list li:hover a .card-title {
    font-size: 28px;
    color: #fff;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    white-space: nowrap
}
.home-app-list li:hover a .card-num{
    bottom:-300px;
}

.home-app-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}
.home-app-bottom ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.38888%;
    min-height:76px;
}
.home-app-bottom li {
    width: 18.888%;
    margin-bottom: 1.38888%;
}
.home-app-bottom li a {
    display: block;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.2s, background 0.2s;
    text-decoration: none;
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0px 0px 16px 0px rgba(27, 90, 195, 0.24), inset 2px 1px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}
.home-app-bottom li a .item{
    width:100%;
    font-size:18px;
    line-height:56px;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.home-app-bottom li:hover a .item {
    color:var(--mainColor);
}

/* 1440响应式 */
@media (max-width: 1440px) {
    .home-app-list li a {
        border-radius: 20px;
    }
    .home-app-list li a .card-title {
        top: 20px;
        left: 20px;
        font-size: 20px;
        line-height: 28px;
    }

    .home-app-list li a .card-num {
        bottom: 20px;
        left:20px;
        font-size: 14px;
    }

    .home-app-list li:hover a .card-title {
        font-size: 28px;
    }
    .home-app-bottom ul{
        min-height:68px;
    }
    .home-app-bottom li a .item {
        font-size: 16px;
        line-height: 48px;
    }
}

/* 1080响应式 */
@media (max-width: 1080px) {
    .home-app-list li a {
        border-radius: 16px;
    }

    .home-app-list li a .card-title {
        top: 16px;
        left: 16px;
        font-size: 18px;
        line-height: 24px;
    }

    .home-app-list li a .card-num {
        bottom: 16px;
        left: 16px;
        font-size: 12px;
    }

    .home-app-list li:hover a .card-title {
        font-size: 24px;
        width:100%;
        text-align: center;
    }

    .home-app-bottom ul{
        min-height:54px;
    }
    .home-app-bottom li a .item {
        font-size: 14px;
        line-height: 40px;
    }
}

/* 769响应式 */
@media (max-width: 769px) {
    .home-app-list ul {
        gap: 1.5%;
    }
    .home-app-list li {
        width: 32.333%;
        margin-bottom: 1.5%;
    }
    .home-app-list li a {
        border-radius: 8px;
    }

    .home-app-list li a .card-title {
        top: 12px;
        left: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .home-app-list li a .card-num {
        bottom: 12px;
        left: 12px;
    }

    .home-app-list li:hover a .card-title {
        font-size: 18px;
    }
    .home-app-bottom ul {
        gap: 1.5%;
        min-height:76px;
    }

    .home-app-bottom li {
        width: 32.333%;
        margin-bottom: 1.5%;
    }
    .home-app-bottom li a .item {
        font-size: 14px;
        line-height: 32px;
    }

}




.home-middle-bg{
    width:100%;
    position: relative;
    overflow: hidden;
}
.home-middle-bg .middle-bg-img{
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    transform: translateY(-50%);
}
.home-middle-bg .middle-bg-img img{
    display:block;
    width:100%;
}
.home-about {
    display: flex;
    justify-content: space-between;
    width:100%;
}

.home-about-left {
    width:44.8%;
}

.home-about-intro {
    width:100%;
    margin-top:8%;
}


.home-about-img {
    width: 100%;
    max-width:520px;
    margin-top: 8%;
    position: relative;
}
.home-about-img .img-cont {
    width: 100%;
    height: 0;
    padding-bottom: 56.15%;
    overflow: hidden;
    position: relative;
}

.home-about-img .img-flex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:24px;
    overflow:hidden;
}
.home-about-img .img-cont img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-right {
    width:44.8%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.about-data-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 3.1%;
}

.about-data-card {
    aspect-ratio: 1/1;
    background: linear-gradient(to right, #0045b9, #68e0cf);
    border-radius: 24px;
    padding: 30px;
    color: #fff;
    width:48.28%;
    margin-bottom:3.1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.about-data-card:nth-child(1){
    transform: translateY(30px);
}
.about-data-card:nth-child(2) {
    transform: translateY(-30px);
}
.about-data-card:nth-child(3) {
    transform: translateY(30px);
}
.about-data-card:nth-child(4) {
    transform: translateY(-30px);
}

.about-data-card .data-title {
    font-size: 16px;
    line-height:28px;
    color:#fff;
    opacity:0.5;
}

.about-data-card .data-num {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.about-data-card .data-num .count-number {
    font-size: 78px;
    line-height:80px;
    color:#fff;
    letter-spacing: 2px;
    font-family: 'DinBold';
}
.about-data-card .data-num .sup{
    font-size:16px;
    line-height:20px;
    color:#fff;
    margin-top:-4px;
}

/* 1440响应式 */
@media (max-width: 1440px) {
    .home-play-btn {
        left: 24px;
        bottom: -24px;
    }

    .home-play-btn .icon {
        width: 48px;
        height: 48px;
    }

    .home-about-img .img-flex {
        border-radius: 20px;
    }
    .about-data-card {
        border-radius: 20px;
        padding: 20px;
    }

    .about-data-card:nth-child(1) {
        transform: translateY(20px);
    }

    .about-data-card:nth-child(2) {
        transform: translateY(-20px);
    }

    .about-data-card:nth-child(3) {
        transform: translateY(20px);
    }

    .about-data-card:nth-child(4) {
        transform: translateY(-20px);
    }

    .about-data-card .data-title {
        font-size: 16px;
        line-height: 24px;
    }


    .about-data-card .data-num .count-number {
        font-size: 68px;
        line-height: 68px;
    }

    .about-data-card .data-num .sup {
        font-size: 14px;
    }
}

/* 1080响应式 */
@media (max-width: 1080px) {
    .home-play-btn {
        left: 20px;
        bottom: -18px;
    }

    .home-play-btn .icon {
        width: 36px;
        height: 36px;
    }
    .home-play-btn .icon i{
        font-size:14px;
    }
    .home-about-img .img-flex {
        border-radius: 16px;
    }
    .about-data-card {
        border-radius: 16px;
        padding: 12px;
    }

    .about-data-card:nth-child(1) {
        transform: translateY(12px);
    }

    .about-data-card:nth-child(2) {
        transform: translateY(-12px);
    }

    .about-data-card:nth-child(3) {
        transform: translateY(12px);
    }

    .about-data-card:nth-child(4) {
        transform: translateY(-12px);
    }

    .about-data-card .data-title {
        font-size: 14px;
        line-height: 20px;
    }


    .about-data-card .data-num .count-number {
        font-size: 48px;
        line-height: 48px;
    }

    .about-data-card .data-num .sup {
        font-size: 12px;
    }
}

/* 769响应式 */
@media (max-width: 769px) {
    .home-about {
        display: block;
    }

    .home-about-left {
        width: 100%;
    }
    .home-about-intro {
        margin-top: 4%;
    }
    .home-about-img{
        margin-top:4%;
    }

    .home-about-right{
        width:100%;
        margin-top:8%;
    }

    .home-about-img .img-flex {
        border-radius: 8px;
    }

    .about-data-card {
        border-radius:8px;
    }
}


/* 核心竞争力 */
.home-core {
    display: flex;
    justify-content: space-between;
    width:100%;
}

.home-core-intro {
    width:39%;
}

.home-core-intro ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.home-core-intro li {
    display: flex;
    position: relative;
    cursor: pointer;
}

.home-core-intro li .core-icon {
    width: 60px;
    height: 60px;
    border:#e0e0e0 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 30px;
    background-color: #fff;
}

.home-core-intro li .core-icon img {
    width:72%;
    max-width:42px;
    display: block;
}
.home-core-intro li .core-icon .icon2{
    display:none;
}
.home-core-intro li .core-text{
    width:calc(100% - 90px);
}
.home-core-intro li .core-title {
    font-size: 24px;
    color: #666;
    margin-bottom: 4px;
    line-height:32px;
    margin-top:14px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.home-core-intro li .core-desc {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    width:100%;
    height:0;
    overflow:hidden;
}
.home-core-intro .core-line{
    width:1px;
    height:calc(100% - 120px);
    background-color: #e0e0e0;
    position: absolute;
    left:30px;
    top:60px;
    z-index:0;
}
.home-core-intro li:hover .core-title,
.home-core-intro li.active .core-title{
    margin-top:0;
    font-size:28px;
    color:var(--mainColor);
}
.home-core-intro li:hover .core-desc,
.home-core-intro li.active .core-desc {
    height: auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.home-core-intro li.active .core-icon,
.home-core-intro li:hover .core-icon {
    background: linear-gradient(to right, #0045b9, #68e0cf);
    border: none;
}
.home-core-intro li.active .core-icon .icon1,
.home-core-intro li:hover .core-icon .icon1{
    display:none;
}
.home-core-intro li.active .core-icon .icon2,
.home-core-intro li:hover .core-icon .icon2 {
    display: block;
}

.home-core-img {
    width:44.444%;
}

.home-core-img .img-cont {
    position: relative;
    width:100%;
    height:0;
    padding-bottom:75%;
}

.home-core-img .img-flex {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    border-radius:24px;
}

.home-core-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 1440响应式 */
@media (max-width: 1440px) {
    .home-core-intro ul {
        gap: 32px;
    }

    .home-core-intro li .core-icon {
        width: 56px;
        height: 56px;
        margin-right: 20px;
    }

    .home-core-intro li .core-text{
        width:calc(100% - 76px);
    }
    .home-core-intro li .core-title {
        font-size: 20px;
        line-height:24px;
        margin-top:15px;
    }

    .home-core-intro li .core-desc {
        font-size: 16px;
        line-height: 32px;
    }
    .home-core-intro .core-line{
        height:calc(100% - 112px);
        left:28px;
        top:56px;
    }
    .home-core-intro li:hover .core-title,
    .home-core-intro li.active .core-title{
        font-size:24px;
    }
    .home-core-img .img-flex{
        border-radius: 20px;
    }
}

/* 1080响应式 */
@media (max-width: 1080px) {
    .home-core-intro ul {
        gap: 24px;
    }

    .home-core-intro li .core-icon {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .home-core-intro li .core-text{
        width:calc(100% - 52px);
    }
    .home-core-intro li .core-title {
        font-size: 16px;
        line-height:24px;
        margin-top:8px;
    }

    .home-core-intro li .core-desc {
        font-size: 14px;
        line-height: 28px;
    }
    .home-core-intro .core-line{
        height:calc(100% - 80px);
        left:20px;
        top:40px;
    }
    .home-core-intro li:hover .core-title,
    .home-core-intro li.active .core-title{
        font-size:18px;
    }


    .home-core-img .img-flex{
        border-radius: 16px;
    }
}

/* 769响应式 */
@media (max-width: 769px) {
    .home-core{display: block;}
    .home-core-intro {
        width: 100%;
    }
    .home-core-intro ul {
        gap: 16px;
    }

    .home-core-intro li .core-icon {
        width: 36px;
        height: 36px;
        margin-right: 8px;
    }

    .home-core-intro li .core-text{
        width:calc(100% - 44px);
    }
    .home-core-intro li .core-title {
        font-size: 16px;
        line-height:24px;
        margin-top:6px;
    }

    .home-core-intro li .core-desc {
        font-size: 12px;
        line-height: 20px;
        height:auto;
    }
    .home-core-intro .core-line{
        height:calc(100% - 72px);
        left:18px;
        top:36px;
    }

    .home-core-img{
        margin-top:4%;
        width:100%;
    }
    .home-core-img .img-flex {
        border-radius: 8px;
    }
}

.home-news-bg{
    width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-news-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
    overflow: hidden;
}

.home-news-left {
    width:47.22%;
}

.home-news-left a {
    display: block;
    width:100%;
    position: relative;
}
.home-news-left .img {
    width: 100%;
}
.home-news-left .img-cont {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 73.235%;
}
.home-news-left .img-flex {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.home-news-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-news-left a:hover .img img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.home-news-left .txt {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background: linear-gradient(to bottom, rgba(27, 90, 195, 0), rgba(27, 90, 195, 0.8));
    padding:30px 40px;
}

.home-news-left .txt h5 {
    width:100%;
    font-size: 24px;
    line-height: 40px;
    color:#fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-left .txt p {
    font-size: 16px;
    width:100%;
    color:#fff;
    line-height:32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-left .txt .date {
    border-top:rgba(255,255,255,0.3) solid 1px;
    width:100%;
    margin-top:12px;
    padding-top:12px;
    font-size: 16px;
    color:#fff;
}

.home-news-right {
    width:52.78%;
    background: #fff;
    padding: 0 40px;
}

.home-news-right ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-news-right li {
    flex: 1;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    /* 让内容垂直居中 */
    align-items: center;
    width:100%;
}

.home-news-right li:last-child {
    border-bottom: none;
}

.home-news-right a {
    display: block;
    width:100%;
}

.home-news-right h5 {
    width:100%;
    font-size: 20px;
    line-height:36px;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-right .date {
    font-size: 12px;
    color: #888;
    width:100%;
    line-height:20px;
    margin-top:8px;
    margin-bottom: 12px;
}

.home-news-right p {
    font-size: 16px;
    color: #666;
    line-height:36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-right a:hover h5 {
    color: var(--mainColor);
}

/* 1440响应式 */
@media (max-width: 1440px) {
    .home-news-list {
        border-radius: 20px;
    }
    .home-news-left .txt {
        padding:20px 32px;
    }

    .home-news-left .txt h5 {
        font-size: 20px;
        line-height: 32px;
    }

    .home-news-left .txt p {
        font-size: 16px;
        line-height:28px;
    }

    .home-news-left .txt .date {
        margin-top:8px;
        padding-top:8px;
        font-size: 14px;
    }

    .home-news-right {
        padding: 0 32px;
    }

    .home-news-right h5 {
        font-size: 18px;
        line-height:32px;
    }

    .home-news-right .date {
        font-size: 12px;
        line-height:16px;
        margin-top:6px;
        margin-bottom: 8px;
    }

    .home-news-right p {
        font-size: 16px;
        line-height:28px;
    }
}

/* 1080响应式 */
@media (max-width: 1080px) {
    .home-news-list {
        border-radius: 16px;
    }
    .home-news-left .txt {
        padding:12px 20px;
    }

    .home-news-left .txt h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .home-news-left .txt p {
        font-size: 14px;
        line-height:24px;
    }

    .home-news-left .txt .date {
        font-size: 12px;
        line-height:16px;
    }

    .home-news-right {
        padding: 0 20px;
    }

    .home-news-right h5 {
        font-size: 16px;
        line-height:24px;
    }

    .home-news-right .date {
        font-size: 12px;
        margin-top:4px;
        margin-bottom: 6px;
    }

    .home-news-right p {
        font-size: 14px;
        line-height:24px;
    }
}

/* 769响应式 */
@media (max-width: 769px) {
    .home-news-list {
        border-radius: 8px;
        display:block;
    }
    .home-news-left{
        width:100%;
    }
    .home-news-left .txt {
        padding:12px;
    }
    .home-news-right{
        width:100%;
    }
    .home-news-right {
        padding:0  12px;
    }
    .home-news-right li{
        padding: 12px 0;
    }
}
