body {
  overflow: hidden;
  padding-right: 0px !important;
  overflow-x: hidden;
  margin: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}
* {
  touch-action: pan-y;
}
/* 手机端滑动bug修复 */
#topNavbar {
  height: 70px;
  position: absolute;
  background: white;
  border-color: transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.modal-dialog {
  margin: 0px;
}

#ivwindow3d {
  vertical-align: bottom;
}
.tooltip.bottom {
  position: absolute;
  top: 70px !important;
}
.header-right{
  height: 70px!important;
}
/* .tooltip-inner{
	background: #fafafa !important; 

	color:#363636 !important;

 
}
#bottom_icon .tooltip-arrow{
	border-top-color: #fafafa !important;
	
} 
.container .tooltip-arrow{
	border-bottom-color: #fafafa !important;
	
}  */
.qr-container {
  width: 170px;
  position: absolute;
  top: -207px;
  right: -60px;
  background: white;
  padding: 10px 10px 10px 10px;
  display: none;
}
.qr-container::after {
  display: block;
  position: absolute;
  content: '';
  top: 99%;
  left: 80px;
  border-bottom: 12px solid white;
  transform: rotate(180deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.qr-title {
  text-align: center;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #666;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.modal-open {
  overflow-y: auto;
}
/* 保证在ie下选中a标签时没有边线 */
a:focus {
  outline: none;
}
#logo1 {
  margin-top: -1px;
  height: 23px;
}
.label {
  color: #000000;
}
.node {
  background-image: url(../../common/images/component.png?v=1554363265726);
  height: 16px;
  width: 16px;
  display: block;
  float: left;
  margin-top: 1px;
  margin-left: 4px;
}
/*boomlicon*/
#boomlicon1,
#boomlicon2,
#boomlicon3,
#boomlicon4,
#boomlicon5 {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  background-size: contain;
  box-shadow: 0px 4px 12px 0px rgba(51, 71, 111, 0.1);
  cursor: pointer;
}
#boomlicon1 {
  background-color: #fff;
  background-image: url('../../common/images/rotate-active.svg?v=1554363265726');
}
#boomlicon2 {
  background-color: #ffffff;
  background-image: url('../../common/images/move.svg?v=1554363265726');
  margin-left: 20px;
}
#boomlicon3 {
  background-color: #ffffff;
  background-image: url('../../common/images/zoom.svg?v=1554363265726');
  margin-left: 20px;
}
#boomlicon4 {
  background-image: url('../../common/images/label.svg?v=1554363265726');
  margin-left: 20px;
}
#boomlicon5 {
  background-color: #ffffff;
  background-image: url('../../common/images/qrcode.svg?v=1554363265726');
  margin-left: 20px;
}
#boomlicon5:hover {
  background-image: url('../../common/images/qrcode-active.svg?v=1554363265726');
}

/*top_icon*/
#top_icon_1,
#top_icon_2,
#top_icon_3,
#top_icon_1_xs,
#top_icon_2_xs,
#top_icon_3_xs,
#top_icon_4,
#top_icon_5,
#top_icon_8 {
  width: 100px;
  color: #333;
  font-size: 14px;
  padding: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  height: 49px;
  display: table-cell;
  vertical-align: bottom;
}
#top_icon {
  height: 70px;
  margin-left: 409.5px;
  position: relative;
}
#top_icon > li {
  height: 100%;
}
#top_icon > li > a {
  position: relative;
  top: 12px;
}

#top_icon > li.active {
  background-color: white;
  border-bottom: 4px solid #f70000;
}
#top_icon > li.active a {
  background-color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #e2e2e2;
}

#top_icon_1,
#top_icon_1_xs {
  background-image: url(../../common/images/origin.svg?v=1554363265726);
  color: #333;
}
#top_icon > li.active > #top_icon_1,
#top_icon > li.active > #top_icon_1_xs {
  background-image: url(../../common/images/origin-active.svg?v=1554363265726);
  color: #333;
  color: #f70000;
}

#top_icon_2,
#top_icon_2_xs {
  background-image: url(../../common/images/boom.svg?v=1554363265726);
}
#top_icon > li.active > #top_icon_2,
#top_icon > li.active > #top_icon_2_xs {
  background-image: url(../../common/images/boom-active.svg?v=1554363265726);
  color: #333;
  color: #f70000;
}

