@charset "UTF-8";
/* ================================ */
/* ========>>> 窗口区域 <<<======== */
/* ================================ */
.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);
}

.hy-public-win-pc .win-panel .win-title .win-title-tips {
  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);
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 68px;
}

.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 {
  list-style: none;
  width: 46px;
  height: 46px;
  line-height: 44px;
  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 #winTableTreeDiagram .tree-diagram-col1 {
  width: 140px !important;
  max-width: 140px !important;
  min-width: 140px !important;
}

.hy-public-win-pc .win-panel .win-cont #winTableTreeDiagram .tree-diagram-col3 {
  width: 268px !important;
  max-width: 268px !important;
  min-width: 268px !important;
}

.hy-public-win-pc .win-panel .win-cont #winTableTreeDiagram .tree-diagram-col4 {
  width: 120px !important;
  max-width: 120px !important;
  min-width: 120px !important;
}

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

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

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

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

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

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

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.hy-public-win-pc .win-panel .win-cont #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;
}

.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;
}

/* 套餐展示 */
.package-display-win .win-panel {
  width: 1250px;
  height: 90%;
}

.package-display-win .win-panel .win-cont .win-cont-data {
  bottom: 0;
  overflow-y: auto;
}

/* 支付弹窗 */
.payment-win .win-panel {
  width: 460px;
  height: 460px;
}

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

.payment-win .win-panel .win-cont .contact-customer-service {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.payment-win .win-panel .win-cont .contact-customer-service .img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 56px;
  left: 0;
}

.payment-win .win-panel .win-cont .contact-customer-service .img img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 0;
}

.payment-win .win-panel .win-cont .contact-customer-service .img .img-btn {
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 20px;
  color: #ce0000;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.payment-win .win-panel .win-cont .contact-customer-service .ccs-btn {
  width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.payment-win .win-panel .win-cont .contact-customer-service .ccs-btn span {
  display: inline-block;
  padding: 0 24px;
  height: 32px;
  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;
  -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;
}

.payment-win .itme-title-and-self-adaption-price {
  width: 100%;
}

.payment-win .itme-title-and-self-adaption-price .ul-list {
  list-style: none;
  padding: 12px;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block {
  min-height: 36px;
  line-height: 36px;
  padding: 2px 0 2px 106px;
  position: relative;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-title {
  width: 100px;
  text-align: right;
  position: absolute;
  font-size: 0;
  top: 6px;
  left: 0;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-title span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

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

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-cont * {
  font-size: 15px;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-cont .text-type {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-cont .price-symbol {
  font-size: 20px;
  font-weight: bold;
  color: #cc8500;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-cont .price-amount {
  font-size: 28px;
  font-weight: bold;
  color: #cc8500;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-cont .original-price {
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 12px;
}

.payment-win .itme-title-and-self-adaption-price .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;
}

.payment-win .itme-title-and-self-adaption-price .ul-list li .block .ul-list-cont .text-edit-textarea {
  width: 100%;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  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;
}

.payment-win .itme-title-and-self-adaption-price .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;
}

.payment-win .select-payment-method {
  padding: 0 12px;
  height: 42px;
}

.payment-win .select-payment-method::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both;
}

.payment-win .select-payment-method li {
  width: 33.3%;
  margin-bottom: 4px;
  float: left;
}

.payment-win .select-payment-method li .block {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 72px;
  position: relative;
}

.payment-win .select-payment-method li .block .checkbox {
  width: 36px;
  height: 36px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.payment-win .select-payment-method li .block .checkbox input {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.payment-win .select-payment-method li .block .icon {
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  color: #cc8500;
  margin: 0;
  position: absolute;
  top: 0;
  left: 36px;
}

.payment-win .select-payment-method li .block .icon img {
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.payment-win .select-payment-method li .block .radio {
  width: 36px;
  height: 36px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.payment-win .select-payment-method li .block .radio input {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.payment-win .select-payment-method li .block .name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.payment-win .select-payment-method li .block .name span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 16px;
}

.payment-win .select-payment-method li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 6px 0;
  color: #000000;
}

.payment-win .select-payment-method li:nth-of-type(2n) .block {
  float: right;
}

.payment-win .select-payment-method li:hover a {
  background: #dbdfff;
}

.payment-win .select-payment-method li:last-child a {
  border-bottom: none;
}

.payment-win .scan-code-for-payment {
  width: 100%;
  height: 220px;
  text-align: center;
  position: relative;
  display: none;
}

.payment-win .scan-code-for-payment img {
  max-width: 100%;
  max-height: 100%;
}

.payment-win .balance-payment {
  width: 100%;
  height: 200px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.payment-win .balance-payment .data-info {
  font-size: 18px;
  color: #999999;
}

.payment-win .balance-payment .data-info .data-info-list {
  line-height: 36px;
}

.payment-win .balance-payment .no-money {
  width: 100%;
  height: 56px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.payment-win .balance-payment .no-money .no-money-tips {
  display: inline-block;
  font-size: 16px;
  margin-right: 12px;
}

.payment-win .balance-payment .no-money .no-money-btn {
  display: inline-block;
  padding: 0 24px;
  height: 38px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 16px;
  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%, rgpxb(206, 134, 0) 100%);
  background: linear-gradient(to bottom, #e49400 0%, #ce8600 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);
  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;
}

.payment-win .balance-payment .confirm-submission {
  width: 100%;
  height: 56px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.payment-win .balance-payment .confirm-submission .confirm-submission-btn {
  display: inline-block;
  padding: 0 24px;
  height: 38px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 16px;
  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%, rgpxb(206, 134, 0) 100%);
  background: linear-gradient(to bottom, #e49400 0%, #ce8600 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);
  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;
}


@media screen and (max-width: 1280px){
    .package-display-win .win-panel{
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: none;
        top: 0 !important;
        left: 0 !important;
    }

    .hy-public-win-pc .win-panel .win-title .win-title-tips{
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding: 0 12px;
        box-sizing: border-box;
        white-space: nowrap;
        text-align: left;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .hy-public-win-pc .win-panel .win-title .win-title-tips span{
        color: #000;
        text-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0);
        -webkit-text-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0);
        -moz-text-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0);
        -ms-text-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0);
        -o-text-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0);
    }

    .hy-public-win-pc .win-panel .win-cont{
        border-top: 1px solid #ccc;
        top: 82px;
    }

    .package .package-list{
        width: 50% !important;
    }
}

@media screen and (max-width: 760px){
    .package .package-list{
        width: 100% !important;
    }

    .package .package-list .package-list-block .package-cont table tr{
        height: 32px;
        line-height: 32px;
    }
}

#formUserPayModulePackage{
    z-index: 1000000000000;
}