html {
  height: 100%;
  font-family: "Microsoft YaHei";
}
@font-face {
  font-family: aliyahei;
  src: url('../fonts/ALIHYAIHEI-BETA.TTF');
}
/*滚动条*/
::-webkit-scrollbar {
  width: 7px;
  height:8px;
}
::-webkit-scrollbar-button {
  width: 14px;
  height:12px;
}
/* ::-webkit-scrollbar-track {
  background:#e2e2e2;
  border: thin solid lightgray;
  border-radius:10px;
}
::-webkit-scrollbar-thumb {
  background:#ddd;
  border: thin solid gray;
  border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
  background:#aaa;
} */

::-webkit-scrollbar-track {
	background:#fff !important;
	border: thin solid #fff !important;
	border-radius:10px;
}

::-webkit-scrollbar-thumb {
	background:rgba(161, 174, 202, .3) !important;
  border: none !important;
	border-radius:10px !important;
}
::-webkit-scrollbar-thumb:hover {
	background:rgba(161, 174, 202, .7) !important;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.layui-layer-msg{
  color: #333;
}
ul,li,p,a,image,ol,dl,dd,dt{
  margin: 0;
  padding: 0;
  list-style: none;
}
/*顶悬浮*/
.slide-down-enter-active {
  transition: all .2s ease;
}
.slide-down-leave-active {
  transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-down-enter, .slide-down-leave-active {
  transform: translateY(-65px);
  opacity: 0;
}
.slide-right-enter-active {
  transition: all .2s ease;
}
.slide-right-leave-active {
  transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-right-enter, .slide-right-leave-active {
  transform: translateX(10px);
  opacity: 0;
}
.toolBar-ctr{
  position: absolute;
  z-index:3;
  width: 100%;
  height: 15px;
}
.top-bar{
  position: fixed;
  top:0;
  width: 100%;
  height: 60px;
  background: rgba(3,30,49,0.6);
  box-shadow: 0 5px 5px rgba(3,30,49,.4);
  z-index: 8;
}
.top-bar:before,.top-bar:after{
  content: " ";
  height: 1px;
  border-bottom: 1px solid rgba(255,255,255,.25);
  position: absolute;
  width: calc(50% - 20px);
  left: 0;
  bottom: 0;
}
.top-bar:after{
  left: auto;
  right: 0;
}
.top-bar>.mode{
  margin-top: 15px;
  padding-left: 20px;
}
.top-bar>.arrow{
  position: absolute;
  width: 40px;
  height: 25px;
  background: rgba(3,30,49,0.6);
  box-shadow: 0 5px 5px rgba(3,30,49,.4);
  border: 1px solid rgba(255,255,255,.4);
  border-top: none;
  bottom: -26px;
  left: calc(50% - 20px);
  color:rgba(255,255,255,.4);
  text-align: center;
  line-height: 25px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}
.top-bar>.bar-aways{
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.top-bar>.mode>li{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  padding: 0 25px;
  float: left;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.25);
  border-right: none;
  transition: background 0.5s;
}
.top-bar>.mode>li>a{
  color: #fff;
  text-decoration:none;
}
.top-bar>.mode>li:hover{
  background: rgba(255,255,255,.18);
}
.top-bar>.mode>li.active{
  background: rgba(255,255,255,.35);
}
.top-bar>.mode>li:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.top-bar>.mode>li:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right:  1px solid rgba(255,255,255,.25);
}
.top-bar>.user-info{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.top-bar>.user-info>.user-name{
  padding-left: 45px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.top-bar>.user-info>.user-name>img{
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top:-8px;
}
.top-bar>.user-info>.user-name>span{
  display: inline-block;
  height: 19px;
  max-width:100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-slider{
  position: absolute;
  right:10px;
  top:60px;
  font-size: 13px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.8);
}
.user-slider>li{
  padding:10px 30px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.5s;
}
.user-slider>li:hover{
  background: rgba(255,255,255,.25);
}
.user-slider>li>.fa{
  margin-right: 5px;
}
/*logo*/
.logo{
  position: absolute;
  width: 100%;
  text-align: center;
  top:60px;
  z-index: 1;
}
.logo>img{
  margin-bottom: 8px;
  margin-top: 6px;
}
.logo>p{
  font-family: aliyahei;
  color: #fff;
  font-size: 30px;
}
.logo>p.en{
  font-family: Arial;
  font-size: 12px;
}
/*搜索框*/
.search-box{
  width:445px;
  height: 38px;
  position: absolute;
  z-index: 2;
  top:240px;
  left: calc(50% - 222px);
}
.search-box>i{
  position: absolute;
  z-index: 2;
  font-size: 16px;
  color: #333536;
  top:10px;
  left: 10px;
}
.search-box>input{
  outline: none;
  width:445px;
  height: 38px;
  padding:0 15px 0 30px;
  border-radius:17px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: none;
  opacity: 0.8;
  font-size: 12px;
  z-index: 1;
}
.search-box>input::-webkit-input-placeholder{
  color: #333536;
  opacity: 0.8;
}
#citms-login{
  background: black no-repeat fixed;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
}
#app{
  width: 100%;
  height: 100%;
}
#app .c-modal{
  top : 0px !important;
}
#citms {
  width: 100%;
  height: 100%;
  background: black no-repeat fixed;
  background-size: 100% 100%;
  position: relative;
  /*padding-top: 20px;*/
}
canvas.canvasClass{
  position: absolute;
  z-index: -1;
}
#citms *{
  scrollbar-arrow-color: #5e6a5c;);  /*图6,三角箭头的颜色*/
  scrollbar-face-color: #5e6a5c;  /*图5,立体滚动条的颜色*/
  scrollbar-3dlight-color: #5e6a5c;  /*图1,立体滚动条亮边的颜色*/
  scrollbar-highlight-color: #5e6a5c;  /*图2,滚动条空白部分的颜色*/
  scrollbar-shadow-color: #5e6a5c;  /*图3,立体滚动条阴影的颜色*/
  scrollbar-darkshadow-color: #5e6a5c; /*图4,立体滚动条强阴影的颜色*/
  scrollbar-track-color: rgba(74, 84, 78, 0.41);  /*图7,立体滚动条背景颜色*/
  scrollbar-base-color:#5e6a5c;  /*滚动条的基本颜色*/
}

