body.noScroll{
  width:100%;
  height: 100%;
  overflow: hidden;
}
.about-text {
  margin-top: 110px;
  padding:0 1.1rem;
}
.aboutTitle{
  height:40px;
  font-size: 0;
  align-items:center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutTitle em{
  font-size:32px;
  color:#333;
  font-family: 'avantgrade-demi', sans-serif;
  text-transform: uppercase;
  display: inline;
  font-style:normal;
}

.aboutTitle span{
  display: inline;
  font-size:20px;
  color:#999;
  position: relative;
  padding-left: 27px;
}
.aboutTitle span::before{
  content: '';
  width: 1px;
  height: 23px;
  background: #999;
  left: 14px;
  top: -1px;
  position: absolute;
}

.about-text .aboutContent {
  width:50%;
  float:left;
  margin-left:20%;
  text-align: justify;
}
.about-text .aboutContent .cn {
  font-size: 14px;
  line-height: 27px;
  color:#666;
}
.about-text .aboutContent .awards-cn {
  font-size: 16px;
  line-height: 37px;
  color:#999;
}

.about-text .aboutContent .en {
  font-size: 12px;
  line-height: 17px;
  color:#999;
}
.about-text .aboutContent .en .nearCn {
  margin-top: 5px
}
.bigImage.start_fade {
  animation: fadeIn 1.3s ease-in forwards;
  -webkit-animation: fadeIn 1.3s ease-in forwards;
}
.bigImage img {
  width:100%;
  height:auto;
  display: block;
  margin-top: 100px;
  margin-bottom: 95px;
}

.designers {
  margin-top: 217px;
  margin-bottom: 127px;
  padding: 0 1.1rem;
}
.design-title {
  margin-bottom: 40px;
}

.designers img {
  display: block;
  width:100%;
  height: auto;
 
}


.relations {
  background: #000;
}

.relations .relations-title {
  color:#fff;
  padding: 104px 1rem 90px 1rem;
}
.relations .relations-title em {
  color:#fff !important;
}
.relations .relations-title span {
  color:#fff !important;
}

.relations .relations-box {
  padding: 0 1.1rem;
  padding-bottom:1rem;
}
.relations .relations-box img {
  width:100%;
  display: block;
}
.relations .relations-box li {
  width:15.81%;
  height:1.4rem;
  margin-right: 1%;
  margin-bottom: 0.17rem;
  overflow: hidden;
  float: left;
}
.relations .relations-box li:nth-child(6n) {
  margin-right:0;
}
.relations .relations-box li i{
  display: block;
  width:100%;
  height:100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.relations .relations-box li:hover i {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}

.relations .relations-box li i.relation-icons {
  background: url(../images/relation-icons.png);
  background-size: 20rem 9rem;
}
.relations .relations-box li i.icon1{
  background-position: 0 0;
}
.relations .relations-box li i.icon2{
  background-position: -3rem 0;
}
.relations .relations-box li i.icon3{
  background-position: -6rem 0;
}
.relations .relations-box li i.icon4{
  background-position: -9.2rem 0;
}
.relations .relations-box li i.icon5{
  background-position: -12.2rem 0;
}
.relations .relations-box li i.icon6{
  background-position: -15.2rem 0;
}
.relations .relations-box li i.icon7{
  background-position: 0 -2rem;
}
.relations .relations-box li i.icon8{
  background-position: -3rem -2rem;
}
.relations .relations-box li i.icon9{
  background-position: -6rem -2rem;
}
.relations .relations-box li i.icon10{
  background-position: -9.2rem -2rem;
}
.relations .relations-box li i.icon11{
  background-position: -12.2rem -2rem;
}
.relations .relations-box li i.icon12{
  background-position: -15.2rem -2rem;
}
.relations .relations-box li i.icon13{
  background-position: 0 -4rem;
}
.relations .relations-box li i.icon14{
  background-position: -3rem -4rem;
}
.relations .relations-box li i.icon15{
  background-position: -6rem -4rem;
}
.relations .relations-box li i.icon16{
  background-position: -9.2rem -4rem;
}
.relations .relations-box li i.icon17{
  background-position: -12.2rem -4rem;
}
.relations .relations-box li i.icon18{
  background-position: -15.2rem -4rem;
}
.relations .relations-box li i.icon19{
  background-position: 0 -6rem;
}
.relations .relations-box li i.icon20{
  background-position: -3rem -6rem;
}
.relations .relations-box li i.icon21{
  background-position: -6rem -6rem;
}
.relations .relations-box li i.icon22{
  background-position: -9.2rem -6rem;
}
.relations .relations-box li i.icon23{
  background-position: -12.2rem -6rem;
}
.relations .relations-box li i.icon24{
  background-position: -15.2rem -6rem;
}

/* 设计师详情弹框 */

.designMask {
  display: none;
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 200;
}
.designMask i.mask{
  position: absolute;
  left:0;
  top:0;
  z-index:10;
  width:100%;
  height:100%;
  background: #000; 
}
.designMask i.mask.showfadeIn{
  animation: fadeMask 0.4s ease-in forwards;
  -webkit-animation: fadeMask 0.4s ease-in forwards;
}
@-webkit-keyframes fadeMask {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.93;
  }
}

@keyframes fadeMask {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.93;
  }
}
.designMask .design-data-content {
  width:11.7rem;
  max-height: 80%;
  padding: 0.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index:30;
}
.designMask .design-data-content.scaleMove{
  animation: scaleMove 0.3s ease-in forwards;
  -webkit-animation: scaleMove 0.3s ease-in forwards;
}
@-webkit-keyframes scaleMove {
  from {
    opacity: 0;
    transform: scale(0.5) translate3d(-75%,-75%,0);
    -webkit-transform: scale(0.5) translate3d(-75%,-75%,0);
    -moz-transform: scale(0.5) translate3d(-75%,-75%,0);
    -ms-transform:  scale(0.5) translate3d(-75%,-75%,0);

  }

  to {
    opacity: 1;
    transform: scale(1) translate3d(-50%,-50%,0);;
    -webkit-transform: scale(1) translate3d(-50%,-50%,0);;
    -moz-transform: scale(1) translate3d(-50%,-50%,0);
    -ms-transform: scale(1)  translate3d(-50%,-50%,0);
  }
}

