/*主页容器*/
.yis-main {
  width: 100vw;
  height: 100vh;
  background-color: #f9f2ec;
}
.yis-maincontent {
  width: 100%;
  height: calc(100vh - 50px);
}
.yis-mainleft {
  width: 98px;
  height: calc(100vh - 118px);
  margin: 25px 0 25px 20px;
  padding: 8px 0;
  float: left;
  background-color: #cfbe88;
  border: 1px solid #b3a064;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  z-index: 2000;
}
.yis-menulistbox {
  overflow-x: hidden;
  overflow-y: hidden;
}
.yis-menulistscroll {
  position: relative;
}
.yis-mainright {
  /*width: calc(100vw - 160px);*/
  height: calc(100vh - 75px);
  margin-left: 20px;
  float: left;
}
/*皮肤切换容器*/
.yis-maintop {
  width: 100%;
  padding-top: 25px;
  height: 40px;
  text-align: left;
}
/*底部Tab容器*/
.yis-mainfooter {
  width: 100%;
  height: 49px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #cfbe88;
  border-top: 1px solid #b3a064;
}
.yis-mainfooter-left {
  width: 100px;
  padding-left: 20px;
  padding-top: 10px;
  float: left;
  position: relative;
}
.yis-mainfooter-center {
  float: left;
  width: calc(100vw - 490px);
  position: relative;
}
/*底部滚动箭头容器*/
.yis-mainfooter-tb {
  padding: 10px 0;
  float: left;
  position: relative;
}
.yis-mainfooter-tb-left {
  border-left: 1px solid #c4ad6a;
  width: 15px;
  height: 30px;
}
.yis-mainfooter-tb-right {
  border-right: 1px solid #c4ad6a;
  width: 15px;
  height: 30px;
  margin-left: 8px;
}
.yis-mainfooter-right {
  float: right;
  color: #fff;
  padding-top: 10px;
  padding-right: 30px;

  font-size: 10px;
}
.yis-mainfooter-desk {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 49px;
  border-left: 1px solid #b3a064;
  background-color: #c6b172;
}
.yis-mainfooter-main {
  float: left;
  position: relative;
  /*width: calc(100vw - 546px);*/
  min-width: 100px;
  text-align: left;
  padding: 0 8px;
  overflow: hidden;
}
.yis-mainfooter-main ul {
  position: relative;
}
.yis-mainfooter-main-li {
  float: left;
  width: 78px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid #cfbe88;
  border-right: 1px solid #cfbe88;
}
.yis-mainfooter-main-li-on, .yis-mainfooter-main-li:hover {
  border-left: 1px solid #b3a064 !important;
  border-right: 1px solid #b3a064 !important;
  background-color: #d9cb9f !important;
}
.yis-mainfooter-main-li-imgbox {
  width: 78px;
  padding-top: 8px;
  height: 40px;
  background-color: #cfbe88;
}
.yis-mainfooter-main-li-imgbox-on, .yis-mainfooter-main-li-imgbox:hover {
  background-color: #c6b172 !important;
}
.yis-mainfooter-main-li-imgbox img {
  height: 30px;
}
.yis-mainfooter-main-li-imgbox-b {
  width: 78px;
  height: 5px;
  position: absolute;
  bottom: 0;
}
.yis-mainfooter-main-li-imgbox-b .yisline {
  width: 60px;
  height: 5px;
  margin-left: 9px;
  background-color: #b3a064;
}
/*左侧、底部菜单*/
.yis-menu {
  width: 80px;
  height: 85px;
  border-top: 1px solid #c4ad6a;
  border-bottom: 1px solid #d9cb9f;
  padding: 15px 10px;
  cursor: pointer;
}
.yis-menu:first-child {
  border-top: none !important;
  padding-top: 5px !important;
}
.yis-menu:last-child {
  border-bottom: 0 !important;
}
.yis-menuover-click {
  border: 1px solid #cfbe88;
}
.yis-menu-on, .yis-menuover-click:hover {
  border: 1px solid #c4ad6a !important;
  background-color: #c6b172;
  filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c6b172,endcolorstr=#cebd86,gradientType=0);
  -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c6b172,endcolorstr=#cebd86,gradientType=0);
  background: #cebd86; /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #c6b172, #cebd86);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c6b172), to(#cebd86));
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*左侧菜单箭头容器*/
.yis-leftmenu-tb {
  padding: 0 20%;
}
.yis-leftmenu-tb-box {
  padding: 2px;
  border: 1px solid #cfbe88;
}
.yis-bottom-tb-box {
  padding-top: 5px;
}
.yis-leftmenu-tb-box-top {
  border-top: 1px solid #c4ad6a;
  text-align: center;
}
.yis-leftmenu-tb-box-top-jt {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #B6A368;
  display: inline-block;
}
.yis-bottom-tb-box-left-jt {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #B6A368;
  display: inline-block;
}
.yis-bottom-tb-box-right-jt {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #B6A368;
  display: inline-block;
}
.yis-leftmenu-tb-box-bottom {
  border-bottom: 1px solid #c4ad6a;
  text-align: center;
}
.yis-leftmenu-tb-box-bottom-jt {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #B6A368;
  display: inline-block;
}
.yis-menubox {
  width: 70px;
  height: 80px;
  text-align: center;
  border: 2px solid #cfbe88;
  padding: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.yis-menubox-on, .yis-menubox:hover {
  border: 2px solid #d9cb9f !important;
}
.yis-menubox img {
  max-width: 70px;
  max-height: 50px;
}
.yis-menubox div {
  padding-top: 5px;

  font-size: 14px;
  color: #fff;
}
/*windows窗口*/
.yis-window {
  position: absolute;
  background-color: #f9f2ec;
  /*border: 1px solid #d7d1cd;*/
  /*border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
  text-align: left;
}
/*.yis-window:hover {
  cursor: all-scroll;
}*/
.yis-window-head {
  height: 30px;
  border: 1px solid #d9cb9f !important;
  background-color: #c5b275;
  filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d9cb9f,endcolorstr=#c5b275,gradientType=0);
  -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d9cb9f,endcolorstr=#c5b275,gradientType=0);
  background: #c5b275; /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #d9cb9f, #c5b275);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d9cb9f), to(#c5b275));
  /*border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;*/
}
.yis-window-content {
  border: 1px solid #d7d1cd;
  border-top: 0;
  box-sizing: border-box;
  /*border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;*/
  overflow: hidden;
}
.yis-window-head-imgbox {
  padding: 7px 3px 7px 10px;
  display: inline-block;
  vertical-align: middle;
}
.yis-window-head-imgbox img {
  height: 16px;
  display: block;
}
.yis-window-head-title {
  padding: 0px 10px 0 0;
  display: inline-block;

  font-size: 12px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.yis-window-head-sysbtnbox {
  float: right;
  height: 30px;
  text-align: right;
}
.yis-window-head li {
  padding-top: 7px;
  float: left;
  position: relative;
  cursor: default;
}
.yis-window-head-vertical {
  width: 0;
  height: 18px;
  border-left: 1px solid #d9cb9f;
  border-right: 1px solid #c4ad6a;
}
.yis-btn1 {
  background-color: #cfbe88;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  border: 1px solid #b3a064;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.yis-btn2 {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #999;
  border: 1px solid #b3a064;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.yis-contextmenu {
  width: 256px;
  background-color: #fcfcfc;
  position: absolute;
  border: 2px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 0 20px #ccc;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  z-index: 9000;
}
.yis-contextmenu-li {
  height: 40px;
  line-height: 40px;
  cursor: default;
  text-align: left;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0 10px 0 50px;
}
.yis-contextmenu-li:hover {
  border: 1px solid #d9cb9f;
  background-color: rgba(217, 203, 159, 0.05);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.yis-btn {
  background-color: #b3a064;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 16px;
  border: 1px solid #cfbe88;
  padding: 8px 24px;
  cursor: pointer;
}

/*表格样式*/
.yis-table-head {
  padding-right: 17px;
  background-color: #d9cb9f;
  color: #fff;
  border: 0;
  border-right: 1px solid #f4f4f4;
  /*font-size: 16px;*/
  font-weight: bold;
}
.yis-table-head table {
  border-left: 1px solid #f4f4f4;
}
.yis-table-head table tr th {
  position: relative;
  border-right: 1px solid #f4f4f4;
  text-align: center;
}
.yis-table-head table tr th:last-child {
  border-right: 0 !important;
}
.yis-table-head .yis-firstcolumn {
  width: 34px;
  text-align: center;
  background-color: #cfbe88;
  /*font-size: 16px;*/
}
.yis-table-body {
  overflow: auto;
}
.yis-table-head table, .yis-table-body table, .yis-table-foot table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.yis-table-head table tr, .yis-table-body table tr, .yis-table-foot table tr {
  height: 34px;
  line-height: 34px;
}
.yis-table-body table tr, .yis-table-foot table tr {
  background-color: #fff;
}
.yis-table-body table tr td, .yis-table-foot table tr td {
  border: 1px solid #f4f4f4;
  color: #555;
  /*font-size: 14px;*/
}
.yis-table-body table tr td input[type='text'] {
  width: calc(100% - 8px);
  height: 26px;
  border: 1px solid #f3e8d2;
  margin: 3px;
  box-sizing: border-box;
  padding: 3px;
}
.yis-table-body .yis-firstcolumn {
  width: 34px;
  text-align: center;
  /*background-color: #d9cb9f;*/
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*font-size: 16px;*/
}
/*.yis-table-foot {
  border-top: 1px solid #f4f4f4;
}*/
.yis-table-foot table tr td {
  border-top: 0 !important;
  font-weight: bold;
  color: #333 !important;
  /*font-size: 16px;*/
}
.yis-table-foot .yis-firstcolumn {
  width: 34px;
  text-align: center;
  /*background-color: #cfbe88;*/
  color: #333;
  /*font-size: 16px;*/
}
.yis-table-foot-btn {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}
.yisbtn {
  background-color: #cfbe88 !important;
}
.yisbtn-disabled {
  background-color: #ddd;
}
.yis-table-foot-btn input {
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 0;
}
.yis-btn-width-auto {
  width: auto;
}
.yis-input {
  width: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.yis-table-foot-btn span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.yis-table-foot-btn select {
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 0;
}
.yis-tr-selected {
  background-color: #f3e8d2 !important;
}
.yis-table-choosecause {
  width: 200px;
  height: 250px;
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  z-index: 1999;
}
.yis-table-choosecause-head {
  position: relative;
  width: 100%;
  height: 34px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
}
.yis-table-choosecause-head input {
  border: 0;
  width: 100%;
  height: 34px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
}
.yis-table-choosecause-head-imgbox {
  position: absolute;
  top: 10px;
  right: 8px;
}
.yis-table-choosecause-body {
  margin: 5px;
  border: 1px solid #e0e0e0;
  width: 188px;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}
.yis-table-choosecause-body ul li {
  text-align: left;
  padding: 3px 3px 0;
  color: #666;
  font-size: 14px;
}
.yis-table-choosecause-body ul li:first-child {
  background-color: #f0f0f0;
  padding: 5px;
  color: #333;
}
.yis-table-choosecause-foot {
  text-align: right;
  padding: 6px 8px;
}
.yis-table-choosecause-foot input[type='button'] {
  width: 56px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}



/*表格2*/
.yis-table2 {
  border-spacing: 0;
  border-collapse: collapse;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  box-sizing: border-box;
}
.yis-table2 tr th, .yis-table2 tr td {
  min-width: 40px;
  height: 34px;
  border: 1px solid #f4f4f4;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.yis-table2 tr th {
  position: relative;
}
.yis-table2 thead tr {
  background-color: #d9cb9f; color: #fff; font-weight: bold; height: 34px;
}
.yis-table2 > thead > tr > .yis-firstcolumn {
  width: 34px;
  text-align: center;
  background-color: #d9cb9f;
}
.yis-table2 > tbody > tr > .yis-firstcolumn {
  width: 34px;
  text-align: center;
  /*background-color: #d9cb9f;*/
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*工具栏*/
.yistoolbar-box {
  width: 100%;
  height: 74px;
  background-color: #decf9f;
  filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fff7dd,endcolorstr=#decf9f,gradientType=0);
  -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fff7dd,endcolorstr=#decf9f,gradientType=0);
  background: #decf9f; /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #fff7dd, #decf9f);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff7dd), to(#decf9f));
}
.yistoolbar-box > ul {
  height: 74px;
  box-sizing: border-box;
  padding: 6px 5px 6px 25px;
}
.yistoolbar-box > ul > li {
  height: 62px;
  float: left;
  font-size: 12px;
  box-sizing: border-box;
  padding: 3px 10px;
  cursor: pointer;
  margin-right: 5px;
  text-align: center;
}
.yistoolbar-box > ul > li:hover {
  box-shadow: 0 1px 5px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #e6d9af;
  filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fbf2d4,endcolorstr=#e6d9af,gradientType=0);
  -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fbf2d4,endcolorstr=#e6d9af,gradientType=0);
  background: #e6d9af; /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #fbf2d4, #e6d9af);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbf2d4), to(#e6d9af));
}
.yistoolbar-box > ul > li img {
  display: block;
  margin: auto;
}
.yistoolbar-box > ul > li p {
  margin-top: 1px;
}

/*对话框*/
.yis-win-closebox {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/static/skin/default/images/close.png);
}
