#vid_page{
  width:100%;
  padding:30px;
}
#vid_page ul{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
#vid_page ul li{
  margin:10px 5px;
}
#vid_page ul li a{
  display:block;
  padding:2px 6px;
  border: 1px solid #999;
  color:#333;
  font-size:12px;
}
#vid_page ul li strong{
  font-size:12px;
  color:#333;
}

#pro_mac_list{
  width:100%;
  margin-top: 30px;
}
#vus_img{
      float: left;
      width:560px;
      margin:20px 0 0 20px;
      height: 300px;
      cursor: pointer;
    }
    #vus_img img{
      display:block;
      width:100%;
      height: 100%;
      object-fit: cover;
    }  
    @media screen and (max-width: 720px){
      #vus_img{
      float: left;
      width:100%;
      height: 100%;
      margin-left: 0;
      }
    }
    #vus_video{
      display:none;
      width:100%;
      height: 100%;
      position: fixed;
      left:0;
      top:0;
      z-index:9999;
      background:rgba(0,0,0,.8)
    }
    #vus_video .btn_close{
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
    }
    #vus_video .btn_close i{
      width: 40px;
      height: 40px;
      border: 1px solid #666;
      display: block;
      border-radius: 100%;
      background: url(../images/close_1.png)no-repeat center center;
      background-size: 20px 20px;
    }
    #vus_video .video{
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #vus_video .video .main_video{
      display: block;
      width: 80%;
      height:90%;
    }
    @media screen and (max-width: 720px){
      #vus_video .video .main_video{
      display: block;
      width: 90%;
      height:90%;
      }
      #vus_video .btn_close i{
      width: 30px;
      height: 30px;
      border: 1px solid #666;
      display: block;
      border-radius: 100%;
      background: url(../images/close_1.png)no-repeat center center;
      background-size: 15px 15px;
    }
    }
#pro_mac_list .wrap{
  width:1200px;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#left1{
  width: 24%;
}
#left1 .tit{
  border-left: 7px solid #e7141a;
  background: #333;
  color: #fff;
  padding: 19px 0 19px 25px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#left1 .tit h1{
  font-size: 14px;
  color: #fff;
}
#left1 .tit a{
  font-size: 14px;
  color: #fff;
}
#left1 ul{
  width:100%;
}
#left1 ul li{

}
#left1 ul li span{
  display:block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
  background: #f2f2f2;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 0;
  font-weight: normal;
  box-sizing: border-box;
}
#left1 ul li span em{
  display:block;
  width:40px;
  height: 15px;
  background: url(../picture/icon1.png)no-repeat center center;
  background-size: 15px 15px;
}
#left1 ul li a{
  padding:0;
  background:#f2f2f2;
}
#left1 ul li span a{
  background: #f2f2f2;
  color: #333;
}
#left1 ul li span a:hover{
  background: #f2f2f2;
  color: #333;
}
#left1 ul li.on_elec a{
  background: #f2f2f2;
  color: #333;
}
#left1 ul li span a{
  display: block;
  width: calc(100% - 40px);
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size:14px;
  padding:0;
  background:#f2f2f2;
} 
#left1 ul li span a:hover{
  padding:0;
  background:#f2f2f2;
}
#left1 ul li.on_elec span em{
  background: url(../picture/icon2.png)no-repeat center center;
  background-size: 15px 15px;
}
#left1 ul li.on_elec span a{
  color: #e7141a;
  font-weight: bold;
  background:#f2f2f2;
}
#left1 ul li.on_elec a.on_elec_sub{
  color: #e7141a;
  background:#f2f2f2;
}
#left1 ul li dl{
  width:100%;
  display:none;
}
#left1 ul li dl dd{
  margin-top: 3px;
  background: #f2f2f2;
}
#left1 ul li dl dd a{
  display:block;
  padding: 8px 0 8px 40px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size:12px;
}
#left1 ul li dl dd.on_elec_item a{
  color:#e7141a;
}
#left1 ul li dl dd a:hover{
  color:#e7141a;
}

