#head-container {
  height: 70px;
  .vue-affix {
    z-index: 99;
    position: fixed !important;
    top: 0 !important;
    .head-container {
      height: 70px;
      background-color: #fff;
      border-bottom: 1px solid #EEEEEE;
      .head {
        &>.logo {
          height: 70px;
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-right: 20px;
          img {
            max-height: 52px;
            max-width: 270px;
          }
        }
        >.scale-logo {
          >img {
            max-height: 69px;
            max-width: inherit;
          }
        }
        &>.menu {
          ul {
            list-style: none;
            margin: 0;
            padding: 0;
            &>li {
              a {
                display: block;
                font-size: 16px;
                height: 71px;
                line-height: 71px;
                padding-left: 14px;
                padding-right: 14px;
                cursor: pointer;
                color: #606266;
                text-decoration: none;
                i {
                  color: #CCCCCC;
                  font-size: 14px;
                  vertical-align: 2px;
                }
                &:hover {
                  color: @primaryColor;
                  i {
                    color: @primaryColor;
                  }
                }
              }
              &.is-active {
                a {
                  color: #fff;
                  background-color: @primaryColor;
                }
              }
              &+li {
                margin-left: 8px;
              }
            }
          }
        }
      }
      .tail {
        &>.search {
          .el-input {
            .el-input__inner {
              width: 220px;
              height: 36px;
              font-size: 12px;
              line-height: 36px;
              border-top-left-radius: 2px;
              border-bottom-left-radius: 2px;
              border-right: none;
            }
            .el-input-group__append {
              width: 44px;
              text-align: center;
              border-top-right-radius: 2px;
              border-bottom-right-radius: 2px;
              background-color: @primaryColor;
              border-color: @primaryColor;
              padding: 0;
              .el-button {
                color: #fff;
                background-color: transparent!important;
                border-color: transparent!important;
              }
            }
          }
        }
        &>.user {
          margin-left: 15px;
          &>.user-info {
            .el-button {
              color: #333333;
              font-size: 20px;
            }
            .el-badge {
              margin-left: 6px;
              .el-badge__content {
                margin-top: 5px;
              }
            }
            .head-portrait {
              margin-left: 18px;
              display: block;
              width: 36px;
              height: 36px;
              background: center no-repeat #EEEEEE;
              background-size: cover;
              border-radius: 50%;
            }
          }
          &>.user-into {
            ul {
              list-style: none;
              margin: 0;
              padding: 0;
              &>li {
                .el-button {
                  color: #333333;
                  font-size: 13px;
                  &.btn-login:hover {
                    color: @primaryColor;
                  }
                  &.btn-register:hover {
                    color: @primaryColor;
                  }
                }

                &+li {
                  position: relative;
                  padding-left: 12px;
                  margin-left: 12px;
                  &:before {
                    content: '';
                    position: absolute;
                    left: -1px;
                    top: 50%;
                    width: 1px;
                    height: 12px;
                    margin-top: -6px;
                    background-color: #CCCCCC;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
.questionnaireDialog{
  border-radius: 20px !important;
  .el-dialog__header{
    border-bottom: 1px dashed #DCDFE6;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #303133;
  }
  .thi-type{
    display: flex;
    align-items: center;
    img{
      width: 15px;
      height: 15px;
      margin-right: 8px;
    }
  }
  .el-dialog__body{
    padding: 0;
  }
  .content-wrap{
    .content{
      font-size: 18px;
      font-family: Source Han Sans CN-Medium, Source Han Sans CN;
      color: #333333;
      padding: 29px 24px 0;
    }
    .btn-wrap{
      display: flex;
      justify-content: center;
      padding: 58px 24px 31px;
      .el-button{
        padding: 9px 80px;
      }
    }

  }
}
.noticeMessageDialog{
  border-radius: 20px !important;
  .el-dialog__body{
    padding: 0px 5px;
    .noticeMessageDialogContent{
      min-height: 500px;
      max-height: 500px;
      overflow-y: auto;
      background-color: #fff;
      .detail-main {
        padding: 15px;
        box-sizing: border-box;
        &>.header {
          &>.title {
            font-size: 24px;
          }
          &>.detail {
            margin-top: 10px;
            display: flex;
            align-items: center;
            .publisher,
            .publish-date {
              font-size: 12px;
              &>.label {
                color: #909399;
              }
              &>.value {
                color: #606266;
              }
            }
            .publish-date {
              margin-left: 60px;
            }
          }
        }
        &>.main-cont {
          border-top: 1px solid #f5f7fa;
          padding-top: 10px;
          margin-top: 10px;
          .content {
            word-break: break-all;
            word-wrap: break-word;
            line-height: 1.5;
            p {
              margin: 0!important;
            }
          }
        }
      }
    }
  }
}
.head-more-popup-menu {
  margin-top: -10px!important;
  padding: 0!important;
  .el-dropdown-menu__item {
    width: 140px;
    font-size: 15px;
    text-align: center;
    line-height: 56px;
    &:hover {
      color: @primaryColor!important;
      background-color: transparent!important;
    }
    &+.el-dropdown-menu__item {
      border-top: 1px solid #EEEEEE;
    }
  }
  .popper__arrow {
    display: none!important;
  }
}
.head-user-info-popper {
  //width: 264px;
  padding: 18px!important;
  box-sizing: border-box;
  .user-info-wrap {
    &>.info-body {
      &>.head {
        .head-portrait {
          display: block;
          width: 58px;
          height: 58px;
          background: center no-repeat #EEEEEE;
          background-size: cover;
          border: 2px solid #fff;
          border-radius: 50%;
        }
        .true-name {
          margin-left: 10px;
          color: @primaryColor;
          font-size: 16px;
          font-weight: bold;
        }
      }
      &>.tail {
        .el-button {
          color: #999999;
          font-size: 12px;
          padding: 0;
          &.btn-logout {
            margin-bottom: 4px;
          }
        }
      }
    }
    &>.info-foot {
      margin-top: 24px;
      white-space: nowrap;
      .info-menu {
        .el-button {
          width: 100%;
        }
      }
      .el-button {
        font-size: 13px;
        padding: 6px 12px;
        i {
          margin-right: 6px;
          color: @primaryColor;
          vertical-align: -1px;
        }
        &+.el-button {
          margin-left: 15px;
        }
      }
    }
  }
}
.head-user-info-dialog {
  &.el-dialog {
    &>.el-dialog__header {
      border-top: 3px solid @primaryColor;
      .el-dialog__headerbtn {
        top: 16px;
        right: 16px;
        .el-dialog__close {
          font-size: 26px;
        }
      }
    }
    &>.el-dialog__body {
      padding: 10px 50px 40px;
      .el-form {
        .el-form-item {
          margin-bottom: 20px;
          .el-input {
            .el-input__inner {
              border-color: #F7F8FA;
              background-color: #F7F8FA;
            }
            .el-input__suffix-inner {
              .el-button {
                font-size: 13px;
                padding-left: 12px;
                padding-right: 12px;
              }
            }
          }
        }
      }
      .tip-group {
        color: #CCCCCC;
        font-size: 12px;
        .el-button {
          color: #333333;
          &+.el-button {
            margin-left: 25px;
          }
        }
      }
      .head-login {
        &>.header {
          .menus {
            &>.menu {
              position: relative;
              font-size: 16px;
              cursor: pointer;
              &.is-active {
                font-weight: bold;
                &:after {
                  content: '';
                  position: absolute;
                  left: 50%;
                  bottom: -8px;
                  width: 18px;
                  height: 4px;
                  margin-left: -9px;
                  background-color: @primaryColor;
                  border-radius: 2px;
                }
              }

              &+.menu {
                margin-left: 40px;
              }
            }
          }
        }
        .main {
          margin-top: 40px;
        }
        .footer {
          padding-top: 10px;
        }
        .wechat-login {
          margin-top: 26px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          .line-span {
            display: inline-block;
            height: 1px;
            width: 50px;
            background-color: #EEEEEE;
          }
          .qr-code-a {
            padding: 0 16px;
            text-decoration: none;
            cursor: pointer;
            .icon-weixin {
              color: #00C800;
              font-size: 26px;
              vertical-align: middle;
            }
            span {
              color: #333;
              vertical-align: middle;
              font-size: 12px;
              padding-left: 4px;
            }
          }
        }
        .manager-login {
          margin-top: 15px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          a {
            color: #1D93FE;
            text-decoration: none;
            font-size: 13px;
            span {
              vertical-align: middle;
            }
            img {
              width: 16px;
              vertical-align: middle;
              padding-left: 2px;
            }
          }
        }
      }
      .head-register,
      .head-forget-pwd {
        &>.header {
          &>.title {
            position: relative;
            font-size: 16px;
            font-weight: bold;
            &:after {
              content: '';
              position: absolute;
              left: 50%;
              bottom: -8px;
              width: 18px;
              height: 4px;
              margin-left: -9px;
              background-color: @primaryColor;
              border-radius: 2px;
            }
          }
        }
        .main {
          margin-top: 40px;
        }
        .footer {
          padding-top: 10px;
        }
      }
      .agreement {
        font-size: 14px;
        .agree{
          color: #ccc;
        }
        .andConnector{
          color: #ccc;
        }
        .registration{
          color: #1D93FE;
          cursor: pointer;
        }
        .privacy{
          color: #1D93FE;
          cursor: pointer;
        }
      }
    }
  }
}
.confirmButton {
  color: #fff !important;
}
.el-dialog__wrapper .el-dialog__title {
  color: @primaryColor;
}
.update-account-model {
  .account-content {
    .describe-message {
      color: #606266;
      font-size: 16px;
      line-height: 30px;
    }
    .user-account {
      position: relative;
      margin-top: 30px;
      font-size: 14px;
      input {
        -webkit-appearance: none;
        background-color: #FFF!important;
        background-image: none;
        border-radius: 4px;
        border: 1px solid #DCDFE6;
        border-color: #DCDFE6!important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #606266;
        display: inline-block;
        font-size: inherit;
        height: 40px;
        line-height: 40px;
        outline: 0;
        padding: 0 15px;
        -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
        transition: border-color .2s cubic-bezier(.645,.045,.355,1);
        width: 100%;
      }
    }
  }
  .account-foot {
    margin-top: 50px;
    text-align: right;
    .cancel-btn {
      color: #1D93FE;
      border-color: #369ffe;
      background-color: rgba(29, 147, 254, 0.05);
      outline: 0;
    }
    .summit-btn {
      margin-left: 10px;
      color: #fff;
      border-color: #1D93FE;
      background-color: #1D93FE;
    }
    button {
      font-size: 12px;
      border-radius: 3px;
      padding: 10px 20px;
    }
  }
}