@keyframes scaleMove {
  from {
    opacity: 0;
    transform: scale(0.5) translate3d(-75%,-75%,0);
    -webkit-transform: scale(0.5) translate3d(-75%,-75%,0);
    -moz-transform: scale(0.5) translate3d(-75%,-75%,0);
    -ms-transform:  scale(0.5) translate3d(-75%,-75%,0);

  }

  to {
    opacity: 1;
    transform: scale(1) translate3d(-50%,-50%,0);;
    -webkit-transform: scale(1) translate3d(-50%,-50%,0);;
    -moz-transform: scale(1) translate3d(-50%,-50%,0);
    -ms-transform: scale(1)  translate3d(-50%,-50%,0);
  }
}
.designMask .design-data-content i.close {
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
  position: absolute;
  right:0;
  top:0;
  background: url(../images/close.png) center center no-repeat;
  background-size: 0.23rem 0.23rem;
}
.designMask .design-data-content img {
  display: block;
  width:3.3rem;
  height: 4.2rem;
  float: left;
}
.designMask .design-data-content .dataBox {
  width:5.6rem;
  float:left;
  top:0.4rem;
  margin-left:1.7rem;
}
.designMask .design-data-content .dataBox p {
  font-size: 14px;
  line-height: 24px;
}
.designMask .design-data-content .dataBox p:nth-child(1) {
  margin-top: 0.6rem;
  font-size: 17px; 
  line-height:28px;
}
.designMask .design-data-content .dataBox p:nth-child(2) {
  margin-bottom: 0.8rem;
}

@media screen and (max-width:1370px){
  .designMask .design-data-content .dataBox p {
    font-size: 13px;
    line-height: 22px;
  }
  .designMask .design-data-content .dataBox p:nth-child(1) {
    margin-top: 0.5rem;
    font-size: 16px; 
    line-height:26px;
  }
  .designMask .design-data-content .dataBox p:nth-child(2) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width:900px){
  .designMask .design-data-content .dataBox p {
    font-size: 12px;
    line-height: 18px;
  }
  .designMask .design-data-content .dataBox p:nth-child(1) {
    margin-top: 0.3rem;
    font-size: 14px; 
    line-height:24px;
  }
  .designMask .design-data-content .dataBox p:nth-child(2) {
    margin-bottom: 0.3rem;
  }
}
.designMask .design-data-content .dataBox p {
  color:#808080;
}
.designMask .design-data-content .dataBox p:nth-child(1) {
  color:#3c3c3c;
}
.designMask .design-data-content .dataBox p:nth-child(2) {
  color:#3c3c3c;
  line-height: 1.2;
}


/* 移动端布局 */

