.main-img .other {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  color: white;
}

.main-img .other .title {
  font-size: 30px;
  font-weight: 600;
}

.main-img .other .sub-title {
}
.platform-container {
  margin-bottom: 60px;
}

.platform-container .card {
  width: calc((100% - 60px )/ 3);
  margin-right: 30px;

}
.platform-container .card img{
  width: 80px;

}
.platform-container .card .title{
  font-weight: 600;
color: #181818;
padding: 14px 0;
border-bottom: 1px solid #D8D8D8;
}
.platform-container .card .intro{
  color: #73767B;
  padding: 20px 0;
  line-height: 25px;
  height: 160px;
}

.platform-container .card:last-child {
  margin-right: 0;
}
.platform-container .card .button {
  width: 256px;
  height: 58px;
  padding: 0 20px ;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  border: 1px solid #D8D8D8;
  font-size: 16px;
}
.platform-container .card .button:hover{
 background-color: #063BFB;
 color: white;
 border: 1px solid #063BFB;
}
/*新增样式*/

/*应用下载*/
.download-bg {
  background: #fff no-repeat center;
  background-size: cover;
  /* position: relative;  */
  height: 100vh;
}

.download-banner {
  padding-top: 127px;
}

.download-banner .download {
  margin-right: 180px;
  padding-left: 100px;
}

.download-banner .download .title {
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 68px;
}

.download-banner .download .img img {
  width: auto;
  height: 80px;
  margin-bottom: 48px;
}

.download-banner .code {
  margin: 50px 0 0 65px;
}

.download-banner .code img {
  width: 180px;
  height: 180px;
}

.download-bg .phone {
  width: 355px;
  height: 518px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 260px;
}

.download-bg .phone img {
  width: 100%;
}

.download-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-block .info {
  width: 570px;
}

.download-block .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #4182FF;

}

.download-block .content {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.download-block .download-title {
  margin-bottom: 31px;
  transition: .5s;
}

.download-block .download-title:hover {
  transform: translateY(-10px);
  transition: .5s;
}

.download-block .title .icon {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.download-block .title .img {
  /*width: 215px;*/
  height: 30px;
  margin-bottom: 45px;
}

.download-block .btn {
  width: inherit;
}

.download-block .right {
  text-align: right;
}

.download-block .btn a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-align: 200px;
  background: #4182FF;
  border-radius: 25px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 45px;
}

.download-block .btn a:hover {
  background: rgba(65, 130, 255, .8)
}
