@charset "UTF-8";
/* 公共颜色变量 */
.container-state[data-v-9d69445c] {
  border-radius: 15px;
  padding: 0;
}
.container-state .state-header[data-v-9d69445c] {
  height: 260px;
  line-height: 30px;
  background: linear-gradient(180deg, #3EC976 0%, #35B067 100%);
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  color: #fff;
}
.container-state .state-header .icon[data-v-9d69445c] {
  width: 110px;
  height: 110px;
  background: url(../img/state-icon.51075013.png) no-repeat;
  margin-right: 10px;
}
.container-state .state-header .title[data-v-9d69445c] {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.container-state .state-info[data-v-9d69445c] {
  width: 730px;
  height: 290px;
  background: url(../img/state-bg.d43d44df.png) no-repeat;
  margin: 0 auto;
  padding: 15px 45px 0;
  font-size: 16px;
  position: relative;
  top: -60px;
}
.container-state .state-info .item[data-v-9d69445c] {
  line-height: 26px;
  padding: 20px 0;
  border-top: 1px solid #E2E2E2;
}
.container-state .state-info .item[data-v-9d69445c]:first-child {
  border-top: none;
}
