Page {
  background-color:white;
  color: #495060;
  font-size: 14px;
}

.enable {
  z-index: 99999;
  background: #404040;
  opacity: 0.8;
  position: absolute;
  width: 100;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.enable text {
  color: #fafafa;
  font-size: 18px;
  font-weight: bold;

}



.grid {
  background: #ffffff;
  margin-bottom: 10px;
}

.services {
  background: #f5f5f5;

}
.services text{
  font-size: 20px;
}
.navigator {
  padding: 20px 10px;
}

.grid-items {

  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.grid-items::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #d9d9d9;
}

.grid-items::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #d9d9d9;
  color: #d9d9d9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.grid-item {
  position: relative;
  float: left;
  width: 28%; 
  
      border: 1px rgb(67, 150, 202) solid;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 3px;
      padding-top: 1px;
      border-radius: 15px;
      font-size: 10px;
      margin-left: 15px;
      margin-top: 8px;
      color: rgb(67, 150, 202);
      /* font-weight: bold; */
      margin-bottom: 7px;
	  box-shadow: -10px 5px 10px #888888;
}

.grid-item::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #d9d9d9;
  color: #d9d9d9;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.grid-item::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #d9d9d9;
  color: #d9d9d9;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

  
    .grid-item:active {
      background-color: rgb(67, 150, 202);
      color: white;
    }
    .grid-item:focus {
      background-color: rgb(67, 150, 202);
      color: white;
    }

.item-content {
  position: relative;

  padding: 0px 0px;
  width: 100%;
  box-sizing: border-box;
}

.item-content-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.item-content-icon image {
  display: block;
  width: 100%;
  height: 100%;
}

.weui-grid_label {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #707070;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grid-title {
  display: block;

  font-weight: bold;
  color: #707070;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 7px;

}

.mask {
  width: 100%;
  height: 100%;

  position: absolute;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.619);
  color: #eee8e8;
  line-height: 32px;
  display: flex;

}

.form_button {
  color: white;
  background: linear-gradient(to right, #4791fe, #56c7f3);
  border-radius: 50rpx;
  letter-spacing: 20rpx;
}

textarea {
  font-size: 40px;
  color:#56c7f3;
  width: 100%;
  background-color: white;
  text-align: center;
}

.el-textarea.is-disabled .el-textarea__inner{
    font-size: 35px;
    padding-top: 30px;
    padding-bottom: -20px;
}