body {
  margin: 0;
  padding: 0;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.container {
  width: 100%;
  height: 100vh;
  background: url('https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/download/down_bg.png') no-repeat;
  background-size: 100% 100vh;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container-pc .logo {
  margin-top: 25px;
  width: 230px;
  display: inline-block;
  height: 50px;
  background: url('https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/download/down_logo.png') no-repeat;
  background-size: 230px 50px;
}
.container-pc .main {
  margin-top: 40px;
}
.container-pc .phone {
  margin-top: 25px;
  /*width: 220px;*/
  height: 88px;
}
.container-pc .phone img {
  margin-top: 5px;
  float: left;
}
.container-pc .phone div {
  display: inline-block;
  /*width:140px;*/
  margin-left: 10px;
}
.container-pc .phone div p:nth-child(1) {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}
.container-pc .phone div p:nth-child(2) {
  font-size: 12px;
  margin-top: 8px;
  color: #fff;
}
.main .load-img {
  width: 32%;
}
.main .load-main {
  width: 60%;
  margin-top: 8%;
}
.main .load-main .m1 {
  font-size: 58px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 600;
}
.main .load-main .m2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.main .load-main .m3 {
  position: relative;
}
.main .erweima {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  float: left;
}
.main .erweima img {
  width: 100%;
  height: 100%;
}
.main .last {
  position: absolute;
  top: 0;
  left: 250px;
  font-size: 0;
}
.main .last a {
  display: inline-block;
  margin-bottom: 24px;
  width: 338px;
  height: 88px;
  position: relative;
}
.main .last a img {
  width: 100%;
  height: 100%;
}
.main .box1,
.main .box2 {
  width: 180px;
  height: 180px;
  position: absolute;
  top: -30%;
  right: -60%;
  display: none;
  border-radius: 5px;
}
.main .box1 {
  background: #fff url('https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/download/app_ios.png') center no-repeat;
  background-size: 160px 160px;
}
.main .box2 {
  background: #fff url('https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/download/app_anzhuo.png') center no-repeat;
  background-size: 160px 160px;
}
.main .box1::before,
.main .box2::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
}
.main .last a:hover .box1,
.main .last a:hover .box2 {
  display: block;
}
.container-m {
  width: 100%;
  display: none;
  margin: 0 auto;
}
.container-m .app-down {
  font-size: 0;
  width: 100%;
  background: url('https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/download/downm_im.png') no-repeat;
  background-size: 100%;
  text-align: center;
}
.container-m .app-down2 {
  width: 100%;
  height: 100vh;
  text-align: center;
}
.container-m .line1 {
  width: 100%;
  height: 30px;
  background: url("https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/download/down_line1.png") no-repeat center;
}
.container-m .line2 {
  width: 100%;
  height: 194px;
  background: url("https://rainnest.oss-cn-hangzhou.aliyuncs.com/static/caiHongChao/website/download/down_line2.png?v=1") no-repeat center;
  margin-top: 20px;
}
.container-m .app-down2 img {
  width: 90%;
}
.container-m .logo img {
  width: 26%;
  margin-top: 10%;
}
.container-m .img img {
  width: 72%;
  margin-top: 2%;
}
.container-m .bg img {
  width: 100%;
  margin-top: -50%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container-pc .content {
    transition: all linear 0.3s;
    transform: scale(0.8);
  }
}
@media (min-width: 0) and (max-width: 992px) {
  .container-pc {
    display: none;
  }
  .container-m {
    transition: all linear 0.3s;
    display: block;
  }
}