#pro_mac_list .wrap .right{
  width: 72%;
}
#pro_mac_list .wrap .right .wzh{
  width:100%;
  display:flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  line-height: 68px;
  margin-right: 10px;
  color:#666;
  font-size:12px;
}
#pro_mac_list .wrap .right .wzh p{
  font-size: 12px;
  color:#333;
}
#pro_mac_list .wrap .right .wzh a{
  color:#666;
  font-size:12px;
  margin:0 5px;
}
#pro_mac_list .wrap .right .list{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#pro_mac_list .wrap .right .list li{
  width:50%;
  padding:0 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#pro_mac_list .wrap .right .list li .box{
  width:100%;
}
#pro_mac_list .wrap .right .list li .box .img{
  width:100%;
  border: 1px solid #ddd;
}
#pro_mac_list .wrap .right .list li .box .img img{
  width:100%;
  height: auto;
}
#pro_mac_list .wrap .right .list li .box p{
  font-size: 14px;
  color: #333;
  margin-top:10px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
#pro_mac_list .wrap .right .list li .box p a{
  color:#333;
}
#pro_mac_list .wrap .right .list li .box p a:hover{
  color:#e7141a;
}
#pro_mac_list .wrap .right .list li .box .btn{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top:10px;
}
#pro_mac_list .wrap .right .list li .box .btn a{
  display: block;
  width: 85px;
  line-height: 25px;
  border:1px solid #666;
  border-radius: 33px;
  text-align: center;
  font-size:14px;
  transition: all ease .3s;
} 
#pro_mac_list .wrap .right .list li .box .btn a:hover{
  color:#fff;
  background:#e7141a;
  border:1px solid #e7141a;
}
@media all and (max-width: 1200px) {
  #pro_mac_list .wrap .right .wzh{
    justify-content: flex-start;
  }
  #pro_mac_list .wrap{
    width:95%;
    margin:0 auto;
  }
}
@media all and (max-width: 750px) {
  #left1{
    width:80%;
    margin:0 auto;
  }
  #pro_mac_list .wrap .right{
    width:100%;
  }
}
@media all and (max-width: 480px) {
  #pro_mac_list{
    margin-top:20px;
  }
  #left1{
    width:100%;
  }
  #left1 ul li h1{
    padding:10px 0;
  }
  #left1 .tit{
    padding: 15px 0 15px 20px;
  }
  #pro_mac_list .wrap .right .wzh{
    line-height: 32px;
    margin-top:20px;
  }
  #pro_mac_list .wrap .right .list li{
    padding:0;
    width:48%;
  }
  #pro_mac_list .wrap .right .list li .box p a{
    font-size:12px;
  }
}