#citms hr { height:0px; border-top:1px solid #999; border-right:0px; border-bottom:0px; border-left:0px; }

#citms .desktop {
  width: 100%;
  height: 100%;
}

#citms_task_bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-top:1px solid rgba(255,255,255,.25);
  z-index: 1987;
}

#citms .btn_group {
  height: 100%;
}

#citms .btn_group .btn {
  float: left;
  color: #105785;
  text-align: center;
  line-height: 40px;
  height: 100%;
  text-overflow:ellipsis;
  transition: background-color 0.3s;
}

#citms .btn_group .btn:hover {
  background-color: rgba(106, 105, 100, 0.71);
  cursor: pointer;
  
}
#citms .btn_group .btn:hover span{
  color:#28c1f3
}

#citms_btn_group_left{
  float: left;
  overflow: auto;
  max-width:200px;
}

#citms_btn_group_middle{
  float: left;
  width:calc(100% - 350px);
  overflow: auto;
}
#citms_btn_group_middle .btn_close{
  position: absolute;
  right: 0;
  width: 20px;
  text-align: center;
  color: transparent;
}
#citms_btn_group_middle .btn:hover .btn_close{
  color: rgba(131, 168, 157, 0.71);
}
#citms_btn_group_middle .btn:hover .btn_close:hover{
  color: white;
}

#citms_btn_group_middle .btn_title{
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  color:#fff
}

#citms_btn_group_middle::-webkit-scrollbar {
  width: 2px;
}

#citms_btn_group_middle::-webkit-scrollbar-track {
  background-color: #808080;
}

#citms_btn_group_middle::-webkit-scrollbar-thumb {
  background-color: rgba(30, 39, 34, 0.41);
}

