@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;
  background-color: #fff;
}

.box {
  width: 100vw;
  height: 100vh;
}
.box .box-header {
  width: 100%;
  height: 52rem;
  padding: 13rem 15rem;
  justify-content: space-between;
}
.box .box-header .header-left .ruanjian_logo,
.box .box-header .header-left .miiyun_logo {
  display: block;
  width: 96rem;
  height: 38rem;
  margin-right: 15rem;
  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-left .search_box {
  background-color: #fff;
  width: 80rem;
  height: 26rem;
  border-radius: 15rem;
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
  font-size: 12rem;
  border: 1rem solid #999;
  color: #333;
}
.box .box-header .header-left .search_box .search_input {
  width: 50rem;
  height: 24rem;
  text-indent: 10rem;
  border: none;
  overflow: hidden;
  outline: 0;
  border-radius: 15rem;
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
}
.box .box-header .header-left .search_box .search_submit {
  display: inline-block;
  width: 17rem;
  height: 17rem;
  margin-right: 10rem;
  cursor: pointer;
  outline: none;
  border: none;
  background: url("../imgs/icon_搜索.png") no-repeat center;
}
.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-bannerBox {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0;
}
.box .box-main .main-bannerBox img {
  width: 100%;
  height: auto;
}
.box .box-main .main-bannerBox a {
  display: inline-block;
  width: 62%;
  height: 58rem;
  position: absolute;
  left: 72rem;
  bottom: 23rem;
  z-index: 2;
}
.box .box-main .main-down {
  position: fixed;
  bottom: 20rem;
  z-index: 1;
  padding: 0 15rem;
}
.box .box-main .main-down a {
  color: #fff;
  width: 345rem;
  height: 36rem;
  background: #1F77E9;
  border-radius: 21rem;
  font-size: 15rem;
  font-weight: bold;
}
.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;
}

/* 浮窗盒子 */
.ysfcWrap {
  width: 355rem;
  height: 221.5rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -177.5rem;
  display: none;
  z-index: 2;
}
.ysfcWrap .ysfc {
  width: 355rem;
  height: 184rem;
  background: #fff;
  position: relative;
  border-radius: 15rem 15rem 0 0;
  margin-top: 37.5rem;
}
.ysfcWrap .ysfc img.dyYsLogo {
  width: 75rem;
  height: 75rem;
  position: absolute;
  top: -37.5rem;
  left: 50%;
  margin-left: -37.5rem;
  border-radius: 17rem;
  display: block;
}
.ysfcWrap .ysfc p {
  font-size: 23rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-top: 60rem;
}
.ysfcWrap .ysfc a.dyImgDown {
  width: 314rem !important;
  height: 83.5rem !important;
  display: block;
  margin: 0 auto;
  position: static !important;
  margin-top: 10rem;
}
.ysfcWrap .ysfc a img {
  width: 314rem;
  height: 83.5rem;
}

.dyfcScroll {
  width: 375rem;
  background: #fff;
  padding: 15rem 10rem;
  overflow: hidden;
  position: fixed;
  bottom: 0rem;
  display: none;
  z-index: 3;
}
.dyfcScroll .dylogo {
  float: left;
  width: 50rem;
  height: 50rem;
}
.dyfcScroll .floatL {
  margin-left: 15rem;
  float: left;
}
.dyfcScroll .floatL h2 {
  font-size: 18rem;
  font-weight: 500;
  color: #000;
}
.dyfcScroll .floatL p {
  font-size: 14rem;
  color: #000;
  margin-top: 5rem;
}
.dyfcScroll .dyfcSDown {
  width: 160rem;
  height: auto;
  float: right;
  margin-top: 7.5rem;
  position: static;
}
.dyfcScroll .dyfcSDown img {
  width: 160rem;
  height: auto;
  border-radius: 15rem;
}
