@charset "UTF-8";
body {
  background: #f6f6f6;
}

.clear {
  clear: both;
}

.banner {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 20.25%;
  position: relative;
  z-index: 0;
  float: left;
}

.banner .carousel-example-generic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .carousel-inner {
  display: inline-block;
}

.banner .carousel-inner a {
  display: block;
}

.banner .carousel-inner img {
  width: 100%;
  height: 100%;
  float: left;
}

/* 页头 */
.header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header .head {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}

.header .logo {
  float: left;
}

.header .logo img {
  width: 50px;
  height: 50px;
  float: left;
}

.header .logo .name {
  font-size: 20px;
  font-weight: bold;
  color: #6a282a;
  margin: 10px 0 0 12px;
  float: left;
}

.header .function-list {
  list-style: none;
  float: left;
}

.header .function-list li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 12px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  font-size: 14px;
  margin: 0 4px;
  margin-top: 10px;
  cursor: pointer;
}

.header .function-list li:hover {
  background: #e4e4e4;
}

.header .login {
  display: none;
  float: right;
}

.header .login span, .header .login a, .header .login div {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #000000;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  float: left;
}

.header .login span::after, .header .login a::after, .header .login div::after {
  display: block;
  content: "";
  width: 0;
  height: 16px;
  margin: auto;
  border-left: 1px solid #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.header .login span:last-child::after {
  display: none;
}

.header .login div:last-child::after {
  display: none;
}

.header .login a:last-child::after {
  display: none;
}

.header .not-logged-in {
  float: right;
}

.header .not-logged-in span, .header .not-logged-in a, .header .not-logged-in div {
  display: block;
  height: 30px;
  padding: 0 16px;
  line-height: 30px;
  margin: 8px 12px 0;
  color: #ff0000;
  border: 1px solid #ff0000;
  font-size: 16px;
  float: left;
}

/* 筛选栏 */
.filter-bar {
  width: 92%;
  max-width: 1300px;
  margin: 16px auto 0;
  height: 42px;
}

.filter-bar .filter-type {
  height: 36px;
  border: 1px solid #cccccc;
  padding: 0 20px;
  background: #ffffff;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  margin-right: 12px;
  float: right;
}

.filter-bar .search-box {
  height: 36px;
  line-height: 36px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 0 42px 0 0;
  position: relative;
  overflow: hidden;
  float: right;
}

.filter-bar .search-box .search-input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 6px;
  font-size: 14px;
  border: none;
  background: transparent;
}

.filter-bar .search-box .search-btn {
  width: 42px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-left: 1px solid #cccccc;
  font-size: 18px;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  position: absolute;
  top: 0;
  right: 0;
}

/* 工程列表 */
.project_list {
  width: 92%;
  max-width: 1300px;
  margin: 10px auto 20px;
}

.project_list .no-data-yet {
  text-align: center;
}

.project_list .no-data-yet span {
  display: inline-block;
  padding: 0 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #e4e4e4;
  font-size: 16px;
}

.project_list ul {
  list-style: none;
  padding: 0;
}

.project_list ul li {
  padding: 0 0 24px 0;
}

.project_list ul li .block {
  border-radius: 6px;
  padding: 6px 0;
  border: 1px solid #a2d4ff;
  background: #ffffff;
  position: relative;
}

.project_list ul li .block .top {
  line-height: 40px;
}

.project_list ul li .block .top .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0 0 6px;
  float: left;
}

.project_list ul li .block .top .title {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  color: #b50000;
  margin: 0 24px 0 12px;
  float: left;
}

.project_list ul li .block .top .item {
  font-size: 15px;
  font-weight: bold;
  float: left;
  padding: 0 14px;
  color: #000000;
  position: relative;
}

.project_list ul li .block .top .item::after {
  display: block;
  content: "";
  width: 0;
  height: 18px;
  margin: auto;
  border-left: 1px solid #cccccc;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.project_list ul li .block .bottom {
  padding: 10px 12px 4px;
}

.project_list ul li .block .bottom .info {
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #c9e8ff;
  padding: 4px 0 4px 0;
  overflow: hidden;
  position: relative;
}

