body {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
}

.container {
  /* background: #29ccb7 url(../img/bg.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-attachment: fixed; */
}

.home_nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(231, 236, 236, 0.4);
  padding: 15px 35px;
}

.top_logo img {
  /* display: block;
    float: left; */
  width: 170px;
  /* height: 120px; */
}

.ag_ul {
  display: flex;
  list-style: none;
  color: #2f3035e5;
  font-size: 14px;
}

.ag_li {
  display: flex;

  align-items: center;
  margin-right: 25px;
  color: #2f3035e5;
}

.home_bottom img {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -11;
}

.home_center {
  display: flex;
  flex: 1 1;
  justify-content: space-around;
  padding: 0 120px;
}

.home_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.home_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home_down-button {
  width: 45%;
  margin-right: 10px;
  padding: 15px;
  text-align: center;
  opacity: 1;
  background: linear-gradient(180deg, #88DBA3 0%, #1DF063 100%);

  border-radius: 15px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.home_center .home_center_left {
  width: 500px;
  height: 617px;
  float: left;
}
.home_center_right {
  float: right;
}

.home_center .home_center_left img.img_left {
  float: right;
  display: block;
  /* width: 366px; */
  height: 617px;
  margin-top: 0;
}
.home_center .home_center_left img.img_gif {
  display: block;
  position: absolute;
  top: 88px;
  left: 220px;
  width: 204px;
  height: 444px;
  border-radius: 20px;
  z-index: -1;
}
.home_center .home_center_right img {
  display: block;
  width: 333px;
  height: 397px;
  margin-left: 40px;
  padding-top: 120px;
}

.home_center_right_top img {
  display: inline-block;
  width: 333px;
  height: 144px;
}
.home_center_right_bottom div.android_down img {
  display: inline-block;
  width: 160px;
  height: 66px;
}

.home_center_right_bottom div.ios_down img {
  display: inline-block;
  width: 160px;
  height: 66px;
}
.code img {
  display: inline-block;

  width: 140px;
  height: 152px;
}

.both_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* bottom: 0; */
  height: 120px;
  background-color: #f8f9fd;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.both_bottom ul {
  text-align: center;

  list-style: none;
  color: #2f3035;

  height: 20px;
}
.both_bottom ul li a {
  color: #2f3035;
  text-decoration: none;
}

.both_bottom ul li {
  display: inline-block;
  text-align: center;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-right: 16px;
}
.home_bottom_ul1 li:nth-child(5) {
  margin-right: 0;
}
.home_bottom_ul2 li:nth-child(3) {
  margin-right: 0;
}

.home_bottom_ul1 li:nth-child(2) .home_bottom_ul1 li:nth-child(4) {
  position: relative;
}
.home_bottom_ul1 li:nth-child(2) span img {
  position: absolute;

  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1px;
}

.home_bottom_ul1 li:nth-child(3) span img {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1px;
}
