@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 100%; */
  /*鼠标拖拽时候不要让文本内容选中*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  /* overflow: hidden; */
}
body{
  font-size: 0.16rem;
}
html .tips,
body .tips {
  display: none;
  height: 20px;
  position: absolute;
}
html .tips .tips-content,
body .tips .tips-content {
  background-color: #EEE;
  height: 20px;
  border: 1px solid #CCC;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
html .tips .tips-content input,
body .tips .tips-content input {
  display: block;
  width: 30px;
  height: 14px;
  text-align: center;
}
html .tips .tips-content input::-webkit-outer-spin-button,
body .tips .tips-content input::-webkit-outer-spin-button,
html .tips .tips-content input::-webkit-inner-spin-button,
body .tips .tips-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
html .tips .tips-content input[type="number"],
body .tips .tips-content input[type="number"] {
  -moz-appearance: textfield;
}
html .tips .tips-content i,
body .tips .tips-content i {
  width: 20px;
  height: 20px;
  font-style: normal;
  text-align: center;
  line-height: 20px;
  color: #333;
}
html .tips .tips-content span,
body .tips .tips-content span {
  display: block;
  width: 40px;
  height: 16px;
  line-height: 16px;
  background-color: #3f9dd5;
  border-radius: 5px;
  color: #FFF;
  padding: 2px 5px;
  cursor: pointer;
  text-align: center;
}
html .tips .tips-footer,
body .tips .tips-footer {
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: #EEE transparent transparent transparent;
  position: absolute;
  /*transform: translateX(-50%);*/
  transform: rotate(180deg);
  /*left: 80%;*/
  right: 20px;
  bottom: 18px;/*-33px;*/
}
html .ui-component,
body .ui-component {
  display: none;
  /* position: relative;
  top: 300px; */
  /* width: 200px; */
  /* height: 300px; */
}
html .ui-component .ui-app,
body .ui-component .ui-app {
  width: 200px;
  height: 100px;
  background: no-repeat url("../image/my-app.png") center center;
  background-size: 200px 100px;
}
a{
  text-decoration: none;
  color: #000;
}
.page {
  width: 100%;
  height: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.container {
  width: 100%;
  /* height: 100%; */
  min-height: 650px;
  /* background-color: white; */
  /* background: url("../image/backgroundImage1.png") no-repeat left top; */
  background-size: 100% 100%;
}
.container .wrap-content.layout-title {
  width: calc(100%);
  height: 40px;
  background-color: #3d576d;
}
.container .menu .title {
  width: calc(100%);
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  font-family: '微软雅黑';
  text-align: center;
  /*padding: 36px 0 20px 0;*/
  /*background-color: #5c90cd ;*/
  /*background-color: rgba(92, 144, 205,1);*/
  /*opacity: 0.5;*/
  opacity: 0.9;
}
.container .operation {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.container .operation span {
  height: 20px;
  line-height: 20px;
  background-color: rgb(235, 102, 56);
  /*border-radius: 5px;*/
  font-size: 18px;
  color: #FFF;
  padding: 5px 20px;
  margin: 8px 5px;
  cursor: pointer;
  border-radius: 20px;
}
.container .operation .operation-back {
  position: absolute;
  left: 245px;
}
.container .operation .operation-close {
  position: absolute;
  left: 335px;
}
.container .wrap-content {
  float: right;
  width: 1084px;
  height: 100%;
  height: 950px;
  /*min-height: 1400px;*/
}
.container .menu {
  float: left;
  width: 250px;
  height: calc(100%);
  /*background-color: #003e88;*/
  /*background-color: rgba(0, 62, 136,0.3);*/
  /*background-color: rgba(0, 62, 136, 0.7); 配合星空颜色*/
  /*opacity: 0.7;*/
  /* background-color: rgba(0, 0, 0, 0.5); */
  opacity: 0.9;
}
.container .menu .layout {
  width: calc(100%);
}
.container .menu .myLayout .drag-item {
  width: calc(100% - 65px) !important;
}
.container .menu .base-layout {
  height: calc(50% - 110px);
  /*overflow: auto;*/
}
.container .menu .base-layout .layout-proportion {
  width: auto;
}
.container .menu .layout:last-child {
  height: calc(50% - 110px);
  /*overflow: auto;*/
}
.container .menu .layout:last-child .layout-proportion {
  /*width: 135px;*/
}
.container .menu .layout:last-child  .drag-item {
  /*width: calc(100% - 33px);*/
}
.container .menu .layout .menu-title {
  display: block;
  width: calc(100%  - 20px);
  height: 30px;
  padding: 10px 0 0 0;
  line-height: 20px;
  font-size: 20px;
  /* margin-left: 10px; */
  border-top: 1px solid #FFF;
}
.container .menu .layout .layout-direction-title {
  display: block;
  width: calc(100% - 30px);
  /* padding-left: 20px; */
  font-size: 16px;
  /*margin-top: 18px;*/
  margin-top: 10px;
  margin-bottom: 5px;
}
.container .menu .layout .layout-direction-title:last-child {
  margin-top: 20px;
}
.container .menu .layout .drag-item {
  /*width: calc(100% - 50px);*/
  height: 30px;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  cursor: pointer;
  background-size: 30px 30px;
  /*鼠标拖拽时候不要让文本内容选中*/
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.container .menu .layout .drag-item:last-child {
  margin-bottom: 14px;
}
.container .menu .layout .drag-item input {
  display: block;
  float: left;
  width: 120px;  /*140px*/
  height: 30px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  color:#000;
}
.container  .menu .layout .space {
  display: block;
  width: calc(100% - 20px);  /*80*/
  height: 30px;
  line-height: 30px;
  font-style: normal;
  padding: 6px 0 6px 30px;
  /*background: url("../image/icon-proportion-3.png") no-repeat left center;*/
  /*background-size: 30px 30px;*/
}
/*horizontal-container*/
.horizontal-container .space:nth-child(1){
  background: url("../image/icon-proportion-3.png") no-repeat left center;
  background-size: 30px 30px;
}
.horizontal-container .space:nth-child(2){
  background: url("../image/icon-proportion-2.png") no-repeat left center;
  background-size: 30px 30px;
}
.horizontal-container .space:nth-child(3){
  background: url("../image/icon-proportion-1.png") no-repeat left center;
  background-size: 30px 30px;
}
.horizontal-container .space:nth-child(4){
  background: url("../image/icon-proportion-4.png") no-repeat left center;
  background-size: 30px 30px;
}

.vertical-container .space:nth-child(1){
  background: url("../image/icon-vertical-1.png") no-repeat left center;
  background-size: 30px 30px;
}
.vertical-container .space:nth-child(2){
  background: url("../image/icon-vertical-2.png") no-repeat left center;
  background-size: 30px 30px;
}
.vertical-container .space:nth-child(3){
  background: url("../image/icon-vertical-3.png") no-repeat left center;
  background-size: 30px 30px;
}
.vertical-container .space:nth-child(4){
  background: url("../image/icon-vertical-4.png") no-repeat left center;
  background-size: 30px 30px;
}
.box{
  width: 100%;
  height: 100%;
}
.component-item{
  display: block;
  width: calc(100% - 30px);
  height: 30px;
  /*padding-left: 10px;*/
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 0 6px 30px;
}
.component-icon{
  margin-top: 3px;
  width: 24px;
  height: 24px;
  display: block;
}
.layout-proportion{
  display: block;
  float: left;
  width: 128px;  /*110px*/
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BorderBottom{
  border-bottom: 1px solid #EEE;
}
.space:nth-child(0),.space:nth-child(3){

}
.container  .menu .layout .drag-item .btn-move {
  display: block;
  float: right;
  margin-top: 1px;
  margin-right: 12px;
  width: 62px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  /* background-color: rgba(247, 91, 91, 1); */
  border-radius: 3px;
  font-style: normal;
  color: #c40001;
  border: 1px solid #c40001;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.container .wrap-content .panel {
  width: calc(100% - 20px);
  height: calc(100% - 46px);   /*100%*/
  /*min-height: 1200px;*/
  /*padding: 10px;*/
  padding: 0 10px;
}
.container .wrap-content .panel .panel-title {
  width: calc(100% - 20px);
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  background: #c40001;
  font-size: 14px;
  color: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
 
}
.container .wrap-content .panel .panel-title  .layout-name{
  display: block;
  width: 150px;
  height: 100%;
  
}
.container .wrap-content .panel .panel-content {
  width: calc(100% - 66px);
  height: calc(100% - 102px);
  /*min-height: 900px;*/
  background-color: rgba(225, 225, 226, 1);
  padding: 20px 32px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  border: 1px solid #FFF;
  /*background-color: rgba(255,255,255,.1);*/
}
/*1366*/
@media screen and (min-width:1360px){
  html{
    font-size: 70px;
  }
}
@media screen and (min-width:1440px){
  html{
    font-size: 75px;
  }
}
/* 1920 */
@media screen and (min-width:1920px){
  html{
    font-size: 100px;
  }
}
/* 2K */
@media screen and (min-width:2100px){
  html{
    font-size: 124px;
  }
}
/* 4K */
@media screen and (min-width:3800px){
  html{
    font-size: 200px;
  }
}
@media only screen and (max-width: 1920px) {
  html{
      font-size: 100px;
  }
}

