   ul,li {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .main .about-bg{
        padding-bottom: 5vw !important;
    }
    .about-text{
        overflow: hidden !important;
        max-height: none !important;
    }
    #imgScreen {
      width:80vw;
      height: 38.5vw;
      max-height: 65vw;
      position: relative;
      margin: 0 auto;
      display: flex;
    }

     #imgScreen>ul:nth-child(1) {
      width: 10vw !important;
      height: auto!important;
      margin-right: 1vw !important;
      display: none;
    }

    #imgScreen>ul:nth-child(1)>li {
      width: 100%;
      height: auto;
      padding: 1vw 0 0 0;
      /*font-size: 20px;*/
    }

    #imgScreen>ul:nth-child(3) {
      width: 10vw;
    }

    #previousImg,
    #nextImg {
      width: 3vw;
      height: 3vw;
      border-radius: 50%;
      line-height: 40px;
      font-size: 32px;
      text-align: center;
      color: #FFF;
      padding: 0.5vw;
      background-color: #015cb9;
      /*background-image: url(./left.png);*/
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: absolute;
      top: 50%;
      z-index: 99;
      display: flex;
      align-items: center
    }

    #previousImg {
      left: 5vw;
    }
    #previousImg>img, #nextImg>img{
        width: 100% !important;
        height: 60% !important;
        display: block;
      /*padding-top: 7.5px;*/
    }
    #nextImg {
      right: 5vw;
      transform: rotate(180deg)
    }
    #imgList {
      flex: 1;
      width: 100%;
      height: auto ;
      position: relative;
    }

     #imgScreen>#imgList>li {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: all 1s linear;
    }
    #imgScreen>#imgList>li>div {
        font-size: 24px!important;
    font-weight: bold;
      text-align: center;
    display: block;
    justify-content: space-around;
    padding-bottom: 1vw;
    }
    #imgScreen .img-title .acTitle {
        color: #015cb9 !important;
    }
    #imgScreen .img-title div {
        cursor: pointer;
    }
#imgScreen>#imgList>li>div>span {
    font-size: 24px!important;
    font-weight: bold;
      text-align: center;
    }
    #imgScreen #imgList .on {
      opacity: 1;
      z-index: 9;
    }

    #imgList>li>img {
      /*display: block;*/
        width: auto !important;
        height: auto !important;
        max-height: 90%;
        max-width: 100%;
    }

    
#amplify{
    width: 100vw;
    height: 100vh;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 999;
    /*display: flex;*/
    display: none;
    background: rgba(0,0,0,0.5);
    /*overflow-y: scroll;*/
}
#amplify>img{
    width: auto!important;
    height: auto!important;
    max-height: 95%;
    max-width: 95%;
    margin: auto;
}
#amplify div{
     width: 2vw;
     height: 2vw;
     /*background-color: black;*/
     color: white!important;
      position: absolute;
     right: 6vw;
     top: 2vw;
     text-align: center;
     line-height: 2vw !important;
      cursor: pointer;
      font-size: 1.8vw !important;
}
@media (max-width:800px){
    #imgScreen #imgList li div {
         font-size: 12px!important;
    }
    #amplify div{
        width: 6vw;
        height: 6vw;
        /*background-color: black;*/
        color: white!important;
        position: absolute;
        right: 6vw;
        top: 6vw;
        text-align: center;
        line-height: 6vw !important;
         cursor: pointer;
    }
    
    #img-title,#imgScreen ul:nth-child(3){
        display: none!important;
    }
    #imgScreen>#imgList>li>div>span {
        font-size: 12px !important;
    }
    #imgScreen .img-title {
        display: none;
    }
    #imgScreen {
        width: 95vw;
        height: 60.5vw;
        max-height: 95vw;
        position: relative;
        margin: 0 auto;
        display: flex;
    }
    #nextImg {
        right: 0;
    }
    #previousImg {
        left: 0;
    }
    #previousImg, #nextImg {
        width: 24px;
        height: 24px;
    }
    #imgList>li>img {
        max-width: 82% !important;
    }
    .main .about-bg {
        /*min-height: 49.7vh;*/
    }
}