html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
* {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #666;
  font-family: "Microsoft YaHei";
  width: 100%;
  font-size: 16px;
}

ol,
ul,
li {
  list-style: none outside none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-overflow-scrolling: touch;
}

:focus {
  outline: 0 none;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

img {
  border: 0;
  display: block;
}

.clear {
  clear: both;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-between {
  justify-content: space-between;
}

.body-conts {
  height: 100%;
  width: 100%;
  justify-content: center;
}

.body-conts .left-cont {
  width: 40%;
  position: relative;
  overflow: hidden;
  height: 100%;
  flex-shrink: 0;

  background-color: #0f0;
}

.body-conts .left-cont .left-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-conts .rig-cont {
  padding: 40px 112px;

  height: 100%;
  justify-content: center;
  min-width: 890px;
}

.body-conts .rig-cont .text-contents {
  padding: 0 12px;
}

.body-conts .rig-cont .logo {
  width: 110px;
  height: 110px;
}

.body-conts .rig-cont .logo-name {
  font-size: 45px;
  font-family: ShiShangZhongHeiJianTi;
  font-weight: 400;
  color: #161637;
  margin-left: 8px;
}

.body-conts .rig-cont .slogn {
  margin-top: 16px;
  font-size: 39px;
  font-weight: 600;
  color: #161637;
}

.body-conts .rig-cont .content {
  margin-top: 30px;
  font-size: 22px;
  text-indent: 44px;
  font-weight: 400;
  color: #161637;
  line-height: 46px;
}

.body-conts .rig-cont .down-conts {
  margin-top: 36px;
}
.body-conts .rig-cont .down-conts .code-tips {
  align-items: center;
}
.body-conts .rig-cont .down-conts .code-tips .down-text {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}
.body-conts .rig-cont .down-conts .code-img {
  width: 179px;
  height: 181px;
  background: #ffffff;
  box-shadow: 0px 2px 23px 3px rgba(167, 133, 131, 0.31);
  padding: 12px;
}

.body-conts .rig-cont .down-conts .down-btns {
  padding: 0 0 34px 70px;
}

.body-conts .rig-cont .down-conts .down-btns .btns {
  width: 370px;
  height: 52px;
  background: #fa3948;
  border-radius: 26px;
  justify-content: center;
  cursor: pointer;
}

.body-conts .rig-cont .down-conts .down-btns .btns:active {
  opacity: 0.6;
}

.body-conts .rig-cont .down-conts .down-btns .btns.secondbtn {
  background: #f0a504;
  margin-top: 28px;
}

.body-conts .rig-cont .down-conts .down-btns .icon-btn {
  width: 30px;
  height: 30px;
}

.body-conts .rig-cont .down-conts .down-btns .text-btn {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 10px;
}

.m-cont-main {
  display: none;
}
.m-cont-main .mobile-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: block;
}

.m-cont-main .botttom-conts {
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 2.8rem 2rem 2.4rem;
}

.m-cont-main .botttom-conts:before {
  width: 100%;
  height: calc(100% - 4.2rem);
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  background-color: #fff;
}

.m-cont-main .botttom-conts .cont-imgbg {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
}

.m-cont-main .cont-btns {
  position: relative;
  z-index: 8;
  align-items: center;
}

.m-cont-main .botttom-conts .cont-btns .btn-eles {
  width: 67%;
  max-width: 35rem;
  background-color: #fa394a;
  height: 5.2rem;
  background: #fa394a;
  border-radius: 6rem;
  justify-content: center;
}

.m-cont-main .botttom-conts .cont-btns .btn-eles:active {
  opacity: 0.6;
}

.m-cont-main .botttom-conts .cont-btns .btn-eles.iosbtn {
  background: #ffffff;
  border-radius: 60px 60px 60px 60px;
  border: 1px solid #fa394a;
  margin-top: 1.6rem;
}

.m-cont-main .botttom-conts .cont-btns .btn-eles.iosbtn .btn-text {
  color: #fa394a;
}

.m-cont-main .botttom-conts .cont-btns .btn-eles .icno-img {
  width: 3rem;
  height: 3.2rem;
}

.m-cont-main .botttom-conts .cont-btns .btn-eles .btn-text {
  font-size: 2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin-left: 1.2rem;
}

.show-popbg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.show-popbg .po-pbg {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  html {
    font-size: 62.5%;
    overflow: hidden;
    min-height: 0 !important;
    background-color: #f83e3f;
  }
  .body-conts {
    display: none;
  }
  .m-cont-main {
    display: block;
  }
}
