@charset "UTF-8";

/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

html,
body {
  height: 100%;
}

body {
  /* background: #121619; */
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #545454;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}
.hide {
  display: none !important;
}
.blue {
  color: #19AEE9 !important;
}

/* ===================================================================
 * # preloader 
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #121619; */
  background: #fff;
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #5b4f96;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * pc
 * ------------------------------------------------------------------- */

.pc {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pc .top-img-box {
  width: 100%;
  position: relative;
  font-size: 0;
  flex: 1;
  background-image: url('https://osscdn.zhuayoubao.com/sy-website/images/bg%402x.png');
  padding-left: 21%;
  /* padding-top: 0.24rem; */
  /* padding-top: 0.46rem; */

}
.pc .top-img-box .content {
  /* height: 100%; */
  display: flex;
  align-items: center;
}
.pc .top-img-box .content .left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pc .top-img-box .content .left .img {
  width: 4.76rem;
  height: 3.25rem;
  background-image: url('https://osscdn.hzsy123.com/website/top_right.png');
  margin-bottom: 0.32rem;
}
.pc .top-img-box .content .left .img.se {
  background-image: url('https://osscdn.hzsy123.com/website/top_right.png');
  /* background-image: url('https://osscdn.zhuayoubao.com/sy-website/images/pc/left-se%402x.png'); */
}
.pc .top-img-box .content .left .qrcode-box {
  width: 1.9rem;
  height: 2.18rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  padding: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom:0.24rem;
}
.pc .top-img-box .content .left .download-box{
  width: 1.9rem;
  height: 0.5rem;
  background: #00D7DE;
  border-radius: 25px;
  color:#FFFFFF;
  font-size:0.2rem;
  line-height: 0.5rem;
  text-align: center;
}
.pc .top-img-box .content .left .qrcode-box .qrcode {
  width: 1.66rem;
  height: 1.66rem;
  /* background: #CDCDCD; */
}
.pc .top-img-box .content .left .qrcode-box span {
  font-size: 0.16rem;
  color: #191A38;
  line-height: 0.16rem;
}
.pc .top-img-box .content .right {
  /* width: 11.76rem;
  height: 6.6rem;
  background-image: url('https://osscdn.zhuayoubao.com/sy-website/images/right%402x.png');
  position: relative;
  right: 1rem; */
}

.pc .bottom {
  width: 100%;
  height: 12%;
  background: #1A2B2F;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc .bottom .item {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.14rem;
}
.pc .bottom .item a {
  color: #fff;
}
.pc .bottom .item a:hover {
  cursor: pointer;
}
.pc .bottom .border {
  width: 0;
  height: 0.14rem;
  border-left: 1px solid #fff;
  margin: 0 0.69rem;
}

.mobile {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #D3F4FF;
}
.mobile .content {
  flex: 1;
  overflow: scroll;
  padding-top: 0.64rem;
}
.mobile .content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mobile .content .text-img {
  width: 3.29rem;
  height: 1.14rem;
  background-image: url('https://osscdn.hzsy123.com/website/txsy_m_top.png');
  margin: 0 auto;
}
.mobile .content .text-img.se {
  background-image: url('https://osscdn.hzsy123.com/website/txsy_m_top.png');
  /* background-image: url('./../images/mobile/top-text-se@2x.png'); */
}
.mobile .content .img {
  width: 100%;
  height: 5.62rem;
  background-image: url('https://osscdn.zhuayoubao.com/sy-website/images/mobile/img%402x.png');
}
.mobile .content .info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.1rem 0;
  /* background: #D3F4FF; */
  background: #F2FCFF;
}
.mobile .content .info .item {
  font-size: 0.12rem;
  margin-bottom: 0.02rem;
}
.mobile .content .info .item a {
  color: #545454
}
.mobile .bottom {
  width: 100%;
  height: 0.88rem;
  background: #F2FCFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile .bottom .btn {
  width: 3.06rem;
  height: 0.5rem;
  background-image: url('./../images/mobile/btn-bg@2x.png');
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.17rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 450px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  html {
    font-size: 10px;
  }
  .pc {
    display: none;
  }
}
/* @media only screen and (max-width:1800px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width:1500px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (max-width:1300px) {
  html {
    font-size: 6px;
  }
}
@media only screen and (max-width:1000px) {
  html {
    font-size: 5px;
  }

} */

.op0 {
  opacity: 0;
}
.op1 {
  opacity: 1;
}
.obj {
  width: 100%;
  height: 100%;
}
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/*# sourceMappingURL=main.css.map */

.pc .top-img-box .content .left .main{
  height:100%;
  width: 6.63rem;
  height: 4.55rem;
  background-image: url('https://osscdn.hzsy123.com/website/mainV2.png');
}
.pc .top-img-box .content .right .main{
  width: 4.76rem;
  height: 3.25rem;
  background-image: url('https://osscdn.hzsy123.com/website/top_right.png');
  margin-bottom:0.36rem;
}
.pc .top-img-box  .spacebetween{
  justify-content: space-between;}
.pc .nopadding {
  padding-left:0
  
  }
.pc .top-img-box .paddingtop {
 padding:1.25rem 3.6rem 0rem 3.69rem

}
.pc .top-img-box .content .right .download-box{
  margin-top:0.31rem;
  width: 1.9rem;
  height: 0.5rem;
  background-image: url('https://sheng-you.oss-cn-hangzhou.aliyuncs.com/website/main_btn.png');

}
.pc .top-img-box .padding1{
  margin-top:2rem;
  padding-right:4.13rem
}
.pc .top-img-box .padding2{
  margin-top:1.19rem;
  padding-right:4.13rem
}
.pc .top-img-box .middle{
  display: flex;
  justify-content: flex-end;
}
.pc .top-img-box .middle .main1{
  display: flex;
  width: 9.96rem;
  height: 6.51rem;
  background-image: url('https://osscdn.hzsy123.com/website/1%402x.png');
}
.pc .top-img-box .middle .main2{
  display: flex;
  width: 11.7rem;
  height: 6.73rem;
  background-image: url('https://osscdn.hzsy123.com/website/2%402x.png');
}
.pc .top-img-box .middle .main3{
  display: flex;
  width: 10.9rem;
  height: 7.13rem;
  background-image: url('https://osscdn.hzsy123.com/website/3%402x.png');
}
.pc .top-img-box .padding3{
  margin-top:1.38rem;
  padding-right:4.13rem;
  padding-bottom:1rem;
}
.pc .bottom {
  display: flex;
  font-size:0.14rem;
  background: #1A2B2F;
  width:100%;
  height: 1.93rem;
  color:#FFFFFF;
  justify-content: space-evenly
}
.bottom .left img{
  width:1.44rem;
}
.pc .bottom div{
  line-height: 0.3rem;
}
.pc .bottom a{
  margin-left:0.48rem;
  color:#00D7DE;
  text-decoration: underline;
  cursor: pointer;
}
.pc .bottom .version{
  margin-left:0.67rem;
  
}

