@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

.flex {
  display: flex !important;
}

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

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

.flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html,
body {
  font-size: 16rem;
  overflow: hidden;
  background-color: #fff;
}

.box {
  width: 100vw;
  height: calc(100vh - 66rem);
  overflow-y: auto;
  padding: 0 15rem;
}
.box .box-header {
  width: 100%;
  height: 52rem;
  padding: 13rem 0;
  justify-content: space-between;
}
.box .box-header .header-left {
  display: flex;
  align-items: center;
}
.box .box-header .header-left a {
  display: inline-block;
  height: 20rem;
}
.box .box-header .header-left .Logo {
  width: 80rem;
  height: 20rem;
}
.box .box-header .header-left .LogoSmall {
  width: 20rem;
  height: 20rem;
}
.box .box-header .header-left .miiyun_logo,
.box .box-header .header-left .ruanjian_logo {
  float: left;
  margin-right: 15rem;
  display: block;
  width: 96rem;
  height: 38rem;
  text-indent: -9999rem;
  background-repeat: no-repeat;
  background-size: 96rem 38rem;
}
.box .box-header .header-left .miiyun_logo {
  background-image: url("/src_sem/images/miiyun_logo.png");
}
.box .box-header .header-left .ruanjian_logo {
  background-image: url("/src_sem/images/ruanjian_logo.png");
}
.box .box-header .header-right {
  width: 76rem;
  height: 26rem;
  font-size: 12rem;
  color: #fff;
  background-color: #1F77E9;
  border-radius: 31rem;
}
.box .box-header .header-right:hover, .box .box-header .header-right:active {
  background-color: #3889F2;
}
.box .box-main {
  width: 100%;
}
.box .box-main .main-logo {
  height: 130rem;
  align-items: flex-end;
  margin-bottom: 20rem;
}
.box .box-main .main-logo .logo-left {
  width: 110rem;
  height: 130rem;
  border-radius: 5rem;
  margin-right: 12rem;
}
.box .box-main .main-logo .logo-right h2 {
  font-size: 20rem;
  font-weight: bold;
  color: #1F77E9;
}
.box .box-main .main-logo .logo-right p {
  margin: 20rem 0;
}
.box .box-main .main-logo .logo-right p span {
  font-size: 12rem;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42rem;
  height: 20rem;
  margin-right: 12rem;
}
.box .box-main .main-logo .logo-right p span:nth-of-type(1) {
  background-color: #85C86F;
}
.box .box-main .main-logo .logo-right p span:nth-of-type(2) {
  background-color: #94B1E1;
}
.box .box-main .main-logo .logo-right p span:nth-of-type(3) {
  background-color: #F99BC7;
}
.box .box-main .main-logo .logo-right div {
  font-size: 12rem;
}
.box .box-main .main-logo .logo-right div img {
  width: 15rem;
  height: 15rem;
  margin-right: 6rem;
}
.box .box-main .main-banner {
  /* 非高亮分页器*/
  /* 高亮分页器 */
}
.box .box-main .main-banner .swiper {
  width: 345rem;
  height: 180rem;
  border-radius: 5rem;
}
.box .box-main .main-banner .swiper .swiper-slide img {
  width: 345rem;
  height: 180rem;
  border-radius: 5rem;
}
.box .box-main .main-banner .swiper-pagination-bullet {
  width: 5rem;
  height: 5rem;
  margin: 0 6rem;
  background-color: #E3E3E3;
}
.box .box-main .main-banner .swiper-pagination-bullet-active {
  width: 12rem;
  background-color: #1F77E9;
  border-radius: 29rem;
}
.box .box-main .main-desc {
  margin-top: 24rem;
}
.box .box-main .main-desc h3 {
  font-size: 18rem;
  font-weight: bold;
  color: #1F77E9;
  text-align: center;
  margin-bottom: 12rem;
}
.box .box-main .main-desc p {
  font-size: 12rem;
  color: #999;
  line-height: 22rem;
  margin-bottom: 24rem;
}
.box .box-main .main-desc a {
  color: #fff;
  width: 345rem;
  height: 36rem;
  background: #1F77E9;
  border-radius: 21rem;
  font-size: 15rem;
  font-weight: bold;
  position: fixed;
  bottom: 20rem;
  z-index: 1;
}
.box .box-main .main-footer {
  font-size: 12rem;
  margin-top: 24rem;
  color: #333;
}
.box .box-main .main-footer div,
.box .box-main .main-footer p {
  margin-bottom: 6rem;
  text-align: center;
}
.box .box-main .main-footer div span {
  text-decoration: underline;
  margin: 0 8rem;
}
.box .box-main .main-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -406rem;
  z-index: 2;
  height: 406rem;
  padding: 15rem;
  background-color: #fff;
  border-top-right-radius: 20rem;
  border-top-left-radius: 20rem;
  box-shadow: 4rem 0rem 15rem 0rem rgba(51, 51, 51, 0.25);
  overflow: hidden;
  transition: bottom 0.3s ease-in-out;
}
.box .box-main .main-fixed .fixed-close {
  text-align: right;
}
.box .box-main .main-fixed .fixed-content {
  display: none;
  padding: 0 5rem;
  height: 355rem;
  overflow-y: auto;
  font-size: 14rem;
  color: #000;
  line-height: 27rem;
}
