/*
 * @Descripttion: layout heade class
 * @Author: whyjs
 * @Date: 2021-10-29 16:59:18
 * @LastEditors: whyjs
 * @LastEditTime: 2022-11-04 10:58:38
 */
 html,body{
  background-color: #F4F5F7;
  box-sizing: border-box;
}
/* 顶部导航样式 */
.layout-header-wrapper{
  width: 100%;
  min-width: 1200px;
  height: 86px;
  background-color: #F9FCFF;
  box-shadow: 2px 5px 16px 0px rgba(202, 221, 245, 0.37);
  position: fixed;
  top: 0;
  z-index: 102;
  background-image:url('/avic/common_assets_hx/img/layout/bg.png');
  background-size:100% 100%;
  /* overflow-x: auto; */
}
.layout-header-logo{
  padding-top: 19px;
  padding-left: 20px;
  float: left;
  position: absolute;
}
.layout-header-logo img{
  height: 43px;
  width: auto;
}
.layout-header-nav{
  float: right;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.layui-nav *{
  font-size: 16px;
}
.layout-header-nav-back{
  cursor: pointer;
  float: left;
  /* width: 82px;
  height: 32px;
  margin-right: 20px;
  position: relative;
  margin-top: 25px;
  line-height: 32px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  font-size: 16px; */
  width: 60px;
  height: 32px;
  background: #008CFF;
  box-shadow: 2px 5px 16px 0px rgba(202, 221, 245, 0.37);
  border-radius: 4px;
  margin-top: 25px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 20px;
  text-shadow: 2px 5px 16px rgba(202, 221, 245, 0.37);
  text-align: center;
  line-height: 32px;
}
/* 顶部导航占位元素 */
.layout-header-wrapper-seat{
  height: 107px;
  width: 100%;
}


/* footer样式 */
.layout-footer-wrapper{
  width: 100%;
  min-width: 1200px;
  height: 110px;
  background: #152F61;
}
.layout-footer-item{
  width: 100%;
  text-align: center;
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B0C2E0;
  line-height: 18px;
  padding-top: 30px;
}
.layout-footer-item2{
  margin-top: 12px;
  width: 100%;
  text-align: center;
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B0C2E0;
  line-height: 18px;
}
.layout-footer-item a,.layout-footer-item2 a{
  color: #B0C2E0;
}


