ul,li{
  margin:0;
  padding:0
}
#Little_video{
  width:100%;
  height:100%;
  border-radius: 30px;
}
.mobile-show-box{
  display: none
}



.bg{
  max-width:960px;
  margin:0 auto;
  background:#f7a600;

}

.bg img{
  width:100%;
}


@media(min-width:640px){





  .pc-show-box .pc-img-box-a{
    position: relative;
    max-width:960px;
    margin:0 auto;
  }
  .pc-show-box .pc-img-box-a > img{
   width:100%;
  }
  .pc-show-box .pc-img-box-a .img-a-pos{
   position: absolute;
   top:69%;
   left:0;
   z-index: 2;
   width:100%;
   text-align: center;
  }
  .pc-show-box .pc-img-box-a .img-a-pos > img{
   width:80%;
  }




  .pc-show-box .pc-img-box-b{
    position: relative;
    max-width:960px;
    margin:0 auto;
  }
  .pc-show-box .pc-img-box-b > img{
   width:100%;
  }
  .pc-show-box .pc-img-box-b .img-b-pos{
   position: absolute;
   top:8%;
   left:0;
   z-index: 2;
   width:100%;
   text-align: center;
  }
  .pc-show-box .pc-img-box-b .img-b-pos ul li a img{
    width:90%;
  }

  .pc-show-box .pc-img-box-b .img-b-pos ul li{
    display: inline-block;
    width:19%;
    text-align: center;
  }




  .pc-show-box .pc-img-box-c{
    position: relative;
    max-width:960px;
    margin:0 auto;;
  }
  .pc-show-box .pc-img-box-c > img{
   width:100%;
  }
  .pc-show-box .pc-img-box-c .img-c-pos{
   position: absolute;
   top:1%;
   left:0;
   z-index: 2;
   width:100%;
   text-align: center;
  }
  .pc-show-box .pc-img-box-c .img-c-pos > img {
    width:59%;
    float:right;
    margin-right:2%;
  }
  .pc-show-box .pc-img-box-c .img-c-pos .device{
    position: absolute;
    bottom:0;
    left:0;
    z-index: 3;
    width:45%;
    text-align: center;
    margin-left:2%;
  }




  .pc-show-box .pc-img-box-d{
    position: relative;
    max-width:960px;
    margin:0 auto;
  }
 .pc-show-box .pc-img-box-d > img{
   width:100%;
  }
  .pc-show-box .pc-img-box-d .img-d-pos{
   position: absolute;
   top:27%;
   left:0;
   z-index: 2;
   width:100%;
   text-align: center;
  }
  .pc-show-box .pc-img-box-d .img-d-pos > img {
    width:59%;
    float:left;
    margin-left:1%;
  }
  .pc-show-box .pc-img-box-d .img-d-pos .device{
    position: absolute;
    bottom:1.2%;
    right:0;
    z-index: 3;
    width:45%;
    text-align: center;
    margin-right:2%;
  }




  .pc-show-box .pc-img-box-e{
    position: relative;
    max-width:960px;
    margin:0 auto;
  }
  .pc-show-box .pc-img-box-e > img{
   width:100%;
  }
  .pc-show-box .pc-img-box-e .img-e-pos{
   position: absolute;
   top:25%;
   left:0;
   z-index: 2;
   width:100%;
   text-align: center;
  }
  .pc-show-box .pc-img-box-e .img-e-pos > img {
    width:59%;
    float:right;

  }
  .pc-show-box .pc-img-box-e .img-e-pos .device{
    position: absolute;
    bottom:22px;
    left: :0;
    z-index: 3;
    width:45%;
    text-align: center;
    margin-left:2%;
  }




  .pc-show-box .pc-img-box-f{
    position: relative;
    max-width:960px;
    margin:0 auto;
  }
  .pc-show-box .pc-img-box-f > img{
   width:100%;
  }
  .pc-show-box .pc-img-box-f .img-f-pos{
   position: absolute;
   top:17%;
   left:0;
   z-index: 2;
   width:100%;
   text-align: center;
  }
  .pc-show-box .pc-img-box-f .img-f-pos > img {
    width:75%;
    float:left;
  }
  .pc-show-box .pc-img-box-f .img-f-pos .device{
    position: absolute;
    bottom:36%;
    right:0;
    z-index: 3;
    width:45%;
    text-align: center;
    margin-right:2%;
  }




  .pc-show-box .pc-img-box-g{
    position: relative;
    max-width:960px;
    margin:0 auto;
  }
  .pc-show-box .pc-img-box-g > img{
   width:100%;
  }
  .pc-show-box .pc-img-box-g .img-g-pos{
   position: absolute;
   bottom:0;
   left:0;
   z-index: 2;
   width:100%;
   text-align: center;
  }
  .pc-show-box .pc-img-box-g .img-g-pos > img {
    width:70%;
    float:right;
  }
  .pc-show-box .pc-img-box-g .img-g-pos .device{
    position: absolute;
    bottom:28.2%;
    left:0;
    z-index: 3;
    width:45%;
    text-align: center;
    margin-left:2%;
  }








  .device {
    width:40%;
    padding: 15px;
    border-radius: 20px;
    background: #ffefb5;
    position: relative;
    margin-top:-10px;

  }
  .device .arrow-left {
    background: url(/r/cms/pccw/2017/20170822/arrows.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 4;
  }
  .device .arrow-right {
    background: url(/r/cms/pccw/2017/20170822/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 4;
  }
  .swiper-container {
    width: 100%;
  }
  .content-slide {
    padding: 20px;
    color: #fff;
  }

  .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:0;
    width: 100%;
    z-index: 4;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #ffb055;
  }

  .swiper-slide img{
    width:100%;
  }
}



@media(max-width:639px){
.pc-show-box{
 display: none;
}
.mobile-show-box{
 display:block;
}
.mobile-show-box .mobile-img-box-a{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-a > img{
 width:100%;
}
.mobile-show-box .mobile-img-box-a .img-a-pos{
 position: absolute;
 top:69%;
 left:0;
 z-index: 2;
 width:100%;
 text-align: center;
}
.mobile-show-box .mobile-img-box-a .img-a-pos > img{
 width:95%;
}



.mobile-show-box .mobile-img-box-b{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-b > img{
 width:100%;
}
.mobile-show-box .mobile-img-box-b .img-b-pos{
 position: absolute;
 top:11.5%;
 left:0;
 z-index: 2;
 width:100%;
 text-align: center;
}
.mobile-show-box .mobile-img-box-b .img-b-pos ul:nth-child(1) li a img{
  width:90%;
}
.mobile-show-box .mobile-img-box-b .img-b-pos ul:nth-child(2) li a img{
  width:60%;
}
.mobile-show-box .mobile-img-box-b .img-b-pos ul:nth-child(1) li{
  display: inline-block;
  width:32%;
  text-align: center;
}
.mobile-show-box .mobile-img-box-b .img-b-pos ul:nth-child(2) li{
  display: inline-block;
  width:49%;
  margin-top:3%;
}
.mobile-show-box .mobile-img-box-b .img-b-pos ul:nth-child(2) li:nth-child(1){
  text-align: right;
  padding-right:2%;
}
.mobile-show-box .mobile-img-box-b .img-b-pos ul:nth-child(2) li:nth-child(2){
  text-align: left;
   padding-left:2%;
}




.mobile-show-box .mobile-img-box-c{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-c > img{
 width:100%;
}
.mobile-show-box .mobile-img-box-c .img-c-pos{
 position: absolute;
 top:1%;
 left:0;
 z-index: 2;
 width:100%;
 text-align: center;
}
.mobile-show-box .mobile-img-box-c .img-c-pos > img {
  width:95%;
}
.mobile-show-box .mobile-img-box-c .img-c-pos .device{
  float:right;
  margin-right:10%;
    margin-top:1%;
}




.mobile-show-box .mobile-img-box-d{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-d > img{
 width:100%;
}
.mobile-show-box .mobile-img-box-d .img-d-pos{
 position: absolute;
 top:25%;
 left:0;
 z-index: 2;
 width:100%;
 text-align: center;
}
.mobile-show-box .mobile-img-box-d .img-d-pos > img {
  width:95%;
}
.mobile-show-box .mobile-img-box-d .img-d-pos .device{
  float:left;
  margin-left:10%;
  margin-top:1%;
}




.mobile-show-box .mobile-img-box-e{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-e > img{
 width:100%;
}
.mobile-show-box .mobile-img-box-e .img-e-pos{
 position: absolute;
 top:18%;
 left:0;
 z-index: 2;
 width:100%;
 text-align: center;
}
.mobile-show-box .mobile-img-box-e .img-e-pos > img {
  width:95%;
}
.mobile-show-box .mobile-img-box-e .img-e-pos .device{
  float:right;
  margin-right:10%;
  margin-top:-4%;
}




.mobile-show-box .mobile-img-box-f{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-f > img{
 width:100%;
}
.mobile-show-box .mobile-img-box-f .img-f-pos{
 position: absolute;
 top:22%;
 left:0;
 z-index: 2;
 width:100%;
 text-align: center;
}
.mobile-show-box .mobile-img-box-f .img-f-pos > img {
  width:95%;
}
.mobile-show-box .mobile-img-box-f .img-f-pos .device{
  float:left;
  margin-left:10%;
  margin-top:-12%;
}



.mobile-show-box .mobile-img-box-g{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-g > img{
 width:100%;
}
.mobile-show-box .mobile-img-box-g .img-g-pos{
 position: absolute;
 top:26%;
 left:0;
 z-index: 2;
 width:100%;
 text-align: center;
}
.mobile-show-box .mobile-img-box-g .img-g-pos > img {
  width:95%;
}
.mobile-show-box .mobile-img-box-g .img-g-pos .device{
  float:right;
  margin-right:10%;
  margin-top:-5%;
}



.mobile-show-box .mobile-img-box-h{
  position: relative;
  width:100%;
}
.mobile-show-box .mobile-img-box-h > img{
 width:100%;
}





.device {
  width:75%;
  padding: 15px;
  border-radius: 20px;
  background: #ffefb5;
  position: relative;
  margin-top:-10px;

}
.device .arrow-left {
  background: url(/r/cms/pccw/2017/20170822/arrows.png) no-repeat left top;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 4;
}
.device .arrow-right {
  background: url(/r/cms/pccw/2017/20170822/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 4;
}
.swiper-container {
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:0;
  width: 100%;
  z-index: 4;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ffb055;
}

.swiper-slide img{
  width:100%;
}





}
















.clear{
  clear:both;
}
