body, html {
  padding: 0;
  margin: 0;
}

.container .container1 {
  background-image: url("./image/image.png");
  background-size: 100% 100%;
  height: 740px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .container1 .left {
  background-image: url("./image/iphone.png");
  background-size: 100% 100%;
  width: 262px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .container1 .left img {
  width: 224px;
  height: 400px;
}

.container .container1 .right {
  margin-left: 250px;
}

.container .container1 .right .text1 {
  width: 450px;
  height: 62px;
}

.container .container1 .right .text1 img {
  width: 100%;
  height: 100%;
}

.container .container1 .right .describe {
  font-size: 20px;
  color: #fff;
  margin: 50px 0;
}

.container .container1 .right .describe p {
  line-height: 18px;
  font-weight: bold;
}

.container .container1 .right .download {
  display: flex;
  align-items: center;
}

.container .container1 .right .download .downloadLeft .img {
  width: 160px;
  height: 160px;
}

.container .container1 .right .download .downloadLeft .img img {
  width: 100%;
  height: 100%;
}

.container .container1 .right .download .downloadLeft .text {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;
}

.container .container1 .right .download .downloadRight {
  margin-left: 50px;
}

.container .container1 .right .download .downloadRight .downloadItem {
  height: 50px;
  border: 2px solid #f0f0f0;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
}

.container .containerItem {
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url("./image/back1.png");
  background-size: 100% 100%;
  padding-right: 20vh;
}

.container .containerItem img {
  height: 400px;
}

.container .containerItem2 {
  background-image: url("./image/back2.png");
  justify-content: flex-start;
  padding-left: 20vh;
}

.container .containerItem3 {
  background-image: url("./image/back3.png");
}

.container .aboutUs {
  height: 640px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background-image: url("./image/back.png");
  background-size: 100% 100%;
}

.container .aboutUs .title {
  font-size: 40px;
  font-weight: bold;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .aboutUs .box {
  width: 1100px;
}

.container .aboutUs .box .title1 {
  font-size: 18px;
}

.container .aboutUs .box .content {
  font-size: 18px;
}

.container .aboutUs .box .content p {
  margin-top: 40px;
}

.container .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d2559;
}

.container .footer .text {
  width: 1100px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  height: 70px;
}

.container .footer .text a {
  color: #fff;
  text-decoration: none;
}
