.pageTitle{
  background: linear-gradient(270deg, rgba(9,87,189, .4) 0%, rgba(9,87,189, .2) 25%,rgba(9,87,189, 0) 65%);
}
a{
  color: #333;
}
a:hover{
  color: #333 ;    
  text-decoration: none;
}
ul{
  padding: 0;
  position: relative;
}
ul>li{
  list-style-type: none;
}
div[type='title']{
    width: 62%;
    float: right;
}
.region{
  font-size: calc(100vw / (1920/ 28));
  font-weight: 300;
}
.bottom-line{
  width: calc(100vw / (1920 /40));
  border-bottom: 5px solid var(--bg1);
  border-bottom: 5px solid #5468be;
  position: absolute;
  bottom: 0;
  left: calc(100vw /(1920 / 96));
}

.introduce{
    /*background: #f9f9f9; */
    position: relative;
    height: calc(100vw / ( 1920 / 686 ));
    background-image: url(../img/projects/prief_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.introduce .tab{
    float: right;
    margin: 1.5rem 0;
    margin-right: 10%;
}

.introduce-center{
  padding: 0 calc(100vw / (1920 / 50));
  
}
.introduce-text-bg{
    position: absolute;
    height: 70%;
    width: 40%;
    background: rgba(230,238,249);
    bottom: -8%;
    left: 10%;
    z-index: 1;
}
.picture-o{
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: calc( 100vw / ( 1920 / 200) * -1);
}
.picture-o>img{
    width: calc(100vw / (1920 / 476));
    /* height: calc(100vw / (1920 / 607)); */
    margin-left: 0rem;
    z-index: 4;
    position: relative;
}
.shadow-mask{
    width: calc(100vw / (1920 / 100));
    height: calc(100vw / (1920 / 120));
    display: inline-block;
    background: rgba(230,238,249);
    position: absolute;
    left: -10%;
    bottom: -20%;
    z-index: 1;
}
.picture-t{
    display: inline-block;
    position: absolute;
    /* right: calc( 100vw / ( 1920 / 1 ) *-1 ); */
    z-index: 5;
    left: 72%;
    top: calc( 100vw / ( 1920 / 500 ) );
}
.picture-t>img{
  width: calc(100vw / (1920 / 340));
  /*height: calc(100vw / (1920 / 311));*/
}
.introduce-text{
    width: calc(100vw / ( 1920 / 755 ));
    /* height: calc(100vw / ( 1920 / 656 )); */
    background: #fff;
    z-index: 4;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width:84%;
    margin-left: 10%;
}
.wave{
    position: absolute;
    top: 11%;
    left: -3%;
    font-size: calc(100vw / (1920 / 30));
}
.poster-label{
    position: absolute;
    top: calc(100vw /(1920/10));
    right: calc(100vw /(1920/65));
    font-size: calc(100vw / (1920 / 105));
    line-height: calc(100vw / (1920 / 105));
    font-weight: 900;
    letter-spacing: 5px;
    color: #f9f9f9;
}
.poster-txt{
    width: calc(100vw / ( 1920 / 615 ));
    height: calc(100vw / ( 1920 / 460 ));
    z-index: 10;
    background: #fff;
    position: static;
    /* margin: calc(100vw /(1920 / 90)) calc(100vw /(1920 / 70)); */
    overflow: hidden;
    /* overflow-y: scroll; */
    width: 100%;
    /*height: 100%;*/
    padding: calc( 100vw / ( 1920 / 50 ) );
}
.ctt-tle{
  font-size: calc(100vw / (1920 / 30));
  margin-bottom: calc(100vw / (1920 / 20));
}
.ctt-txt{
    line-height: calc(100vw / (1920 / 45));
    font-size: calc(100vw / (1920 / 22));
    font-weight: 300;
    text-align: justify;
    overflow-y: scroll;
    height: 80%;
}   
.slider{
  display: none;
  background: #fff;
  position: absolute;
  bottom: calc( 100vw / ( 1920 / 20 ));
  right: calc( 100vw / ( 1920 / 80) * -1 );
  z-index: 10;
}
.arrow{
  display: inline-block;
  border: 1px solid rgb(9,87,189);
  width: calc(100vw / ( 1920 / 64 ));
  height: calc(100vw / ( 1920 / 64 ));
  line-height: calc(100vw / ( 1920 / 64 ));
  text-align: center;
  float: left;
  color: var(--bg1);
  color: #5468be;
}
.province-mobile{
  display: none;
}
.province{
    color: #eee;
    font-size: calc(100vw / ( 1920 / 160 ));
    /* line-height: calc(100vw / ( 1920 / 426 )); */
    font-weight: 700;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    overflow: hidden;
    left: calc( 100vw / ( 1920 / 40 ) * -1 );
    bottom: calc( 100vw / ( 1920 / 90 ) * -1);
}
.picture-ctt{
    text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0; */
/* opacity: 0.3; */



.proj{
  position: relative;
  z-index: 9;
}
.proj-icon{
  color: var(--bg1);
  color:#5468be;
}
.proj>span{

}
/*.proj .label-a:hover{*/
/*    background-color: var(--bg1);*/
/*    color: #ffffff;*/
/*}*/
.span{
  width: 40%;
  border: 1px solid var(--bg1);
  border:1px solid #5468be;
  background: var(--bg1);
  background:#5468be;
}
.proj-icon,.proj-ctt,.label,.label-a{
  display: inline-block;
}
.proj-icon{
  margin-left: calc(100vw / (1920 / 20));
  margin-right: calc(100vw / (1920 / 30 ));
}
.proj-ctt{
  margin-right:  calc(100vw / (1920 / 120 ));;
}
.label{
  color: #333;
  background: #eee;
  border-radius: 1.5rem;
  margin-right:  calc(100vw / (1920 / 65 ));;
  overflow: hidden;
}
.label-a{
  width: 100%;
  padding: 0.1rem 1rem;
}
.label-active{
  color: #fff;
  background: var(--bg1);
  background:#5468be;
}

.li{
  width: 29%;
  padding-right:2.5%;
}
.li-ctt{
  width: 92%;
  background: #f5f5f5;
}
.picture{
  width:100%;
  padding-top: 8%;
  margin-left:10%;
  position: relative;

}
.picture>img{
  width: 100%;
}
.tag{
  display: inline-block;
  color: var(--bg1);
  color:#5468be;
  border: 1px solid var(--bg1);
  border: 1px solid #5468be;
  padding: 5px;
  margin-right: 5px;
  border-radius: 2px;
}
.since{
  color: #ddd;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  transform-origin : 100% 0 0 ;
}
.box-btn{
  color: #fff;
  background: var(--bg1);
  background:#5468be;
  border: 1px solid var(--bg1);
  border:1px solid #5468be;
  display: inline-block;
  width: calc(100vw / (1920 / 215));
  height: calc(100vw / (1920 / 84));
  line-height: calc(100vw / (1920 / 84));
  text-align: center;
}


@media (min-width: 1200px) {
  
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
  .ctt-tle{
      margin-bottom: calc(100vw / (1920 /10));
  }
  .shadow-mask{
      width: calc(100vw / (1920 / 100));
      height: calc(100vw / (1920 / 120));
      display: inline-block;
      background: #CEE;
      position: absolute;
      left: calc(100vw / (1920 / 40));
      top: calc(100vw / (1920 / 170));
  }
  
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .ctt-tle{
      margin-bottom: calc(100vw / (1920 /10));
  }
  .shadow-mask{
      width: calc(100vw / (1920 / 100));
      height: calc(100vw / (1920 / 120));
      display: inline-block;
      background: #CEE;
      position: absolute;
      left: calc(100vw / (1920 / 70));
      top: calc(100vw / (1920 / 170));
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width:768px) {
   div[type='title']{
       width:100%;
       align-items: center !important;
   }
   .projects li{
       margin-left:auto;
       margin-right:auto;
   }
  .introduce-center{
      padding: 0 ;
  }
  .picture-o{
      display: none;
  }
  .picture-t{
      display: none;
  }
  .wave{
      display: none;
  }
  .slider{
      display: none;
  }
  .introduce{
      height: auto;
  }
  .province{
      display: none;
  }
  .province-mobile{
      display: flex;
      color: #eee;
      font-size: calc(100vw / ( 1920 / 446 ));
      line-height: calc(100vw / ( 1920 / 390 ));
      font-weight: 700;
      position: absolute;
      bottom: -1px;
      z-index: -1;
      width: 100vw;
      margin-left:calc( 100vw / ( 1920 / 70 ) * -1);
      justify-content: center;
      align-content: center;
  }
  .introduce-text{
      width: 100%;
      height: calc(100vw / ( 1920 / 886 ));
      background: #fff;
      z-index: 4;
      display: inline-block;
      position: relative;
      top: 0;
      left: 0 ;
      height: auto;
  }
  .poster-txt{
      width: 100%;
      z-index: 10;
      background: #fff;
      position: relative;
      margin:calc(100vw /(1920 / 90)) 0 0 ;
      padding:0 calc(100vw /(1920 / 70)) calc(100vw /(1920 / 90)) ;
      height: auto;
      
  }
  .ctt-tle{
      font-size: calc(100vw / (1920 / 60));
      margin-bottom: calc(100vw / (1920 / 20));
  }
  .ctt-txt{
      line-height: calc( 100vw / ( 1920 / 100 ));
      font-size: calc( 100vw / ( 1920 / 40 ));
      font-weight: 300;
      text-align: justify;
  }
  .proj-icon{
      margin-left: calc(100vw / ( 1920 / 20 ));
      margin-right: calc(100vw / ( 1920 / 30 ));
  }
  .proj-ctt{
      margin-right:  calc(100vw / (1920 / 70 ));;
  }
  .label{
      color: #333;
      background: #eee;
      border-radius: 1.5rem;
      margin-right:  calc(100vw / (1920 / 35 ));;
      overflow: hidden;
  }
  .box-btn{
      font-size: calc(100vw / (1920 /28));
      color: #fff;
      background: var(--bg1);
      background: #5468be;
      border: 1px solid var(--bg1);
      border:1px solid #5468be;
      display: inline-block;
      width: calc(100vw / (1920 / 280));
      height: calc(100vw / (1920 / 120));
      line-height: calc(100vw / (1920 / 120));
      text-align: center;
  }
  .introduce .tab{
      float:none;
  }
  .introduce-text{
          margin-left: 0;
  }
  .introduce-text-bg{
      display: none;
  }
}