#citms_btn_group_right{
  float: right;
  max-width:300px;
  overflow: hidden;
  overflow-y: auto;
}

#citms_btn_group_left .btn {
  height: 100%;
  width: 48px;
  overflow: hidden;
  font-size: 20px;
}

#citms_btn_group_right .btn {
  height: 100%;
  min-width: 4px;
  padding: 0 10px;
  font-size: 12px ;
}

#citms_btn_show_desktop {
  border-left: grey 1px solid;
  width: 4px;
  margin-left: 3px;
  padding: 0 !important
}

#citms-menu {
  position: fixed;
  bottom: 41px;
  background-color: rgba(0,0,0,0.85);
  height: 60%;
  width: 650px;
  max-width: 880px;
  overflow: auto;
  padding-left:10px;
  z-index: 1000;
  overflow-y: hidden;
  transition: bottom 0.5s ;
}

#citms-menu.hidden {
  bottom:-70%;
}

#citms-menu .blocks::-webkit-scrollbar,.list::-webkit-scrollbar,#citms_command_center::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#citms-menu .blocks::-webkit-scrollbar-track,.list::-webkit-scrollbar-track,#citms_command_center::-webkit-scrollbar-track {
  background-color: rgba(74, 84, 78, 0.41);
}

#citms-menu .blocks::-webkit-scrollbar-thumb,.list::-webkit-scrollbar-thumb,#citms_command_center::-webkit-scrollbar-thumb {
  background-color: #6a6a6a;
}

#citms-menu .blocks::-webkit-scrollbar-button ,.list::-webkit-scrollbar-button ,#citms_command_center::-webkit-scrollbar-button  {
  /*background-color: #6a6a6a;*/
}

#citms-menu .list,.blocks{
  float: left;
  width: 180px;
  height:calc(100% - 45px);
  margin-top: 45px;
  overflow: auto;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

#citms-menu .list{
  width:150px;
  padding:0 10px 0 40px;
  font-size: 12px;
  height: 100%;
}

#citms-menu .list .item.has-sub-down::after{
  font: normal normal normal 14px/1 FontAwesome;
  content:"\f107";
  line-height: inherit;
  float: right;
}

#citms-menu .list .item.has-sub-up::after{
  font: normal normal normal 14px/1 FontAwesome;
  content:"\f106";
  line-height: inherit;
  float: right;
}

#citms-menu .list .item,.sub-item{
  color:white;
  margin: 1px 0;
  line-height: 40px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color 0.3s;
  position: relative;
  width: calc(100% - 20px);
}

#citms-menu .list .item>.icon,#citms-menu .list .sub-item>.icon,.sub-item>.icon{
  line-height: 36px;
  font-size: 22px;
  float: left;
  margin-right: 0.5em;
  width: 36px;
  position: relative;
  top:2px;
  background-color: grey;

}

#citms-menu .list .sub-item{
  padding-left:30px;
  width: calc(100% - 40px);
}

#citms-menu .list .item:hover,.sub-item:hover{
  background-color: rgba(72,72,72,0.58);
  cursor: pointer;
}

#citms-menu .blocks{
  max-width: 650px;
  width:100%;
  border-right:1px solid rgba(255,255,255,0.1);
}

#citms-menu-switcher{
  position: absolute;
  height: 100%;
  border-left: 1px solid grey;
  top: 0;
  right: 0;
  display: none;
  width: 30px;
  cursor: pointer;
}

#citms-menu-switcher:active{
  background-color: rgba(92, 109, 92, 0.81);
}

#citms-menu .menu_group {
  float: left;
  width: 300px;
  color: white;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#citms-menu .menu_group .title {
  padding: 5px;
  padding-top: 12px;
  font-size: 13px;
}

#citms-menu .menu_group:hover .title::after{
  font: normal normal normal 14px/1 FontAwesome;
  content:"\f0c9";
  line-height: inherit;
  float: right;
  margin-right: 17px;
  color: grey;
}

