.antd-pro-components-sider-menu-index-sider.antd-pro-components-sider-menu-index-fixSiderbar{
  top:64px!important;
}
.summary_box {
  top: 64px !important;
  /* height: calc(100% - 64px) !important; */
}
.summary_box main{
  margin-bottom: 64px;
}
.summary_login_container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  background-color:#f5f5f5;
  /* background: url('./登录.jpg') no-repeat top center/cover,url('./地球.png') no-repeat top left/contain; */
  /* background:  url('../images/arc.png') no-repeat center bottom/100% auto,
    url('../images/grid.png') no-repeat center bottom/100% auto,
    url('../images/login_bg.jpg') no-repeat top center/cover; */
    /* url('../images/earth.png') no-repeat 0 30%/50% auto, */
}
.summary_login_container .left_img{
  height:100%;
  width: 60%;
  background:  url('../images/login_bg1.jpg') no-repeat center top/auto 100% ;
  position: relative;
}
.summary_login_container .left_img .copyRight{
  text-align: center;
    position: absolute;
    bottom: 28px;
    width: 100%;
    color: #fff;
}
.summary_login_container .right_login{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.summary_login_container .right_login .login_box{
  height:60%;
  width:80%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  font-size: 22px;
}
.summary_login_container .right_login .login_box .input_style{
  width:100%;

}
.summary_login_container .right_login .login_box .input_style input{
  width:100%;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 33px;
}

.summary_login_container .right_login .login_box .input_style input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
}
.summary_login_container .right_login .login_box .input_style input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}
.summary_login_container .right_login .login_box .input_style input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #cccccc;
  color: #1890ff;
  font-size: 20px;
  font-weight: bold;
}
.summary_login_container .right_login .login_box .button_style{
   width:100%;
   height:50px;
   line-height:50px;
   text-align:center;
   background-color:#1890FF;
   border-radius:5px;
   color:white;
   cursor: pointer;
}
.antd-pro-components-sider-menu-index-logo{
  display: none;
}
.wms-header{
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: -14px;
  transform: rotate(2deg) translate(99px,-24px);
}
.wms-header:hover{
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 64px;
  transform: rotate(0deg) translate( 0px, 0px);
}
/* .summary_login_container .earth_img {
  width: 300px;
  height: 300px;
  background: url(./地球.png) no-repeat left center/100% auto;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
} */
.summary_login_container .login_container {
  width: 392px;
  height: 317px;
  background: url('../images/login_form.png') no-repeat center/100% 100%;
  /* position: absolute;
  left: 50%;
  top: 50%; */
  transform: translate(-50%,-50%);
  padding-top: 106px;
  box-sizing: border-box;
}
.summary_login_container .login_container .input_style {
  text-align: center;
  height: 20px;
}
.summary_login_container .login_container .input_style:nth-child(2) {
  margin-top: 26px;
}
.summary_login_container .login_container .input_style input {
  box-sizing: border-box;
  width: 220px;
  height: 20px!important;
  background: transparent;
  outline: none;
  padding-left: 28px;
  color: #fff;
  border: none;
}
.summary_login_container .login_container .error_tip {
  position: absolute;
  top: 190px;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  display: none;
  text-align: center;
}
.summary_login_container .login_container .button_style {
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 33px;
  font-weight: bold;
  font-size: 15px;
  padding-left: 22px;
  letter-spacing: 5px;
  width: 123px;
  margin: 0 auto;
  margin-top: 66px;
  cursor: pointer;
}
.summary_login_container .copyRight {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
  color: #fff;
}
.summary_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #fff;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  /* box-shadow: 0px 0px 4px #2b2e32; */
  background: #2b2e32;
  box-sizing: border-box;

  /* background: url('../images/header_bg_2.png') no-repeat top left/100% 100%, #2b2e32; */

}
.summary_header img {
  height: 45px;
  vertical-align: middle;
}
.summary_header .title {
  position: relative;
  bottom: -10px;
  color:#f4f5f5;
}
.summary_header .title .t1 {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
  /* color: #000; */
  color:#f4f5f5;
}
.summary_header .title .t2 {
  display: inline-block;
  margin: 0 6px;
  color: #ccc;
}
.summary_header .title .t3 {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.summary_header .title .t3 .arrow {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s linear;
  font-weight: bold;
}
.summary_header .title .t3 .menu {
  display: flex;
  height: 0px;
  width: 0;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  background: #fff;
  transition: all 0.2s linear;
  opacity: 0;
  padding: 0;
}
.summary_header .title .t3 .menu .line {
  flex: 1;
  padding: 10px;
  font-size: 12px;
  display: none;
}
.summary_header .title .t3:hover .menu .line {
  display: block;
}
.summary_header .title .t3 .menu .line a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #747474;
  transition: all 0.5s linear;
}
.summary_header .title .t3 .menu .line a:hover {
  color: #fff;
  background: #1890ff;
  padding-left: 10px;
}
.summary_header .title .t3 .menu .line a::after {
  content: '>';
  position: absolute;
  right: 5px;
  color: #ccc;
}
.summary_header .title .t3 .menu .line:first-child {
  border-right: 2px solid #f0f0f0;
}
.summary_header .title .t3:hover .menu {
  top: 20px;
  height: 300px;
  width: 500px;
  opacity: 1;
  box-shadow: 0px 0px 4px #ccc;
}
.summary_header .title .t3:hover .arrow {
  color: red;
  transform: rotate(-180deg);
  vertical-align: top;
}
.summary_header .login {
  line-height: 64px;
  font-size: 14px;
  min-width: 90px;
  text-align: right;
  color:#f4f5f5;
}
.summary_header .login a{
  margin-right: 20px;
  color:#f4f5f5;
  text-decoration: none;
  text-align: center;
}
.summary_header .login a.active{
  border-bottom: 2px solid #fff;
  padding-bottom: 16px ;
}
@media screen and (min-width: 1200px) {
.summary_header .login a:first-child{
    display:none;
  }
.summary_header .login .user_operation a{
    display:block;
    margin-right: 0px;
  }

}
@media screen and (max-width: 1199px) {
  .summary_login_container .left_img{
    width:0;
    visibility:hidden;
  }
  .summary_header .title{
    display:none;
  }
  .summary_header .login{
    position:relative;
  }
  .summary_header .login a{
    display:block;
    text-align: center;
    margin-right: 0px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
  }
  .summary_header .login a.active{
    background-color: #1890FF;
    border-bottom: none;
    padding-bottom: 0 ;
}
  .summary_header .login .menu_slide{
    display: inline-block;
    width: 85px;
    overflow: hidden;
    height: 98%;
    vertical-align: top;
    position: absolute;
    left: -95px;
    z-index: inherit;
    background-color: #2b2e32;
  }
  .summary_header .login .menu_slide:hover{
    overflow:visible;
    height: auto;
  }
}
  .summary_header .login .user_operation{
    display: none;
    width: 85px;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    left: 0px;
    z-index: inherit;
    background-color: #2b2e32;
    top: 18px;
  }
.summary_header .login .user_parent.free_login::before{
   content: '';
    display: block;
    height: 5px;
    width: 5px;
    background: #1890ff;
    color: #1890ff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 11px;
}

.summary_header .login .user_parent:hover .user_operation{
    overflow:visible;
    height: auto;
    display:block;
  }

.summary_header .login .user_operation:hover{
    overflow:visible;
    height: auto;
    display:block;
  }

}
@media screen and (max-width: 750px) {
  .summary_header {
    /* display: none; */
  }
}
@media screen and (min-width: 751px) {
  .summary_header {
    display: flex;
  }
  /* ams样式 */
  uni-app,
  uni-page-head {
    /* padding-top: 60px; */
  }
  .uni-top-window {
    /* top: 64px; */
  }
}
