#topLogo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 88px;
  margin: 0 auto;
}

#topLogo .logo {
  width: 150px;
  height: 44px;
}

#topLogo .right_content .icon {
  margin: 0;
  width: 72px;
  height: 60px;
  cursor: pointer;
}

#topContent {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
}

#topContent .leftMobile {
  width: 518px;
  height: 537px;
  padding-top: 100px;
  float: left;
}

#topContent .rightMobile {
  width: 584px;
  height: 592px;
  padding-top: 50px;
  float: right;
  background-image: url("../images/topRightBg.png");
  background-repeat: no-repeat;
  background-position: 0 50px;
}

#topContent .rightMobile .titleApp {
  width: 544px;
  padding-top: 40px;
  font-size: 48px;
  font-weight: 400;
  color: #202028;
  line-height: 56px;
}

#topContent .rightMobile .contApp {
  width: 544px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  padding-top: 40px;
}

#topContent .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}

#topContent .btn_ios {
  width: 231px;
  height: 68px;
  background: url("../images/ios.png") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

#topContent .btn_android {
  width: 231px;
  height: 68px;
  background: url("../images/android.png") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}


/* middle  */
#middleContent {
  width: 1200px;
  height: 836px;
  background-color: #FFEAFC;
  margin: 100px auto;
  border-radius: 24px;
  position: relative;
}

#middleContent .lineqImg {
  width: 165px;
  height: 154px;
  position: absolute;
  right: 0;
  top: 0;
}

#middleContent .titleArea {
  width: 1060px;
  height: 161px;
  padding-top: 70px;
  margin: 0 auto;
}

#middleContent .titleArea .leftLine {
  width: 4px;
  height: 158px;
  background: #FA3A9E;
  border-radius: 0px 0px 0px 0px;
  float: left;
}

#middleContent .titleArea .SimultaneousTranslation {
  width: 1026px;
  height: 158px;
  border-radius: 0px 0px 0px 0px;
  float: right;
}

.SimultaneousTranslation .SimultaneousTitle {
  width: 597px;
  height: 56px;
  font-size: 48px;
  font-weight: 400;
  color: #202028;
  line-height: 56px;
}

.SimultaneousTranslation .SimultaneousCont {
  width: 1026px;
  height: 84px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
}

#middleContent .ListArea {
  width: 1060px;
  height: 520px;
  padding-top: 50px;
  margin: 0 auto;
}

#middleContent .liAreaPad {
  margin-left: 8px;
}

#middleContent .ListArea .liArea {
  width: 256px;
  height: 510px;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #FFFFFF;
  float: left;

  .liTitle {
    width: 220px;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #202028;
    line-height: 24px;
    padding: 12px 0 0 18px;
  }

  .liCont {
    width: 230px;
    height: 185px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 17px;
    padding: 8px 0 0 18px;
  }
}


/*footer*/
#bottomFoot {
  width: 100%;
  height: 220px;
  background-color: black;
}

#bottomFoot .footerLink{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}

#bottomFoot .footerLink a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration-line: underline;
}

#bottomFoot .footerLink a.link-a-pad {
  padding-left: 14px;
}

#bottomFoot .footerEmail {
  width: 605px;
  height: 32px;
  padding-top: 30px;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  font-weight: 400;
}

#bottomFoot .footerCompany {
  width: 605px;
  height: 32px;
  padding-top: 60px;
  text-align: center;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
}

/*privacypolicy*/

#webInfo {
  width: 1000px;
  height: auto;
  margin: 0 auto;

  .webTxtTitle {
    width: 1000px;
    height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 80px;
  }

  .titelH4 {
    width: 1000px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .titelH3 {
    width: 1000px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .titelH2 {
    width: 1000px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #666;
  }
}

#webInfo p {
  width: 1000px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 0;
}

#webInfo p span {
  color: blue;
}

@media screen and (max-width: 768px) {
  #topLogo {
    height: 60px !important;
  }

  div,
  p {
    width: 100% !important;
    padding: 0 20px;
    font-size: 14px !important;
    box-sizing: border-box;
  }

  .webTxtTitle {
    font-size: 22px !important;
    height: auto !important;
    line-height: 22px !important;
    padding: 20px 0;
  }

  .titelH4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .titelH3,
  .titelH2 {
    font-size: 14px !important;
  }

  .footerLink a {
    font-size: 12px !important;
  }

  .footerEmail {
    padding-top: 60px !important;
    font-size: 20px !important;
  }

  .footerCompany {
    font-size: 14px !important;
  }
}