#citms-menu .menu_group .block {
  padding: 0;
  background-color: transparent;
  float: left;
  box-sizing: border-box;
  border: 2px solid transparent;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  cursor: default;
  font-size: 16px;
}

#citms-menu .menu_group .block .content {
  background-color: rgba(0, 196, 255, 0.55);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -2px;top: -2px;
  overflow: hidden;
  transition: left 0.5s;
}

#citms-menu .menu_group .block:hover .content.cover{
  left: calc(-100% - 4px);
}

#citms-menu .menu_group .block .content.detail{
  left: calc(100% + 4px);
}
#citms-menu .menu_group .block:hover .content.detail{
  left: -2px;
}

#citms-menu .menu_group .block:hover  {
  border: 2px solid white;
}

#citms #citms-shortcuts {
  height: calc(100% - 400px);
  width:80%;
  position: absolute;
  left:calc(10% + 4px);
  top:360px;
  z-index: 100;
}
.shortcuts-container{
  width:100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  margin-left: 1px;
}
.swiper-pagination-bullet-active{
  background: rgba(255,255,255,0.8);
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  text-align: center;
}
.menus-pagination{
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 2;
}
#citms #citms-shortcuts.shortcuts-hidden .shortcut{display: none}

.shortcut {
  position: relative;
  width: calc(20% - 46px);
  background: rgba(255,255,255,0.11);
  overflow: hidden;
  cursor: pointer;
  padding: 23px 18px;
  float: left;
  margin: 10px 8px 0 0;
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.5s;
  transform-origin:50% 50%;
  user-select: none;
  z-index: 1;
}
.shortcut.disabled{
  filter: grayscale(100%);
}
.shortcut.empty:before {
  content:"+移动至此";
  position: absolute;
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #d1d1d1;
  left: 0;
  top:calc(50% - 10px)
}
 .shortcut:hover{
  border-color: rgba(255,255,255,0.11);
  box-shadow:0px 0 30px rgba(255,255,255,0.25) inset;
  background-color: rgba(255, 255, 255, 0.11);
}
.shortcut.empty {
  box-shadow:0px 0 20px rgba(0,0,0,0.8) inset;
  background: none;
  border-color: rgba(255,255,255,0);
}
.shortcut.drag-in {
  box-shadow:0 0 15px rgba(255,255,255,0.5);
  animation: shine alternate 0.6s infinite;
}
@keyframes shine {
  0% { box-shadow:0 0 0 rgba(255,255,255,0);}
 100% {box-shadow:0 0 20px rgba(255,255,255,0.5);}
}
.shortcut.shine {
  animation: shine .4s ease 1;
}
.shortcut.dragging{
  width:calc(20% + 14px);
  position: absolute;
  transition: all 0.05s;
  border-color: rgba(0,255,0,0.25);
  z-index: 4;
  display: none;
}
.shortcut>.icon {
  width: 30%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  display: block;
}
 .shortcut>.menu-group{
  position: absolute;
  width:calc(30% - 11px);
  height: calc(100% - 46px);
  left: 18px;
  top:23px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  display: block;
  padding:3px;
}
 .shortcut>.menu-group>img{
  width: 45%;
  height: 45%;
  margin: 2.5%;
  float: left;
  border-radius: 3px;
}
.shortcut>.inverted {
  position: absolute;
  width:calc(30% - 6px);
  height: 12px;
  top: calc(100% - 20px);
  left: 16px;
  background: url("../images/macIcons/inverted.png") no-repeat;
  background-size: 100%  100%;
}
.shortcut .title {
  position: absolute;
  width:calc(70% - 36px);
  left: calc(30% + 18px);
  top:calc(50% - 20px);
  font-size: 18px;
  color: #d1d1d1;
  transition: all 0.5s;
}
 .shortcut .title>p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 18px;
  line-height: 18px;
}@media screen and (max-width: 1150px){
 .shortcut .title{
    top:calc(50% - 16px);
    font-size: 14px;
  }
.shortcut .title>p{
    height: 14px;
    line-height: 14px;
  }
}
.shortcut .title>p.en{
  font-size: 12px;
  font-family: Arial;
  padding-top:7px;
}
.groupMenuMask{
  position: absolute;
  width: calc(100% + 25%);
  height: calc(100% + 400px);
  left: -12.5%;
  top: -400px;
  z-index: 2;
}
.groupMenuContainer{
  position: absolute;
  width:calc(60% + 30px);
  height: 500px;
  z-index: 3;
  top: -200px;
  left:20%;
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
  display: none;
}
.groupMenuContainer>.search-box{
  width:80%;
  height: 38px;
  position: absolute;
  z-index: 2;
  top:10px;
  left:10%;
}
.groupMenuContainer>.search-box>input{
  color: #333536;
  width:calc(100% - 45px);
  padding: 0 30px 0 15px;
  text-align: center;
  font-size: 18px;
  background: rgba(255,255,255,1);
}
.groupMenuContainer>.groupMenus{
  position: absolute;
  height: 420px;
  overflow: auto;
  padding: 5px 15px;
  top:50px;
  calc(width:100% - 30px);
  left: 15px;
}
.groupMenuContainer>.groupMenus>.shortcut{
  width: calc(33% - 46px);
}
.groupMenuContainer>.groupMenus>.shortcut title{
  font-size: 14px;
}
#citms_command_center {
  position: absolute;
  right: 0;
  bottom: 41px;
  width: 350px;
  font-size: 13px;
  background-color: rgba(0,0,0,0.8);
  border: 1px solid rgba(255,255,255,0.1);
  height:500px;
  transition: all 0.5s;
  overflow-x: hidden;
  overflow-y: auto;
  color: white;
  box-sizing: border-box;
  z-index: 1000;
}

