@media screen and (max-width: 768px) {
    .addUiPc{
        display: none;
    }
    .addUiYd{
        display: block;
        margin-bottom: 15px;

    }
    .addUiYd img{
        width: 100%;
        height: auto;
        display: block;
    }
    .addUiTit{
        margin-top: 20px;
        margin-bottom: 0;
    }


}
@media screen and (min-width: 768px) {
    .addUiPc{
        width: 100%;
        margin:auto;
        position: relative;
        padding-bottom: 40px;
    }
    .addUiYd{
        display: none;
    }
    .addUiPc{
        display: block;
    }

    .addUiPc *{
        box-sizing: border-box;
    }
    #addUiPcSwiper{ height: 380px;}
    #addUiPcSwiper .swiper-wrapper{
        height: 400px;
    }
    #addUiPcSwiper .swiper-wrapper .swiper-slide{
        padding: 15px 10px;
    }
    #addUiPcSwiper .swiper-wrapper .swiper-slide .slide{
        height: 350px;
    }
    #addUiPcSwiper .slide > div{
        padding-top: 50px;
        height: 350px;
        border-radius: 6px;
    }
    .addUiPcIcon{
        width: 60px;
        height: 60px;
        margin:0 auto 20px;
        background: url("../../images/newadd/pc-icon.png") no-repeat left top;
    }
    .addUiPcIcon.addUiPcIcon1{
        background: url("../../images/newadd/pc-icon.png") no-repeat 0 0;
    }
    .addUiPcIcon.addUiPcIcon2{
        background: url("../../images/newadd/pc-icon.png") no-repeat -60px 0;
    }
    .addUiPcIcon.addUiPcIcon3{
        background: url("../../images/newadd/pc-icon.png") no-repeat -120px 0;
    }
    .addUiPcIcon.addUiPcIcon4{
        background: url("../../images/newadd/pc-icon.png") no-repeat -180px 0;
    }
    .addUiPcIcon.addUiPcIcon5{
        background: url("../../images/newadd/pc-icon.png") no-repeat -240px 0;
    }
    .addUiPcIcon.addUiPcIcon6{
        background: url("../../images/newadd/pc-icon.png") no-repeat -300px 0;
    }
    .addUiPcIcon.addUiPcIcon7{
        background: url("../../images/newadd/pc-icon.png") no-repeat -360px 0;
    }
    .addUiPcIcon.addUiPcIcon8{
        background: url("../../images/newadd/pc-icon.png") no-repeat -420px 0;
    }
    #addUiPcSwiper .slide h3 {
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        color: #333;
        position: relative;
        margin-bottom: 20px;
    }
    #addUiPcSwiper .slide h3:before{
        content: '';
        display: block;
        clear: both;
        width: 30px;
        height: 2px;
        margin:0 auto 20px;
        background: #e2006d;
    }
    #addUiPcSwiper .slide p{
        color: #999;
        line-height: 1.8;
        font-size: 14px;
        text-align: left;
        padding: 0 5px;
    }
    #addUiPcSwiper .slide a{
        display: block;
        text-align: center;
        color: #e2006d;
        font-size: 14px;
        margin-top:20px;
    }
   /*   #addUiPcSwiper .swiper-slide.swiper-slide-active .slide > div{
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
      }*/
    #addUiPcSwiper .swiper-slide > div .act{
          box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
      }
  /*  #addUiPcSwiper .swiper-slide > div:hover{
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
*/
    .addUiPc .pagination {
        bottom:0;
        width:100%;
        z-index:20;
        text-align:center;
        position:absolute;
    }
    .addUiPc .swiper-pagination-switch {
        margin:0 5px;
        width:10px;
        height:10px;
        cursor:pointer;
        display:inline-block;
        background:#e2006d;
        border-radius: 100%;
    }
    .addUiPc .swiper-active-switch {
        width:40px;
        height:10px;
        border-radius:5px;
        background:#e2006d;
    }



}
@media (min-width: 992px){
    .addUiPc{
        width: 100%;
        margin:auto;
        position: relative;
        padding-bottom: 40px;
    }
}
@media screen and (min-width:1200px) {
    .addUiPc{
        width: 1200px;
        margin:auto;
        position: relative;
        padding-bottom: 40px;
    }
    #addUiPcSwiper .slide p{
        padding: 0 20px;
        height:70px;
    }
}