#top_icon_3,
#top_icon_3_xs {
  background-image: url(../../common/images/moveNode.svg?v=1554363265726);
}
#top_icon > li.active > #top_icon_3,
#top_icon > li.active > #top_icon_3_xs {
  background-image: url(../../common/images/moveNode-active.svg?v=1554363265726);
  color: #333;
  color: #f70000;
}
#top_icon_4 {
  background-image: url(../../common/images/help.png?v=1554363265726);
}

#top_icon_8 {
  background-image: url(../../common/images/return.svg?v=1554363265726);
}

#top_icon_5 {
  background-image: url(../../common/images/feedback.png?v=1554363265726);
}

/* .navbar-nav>li>.active{background-image: url(../images/origin-white.png?v=1554363265726)!important;color:#FFFFFF!important;} */
#top_icon_6 {
  width: 20px;
  margin-right: 6px;
  height: 20px;
  background-size: contain;
  background-image: url(../../common/images/lang.svg?v=1554363265726);
  display: inline-block;
  vertical-align: middle;
}
#top_icon_user {
  width: 26px;
  margin-right: 14px;
  height: 26px;
  background-size: contain;
  background-image: url(../../common/images/user.svg?v=1554363265726);
  display: inline-block;
  vertical-align: middle;
}

#top_icon > li > a > span {
  width: 2px;
  height: 17px;
  position: relative;
  left: 100px;
  top: -7px;
  background: #999999;
  display: block;
}
.nav-tip-help {
  width: 130px;
  height: 100px;
  position: absolute;
  margin-top: 23px;
  background-color: red;
}
.menu-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  display: none;
  right: 0;
  z-index: 100;
  top: 74px;
  margin-top: 25px;
  margin-right: 28px;
  margin-left: 12px;
  cursor: pointer;
}
/* left menu show*/
.left-menu-container {
  position: fixed;
  min-width: 238px;
  height: 89vh;
  top: 71px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.left-menu {
  right: -0px;

  z-index: 100;

  min-width: 238px;
  height: auto;

  background: #f5f6f8;
  transition: 0.5s all linear;
  padding-bottom: 10px;
}
.left-menu-head {
  height: 45px;
}
.left-menu-head > img {
  width: 29px;
  height: 29px;
  margin-left: 12px;
  cursor: pointer;
}
.left-menu-head > span {
  line-height: 45px;
  font-weight: 600;
  color: #666666;
  display: inline-block;
  width: 73%;
  text-align: center;
}
.menu-node {
  height: 38px;
  line-height: 37px;

  z-index: 100;
  cursor: pointer;
}
.menu-node > .icon-3d {
  width: 22px;
  height: 22px;
  margin-left: 12px;
}
.menu-node > span {
  margin-left: 13px;
  font-weight: 600;
  color: #666666;
  font-size: 14px;
}
.menu-node > .icon-jia,
.menu-node > .icon-jian {
  width: 15px;
  height: 15px;
  margin-right: 16px;
  float: right;
  margin-right: 16px;
  margin-top: 13px;
}
#menu-item-box1 .menu-item:last-child > label {
  border-bottom: none;
}

