* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 668px;
}
body {
  /* background: url(./static/images/star.png) 50% center,linear-gradient(to bottom,#1c1c54,#1b1b52); */
  background: url(./images/star.png) no-repeat center, linear-gradient(to bottom, #1c1c54, #1b1b52);
  min-width: 1280px;
}
.whole {
  min-height: 100%;
  height: auto;
}
.bg {
  overflow: hidden;
  position: relative;
  /* padding-bottom: 135px; */
  width: 100%;
  height: auto;
  min-height: 100%;
  background: url(./images/star.png) 50% center, linear-gradient(to bottom, #1c1c54, #1b1b52);
}
.logo {
  height: 88px;
  width: 88px;
  margin-left: 84px;
  margin-top: 160px;
}
.logo > img {
  height: 88px;
  width: 88px;
  display: block;
}
.left {
  /* position: absolute; */
  /* left: 202px; */
  margin-left: 202px;
  margin-top: -78px;
  padding-bottom: 32px;
  /* top: 204px; */
}
#mobile {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  height: 37px;
  line-height: 37px;
}
#appExplain {
  margin-top: 19px;
  width: 462px;
  height: 55px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.5;
}
.cloud {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 12px;
  height: 18px;
  line-height: 18px;
}
.light > img {
  width: 420px;
  height: 80px;
  display: block;
  margin-top: 11px;
}
.scan {
  margin-top: 55px;
  display: flex;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 0px 2px 8px rgba(0, 132, 255, 0.3);
  background-image: linear-gradient(135deg, #1c1c54, #1b1b52), linear-gradient(135deg, #52b7ff, #0084ff);
}
.but {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  background: linear-gradient(to right, #52b7ff, #0084ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 132, 255, 0.3);
}
.and {
  margin-left: 17px;
  margin-top: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  background: linear-gradient(to right, #52b7ff, #0084ff);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 15px;
  line-height: 15px;
  text-shadow: 0px 2px 8px rgba(0, 132, 255, 0.3);
}
#andIos {
  display: none;
}
.code {
  display: flex;
  margin-left: 10px;
  z-index: 100;
}
.triang {
  width: 0px;
  height: 0px;
  margin-top: 17px;
  z-index: 10;
  /* border: 10px solid; */
  border-left: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.qrcode {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 50px 0px rgba(23, 23, 105, 0.3);
  border-radius: 4px;
  margin-left: -1px;
}
.qrcode > img {
  height: 120px;
  width: 120px;
  display: block;
}
.right {
  position: absolute;
  top: 33px;
  right: 0px;
}
.circle > img {
  width: 725px;
  opacity: 0.5;
  /* height: 614px; */
  display: block;
}
.model {
  position: absolute;
  top: 83px;
  right: 64px;
}
.commonIcon {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  top: 50%;
}
.leftIcon {
  left: -36px;
  background: url('./images/arrow_l_nor.png');
}
.leftIcon:hover {
  background: url('./images/arrow_l_pre.png');
}
.rightIcon {
  right: -36px;
  background: url('./images/arrow_r_nor.png');
}
.rightIcon:hover {
  background: url('./images/arrow_r_pre.png');
}
.modelBg {
  width: 502px;
  height: 502px;
  display: block;
}
.siema {
  width: 502px;
  height: 502px;
}
.swiperImage {
  width: 100%;
  height: 100%;
}

.bottom {
  background: url(./images/ripple.png) no-repeat center;
  background-size: cover;
  /* margin-top: 135px; */
  height: 135px;
  width: 100%;
  /* position: absolute; */
  /* bottom: 0px; */
  z-index: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-height: 668px) {
  .bottom {
    position: fixed;
    bottom: 0px;
  }
}
@media screen and (max-width: 1366px) {
  .logo {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1366px) {
  .bg {
  }
  .logo {
    margin-top: 160px;
  }
  .right {
  }
}

#bot {
  /* border: 1px solid red; */
  display: flex;
  margin-top: 57px;
  cursor: pointer;
}
#botone {
  /* border:1px solid red; */
  display: none;
  margin-top: 57px;
  cursor: pointer;
  /* position: absolute; */
  /* bottom: 26px; */
}
.mar {
  margin-right: 32px;
}
.andone {
  width: 40px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
}
.andtwo {
  width: 40px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
  opacity: 0.3;
}
.iosone {
  width: 40px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  opacity: 0.3;
  margin: auto;
}
.iostwo {
  width: 40px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
}
.bottom > img {
  width: 100%;
  height: 135px;
}
.android > img {
  width: 48px;
  height: 52px;
  display: block;
}
.ios > img {
  width: 48px;
  height: 52px;
  display: block;
}
.androidnor > img {
  width: 48px;
  height: 52px;
  display: block;
}
.iosnor > img {
  width: 48px;
  height: 52px;
  display: block;
}
@media screen and (min-width: 1800px) {
  body {
    /* padding-top: 120px; */
  }
  /* .bottom {
        position: fixed;
        bottom: 0px;
    } */
  .bg {
    /* margin-top: 80px; */
  }
  .right {
    margin-top: 73px;
  }
  .logo {
    height: 105.5px;
    width: 105.5px;
    /* position: absolute; */
    margin-left: 236px;
    margin-top: 220px;
  }
  .logo > img {
    height: 105.5px;
    width: 105.5px;
    display: block;
  }
  .left {
    /* position: absolute; */
    margin-left: 378px;
    margin-top: -93.5px;
    margin-bottom: 115px;
    /* top: 324px; */
  }
  .mobile {
    font-size: 43px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    height: 43px;
    line-height: 43px;
  }
  .cloud {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-top: 15px;
    height: 23px;
    line-height: 23px;
  }
  .light > img {
    /* width: 420px; */
    height: 101px;
    display: block;
    margin-top: 13px;
  }

  .scan {
    margin-top: 66px;
    display: flex;
  }
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 274px;
    height: 72px;
    border: 3px solid transparent;
    border-radius: 36px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    box-shadow: 0px 2px 8px rgba(0, 132, 255, 0.3);
    background-image: linear-gradient(135deg, #1c1c54, #1b1b52), linear-gradient(135deg, #52b7ff, #0084ff);
  }
  .but {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    background: linear-gradient(to right, #52b7ff, #0084ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 0px 2px 8px rgba(0, 132, 255, 0.3);
  }
  .and {
    margin-left: 20px;
    margin-top: 22px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: linear-gradient(to right, #52b7ff, #0084ff);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 18px;
    line-height: 18px;
    text-shadow: 0px 2px 8px rgba(0, 132, 255, 0.3);
  }
  .code {
    display: flex;
    margin-left: 13px;
    z-index: 100;
  }
  .triang {
    width: 0px;
    height: 0px;
    margin-top: 20px;
    z-index: 10;
    /* border: 10px solid; */
    border-left: 12px solid transparent;
    border-right: 12px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    /* box-shadow:0px 2px 20px 0px rgba(73,80,94,0.3); */
  }
  .qrcode {
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    display: flex;
    /* border-color: transparent; */
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgba(23, 23, 105, 0.3);
    border-radius: 4px;
    margin-left: -1px;
  }
  .qrcode > img {
    height: 144px;
    width: 144px;
    display: block;
  }
  .right {
    position: absolute;
    top: 71px;
    right: 87px;
  }
  /* .... */
  .circle > img {
    width: 1025px;
    /* height: 614px; */
    display: block;
  }
  .model {
    position: absolute;
    top: 82px;
    right: 87px;
  }
  .circle {
    width: 698px;
    height: 671px;
    display: block;
  }
}
