* {
  margin: 0;
  padding: 0;
}

.html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.demo-detail .banner {
  width: 100%;
  height: 600px;
  margin-top: 90px;
  background-image: url(../img/demo-img/demo-top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 200px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.demo-detail .banner .detail-intro {
  width: 600px;
  height: 400px;
  background: #fff;
  padding: 40px 80px;
  box-sizing: border-box;
}

.demo-detail .banner .detail-intro .intro-title img {
  width: 60px;
}

.demo-detail .banner .detail-intro .intro-title p {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dedfdf;
}

.demo-detail .banner .detail-intro .intro-content .content-list {
  margin-top: 20px;
  list-style: none;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.demo-detail .banner .detail-intro .intro-content .content-list li {
  display: flex;
}

.demo-detail .banner .detail-intro .intro-content .content-list li .title {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
}

.demo-detail .banner .detail-intro .intro-content .content-list li .desc {
  flex: 4;
  font-size: 16px;
  color: #949494;
}

.demo-detail .demo-detail-content {
  padding: 0 px;
  box-sizing: border-box;
  margin-top: 100px;
}

.demo-detail .demo-detail-content .swiper1 {
  width: 100%;
  padding-bottom: 100px;
  border-bottom: 1px solid #dedfdf;
}

.demo-detail .demo-detail-content .swiper1 .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.demo-detail .demo-detail-content .swiper1 .swiper .pre {
  width: 50px;
  height: 50px;
  padding: 5px 8px;
  box-sizing: border-box;
  background-color: #2c1782;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 25px;
  z-index: 10;
}

.demo-detail .demo-detail-content .swiper1 .swiper .pre:hover {
  background-color: #e7791a;
}



.demo-detail .demo-detail-content .swiper1 .swiper .pre img {
  width: 30px;
  height: 30px;
  transform: skewX(20deg);
}

.demo-detail .demo-detail-content .swiper1 .swiper .next {
  width: 50px;
  height: 50px;
  padding: 5px 8px;
  box-sizing: border-box;
  background-color: #2c1782;
  transform: skewX(-20deg);
  display: flex;
  justify-content: center;
  position: relative;
  right: 25px;
  z-index: 10;
}



.demo-detail .demo-detail-content .swiper1 .swiper .next:hover {
  background-color: #e7791a;
}

.demo-detail .demo-detail-content .swiper1 .swiper .next img {
  width: 30px;
  height: 30px;
  transform: skewX(20deg);
}

.demo-detail .demo-detail-content .swiper1 .swiper .next img{
  top: 30px;
}
.demo-detail .demo-detail-content .swiper1 .swiper img{
  opacity: 1;
}

.demo-detail .demo-detail-content .swiper1 .swiper .pre img{
  top: 30px;
  
}

.demo-detail .demo-detail-content .swiper1 .swiper .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;
}

.demo-detail .demo-detail-content .swiper1 .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-detail .demo-detail-content .desc {
  margin: 30px 0;
  line-height: 1.5;
  font-size: 16px;
}


@media screen and (min-width:768px){
  .demo-detail .demo-detail-content .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
    border-top: 1px solid #dddede;
  }
}



.demo-detail .demo-detail-content .more .more-txt li {
  font-size: 16px;
  line-height: 1.5;
}

.demo-detail .demo-detail-content .more .more-txt li:hover {
  color: #2c1782;
  text-decoration: underline;
}


.demo-detail .demo-detail-content .more .more-txt li:hover a{
   color: #2c1782;
}


/* .demo-detail .demo-detail-content .more .back-list {
  display: inline-block;
  width: 120px;
  
  text-align: center;
  box-sizing: border-box;
  background-color: #2c1782;
  color: white;
  transform: skewX(-20deg);
} */

/* .demo-detail .demo-detail-content .more .back-list a {
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  display: block;
  transform: skewX(20deg);
} */

.desc-more{
  font-size: 17.5px;
  display: flex;
}
.desc-more .more-txt{
  font-size: 14px;
  width: 100px;
  box-sizing: border-box;
  background-color: #2c1782;
  color: white;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-20deg);
}

.desc-more .more-txt span{
  display: inline-block;
  transform: skewX(20deg);
}
.desc-more .more-img{
  width: 50px;
  box-sizing: border-box;
  background-color: #e7791a;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.desc-more .more-img img{
  transform: skewX(20deg);
}


@media screen and (max-width:768px){
  .demo-detail .banner {
    height: 300px;
  }
   .demo-detail .banner .detail-intro{
    padding: 20px;
    margin-top: 580px;
    z-index: 100;
   }
   .demo-detail .demo-detail-content .swiper1 .swiper .pre,
   .demo-detail .demo-detail-content .swiper1 .swiper .next{
    display: none;
   }
   .demo-detail .demo-detail-content .swiper1{
    padding-bottom: 6%;
    border: none;
   }
   .demo-detail .banner{
      padding: 4%;
   }
    .demo-detail .demo-detail-content{
      margin-top: 90%;
      padding: 0 8px;
      padding-bottom: 12%;
    }
    .demo-detail .demo-detail-content .more .more-txt li{
      font-size: 14px;
      margin-bottom: 6px;
    }
    .demo-detail .banner .detail-intro .intro-content .content-list li {
      flex-direction: column;
      margin-top: 16px;
    }
    .demo-detail .banner .detail-intro .intro-content .content-list li .desc {
      margin: 10px 0;
    }
   .demo-detail .banner{
    margin-top: 60px;
   }
   /* .demo-detail .demo-detail-content .more .back-list{
     display: none;
   } */
   .swiper{
    --swiper-pagination-color: #2c1782;/* 两种都可以 */
  }
  .mySwiper{
    padding-bottom: 40px;
  }
  .demo-detail .demo-detail-content .more .back-list {
    margin-top: 20px;
  }
}