.wx-tip-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    display: none;
  }
  .downBtn-box{
    display: block;
  }
  

  .wx-tip {
    position: relative;
    width: 100%;
    top: -60px;
  }

  .download-ios {
    margin-right: 0 !important;
  }

  .home .podo-brief .brief-phone .v-image {
    border: none !important;
  }

  .home .top-box .top-content-box-l .top-content-box-right .downBtn-box .downImg:last-child {
    margin-right: 0px !important;
  }

  .top-content-box-l {
    background-position: 0 65px;
  }

  .home .top-box .top-content-box-l .img-box>img {
    height: auto !important;
  }


  .swipter-list {
    height: 30vw !important;
    max-height: 360px !important;
    width: 540vw;
    max-width: 6480px;
  }

  .image-swiper-item img {
    width: 30vw !important;
    height: 30vw !important;

    max-width: 360px !important;
    max-height: 360px !important;
  }

  @media screen and (max-width: 1280px) {
    .v-window__container .v-image {
      height: auto !important;
    }


    .top-content-box-l {
      height: auto !important;
      padding-top: 30px;
    }


    .top-box {
      position: relative !important;
      height: auto !important;
    }

    .home .top-box .top-content-box-l .img-box>img {
      max-width: 80vw;
      height: auto !important;
    }
  }

  @media screen and (min-width: 1280px) {
    .home .top-box .top-content-box-l .top-content-box-right>div>.logo-box {
      margin-top: 70px !important;
    }

    .v-window__container .v-image {
      height: 688px !important;
    }

    .top-content-box-l {
      display: flex;
      justify-content: center;
      padding-top: 100px;
      flex-direction: row-reverse;

      background-size: 100%;
    }

    .top-content-box-l .top-content-box-right {
      margin-left: 100px;
      text-align: left;
    }
  }

  @media screen and (max-width: 1080px) {
    .home .podo-brief {
      text-align: center;
      flex-direction: column !important;
    }
  }

  @media screen and (max-width: 650px) {
    .top-content-box-l .logo-box img {
      width: 64px !important;
      height: 64px !important;
    }

    .top-content-box-l .title-box {
      font-size: 28px !important;
      line-height: 36px !important;
    }

    .home .top-box .top-content-box-l .top-content-box-right>div>div:nth-child(3) {
      font-family: PingFang SC;
      font-style: normal;
      font-weight: 500;
      font-size: 16px !important;
      line-height: 24px !important;
      text-align: center;
      color: #fff;
      margin-bottom: 4px;
    }

    .home .top-box .top-content-box-s .top-content-box-right>div>div:nth-child(4) {
      font-family: PingFang SC;
      font-style: normal;
      font-weight: 400;
      font-size: 7px;
      line-height: 10px;
      text-align: center;
      color: hsla(0, 0%, 100%, .4);
      margin-bottom: 16px;
    }

    .home .top-box .top-content-box-l .top-content-box-right .downBtn-box .downImg {
      height: 50px !important;
      margin-right: 6px !important;
    }

   
  }


  .tmap-zoom-control {
    margin: 10px 30px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 80px;
    background: #fff;
    box-shadow: 0 8px 19px rgba(41, 64, 102, .12);
    border-radius: 4px
  }

  .tmap-zoom-control .tmap-zoom-content {
    -ms-flex: auto;
    flex: auto;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 8px 0
  }

  .tmap-zoom-control .tmap-zoom-in {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
    top: 8px
  }

  .tmap-zoom-control .tmap-zoom-out {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
    top: 48px
  }

  .tmap-zoom-control .tmap-zoom-spliter {
    height: 1px;
    width: 40px;
    background-color: #dee2e8;
    margin: auto
  }

  .tmap-zoom-control .tmap-zoom-number {
    display: inline;
    height: 22px;
    top: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-style: medium;
    font-family: Microsoft YaHei, PingFang SC;
    color: #000;
    line-height: 22px
  }


  .rotate-circle {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 20px 20px 7px
  }

  .rotate-circle,
  .rotate-circle * {
    box-sizing: content-box
  }

  .rotate-circle .rotate-panel {
    position: relative;
    left: 0;
    top: -60px;
    font-size: 16px;
    line-height: normal;
    font-family: auto
  }

  .rotate-circle .rotate-left {
    top: 15px;
    left: -6px;
    transform: rotate(-45deg)
  }

  .rotate-circle .rotate-left,
  .rotate-circle .rotate-top {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px 0 0 0;
    background: #fff
  }

  .rotate-circle .rotate-top {
    left: 15px;
    top: -6px;
    transform: rotate(45deg)
  }

  .rotate-circle .rotate-right {
    left: 36px;
    top: 15px;
    border-radius: 0 30px 0 0
  }

  .rotate-circle .rotate-bottom,
  .rotate-circle .rotate-right {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg)
  }

  .rotate-circle .rotate-bottom {
    left: 15px;
    top: 36px;
    border-radius: 0 0 30px 0
  }

  .rotate-circle .compass-circle {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid rgba(0, 20, 51, .1);
    border-radius: 50%;
    position: relative;
    left: 15px;
    top: -15px;
    z-index: 100
  }

  .rotate-circle .compass-img {
    height: 28px;
    left: 30%;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .rotate-circle .compass-circle-background {
    width: 28px;
    height: 28px;
    background: #e7eaef;
    border: 1px solid rgba(0, 20, 51, .1);
    border-radius: 50%;
    position: relative;
    left: 15px;
    top: 15px;
    z-index: 50
  }

  .rotate-circle .rotate-left-img {
    transform: scaleY(-1) rotate(-45deg)
  }

  .rotate-circle .rotate-left-img,
  .rotate-circle .rotate-right-img {
    width: 6px;
    height: 17px;
    position: relative;
    left: 12px;
    top: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline
  }

  .rotate-circle .rotate-right-img {
    transform: rotate(135deg)
  }

  .rotate-circle .rotate-top-img {
    transform: rotate(-45deg);
    left: 10px;
    top: -1px
  }

  .rotate-circle .rotate-bottom-img,
  .rotate-circle .rotate-top-img {
    width: 8px;
    height: 4px;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline
  }

  .rotate-circle .rotate-bottom-img {
    transform: rotate(135deg);
    left: 13px;
    top: 2px
  }

  .rotate-circle .unclickable-rotate-bottom .rotate-bottom-img,
  .rotate-circle .unclickable-rotate-left .rotate-left-img,
  .rotate-circle .unclickable-rotate-right .rotate-right-img,
  .rotate-circle .unclickable-rotate-top .rotate-top-img {
    opacity: .3
  }

  .rotate-circle .clickable-rotate-bottom:hover,
  .rotate-circle .clickable-rotate-left:hover,
  .rotate-circle .clickable-rotate-right:hover,
  .rotate-circle .clickable-rotate-top:hover {
    background: #f2f4f8
  }

  .rotate-circle .clickable-rotate-bottom:active,
  .rotate-circle .clickable-rotate-left:active,
  .rotate-circle .clickable-rotate-right:active,
  .rotate-circle .clickable-rotate-top:active {
    background: #e7eaef
  }

  .floor-control {
    font-size: 15px;
    color: #646464;
    height: 180px;
    width: 38px;
    background: #fff;
    position: relative;
    bottom: 83px !important;
    margin-left: 31px;
    margin-right: 30px;
    border-radius: 40px;
    webkit-user-select: none;
    ms-user-select: none;
    moz-user-select: none;
    apple-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10
  }

  .floor-control:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    transform: scale(.5);
    transform-origin: left top;
    border-radius: 40px;
    z-index: 1000000;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .12)
  }

  .floor-control ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
  }

  .floor-control .arr-top {
    width: 38px;
    position: absolute;
    z-index: 100;
    top: -2px
  }

  .floor-control .arr-bottom {
    width: 38px;
    position: absolute;
    z-index: 100;
    bottom: -2px
  }

  .floor-control .floor-control-wrapper {
    overflow: hidden;
    height: 160px;
    width: 100%;
    position: absolute;
    top: 10px
  }

  .floor-control .floor-control-wrapper .floor-control-list {
    font-size: 12px;
    list-style-type: none;
    margin: 0
  }

  .floor-control .floor-control-wrapper .floor-control-list .floor-control-item {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 38px;
    height: 40px;
    line-height: 40px;
    transition: color .3s ease-in
  }

  .floor-control .floor-control-wrapper .floor-control-list .floor-control-item:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    z-index: -10;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: opacity .2s ease-out;
    background-color: #4875fd
  }

  .floor-control .floor-control-wrapper .floor-control-list .selected-item {
    color: #fff !important;
    opacity: 1 !important
  }

  .floor-control .floor-control-wrapper .floor-control-list .selected-item:after {
    opacity: 1
  }

  .floor-control .floor-control-wrapper.freezing .floor-control-list .floor-control-item {
    color: #4d4d4d;
    opacity: .4
  }

  .floor-control-moveup {
    bottom: 83px !important
  }





  .v-application a {
    color: #2196f3;
  }

  .v-application .primary {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
  }

  .v-application .primary--text {
    color: #2196f3 !important;
    caret-color: #2196f3 !important;
  }

  .v-application .primary.lighten-5 {
    background-color: #d4ffff !important;
    border-color: #d4ffff !important;
  }

  .v-application .primary--text.text--lighten-5 {
    color: #d4ffff !important;
    caret-color: #d4ffff !important;
  }

  .v-application .primary.lighten-4 {
    background-color: #b5ffff !important;
    border-color: #b5ffff !important;
  }

  .v-application .primary--text.text--lighten-4 {
    color: #b5ffff !important;
    caret-color: #b5ffff !important;
  }

  .v-application .primary.lighten-3 {
    background-color: #95e8ff !important;
    border-color: #95e8ff !important;
  }

  .v-application .primary--text.text--lighten-3 {
    color: #95e8ff !important;
    caret-color: #95e8ff !important;
  }

  .v-application .primary.lighten-2 {
    background-color: #75ccff !important;
    border-color: #75ccff !important;
  }

  .v-application .primary--text.text--lighten-2 {
    color: #75ccff !important;
    caret-color: #75ccff !important;
  }

  .v-application .primary.lighten-1 {
    background-color: #51b0ff !important;
    border-color: #51b0ff !important;
  }

  .v-application .primary--text.text--lighten-1 {
    color: #51b0ff !important;
    caret-color: #51b0ff !important;
  }

  .v-application .primary.darken-1 {
    background-color: #007cd6 !important;
    border-color: #007cd6 !important;
  }

  .v-application .primary--text.text--darken-1 {
    color: #007cd6 !important;
    caret-color: #007cd6 !important;
  }

  .v-application .primary.darken-2 {
    background-color: #0064ba !important;
    border-color: #0064ba !important;
  }

  .v-application .primary--text.text--darken-2 {
    color: #0064ba !important;
    caret-color: #0064ba !important;
  }

  .v-application .primary.darken-3 {
    background-color: #004d9f !important;
    border-color: #004d9f !important;
  }

  .v-application .primary--text.text--darken-3 {
    color: #004d9f !important;
    caret-color: #004d9f !important;
  }

  .v-application .primary.darken-4 {
    background-color: #003784 !important;
    border-color: #003784 !important;
  }

  .v-application .primary--text.text--darken-4 {
    color: #003784 !important;
    caret-color: #003784 !important;
  }

  .v-application .secondary {
    background-color: #424242 !important;
    border-color: #424242 !important;
  }

  .v-application .secondary--text {
    color: #424242 !important;
    caret-color: #424242 !important;
  }

  .v-application .secondary.lighten-5 {
    background-color: #c1c1c1 !important;
    border-color: #c1c1c1 !important;
  }

  .v-application .secondary--text.text--lighten-5 {
    color: #c1c1c1 !important;
    caret-color: #c1c1c1 !important;
  }

  .v-application .secondary.lighten-4 {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
  }

  .v-application .secondary--text.text--lighten-4 {
    color: #a6a6a6 !important;
    caret-color: #a6a6a6 !important;
  }

  .v-application .secondary.lighten-3 {
    background-color: #8b8b8b !important;
    border-color: #8b8b8b !important;
  }

  .v-application .secondary--text.text--lighten-3 {
    color: #8b8b8b !important;
    caret-color: #8b8b8b !important;
  }

  .v-application .secondary.lighten-2 {
    background-color: #727272 !important;
    border-color: #727272 !important;
  }

  .v-application .secondary--text.text--lighten-2 {
    color: #727272 !important;
    caret-color: #727272 !important;
  }

  .v-application .secondary.lighten-1 {
    background-color: #595959 !important;
    border-color: #595959 !important;
  }

  .v-application .secondary--text.text--lighten-1 {
    color: #595959 !important;
    caret-color: #595959 !important;
  }

  .v-application .secondary.darken-1 {
    background-color: #2c2c2c !important;
    border-color: #2c2c2c !important;
  }

  .v-application .secondary--text.text--darken-1 {
    color: #2c2c2c !important;
    caret-color: #2c2c2c !important;
  }

  .v-application .secondary.darken-2 {
    background-color: #171717 !important;
    border-color: #171717 !important;
  }

  .v-application .secondary--text.text--darken-2 {
    color: #171717 !important;
    caret-color: #171717 !important;
  }

  .v-application .secondary.darken-3 {
    background-color: #000000 !important;
    border-color: #000000 !important;
  }

  .v-application .secondary--text.text--darken-3 {
    color: #000000 !important;
    caret-color: #000000 !important;
  }

  .v-application .secondary.darken-4 {
    background-color: #000000 !important;
    border-color: #000000 !important;
  }

  .v-application .secondary--text.text--darken-4 {
    color: #000000 !important;
    caret-color: #000000 !important;
  }

  .v-application .accent {
    background-color: #ff4081 !important;
    border-color: #ff4081 !important;
  }

  .v-application .accent--text {
    color: #ff4081 !important;
    caret-color: #ff4081 !important;
  }

  .v-application .accent.lighten-5 {
    background-color: #ffd8ff !important;
    border-color: #ffd8ff !important;
  }

  .v-application .accent--text.text--lighten-5 {
    color: #ffd8ff !important;
    caret-color: #ffd8ff !important;
  }

  .v-application .accent.lighten-4 {
    background-color: #ffbaed !important;
    border-color: #ffbaed !important;
  }

  .v-application .accent--text.text--lighten-4 {
    color: #ffbaed !important;
    caret-color: #ffbaed !important;
  }

  .v-application .accent.lighten-3 {
    background-color: #ff9dd1 !important;
    border-color: #ff9dd1 !important;
  }

  .v-application .accent--text.text--lighten-3 {
    color: #ff9dd1 !important;
    caret-color: #ff9dd1 !important;
  }

  .v-application .accent.lighten-2 {
    background-color: #ff7fb6 !important;
    border-color: #ff7fb6 !important;
  }

  .v-application .accent--text.text--lighten-2 {
    color: #ff7fb6 !important;
    caret-color: #ff7fb6 !important;
  }

  .v-application .accent.lighten-1 {
    background-color: #ff619b !important;
    border-color: #ff619b !important;
  }

  .v-application .accent--text.text--lighten-1 {
    color: #ff619b !important;
    caret-color: #ff619b !important;
  }

  .v-application .accent.darken-1 {
    background-color: #df1368 !important;
    border-color: #df1368 !important;
  }

  .v-application .accent--text.text--darken-1 {
    color: #df1368 !important;
    caret-color: #df1368 !important;
  }

  .v-application .accent.darken-2 {
    background-color: #c00050 !important;
    border-color: #c00050 !important;
  }

  .v-application .accent--text.text--darken-2 {
    color: #c00050 !important;
    caret-color: #c00050 !important;
  }

  .v-application .accent.darken-3 {
    background-color: #a1003a !important;
    border-color: #a1003a !important;
  }

  .v-application .accent--text.text--darken-3 {
    color: #a1003a !important;
    caret-color: #a1003a !important;
  }

  .v-application .accent.darken-4 {
    background-color: #820025 !important;
    border-color: #820025 !important;
  }

  .v-application .accent--text.text--darken-4 {
    color: #820025 !important;
    caret-color: #820025 !important;
  }

  .v-application .error {
    background-color: #ff5252 !important;
    border-color: #ff5252 !important;
  }

  .v-application .error--text {
    color: #ff5252 !important;
    caret-color: #ff5252 !important;
  }

  .v-application .error.lighten-5 {
    background-color: #ffe4d5 !important;
    border-color: #ffe4d5 !important;
  }

  .v-application .error--text.text--lighten-5 {
    color: #ffe4d5 !important;
    caret-color: #ffe4d5 !important;
  }

  .v-application .error.lighten-4 {
    background-color: #ffc6b9 !important;
    border-color: #ffc6b9 !important;
  }

  .v-application .error--text.text--lighten-4 {
    color: #ffc6b9 !important;
    caret-color: #ffc6b9 !important;
  }

  .v-application .error.lighten-3 {
    background-color: #ffa99e !important;
    border-color: #ffa99e !important;
  }

  .v-application .error--text.text--lighten-3 {
    color: #ffa99e !important;
    caret-color: #ffa99e !important;
  }

  .v-application .error.lighten-2 {
    background-color: #ff8c84 !important;
    border-color: #ff8c84 !important;
  }

  .v-application .error--text.text--lighten-2 {
    color: #ff8c84 !important;
    caret-color: #ff8c84 !important;
  }

  .v-application .error.lighten-1 {
    background-color: #ff6f6a !important;
    border-color: #ff6f6a !important;
  }

  .v-application .error--text.text--lighten-1 {
    color: #ff6f6a !important;
    caret-color: #ff6f6a !important;
  }

  .v-application .error.darken-1 {
    background-color: #df323b !important;
    border-color: #df323b !important;
  }

  .v-application .error--text.text--darken-1 {
    color: #df323b !important;
    caret-color: #df323b !important;
  }

  .v-application .error.darken-2 {
    background-color: #bf0025 !important;
    border-color: #bf0025 !important;
  }

  .v-application .error--text.text--darken-2 {
    color: #bf0025 !important;
    caret-color: #bf0025 !important;
  }

  .v-application .error.darken-3 {
    background-color: #9f0010 !important;
    border-color: #9f0010 !important;
  }

  .v-application .error--text.text--darken-3 {
    color: #9f0010 !important;
    caret-color: #9f0010 !important;
  }

  .v-application .error.darken-4 {
    background-color: #800000 !important;
    border-color: #800000 !important;
  }

  .v-application .error--text.text--darken-4 {
    color: #800000 !important;
    caret-color: #800000 !important;
  }

  .v-application .info {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
  }

  .v-application .info--text {
    color: #2196f3 !important;
    caret-color: #2196f3 !important;
  }

  .v-application .info.lighten-5 {
    background-color: #d4ffff !important;
    border-color: #d4ffff !important;
  }

  .v-application .info--text.text--lighten-5 {
    color: #d4ffff !important;
    caret-color: #d4ffff !important;
  }

  .v-application .info.lighten-4 {
    background-color: #b5ffff !important;
    border-color: #b5ffff !important;
  }

  .v-application .info--text.text--lighten-4 {
    color: #b5ffff !important;
    caret-color: #b5ffff !important;
  }

  .v-application .info.lighten-3 {
    background-color: #95e8ff !important;
    border-color: #95e8ff !important;
  }

  .v-application .info--text.text--lighten-3 {
    color: #95e8ff !important;
    caret-color: #95e8ff !important;
  }

  .v-application .info.lighten-2 {
    background-color: #75ccff !important;
    border-color: #75ccff !important;
  }

  .v-application .info--text.text--lighten-2 {
    color: #75ccff !important;
    caret-color: #75ccff !important;
  }

  .v-application .info.lighten-1 {
    background-color: #51b0ff !important;
    border-color: #51b0ff !important;
  }

  .v-application .info--text.text--lighten-1 {
    color: #51b0ff !important;
    caret-color: #51b0ff !important;
  }

  .v-application .info.darken-1 {
    background-color: #007cd6 !important;
    border-color: #007cd6 !important;
  }

  .v-application .info--text.text--darken-1 {
    color: #007cd6 !important;
    caret-color: #007cd6 !important;
  }

  .v-application .info.darken-2 {
    background-color: #0064ba !important;
    border-color: #0064ba !important;
  }

  .v-application .info--text.text--darken-2 {
    color: #0064ba !important;
    caret-color: #0064ba !important;
  }

  .v-application .info.darken-3 {
    background-color: #004d9f !important;
    border-color: #004d9f !important;
  }

  .v-application .info--text.text--darken-3 {
    color: #004d9f !important;
    caret-color: #004d9f !important;
  }

  .v-application .info.darken-4 {
    background-color: #003784 !important;
    border-color: #003784 !important;
  }

  .v-application .info--text.text--darken-4 {
    color: #003784 !important;
    caret-color: #003784 !important;
  }

  .v-application .success {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
  }

  .v-application .success--text {
    color: #4caf50 !important;
    caret-color: #4caf50 !important;
  }

  .v-application .success.lighten-5 {
    background-color: #dcffd6 !important;
    border-color: #dcffd6 !important;
  }

  .v-application .success--text.text--lighten-5 {
    color: #dcffd6 !important;
    caret-color: #dcffd6 !important;
  }

  .v-application .success.lighten-4 {
    background-color: #beffba !important;
    border-color: #beffba !important;
  }

  .v-application .success--text.text--lighten-4 {
    color: #beffba !important;
    caret-color: #beffba !important;
  }

  .v-application .success.lighten-3 {
    background-color: #a2ff9e !important;
    border-color: #a2ff9e !important;
  }

  .v-application .success--text.text--lighten-3 {
    color: #a2ff9e !important;
    caret-color: #a2ff9e !important;
  }

  .v-application .success.lighten-2 {
    background-color: #85e783 !important;
    border-color: #85e783 !important;
  }

  .v-application .success--text.text--lighten-2 {
    color: #85e783 !important;
    caret-color: #85e783 !important;
  }

  .v-application .success.lighten-1 {
    background-color: #69cb69 !important;
    border-color: #69cb69 !important;
  }

  .v-application .success--text.text--lighten-1 {
    color: #69cb69 !important;
    caret-color: #69cb69 !important;
  }

  .v-application .success.darken-1 {
    background-color: #2d9437 !important;
    border-color: #2d9437 !important;
  }

  .v-application .success--text.text--darken-1 {
    color: #2d9437 !important;
    caret-color: #2d9437 !important;
  }

  .v-application .success.darken-2 {
    background-color: #00791e !important;
    border-color: #00791e !important;
  }

  .v-application .success--text.text--darken-2 {
    color: #00791e !important;
    caret-color: #00791e !important;
  }

  .v-application .success.darken-3 {
    background-color: #006000 !important;
    border-color: #006000 !important;
  }

  .v-application .success--text.text--darken-3 {
    color: #006000 !important;
    caret-color: #006000 !important;
  }

  .v-application .success.darken-4 {
    background-color: #004700 !important;
    border-color: #004700 !important;
  }

  .v-application .success--text.text--darken-4 {
    color: #004700 !important;
    caret-color: #004700 !important;
  }

  .v-application .warning {
    background-color: #fb8c00 !important;
    border-color: #fb8c00 !important;
  }

  .v-application .warning--text {
    color: #fb8c00 !important;
    caret-color: #fb8c00 !important;
  }

  .v-application .warning.lighten-5 {
    background-color: #ffff9e !important;
    border-color: #ffff9e !important;
  }

  .v-application .warning--text.text--lighten-5 {
    color: #ffff9e !important;
    caret-color: #ffff9e !important;
  }

  .v-application .warning.lighten-4 {
    background-color: #fffb82 !important;
    border-color: #fffb82 !important;
  }

  .v-application .warning--text.text--lighten-4 {
    color: #fffb82 !important;
    caret-color: #fffb82 !important;
  }

  .v-application .warning.lighten-3 {
    background-color: #ffdf67 !important;
    border-color: #ffdf67 !important;
  }

  .v-application .warning--text.text--lighten-3 {
    color: #ffdf67 !important;
    caret-color: #ffdf67 !important;
  }

  .v-application .warning.lighten-2 {
    background-color: #ffc24b !important;
    border-color: #ffc24b !important;
  }

  .v-application .warning--text.text--lighten-2 {
    color: #ffc24b !important;
    caret-color: #ffc24b !important;
  }

  .v-application .warning.lighten-1 {
    background-color: #ffa72d !important;
    border-color: #ffa72d !important;
  }

  .v-application .warning--text.text--lighten-1 {
    color: #ffa72d !important;
    caret-color: #ffa72d !important;
  }

  .v-application .warning.darken-1 {
    background-color: #db7200 !important;
    border-color: #db7200 !important;
  }

  .v-application .warning--text.text--darken-1 {
    color: #db7200 !important;
    caret-color: #db7200 !important;
  }

  .v-application .warning.darken-2 {
    background-color: #bb5900 !important;
    border-color: #bb5900 !important;
  }

  .v-application .warning--text.text--darken-2 {
    color: #bb5900 !important;
    caret-color: #bb5900 !important;
  }

  .v-application .warning.darken-3 {
    background-color: #9d4000 !important;
    border-color: #9d4000 !important;
  }

  .v-application .warning--text.text--darken-3 {
    color: #9d4000 !important;
    caret-color: #9d4000 !important;
  }

  .v-application .warning.darken-4 {
    background-color: #802700 !important;
    border-color: #802700 !important;
  }

  .v-application .warning--text.text--darken-4 {
    color: #802700 !important;
    caret-color: #802700 !important;
  }