#citms_command_center.hidden_right {
  right: -350px;
}

#citms_command_center > .title{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background-color 0.5s;
}
#citms_btn_group_right #citms_btn_command{
  font-size: 20px;
  position: relative;
}
#citms_btn_command>.messageCount{
  position: absolute;
  display: inline-block;
  line-height: normal;
  top:3px;
  right:0px;
  font-style: normal;
  font-size:11px;
  font-family: Arial;
  padding: 2px 3px 2px 2px;
  border-radius:50%;
  color: #fff;
  background: #e50031;
}
#citms_btn_command_center_clean_all{
  color: grey;
  text-align: right;
  font-size:12px;
  float: right;
  margin-right: 15px;
  transition: color 0.5s;
}

#citms_btn_command_center_clean_all:hover{
  cursor: pointer;
  color:white;
}

#citms_command_center .msgs{
  position: absolute;
  top:40px;
  left: 0;
  color: #c6c5c5;
  width: 100%;
  overflow: hidden;
  /*padding: 10px;*/
}

#citms_command_center .btn_close_msg{
  line-height: inherit;
  transition: color 0.5s ;
}

#citms_command_center .msgs .msg{
  width: calc(100% - 20px);
  min-height: 40px;
  padding:10px;
  margin-top: 4px;
  transition: background-color 0.5s;
  position: relative;
  border-left:1px solid transparent;
}

#citms_command_center .msgs .msg.animated{
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

#citms_command_center .msgs .msg:hover{
  cursor: default;
  background-color:#303134;
  color: #10c0d6;
  border-color: #10c0d6;
}
#citms_command_center .msgs .msg:hover .title{
  color: white;
}
#citms_command_center .msgs .msg:hover>.btn_close_msg{
  color: grey;
}

#citms_command_center .msgs .msg:hover>.content{
  color: white;
}

#citms_command_center .msgs .msg>.title{
  color: #c7c7c7;
  font-size: 14px;
  line-height: 28px;
}

#citms_command_center .msgs .msg>.btn_close_msg{
  cursor: pointer;
  color: transparent;
  padding: 3px;
  position: absolute;
  top: 11px;
  right: 11px;
}

#citms_command_center .msgs .msg>.btn_close_msg:hover{
  color: white;
}

#citms_command_center .msgs .msg>.content{
  font-size: 12px;
  color: #9b9b9b;
  padding-bottom: 5px;
}

