body {
  font-size: 0.67rem !important;
}

.wrapper {
  position: relative;
}

.wrapper .gk-footer {
  z-index: 100;
  background-image: url(https://gksk.obs.cn-north-4.myhuaweicloud.com/website/image/footer_01.png);
  background-position: center 80%;
  position: relative;
}

.wrapper .gk-footer .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  z-index: 1;
}

.wrapper .banner-box {
  position: relative;
  width: 100%;
  height: 22.23rem;
  z-index: 1;
  /* border: 1px solid #fff; */
  background-image: url(https://gksk.obs.cn-north-4.myhuaweicloud.com/website/image/header_user.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
}


.banner-box .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 12.5rem;
  font-size: 3.2rem;
  background-color: rgba(0, 0, 0, 0.45);
}

.gk-user-content {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 780px;
  min-height: 800px;
  margin: 30px auto 50px auto;
}

.gk-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  line-height: 30px;
  padding: 20px 100px 0 100px;
  color: #333;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
}

.gk-top-item {
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
}

.gk-top-item-active {
  color: #ec3f66;
  border-bottom: 3px solid #ec3f66;
}

.gk-content-main {
  padding: 20px;
}

.gk-mian-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  word-wrap: normal;
  line-height: 30px;
  color: #333;
  font-size: 18px;
}

.gk-mian-item .title {
  margin-right: 10px;
}

.gk-mian-item .content {
  margin-right: 10px;
  font-weight: 700;
}

.gk-mian-item .edit {
  color: #ec3f66;
  cursor: pointer;
}


.margin-big {
  margin: 20px 0 30px 0;
}

.margin-small {
  margin: 10px 0;
}


.el-dialog__footer {
  background-color: #fff;
}

.gk-apply-title {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}

.gk-apply-option {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.gk-apply-item {
  display: flex;
  align-items: top;
  flex-shrink: 0;
  word-wrap: normal;
  flex-wrap: wrap;
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.gk-apply-item .title {
  margin-right: 10px;
}

.gk-input {
  width: 200px;
}

.gk-input-small {
  width: 120px;
  margin-right: 30px;
}

.el-radio.el-radio--large .el-radio__inner {
  height: 16px;
  width: 16px;
}

.el-radio.el-radio--large .el-radio__label {
  font-size: 16px;
}

.el-checkbox.el-checkbox--large .el-checkbox__label {
  font-size: 16px;
}

.el-checkbox.el-checkbox--large .el-checkbox__inner {
  height: 16px;
  width: 16px;
}

.gk-feedback-item {
  /* height: 60px; */
  padding: 16px;
  margin-bottom: 20px;
  border: #aaa solid 1px;
  border-radius: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}

.gk-feedback-item .title {
  margin-right: 10px;
}

.gk-feedback-item .edit {
  color: #ec3f66;
  cursor: pointer;
}

.gk-feedback-item-flex {
  display: flex;
  align-items: top;
}