.home .part {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.part-1 .slogan {
  font-weight: 300;
  font-size: 50px;
}

.part-1 .features {
  font-size: 22px;
}

.home .part-1 {
  position: relative;
  /* height: 2306px; */
  padding-top: 126px;
  text-align: center;
  box-sizing: border-box;
}
.home-1-b{
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 100px;
  height: 58px;
  background: url(/statics/xzpaper/images/home-1-b.png) no-repeat top left/cover;
  background-size: 100% 100%;
}
.home-1-l{
  position: absolute;
  left: 0;
  top: 177px;
  width: 276px;
  height: 774px;
  background: url(/statics/xzpaper/images/home-1-l.png) no-repeat top left/cover;
  background-size: 100% 100%;
}
.home-1-r{
  position: absolute;
  right: 0;
  top: 0;
  width: 364px;
  height: 536px;
  background: url(/statics/xzpaper/images/home-1-r.png) no-repeat top left/cover;
  background-size: 100% 100%;
}
.home .img-1 {
  position: relative;
  width: 1100px;
  margin-top: 62px;
  z-index: 99;
}


.home .part {
  height: 620px;
}
.part-pendant{
  position: absolute;
  top: -75px;
  width: 150px;
  height: 150px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.right-pendant{
  right: -30px;
}
.lef-pendant{
  left: -30px;
}
.sq-pendant{
  background-image: url(/statics/xzpaper/images/home-sq.png);
}
.de-pendant{
  background-image: url(/statics/xzpaper/images/home-de.png);
}
.home .part.bg-g{
 background-color: #F6FEF8;
}
.home .part .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.home .part-img{
  width: 600px;
}
.home .part-desc.text-right{
  text-align: right;
}
.home .part-slogan{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}
.home .part-features{
  font-size: 18px;
  color: rgb(51, 51, 51, 0.7);
}

.downloads {
  display: flex;
  margin-top: 34px;
  align-items: center;
  justify-content: center;
}
.down-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 220px;
  height: 56px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.down-btn .svg-icon{
  margin-right: 10px;
  font-size: 30px;
}
.down-btn .text{
  font-size: 18px;
}
.down-btn .sub-text{
  margin-top: 2px;
  font-size: 12px;
}
.down-btn.mobile{
  background-color: #35c76d;
}
.down-btn.mobile:hover {
  background-color: #2fb261;
}
.down-btn.mobile:hover .popover{
  display: block;
}
.down-btn.mobile:active {
  background-color: #258e4d;
}
.down-btn.pc{
  margin-left: 32px;
  background-color: #3176dd;
}
.down-btn.pc:hover {
  background-color: #2c69c6;
}
.down-btn.pc:active {
  background-color: #23549e;
}

.popover .qrcode-img{
  width: 140px;
}
