.the-btn {
  display: inline-block;
  background-color: #519edd;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
  border: 0;
}
.the-btn:hover {
  background-color: #418cc9;
}
.the-btn[type=normal] {
  background-color: #519edd;
}
.the-btn[type=normal]:hover {
  background-color: #418cc9;
}
.the-btn[type=success] {
  background-color: #3bb569;
}
.the-btn[type=success]:hover {
  background-color: #319758;
}
.the-btn[type=warning] {
  background-color: #e79660;
}
.the-btn[type=warning]:hover {
  background-color: #d37f47;
}
.the-btn[type=error] {
  background-color: #d63737;
}
.the-btn[type=error]:hover {
  background-color: #bb2a2a;
}
.the-btn[size=normal] {
  padding: 4px 8px;
  font-size: 14px;
}
.the-btn[size=mini] {
  padding: 2px 4px;
  font-size: 12px;
}
.the-btn[size=large] {
  padding: 6px 12px;
  font-size: 16px;
}
.the-view {
  user-select: none;
  position: relative;
  display: block;
  cursor: default;
  transition: 0.3s;
  overflow: hidden;
  font-size: 0;
}
.the-view[type='narrow'] {
  padding-left: 17.8%!important;
  padding-right: 17.8%!important;
}
@media screen and (max-width: 1366px) {
  .the-view[type='narrow'] {
    padding-left: 12.8%!important;
    padding-right: 12.8%!important;
  }
}
.the-banner {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-color: #505050;
}
.the-banner > .banner-panel {
  z-index: 0;
  white-space: nowrap;
}
.the-banner > .banner-panel > .banner-node {
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: 1.2s;
}
.the-banner > .banner-panel > .banner-node.show {
  opacity: 1;
  visibility: visible;
}
.the-banner > .banner-turn {
  z-index: 9;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #a1a1a1;
}
.the-banner > .banner-turn[type='left'] {
  left: 48px;
}
.the-banner > .banner-turn[type='right'] {
  right: 48px;
}
.the-banner > .banner-dots {
  position: absolute;
  z-index: 9;
  bottom: 24px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-radius: 12px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
  font-size: 0;
}
.the-banner > .banner-dots > .banner-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 8px;
  border-radius: 12px;
  cursor: pointer;
}
.the-banner > .banner-dots > .banner-dot:not(.show):hover {
  background-color: #ffffff;
}
.the-banner > .banner-dots > .banner-dot.show {
  width: 24px;
  background-color: #64b9ff;
}
.the-title {
  position: relative;
  font-size: 36px;
  display: inline-block;
  padding: 0 36px;
  color: #111111;
  font-weight: 600;
}
.the-title::before,
.the-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 16px;
  border-radius: 50%;
  background-color: #ffda55;
}
.the-title::before {
  left: 0;
}
.the-title::after {
  right: 0;
}
.the-title > .the-title-add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.the-title > .the-title-add::before,
.the-title > .the-title-add::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 22px;
  border: 2px solid #f74e2d;
  border-radius: 50%;
}
.the-title > .the-title-add::before {
  left: -6px;
}
.the-title > .the-title-add::after {
  right: 6px;
}
.the-title > span {
  color: #ff3a0e;
}
.the-title2 {
  position: relative;
  font-size: 36px;
  color: #111111;
  display: inline-block;
  padding: 0 36px;
  font-weight: 600;
}
.the-title2::before,
.the-title2::after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  background-color: #ffda55;
}
.the-title2::before {
  left: 20px;
  top: 24px;
  width: 26px;
  height: 26px;
}
.the-title2::after {
  right: 26px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: #ff3a0e;
}
.the-title2 > span {
  color: #ff3a0e;
}
.the-title2 > .the-title2-add {
  position: relative;
  z-index: 9;
}
.the-dot-list > p {
  font-size: 18px;
  position: relative;
  padding-left: 24px;
  padding: 8px 24px;
  text-align: left;
}
.the-dot-list > p > span {
  color: #ff3a0e;
}
.the-dot-list > p::before {
  position: absolute;
  left: 8px;
  top: 18px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffda55;
}
