* {
  padding: 0;
  margin: 0;
}

ol,
ul,
li {
  list-style: none;
}

body {
  background-image: url(../image/dashboard_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.box {
  display: flex;
}

.box_left {
  width: 220px;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

.box_right {
  width: calc(100% - 220px);
  height: 100vh;
}

/* 隐藏滚动条 */
.sideNav::-webkit-scrollbar {
  display: none;
}

.sideNav {
  width: 220px;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: white;
  color: #60656c;
  scrollbar-width: none;
  box-shadow: -8px 0px 20px 0px rgba(0, 0, 0, 0.9);
  -ms-overflow-style: none;
  border-radius: 0 7px 7px 0;
  /* IE 10+ */
  /* overflow-x: hidden;
  overflow-y: auto; */
}
.Department,.Business,.Favorite{
  height: calc(100vh - 200px) ;
  overflow: hidden;
  overflow-y: auto;
}
.Department::-webkit-scrollbar {
  display: none;
}
.Business::-webkit-scrollbar {
  display: none;
}
.Favorite::-webkit-scrollbar {
  display: none;
}
.Contact{
  position: absolute;
  width: 220px;
  height: 60px;
  background-color: white;
  bottom: 0;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.Contact:hover{
  background-color:#ece3e8;
}
.Contact:hover .Contact_info {
  display: block;
}

.Contact_info{
  position: absolute;
  left: 220px;
  top: -140px;
  background-color: #eef7f2;
  border-radius: 0 5px 5px 0;
  width: 450px;
  height: 200px;
  cursor:default;
  display: none;
}
.Contact_info .title{
  height: 15px;
}
.Data{
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  /* text-indent: 20px; */
}
.Support{
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  margin-top: 40px;
}
.Operation{
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  margin-top: 40px;
}
.email{
  text-decoration: underline;
}
.headline{
  color: blue;
}
.Contact_info div:not(:first-child) {
  margin-left: 20px;
}
.Contact_info div span{
  display: inline-block;
  margin-left: 10px;
}
.titleStair:hover,
.titleStair2:hover {
  background-color: #ece3e8;
  text-shadow: 0px 0px 2px #eeeeee;
  transition: 0.5s;
}

.logo {
  height: 70px;
}

.logo img {
  height: 60px;
  cursor: pointer;
  margin-top: 5px;
}

.section {
  width: 100%;
  height: 40px;
  display: flex;
}
.section span {
  display: block;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  border-radius: 5px;
  font-weight: bolder;
}
.section span:hover {
  background-color: #ecf5ff;
  color: #409eff;
  transition: 0.5s;
}

.Business {
  display: none;
}

.Favorite {
  display: none;
}

.titleStair {
  font-size: 16px;
  line-height: 45px;
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}
/* .oneStair .titleStair h4{
  color:#Ec6602;
} */

.titleStair2 {
  font-size: 13px;
  box-sizing: border-box;
  line-height: 37px;
  cursor: pointer;
  display: inline-block;
  width: 220px;
  padding-left: 40px;
  padding-right: 12px;
  font-weight: bold;
}

.titleStair * {
  display: inline-block;
}

.pullDown {
  float: right;
}

.pullDown1 {
  transform: rotate(-90deg);
}

.stairUL,
.stairUL2 {
  display: none;
  font-size: 13px;
  box-sizing: border-box;
}

.stairUL2 {
  width: 220px;
}

.liStyle1:hover,
.liStyle2:hover {
  background-color: #ecf5ff;
  color: #409eff;
  transition: 0.5s;
}

.stairUL > .liStyle1 {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  padding-left: 33px;
}

.stairUL2 > .liStyle2 {
  padding-left: 40px;
}

.stairUL2 > li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.stairUL > li > i,
.stairUL2 > li > i {
  margin-right: 2px;
}

.active {
  background-color: #ecf5ff;
  color: #409eff;
  display: block;
}

.header_info {
  height: 49px;
  text-align: center;
  background-color: #ecf5ff;
  /* box-shadow: 8px -11px 20px 0px rgba(0,0,0,0.9); */
  border-radius: 0 0 5px 5px;
  border-bottom: 1px dotted #409eff;
  display: flex;
  align-items: center;
  min-width: 1100px;
}
.header_info div {
  width: 33.3%;
}
.header_info_left {
  font-size: 24px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
  color: coral;
  cursor: pointer;
}
.header_info_left .iconfont {
  font-size: 28px;
  font-weight: bold;
}

/* 外部盒子,控制搜索框在页面中的位置 */
.header_info_search {
  height: 49px;
  display: flex;
  justify-content: center;
  /*水平方向居中*/
  align-items: center;
  position: relative;
}
/* 搜索框样式 */
.search {
  width: 400px;
  height: 45px;
  /* background-image: url(搜索.png); */
  /*搜索框背景图片*/
  background-repeat: no-repeat;
  /*设置背景图片不平铺*/
  border-radius: 30px 0px 0px 30px;
  padding-left: 50px;
  background-position: 10px 10px;
  /*设置背景图片的位置*/
  color: darkgray;
  font-size: 18px;
  border: none;
  /*去除边框*/
}

/* 搜索框获得焦点时样式 */
.search:focus {
  outline: coral solid 1px;
  /*添加外边框*/
}

/* 搜索按钮样式 */
.btnsearch {
  width: 90px;
  height: 47px;
  border: none;
  background-color: coral;
  color: #fff;
  border-radius: 0px 20px 20px 0px;
  font-size: 20px;
  cursor: pointer;
}

/* 按钮悬浮时样式 */
.btnsearch:hover {
  background-color: #ff5900;
}

.Search_info {
  width: 100%;
  position: absolute;
  border-radius: 10px;
  background-color: white;
  top: 50px;
  box-shadow: 0 2px 8px rgba(28, 31, 35, 0.03),
    0 16px 48px 8px rgba(28, 31, 35, 0.08);
}
.Search_info li {
  height: 55px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 5px;
  cursor: pointer;
}
.Search_info li:hover {
  background-color: #ecf5ff;
}
.secondP {
  font-size: 12px;
}
.right_ul li i>span{
  user-select: none;
  font-size: 14px;
}
.myIframe {
  height: calc(100% - 60px);
  min-width: 1100px;
}
.icon-export span{
  margin-left: -8px;
}
.unShow {
  display: none;
}

.show {
  display: block;
}

.red {
  color: red;
}
.report_infoBox {
  position: fixed;
  right: 0;
  top: 120px;
  background-color: white;
  height: 80px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 2px 8px rgba(28, 31, 35, 0.03),
    0 16px 48px 8px rgba(28, 31, 35, 0.08);
  opacity: 0;
}
.report_infoBox_Export{
  position: fixed;
  right: 0;
  top: 50px;
  background-color: white;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 2px 8px rgba(28, 31, 35, 0.03),
    0 16px 48px 8px rgba(28, 31, 35, 0.08);
  opacity: 0;
}
.report_infoBox_icon {
  width: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px 0 0 10px;
  color: #409eff;
}
.report_infoBox_icon:hover {
  background-color: #ecf5ff;
  transition: all 0.5s ease;
}
.report_infoBox_text {
  width: 370px;
  padding-top: 5px;
}
.report_infoBox_text_info {
  width: 100%;
  padding-bottom: 5px;
}

.fadeIn {
  animation: fadeIn 1s forwards;
}

.fadeOut {
  animation: fadeOut 1s forwards;
}

.loading_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  display: none;
}
.loading {
  display: block;
  position: relative;
  top: 40%;
  left: 49%;
  width: 6px;
  height: 10px;
  animation: rectangle infinite 1s ease-in-out -0.2s;
  background-color: #000;
}

.loading:before,
.loading:after {
  position: absolute;
  width: 6px;
  height: 10px;
  content: "";
  background-color: #000;
}

.loading:before {
  left: -14px;
  animation: rectangle infinite 1s ease-in-out -0.4s;
}

.loading:after {
  right: -14px;
  animation: rectangle infinite 1s ease-in-out;
}

.header_info_right i {
  font-size: 28px;
  cursor: pointer;
  color: coral;
  margin-left: 15px;
}
.right_ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_ul li{
  height: 50px;
  line-height: 50px;
  padding: 10px;
}
.Nofav,.fav{
  display: none;
}
.export {
  position: relative;
}
.export-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: -6px;
  margin-left: 5px;
  z-index: 1;
  font-size: 18px;
  border-radius: 0 0 5px 5px;
  text-align: left;
}
.export-content a {
  color: black;
  text-decoration: none;
  display: block;
}
.export-content a:hover {
  background-color: #f1f1f1;
}
.export:hover .export-content {
  display: block;
}
.export-content i{
  font-size: 18px;
  padding-right: 10px;
}

.favList li {
  height: 45px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.login {
  height: 45px;
  text-align: center;
  cursor: pointer;
  line-height: 45px;
}
.icon-Report{
  font-size: 12px;
}
.section i{
  font-size: 20px;
}
@keyframes rectangle {
  0%,
  80%,
  100% {
    height: 20px;
    box-shadow: 0 0 #000;
  }

  40% {
    height: 30px;
    box-shadow: 0 -20px #000;
  }
}

@keyframes fadeIn {
  from {
    transform: translateX(200%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateX(200%);
    opacity: 0;
  }
}