#citms_btn_group_middle .btn{
  float: left;
  box-sizing: border-box;
  height: inherit;
  max-width: 140px;
  border-bottom:4px solid #707070;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 12px;
  word-break: keep-all;
  padding: 0 10px;
  margin-right: 1px;
  position: relative;
}

#citms_btn_group_middle .btn.active{
  background-color: #3B3D3F;
}

#citms_btn_group_middle .btn:hover{
  cursor: pointer;
}

.citms-open-iframe{
  background-color: transparent;
  border: 1px solid #323232;
}

.citms-open-iframe .layui-layer-content{
  background-color: #e7e8ee;
  height: calc(100% - 50px) !important;
}

.citms-open-iframe.homePageIframe .layui-layer-content{
  height: 100% !important;
}
.citms-open-iframe .layui-layer-content .secondMenus{
  position: absolute;
  width: 80px;
  height: 100%;
  left: 0;
  top: 0;
  background: #555862;
}
.layui-layer-iframe iframe{
  height: 100% !important;
}
.citms-open-iframe .layui-layer-content .secondMenus li{
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  cursor: pointer;
}
.citms-open-iframe .layui-layer-content .secondMenus li:hover{
  opacity: 0.7;
}
.citms-open-iframe .layui-layer-content .secondMenus li.active{
  color: #11e2fd;
}
.citms-open-iframe .layui-layer-content .secondMenus li p{
  padding-top:5px;
}
.citms-open-iframe .layui-layer-content iframe {
  border: none ;
}
.citms-open-iframe .layui-layer-title{
  box-sizing: border-box;
  background-color: #022562 !important;
  color: white;
  padding-right: 160px;
  height:50px !important;
  line-height: 50px !important;
  border-bottom: 1px solid #152b56;
}
.citms-open-iframe.homePageIframe .layui-layer-title{
  display: none;
}
.citms-open-iframe.hide{
  display: none;
}
.citms-btn_refresh{
  float: right;
}
#citms .img-loader{
  display: none;
}

.citms-btn-refresh>span,.citms-btn-open-url>span{
  font-size: 16px !important;
  color: rgb(255, 255, 255);
}

.citms-open-iframe .layui-layer-min cite{display: none;}
.citms-open-iframe .layui-layer-max:hover,.topBar .layui-layer-max:hover{background-image:none}
.citms-open-iframe .layui-layer-max,.topBar .layui-layer-max,.layui-layer-maxmin{background:none}
.citms-open-iframe .layui-layer-setwin a.layui-layer-close1:hover,
.citms-open-iframe .topBarSetWin a.layui-layer-close1:hover{
  background:red;
  color: #fff ;
  opacity: 1;
}

.citms-open-iframe .layui-layer-min::before,
.topBar .layui-layer-min::before{
  content:"\f2d1";
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
}

.citms-open-iframe .layui-layer-max::before,
.topBar .layui-layer-max::before{
  content:"\f2d0";
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
}

.citms-open-iframe .layui-layer-maxmin.layui-layer-max::before,
.topBar .layui-layer-maxmin.layui-layer-max::before{
  content:"\f2d2";
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
}

.citms-open-iframe .layui-layer-close::before{
  content:"\f2d3";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
}

