#app{
    padding: 0 20px;
}
.el-carousel__container {
    width: 100%;
    height: 375px;
    margin: 0 0 20px;
  }
  
  .el-carousel__container .el-carousel__item {
    width: 50%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: repeating-linear-gradient(135deg,#313131,#313131 7px,#404040 0,#404040 8px);
    padding: 0px 15px;
  }
  
  .el-carousel__container .el-carousel__item .el-carousel__mask {
    background-color: #000;
    opacity: .5;
  }
  .el-carousel__container .el-carousel__item span{
    font-size: 22px;
    font-weight: bold;
    color: #fff6dc;
    padding: 5px 0 10px;
    line-height: 1;
  }
  .el-carousel__container .el-carousel__item .c1-slide-a{
    width: 100%;
    max-width: 280px;
    font-size: 20px;
    color: #fff;
    background: #9a08c0;
    border-radius: 17.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    margin: 7px auto 0;
  }
  .el-carousel__container .el-carousel__item .c1-slide-a:hover{
    text-decoration: none;
  }
  @media screen and (max-width: 1250px) {
    .el-carousel__container {
        height: calc(240px + (375 - 240) * ((100vw - 768px) / (1250 - 768)));
      }
    .el-carousel__container .el-carousel__item span{
        font-size: calc(16px + (22 - 16) * ((100vw - 768px) / (1250 - 768)));
      }
  }
  
  .el-carousel__indicators .el-carousel__indicator.is-active button {
    background-color: #9a08c0;
  }
  
  .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #9d9d9d;
    opacity: 1;
  }
  .el-carousel__indicators .el-carousel__indicator .el-carousel__button:focus {
    outline:none;
  }
  .carousel {
    position: relative;
    padding: 0 20px;
  }
  
  .carousel__arrow {
    position: absolute;
    top: calc(50% - 36.5px);
    width: 23px;
    height: 23px;
    border-bottom: 5px solid #403c3c;
    border-left: 5px solid #403c3c;
    border-radius: 0;
    background-color: transparent;
    content: '';
    top: 60%;
    z-index: 10;
    cursor: pointer;
  }
  
  .carousel__arrow--left {
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
  }
  
  .carousel__arrow--right {
    right: 0px;
    transform: translateY(-50%) scaleX(-1) rotate(45deg);
  }
  
main{
    overflow: hidden;
}
.c1-wrap figure{
    margin: 0;
}
.c1-header{
    display: flex;
    padding: 70px 0 0;
}
.c1-header h1{
    margin: 0.3em 0 0;
    font-size: 2em;
}
.c1-header p{
    max-width: 455px;
    margin: 0.3em 0 0;
}
.c1-part1{
    padding-left: 15px;
    padding-right: 15px;
}
.c1-part1 p{
    text-align: center;
    font-size: 1.1em;
}
.c1-part1 h2{
    margin:0 0 .5em;
}
.c1-part1 .c1-swiper-container-mb{
    display: none;
}
.c1-part1 .c1-swiper-container {
    font-size: calc(1vw + 1vh + .5vmin);
    width: 100%;
    max-width: 1068px;
    padding:20px 0 50px;
}
@media screen and (max-width:1700px){
    .c1-part1 .c1-swiper-container {
        max-width: calc(530px + (975 - 530) * ((100vw - 768px) / (1700 - 768)));
    }
}
/* .c1-part1  .swiper-slide{ */
    /* max-width: 570px; */
    /* height: 385px; */
    /* max-width: 17em; */
    /* height: 11.6em; */
    /* background: repeating-linear-gradient(135deg,#313131,#313131 7px,#404040 0,#404040 8px); */
    /* border-radius: 10px; */
    /* padding: 10px 15px; */
    /* position: relative; */
