﻿/*正文部分*/
.container {
  margin-top: 48px;
  width: 100%;
  background-color: #f8f8f8;
}
.content {
  margin: 0 auto;
  width: 1200px;
  height: 860px;
  position: relative;
}
/*左半部分*/
.img-area {
  float: left;
  margin: 80px 158px 0 100px;
  width: 343px;
  height: 704px;
}
.phone-area {
  width: 343px;
  height: 672px;
}
.phone-img {
  width: 343px;
  height: 672px;
  position: absolute;
}
#phone-img-2,
#phone-img-3 {
  display: none;
}
.circle-area {
  width: 72px;
  height: 12px;
  position: relative;
  margin: 20px auto 0;
}
.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.1;
  margin: 0 6px;
  float: left;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.circle-active {
  background-color: #f74d61;
  opacity: 1;
}
/*右半部分*/
.text-area {
  float: left;
  width: 495px;
}
.text-area h1 {
  font-size: 40px;
  color: #1b1b1b;
  margin-top: 218px;
}
.text-area h3 {
  font-size: 25px;
  color: #1b1b1b;
  margin-top: 23px;
  line-height: 39px;
}
.DL-icon-area {
  width: 494px;
  height: 156px;
  margin-top: 60px;
}
.icon-area {
  float: left;
  text-align: center;
  cursor: pointer;
}
.app-and-icon img {
  width: 26px;
  height: 30px;
  margin-top: 33px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.app-and-icon:hover img {
  margin-top: 20px;
}
#androidApp-area {
  margin: 0 100px;
}
.icon-loop {
  width: 96px;
  height: 96px;
  border: 1px solid #000;
  border-radius: 50%;
}
#qrcode {
  width: 98px;
  height: 98px;
}
.icon-area p {
  margin-top: 40px;
  font-size: 18px;
  color: #1b1b1b;
}

/**********响应式分割线*************/
@media (max-width: 1440px) {
  /*正文部分*/
  .container {
    margin-top: 48px;
  }
  .content {
    width: 960px;
    height: 688px;
  }
  /*左半部分*/
  .img-area {
    float: left;
    margin: 64px 126.4px 0 80px;
    width: 274.4px;
    height: 563.2px;
  }
  .phone-area {
    width: 274.4px;
    height: 537.6px;
  }
  .phone-img {
    width: 274.4px;
    height: 537.6px;
  }
  .circle-area {
    width: 57.6px;
    height: 9.6px;
    position: relative;
    margin: 16px auto 0;
  }
  .circle {
    width: 9.6px;
    height: 9.6px;
    margin: 0 4.8px;
  }
  /*右半部分*/
  .text-area {
    width: 396px;
  }
  .text-area h1 {
    font-size: 32px;
    margin-top: 174.4px;
  }
  .text-area h3 {
    font-size: 20px;
    margin-top: 18.4px;
    line-height: 31.2px;
  }
  .DL-icon-area {
    width: 397px;
    height: 124.8px;
    margin-top: 48px;
  }
  .app-and-icon:hover img {
    margin-top: 16px;
  }
  .app-and-icon img {
    width: 20.8px;
    height: 24px;
    margin-top: 26.4px;
  }
  #androidApp-area {
    margin: 0 80px;
  }
  .icon-loop {
    width: 76.8px;
    height: 76.8px;
  }
  #qrcode {
    width: 78.4px;
    height: 78.4px;
  }
  .icon-area p {
    margin-top: 32px;
    font-size: 14.4px;
  }
}

.agreement-area{
  color: #858585;
  padding:20px 0;
  font-size: 12px;
}