html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: '苹方';
  background-color: #f7f7f7;
}

.container {
  width: 100%;
  height: 100%;
}

div {
  cursor: pointer;
}

.otherLang {
  width: 100%;
  height: 100%;
  /* background-color: tomato; */
}

.typePage {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}

.otherLang_main {
  width: 100%;
  min-height: 800px;
  line-height: 30px;
  font-size: 18px;
  color: #545454;
  height: auto;
  padding: 50px 44px 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.otherLang_main img{
  width: 100%;
  height: auto;
}