html,
body {
  height: 100%;
  font-family: SourceHanSansCN-Bold;
}
* {
  margin: 0px;
  padding: 0px;
}
.absolute-play {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert-box-mask {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
.login {
  width: 384px;
  display: none;
}
.success {
  height: 330px;
  width: 384px;
  display: none;
}
.register {
  width: 384px;
  display: none;
}
.resetpwd {
  width: 384px;
  display: none;
}
.cs {
  cursor: pointer;
}
.from-style {
  z-index: 10;
  background-color: #ffffff;
  padding: 0px 30px;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.from-style .a-heard {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.from-style .a-heard span {
  font-size: 30px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
}
.from-style p {
  font-size: 13px;
  color: #000000;
  margin-bottom: 20px;
}
.from-style .diy-input.focusing {
  box-shadow: 0 0 0 2px rgba(55, 136, 238, 0.2);
  border-color: #4e6ef2;
}
.from-style .code {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #4e6ef2;
}
.from-style form {
  box-sizing: border-box !important;
}
.from-style .form-group {
  margin-bottom: 20px;
  position: relative;
}
.from-style .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #888888;
}
.from-style .form-group img {
  position: absolute;
  right: 1px;
  width: 100px;
  height: 36px;
  top: 1px;
  border: none;
}
.from-style .form-group .text-danger {
  position: absolute;
  font-size: 12px;
  bottom: -17px;
  margin: 0px !important;
  color: #dc3545 !important;
  font-family: SourceHanSansCN-Regular;
}
.from-style .form-group .code {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #4e6ef2;
  position: absolute;
  right: 10px;
  top: 10px;
}
.from-style .form-group .countdown {
  position: absolute;
  right: 9px;
  font-size: 14px;
  top: 9px;
}
.from-style .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4e6ef2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.from-style .diy-input {
  display: flex;
  flex-wrap: wrap;
  cursor: default;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  vertical-align: top;
  transition: all linear 0.2s;
  padding: 7px 5px 7px 10px;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 20px;
}
.from-style .diy-input input {
  flex: 1;
  max-width: 100%;
  box-shadow: none !important;
  border-color: transparent !important;
  line-height: 12px;
  font-size: 12px;
  height: 22px;
  margin-bottom: 2px;
  padding-left: 5px;
  position: relative;
  background-color: #ffffff !important;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 4px 5px;
  line-height: 1.5;
  font-size: 14px;
  transition: all linear 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: inherit;
  vertical-align: top;
  outline: none;
  box-shadow: none;
}
.from-style .diy-input input::-webkit-inner-spin-button,
.from-style .diy-input input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.from-style .diy-input input:-internal-autofill-selected {
  background-color: #ffffff;
}
.from-style .diy-input input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #888888;
}
.from-style .icon-guanbi2 {
  font-size: 24px;
  color: #888888;
}
.from-style .policy {
  align-items: center;
  margin-bottom: 20px;
}
.from-style .policy label {
  cursor: pointer;
  margin: 0px;
  margin-right: 6px;
}
.from-style .policy input {
  margin-right: 5px;
}
.from-style .policy span {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  display: flex;
  align-items: center;
}
.from-style .policy span a {
  color: #000000;
}
.from-style .label-link {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.from-style .label-link span {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #4e6ef2;
}
.from-style .label-link span:nth-child(2) {
  color: #888888;
}
.from-style .label-link span:hover {
  color: #4e6ef2;
}
.from-style .label-link .log {
  color: #888888;
}
.btn-b {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
.btn-b input {
  height: 40px;
  background: #4e6ef2;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-b input:hover {
  box-shadow: 0 0 10px #4e6ef2;
  font-weight: 700;
}
.download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
.download .download-app-btn {
  position: relative;
}
.download .watch-video-qr {
  display: none;
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: translateY(100%);
  width: 155px;
  height: 167px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 159, 255, 0.18);
  text-align: center;
  padding: 10px;
  top: -5px;
  transform: translateY(-100%);
  left: -25px;
}
.download .watch-video-qr .des {
  font-size: 12px;
  color: #7e7e7e;
  text-align: center;
  margin: 0;
}
.download img {
  width: 115px;
  height: 115px;
  margin: 0 auto;
  vertical-align: middle;
  border-style: none;
}
.download .gray {
  font-size: 13px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 97px;
  height: 27px;
  background: #eef0f9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.download .gray .iconfont {
  font-size: 14px;
  color: #bfbfbf;
  margin-right: 3px;
}
.download .gray .icon-pingguo {
  margin-top: -2px;
}
.download .gray .icon-android-fill {
  margin-top: 2px;
}
.download .gray span {
  font-size: 13px;
  color: #000000;
}
.headers {
  height: 600px;
  background-image: url(/img/crmfront/headerBanner.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1200px;
  position: relative;
}
.headers .headerBanner {
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  height: 62px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 8;
  border-bottom: 0px solid #dae0e8;
}
.headers .headerBannerclone {
  height: 62px;
}
.headers .header {
  height: 62px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headers .header .leftblock {
  display: flex;
  align-items: center;
}
.headers .header .leftblock span {
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
  margin-right: 20px;
}
.headers .header .topbtn {
  height: 36px;
  width: 90px;
  border-radius: 25px;
  border: 1px solid #446dfb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.3s;
}
.headers .header .topbtn:hover {
  box-shadow: 0 0 10px #446dfb;
  font-weight: 600;
}
.headers .header .btnregister {
  border: 1px solid #446dfb;
  background-color: #ffffff;
  color: #446dfb;
  margin-right: 20px;
}
.headers .header .btnlogin {
  background-color: #446dfb;
  color: #ffffff;
}
.headers .swiper-box {
  height: 538px;
  margin: 0 auto;
}
.headers .swiper-box .swiper-container {
  height: 100%;
}
.headers .swiper-box .swiper-pagination-box {
  position: absolute;
  bottom: 170px;
  width: 100%;
  height: 30px;
}
.headers .swiper-box .swiper-pagination {
  width: 135px;
}
.headers .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  border-radius: 5px;
  margin-right: 10px;
}
.headers .swiper-box .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headers .swiper-box .swiper-banner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.headers .swiper-box .swiper-banner > div {
  position: relative;
  width: 500px;
  height: 100%;
}
.headers .swiper-box .swiper-banner .swipertext-1 {
  width: 650px;
  height: 44px;
  font-size: 30px;
  font-family: SourceHanSansCN-Bold;
  color: #ffffff;
  background: linear-gradient(270deg, #7593fe 0%, #446dfb 100%);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.headers .swiper-box .swiper-banner .swipertext-1-2 {
  font-size: 47px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  margin-bottom: 20px;
}
.headers .swiper-box .swiper-banner .swipertext-2 {
  font-size: 52px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
  margin-bottom: 20px;
}
.headers .swiper-box .swiper-banner .swipertext-2-2 {
  font-size: 30px;
  font-family: SourceHanSansCN-Bold;
  color: #3a485f;
  margin-bottom: 20px;
}
.headers .swiper-box .swiper-banner .sw1 {
  padding-top: 130px;
  margin-bottom: 20px;
}
.headers .swiper-box .swiper-banner .sw2 {
  padding-top: 123px;
  margin-bottom: 20px;
}
.headers .swiper-box .swiper-banner .sw3 {
  padding-top: 123px;
  margin-bottom: 20px;
}
.headers .swiper-box .swiper-banner .swipertext-3 {
  font-size: 43px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
}
.headers .swiper-box .swiper-banner .swipertext-3-3 {
  font-size: 43px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
}
.headers .swiper-box .swiper-banner .banner-re span {
  border-radius: 5px;
  width: 136px;
  height: 44px;
  background-color: #446dfb;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.headers .swiper-box .swiper-banner .banner-re span:hover {
  box-shadow: 0 0 10px #446dfb;
}
.headers .swiper-box .swiper-banner .banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-1 {
  background: #ffffff;
  padding-top: 110px;
  margin-bottom: 40px;
}
.body-1 .centers {
  width: 1200px;
  margin: 0 auto;
}
.body-1 .c-header {
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 70px;
}
.body-1 .c-body {
  display: flex;
  padding: 0px 100px;
  margin-bottom: 30px;
}
.body-1 .c-body .items {
  flex: 1;
  margin-right: 40px;
}
.body-1 .c-body .items:nth-child(3) {
  margin-right: 0px;
}
.body-1 .c-body .items:hover .c-body-c > img {
  transform: translateY(25%) scale(1.5);
  animation-name: myfirst;
  animation-duration: 16s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 3;
  animation-delay: 0.4s;
}
.body-1 .c-body .i-title {
  width: 100%;
  height: 92px;
  position: relative;
  background-image: url(/img/crmfront/ip-banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 7px 38px 5px rgba(35, 100, 175, 0.1);
  margin-bottom: 10px;
  border: 2px solid #ffffff;
}
.body-1 .c-body .i-title .o-i {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 20px;
}
.body-1 .c-body .i-title .o-i img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.body-1 .c-body .i-title .b-i {
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  color: #3a485f;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 7px;
}
.body-1 .c-body .c-body-c {
  width: 100%;
  height: 560px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
  overflow: hidden;
  box-shadow: 0px 7px 38px 5px rgba(35, 100, 175, 0.1);
}
.body-1 .c-body .c-body-c img {
  width: 200px;
  transition: all 0.4s linear;
  transform: scale(1);
}
.body-2 {
  background: #232934;
  padding-top: 70px;
  padding-bottom: 40px;
}
.body-2 .centers {
  width: 1200px;
  margin: 0 auto;
}
.body-2 .c-header {
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 70px;
}
.body-2 .p-body .b-line-box {
  display: flex;
  margin-bottom: 40px;
}
.body-2 .p-body .b-line-box:last-child {
  margin-bottom: 0px;
}
.body-2 .p-body .b-line-box .b-line-l {
  width: 300px;
  color: #ffffff;
  padding-left: 22px;
  padding-top: 31px;
}
.body-2 .p-body .b-line-box .b-line-l .b-line-l-img {
  position: relative;
}
.body-2 .p-body .b-line-box .b-line-l .b-line-l-img img {
  width: 50px;
  height: 48px;
  position: absolute;
  transform: translateY(-50%);
  left: 33%;
}
.body-2 .p-body .b-line-box .b-line-l .text-line {
  width: 230px;
  height: 185px;
  background: linear-gradient(180deg, #272f3c 0%, #232934 100%);
  box-shadow: 16px 12px 24px 0px rgba(17, 21, 26, 0.6), -16px -16px 20px 1px rgba(52, 62, 78, 0.5);
  border-radius: 4px;
  padding-top: 45px;
  padding-left: 20px;
}
.body-2 .p-body .b-line-box .b-line-l .text-line p {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.body-2 .p-body .b-line-box .b-line-l .text-line span {
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 10px;
}
.body-2 .p-body .b-line-box .b-line-r {
  width: 900px;
}
.body-2 .p-body .b-line-box .b-line-r img {
  width: 100%;
  height: auto;
}
.bottoms {
  height: 110px;
  background: #ffffff;
}
.bottoms .b-cente {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.bottoms .b-cente .one-l {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 306px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bottoms .b-cente .one-l a {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #3a485f;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
}
.bottoms .b-cente .one-l a:hover {
  color: #446dfb;
}
.bottoms .b-cente .one-l a:last-child {
  margin-right: 0px;
}
.bottoms .b-cente .one-l i {
  font-style: normal;
  margin-right: 10px;
}
.bottoms .b-cente .btom-phone {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  margin: 0 auto;
  color: #446dfb;
  margin-bottom: 8px;
  text-align: center;
}
.bottoms .b-cente .btom-phone a {
  color: #446dfb;
}
@keyframes myfirst {
  0% {
    -webkit-transform: translateY(25%) scale(1.5);
    -ms-transform: translateY(25%) scale(1.5);
    -o-transform: translateY(25%) scale(1.5);
    transform: translateY(25%) scale(1.5);
  }
  50% {
    -webkit-transform: translateY(-25%) scale(1.5);
    -ms-transform: translateY(-25%) scale(1.5);
    -o-transform: translateY(-25%) scale(1.5);
    transform: translateY(-25%) scale(1.5);
  }
  100% {
    -webkit-transform: translateY(25%) scale(1.5);
    -ms-transform: translateY(25%) scale(1.5);
    -o-transform: translateY(25%) scale(1.5);
    transform: translateY(25%) scale(1.5);
  }
}
@-webkit-keyframes myfirst {
  0% {
    -webkit-transform: translateY(25%) scale(1.5);
    -ms-transform: translateY(25%) scale(1.5);
    -o-transform: translateY(25%) scale(1.5);
    transform: translateY(25%) scale(1.5);
  }
  50% {
    -webkit-transform: translateY(-25%) scale(1.5);
    -ms-transform: translateY(-25%) scale(1.5);
    -o-transform: translateY(-25%) scale(1.5);
    transform: translateY(-25%) scale(1.5);
  }
  100% {
    -webkit-transform: translateY(25%) scale(1.5);
    -ms-transform: translateY(25%) scale(1.5);
    -o-transform: translateY(25%) scale(1.5);
    transform: translateY(25%) scale(1.5);
  }
}
.success-body div {
  margin-bottom: 20px;
}
.success-body div:nth-child(2) {
  margin-bottom: 10px;
}
.success-body i {
  color: #1dc93e;
  font-size: 84px;
}
.success-body div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-body span {
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
  font-weight: 400;
  color: #000000;
}
.success-body .news span {
  font-size: 13px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #000000;
}
.stop {
  position: fixed;
  right: 0px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.stop i {
  cursor: pointer;
  font-size: 44px;
  color: #446dfb;
}
.stop i:hover {
  font-size: 50px;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-shadow: 0px 0px 0px #446dfb;
  animation: glow-animation 2s infinite linear;
  color: #446dfb;
  box-sizing: border-box;
}
@keyframes glow-animation {
  0% {
    filter: hue-rotate(-30deg);
  }
  50% {
    filter: hue-rotate(30deg);
  }
  100% {
    filter: hue-rotate(-30deg);
  }
}
.swiper-pagination-bullet-active {
  background: #446dfb;
}
.field-loginform-verifycode {
  margin-bottom: 21px !important;
}
.introduce-box {
  width: 100%;
  position: absolute;
  bottom: 0px;
  transform: translateY(50%);
  z-index: 2;
}
.introduce {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.introduce > div {
  padding: 10px 0px;
  background: #446dfb;
  border: 2px solid #b8c8fe;
  box-shadow: 0px 7px 38px 5px rgba(35, 100, 175, 0.1);
  border-radius: 4px;
}
.introduce > div p {
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
  text-align: center;
  margin-bottom: 4px;
}
.introduce > div span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: SourceHanSansCN-Regular;
}
.introduce > div div {
  display: flex;
  justify-content: space-around;
}
.introduce > div i {
  color: #fffc00;
  list-style: none;
  font-style: normal;
  font-size: 20px;
}
.introduce .ch-1 {
  width: 436px;
}
.introduce .ch-2 {
  width: 734px;
}
.body-3 {
  background: #f4f5f9;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0px;
}
.body-3 .centers {
  width: 1200px;
  margin: 0 auto;
}
.body-3 .c-header {
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
}
.body-3 .box-5-img {
  display: flex;
}
.body-3 .box-5-img > div {
  flex: 1;
  margin-right: 15px;
}
.body-3 .box-5-img > div:last-child {
  margin-right: 0px;
}
.body-3 .box-5-img > div div {
  background-color: #ffffff;
  border: 4px solid #ffffff;
  transition: all 0.3s;
  transform: scale(1);
  cursor: pointer;
}
.body-3 .box-5-img > div div:hover {
  transform: scale(1.05);
}
.body-3 .box-5-img > div img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.body-3 .box-5-img > div p {
  margin: 0px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  font-family: SourceHanSansCN-Medium;
  color: #000000;
}
.bai-du {
  color: #000000;
}
.bai-du {
  color: #3a485f;
  margin-left: 10px;
}