/* } */
/* .c1-part1 .c1-swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0,0,0,.4);
} */
/* .c1-part1 .swiper-slide-active .c1-swiper{
    background: transparent;
    display: none;
} */
.c1-part1  .swiper-slide span{
    display: block;
    margin: 0 0 10px;
    font-size: 0.6em;
    font-weight: bold;
    color: #fff6dc;
    line-height: 1.2;
    letter-spacing: 2px;
}
.c1-part1 .swiper-slide .c1-slide-a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    height: 2em;
    margin: 10px auto 0;
    background: #9a08c0;
    border-radius: 17.5px;
    font-size: 0.6em;
    color: #fff;
    font-weight: bold;
}
.c1-part1 .swiper-slide .c1-slide-a:hover{
    text-decoration: none;
}
.c1-part1 .swiper-button-prev:after{
    content: url('../images/c1-slide-arr2.png');
}
.c1-part1 .swiper-button-next:after{
    content: url('../images/c1-slide-arr1.png');
}
.c1-part1 .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #9d9d9d;
    opacity: 1;
}
.c1-part1 .swiper-pagination-bullet-active{
    background: #9a08c0;
}
.c1-part1 .c1-line-a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    height: 60px;
    background: #00b800;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    letter-spacing: 2px;
}
.c1-part1 .c1-line-a:hover{
    text-decoration: none;
    color: #fff;
}
.c1-part4 .c1-part4-a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    height: 60px;
    background: #cc0408;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
    margin: 40px auto 0;
}
.c1-part4 .c1-part4-a:hover{
    text-decoration: none;
    color: #fff;
}
.c1-part4 .c1-part4-a p{
    margin: 0 0 10px 10px;
}
.c1-part5 h2{
    padding: 1em 0 0;
    margin:0 0 .5em ;
}
.c1-part5 p{
    text-align: center;
    font-size: 1.1em;
}
@keyframes arrmove { 
  0% { bottom: 5px; }
  50% { bottom: 15px}
  100% { bottom: 5px }
}
.cl-list-group{
    flex-wrap: wrap;
}
.cl-list-group .c1-list{
    margin: 10px;
}
.cl-list-group .c1-list .c1-btn-mb{
    display: none;
}
.cl-list-group .c1-list .c1-text span{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    transition: all .5s ease-in-out;
    animation: arrmove 1s both infinite linear;
}
.cl-list-group .c1-list .c1-btn .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 30px;
    border-radius: 15px;
    background: #a70c6b;
    margin: 0 auto;
}
.cl-list-group .c1-list .c1-btn .btn{
    font-size: 15px;
    color: #fff;
}
.cl-list-group .c1-list .c1-btn .btn:hover{
    background: #5a0aa5;
}
@media screen and (max-width: 768px){
    .c1-header{
        padding: 50px 0 0;
    }
    .c1-header .c1-container-wrap h1{
        font-size: 1.4em;
    }
    .c1-header .c1-container-wrap p{
        font-size: 0.9em;
    }
    .cl-list-group .c1-list{
        margin: 5px;
    }
    .cl-list-group .c1-list .c1-btn,.cl-list-group .c1-list .c1-text span{
        display: none;
    }
    .cl-list-group .c1-list .c1-btn-mb{
        display: block;
    }
    .cl-list-group .c1-list .c1-text{
        font-size: 1em;
    }
    .c1-part1 .c1-line-a{
        font-size: 20px;
    }
    .c1-part1 .c1-line-a:hover{
        text-decoration: none;
        color: #fff;
    }
    .c1-part1 #app{
        display: none;
    }
    .c1-part1 .c1-swiper-container-mb{
        display: block;
        width: 100%;
        max-width: 570px;
        padding: 0 25px;
    }
    .c1-part1  .swiper-slide{
        width: 100%;
        max-width: 570px;
        height: auto;
        background: #323232;
        border-radius: 10px;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .c1-part1 .swiper-slide span{
        font-size: 14px;
        margin: 0 0 5px;
    }
    .c1-part1 .swiper-slide .c1-slide-a{
        width: 180px;
        height: 25px;
        font-size: 13px;
    }
    .c1-part1 .swiper-button-prev,.c1-part1 .swiper-button-next{
        background: transparent;
        top: 40%;
    }
    .c1-part1 .swiper-button-prev{
        left: -7px;
    }
    .c1-part1 .swiper-button-next{
        right: -7px;
    }
    .c1-part1 .swiper-pagination .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
    }
    .c1-part1 .swiper-pagination .swiper-pagination-bullet-active{
        background: #9a08c0;
        transform: scale(1);
    }
    .cl-list-group .a1-default .a1-text{
        height: 50px;
    }
}