body,
html {
  background-color: #FBFDFF;
  font-size: 16px;
  height: 100vh;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  /* display: block; */
}

.pc {
  min-width: 1200px;
}

.mobile {
  width: 100vw;
  min-width: 0;
  height: 100vh;
  overflow: hidden;
}
.mobile .login-btn{
  display: inline-block;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #367FF7;
  color: #367FF7;
}
.content {
  height: calc(100vh - 120px);
  overflow-y: auto;
  position: relative;
  top: 60px;
}

.w1200 {
  width: 1200px;
}

.w100 {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-f4f7ff {
  background-color: #F4F7FF;
}

.bg-367FF7 {
  background-color: #367FF7;
}

.bg-f4f8ff {
  background: #F4F8FF;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.text-center {
  text-align: center;
}

.m-auto {
  margin: 0 auto;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-46 {
  margin-left: 46px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-58 {
  margin-left: 58px;
}

.ml-73 {
  margin-left: 73px;
}

.ml-43 {
  margin-left: 43px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-53 {
  margin-right: 53px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-146 {
  margin-top: 146px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.p-bt-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-50 {
  padding-right: 50px;

}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 36px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 50px;
}

.font-58 {
  font-size: 58px;
}

.font-64 {
  font-size: 64px;
}

.font-72 {
  font-size: 72px;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-800 {
  font-weight: 800;
}

.color-white {
  color: #fff;
}

.color-0B0D12 {
  color: #0B0D12;
}

.color-53575D {
  color: #53575D;
}

.color-9B9B9B {
  color: #9B9B9B;
}

.color-242526 {
  color: #242526;
}

.color-367FF7 {
  color: #367FF7;
}

.color-707070 {
  color: #707070;
}

.radius3 {
  border-radius: 3px;
}

.lh-28 {
  line-height: 28px;
}

.border-bottom {
  border-bottom: 1px solid #E7E7E7;
}

.pointer {
  cursor: pointer;
}

.header {
  width: 100%;
  height: 62px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
}

.header-content {
  margin: 0 auto;
  height: 100%;
}

.logo {
  width: 103px;
}

.work-logo {
  width: 150px;
}

.menu {
  margin-left: 174px;
}

.menu a {
  color: rgba(65, 69, 69, 0.66);
  margin-right: 30px;
}

.menu .header-active {
  color: #414545;
}

.login-btn {
  width: 78px;
  height: 28px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #367FF7;
  font-size: 14px;
  color: #367FF7;
}

.trial-btn {
  width: 100px;
  height: 28px;
  border-radius: 3px 3px 3px 3px;
  background: #367FF7;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
}

.footer {
  width: 100%;
  background: #EEF6FF;
  min-width: 1200px;
}

.footer-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 68px;
}

.footer-top {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 50px;
}

.footer-title {
  height: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #1D1C1C;
  line-height: 25px;
}

.footer-desc {
  font-size: 16px;
  color: #979695;
  line-height: 16px;
  margin-top: 20px;
  display: block;
}

.footer-left {
  width: 947px;
  padding-right: 60px;
  border-right: 1px solid #D9D9D9;
}

.footer-concat {
  font-size: 24px;
  color: #0067DE;
  font-weight: bold;

}

.footer-follow {
  font-size: 18px;
  color: #1D1C1C;
  line-height: 25px;
  margin-top: 16px;
}

.footer-bottom {
  height: 66px;
  font-size: 14px;
  color: #979695;
}

.footer-bottom a {
  color: #979695;
}

.six {
  width: 100%;
}

.six-bg {
  width: 100%;
  background: url(../img/index/group15.png) no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px;

}

.six-top {
  width: 1200px;
  margin: 100px auto 0;
}

.six-top img {
  border: 1px solid #eff2f7;
  border-radius: 10px;
  background-color: #fff;
}

.six-bottom {
  background: url(../img/index/group10.png) no-repeat;
  background-size: cover;
  padding-top: 58px;
}

.six-bottom img {
  width: 34px;
}

.six-bottom-btn {
  margin-top: 50px;
  padding-bottom: 114px;
}

.six-bottom-btn-item {
  max-width: 218px;
  padding: 0 10px;
  height: 52px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
}

.six-bottom-btn-item:last-child {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-left: 10px;
}

.minkNaver {
  width: 100px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(76, 126, 233, 0.4);
  border-radius: 8px;
  position: fixed;
  top: 331px;
  right: 20px;
  z-index: 20;
}

.minkNaver .li {
  position: relative;
}

.minkNaver .li a {
  padding: 13px 0;
  display: block;
}

.minkNaver .li:first-child a {
  border-radius: 8px 8px 0 0;
}

.minkNaver .li:last-child a {
  border-radius: 0 0 8px 8px;
}

.minkNaver .li:hover a {
  background: #367FF7;
}

.minkNaver .li .img {
  width: 20px;
  height: 20px;
  margin: auto;
}

.minkNaver .li .img.info {
  background: url(../img/ce_icon_01.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li .img.tel {
  background: url(../img/ce_icon_02.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li .img.weah {
  background: url(../img/ce_icon_03.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li .img.free {
  background: url(../img/ce_icon_04.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li .img.top {
  background: url(../img/ce_icon_05.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li:hover .img.info {
  background: url(../img/ce_icon_01_act.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li:hover .img.tel {
  background: url(../img/ce_icon_02_act.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li:hover .img.weah {
  background: url(../img/ce_icon_03_act.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li:hover .img.free {
  background: url(../img/ce_icon_04_act.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li:hover .img.top {
  background: url(../img/ce_icon_05_act.png) no-repeat center;
  background-size: 100% auto;
}

.minkNaver .li a .p {
  color: #666;
  text-align: center;
  margin-top: 4px;
  line-height: 14px;
}

.minkNaver .li:hover a .p {
  color: #fff;
}

.minkNaver .li .mik {
  display: none;
  position: absolute;
  right: 108px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(76, 126, 233, 0.2);
  padding: 10px;
}

.minkNaver .li:hover .mik {
  display: block;
}

.minkNaver .li .mik .Qr {
  width: 150px;
  margin: 8px auto 0;
}

.minkNaver .li .mik .h2 {
  font-size: 13px;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  margin-top: 10px;
  white-space: nowrap;
}

.minkNaver .li .mik .h1 {
  font-size: 12px;
  line-height: 12px;
}

.minkNaver .li .mik .p {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 4px;
  font-family: 'DIN';
  white-space: nowrap;
}

.dialog-wxrcode-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1002;
}

.closebox {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.dialog-wxrcode-box .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
  z-index: 101;
}

.dialog-wxrcode-box .experienceBody {
  width: 300px;
  margin: 30vh auto;
  background: #fff;
  border-radius: 3px;
  padding: 30px 15px;
  z-index: 102;
  position: relative;
  text-align: center;
}

.dialog-wxrcode-box .experienceBody h3 {
  color: #222;
  font-size: 16px;
  font-weight: bold;
}

.dialog-wxrcode-box .experienceBody .wxqrcode {
  margin: 10px 0;
}

.dialog-wxrcode-box .experienceBody h5 {
  color: #222;
  font-size: 14px;
  margin-bottom: 5px;
}

.dialog-wxrcode-box .experienceBody p {
  color: #999;
  font-size: 12px;
}

.mobile .six-bg {
  width: 100vw;
}

.menu-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 40px;
  left: 0;
  z-index: 1001;
  background-color: #fff;
}

.menu-box a {
  display: block;
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
}

.menu-box .login-btn,
.menu-box .trial-btn {
  width: calc(100% - 40px);
  margin: 20px 20px 0;
  height: 40px;
}
@media (max-width: 1200px) {
  .w1200 {
    width: calc(100vw - 40px);
  }

  .header {
    height: 60px;
  }

  .header-content {
    margin: 0 20px;
  }

  .logo {
    width: 80px;
  }

  .work-logo {
    width: 100px;
    margin-left: 15px;
  }

  .six-bg {
    position: relative;
    padding-bottom: 20px;
    padding-top: 0;
  }

  .six-top {
    width: calc(100vw - 40px);
    margin: 20px 20px;
    text-align: center;
  }

  .six-top img {
    max-width: 170px;
    width: calc(50% - 15px);
    margin-right: 10px;
  }

  .six-bottom {
    padding-top: 30px;
  }

  .six-bottom-btn {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .footer-left {
    border: 0;
    padding-right: 0;
  }

  .footer {
    width: 100vw;
    min-width: 0;
  }

  .footer-content {
    width: calc(100% - 40px);
    padding-top: 0;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .footer-title {
    margin-top: 30px;
  }

  .font-50 {
    font-size: 36px;
  }

  .font-36 {
    font-size: 26px;
  }

  .font-24 {
    font-size: 20px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-18 {
    font-size: 16px;
  }

  .font-16 {
    font-size: 14px;
  }

  .font-weight-800 {
    font-weight: 500;
  }

  .ml-46 {
    margin-left: 15px;
  }

  .mt-100 {
    margin-top: 50px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mt-25 {
    margin-top: 15px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .mt-58 {
    margin-top: 32px;
  }

  .mt-146 {
    margin-top: 73px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pb-90 {
    padding-bottom: 45px;
  }

  .minkNaver {
    width: 100vw;
    left: 0;
    bottom: 0;
    height: 60px;
    top: auto;
    background-color: #fff;
    right: 0;
    display: flex;
    border-radius: 0;
  }

  .li {
    flex: 1;
  }

  .six-bottom img {
    width: 24px;
  }
}