.citms-open-iframe .layui-layer-min,.layui-layer-close,.layui-layer-max,
.topBar .layui-layer-min{
  text-decoration: none;
}
.citms-layer-open-search{
  background: none;
  width: 500px;
  height: 100px;
}
.citms-layer-open-search .layui-layer-btn{
  display: none;
}
.citms-layer-open-search textarea{
  margin: 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  padding: 0 25px;
  font-size: 26px;
  width: calc(100% - 100px);
  border: none;
  background: rgba(255,255,255,0.8);
  outline: none;
  resize: none;
}
.citms-layer-open-search textarea::-webkit-input-placeholder{
  font-size: 16px;
}
.citms-layer-open-search textarea::-moz-placeholder{
  font-size: 16px;
}
/*右键菜单*/
#citms .citms-context-menu { left: 0;top: 0;position: fixed; width: 150px; text-align:center; height: auto; background: rgba(0, 0, 0,.8);color:#8b8a8a;display: block; border-radius: 5px; z-index: 99999999; }
#citms .citms-context-menu ul { margin: 0px; padding: 0px; }
#citms .citms-context-menu ul li {transition: background-color 0.5s;cursor: default;padding: 0px 1em; list-style: none; line-height: 30px; height: 30px; margin: 3px 0;  font-size: 13px; }
#citms .citms-context-menu ul li:hover { background-color: #464545;color: #0dcae0;}
#citms .citms-context-menu ul li a {text-decoration: none; display: block; height: 100%; color: #333; outline: none; }
#citms .citms-context-menu ul hr { margin: 0; height: 0px; border: 0px; border-bottom:#383536 1px solid;border-top: none }
#citms .citms-context-menu ul li .fa-times-circle-o{color:#e50031}

/*块级按钮*/
.citms-open-iframe .layui-layer-ico{background-image:none;}
.citms-open-iframe .layui-layer-setwin,
.citms-open-iframe .topBarSetWin {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 0;
  line-height: 30px;
  height: 30px;
}

.citms-open-iframe.homePageIframe .layui-layer-setwin{
  opacity: 0 !important;
  right: -1000px;
}
.citms-open-iframe .layui-layer-setwin a,
.citms-open-iframe .topBarSetWin a {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}
.citms-open-iframe .topBarSetWin a{
  display: inline-block;
  vertical-align: top;
}
.citms-open-iframe .layui-layer-setwin a:hover,
.citms-open-iframe .topBarSetWin a:hover {
  background: rgba(255,255,255,.15);
}
.citms-open-iframe .layui-layer-setwin a.citms-btn-refresh,
.citms-open-iframe .topBarSetWin a.citms-btn-refresh {
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  background: rgba(255,255,255,.15);
  color: #fff;
  text-decoration: none;
}
.citms-open-iframe .layui-layer-setwin a.citms-btn-refresh span,
.citms-open-iframe .topBarSetWin a.citms-btn-refresh span{
  margin-left: 5px;
}
.citms-open-iframe .layui-layer-title .icon ,#citms_btn_group_middle .btn_title .icon{
  font-size: 15px;
  padding: 1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  margin-right: 0.5em;
}
.citms-open-iframe .layui-layer-title img.icon,#citms_btn_group_middle .btn_title img.icon{
  width: 30px;
  height: 30px;
  position: relative;
  top:0px ;
  margin-right: 0.5em;
}
#citms_btn_group_middle .btn_title img.icon{
  width: 20px;
  height: 20px;
  top:0px;
}
#citms-menu>.list>.sub-item img.icon,#citms-menu>.list>.item img.icon{
  width: 36px;
  height:36px;
  position: relative;
  top:2px ;
  margin-right: 0.5em;
}

/*桌面舞台样式*/
#citms-desktop-scene{
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: transparent;
}

/*各种颜色 具体效果见 https://www.kancloud.cn/qq85569256/xzui/350010*/
.citms-open-iframe .black-green, #citms .black-green{background:#009688!important;}
.citms-open-iframe .green,#citms .green{background:#5FB878!important;}
.citms-open-iframe .black,#citms .black{background:#393D49!important;}
.citms-open-iframe .blue,#citms .blue{background:#1E9FFF!important;}
.citms-open-iframe .orange,#citms .orange{background:#F7B824!important;}
.citms-open-iframe .red,#citms .red{background:#FF5722!important;}
.citms-open-iframe .dark,#citms .dark{background:#2F4056!important;}
.citms-open-iframe .purple,#citms .purple{background:#b074e6!important;}


