* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
body,html{
  height: 100vh !important;
}
#app {
  /* position: fixed; */
  height: auto;
  /* top: 0;
  left: 0; */
  transform-origin: left top;
  /* z-index: 999; */
  overflow-x: hidden;
  overflow-y: auto;
}
#home{
  width: 100%;
  overflow-x: hidden;
}
.header {
  background-color: #f7fbff;
  min-height: 568px;
  position: relative;
}
.header header {
  padding: 24px 0 0 0;
  width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.header .nav {
  display: flex;
  flex-direction: row;
  width: 244px;
  height: 17px;
  justify-content: space-around;
  align-items: flex-start;
  box-sizing: content-box;
}
.header .nav li{
  height: 17px;
}
.header .nav li a {
  display: block;
  height: 26px;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #666;
  font-size: 17px;
  letter-spacing: -1px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 6px;
}
.header .nav li.active a {
  color: #028efe;
  border-bottom: 3px solid #028efe;
}
.header .logo img {
  display: block;
  width: 118px;
  height: 28px;
}
.header .bg1 {
  height: 568px;
  width: 1420px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/bg6.png') no-repeat;
  background-size: 100% 100%;
}
img {
  width: 100%;
  height: 100%;
}
.header .bg2 {
  height: 568px;
  background: url('../img/bg2.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 263px;
  width: 795px;
  position: absolute;
  left: 0;
  top: 0;
}
.header .bg3 {
  position: absolute;
  right: 126px;
  top: 0;
  width: 855px;
  height: 568px;
  background: url('../img/bg2.png') no-repeat;
  background-size: 100% 100%;
}
.header .bg4 {
  position: absolute;
  left: 535px;
  top: 0;
  width: 413px;
  height: 568px;
  background: url('../img/bg3.png') no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.header .bg6 {
  position: absolute;
  right: -178px;
  top: 2px;
  width: 413px;
  height: 568px;
  background: url('../img/bg4.png') no-repeat;
  background-size: 100% 100%;
}
.header-content {
  padding-top: 67px;
  display: flex;
  flex-direction: row;
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.header-content .header-content-lf {
  width: 443px;
  height: 323px;
  /* margin: 0 0 0 300px; */
  border: 20px solid #fff;
  border-radius: 8px;
  box-sizing: initial;
  box-shadow: 0 2px 34px 0 #c6dded;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.header-content-lf img {
  display: block;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.header-content-rl {
  margin-left: 90px;
  position: relative;
  z-index: 2;
}
.header-content-rl .title {
  font-size: 42px;
  color: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}
.header-content-rl .title img {
  width: 80px;
  height: 80px;
  margin-right: 35px;
}
.header-content-rl ul {
  font-size: 15px;
  color: #666;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
.header-content-rl ul li {
  width: 231px;
}
.header-content-rl ul li:nth-child(2) {
  width: 230px;
}
.header-content-rl ul.nth2 {
  margin-top: 6px;
}
.header-content-rl ul.nth2 li:nth-child(2) {
  width: 336px;
}
.header-content-rl ul span {
  color: #999;
  font-size: 15px;
}
.header-content-rl > p {
  color: #adb1b3;
  font-size: 15px;
  margin-top: 25px;
}
.upload {
  width: 280px;
  height: 75px;
  cursor: pointer;
  background: linear-gradient(95deg, #028efe 18.21%, #05abff 86.57%);
  border-radius: 4px;
  background-size: 292px 87px;
  margin: 40px 0 0 0;
  font-size: 25px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Heavy;
}
.upload:hover{
  background: linear-gradient(-95deg, #028efe 18.21%, #05abff 86.57%);
}
.upload img {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
.service {
  position: absolute;
  right: -95px;
  bottom: -30px;
  width: 92px;
  height: 92px;
  background: url('../img/kefu.jpg') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.continer {
  width: 1140px;
  margin: 0 auto;
}
.border-bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 31px;
}
h3.line-title {
  position: relative;
  padding: 25px;
  font-size: 24px;
  color: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
}
h3.line-title::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 0;
  height: 100%;
  right: 10px;
  background: url('../img/line.png') no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
h3.line-title em {
  display: inline-block;
  background-color: #059aff;
  border-radius: 10px;
  width: 8px;
  height: 28px;
  margin-top: 3px;
  margin-right: 18px;
}
.intro {
  padding-bottom: 62px;
}
.intro p {
  color: #787a7c;
  font-size: 18px;
  padding: 35px 0 0 32px;
  width: calc(100% - 10px);
  box-sizing: border-box;
  word-wrap: break-word;
  line-height: 30px;
  font-family: PingFangSC-Medium;
}
.advantage ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 45px 0 58px 0;
}
.advantage ul li {
  width: 25%;
  font-size: 28px;
  color: #666;
  text-align: center;
  position: relative;
}
.advantage ul li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 161px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/line1.png') no-repeat;
  background-size: 100% 100%;
}
.advantage ul li:last-child:after {
  width: 0;
}
.advantage ul img {
  width: 210px;
  height: 180px;
}
.step {
  padding-bottom: 49px;
}
.step-img {
  margin:0 49px;
  width: calc(100% - 98px);
  height: auto;
  margin-top: 28px;
}
.footer-top {
  background-color: #f9f9f9;
  margin-top: 37px;
  font-size: 16px;
  color: #333;
}
.footer-top>div{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 140px;
}
.footer-top a {
  display: block;
  width: 174px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background: linear-gradient(95deg, #028efe 18.21%, #05abff 86.57%);
  box-shadow: 0 3px 19px 0 rgba(4, 152, 254, 0.29);
  font-size: 22px;
  font-family: SourceHanSansCN-Medium;
  color: #fff;
  text-align: center;
}
.footer-top a:hover{
  background: linear-gradient(-95deg, #028efe 18.21%, #05abff 86.57%);
}
.footer{
  height: 94px;
  background: url('../img/footer.png') no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer span{
  display: flex;
  align-items: center;
}
.footer span:first-child{
  margin-bottom: 10px;
}
.footer img{
  width: 24px;
  height: 24px;
}