﻿@media only screen and (max-width: 960px) {
  .hamburger.is-closed .hamb-middle {
    top: 50%;
    transform: translateY(50%);
  }
  .hamburger.is-closed .hamb-top {
    top: 0px;
  }
  .hamburger.is-closed .hamb-bottom {
    bottom: 0px;
  }
  .sidebar-nav {
    z-index: 9;
    background-color: #fff;
    padding: 100px 30px 50px;
  }
  .sidebar-nav .sidebar-brand a {
    color: #222;
  }
  .sidebar-nav .sidebar-brand > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    font-family: Source Han Sans CN;
  }
  .sidebar-nav .sidebar-brand .xl {
    padding-bottom: 20px;
  }
  .sidebar-nav {
    overflow-y: scroll;
  }
  .headerwrap_current .header {
    background-color: #1a1a1a;
  }
  .sidebar-nav .sidebar-brand .sidebar-brand-there a {
    font-size: 12px;
  }
  .sidebar-nav .sidebar-brand a .sj {
    border-color: #222;
  }
  .sidebar-nav-two .sidebar-brand-two a {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .sidebar-nav-two .sidebar-brand-there a {
    padding: 0 40px;
  }
  .hamburger {
    height: 16px;
    right: 2%;
    width: 20px;
    top: 17px;
    z-index: 10;
    display: block;
  }
  .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom,
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom{
    height: 2px !important;
    background-color: #FFFFFF;
  }
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom{
    background-color: #AE5DFF;
  }
  .sidebar-nav .sidebar-brand a .sj{
    border-color: #AE5DFF;
  }
  .sidebar-nav-two .sidebar-brand-two a {
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    font-family: Source Han Sans CN;
  }
  .sidebar-nav-two .sidebar-brand-there a {
    padding: 0 40px;
  }
  .center,
  .x-center{
    width: 90%;
  }
  .app{
    display: block;
  }
  .header-box .ct{
    width: 97%;
    height: 50px;
    justify-content: center;
  }
  .header-box .ct .nav{
    display: none;
  }
  .header-box .ct .logo img{
    height: 39px;
  }
  .header-box .search{
    margin-right: 35px;
  }
  .header-box .search .mr{
    font-size: 20px;
  }
  .header-box .search .mr:hover{
    transform: unset;
  }
  .header-box .language{
    margin-left: auto;
    display: none;
  }
  .header-box .language a,
  .header-box .language span{
    font-size: 14px;
  }
  .header-box .search{
    margin-left: 20px;
    display: none;
  }
  .header-box .ct form{
    right: 33px;
    width: calc(170px - 8px);
    height: calc(30px - 8px);
  }
  .header-box .ct form input{
    width: calc(135px - 18px);
    padding: 0 9px;
    font-size: 12px;
  }
  .header-box .ct form button{
    width: calc(100% - 135px);
  }
  .header-box .ct form button i{
    font-size: 20px;
  }
  .mySwiper{
    height: 500px;
  }
  .mySwiper .bg{
    display: none;
  }
  .mySwiper .app{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .ct h3{
    font-size: 38px;
    text-align: center;
  }
  .mySwiper .ct h6{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
  .mySwiper .ct .icon{
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }
  .mySwiper .ct .icon .item{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mySwiper .ct .icon .item p{
    font-size: 12px;
    margin-left: 7px;
  }
  .mySwiper .ct .icon .item img{
    height: 15px;
  }
  .mySwiper .ct .icon .item:last-of-type{
    margin-right: 0;
  }
  .mySwiper .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 5px !important;
  }
  .mySwiper .swiper-pagination{
    bottom: 20px;
  }
  .mySwiper .ct{
    bottom: unset;
    top: 85px;
  }
  .i1-box{
    border-top: 20px solid #4D07AF;
    border-bottom: 20px solid #4D07AF;
    background: url(../image/i1-bgapp.png) no-repeat center / cover;
  }
  .i1-box .ct .title{
    height: auto;
    width: 75%;
  }
  .i1-box .ct h6{
    font-size: 18px;
    margin-top: 10px;
  }
  .i1-box .ct{
    padding: 60px 0 40px 0;
  }
  .i1-box .ct .i1-Swiper{
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .i1-box .ct .i1-Swiper .item{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .i1-box .ct .i1-Swiper .item img{
    height: 50px;
  }
  .i1-box .ct .i1-Swiper .item p{
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
  }
  .i1-box .ct .i1-Swiper .swiper-scrollbar{
    width: 90%;
    height: 15px;
    bottom: 10px;
  }
  .i1-box .ct .i1-Swiper .swiper-scrollbar-drag::after{
    width: 23px;
    height: 23px;
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
  .i1-box .ct .i1-Swiper .swiper-scrollbar::before,
  .i1-box .ct .i1-Swiper .swiper-scrollbar::after{
    width: 7px;
    height: 7px;
  }
  .i1-box .ct .i1-Swiper .swiper-scrollbar-drag::before{
    width: 7px;
    height: 7px;
  }
  .banner{
    height: 500px;
  }
  .banner .bg{
    display: none;
  }
  .banner .app{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .ct{
    bottom: unset;
    top: 85px;
    z-index: 3;
    flex-direction: column;
    align-items: center;
  }
  .banner .ct .left{
    width: 100%;
  }
  .banner .ct .left h3{
    font-size: 42px;
    text-align: center;
  }
  .banner .ct .left h6{
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .banner .ct .left .icon{
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }
  .banner .ct .left .icon .item{
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .banner .ct .left .icon .item p{
    font-size: 12px;
    margin-left: 7px;
  }
  .banner .ct .left .icon .item img{
    height: 15px;
  }
  .banner .ct .left .icon .item:last-of-type{
    margin-right: 0;
  }
  .banner .flow{
    /* width: 35%;
    right: 0; */
    display: none;
  }
  /*.banner.active .bg{*/
  /*  display: block;*/
  /*}*/
  .banner.active{
    height: 300px;
  }
  .banner.active .ct h3{
    text-align: left;
    font-size: 28px;
  }
  .banner.active .ct h6{
    text-align: left;
    margin-top: 0;
  }
  .banner.active .ct .left .icon{
    flex-direction: column;
  }
  .banner.active .ct .left .icon .item:last-of-type{
    margin-bottom: 0;
  }
  .coo-box .ct{
    padding: 30px 0;
  }
  .p-title h3{
    font-size: 16px;
    margin: 0 10px;
    max-width: 70%;
    text-align: center;
  }
  .p-title img{
    height: 20px;
  }
  .coo-box .ct .map{
    margin-top: 30px;
  }
  .coc-box .ct{
    padding: 30px 0 20px 0;
  }
  .coc-list{
    margin-top: 30px;
  }
  .coc-list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 8px;
    height: 100px;
    background: linear-gradient(240deg, #7E0FEF, #AA56FF);
    box-shadow: 3px 5px 27px 0px rgba(0,1,121,0.52);
    border-radius: 8px;
  }
  .coc-list li:hover{
    transform: unset;
  }
  .coc-list li img{
    height: auto;
    width: 50px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .coc-list li .txt{
    width: calc(100% - 20px - 80px);
    padding: 20px 80px 0 20px;
    height: calc(100% - 20px);
  }
  .coc-list li .txt h3{
    font-size: 14px;
  }
  .coc-list li .txt p{
    font-size: 12px;
    line-height: 20px;
  }
  .ab1Ct{
    padding: 40px 0;
  }
  .ab1Ct .content{
    display: none;
  }
  .ab1Ct .appcontent{
    margin-top: 30px;
    display: block;
  }
  .ab1Ct .appcontent h3{
    font-size: 14px;
    font-family: var(--font-family);
    font-weight: bold;
    color: #FFFFFF;
  }
  .ab1Ct .appcontent p{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 13px;
  }
  .ab1Ct .appcontent img{
    width: 100%;
    margin-top: 15px;
  }
  /* .ab1Ct .content{
    margin-top: 30px;
    flex-direction: column;
  }
  .ab1Ct .content .left{
    width: 100%;
  }
  .ab1Ct .content .left h3{
    font-size: 14px;
    margin-bottom: 13px;
  }
  .ab1Ct .content .left .txt p{
    font-size: 12px;
    line-height: 20px;
  }
  .ab1Ct .content .left .txt p:not(:first-of-type){
    margin-top: 10px !important;
  }
  .ab1Ct .content .right{
    width: 100%;
    margin-top: 20px;
  }
  .ab1Ct .content .right .ib1{
    width: 100%;
    height: 280px;
  }
  .ab1Ct .content .right .ib2{
    margin-top: 10px;
  } */
  .ab1Ct .cor{
    margin-top: 60px;
  }
  .ab1Ct .cor .container{
    height: 400px;
    margin-top: 30px;
  }
  /* .ab1Ct .cor .container .mr{
    display: none;
  } */
  .ab1Ct .cor .container .mr .box{
    flex-direction: column;
  }
  .ab1Ct .cor .container .mr .item{
    width: 100%;
    height: calc(100% / 3);
  }
  .ab1Ct .cor .container .mr .item .bg{
    display: none;
  }
  .ab1Ct .cor .container .mr .item .app{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ab1Ct .cor .container .mr .item .line{
    bottom: 17px;
    width: 35px;
  }
  .ab1Ct .cor .container .mr .item .flow{
    top: 17px;
  }
  .ab1Ct .cor .container .mr .item .flow .icon{
    height: 40px;
  }
  .ab1Ct .cor .container .mr .item .flow h3{
    font-size: 16px;
    width: 100%;
    line-height: 1;
    margin-top: 7px;
  }
  .ab1Ct .cor .container .mr .item .flow h3 br{
    display: none;
  }
  /* .ab1Ct .cor .ful{
    display: block;
  } */
  .ab1Ct .cor .ful .box .left .bg,
  .ab1Ct .cor .ful .box .right .ib .app{
    display: none;
  }
  .ab1Ct .cor .ful .box .left .app,
  .ab1Ct .cor .ful .box .right .ib .app{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ab1Ct .cor .ful .box{
    flex-direction: column;
  }
  .ab1Ct .cor .ful .box .left{
    width: 100%;
    height: 280px;
  }
  .ab1Ct .cor .ful .box .left .flow{
    top: 27px;
  }
  .ab1Ct .cor .ful .box .left .flow img{
    height: 65px;
  }
  .ab1Ct .cor .ful .box .left .flow h3{
    font-size: 16px;
    line-height: 1;
    margin: 15px 0 30px 0;
  }
  .ab1Ct .cor .ful .box .left .flow p{
    font-size: 12px;
    line-height: 20px;
  }
  .ab1Ct .cor .ful .box .right{
    display: flex;
    width: 100%;
    height: calc(100% - 280px - 10px);
    margin-top: 10px;
  }
  .ab1Ct .cor .ful .box .right .ib{
    height: 100%;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .ab1Ct .cor .ful .box .right .ib:nth-of-type(3n){
    margin-right: 0;
  }
  .ab1Ct .cor .ful .box .left .line{
    bottom: 17px;
    width: 35px;
  }
  .ab1Ct .cor .ful .box .right .ib .flow{
    top: 20px;
  }
  .ab1Ct .cor .ful .box .right .ib .flow p{
    font-size: 12px;
    margin-top: 5px;
  }
  .ab1Ct .cor .ful .box .right .ib .flow img{
    height: 35px;
  }
  .ab1Ct .cor .ful .box .right .ib .line{
    bottom: 10px;
    width: 35px;
  }
  /* .ab1Ct .cor .container .mr{
    display: none;
  }
  .ab1Ct .cor .ful{
    display: block;
  }
  .ab1Ct .cor .ful .box .left{
    display: none;
  }
  .ab1Ct .cor .ful .box .right{
    width: 100%;
    height: auto;
  }
  .ab1Ct .cor .ful .box .right .ib{
    height: auto;
  }
  .ab1Ct .cor .ful .box .right .ib .flow p{
    font-size: 24px;
    line-height: 30px;
  }
  .ab1Ct .cor .ful .box .right .ib .flow .app{
    display: block;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
  } */
  .pd1-box{
    border-top: 15px solid #FFFFFF;
    border-bottom: unset;
  }
  .pd1Ct .top{
    flex-direction: column;
  }
  .pd1Ct .top .left{
    width: 100%;
  }
  .pd1Ct .top .right{
    width: 100%;
    margin-top: 30px;
  }
  .pd1Ct .top .right h3{
    font-size: 14px;
    line-height: inherit;
  }
  .pd1Ct .top .right .type{
    font-size: 12px;
    margin: 15px 0 20px 0;
  }
  .pd1Ct .top .right .txt p{
    font-size: 12px;
    line-height: 20px;
  }
  .pd1Ct .content h3{
    font-size: 12px;
    max-width: calc(100% - 36px) !important;
    padding: 8px 18px !important;
  }
  .pd1Ct .content p, .pd1Ct .content span{
    font-size: 12px !important;
    line-height: 20px;
  }
  .pd1Ct .content .txt p{
    padding-left: 18px;
    width: calc(100% - 18px);
  }
  .pd1Ct .content .txt p::before{
    width: 5px;
    height: 5px;
  }
  .pd1Ct .content img{
    margin-top: 20px;
  }
  .pd1Ct{
    padding: 70px 0 40px 0;
  }
  .pd1Ct .top .left .top-swiper-box{
    height: 310px;
  }
  .pd1Ct .top .left .bottom-swiper-box{
    margin-top: 20px;
    height: 60px;
  }
  .pd2 .pd1Ct .content{
    margin-top: 40px;
  }
  .pd1Ct .top .right .model{
    margin-top: 10px;
  }
  .pd1Ct .top .right .model p{
    font-size: 12px;
    margin-right: 10px;
  }
  .pd1Ct .top .right .model .ab{
    width: calc(100% - 60px - 10px);
  }
  .pd1Ct .top .right .model .ab a{
    font-size: 12px;
    margin-right: 10px;
  }
  .pd1Ct .content .ib{
    margin-top: 20px;
  }
  .pd2 .pd1Ct .top .right .txt p::before{
    width: 5px;
    height: 5px;
  }
  .pd2 .pd1Ct .content{
    margin-top: 40px;
  }
  .p-box .ct{
    padding: 30px 0;
  }
  .p-box .ct .p-swiper{
    /* width: calc(100% - 80px);
    height: 520px; */
    display: none;
  }
  .p-box .ct .pb{
    display: none;
  }
  .p-box .ct .next{
    right: 0px;
  }
  .p-box .ct .prev{
    left: 0px;
  }
  .p-box .ct .pb i{
    font-size: 16px;
  }
  .p-box .ct .pb{
    width: 25px;
    height: 25px;
  }
  .p-box .ct .p-swiper a .flow{
    width: calc(100% - 30px);
    padding: 0 15px;
    top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-box .ct .p-swiper a .flow img{
    height: 80px;
  }
  .p-box .ct .p-swiper a .flow p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
  }
  .p-box .ct .p-swiper a .jt{
    height: 20px;
    bottom: 80px;
    left: 30px;
  }
  .p-box .ct .appbox a{
    display: block;
    width: 100%;
    height: 140px;
    position: relative;
  }
  .p-box .ct .appbox a:not(:first-of-type){
    margin-top: 12px;
  }
  .p-box .ct .appbox a .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-box .ct .appbox a .txt{
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-box .ct .appbox a .txt .left{
    max-width: calc(100% - 50px);
  }
  .p-box .ct .appbox a .txt .left img{
    height: 45px;
  }
  .p-box .ct .appbox a .txt .left p{
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 12px;
  }
  .p-box .ct .appbox a .txt .right{
    height: 13px;
  }
  .banner .ct .right{
    width: 65%;
    height: auto;
    margin-top: 20px;
  }
  .pl-box .ct{
    padding: 30px 0 40px 0;
  }
  .p-nav .ct .one{
    font-size: 14px;
    padding: 15px 0;
  }
  .p-nav .ct .one.active::after{
    width: 100%;
  }
  .p-nav .ct .one:hover:after{
    width: 100%;
  }
  .p-nav .pnav-swiper{
    width: calc(100% - 50px);

  }
  .p-nav .ct i{
    font-size: 16px;
  }
  .p-nav .ct .prev{
    left: 0;
  }
  .p-nav .ct .next{
    right: 0;
  }
  .p-nav .ct .flow .nb .rq{
    width: calc(100% - 30px);
    padding: 10px 15px 0 15px;
    border-radius: 0 0 14px 14px;
  }
  .p-nav .ct .flow a{
    font-size: 12px;
    padding: 0 10px;
    height: 24px;
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .p-nav .ct .flow a.active,
  .p-nav .ct .flow a:hover{
    background-color: #ffffff;
    color: #333333;
  }
  /* .p-nav .ct .item:not(:first-of-type){
    margin-left: 20px;
  } */
  /* .p-nav .ct .flow{
    width: calc(100% - 30px);
    padding: 10px 15px 0 15px;
    border-radius: 0 0 14px 14px;
  }
  .p-nav .ct .flow a{
    font-size: 12px;
    padding: 0 10px;
    height: 24px;
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .p-nav .ct .navbar::-webkit-scrollbar{
    width: 3px;
    height: 3px;
  }
  .p-nav .ct .flow a.active,
  .p-nav .ct .flow a:hover{
    background-color: #ffffff;
    color: #333333;
  } */
  .p1-list{
    margin-top: 30px;
  }
  .p1-list li{
    width: calc((100% - 10px) / 2);
    height: 285px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .p1-list li:hover{
    transform: unset;
  }
  .p1-list li:nth-of-type(2n){
    margin-right: 0;
  }
  .p1-list li a .flow{
    max-width: calc(90% - 20px);
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 0 0 10px 10px;
  }
  .p1-list li a .bjib img{
    width: 70px;
  }
  .p1-list li a .ib{
    height: 130px;
  }
  .p1-list li a {
    padding-top: 45px;
    height: calc(100% - 45px);
  }
  .p1-list li a .txt{
    margin: 15px auto 0;
  }
  .p1-list li a .txt h3{
    font-size: 14px;
  }
  .p1-list li a .txt h6{
    font-size: 12px;
  }
  .p1-list li a .txt .more span{
    font-size: 12px;
  }
  .p1-list li a .txt .more img{
    height: 10px;
  }
  .s1-box{
    height: 200px;
  }
  .swg{
    padding-top: 50px;
  }
  .swg img{
    width: 100px;
  }
  .swg h4{
    font-size: 14px;
    margin: 15px 0;
  }
  .swg p{
    font-size: 12px;
  }
  .s2-box .ct{
    padding: 0 0 40px 0;
  }
  .se-list{
    margin-top: -80px;
  }
  .se-list li:hover{
    transform: unset;
  }
  .se-list li a{
    height: auto;
    /* flex-direction: column; */
    border-radius: 8px;
  }
  .se-list li a .ib{
    width: 130px;
    height: 130px;
    border-radius: 8px;
  }
  .se-list li a .txt{
    width: calc(100% - 130px - 25px);
    padding: 0 10px 0 15px;
  }
  .se-list li a .txt h3{
    font-size: 14px;
  }
  .se-list li a .txt h6{
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0 13px 0;
  }
  .se-list li:not(:first-of-type){
    margin-top: 20px;
  }
  .se-list li a .txt .more{
    height: 28px;
    width: 115px;
  }
  .se-list li a .txt .more span{
    font-size: 12px;
  }
  .se-list li a .txt .more img{
    height: 13px;
  }
  .page .el-pagination .btn-next,
  .page .el-pagination .btn-prev{
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
  .page .el-pagination .btn-prev{
    margin-right: 10px;
  }
  .page .el-pagination .btn-next{
    margin-left: 5px;
  }
  .page .el-pagination .btn-next .el-icon,
  .page .el-pagination .btn-prev .el-icon{
    font-size: 14px;
  }
  .page .el-pager li{
    width: 26px;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .back{
    /* display: none; */
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
  }
  .back:hover{
    transform: unset;
  }
  .back.active{
    left: calc((100% - 90%) / 2);
  }
  .back .rund{
    transform: unset;
    width: 30px;
    height: 30px;
  }
  .back .rund i{
    font-size: 16px;
  }
  .back p{
    font-size: 12px;
    margin: 0;
    padding: 0 7px 0 5px;
    line-height: 1;
  }
  .pd1Ct .back{
    top: 20px;
  }
  .s2-box .back{
    top: 65px;
    left: calc((100% - 90%) / 2);
  }
  .footer-box{
    display: none;
  }
  .footer-boxapp{
    display: block;
    background: linear-gradient(0deg, #040050, #7F0EF0);
  }
  .footer-boxapp .ct{
    margin: 0 auto;
    padding: 25px 0 15px 0;
  }
  .footer-boxapp .ct .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-boxapp .ct .top a img{
    height: 51px;
  }
  .footer-boxapp .ct .top .wz p{
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
  }
  .footer-boxapp .ct .top .wz h6{
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
  }
  .footer-boxapp .ct .mide{
    margin-top: 20px;
  }
  .footer-boxapp .ct .mide .row:not(:first-of-type){
    margin-top: 15px;
  }
  .footer-boxapp .ct .mide .row .ss{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7F1AF0;
    padding-bottom: 15px;
  }
  .footer-boxapp .ct .mide .row .ss p{
    max-width: calc(100% - 20px);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer-boxapp .ct .mide .row .ss i{
    font-size: 18px;
    color: #ffffff;
    transition: 0.3s;
  }
  .footer-boxapp .ct .mide .row.active .ss i{
    transform: rotate(180deg);
  }
  .footer-boxapp .ct .mide .row:last-of-type .ab{
    padding-bottom: 0;
  }
  .footer-boxapp .ct .mide .row .ab{
    margin-top: 13px;
    padding-bottom: 13px;
    display: none;
  }
  .footer-boxapp .ct .mide .row .ab a{
    display: block;
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer-boxapp .ct .mide .row .ab a:not(:first-of-type){
    margin-top: 5px;
  }
  .footer-boxapp .ct .mide .row .ss .icon{
    display: flex;
    align-items: center;
  }
  .footer-boxapp .ct .mide .row .ss .icon a img{
    height: 18px;
  }
  .footer-boxapp .ct .mide .row .ss .icon a:not(:first-of-type){
    margin-left: 20px;
  }
  .footer-boxapp .ct .mide .row .ab .qrb{
    border-bottom: 1px solid #7F1AF0;
    padding-bottom: 15px;
  }
  .footer-boxapp .ct .mide .row .qr{
    width: 100px;
    margin-left: auto;
  }
  .footer-boxapp .ct .db{
    margin-top: 15px;
  }
  .footer-boxapp .ct .db a{
    display: block;
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .footer-boxapp .ct .db a:not(:first-of-type){
    margin-top: 5px;
  }
  /* .footer-box .ct{
    padding: 30px 0 20px 0;
    align-items: flex-start;
  }
  .footer-box .ct .logo img{
    height: 41px;
  }
  .footer-box .ct .left .txt{
    margin-top: 15px;
  }
  .footer-box .ct .left .txt p{
    font-size: 12px;
  }
  .footer-box .ct .left .txt .hm{
    font-size: 20px;
    margin: 5px 0;
  }
  .footer-box .ct .right .item:not(:last-of-type){
    display: none;
  }
  .footer-box .ct .left{
    width: max-content;
  }
  .footer-box .ct .right{
    width: max-content;
    justify-content: center;
  }
  .footer-box .ct .right .item{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-box .ct .right .item .qr{
    margin-top: 10px;
  }
  .footer-box .ct .right .item .qr .icon{
    width: 80px;
  }
  .footer-box .ct .right .item .qr .icon img{
    height: 15px;
  }
  .footer-box .ct .right .item h3{
    font-size: 12px;
  }
  .footer-box .ct .right .item .qr{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-box .ct .right .item .qr .qri{
    width: 80px;
  }
  .footer-box .bottom{
    width: 97%;
  }
  .footer-box .bottom .bct{
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .footer-box .bottom .bct a{
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  .footer-box .bottom .bct a:not(:first-of-type){
    margin-top: 3px;
  } */
}