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

body,
html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  height: 100%;
  width: 100%;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
}

img {
  border: 0;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cursor-pointer {
  cursor: pointer;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.absolute {
  position: absolute;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.h-auto {
  height: auto;
}

.flex-row {
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
}

.main {
  background-color: #21283e;
  background-color: rgb(33, 40, 62);
  min-height: 100vh;
}
.main .mainBox {
  width: 100vw;
  background-color: #21283e;
  background-color: rgb(33, 40, 62);
}
.main .mainBox .boxLeft {
  z-index: 40;
  margin-left: 4rem;
}
.main .mainBox .boxLeft .header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .mainBox .boxLeft .header .miiyun_logo,
.main .mainBox .boxLeft .header .ruanjian_logo {
  float: left;
  margin-right: 15px;
  display: block;
  width: 96px;
  height: 38px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 96px 38px;
}
.main .mainBox .boxLeft .header .miiyun_logo {
  background-image: url("/src_sem/images/miiyun_logo.png");
}
.main .mainBox .boxLeft .header .ruanjian_logo {
  background-image: url("/src_sem/images/ruanjian_logo.png");
}
.main .mainBox .boxLeft .header .search_box {
  margin-right: 4rem;
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 164px;
  height: 30px;
  /* margin-top: 26px; */
  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;
}
.main .mainBox .boxLeft .header .pull-right {
  float: right !important;
}
.main .mainBox .boxLeft .header .pull-left {
  float: left !important;
}
.main .mainBox .boxLeft .header .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;
}
.main .mainBox .boxLeft .header .search_box .search_submit {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 7px;
  margin-right: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: url(../imgs/icon_搜索.png) no-repeat center;
}
.main .mainBox .boxLeft .textImg {
  margin-top: 7.75rem;
  height: 17rem;
  width: 34.5rem;
}
.main .mainBox .boxLeft .downloadBox {
  margin: 5.2rem 0;
}
.main .mainBox .boxLeft .downloadBox #J_download {
  height: 5.55rem;
  width: 24.11rem;
  border-radius: 624.9375rem;
  background-color: #0a84ff;
  font-size: 2.2rem;
  color: #fff;
}
.main .mainBox .boxLeft .downloadBox #J_download svg {
  margin-right: 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
}
.main .mainBox .boxLeft .leftBottom .text,
.main .mainBox .boxLeft .leftBottom .star {
  height: 2.1rem;
}
.main .mainBox .boxRight {
  max-height: 57rem;
  max-width: 72.5rem;
}
.main .footer {
  width: 100vw;
  gap: 0.25rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1rem;
  color: hsla(0, 0%, 100%, 0.5);
}