#pro_mac_art2{
  width:100%;
  margin-top:30px;
}
#pro_mac_art2 .wrap{
  width:1200px;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#pro_mac_art2 .wrap .right{
  width: 72%;
}
#prn{
  width:100%;
  max-width: 100%;
}
#prn h1{
  font-size: 20px;
  color: #171717;
  line-height: 30px;
  margin-top:15px;
  width:80%;
  margin:0 auto;
  text-align: center;
}
#prn .pri{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:20px;
  float: none;
  height: auto;
}
#prn .pri .prt{
  width:100%;
  float: none;
  height: auto;
  max-width: 100%;
  margin-left: 0;
}
#prn .pri .prx{
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
#prn .pri .prx .prq{
  display:block;
  width:100%;
  margin-top:10px;
  background: url(../images/cpem.png) left center no-repeat #bf0b19;
  line-height: 52px;
  color: #fff;
  text-align: center;
  background-position: 15%;
}
#prn .pri .prx .prv{
  display:block;
  width: 100%;
  background: url(../images/cpvd.png) left center no-repeat #ededed;
  line-height: 52px;
  color: #3d3d3d;
  text-align: center;
  background-position: 15%;
  margin-top: 10px;
}
#prn .pri .prx .prb{
  display:block;
  width: 100%;
  background: url(../images/cpdl.png) left center no-repeat #ededed;
  line-height: 52px;
  color: #3d3d3d;
  text-align: center;
  background-position: 15%;
  margin-top: 10px;
}
#prn .pri .prx p{
  font-size:14px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  color: #8b8b8b;
}
#prn .pri .prx .share{
  width:100%;
}
#prn .pri .prx .share .share_tit{
  background-color: rgb(240, 240, 240);
  padding-left: 10px;
  line-height: 42px;
  color: #333;
  font-weight: bold;
  text-align: left;
  margin-top:15x;
  box-sizing: border-box;
}
#prn .pri .prx .share .share_list{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
#prn .pri .prx .share .share_list .share_item{
  width: 30px;
  height: 30px;
  margin: 10px 10px 0;
}
#prn .pri .prx .share .share_list .share_item1 a{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/icon3.png)no-repeat center center;
  background-size: 100% 100%;
}
#prn .pri .prx .share .share_list .share_item2 a{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/icon4.png)no-repeat center center;
  background-size: 100% 100%;
}
#prn .pri .prx .share .share_list .share_item3 a{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/icon5.png)no-repeat center center;
  background-size: 100% 100%;
}
#prn .pri .prx .share .share_list .share_item4 a{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/icon6.png)no-repeat center center;
  background-size: 100% 100%;
}
#prn .pri .prx .share .share_list .share_item5 a{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/icon7.png)no-repeat center center;
  background-size: 100% 100%;
}
#tabs{
  width:100%;
  margin-top:25px;
}
#tabs .tabs_list{
  width:100%;
  display:flex;
  justify-content: flex-start;
  border-bottom: 1px solid #bf0b19;
}
#tabs .tabs_list li{
  width:15%;
  margin-right: 5px;
}
#tabs .tabs_list li a{
  display:block;
  line-height:50px;
  cursor: pointer;
  background-color: #ebebeb;
  color: #808080;
  font-size: 14px;
  transition: all 0.4s ease 0s;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#tabs .tabs_list li:hover{
  background: #d9d9d9;
}
#tabs .tabs_list li.on a{
  background-color: #bf0b19;
  color: #fff;
}
#tabs .tabs_content{
  width:100%;
  margin: 10px 0 15px;
}
#tabs .tabs_content .tabs_item{
  width:100%;
}
#tabs .tabs_content .tabs_item strong{
  width:100%;
  color:#333;
  font-size:14px;
  line-height: 30px;
}
#tabs .tabs_content .tabs_item p{
  width:100% !important;
  line-height: 30px;
  color:#333;
  font-size:14px;
}
#tabs .tabs_content .tabs_item table{
  width:100%;
  border-collapse: collapse;
  border:1px solid #ddd;
}
#tabs .tabs_content .tabs_item table tr{
  width:100%;
}
#tabs .tabs_content .tabs_item table tr td{
  border:1px solid #ddd;
  color:#333;
  font-size:14px;
  line-height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
}
#tabs .tabs_content .tabs_item:nth-child(n+2){
  display:none;
}
#psxy{
  width:100%;
  margin:16px 10px;
}
#psxy p{
  font-size:14px;
  color:#666;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#psxy p a{
  color:#666;
}
.tabs{
  float: none;
}

@media all and (max-width: 750px) {
  #pro_mac_art2 .wrap{
    width:95%;
    margin:0 auto;
  }
  #pro_mac_art2 .wrap .right{
    width:80%;
    margin:20px auto 0;
  }
  #prn .pri .prt{
    width:100%;
  }
  #prn .pri .prx{
    width:100%;
  }
  #prn h1{
    font-size:18px;
  }
  #tabs .tabs_content .tabs_item table{
    display:none;
  }
}
@media all and (max-width: 750px) {
  #prn .pri .prx{
    margin-top:20px;
  }
}
@media all and (max-width: 480px) {
  #pro_mac_art2 .wrap .right{
    width:100%; 
  }
  #prn h1{
    width:100%;
    font-size:16px;
  }
  #tabs .tabs_list li{
    width:25%;
  }
  #tabs .tabs_list li a{
    padding:0 10px;
    line-height: 40px;
  }
}