@media screen and (max-width:750px){
  .about-text {
    width:6.7rem;
    margin: 0 auto;
    padding:0;
    padding-top:0.84rem;
    /* border-top:1px solid #bdbddb; */
    color:#333;
  }
  .aboutTitle {
    width: 4.62rem;
    color: #333;
    font-family: 'avantgrade-demi', sans-serif;
    text-transform: uppercase;
  }
  .aboutTitle em {
    font-size: 0.38rem;
    color: #333;
    font-family: 'avantgrade-demi', sans-serif;
    text-transform: uppercase;
    height: 0.4rem;
    line-height: 0.4rem;
    vertical-align: middle;
    font-style: normal;
  }
  .aboutTitle span {
    font-size: 0.3rem;
    color:#333;
    position: relative;
    padding-left:0.28rem;
    line-height: 0.4rem;
  }
  .aboutTitle span::before{
    content: '';
    width:1px;
    height:0.32rem;
    background: #333;
    position: absolute;
    left:0.14rem;
    top:0
  }
  .bigImage {
    padding: 0.4rem;
    height:4.3rem;
  }
  .bigImage img {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .aboutContent.just-for-mobile {
    padding: 0 0.4rem;
  }
  .aboutContent.just-for-mobile p.cn{
    font-size:0.22rem;
    line-height: 0.36rem;
    color:#666;
  }
  .aboutContent.just-for-mobile p.en{
    font-size:0.18rem;
    line-height: 0.26rem;
    color:#999;
  }
  .aboutContent.just-for-mobile p.en.nearCn {
    margin-top: 0.2rem
  }
  .aboutContent.just-for-mobile p.en.lastEn {
    margin-bottom: 0.4rem
  }
  .aboutContent.just-for-mobile img {
    display: block;
    width:100%;
    margin-top:0.7rem;
  }

  .designers {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
    padding: 0 0.4rem;
  }
  .designers .design-title {
    margin-bottom: 0.4rem;
  }
  .designers li {
    width: 49.4%;
    height: 5.6rem;
    margin-right: 1%;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    opacity: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .designers li:hover img {
    transform: none;
    -webkit-transform: none;
  }
  .designers li:hover p.lineText{
    opacity: 0;
    transform: none;
    -webkit-transform: none;
  }
  .designers li:hover::after{
    opacity: 0;
  }
  .designers li .mobileDesign p {
    font-size:0.22rem;
    line-height: 0.38rem;
    color:#333
  }
  .designers li .mobileDesign p:nth-child(2) {
    color:#999
  }
  .designers li img {
    width: 100%;
    height: 4.2rem;
    margin-bottom:0.23rem;
  }
  .designers li:nth-child(2n) {
    margin-right:0;
  }

  .mobile-award {
    width: 6.7rem;
    margin: 0 auto;
    padding: 0.9rem 0;
  }
  .mobile-award img{
    display: block;
    width:100%;
    margin-bottom:0.56rem;
  }
  .mobile-award .awardTitle {
    margin-bottom: 0.42rem;
  }
  .mobile-award .awards-cn{
    font-size:0.22rem;
    line-height: 0.44rem;
    color: #999;
  }
  .relations {
    background: #fff;
    width:6.7rem;
    margin:0 auto;
    padding: 0;
  }
  .relations .relations-title {
   
    padding: 1.1rem 0 0.6rem 0;
    width:100% !important;
  }
  .relations .relations-title em {
    color: #333 !important;
  }
  .relations .relations-title span {
    color: #333 !important;
  }
  .relations img {
    width:100%;
    display: block;
    margin-bottom: 0.7rem;
  }

  .designMask .design-data-content {
    width: 100%;
    height: 100%;
    max-height: none;
    overflow: auto;
    /* height:100%;
    max-height: 100%; */
    padding: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 30;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
  .designMask .design-data-content img {
    display: block;
    margin-top:0.8rem;
    width: 100%;
    height: auto;
    float: none;
  }

  .designMask .design-data-content .dataBox {
    width: 4.2rem;
    float: none;
    margin-left: 0;
    margin-bottom:0.4rem;
  }
  .designMask .design-data-content .mask {
    display: none;
  }

  .designMask .design-data-content.scaleMove{
    animation: scaleMove 0.5s forwards;
    -webkit-animation: scaleMove 0.5s forwards;
  }
  @-webkit-keyframes scaleMove {
    from {
      opacity: 0;
      transform: translate3d(0,100%,0);
      -webkit-transform: scale(0,100%,0);
  
    }
  
    to {
      opacity: 1;
      transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);;
    }
  }
  
  @keyframes scaleMove {
    from {
      opacity: 0;
      transform: translate3d(0,100%,0);
      -webkit-transform: scale(0,100%,0);
  
    }
  
    to {
      opacity: 1;
      transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);;
    }
  }

  .designMask .design-data-content .dataBox p{
    font-size: 0.22rem;
    line-height: 0.36rem;
  }

  .designMask .design-data-content .dataBox p:nth-child(1) {
    margin-top: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }

  .designMask .design-data-content .dataBox p:nth-child(2) {
    color: #808080;
    margin-bottom: 0.6rem;
  }

  .designMask .design-data-content i.close {
    width: 0.7rem;
    height: 0.7rem;
    cursor: pointer;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    background: url('../images/mobile/header-s.png') 0.2rem 0.1rem no-repeat;
    background-size: 1.5rem 0.42rem;
  }
  
}