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

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", MalgunGothic, "HY Dotum", "Lexi Gulim", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.official__wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
}
.official__wrapper .wrap_header {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 70px;
  background-color: #fff;
}
.official__wrapper .wrap_header .header_content {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1366px;
}
.official__wrapper .wrap_header .header_content .content_left {
  display: flex;
  align-items: center;
}
.official__wrapper .wrap_header .header_content .content_left .logo {
  width: 120px;
  height: 34px;
}
.official__wrapper .wrap_header .header_content .content_left .wps_logo {
  height: 34px;
}
.official__wrapper .wrap_header .header_content .content_left .miiyun_logo,
.official__wrapper .wrap_header .header_content .content_left .ruanjian_logo {
  margin-right: 15px;
  display: block;
  width: 96px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 96px 38px;
}
.official__wrapper .wrap_header .header_content .content_left .miiyun_logo {
  background-image: url("/src_sem/images/miiyun_logo.png");
}
.official__wrapper .wrap_header .header_content .content_left .ruanjian_logo {
  background-image: url("/src_sem/images/ruanjian_logo.png");
}
.official__wrapper .wrap_header .header_content .content_left .hr {
  margin: 0 12px;
  width: 1px;
  height: 30px;
  background: #ddd;
  font-size: 0;
}
.official__wrapper .wrap_header .header_content .search_box {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: 167px;
  height: 34px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-size: 12px;
  border: 1px solid #000;
  color: #333;
}
.official__wrapper .wrap_header .header_content .search_box .search_input {
  width: 132px;
  height: 30px;
  text-indent: 14px;
  border: none;
  overflow: hidden;
  outline: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.official__wrapper .wrap_header .header_content .search_box .search_submit {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: url("../imgs/icon_搜索.png") no-repeat center;
}
@media (max-width: 844px) {
  .official__wrapper .wrap_header .header_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1480px) {
  .official__wrapper .wrap_header .header_content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.official__wrapper .wrap_main {
  width: 100%;
  height: calc(100% - 70px);
}
.official__wrapper .wrap_main .main_content {
  background: rgb(238, 240, 250);
  transform: translateX(0%);
  transition-duration: 0.3s;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  flex-shrink: 0;
  padding-top: 136px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.official__wrapper .wrap_main .main_content .content_title {
  display: inline-block;
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: 12px;
  color: hsla(0, 0%, 5%, 0.9);
  text-align: center;
}
.official__wrapper .wrap_main .main_content .content_subtitle {
  font-size: 42px;
  font-weight: 300;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0.12em;
  text-align: center;
  color: hsla(0, 0%, 5%, 0.9);
}
.official__wrapper .wrap_main .main_content .content_buttons {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.official__wrapper .wrap_main .main_content .content_buttons .btn {
  width: 220px;
  background-image: linear-gradient(to right, #e93b9e, #ed6d3b);
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  padding: 12px 10px;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  box-sizing: content-box;
}
.official__wrapper .wrap_main .main_content .content_buttons .btn:last-child {
  margin-right: 0;
}
.official__wrapper .wrap_main .main_content .content_buttons .btn:hover {
  transform: scale(1.1);
}
.official__wrapper .wrap_main .main_content .content_buttons .btn .btn_con {
  display: flex;
  align-items: center;
}
.official__wrapper .wrap_main .main_content .content_buttons .btn .btn_con .icon {
  width: 22px;
  margin-right: 6px;
}
.official__wrapper .wrap_main .main_content .content_buttons .btn .btn_con p {
  color: #fff;
  font-weight: bold;
}
.official__wrapper .wrap_main .main_content .content_banner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  height: 510px;
}
@media screen and (max-height: 1000px) {
  .official__wrapper .wrap_main .main_content .content_title {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .official__wrapper .wrap_main .main_content .content_subtitle {
    font-size: 24px;
    height: 36px;
    line-height: 36px;
  }
  .official__wrapper .wrap_main .main_content .content_buttons {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .official__wrapper .wrap_main .main_content .content_title {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .official__wrapper .wrap_main .main_content .content_subtitle {
    font-size: 24px;
    height: 36px;
    line-height: 36px;
  }
  .official__wrapper .wrap_main .main_content .content_buttons {
    margin-top: 30px;
  }
}
@media screen and (min-height: 1080px) {
  .official__wrapper .wrap_main .main_content .content_banner {
    width: auto;
    height: 47.33vh;
  }
}
@media screen and (max-height: 927px) {
  .official__wrapper .wrap_main .main_content .content_banner {
    width: auto;
    height: 50.01vh;
  }
}
@media screen and (max-height: 768px) {
  .official__wrapper .wrap_main .main_content .content_banner {
    width: auto;
    height: calc(100vh - 417px);
  }
}
@media screen and (max-height: 632px) {
  .official__wrapper .wrap_main .main_content .content_banner {
    width: 556.96px;
    height: 221.32px;
  }
}
@media screen and (max-height: 927px) {
  .official__wrapper .wrap_main .main_content {
    padding-top: 6.472vh;
  }
}
@media screen and (max-height: 950px) {
  .official__wrapper .wrap_main .main_content {
    padding-top: 9.3vh;
  }
}
@media screen and (max-height: 1000px) {
  .official__wrapper .wrap_main .main_content {
    padding-top: 13vh;
  }
}
.official__wrapper .wrap_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.official__wrapper .wrap_footer .footer_content {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1366px;
  padding: 20px;
}
.official__wrapper .wrap_footer .footer_content .footer_left {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.official__wrapper .wrap_footer .footer_content .footer_right {
  align-items: center;
  display: flex;
  gap: 20px;
}
.official__wrapper .wrap_footer .footer_content .footer_right .right_item {
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 10px;
}
@media (max-width: 844px) {
  .official__wrapper .wrap_footer .footer_content {
    padding: 20px;
  }
}
@media (max-width: 1480px) {
  .official__wrapper .wrap_footer .footer_content {
    padding: 20px 60px;
  }
}
