@charset "utf-8";

body {
  font-size: 14px;
}

button#login {
  outline: none;
  background-color: #0d9cf6;
  color: #FFF;
  border: 0;
  border-radius: 4px;
}

button#login {
  width: 60px;
  height: 30px;
}

button#login:hover,
button#login:focus {
  background-color: #41aaf7;
}

button#login:active {
  background-color: #0288dd;
}

.slide {
  background-color: #23A9EE;
  min-width: 1200px;
}

.slidewrap {
  display: flex;
  column-gap: 150px;
  color: #FFF;
  height: 500px;
}

.slidecontent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  /* align-items: center; */
}

.slideimg {
  width: 612px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../image/96128.png);
}

a.demo {
  display: block;
  width: 240px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #00D136;
  font-size: 27px;
  cursor: default;
}

a.demo:hover {
  background-color: #19D64A;
}

a.demo:active {
  background-color: #00C045;
}

.recommend {
  overflow: hidden;
  min-width: var(--width);
  margin-bottom: 50px;
}

.introduce {
  padding: 40px 0;
  display: flex;
}

.introduce-content {
  flex-grow: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.introduce-applist {
  flex-grow: 1;
  width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
}

.appitem {
  width: calc((100% - 100px) / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 6px;
  row-gap: 6px;
}

.app-icon {
  background-color: #e5eefa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 5px;
}

.app-icon i.iconfont {
  color: #FFF;
  font-size: 26px;
}

.app-text {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}

.appitem.skeleton .app-text {
  width: 50px;
  background-color: #e5eefa;
}

.introduce-img {
  flex-grow: 1;
  width: 0;
  text-align: right;
  padding-right: 18px;
}

.introduce-img img {
  border-radius: 24px;
  padding: 2px;
  border: solid 2px #d9e2ec;
  width: 200px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}

.foot {
  min-width: var(--width);
  background-color: #2052A1;
  color: #e4e4e4;
  padding: 32px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.foot-above {
  margin: 0 auto;
  width: var(--width);
  display: flex;
  justify-content: center;
  column-gap: 60px;
  color: #FFF;
}

.foot-above .qrcodewrap {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.foot-above .qrcode img {
  width: 100px;
  height: 100px;
  padding: 4px;
  border: solid 1px #FFF;
}

.foot-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  text-align: left;
}

.foot-contact-tel::before,
.foot-contact-qq::before,
.foot-contact-mail::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  font-size: 16px;
}

.foot-contact-tel::before {
  content: "\e622";
}

.foot-contact-qq::before {
  content: "\ee1e";
}

.foot-contact-mail::before {
  content: "\ee1f";
}