.linkStyle {
  float: right;
  /* color: #fd9b02; */
  font-size: 1.3rem;
  margin-right: 15px;
}
.noThisFun {
  font-weight: bold;
  font-size: 17px;
  color: #b8bcc4;
}
.iconList {
  text-align: center;
  padding: 10% 0;
}
.iconList > h4 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.iconList > p {
  font-size: 16px;
  color: #999;
  margin-bottom: 50px;
}
.iconList > div > img {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0 20px;
}
.dashboardDialog {
  width: 500px;
  height: 112px;
  padding: 12px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2003;
}
.dashboardDialog > h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.dashboardDialog > p {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.dashboardDialog > div > img {
  cursor: pointer;
  width: 38px;
  height: 38px;
  margin: 0 20px 0 0;
}
.dashboardDialog > .el-button {
  border-color: #F96868;
  color: #F96868;
  float: right;
  margin-right: 30px;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.dashboardDialog > .el-button:hover {
  background: #fff;
}
.dashboardDialog > i {
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 14px;
  cursor: pointer;
}
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-top {
0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes slide-in-top {
0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes slide-out-top {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
}
}
@keyframes slide-out-top {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
}
}