.menu-item-box {
  list-style: none;

  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-padding-start: 0px;
  padding-left: 0px;
}
.box2 {
  height: auto;
}
#closeMenu {
  width: 24px;
  height: 24px;
}
.left-menu-head > span {
  opacity: 0;
  user-select: none;
}
#menu-node1 {
  display: none;
}
#menu-item-box1 {
  overflow: hidden;
}
#menu-item-box1 > .active {
  border-left: 4px solid red !important;
}
#menu-item-box1 > .menu-item {
  border-left: 2px solid transparent;
}
.menu-item {
  height: 36px;
  line-height: 36px;
  width: 90%;
  margin-right: 5%;
  position: relative;
}
.box2 > .menu-item {
  border-bottom: 1px dashed rgba(223, 225, 230, 1);
  margin-left: 30px;
  padding-left: 0;
}
.menu-item > label {
  width: 90%;
  height: 36px;
  position: absolute;
  cursor: pointer;
  border-bottom: 1px dashed rgba(223, 225, 230, 1);
  margin-left: 10%;
}
.menu-item > img {
  width: 24px;
  height: 24px;
  opacity: 0;
}
.menu-item > span {
  font-size: 14px;
  color: #666666;
}
.menu-item > input {
  float: right;
  margin-top: 12px;
  width: 18px;
  height: 18px;
}
.menu-item-last {
  height: 36px;
  line-height: 36px;
}
.menu-item-last > input {
  vertical-align: sub;
  width: 18px;
  height: 18px;
}
#show {
  margin-left: 24px;
}
.menu-item-last > label {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  position: relative;
  top: 0px;
  margin-left: 12px;
  cursor: pointer;
}
.box2 > .menu-item > a > span {
  margin-left: 10px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
/* 清楚ie下radio的outline */
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: none;
}
ul {
  -webkit-padding-start: 0px;
  padding-left: 0px;
}
.mouseMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 2000;
}
.mouseMenu > ul {
  list-style: none;
  float: left;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  background: #f1f1f1;
  width: 230px;
  overflow: hidden;
}
.mouseMenu > ul > li {
  float: left;
  clear: both;
  height: 24px;
  cursor: pointer;
  line-height: 20px;
  white-space: nowrap;
  padding: 0 25px;
  width: 100%;
  display: inline-block;
}
.mouseMenu > ul > li:hover {
  background: #d8e8fd;
  /* border: 1px solid #b4d2f6 */
}
.mouseMenu .cant {
  background: red;
}
.infoBox {
  border-radius: 4px;
  opacity: 0;
  display: none;
  height: auto;
  opacity: 1;
  top: 200px;
  left: 300px;
  position: absolute;
  z-index: 1000;
  max-width: 600px;
  width: fit-content!important;
  min-width: 214px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 8px 0px rgba(190, 196, 204, 0.3);
  border-radius: 4px;
}

.infoBox::before {
  display: block;
  position: absolute;
  content: '';
  top: 99%;
  left: 0px;
  z-index: 40001;
  width: 100%;
  height: 35px;
}
.info-title {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 4px 4px 0px 0px;
  color: #ffffff;
  font-size: 14px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.info-main {
  padding: 8px 20px 10px 20px;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 13px;
  -webkit-margin-after: 0px;
  word-break: break-word;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0 0 0;
}
.toastText {
  width: 70%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.toast-title {
  width: 100%;
  min-height: 25px;
  line-height: 25px;
  text-align: center;

  color: #ffffff;
  font-size: 14px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
}
.toast-main {
  padding: 5px 9px 5px 9px;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 13px;
  -webkit-margin-after: 0px;

  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0 0 0;
}

@media screen and (max-width: 415px) {
  #top_tips > p:nth-child(2) {
    font-size: 4.1vw;
    color: rgb(51, 51, 51);
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media screen and (min-width: 768px) {
  #top_icon_xs {
    height: 70px;
    position: relative;
    top: 10px;
  }
}
.navbar-header.hidden-xs > a > p {
  font-weight: 600;
}
.navbar-header {
  max-width: 134px;
  overflow: visible;
}
.hidden-sm {
  white-space: nowrap;
}
.header-right {
  height: 70px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-right +.header-right {
  margin-left: 16px;
}
.header-right .lang {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.header-right .top {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transform: rotate(180deg);
  transition: all 150ms linear;
  position: relative;
  top: 2px;
}
.chooseLang {
  display: none;
  position: absolute;
  text-align: left;
  width: 130px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  top: 100%;
  left: -10px;
}
.header-right:hover {
  cursor: pointer;
}
.header-right:hover .chooseLang {
  display: block;
}
.header-right:hover .chooseLang {
  display: block;
}
.header-right:hover .top {
  transform: rotate(0deg);
}
.chooseLang {
  display: none;
  position: absolute;
  text-align: left;
  width: 130px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  top: 100%;
  left: -10px;
}
.header-right:hover {
  cursor: pointer;
}
.header-right:hover .chooseLang {
  display: block;
}
.header-right:hover .chooseLang {
  display: block;
}
.header-right:hover .top {
  transform: rotate(0deg);
}
.chooseLang-item {
  height: 34px;
  padding-left: 10px;
  line-height: 34px;
}
.chooseLang-item:hover {
  border-left: 2px solid #f70000;
  padding-left: 8px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.navbar-right{
  margin-right: 31px !important;
}
.navbar-right .user-icon{
  height: 18px;
}