.account {

  width: 1400px;

  margin: 0 auto;

  padding: 100px 0 160px;

}



.account h1 {

  font-family: 'OPPOSans-B';

  font-size: 50px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #242e49;

  text-align: center;

}



.acuntProcess {

  width: 100%;

  height: 180px;

  background-color: #f5f5f5;

  border-radius: 20px;

  margin: 50px 0 80px;

  display: flex;

  flex-wrap: wrap;

  box-sizing: border-box;

  padding: 35px 60px;

}



.acuntProcess li {

  display: flex;

  align-items: center;

  min-width: 400px;

}



.acuntProcess li img {

  margin-right: 15px;

}



.acuntProcess li p {

  font-family: 'OPPOSans-R';

  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 50px;

  letter-spacing: 0px;

  color: #434343;

}





.account h3 {

  font-family: 'OPPOSans-B';

  font-size: 30px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #242e49;

  padding: 0 0 20px;

  border-bottom: 1px solid #E9E9E9;

}



.file>p {

  margin: 60px 0 30px;

  font-family: 'OPPOSans-B';

  font-size: 20px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #242e49;

}



.fileList {

  width: 100%;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  margin: 0 0 20px;

}



.fileList li {

  width: 48%;

  height: 120px;

  background-color: #f5f5f5;

  border-radius: 20px;

  display: flex;

  align-items: center;

  overflow: hidden;

  margin: 0 0 60px;

  cursor:pointer;

}


.fileList li:nth-child(2),
.project li:nth-child(2){
  animation-delay: .2s;
}
.fileList li:nth-child(3),
.project li:nth-child(3){
  animation-delay: .4s;
}
.fileList li:nth-child(4),
.project li:nth-child(4){
  animation-delay: .6s;
}
.fileList li:nth-child(5),
.project li:nth-child(5){
  animation-delay: .8s;
}


.filMg {

  width: 100px;

  height: 120px;

  background: url(../images/accountIconBack.png) center no-repeat;

  background-size: 100% 100%;

  display: flex;

  justify-content: center;

  align-items: center;

}



.filMg img {

  display: block;

  max-width: 100%;

  transition: .6s;

}


.fileList li:hover .filMg img{
  transform: rotateY(180deg);
}



.fileList p {

  width: calc(100% - 220px);

  box-sizing: border-box;

  padding-left: 25px;

  font-family: 'OPPOSans-R';

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #434343;

}



.fileList h4 {

  font-family: OPPOSans-B;

  font-size: 80px;

  font-weight: normal;

  font-style: italic;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #d2d2d2;

}


.fileList li:hover h4{
  color: #b7906f;
}



.project {

  width: 100%;

  display: flex;

  justify-content: space-between;

  margin: 60px 0 135px;

}



.project li {

  width: 32%;

}



.project h4 {

  width: 100%;

  height: 70px;

  background-color: #242e49;

  border-radius: 20px;

  display: flex;

  align-items: center;

  box-sizing: border-box;

  padding: 0 25px;

  font-family: 'OPPOSans-B';

  font-size: 30px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.project h4 span {

  font-size: 36px;

  color: #b7906f;

}



.project p {

  margin: 20px 0 0;

  font-family: 'OPPOSans-R';

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 24px;

  letter-spacing: 0px;

  color: #434343;

}



.make {

  background-color: #f5f5f5;

  border-radius: 20px;

  padding: 65px 40px;

}



/*.make form {

  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin: 45px 0 40px;

}*/
.make form .input-box{

  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin: 45px 0 40px;

}


.make input {

  width: 48%;

  height: 60px;

  background-color: #ffffff;

  border-radius: 6px;

  border: solid 1px #dcdcdc;

  box-sizing: border-box;

  text-indent: 1.5em;

}



.make button {

  display: block;

  margin: 0 auto;

  width: 260px;

  height: 70px;

  background-color: #242e49;

  border-radius: 20px;

  font-family: 'OPPOSans-B';

  font-size: 30px;

  color: #ffffff;

  border: none;

  transition: .6s;

}

.make button:hover{

    background: #fff;
    color: #242e49;

}



.cooper {

  margin: 100px 0;

}



.copList {

  width: 100%;

  display: grid;

  grid-template-columns: repeat(4, 335px);

  justify-content: space-between;

  margin: 50px 0 0;

}



.copList li {

  box-sizing: border-box;

  height: 140px;

  background-color: #ffffff;

  border-radius: 20px;

  border: solid 1px #e5e5e5;

  padding: 0 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 0 0 20px;

  transition: .6s;

}

.copList li:hover{
  box-shadow: 0 0 10px #ccc;
}




.copList li img {

  display: block;

  max-width: 100%;

  transition: .6s;

}

.copList li:hover img{

  transform: scale(1.1);

}





@media screen and (max-width:1500px) {



  .account {

    width: 1200px;

  }



  .copList {

    grid-template-columns: repeat(4, 290px);

  }



}



@media screen and (max-width:1300px) {



  .account {

    width: 1100px;

  }



  .copList {

    grid-template-columns: repeat(4, 260px);

  }



  .copList li {

    height: 100px;

  }



}





@media screen and (max-width:1200px) {



  .account {

    width: 950px;

  }



  .acuntProcess {

    height: auto;

    padding: 20px 60px;

  }



  .acuntProcess li p {

    line-height: 40px;

  }



  .fileList p {

    padding-left: 10px;

    line-height: normal;

  }



  .project h4 {

    font-size: 22px;

  }



  .project h4 span {

    font-size: 30px;

  }



  .copList {

    grid-template-columns: repeat(4, 225px);

  }



}



@media screen and (max-width:1020px) {



  .account {

    width: 80%;

    padding: 50px 0 60px;

  }



  .acuntProcess li p {

    line-height: 20px;

    font-size: 16px;

    padding: 5px 0;

  }



  .fileList li {

    position: relative;

  }



  .filMg {

    width: 70px;

    height: 100%;

  }



  .fileList h4 {

    font-size: 60px;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 15px;

    display: flex;

    align-items: center;

  }



  .fileList p {

    width: calc(100% - 80px);

    position: relative;

    z-index: 1;

  }



  .account h1 {

    font-size: 40px;

  }



  .make form {

    margin: 15px 0 20px;

  }



  .make {

    padding: 35px 40px;

  }



  .copList {

    grid-template-columns: repeat(3, 32%);

  }



}





@media screen and (max-width:767px) {



  .account {

    width: 90%;

  }



  .account h1 {

    font-size: 28px;

  }



  .acuntProcess li {

    min-width: auto;

  }



  .acuntProcess {

    padding: 20px 15px;

  }



  .fileList li {

    width: 100%;

  }



  .fileList li {

    width: 100%;

    margin: 0 0 30px;

  }



  .project {

    flex-wrap: wrap;

    margin: 30px 0 60px;

  }



  .project li {

    width: 100%;

    margin: 0 0 20px;

  }



  .make {

    padding: 25px;

  }



  .make form {

    flex-wrap: wrap;

  }



  .make input {

    width: 100%;

    margin: 0 0 15px;

    height: 45px;

  }



  .make button {

    height: 50px;

    font-size: 24px;

    transition: .6s;

  }

 

  

  .cooper {

      margin: 40px 0;

  }

  

  .copList {

      grid-template-columns: repeat(2, 48%);

      margin: 25px 0 0;

  }





}