@media screen and (max-width:768px){
  #citms-menu{
    width:calc(100% - 10px);
    height: calc(100% - 42px);
  }
  #citms-menu.hidden{
    bottom: -100% ;
  }
  #citms_command_center{
    width: 100%;
  }
  #citms_command_center.hidden_right {
    right: -100%;
  }
  .layui-layer-setwin .layui-layer-max{
    display: none;
  }
  #citms_btn_group_left .btn {
    height: 100%;
    width: 40px;
    overflow: hidden;
    font-size: 16px;
  }
  #citms_btn_group_right .btn {
    height: 100%;
    min-width: 4px;
    padding: 0 10px;
    font-size: 16px!important;
  }
  #citms_btn_show_desktop {
    border-left: grey 1px solid;
    width: 30px;
    margin-left: 3px;
    padding: 0 !important
  }
  #citms_btn_group_left{
    max-width:100px;
  }
  #citms_btn_group_middle{
    width:calc(100% - 160px);
  }
  #citms_btn_group_middle .btn{
    padding: 0 3px;
  }
  #citms_btn_group_right{
    max-width:150px;
  }
  #citms-menu .list{
    padding-left: 2px;
    position: absolute;
    width: calc(100% - 31px);
    left: 0;
    top: 0;
  }
  #citms-menu .blocks{
    overflow-x: hidden;
    position: absolute;
    width:calc(100% - 31px);
    left: 0;
    top: 0;
  }

  #citms-menu .menu_group {
    width: 90%;
    float: none;
    margin: 0 auto;
    clear: both;
  }

  #citms-menu-switcher{
    display: block;
  }
  #citms-menu>.citms-menu-hidden{
    display: none;
  }
  #citms_btn_group_middle .btn_close{
    display: none;
  }
  .citms-open-iframe .layui-layer-setwin a,
  .citms-open-iframe .topBarSetWin a {
    width: 32px;
  }
}
.menu-container{
  height: 50px;
  position: absolute;
  top:0;    
  width: calc(100% - 400px);
}
/* .menu-container ul{
  overflow:hidden;
} */
.menu-container>ul>li{
  float: left;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.menu-container>ul>li:hover{
  bottom: 0;
  background-color: #0c3b7c;
}
.menu-container>ul>li>.fa{
  position: static;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
  width: 10px;
}
.menu-container>ul>li>.fa-angle-right,.menu-container>ul>li.more>ul>li>.fa-angle-right{
  display: inline-block;
}
.menu-container>ul>li>.fa-angle-down,.menu-container>ul>li.more>ul>li>.fa-angle-down{
  display: none;
}
.menu-container>ul>li:hover>.fa-angle-right,.menu-container>ul>li.more>ul>li:hover>.fa-angle-right{
  display: none;
}
.menu-container>ul>li:hover>.fa-angle-down,.menu-container>ul>li.more>ul>li:hover>.fa-angle-down{
  display: inline-block;
}
.menu-container>ul>li.active{
  background: linear-gradient(to top, #196294, #022461);
}
.menu-container>ul>li>ul{
  position: absolute;
  width:100%;
  left: 0;
  top: 50px;
  display: none;
  border-radius: 2px;
  background-color: #022562 !important;
}
.menu-container>ul>li.more>ul{
  min-width:100px;
  width:auto;
  max-width: 130px;
  height: auto;
}
.menu-container>ul>li.more>ul>li>ul{
  left: 100%;
  width: 130px;
  position: absolute;
  border-radius: 2px;
  top:0px;
  display: none;
  background-color: #022562 !important;
}
.menu-container>ul>li>ul>li,.menu-container>ul>li.more>ul>li>ul>li{
  float: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.menu-container>ul>li>ul>li:hover,.menu-container>ul>li.more>ul>li>ul>li:hover{
  bottom: 0;
  background-color: #0c3b7c;
}
.menu-container>ul>li:hover>ul,.menu-container>ul>li.more>ul>li:hover>ul{
  display: block;
}
.menu-container>ul>li>ul>li.active,.menu-container>ul>li.more>ul>li>ul>li.active{
  background-color: #041243;
  color: #e8bd5e;
}


.citms-open-iframe.lightBlue_skin{
  border: none!important;
}
.citms-open-iframe.lightBlue_skin .layui-layer-title{
  background-color: #3C6CFE !important;
  border-bottom: 1px solid #3C6CFE;
}

