@-webkit-keyframes round-data-v-5954443c {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes round-data-v-5954443c {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes scale-data-v-5954443c {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
}
@keyframes scale-data-v-5954443c {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
}
button[data-v-5954443c] {
  height: 36px;
  border-radius: 4px;
}
input[data-v-5954443c] {
  height: 36px;
}
.top[data-v-5954443c] {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: white;
  margin-bottom: 10px;
}
.top .item[data-v-5954443c] {
  width: 260px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-bottom: 10px;
}
.main[data-v-5954443c] {
  background: white;
}
.label[data-v-5954443c] {
  line-height: 36px;
  white-space: nowrap;
}
.ant-spin-container[data-v-5954443c] {
  background: blue;
}
.avator[data-v-5954443c] {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avator .pic[data-v-5954443c] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.avator .message[data-v-5954443c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
.avator .message h5[data-v-5954443c] {
  font-size: 20px;
  line-height: 40px;
}
.avator .message .weather[data-v-5954443c] {
  line-height: 50px;
}
.agent[data-v-5954443c],
.done[data-v-5954443c] {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
}
.agent .title[data-v-5954443c],
.done .title[data-v-5954443c] {
  width: 100%;
  text-align: center;
}
.item-wrap[data-v-5954443c] {
  width: 100%;
  height: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
.item-wrap .item[data-v-5954443c] {
  min-width: 200px;
  height: 100%;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-wrap .item .pic-wrap[data-v-5954443c] {
  width: 84px;
  height: 84px;
  margin-right: 12px;
  border-radius: 50%;
  background: rgba(209, 198, 190, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-wrap .item .pic-wrap .pic[data-v-5954443c] {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
.item-wrap .item .message[data-v-5954443c] {
  width: 84px;
  height: 84px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
}
.item-wrap .item .message .name[data-v-5954443c] {
  width: 100%;
  font-size: 17px;
  font-family: SourceHanSansCN-Medium;
  color: #FFFFFF;
}
.item-wrap .item .message .number[data-v-5954443c] {
  font-size: 31px;
  font-family: DINAlternate;
  font-weight: bold;
  color: #FFFFFF;
}
.item-wrap .item .message .weather[data-v-5954443c] {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.item-wrap .item .message .tip[data-v-5954443c] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.item-wrap .item[data-v-5954443c]:nth-child(1) {
  width: 28%;
  background: -webkit-gradient(linear, left top, right top, from(#46E0D6), to(#1099D1));
  background: linear-gradient(90deg, #46E0D6 0%, #1099D1 100%);
}
.item-wrap .item[data-v-5954443c]:nth-child(2) {
  width: 23%;
  background: -webkit-gradient(linear, left top, right top, from(#9270FF), to(#FD5D9F));
  background: linear-gradient(90deg, #9270FF 0%, #FD5D9F 100%);
}
.item-wrap .item:nth-child(2) .pic-wrap[data-v-5954443c] {
  -webkit-animation: scale-data-v-5954443c 1s linear infinite alternate;
          animation: scale-data-v-5954443c 1s linear infinite alternate;
}
.item-wrap .item[data-v-5954443c]:nth-child(3) {
  width: 23%;
  background: -webkit-gradient(linear, left top, right top, from(#F8CF8B), to(#F35969));
  background: linear-gradient(90deg, #F8CF8B 0%, #F35969 100%);
}
.item-wrap .item:nth-child(3) .pic-wrap[data-v-5954443c] {
  -webkit-animation: scale-data-v-5954443c 1.5s linear infinite alternate;
          animation: scale-data-v-5954443c 1.5s linear infinite alternate;
}
.item-wrap .item[data-v-5954443c]:nth-child(4) {
  width: 23%;
  background: -webkit-gradient(linear, left top, right top, from(#764FFD), to(#A7CDFE));
  background: linear-gradient(90deg, #764FFD 0%, #A7CDFE 100%);
}
.item-wrap .item:nth-child(4) .pic-wrap[data-v-5954443c] {
  -webkit-animation: round-data-v-5954443c 3s linear infinite;
          animation: round-data-v-5954443c 3s linear infinite;
}

