@charset "UTF-8";
/*默认START*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

body {
  font-family: "PingFangSC-Medium", "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
strong,
em {
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

body {
  background: #F3F4F8;
}

#thisIsHead {
  width: 100%;
  height: 80px;
}

#thisIsFoot {
  width: 100%;
}

#appDownload {
  height: 777px;
  padding: 80px 0;
  background: url("../images/bg.png") no-repeat center center/1920px 777px;
}

#appDownload .banxin {
  width: 1200px;
  margin: 0 auto;
}

#appDownload .left {
  width: 617px;
  height: 617px;
  float: left;
  background: url("../images/cicle_bg.png") no-repeat center center/617px 617px;
  position: relative;
}

#appDownload .left .img1 {
  position: absolute;
  width: 273px;
  height: 484px;
  top: 61px;
  left: 39px;
}

#appDownload .left .img2 {
  position: absolute;
  width: 370px;
  height: 663px;
  margin-top: -30px;
  top: 0;
  left: 194px;
}

#appDownload .left .btn {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 5px white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

#appDownload .left .btn.l-btn {
  left: 0;
  margin-left: -25px;
}

#appDownload .left .btn.l-btn .l-arrow {
  width: 20px;
  height: 20px;
  border-top: 4px solid #fc383a;
  border-right: 4px solid #fc383a;
  border-radius: 3px;
  transform: rotate(-135deg);
  margin-left: 10px;
}

#appDownload .left .btn.r-btn {
  right: 0;
  margin-right: -25px;
}

#appDownload .left .btn.r-btn .r-arrow {
  width: 20px;
  height: 20px;
  border-top: 4px solid #fc383a;
  border-right: 4px solid #fc383a;
  border-radius: 3px;
  transform: rotate(45deg);
  margin-right: 10px;
}

#appDownload .right {
  float: left;
  margin-left: 108px;
}

#appDownload .right .row {
  display: flex;
  align-items: center;
}

#appDownload .right .row h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
}

#appDownload .right .row .discrible {
  margin-top: -15px;
}

#appDownload .right .row .discrible img {
  height: 12px;
  width: 12px;
  margin-right: 3px;
  vertical-align: middle;
}

#appDownload .right .saoma {
  padding-left: 20px;
  margin-top: 25px;
}

#appDownload .right .saoma img {
  width: 154px;
  height: 154px;
  margin-right: 18px;
}

#appDownload .right .saoma .tp_btn {
  width: 132px;
  height: 33px;
  background: #fc6c6e;
  opacity: 1;
  border-radius: 21px;
  color: white;
  line-height: 33px;
  text-align: center;
}
