@charset "utf-8";
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling: touch;}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  color: #5f5f5f;
  position: relative;
}
body ::selection{color:#000;background-color:#fd0;text-shadow:none}
body ::-moz-selection{color:#000;background-color:#fd0;text-shadow:none}
a{transition:all .6s}
:active,:focus,:hover{outline:0!important}
::-webkit-scrollbar{width:0;height:12px;background-color:transparent}
::-webkit-scrollbar-track{background-color:#270532}
::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(0,.2);border-radius:2px;-webkit-box-shadow:inset 0 0 6px rgba(0,.2);background-color:#7600D0}
body{overflow-x: hidden}
button{border:none;border:none}
input{outline:0;text-indent:.5em}
input.orangeInput{background:#f7941d;color:#fff;padding:0 25px;border:none;text-indent:0}
a{color:#666;text-decoration:none;outline:0;cursor: pointer;}
a:focus,a:hover{color:#23527c}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
img,input{border:0;max-width:100%;vertical-align:middle;margin:0; padding:0}





#app {
  position: relative;
  background: #036B4E url('./../images/bg.png') center top;
}

#app {
  margin: 0 auto;
  width: 375px;
}

.banner-box{
  position: relative;
  width: 375px;
  height: 570px;
  display: block;
  text-align: center;
  margin-top: -150px;
}
.banner-box .btn-box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  display: inline-block;
  height: 70px;
}

.banner-box .btn-box img{
  height: 100%;
  object-fit: contain;
}

.swiper-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #007aff;
  z-index: 10;
  transition: width 0.1s linear;
}

.link-box{
    /* 快捷登录 */
    position: relative;
    z-index: 1;

    box-sizing: border-box;


    width: 351px;
    height: 281px;
    margin: -42px auto 0;

    background: #0C8564;
    border: 1px solid #0EAD80;
    border-radius: 16px;
}

.link-box>div:nth-child(2) {

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0px;
    gap: 16px;
}

.title {

width: 351px;
padding-top: 16px;
font-family: 'PingFang SC';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.01em;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}


.xl-box{
  min-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-box {
  padding-right: 12px;
}
.right-box {
  padding-left: 12px;
}

.right-box .text-box {
    box-sizing: border-box;
    width: 73px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    background: linear-gradient(98.37deg, #25D598 0%, #2EDE57 100%);
    border: 1px solid #FFFFFF;
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.4);
    border-radius: 15.5px;
    font-size: 12px;
    color: #fff;
}

.fg-box{
  width: 96%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  background: url('./../images/fg.png') no-repeat left top;
}
.fg-box span{
  padding-left: 66px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.hz-box{
  width: 94%;
  margin: 0 auto 10px;
}
.h-swiper .swiper-slide,
.q-swiper .swiper-slide {
  padding: 5px;
  box-sizing: border-box;
  background: #0C8564;
  border: 1px solid #0EAD80;
  border-radius: 8px;
}
.footer {
  padding: 20px 0;
  background: #005940;
}

.footer ul {
  display: flex;
  padding: 0;
  list-style: none
}

.footer ul li {
  width: 25%
}

.footer ul li .ico {
  display: flex;
  justify-content: center
}

.footer ul li .ico img {
  width: 3.75rem;
  object-fit: contain
}

.footer ul li .txt {
  display: flex;
  justify-content: center
}

.footer ul li .txt p {
  width: 80%;
  margin: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center
}

.footer .image {
  display: flex;
  align-items: center;
  justify-content: center
}

.footer .image img {
  height: 1.25rem;
  padding: 0 1rem
}

.footer .image img:first-child {
  border-right: .0625rem solid #e7e7e7
}

.footer .line {
  text-align: center
}

.footer .line .text {
  margin: .5rem 0 0;
  color: #fff;
  font-size: .875rem;
  opacity: .7;
}

.footer .line a {
  margin: 0;
  color: #6f6f6f;
  font-size: .75rem
}

.service {
  position: sticky;
  top: 50%;
  left: calc(100% - 100px);
  width: 100px;
  height: 150px;
  z-index: 50;
  cursor: pointer;
}

.service img {
  display: block;
  max-width: 100%;
}