html {
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}
a {
  color: #005aff;
}
.abc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.mid {
  flex: 1;
}
.hmycloud_simple_navigation {
  background-color: #193154;
  width: 100%;
}
.Navigation {
  width: 1200px;
  margin: auto;
  position: relative;
  background-color: #193154;
  box-shadow: 0 1px 0 0 hsla(0,0%,83%,.5);
}
.Navigation__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px
}
.Navigation__logo {
  position: relative;
  display: inline-block;
  height: 100%;
}
.Navigation__logo img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Navigation__func {
  display: flex;
  align-items: center;
  color: #fff;
  height:60px;
}
.Navigation__sign-in {
  float: right;
  margin-left: 15px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.nav-right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 80px;
}
.language-list {
  display: none;
  list-style: none;
  position: absolute;
  left: -24px;
  top: 60px;
  z-index: 100;
  width:100px;
  min-height:100px;
  border-radius: 0 0 6px 6px;
  padding: 5px 0;
  text-align:center;
  font-size: 14px;
  color: #333;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  background-color: #fff;
}
.language-list .lang-list-item {
  height: 40px;
  line-height: 40px;
}
.language-list .lang-list-item:hover {
  background-color: #e8effe;
}
.nav-right:hover {
  cursor: pointer;
}
.nav-right:hover .xiala{
  transform: rotate(180deg);
}
.nav-right:hover .language-list{
  display: block;
}
.xiala {
  transition: all .1s;
}

input:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #005fff;
}

.wallpaper{
  position: relative;
  margin-top: calc(-100vh + 80px);
  width: 100%;
  height: calc(100% - 60px);
}

.tab-box{
  position: relative;
  width: 100%;
  height: calc(100% - 65px);
}
.tab-bar{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 11vh;
  background:rgba(0,0,0,0.1);
}
.tab-bar ul{
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.tab-bar ul li{
  position: relative;
  float: left;
  width: 20%;
  height: 11vh;
  color: #ffffff;
  background: none;
  text-align: center;
  cursor: pointer;
}
.tab-bar ul li.current{
  background: rgba(0,0,0,0.3);
}
.tab-bar ul li::after{
  content: ''; /* 必须有content属性 */
  position: absolute; /* 绝对定位 */
  left: 0; /* 从左边开始 */
  bottom: 3px; /* 从底部开始 */
  width: 0; /* 与容器宽度相同 */
  height: 3px; /* 线的高度 */
  background-color: #ffffff; /* 线的颜色 */
}
.tab-bar ul li.current::after{
  content: ''; /* 必须有content属性 */
  position: absolute; /* 绝对定位 */
  left: 0; /* 从左边开始 */
  bottom: 3px; /* 从底部开始 */
  width: 100%; /* 与容器宽度相同 */
  height: 3px; /* 线的高度 */
  background-color: #ffffff; /* 线的颜色 */
  transition: width 7s;
}
.tab-bar ul li h2{
  margin-top: 24px;
  font-size: 18px;
}
.tab-bar ul li p{
  margin-top: 10px;
  font-size: 12px;
}

.mid {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 56px 70px;
}

.mid-left {
  width: 450px;
}
.mid-right{
  position: absolute;top:50px;left: 50%;margin-left: 180px;
}
.con-form {
  min-width: 380px;
  background: #ffffff;
  border: 1px solid #ebecec;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.15);
  border-radius: 8px;
  overflow: visible;
  padding: 30px;
  color: #333333;
}
.con-form  .title {
  font-size: 24px;
}
.con-form  .text-item{
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.con-form .form-input {
  border: 1px solid #dddddd;
  width: 320px;
  height: 44px;
  font-size: 16px;
  padding-left:20px;
}
input::placeholder {
  color: #ccc;
  /*text-indent: 12px;*/
}
.con-form .log-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 70px 0;
  width: 320px;
  height: 44px;
  background-color: #193154;
  color: #fff;
}
.con-form .log-btn:hover{
  cursor: pointer;
  background-color: #184288;
}
.customer-service:hover {
  background-color: #184288;
}
.con-form .noHave-name {
    font-size: 14px;
    margin-bottom: 6px;
}
.btm {  
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.customer-service {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #193154;
    border-radius: 6px;
}

.customer-service a>img {
  width: 26px;
  height: 26px;
}

.customer-wx {
    position: fixed;
    right: 20px;
    bottom: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #193154;
    border-radius: 6px;
}

.customer-wx a>img {
  width: 26px;
  height: 26px;
}

.customer-tg {
    position: fixed;
    right: 20px;
    bottom: 191px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #193154;
    border-radius: 6px;
}

.customer-tg a>img {
  width: 26px;
  height: 26px;
}


/* 顶部a标签 */
.nav_a {
  text-decoration: none!important;
}
.nav_a:hover{
  color: #459dff;
}
/* 语言切换a标签 */
.lang_a {
  text-decoration: none!important;
  color: #333;
}

/*---------------checkbox--------------*/
.quc-wrapper .quc-checkbox, .quc-wrapper .quc-radio {
    vertical-align: middle;
    margin-right: 5px;
}
.quc-checkbox{
	position: relative;
}
input[type='checkbox']::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-image: url(https://p.ssl.qhimg.com/t0129f87bbe83dc9db1.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -7.5px;
    background-color: #fff;
    vertical-align: middle;
}
input[type='checkbox']:checked::after {
    background-position: 0 -52px;
}

/*---------------layer 弹窗样式 ------------------*/
body .hippo-blue-class .layui-layer-title{background:#193153; color:#fff; border: none;}
body .hippo-blue-class .layui-layer-btn{ margin-top: 0rem;}
body .hippo-blue-class .layui-layer-btn a{background:#193153;border:1px solid #e5dfda;border-radius:5px;color:#fff;}
body .hippo-blue-class .layui-layer-btn .layui-layer-btn1{background:#fff;border:1px solid #bbbbbb;border-radius:5px;color:#333333;}
body .hippo-blue-class .layui-layer-btn .layui-layer-btn2{background:#fff;border:1px solid #bbbbbb;border-radius:5px;color:#333333;}
body .hippo-blue-class .layui-layer-setwin .layui-layer-close1{background-position: -80px -40px !important;}
body .hippo-blue-class .layui-layer-content{background-color: #fff;}