.application {
  padding-top: 100px;
  min-height: 600px;
}
.top-img {
  background: url('../../../../assets/images/application/top.png') no-repeat
    center 100%;
  height: 400px;
}
.content-box {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}
.applet-box {
  width: 100%;
  display: flex;
  margin: 80px 0 30px;
  flex-wrap: wrap;
}
.applet-item {
  width: 200px;
  text-align: center;
  margin-right: 300px;
  margin-bottom: 50px;
}
.applet-item:nth-of-type(3n) {
  margin-right: 0px;
}
.applet-item img {
  width: 190px;
  height: 190px;
  display: block;
  margin: 0 auto;
}
.applet-item p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.application-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
}
.application-item {
  width: 200px;
  text-align: center;
  margin-right: 300px;
  margin-bottom: 50px;
}
.application-item:nth-of-type(3n) {
  margin-right: 0px;
}
.application-item .img-box {
  width: 200px;
  height: 200px;
  background: url('../../../../assets/images/application/apk_bg.png') no-repeat
    center 100%;
  box-sizing: border-box;
  padding: 15px;
}
.application-item img {
  width: 170px;
  height: 170px;
  display: block;
}
.application-item p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}

.admin-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-item {
  width: calc(50% - 20px);
  padding: 40px 30px;
  margin-top: 80px;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.3);
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.app-logo {
  width: 80px;
  height: 80px;
  margin-right: 35px;
}

.app-arrow {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.admin-name {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #01d0b6;
  display: flex;
  align-items: center;
}

.admin-skip {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 15px;
}