#pro_zt{
  width:100%;
}
#pro_zt .list{
  width:1230px;
  margin:0 auto;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#pro_zt .list li{
  width:33.3%;
 // margin:20px 0 0;
  padding:0 15px;
  box-sizing: border-box;
}
#pro_zt .list li .box{
}
#pro_zt .list li .box .img{
  width:100%;
  height: 300px;
  border:1px solid #ddd;
}
#pro_zt .list li .box .img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
#pro_zt .list li .box .text{
  width:100%;
  background:#f7f7f7;
  margin-top:10px;
  padding:10px 10px 30px;
  box-sizing: border-box;
}
#pro_zt .list li .box .text span{
  display:block;
  width:100%;
  color:#333;
  font-size:20px;
  line-height: 30px;
  text-align: center;
}
#pro_zt .list li .box .text dl{
  width:100%;
  margin-top:10px;
  height: 75px;
  overflow: hidden;
}
#pro_zt .list li .box .text dl dd {
  width:100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 25px;
}
#pro_zt .list li .box .text dl dd a{
  font-size:14px;
  color:#333;
}
#pro_zt .list li .box .text .more_info{
  width:100%;
 // margin:20px auto 0;
}
#pro_zt .list li .box .text .more_info a{
  display:block;
  width:165px;
  line-height: 50px;
  text-align: center;
  border-radius: 33px;
  background: #c10435;
  color:#fff;
  transition: all ease .3s;
  margin:0 auto;
}
#pro_zt .list li .box .text .more_info a:hover{
  background: #000000;
}
@media all and (max-width: 1230px) {
  #pro_zt .list{
    width:95%;
    margin:0 auto;
  }
}
@media all and (max-width: 720px) {
  #pro_zt .list li{
    width:100%;
  }
}

#our_client{
  width:100%;
  padding:50px 0;
  background: #f0f0f0;
}
#our_client .wrap{
  width:1200px;
  margin:0 auto;
}
#our_client .tit{
  width:100%;
  text-align: center;
}
#our_client .tit span{
  display:block;
  color: #ea5529;
  font-size:30px;
  margin:20px 0 10px;
}
#our_client .tit em{
  display: block;
  width: 50px;
  height: 1.5px;
  background-color: #ea5529;
  margin:20px 0;
  margin:0 auto;
}
#our_client .tit p{
  font-size: 16px;
  color:#333;
}
#our_client .content{
  width:100%;
}
#our_client .content .pre_col{
  width:100%;
  height: 630px;
  margin-top:20px;
}
#our_client .content .pre_col .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* 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; */
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all ease .3s;
}
#our_client .content .pre_col .swiper-slide:hover{
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.1);
}
#our_client .content .pre_col .swiper-slide a{
  display:block;
}
#our_client .content .pre_col .swiper-slide a img{
  width:100%;
  height: 255px;
  object-fit: cover;
}
#our_client .content .pre_col .swiper-slide a .text{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:10px;
  box-sizing: border-box;
  line-height: 20px;
  flex-wrap:wrap;
}
#our_client .content .pre_col .swiper-slide a .text p{
  font-size:14px;
  color:#ea5529;
}
#our_client .content .pre_col .swiper-slide a .text span{
  display:block;
  font-size:14px;
  color:#333;
}
@media all and (max-width: 1200px) {
  #our_client .wrap{
    width:95%;
  }
}
@media all and (max-width: 720px) {
  #our_client{
    padding: 30px 0;
  }
  #our_client .tit span{
    margin:10px 0;
    font-size:24px;
  }
  #our_client .content .pre_col{
    height: 380px;
  }
  #our_client .content .pre_col .swiper-slide a img{
    height: 140px;
  }
  #our_client .content .pre_col .swiper-slide a .text{
    padding:5px 10px;
  }
}
@media all and (max-width: 480px) {
  #our_client .tit span{
    font-size:20px;
  }
  #our_client .content .pre_col{
    height: 280px;
  }
  #our_client .content .pre_col .swiper-slide a img{
    height: 70px;
  }
  #our_client .content .pre_col .swiper-slide a .text{
    padding:0px 10px;
  }
}