.project_list ul li .block .bottom .info .title {
  width: 140px;
  height: 100%;
  border-right: 1px solid #cccccc;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.project_list ul li .block .bottom .info .title span {
  display: block;
  width: 100%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.project_list ul li .block .bottom .info .cont {
  padding: 0 10px;
}

.project_list ul li .block .bottom .info .cont .item {
  display: block;
  font-size: 15px;
  padding: 2px 14px;
  position: relative;
  float: left;
}

.project_list ul li .block .bottom .info .cont .item::after {
  display: block;
  content: "";
  width: 0;
  height: 18px;
  margin: auto;
  border-left: 1px solid #bfbfbf;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.project_list ul li .block .bottom .info .cont .item:last-child::after {
  display: none;
}

/* 页脚 */
.public-footer ul {
  list-style: none;
}

/* 广告宣传图 */
.advertising-container .block {
  border: none !important;
  padding: 0 !important;
}

/* 广告宣传图 */
.ad-img-box {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 26px;
  border: 1px solid #cccccc;
  padding: 0;
  position: relative;
}

.ad-img-box .ad-img {
  width: 100%;
  height: 0;
  padding-bottom: 10.4%;
  position: relative;
}

.ad-img-box .ad-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ad-img-box .ad-img-title {
  width: 100%;
  line-height: 32px;
  background: #ffffff;
  padding: 0 10px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ad-img-box img {
  width: 100%;
  height: 100%;
}

.ad-img-box .tips {
  font-size: 12px;
  padding: 0 6px;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: none;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 10;
}

/* 框外上方 */
.exterior-top {
  padding: 32px 0 0 0;
}

.exterior-top .ad-img-title {
  display: block;
}

.exterior-top .tips {
  color: #ffffff;
}

/* 框外下方 */
.exterior-bottom {
  padding: 0 0 32px 0;
}

.exterior-bottom .ad-img-title {
  border-top: 1px solid #cccccc;
  border-bottom: none;
  display: block;
  top: auto;
  bottom: 0;
}

.exterior-bottom .tips {
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-top: none;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
  display: block;
  top: 0;
  bottom: auto;
}

/* 框内上方 */
.inside-top .ad-img-title {
  color: #ffffff;
  background: rgba(204, 204, 204, 0.5);
}

.inside-top .ad-img-title {
  display: block;
}

.inside-top .tips {
  color: #ffffff;
}

/* 框内下方 */
.inside-bottom .ad-img-title {
  border: none;
  color: #ffffff;
  background: rgba(204, 204, 204, 0.5);
  display: block;
  top: auto;
  bottom: 0;
}

.inside-bottom .tips {
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-top: none;
  color: #ffffff;
  border-radius: 0 0 4px 4px;
  display: block;
  top: 0;
  bottom: auto;
}

/* ================================ */
/* ========>>> 窗口区域 <<<======== */
/* ================================ */
.hy-public-win-pc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  display: none;
}

.hy-public-win-pc .win-panel {
  width: 800px;
  height: 600px;
  border-radius: 6px;
  border: 1px solid #666666;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.hy-public-win-pc .win-panel .win-title {
  width: 100%;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #188eee;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.hy-public-win-pc .win-panel .win-title .win-title-name {
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  cursor: move;
}

.hy-public-win-pc .win-panel .win-title .win-title-btn {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.hy-public-win-pc .win-panel .win-title .win-title-btn li {
  width: 46px;
  height: 46px;
  line-height: 50px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  float: left;
}

.hy-public-win-pc .win-panel .win-title .win-title-btn li img {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-title .win-title-btn li:hover {
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.hy-public-win-pc .win-panel .win-cont {
  margin: auto;
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #cccccc;
  line-height: 42px;
  position: relative;
  z-index: 2;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .left {
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .head-select {
  height: 30px;
  border: 1px solid #cccccc;
  padding: 0 6px;
  background: #ffffff;
  outline: none;
  margin: 6px 0 0 12px;
  float: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .function-list {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 6px 0 0 0;
  white-space: nowrap;
  font-size: 0;
  float: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .function-list li {
  display: inline-block;
  min-width: 20px;
  padding: 0 12px;
  margin: 0 0 0 12px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .function-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #383838;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .function-list li:hover {
  background: #e4e4e4;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .function-list li.grayish-green-btn {
  background: #009688;
  border: 1px solid #009688;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .function-list li.grayish-green-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .function-list li.grayish-green-btn:hover {
  background: #08ac9c;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .search-table-data {
  width: 180px;
  height: 28px;
  line-height: 28px;
  padding: 0 52px 0 10px;
  border: 1px solid #009688;
  background: #ffffff;
  position: relative;
  margin: 6px 12px 0 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .search-table-data .search-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  float: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .search-table-data .search-btn {
  width: 42px;
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  border-left: 1px solid #009688;
  background: #009688;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .search-table-data .search-btn img {
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data-head .search-table-data .search-btn:hover {
  background: #0abdab;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 56px;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list {
  margin: auto;
  overflow: auto;
  background: #ffffff;
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table {
  text-align: center;
  border-collapse: collapse;
  border-left: 1px solid #cccccc;
  min-width: 100%;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td {
  max-width: 500px;
  min-width: 40px;
  font-size: 13px;
  padding: 0 6px;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid #cccccc;
  position: absolute;
  top: 0;
  right: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .hy-active-border-cell {
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .edit-cell {
  width: 100%;
  height: 100%;
  resize: vertical;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  float: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .full-width-input {
  width: 100%;
  height: 100%;
  padding: 0;
  outline: none;
  border: none;
  text-align: center;
  background: transparent;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .full-width-select {
  width: 100%;
  height: 26px;
  padding: 0;
  outline: none;
  border: 1px solid #cccccc;
  text-align: center;
  background: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .auto-width-input-box {
  white-space: nowrap;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .auto-width-input {
  width: auto;
  height: 26px;
  padding: 0;
  outline: none;
  border: 1px solid #cccccc;
  text-align: center;
  background: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .auto-width-select-box {
  white-space: nowrap;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .auto-width-select {
  width: auto;
  height: 26px;
  padding: 0;
  outline: none;
  border: 1px solid #cccccc;
  text-align: center;
  background: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .cell-nowrap {
  white-space: nowrap;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .sheet-list-win-btn {
  display: inline-block;
  padding: 0 12px;
  height: 24px;
  line-height: 22px;
  border-radius: 4px;
  color: #4f4f4f;
  white-space: nowrap;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  font-size: 12px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .sheet-list-win-btn:hover {
  background: #e4e4e4;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .orange-win-btn {
  border: 1px solid #bb7a00;
  background: -moz-linear-gradient(top, #e49400 0%, #ce8600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49400), color-stop(100%, #ce8600));
  background: -webkit-linear-gradient(top, #e49400 0%, #ce8600 100%);
  background: -o-linear-gradient(top, #e49400 0%, #ce8600 100%);
  background: -ms-linear-gradient(top, #e49400 0%, #ce8600 100%);
  background: linear-gradient(to bottom, #e49400 0%, #ce8600 100%);
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .orange-win-btn:hover {
  background: #df960f;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .dblclick-edit-number {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #aaaaaa;
  outline-color: #188eee;
  color: #000000;
  padding: 0 4px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .dblclick-edit-input {
  width: 100%;
  height: 100%;
  resize: none;
  overflow: hidden;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #aaaaaa;
  outline-color: #188eee;
  color: #000000;
  padding: 4px 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .dblclick-edit-textarea {
  width: 100%;
  height: 100%;
  resize: none;
  overflow: hidden;
  line-height: 1.3em;
  border: 1px solid #aaaaaa;
  outline-color: #188eee;
  color: #000000;
  padding: 4px 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select {
  width: 100%;
  padding: 0;
  text-align: center;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-name {
  width: 100%;
  min-height: 18px;
  line-height: 18px;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-name span {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  line-height: 1.3em;
  vertical-align: middle;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-name span::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-list {
  min-width: 100%;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #686868;
  background: #ffffff;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-list li a {
  display: block;
  width: 100%;
  min-height: 24px;
  line-height: 24px;
  white-space: nowrap;
  color: #000000;
  font-size: 0;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-list li a span {
  display: inline-block;
  padding: 6px 4px;
  line-height: 1.2em;
  font-size: 14px;
  vertical-align: middle;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-list li:hover {
  background: #c6e5ff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-list li:hover a {
  color: #000000;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-list li.active {
  background: #188eee;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr td .custom-select .custom-select-list li.active a {
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr .textarea {
  text-align: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tr .select-address {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead {
  background: #009688;
  font-size: 16px;
  font-weight: bold;
  cursor: default;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr td {
  color: #ffffff;
  height: 42px;
  position: relative;
  padding: 0 0;
  font-size: 15px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr td::after {
  border-left: 1px solid #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr td::before {
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr td span {
  display: inline-block;
  padding: 6px 6px;
  line-height: 1.2em;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr td:last-child::after {
  border-left: 1px solid #188eee;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select {
  padding-right: 20px;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-name {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-name::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-name * {
  opacity: 0;
  filter: alpha(opacity=0);
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont {
  min-width: 100%;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #aaaaaa;
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont .head-filter-select-list .head-filter-select-option {
  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont .head-filter-select-list .head-filter-select-option span, .hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont .head-filter-select-list .head-filter-select-option a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 12px;
  color: #000000;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont .head-filter-select-list .head-filter-select-option:last-child {
  border-bottom: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont .head-filter-select-list .head-filter-select-option.active {
  background: #188eee;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont .head-filter-select-list .head-filter-select-option.active span, .hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table thead tr .head-filter-select .head-filter-select-block .head-filter-select-cont .head-filter-select-list .head-filter-select-option.active a {
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tbody tr td {
  height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tbody tr td .text-cont {
  width: 100%;
  height: 100%;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tbody tr .attribution-class-btn {
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tbody tr:nth-of-type(2n) td {
  background: #eaeaea;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tbody tr:hover td {
  background: #c9e8ff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-list table tbody tr.active td {
  background: #ffff9e !important;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram {
  width: 100%;
  height: 80%;
  height: calc(100% - 36px);
  height: -webkit-calc(100% - 36px);
  height: -moz-calc(100% - 36px);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: auto;
  padding: 36px 0 0 0;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head ul {
  font-size: 0;
  height: 36px;
  line-height: 36px;
  margin: -1px 0 0 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  border-right: 1px solid #cccccc;
  background: #dbdfff;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head ul li span {
  display: inline-block;
  line-height: 1.1em;
  padding: 0px 6px;
  max-height: 100%;
  overflow: hidden;
  vertical-align: middle;
  white-space: normal;
  font-weight: bold;
  font-size: 15px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head ul li .olumn-width-stretch {
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -4px;
  z-index: 10;
  cursor: e-resize;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head ul li .olumn-width-stretch .mask {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: e-resize;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head ul li:last-child::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid #cccccc;
  position: absolute;
  top: 0;
  right: -1px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head ul li:last-child .olumn-width-stretch {
  right: 0;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head .btn-list {
  margin: 0;
  float: right;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head .btn-list .btn-list-li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
  margin: 4px 10px 0 0;
  font-size: 15px;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head .btn-list .btn-list-li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head .btn-list .btn-list-li a span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 8px;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-directory-head .btn-list .delete-now {
  border: 1px solid #188eee;
  background: #188eee;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram {
  min-width: 100%;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram li {
  margin: -1px 0 0 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram li::after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram li button {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram ol {
  list-style: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-cont-box {
  width: 100%;
  float: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-cont-box:hover {
  background: #c9e8ff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-cont-box:hover .tree-diagram-block .name-col::before {
  background: #c9e8ff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-cont-box.active .tree-col {
  background: #ffff9e;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-cont-box.active .tree-diagram-block .name-col::before {
  background: #ffff9e;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block {
  width: 100%;
  display: table;
  border-collapse: collapse;
  padding: 0;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col {
  display: table-cell;
  min-height: 32px;
  margin-top: -1px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  min-width: 60px;
  font-size: 13px;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .select-time-input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  border: #000000;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block {
  height: 100%;
  border-right: none;
  position: relative;
  z-index: 2;
  padding: 0 6px 0 4px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block a {
  display: block;
  width: 100%;
  min-height: 28px;
  line-height: 28px;
  padding: 4px 0 4px 0;
  color: #000000;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .flod-btn {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  right: calc(100% + 6px);
  right: -webkit-calc(100% + 6px);
  right: -moz-calc(100% + 6px);
  z-index: 2;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .flod-btn img {
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .flod-btn:hover {
  border: 1px solid #cccccc;
  background: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .icon {
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -27px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .state {
  width: 42px;
  height: 22px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  background: #f2f2f2;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
  color: #949494;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .state option {
  background: #ffffff;
  color: #000000;
  padding: 0 20px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .signed-and-sealed {
  border: 1px solid #2ba0ff;
  background: #4baeff;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .the-form-is-not-completed {
  border: 1px solid #000000;
  background: #4b4b4b;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .Didn-it-fill-in-the-form {
  border: 1px solid #850000;
  background: #ba0000;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .didn-it-fill-in-the-form {
  border: 1px solid #850000;
  background: #ba0000;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .name {
  text-align: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .name-col-block .name span {
  display: inline-block;
  line-height: 1.2em;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .cell-btn {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  border-radius: 4px;
  margin: 4px 0;
  border: 1px solid #cccccc;
  white-space: nowrap;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  font-size: 12px;
  padding: 0 8px;
  color: #000000;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .cell-btn:hover {
  background: #e4e4e4;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .process-materials-input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #188eee;
  outline: none;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .text-input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #188eee;
  outline: none;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .edit-input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .option-list-box {
  width: 280px;
  min-height: 36px;
  max-height: 300px;
  border: 1px solid #ccc;
  padding: 6px;
  background: #ffffff;
  overflow-y: auto;
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: -100px;
  z-index: 1200;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .option-list-box .option-list {
  padding: 6px 0;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .option-list-box .option-list:hover {
  background: #e8e8ff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .option-list-box .cur {
  background: #cdcdff !important;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .time-input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #188eee;
  outline: none;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .dblclick-edit-number {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #aaaaaa;
  outline-color: #188eee;
  color: #000000;
  padding: 0 4px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .dblclick-edit-input {
  width: 100%;
  width: calc(100% - 12px);
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  height: 100%;
  height: calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  resize: none;
  overflow: hidden;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #aaaaaa;
  outline-color: #188eee;
  color: #000000;
  padding: 4px 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-col .dblclick-edit-textarea {
  width: 100%;
  width: calc(100% - 12px);
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  height: 100%;
  height: calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  resize: none;
  overflow: hidden;
  line-height: 1.3em;
  border: 1px solid #aaaaaa;
  outline-color: #188eee;
  color: #000000;
  padding: 4px 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram li:last-child > ol::after {
  display: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list {
  padding: 12px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block {
  min-height: 36px;
  line-height: 36px;
  padding: 2px 0 2px 96px;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-title {
  width: 90px;
  text-align: right;
  position: absolute;
  font-size: 0;
  top: 6px;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-title span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 15px;
  text-align: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-cont {
  width: 100%;
  min-height: 36px;
  line-height: 36px;
  padding-top: 5px;
  font-size: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-cont * {
  font-size: 15px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-cont .text-type {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 15px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-cont .text-edit-input {
  width: 100%;
  width: calc(100% - 12px);
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  height: 36px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 0 6px;
  outline: none;
  font-size: 15px;
  font-weight: bold;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-cont .select-date-input {
  width: 100%;
  width: calc(100% - 12px);
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  height: 36px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 0 6px;
  outline: none;
  font-size: 15px;
  font-weight: bold;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-cont .text-edit-textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 10px 10px;
  outline: none;
  resize: none;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: bold;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-title-and-self-adaption .ul-list li .block .ul-list-cont .text-edit-select {
  width: 100%;
  width: calc(100% - 12px);
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  height: 36px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 0 6px;
  outline: none;
  font-size: 15px;
  font-weight: bold;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list {
  padding: 6px 12px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li {
  width: 100%;
  margin-bottom: 4px;
  float: left;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li .block {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 42px;
  position: relative;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li .block .checkbox {
  width: 36px;
  height: 36px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li .block .checkbox input {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li .block .radio {
  width: 36px;
  height: 36px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li .block .radio input {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li .block .name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li .block .name span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 6px 0;
  color: #000000;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li:nth-of-type(2n) .block {
  float: right;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li:hover a {
  background: #dbdfff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .itme-list li:last-child a {
  border-bottom: none;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 {
  width: 100%;
  padding: 10px;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table tr td {
  border: 1px solid #cccccc;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table tr td .operation-btn {
  display: inline-block;
  width: auto;
  min-width: 40px;
  text-align: center;
  height: 26px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 12px;
  color: #000000;
  margin: 0 0;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table tr td .operation-btn:hover {
  background: #e4e4e4;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table thead {
  background: #009688;
  color: #ffffff;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table thead tr td {
  padding: 6px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #009688;
  border-right: 1px solid #cccccc;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table thead tr td:last-child {
  border-right: 1px solid #009688;
}

.hy-public-win-pc .win-panel .win-cont .win-cont-data .table-style1 table tbody tr td {
  height: 24px;
  padding: 4px 6px;
}

.hy-public-win-pc .win-panel .win-cont .win-btn {
  width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-top: 1px solid #999999;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hy-public-win-pc .win-panel .win-cont .win-btn span {
  display: inline-block;
  min-width: 40px;
  padding: 0 26px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  color: #282828;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 4px;
  cursor: pointer;
}

.hy-public-win-pc .win-panel .win-cont .win-btn span:hover {
  background: #e4e4e4;
}

.hy-public-win-pc .win-panel .win-cont .win-btn .win-btn-com {
  border: 1px solid #269af9;
  background: -moz-linear-gradient(top, #4eadfa 0%, #188eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4eadfa), color-stop(100%, #188eee));
  background: -webkit-linear-gradient(top, #4eadfa 0%, #188eee 100%);
  background: -o-linear-gradient(top, #4eadfa 0%, #188eee 100%);
  background: -ms-linear-gradient(top, #4eadfa 0%, #188eee 100%);
  background: linear-gradient(to bottom, #4eadfa 0%, #188eee 100%);
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.hy-public-win-pc .win-panel .win-cont .win-btn .win-btn-com:hover {
  background: #63b9ff;
}

/* 窗口满屏 */
.hy-public-win-full-screen .win-panel {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.hy-public-win-full-screen .win-panel .win-title .win-title-name {
  cursor: default;
}

/* 添加直属会员 */
.add-direct-member-win {
  z-index: 10000000000;
}

.add-direct-member-win .win-panel {
  width: 500px;
}

.add-direct-member-win .win-panel ul {
  list-style: none;
}

.add-direct-member-win .win-panel .win-cont-data-head {
  background: #f2f2f2;
  padding: 0 12px;
}

.add-direct-member-win .win-panel .win-cont-data-head .search-box {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding-right: 42px;
  margin-top: 4px;
  position: relative;
  float: left;
}

.add-direct-member-win .win-panel .win-cont-data-head .search-box .search-input {
  width: 100%;
  height: 100%;
  outline: none;
  background: transparent;
  padding: 0 6px;
  font-size: 15px;
  border: none;
}

.add-direct-member-win .win-panel .win-cont-data-head .search-box .search-btn {
  width: 42px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data {
  overflow-y: auto;
  top: 42px;
  bottom: 0;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list {
  padding: 0;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li {
  padding: 0 12px;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .block {
  padding: 6px 0;
  border-bottom: 1px solid #e4e4e4;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .head-sculpture {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .head-sculpture img {
  width: 100%;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .user-info {
  width: 50%;
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  margin-left: 12px;
  float: left;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .user-info .name {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 2px 0;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .user-info .item {
  font-size: 12px;
  color: #949494;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .user-info .item span {
  padding-right: 12px;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .user-info .item span:last-child {
  padding: 0;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .add-btn {
  display: block;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  font-size: 12px;
  margin: 13px 0 0 0;
  cursor: pointer;
  float: right;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .add-btn:hover {
  background: #e4e4e4;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .blue-btn {
  border: 1px solid #188eee;
  background: -moz-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b0ff), color-stop(100%, #188eee));
  background: -webkit-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: -o-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: -ms-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: linear-gradient(to bottom, #50b0ff 0%, #188eee 100%);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.add-direct-member-win .win-panel .win-cont .win-cont-data .add-direct-member-list li .blue-btn:hover {
  background: #5eb7ff;
}

/* 确认申请 */
.confirm-application-win {
  z-index: 10000000000;
}

.confirm-application-win .win-panel {
  width: 500px;
}

.confirm-application-win .win-panel ul {
  list-style: none;
}

.confirm-application-win .win-panel .win-cont-data-head {
  background: #f2f2f2;
  padding: 0 12px;
}

.confirm-application-win .win-panel .win-cont-data-head .search-box {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding-right: 42px;
  margin-top: 4px;
  position: relative;
  float: left;
}

.confirm-application-win .win-panel .win-cont-data-head .search-box .search-input {
  width: 100%;
  height: 100%;
  outline: none;
  background: transparent;
  padding: 0 6px;
  font-size: 15px;
  border: none;
}

.confirm-application-win .win-panel .win-cont-data-head .search-box .search-btn {
  width: 42px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.confirm-application-win .win-panel .win-cont .win-cont-data {
  overflow-y: auto;
  bottom: 0;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list {
  padding: 0;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li {
  padding: 0 12px;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .block {
  padding: 6px 0;
  border-bottom: 1px solid #e4e4e4;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .head-sculpture {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .head-sculpture img {
  width: 100%;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .user-info {
  width: 300px;
  margin-left: 12px;
  float: left;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .user-info .name {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 2px 0;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .user-info .item {
  font-size: 12px;
  color: #949494;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .user-info .item span {
  padding-right: 12px;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .user-info .item span:last-child {
  padding: 0;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .add-btn {
  outline: none;
  display: block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  font-size: 12px;
  margin: 13px 0 0 0;
  cursor: pointer;
  float: right;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .blue-btn {
  outline: none;
  border: 1px solid #188eee;
  background: -moz-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b0ff), color-stop(100%, #188eee));
  background: -webkit-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: -o-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: -ms-linear-gradient(top, #50b0ff 0%, #188eee 100%);
  background: linear-gradient(to bottom, #50b0ff 0%, #188eee 100%);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .refuse {
  background: #e4e4e4;
  color: #949494;
}

.confirm-application-win .win-panel .win-cont .win-cont-data .confirm-application-list li .refuse option {
  color: #000000;
}

/* 企业会员资料 */
.enterprise-info-win .win-panel {
  width: 500px;
}

.enterprise-info-win .win-panel #uploadEnterpriseLogo {
  display: none;
}

.enterprise-info-win .win-panel ul {
  list-style: none;
}

.enterprise-info-win .win-panel .ul-list-cont .img {
  width: 80px;
  height: 80px;
  position: relative;
  float: left;
}

.enterprise-info-win .win-panel .ul-list-cont .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.enterprise-info-win .win-panel .ul-list-cont .win-list-btn {
  display: block;
  height: 28px;
  padding: 0 20px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 25px 0 0 20px;
  float: left;
}

/* 属下会员 */
.subordinate-members-win .win-panel ul {
  padding: 0;
  list-style: none;
}

.subordinate-members-win .win-panel .win-cont .win-cont-data {
  top: 42px;
}

/* 检查记录 */
.inspection-records-win .win-panel {
  width: 90%;
  max-width: 1000px;
  height: 90%;
  max-height: 1000px;
}

.inspection-records-win ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inspection-records-win .pgt-tree-directory {
  padding: 10px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.inspection-records-win .pgt-tree-directory ul {
  padding-left: 16px;
}

.inspection-records-win .pgt-tree-directory > li {
  margin-bottom: 4px;
}

.inspection-records-win .pgt-tree-directory ul .pgt-block {
  padding-right: 460px;
  white-space: nowrap;
}

.inspection-records-win .pgt-tree-directory ul .pgt-block .pgt-child-name {
  max-width: calc(100% - 120px);
  max-width: -webkit-calc(100% - 120px);
  max-width: -moz-calc(100% - 120px);
}

.inspection-records-win .open-table-btn {
  cursor: pointer;
}

.inspection-records-win .pgt-tree-directory ul li:hover ul {
  display: block;
}

.inspection-records-win .pgt-block {
  padding-left: 36px;
  margin-bottom: 6px;
  padding-right: 260px;
  position: relative;
}

.inspection-records-win .pgt-block .pgt-icon {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.inspection-records-win .pgt-block .pgt-icon img {
  height: 16px;
  line-height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inspection-records-win .pgt-block .pgt-num {
  display: inline-block;
  line-height: 26px;
  font-size: 12px;
  float: left;
}

.inspection-records-win .pgt-block .pgt-child-name {
  display: inline-block;
  max-width: 50%;
  max-width: calc(100% - 50px);
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  margin-left: 6px;
  line-height: 26px;
  position: relative;
}

.inspection-records-win .pgt-block .pgt-child-name .pgt-name-text {
  display: inline-block;
  white-space: normal;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 12px;
}

.inspection-records-win .pgt-block .pgt-list-btn {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 100%;
  left: calc(100% + 6px);
  left: -webkit-calc(100% + 6px);
  left: -moz-calc(100% + 6px);
}

.inspection-records-win .pgt-block .pgt-list-btn span {
  display: inline-block;
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  margin-left: 6px;
  cursor: pointer;
}

.inspection-records-win .pgt-block .pgt-list-btn .pgt-input {
  display: block;
  height: 26px;
  width: 120px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #ffffff;
  float: left;
}

.inspection-records-win .pgt-block .pgt-list-btn .pgt-input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.inspection-records-win .pgt-block .auto-width-select {
  padding: 0 6px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border: 1px solid #cccccc;
  background: #ffffff;
  margin-left: 6px;
  outline: none;
  float: left;
}

.inspection-records-win .pgt-block .make-up-title-input {
  height: 26px;
  width: 140px;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
  line-height: 26px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-left: 6px;
  float: left;
}

.inspection-records-win .pgt-block .make-up-title-input::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 100%;
  visibility: hidden;
  clear: both;
}

.inspection-records-win .pgt-block .make-up-title-input .title-text {
  width: 60px;
  height: 100%;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.inspection-records-win .pgt-block .make-up-title-input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 12px;
  padding: 0 6px;
  background: #ffffff;
  float: left;
}

.inspection-records-win .pgt-block .pgt-item-exception-date {
  width: 200px;
}

.inspection-records-win .pgt-block .pgt-btn {
  display: inline-block;
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  margin-left: 6px;
  cursor: pointer;
  float: left;
}

.inspection-records-win .pgt-block .light-gray-btn {
  border: 1px solid #e4e4e4;
  background: #f2f2f2;
  color: #999999;
}

.inspection-records-win .pgt-block > div {
  display: inline-block;
  margin-top: 4px;
}

.project_list .item-btn {
  display: inline-block;
  padding: 0 12px;
  height: 26px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  font-size: 12px;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  cursor: pointer;
}

#open_table_win ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.advertising-column {
  width: 100%;
  height: 0;
  padding-bottom: 3.8%;
  position: relative;
}

.advertising-column img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.advertising-column table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.advertising-column table td {
  position: relative;
}

.advertising-column table .img-box {
  display: block;
  color: #000000;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.advertising-column table .img-box::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.advertising-column table .img-box::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.completion-win .win-panel {
  width: 92%;
  max-width: 900px;
  /* 左侧区域 -> 树形第一列缩进宽度 */
}

.completion-win .win-panel .win-cont .win-cont-data {
  top: 0;
  bottom: 0;
}

.completion-win .win-panel .win-cont .win-cont-data .win-table-tree-diagram {
  height: calc(100% - 0px);
  height: -webkit-calc(100% - 0px);
  height: -moz-calc(100% - 0px);
}

.completion-win .win-panel .win-cont .win-cont-data .win-table-tree-diagram .tree-diagram .tree-diagram-cont-box .name-col-block a .name span {
  padding-left: 30px;
}

.completion-win .win-panel .win-cont .win-cont-data ol {
  padding: 0;
  margin: 0;
}

.completion-win .win-panel #winTableTreeDiagram .tree-diagram-col1 {
  width: 465px !important;
  max-width: 465px !important;
  min-width: 465px !important;
}

.completion-win .win-panel #winTableTreeDiagram .tree-diagram-col2 {
  width: 90px !important;
  max-width: 90px !important;
  min-width: 90px !important;
}

.completion-win .win-panel #winTableTreeDiagram .tree-diagram-col3 {
  width: 80px !important;
  max-width: 80px !important;
  min-width: 80px !important;
}

.completion-win .win-panel #winTableTreeDiagram .tree-diagram-col4 {
  width: 80px !important;
  max-width: 80px !important;
  min-width: 80px !important;
}

.completion-win .win-panel #winTableTreeDiagram .tree-diagram-col5 {
  width: 80px !important;
  max-width: 80px !important;
  min-width: 80px !important;
}

.completion-win .win-panel #winTableTreeDiagram .tree-diagram-col6 {
  width: 80px !important;
  max-width: 80px !important;
  min-width: 80px !important;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 36px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 52px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 68px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 84px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 100px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 116px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 132px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 148px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 164px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 180px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 196px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 212px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 228px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 244px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 260px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 276px;
}

.completion-win .win-panel #winTableTreeDiagram .win-table-tree-diagram .tree-diagram ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol .tree-diagram-block .tree-diagram-col1 .name {
  padding: 0 0 0 292px;
}

@media screen and (max-width: 800px){
    .header{
        padding: 32px 0 0 0;
        position: relative;
    }

    .header .head{
        width: 100%;
        max-width: none;
        padding: 0;
    }
    
    .header .head .function-list{
        padding: 0;
        margin-left: 10px;
        float: left;
    }
    
    .header .head .function-list li{
        padding: 0 6px;
        font-size: 12px;
        margin-left: 4px;
        margin-right: 0;
    }
    
    .header .head .login{
        width: 100%;
        height: 32px;
        background: #188eee;
        color: #fff;
        text-align: right;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .header .head .login a{
        display: inline-block;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #fff;
        float: none;
        position: relative;
    }
    
    .header .head .login a::after{
        width: 0;
        height: 60%;
        content: "";
        border-right: 1px solid #fff;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .header .logo img{
        display: none;
    }

    .header .logo .name{
        color: #fff;
        font-weight: normal;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        margin: 0;
        padding: 0 12px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .header .logo .name::after{
        content: " 资料中心";
    }

    .advertising-column{
        display: none;
    }

    .filter-bar .search-box{
        width: 50%;
        width: calc(100% - 176px);
        width: -webkit-calc(100% - 176px);
        width: -moz-calc(100% - 176px);
        height: 32px;
        line-height: 32px;
        position: absolute;
        top: 42px;
        right: 10px;
    }

    .filter-bar{
        width: 100%;
        height: 54px;
        padding: 12px 2%;
        text-align: center;
        margin: 0;
    }

    .filter-bar select{
        width: 31%;
        margin: 0 1% !important;
    }

    .newTime{
        display: none !important;
    }

    .i_speciality{
        display: none !important;
    }

    .i_area{
        display: none !important;
    }

    .i_monomialNum{
        display: none !important;
    }

    .i_number_of_headquarters_digits{
        display: none !important;
    }

    .i_fill_in_the_middle_of_the_table{
        display: none !important;
    }

    .i_chapterNum{
        display: none !important;
    }

    .i_newTime{
        display: none !important;
    }

    .i_updateTime{
        display: none !important;
    }

    .user_an{
        display: none !important;
    }

    .project_list ul li .block .top .num{
        display: none;
    }

    .project_list ul li .block .top a{
        width: 100%;
    }
    .project_list ul li .block .top .title{
        width: 100%;
        padding: 6px 12px 10px;
        margin: 0;
        white-space: normal;
        line-height: normal;
        box-sizing: border-box;
    }

    .project_list ul li .block .top .item{
        font-size: 13px;
        font-weight: normal;
        padding: 0 12px;
        line-height: normal;
    }
    
    .project_list ul li .block .top .user_an::after{
        display: none;
    }
    
    .project_list ul li .block .top .t_speciality::after{
        display: none;
    }

    .project_list ul li .block .bottom .info .cont{
        padding: 0;
    }

    .inspection-records-win .win-panel{
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        border-radius: 0;
        border: none;
        top: 0 !important;
        left: 0 !important;
    }

    .subordinate-members-win .win-panel{
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        border-radius: 0;
        border: none;
        top: 0 !important;
        left: 0 !important;
    }
}

@media screen and (max-width: 600px){
    .enterprise-info-win .win-panel{
        width: 100%!important;
        height: 100%!important;
        max-width: none!important;
        max-height: none!important;
        border-radius: 0;
        border: none;
        top: 0 !important;
        left: 0 !important;
    }
    
    .add-direct-member-win .win-panel{
        width: 100%!important;
        height: 100%!important;
        max-width: none!important;
        max-height: none!important;
        border-radius: 0;
        border: none;
        top: 0 !important;
        left: 0 !important;
    }
    
    .confirm-application-win .win-panel{
        width: 100%!important;
        height: 100%!important;
        max-width: none!important;
        max-height: none!important;
        border-radius: 0;
        border: none;
        top: 0 !important;
        left: 0 !important;
    }
}