#app{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  position: relative;
  margin-top:20px;
}
#app .ui-big-images{
  width: calc(100% - 140px);
  position: relative;
  border:1px solid #ddd;
  height: 600px;
  margin-right: 20px;
  display:flex;
  overflow: hidden;
  box-sizing: border-box;
}
#app .ui-big-images .ui-big-image{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-right: -100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all ease .3s;
}
#app .ui-big-images .ui-big-image[data-active] {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#app .ui-big-images .ui-big-image[data-active] ~ .ui-big-image {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#app .ui-big-images .ui-big-image img{
  width:85%;
  height: auto;
}
#app .ui-big-images .open_pic{
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 20px;
  background: url(../images/24gl-expand.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
  cursor: pointer;
}
#app .ui-thumbnails{
  width:120px;
  height: 600px;
}
#app .ui-thumbnails .ui-thumbnail{
  width:100%;
  height: 135px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
#app .ui-thumbnails .ui-thumbnail:nth-child(n+2){
  margin-top:20px;
}
#app .ui-thumbnails .ui-thumbnail img{
  position: relative;
  z-index:10;
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#app .ui-thumbnails .ui-thumbnail .ui-cuticle{
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height: 100%;
  z-index:5;
  border:1px solid #00a9f2;
  box-sizing: border-box;
}
.ui-thumbnail .ui-cuticle{
  display:none;
}
.ui-thumbnail[data-active] .ui-cuticle{
  display:block;
}
#app .ui-content{
 display:none;
 position: fixed;
 left:0;
 top:0;
 width:100%;
 height: 100%;
 background: rgba(0,0,0,0.8);
 z-index:9999;
}
#app .ui-content .ui-nav #prev{
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  background: url(../images/prev.png)no-repeat center center;
  background-size: 100% 100%;
  z-index: 200;
}
#app .ui-content .ui-nav #next{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background: url(../images/next.png)no-repeat center center;
  background-size: 100% 100%;
  z-index: 200;
}
#app .ui-content .close_btn{
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background: url(../images/close_btn.png) no-repeat center center;
  background-size: 25px 25px;
  border-radius: 100%;
  z-index: 300;
}
#app .ui-content .ui-articles{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: flex-start;
}
#app .ui-content .ui-articles .ui-article{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-right: -100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  transition-duration: 0.7s, 0.7s, 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}
#app .ui-content .ui-articles .ui-article[data-active] {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#app .ui-content .ui-articles .ui-article[data-active] ~ .ui-article {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#app .ui-content .ui-articles .ui-article img{
  display:block;
  width:800px;
  height: 800px;
}
@media all and (max-width: 1200px) {
  #app .ui-content .ui-articles .ui-article img{
    width:500px; 
    height: 500px;
  }
}
@media all and (max-width: 750px) {
  #app .ui-big-images{
    width:100%;
    margin-right: 0;
  }
  #app .ui-thumbnails{
    width:100%;
    display:flex;
    justify-content: flex-start;
    margin-top:20px;
    height: auto;
  }
  #app .ui-thumbnails .ui-thumbnail{
    width:calc(25% - 15px);
  }
  #app .ui-thumbnails .ui-thumbnail:nth-child(n+2){
    margin:0 0 0 20px;
  }
  #app .ui-content .ui-articles .ui-article img{
    width:80%;
    height: auto; 
  }
}
@media all and (max-width: 480px) {
  #app .ui-big-images{
    height: 350px;
  }
  #app .ui-thumbnails .ui-thumbnail{
    height: 75px;
  }
  #app .ui-content .close_btn{
    top:20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/close_btn.png) no-repeat center center;
    background-size: 15px 15px;
  }
  #app .ui-content .ui-nav #prev{
    width:40px;
    height: 40px;
    margin-top:-20px;
  }
  #app .ui-content .ui-nav #next{
    width:40px;
    height: 40px;
    margin-top:-20px;
  }
  #app .ui-content .ui-articles .ui-article img{
    width:70%;
  }
}
