@charset "UTF-8";
a,
blockquote,
body,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
img,
input,
label,
li,
object,
ol,
p,
q,
small,
span,
strong,
table,
tbody,
td,
th,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: Microsoft YaHei;
  overflow: auto !important;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  color: #4864e0;
}

a,
img {
  -webkit-touch-callout: none;
}

fieldset,
img {
  border: 0;
}

li,
ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn,
button {
  width: auto;
  height: auto;
  display: block;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  color: #333;
}

i {
  font-style: normal;
}

.icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  vertical-align: top;
}

.df {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.df.fw-n {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.df.fw-w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.df.fw-wr {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.df.jc-fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.df.jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.df.jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.df.jc-sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.df.jc-fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.df.ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.df.ai-fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.df.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.df.ai-s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.df.ai-b {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.df.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*! input css */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}

input::-webkit-input-placeholder {
  color: #999;
}

input {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
  color: #333;
  padding: 0;
}

.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 68px;
  max-width: 168px;
  padding-right: 20px;
  padding-left: 8px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  background-color: #fff;
  color: #404040;
  border: 1px solid #ddd;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  z-index: 2;
}

.select:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #aaa;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  cursor: pointer;
  z-index: -2;
  margin-top: 2px;
}

.select select {
  cursor: pointer;
  width: 100%;
  border: none;
  font-size: 12px;
  line-height: 16px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select:focus {
  outline: none;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*! 通用样式 */
.app {
  width: 100%;
  min-width: 1260px;
  min-height: 100%;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  background-color: #fff;
  padding-bottom: 223px;
  position: relative;
}

.app.home:after {
  content: '';
  position: absolute;
  bottom: 223px;
  left: 0;
  width: 100%;
  height: 196px;
  background: url(../images/bg-main.png) no-repeat bottom;
  background-size: 100% 196px;
  z-index: 0;
}

.container {
  width: 1200px;
  margin: auto;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wrapper .wrapper-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.wrapper .wrapper-title .left,
.wrapper .wrapper-title .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 10px;
  background: url(../images/bg-title.png) 0 0;
  background-size: 3px 10px;
  position: relative;
  margin-bottom: 20px;
}

.wrapper .wrapper-title .left .icon,
.wrapper .wrapper-title .right .icon {
  position: absolute;
  top: 0;
  width: 5px;
  height: 10px;
}

.wrapper .wrapper-title .icon-title-arrow-left {
  right: 0;
  background-image: url(../images/icon/icon-title-arrow-left.png);
}

.wrapper .wrapper-title .icon-title-arrow-right {
  left: 0;
  background-image: url(../images/icon/icon-title-arrow-right.png);
}

.wrapper .wrapper-title .center {
  width: 160px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  position: relative;
}

.wrapper .wrapper-title .center span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  padding-top: 6px;
  color: #7a7a7a;
}

.yh-aside-toolbar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  margin-top: 100px;
  z-index: 99;
}

.yh-aside-toolbar,
.yh-aside-toolbar .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-aside-toolbar .item {
  width: 60px;
  height: 60px;
  background-color: #858585;
  box-shadow: 0 2px 8px 0 hsla(0, 0%, 52%, 0.4);
  border-radius: 2px;
  margin-bottom: 7px;
  font-size: 14px;
  text-align: center;
}

.yh-aside-toolbar .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.yh-aside-toolbar .item .icon {
  margin-bottom: 8px;
}

.yh-aside-toolbar .item:hover {
  background-color: #1c7eea;
  box-shadow: 0 2px 8px 0 rgba(28, 126, 234, 0.4);
}

.form-wrapper .form-title {
  font-size: 16px;
  line-height: 1;
  color: #333;
  padding-left: 23px;
  position: relative;
}

.form-wrapper .form-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 16px;
  background-color: #1c7eea;
}

.form-wrapper .form-title:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 0;
  width: 4px;
  height: 16px;
  background-color: #ffad0c;
}

.form-wrapper .form-title i {
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}

.panel-title {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.panel-title,
.panel-title > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-title .panel-title-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel-title .panel-title-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-title .panel-title-left span {
  padding-left: 23px;
  position: relative;
}

.panel-title .panel-title-left span:after,
.panel-title .panel-title-left span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 16px;
  background-color: #1c7eea;
}

.panel-title .panel-title-left span:after {
  left: 9px;
  width: 4px;
  background-color: #ffad0c;
}

.panel-title .panel-title-left i {
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}

.panel-title .panel-title-right .hint {
  font-size: 14px;
  padding-left: 13px;
  position: relative;
}

.panel-title .panel-title-right .hint + .hint {
  margin-left: 22px;
}

.panel-title .panel-title-right .hint:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #eda61b;
  border-radius: 50%;
}

.panel-title .panel-title-right .hint:first-child:after {
  background-color: #1c7eea;
}

.panel-title .panel-title-right .tags-wrapper li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #444;
  position: relative;
  padding: 0 8px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-title .panel-title-right .tags-wrapper li + li {
  margin-left: 52px;
}

.panel-title .panel-title-right .tags-wrapper li span {
  padding-left: 6px;
}

.panel-title .panel-title-right .tags-wrapper li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #1c7eea;
  width: 0;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-title .panel-title-right .tags-wrapper li .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-title .panel-title-right .tags-wrapper li .icon-issue {
  background-image: url(../images/icon/icon-issue.png);
}

.panel-title .panel-title-right .tags-wrapper li .icon-declare {
  background-image: url(../images/icon/icon-declare.png);
}

.panel-title .panel-title-right .tags-wrapper li.active,
.panel-title .panel-title-right .tags-wrapper li:hover {
  font-weight: 700;
  color: #1c7eea;
}

.panel-title .panel-title-right .tags-wrapper li.active .icon-issue,
.panel-title .panel-title-right .tags-wrapper li:hover .icon-issue {
  background-image: url(../images/icon/icon-issue-active.png);
}

.panel-title .panel-title-right .tags-wrapper li.active .icon-declare,
.panel-title .panel-title-right .tags-wrapper li:hover .icon-declare {
  background-image: url(../images/icon/icon-declare-active.png);
}

.panel-title .panel-title-right .tags-wrapper li.active:after,
.panel-title .panel-title-right .tags-wrapper li:hover:after {
  width: 100%;
  opacity: 1;
}

.panel-title.border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/*! reset-element */
.el-form-item {
  margin-bottom: 20px;
}

.el-form-item .el-form-item__label {
  font-size: 16px;
  color: #666;
  padding-right: 10px;
}

.el-form-item .el-input .el-input__inner {
  border-color: #ddd;
  border-radius: 2px;
  padding: 0 14px;
}

.el-form-item .el-textarea .el-textarea__inner {
  border-color: #ddd;
  border-radius: 2px;
  padding: 14px;
  height: 200px;
}

.el-table td,
.el-table th {
  border-bottom: 0;
  height: 50px;
}

.el-table .el-table__header-wrapper thead {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.el-table .el-table__header-wrapper thead tr {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

.el-table .el-table__header-wrapper thead th {
  background-color: #e1f0f8;
  font-weight: 400;
  font-size: 16px;
  color: #666;
}

.el-table .el-table__header-wrapper th,
.el-table .el-table__header-wrapper tr {
  border: 0;
}

.el-table tbody tr:nth-of-type(2n) {
  background-color: #f6f9fa;
}

.el-table tbody tr:hover {
  background-color: #d4e3eb;
}

.el-table:before {
  width: 0;
}

/*! icon */
.icon-nav-arrow-right {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon-nav-arrow-right.png);
}

.icon-close-red {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon-close-red.png);
}

.icon-star {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/icon-star.png);
}

.icon-address {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon/icon-address.png);
}

.icon-overview-sbrzs {
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon-overview-sbrzs.png);
}

.icon-overview-zcbmj {
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon-overview-zcbmj.png);
}

.icon-overview-zbtmj {
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon-overview-zbtmj.png);
}

.icon-policy {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-policy.png);
}

.icon-edit {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-edit.png);
}

.icon-dropdown-arrow-down {
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon-dropdown-arrow-down.png);
}

.icon-statistics-btxm {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-statistics-btxm.png);
}

.icon-statistics-hjrs {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-statistics-hjrs.png);
}

.icon-statistics-btje {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-statistics-btje.png);
}

.icon-statistics-shbzkffl {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-statistics-shbzkffl.png);
}

.icon-statistics-jrsb {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-statistics-jrsb.png);
}

.icon-statistics-jrfw {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-statistics-jrfw.png);
}

.icon-statistics-ljfw {
  width: 90px;
  height: 90px;
  background-image: url(../images/icon/icon-statistics-ljfw.png);
}

.icon-idcard {
  width: 30px;
  height: 20px;
  background-image: url(../images/icon/icon-idcard.png);
}

.icon-money {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-money-20.png);
}

.icon-total-time {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-total-time.png);
}

/*! 页面样式 */
.yh-top {
  width: 100%;
  position: relative;
  z-index: 1;
}

.yh-top .content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-top .content .logo img {
  display: block;
  margin: auto;
}

.yh-top .content .logo .logo-img {
  width: 109px;
  width: 5.677%;
}

.yh-top .content .logo .logo-text {
  margin-top: 30px;
  width: 549px;
}
.yh-top .content .logo .logo-text.item-02 {
  width: 676px;
  margin-top: 0;
}
.yh-top .content .search-wrapper {
  width: 700px;
  width: 36.4583%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 7px;
  font-size: 16px;
  height: 54px;
  margin: auto;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-top .content .search-wrapper .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.yh-top .content .search-wrapper .search-input input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 14px;
  border-radius: 4px 0 0 4px;
}

.yh-top .content .search-wrapper .search-button {
  height: 100%;
}

.yh-top .content .search-wrapper .search-button button {
  width: 100px;
  height: 100%;
  background-color: #1c7eea;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.yh-top .content .search-wrapper .search-button button:hover {
  background-color: #3193ff;
}

@media screen and (max-width: 1300px) {
  .yh-top .content {
    padding-top: 30px;
  }

  .yh-top .content .search-wrapper {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .yh-top .content {
    padding-top: 20px;
  }

  .yh-top .content .search-wrapper {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .yh-top .content {
    padding-top: 20px;
  }

  .yh-top .content .search-wrapper {
    margin-top: 10px;
  }
}

@media screen and (max-width: 980px) {
  .yh-top .content {
    padding-top: 20px;
  }

  .yh-top .content .search-wrapper {
    width: 60%;
    height: 40px;
    padding: 0;
    margin-top: 10px;
  }
}

.yh-nav {
  width: 100%;
  height: 60px;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#b4ddf0),
      to(#c6e6f5)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#c6e6f5), to(#c6e6f5));
  background-image: -webkit-linear-gradient(bottom, #b4ddf0, #c6e6f5),
    -webkit-linear-gradient(#c6e6f5, #c6e6f5);
  background-image: linear-gradient(0deg, #b4ddf0, #c6e6f5),
    linear-gradient(#c6e6f5, #c6e6f5);
  background-blend-mode: normal, normal;
  border: 1px solid #a3dbf5;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #31627a;
  position: relative;
  z-index: 5;
}

.yh-nav ul {
  width: 1200px;
  height: 60px;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yh-nav .menu-item,
.yh-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 20px;
  cursor: pointer;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#7bc3e6),
      to(#c1e9fc)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#0a6cd9), to(#0a6cd9));
  background-image: -webkit-linear-gradient(right, #7bc3e6, #c1e9fc),
    -webkit-linear-gradient(#0a6cd9, #0a6cd9);
  background-image: linear-gradient(-90deg, #7bc3e6, #c1e9fc),
    linear-gradient(#0a6cd9, #0a6cd9);
  background-blend-mode: normal, normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.yh-nav li,
.yh-nav li .icon {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.yh-nav li .icon {
  width: 24px;
  height: 24px;
}

.yh-nav li .icon-home {
  background-image: url(../images/icon/icon-home.png);
}

.yh-nav li .icon-sunshine-declaratio {
  background-image: url(../images/icon/icon-sunshine-declaratio.png);
}

.yh-nav li .icon-sunshine-publicity {
  background-image: url(../images/icon/icon-sunshine-publicity.png);
}

.yh-nav li .icon-sunshine-supervision {
  background-image: url(../images/icon/icon-sunshine-supervision.png);
}
.yh-nav li .icon-zcfg {
  background-image: url(../images/icon/icon-zcfg.png);
}
.yh-nav li .icon-login {
  background-image: url(../images/icon/icon-login.png);
}
.yh-nav .menu-item a,
.yh-nav li a {
  width: 100%;
  height: 100%;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yh-nav li span {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 14px;
}

.yh-nav li.active,
.yh-nav li:hover {
  color: #fff;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#1c7eea),
      to(#4e9df5)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#0a6cd9), to(#0a6cd9));
  background-image: -webkit-linear-gradient(right, #1c7eea, #4e9df5),
    -webkit-linear-gradient(#0a6cd9, #0a6cd9);
  background-image: linear-gradient(-90deg, #1c7eea, #4e9df5),
    linear-gradient(#0a6cd9, #0a6cd9);
}

.yh-nav li.active .icon-home,
.yh-nav li:hover .icon-home {
  background-image: url(../images/icon/icon-home-active.png);
}

.yh-nav li.active .icon-sunshine-declaratio,
.yh-nav li:hover .icon-sunshine-declaratio {
  background-image: url(../images/icon/icon-sunshine-declaratio-active.png);
}

.yh-nav li.active .icon-sunshine-publicity,
.yh-nav li:hover .icon-sunshine-publicity {
  background-image: url(../images/icon/icon-sunshine-publicity-active.png);
}

.yh-nav li.active .icon-sunshine-supervision,
.yh-nav li:hover .icon-sunshine-supervision {
  background-image: url(../images/icon/icon-sunshine-supervision-active.png);
}
.yh-nav li.active .icon-zcfg,
.yh-nav li:hover .icon-zcfg {
  background-image: url(../images/icon/icon-zcfg-active.png);
}
.yh-nav li.login {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ffb463),
    to(#ffdfbd)
  );
  background-image: -webkit-linear-gradient(right, #ffb463, #ffdfbd);
  background-image: linear-gradient(-90deg, #ffb463, #ffdfbd);
  color: #ab5a00;
  position: relative;
}

.yh-nav li.login:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff2dc),
    to(#ffd47c)
  );
  background-image: -webkit-linear-gradient(left, #fff2dc, #ffd47c);
  background-image: linear-gradient(90deg, #fff2dc, #ffd47c);
}
.yh-nav li:hover .menu-items {
  display: block;
}
.yh-nav .menu-items {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
}
.yh-nav .menu-items .menu-item {
  width: 100%;
  height: 60px;
  font-weight: 400;
  color: #31627a;
}
.yh-nav .menu-items .menu-item .icon {
  background-image: url(data:image/png;base64,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);
}
.yh-nav .menu-items .menu-item:hover {
  color: #fff;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#1c7eea),
      to(#4e9df5)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#0a6cd9), to(#0a6cd9));
  background-image: -webkit-linear-gradient(right, #1c7eea, #4e9df5),
    -webkit-linear-gradient(#0a6cd9, #0a6cd9);
  background-image: linear-gradient(-90deg, #1c7eea, #4e9df5),
    linear-gradient(#0a6cd9, #0a6cd9);
}
.yh-nav .menu-items .menu-item:hover .icon {
  background-image: url(data:image/png;base64,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);
}

.yh-footer {
  width: 100%;
  height: 223px;
  background-color: #283854;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.yh-footer .container {
  height: 100%;
  padding: 35 30px 0;
}

.yh-footer .links img {
  width: 104px;
}

.yh-footer .links .right {
  padding-left: 20px;
}

.yh-footer .links .item {
  width: 235px;
  position: relative;
}

.yh-footer .links .item + .item {
  margin-left: 26px;
}

.yh-footer .links .item .dropdown {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid rgba(106, 116, 135, 0.65);
  font-size: 14px;
  line-height: 38px;
  color: #dedede;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.yh-footer .links .item .dropdown span {
  margin-right: 10px;
}

.yh-footer .links .item .dropdown-content {
  width: 100%;
  position: absolute;
  top: 188px;
  left: 0;
  max-height: 130px;
  overflow: auto;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #12223f;
  box-shadow: 0 4px 8px 0 rgba(18, 34, 63, 0.35);
  border-radius: 2px;
  padding: 0 2px;
}

.yh-footer .links .item .dropdown-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.yh-footer .links .item .dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #304365;
}

.yh-footer .links .item .dropdown-content::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #12223f;
}

.yh-footer .links .item .dropdown-content a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  color: #dedede;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.yh-footer .links .item .dropdown-content a:hover {
  background-color: #304365;
}

.yh-footer .links .item:hover .dropdown {
  border-color: #9ca1aa;
}

.yh-footer .links .item:hover .dropdown-content {
  opacity: 1;
  top: 43px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.yh-footer .copyright {
  margin-top: 50px;
  position: relative;
}

.yh-footer .copyright .organ {
  width: 56px;
  left: 0;
}

.yh-footer .copyright .government,
.yh-footer .copyright .organ {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.yh-footer .copyright .government {
  width: 110px;
  right: 0;
}

.yh-footer .copyright .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
}

.yh-footer .copyright .content a {
  color: #ddd;
}

.yh-footer .copyright .content a:hover {
  color: #1c7eea;
}

.yh-footer .copyright .content .cell-info .item + .item {
  margin-left: 14px;
}

.yh-main {
  position: relative;
  z-index: 1;
}

.yh-main .website-statistics .wrapper-content li {
  width: 150px;
  height: 190px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 20px;
  color: #444;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.yh-main .website-statistics .wrapper-content li .key {
  line-height: 1;
}

.yh-main .website-statistics .wrapper-content li .value {
  margin-top: 14px;
}

.yh-main .website-statistics .wrapper-content li .value b {
  font-family: myFont;
  font-size: 24px;
  font-weight: 700;
}

.yh-main .website-statistics .wrapper-content li .value span {
  font-weight: 300;
  padding-left: 5px;
  font-size: 14px;
}

.yh-main .website-statistics .wrapper-content li:nth-of-type(7n) {
  margin-right: 0;
}

.yh-main .website-statistics .wrapper-content li:hover {
  box-shadow: 0 8px 20px 0 rgba(154, 169, 185, 0.38);
}

.yh-main .subsidy-situation {
  padding-top: 20px;
  padding-bottom: 72px;
}

.yh-main .subsidy-situation .tabs button {
  width: 190px;
  height: 40px;
  background-color: #fff;
  color: #1c7eea;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #1c7eea;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-main .subsidy-situation .tabs button.active {
  background-color: #1c7eea;
  color: #fff;
}

.yh-main .subsidy-situation .tabs button:first-child {
  border-radius: 2px 0 0 2px;
}

.yh-main .subsidy-situation .tabs button:last-child {
  border-radius: 0 2px 2px 0;
}

.yh-main .subsidy-situation .load-more button {
  width: 280px;
  height: 40px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 38px;
  color: #444;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-main .subsidy-situation .load-more button .icon {
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon-load-arrow-down.png);
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-main .subsidy-situation .load-more button:hover {
  background-color: #1c7eea;
  border-color: #1c7eea;
  color: #fff;
}

.yh-main .subsidy-situation .load-more button:hover .icon {
  background-image: url(../images/icon/icon-load-arrow-down-active.png);
}

.yh-main .subsidy-situation ul {
  padding-top: 30px;
}

.yh-main .subsidy-situation ul li {
  width: 220px;
  height: 230px;
  background-color: #fff;
  border: 1px solid #ddd;
  background: url(../images/bg-card-subsidy.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  margin: 0 25px 40px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 12px;
  cursor: pointer;
}

.yh-main .subsidy-situation ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.yh-main .subsidy-situation ul li .name {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #444;
  height: 70px;
  border-bottom: 1px dashed #a7d7f0;
  line-height: 24px;
  padding-top: 9px;
}

.yh-main .subsidy-situation ul li .info {
  padding: 16px 0 0 9px;
  font-size: 14px;
  line-height: 1;
  color: #444;
  white-space: nowrap;
}

.yh-main .subsidy-situation ul li .info .cell {
  margin-top: 18px;
  height: 14px;
}

.yh-main .subsidy-situation ul li .info .cell .icon-star {
  margin-right: 8px;
}

.yh-main .subsidy-situation ul li .info .cell .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.yh-main .subsidy-situation ul li:nth-of-type(5n) {
  margin-right: 0;
}

.yh-main .subsidy-situation ul li:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 220px;
  height: 2px;
  background-color: #1c7eea;
}

.yh-main .subsidy-situation ul li:hover {
  box-shadow: 0 8px 20px 0 rgba(154, 169, 185, 0.38);
}

.yh-main .subsidy-situation ul li:hover:before {
  height: 4px;
}

.yh-main .subsidy-situation .subsidy-project-situation {
  padding-bottom: 10px;
}

.yh-main .subsidy-situation .subsidy-project-situation ul li {
  width: 285px;
  height: 170px;
  background-image: url(../images/bg-card-subsidy-02.png);
  margin: 0 20px 30px 0;
}

.yh-main .subsidy-situation .subsidy-project-situation ul li .name {
  font-size: 18px;
}

.yh-main .subsidy-situation .subsidy-project-situation ul li .info {
  padding-top: 3px;
}

.yh-main
  .subsidy-situation
  .subsidy-project-situation
  ul
  li
  .icon-card-arrow-right {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon-card-arrow-right.png);
  background-color: #ddd;
}

.yh-main .subsidy-situation .subsidy-project-situation ul li:nth-of-type(5n) {
  margin-right: 20px;
}

.yh-main .subsidy-situation .subsidy-project-situation ul li:nth-of-type(4n) {
  margin-right: 0;
}

.yh-main .subsidy-situation .subsidy-project-situation ul li:before {
  width: 285px;
}

.yh-main
  .subsidy-situation
  .subsidy-project-situation
  ul
  li:hover
  .icon-card-arrow-right {
  background-image: url(../images/icon/icon-card-arrow-right-active.png);
  background-color: #1c7eea;
}

.yh-main .subsidy-situation .checkbox-wrapper {
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 16px 20px 12px;
}

.yh-main .subsidy-situation .checkbox-wrapper .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yh-main .subsidy-situation .checkbox-wrapper .label {
  margin-right: 10px;
  margin-bottom: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.yh-main .subsidy-situation .checkbox-wrapper .label span {
  display: block;
  padding: 0 18px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.yh-main .subsidy-situation .checkbox-wrapper .label span:hover {
  background-color: #e6e6e6;
}

.yh-main .subsidy-situation .checkbox-wrapper .label input:checked ~ span {
  background-color: #1c7eea;
  color: #fff;
}

.yh-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.yh-popup .yh-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10000;
}

.yh-popup .yh-popup-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

/*! supervision */
.supervision {
  background-color: #f5f5f5;
}

.supervision .yh-main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.supervision .yh-main .container {
  background-color: #fff;
  padding: 30px 40px 50px;
}

.supervision .yh-main .whistleblower-info {
  padding: 30px 0 40px;
}

.supervision .yh-main .form-whistleblower-info {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.supervision .yh-main .form-whistleblower-info,
.supervision .yh-main .form-whistleblower-info .el-form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.supervision .yh-main .form-whistleblower-info .el-form-item {
  width: 33.33%;
  margin-right: 0;
}

.supervision
  .yh-main
  .form-whistleblower-info
  .el-form-item
  .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.supervision .yh-main .form-whistleblower-info .form-item-name {
  padding-right: 16px;
}

.supervision .yh-main .form-whistleblower-info .form-item-idcard {
  padding: 0 8px;
}

.supervision .yh-main .form-whistleblower-info .form-item-phone {
  padding-left: 16px;
}

.supervision .yh-main .form-whistleblower-info .form-item-address {
  padding-right: 16px;
}

.supervision .yh-main .form-whistleblower-info .form-item-is-public {
  padding: 0 8px;
}

.supervision .yh-main .declaration-content {
  padding: 30px 0 40px;
}

.supervision .yh-main .form-declaration-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.supervision .yh-main .form-declaration-content .el-form-item {
  width: 100%;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.supervision
  .yh-main
  .form-declaration-content
  .el-form-item
  .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.supervision .yh-main .form-declaration-content .form-item-subject {
  width: 33.33%;
  padding-right: 16px;
}

.supervision .yh-main .form-declaration-content .form-item-content {
  margin-bottom: 40px;
}

.supervision
  .yh-main
  .form-declaration-content
  .form-item-subverification-code {
  padding-top: 20px;
}

.supervision
  .yh-main
  .form-declaration-content
  .form-item-subverification-code
  .el-input {
  width: 230px;
}

.supervision
  .yh-main
  .form-declaration-content
  .form-item-subverification-code
  .el-form-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.supervision
  .yh-main
  .form-declaration-content
  .form-item-subverification-code
  .el-form-item__content
  .img-wrapper {
  padding-left: 3px;
  cursor: pointer;
}

.supervision
  .yh-main
  .form-declaration-content
  .form-item-subverification-code
  .el-form-item__content
  img {
  width: 74px;
  height: 34px;
}

.supervision .yh-main .btn-wrapper button {
  width: 140px;
  height: 40px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 38px;
  color: #444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.supervision .yh-main .btn-wrapper button.reset {
  margin-left: 30px;
}

.supervision .yh-main .btn-wrapper button.submit {
  background-color: #1c7eea;
  border-color: #1c7eea;
  color: #fff;
}

.supervision .yh-main .btn-wrapper button.submit:hover {
  background-color: #3193ff;
  border-color: #3193ff;
}

.supervision .yh-main .protocol {
  padding-left: 140px;
  margin-bottom: 48px;
  height: 20px;
}

.supervision .yh-main .protocol .el-checkbox__label {
  font-size: 14px;
  color: #666;
}
.supervision .yh-main .protocol span {
  font-size: 14px;
  color: #666;
}

.supervision .yh-main .protocol a {
  color: #1c7eea;
  font-size: 14px;
}

.supervision
  .yh-main
  .protocol
  .el-checkbox__input.is-checked
  + .el-checkbox__label {
  color: #666;
}

.supervision .yh-main .form-wrapper .wtjcb-textatrea {
  padding: 10px 14px;
}

.supervision .yh-main .upload-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.supervision .yh-main .upload-wrapper .label {
  width: 140px;
  padding-right: 10px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.supervision .yh-main .upload-wrapper .upload {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 14px 20px 10px;
  overflow: hidden;
}

.supervision .yh-main .upload-wrapper .upload .upload-hint {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  color: #eb1e14;
  background-color: #fff2f1;
  border-radius: 2px;
}

.supervision .yh-main .upload-wrapper .upload ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 16px;
}

.supervision .yh-main .upload-wrapper .upload ul li {
  width: 80px;
  height: 80px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
}

.supervision .yh-main .upload-wrapper .upload ul li:last-child {
  margin-right: 0;
}

.supervision .yh-main .upload-wrapper .upload ul li img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.supervision .yh-main .upload-wrapper .upload ul li .icon-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-delete.png);
  cursor: pointer;
}

.supervision .yh-main .upload-wrapper .upload ul .btn-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #ddd;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.supervision .yh-main .upload-wrapper .upload ul .btn-add label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.supervision .yh-main .upload-wrapper .upload ul .btn-add .icon-upload-add {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 43px;
  height: 43px;
  margin: auto;
  background-image: url(../images/icon/icon-upload-add.png);
}

.supervision .yh-main .upload-wrapper .upload ul .btn-add:hover {
  border-color: #1c7eea;
}

.supervision
  .yh-main
  .upload-wrapper
  .upload
  ul
  .btn-add:hover
  .icon-upload-add {
  background-image: url(../images/icon/icon-upload-add-active.png);
}

.supervision .yh-main .verification-code-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}

.supervision .yh-main .verification-code-wrapper .el-form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.supervision
  .yh-main
  .verification-code-wrapper
  .el-form-item
  .el-form-item__label {
  width: 140px;
  padding-right: 10px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.supervision
  .yh-main
  .verification-code-wrapper
  .el-form-item
  .el-form-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*! publicity */
.publicity {
  background-color: #f5f5f5;
}

.publicity .yh-main {
  padding: 30px 0;
}

.publicity .yh-main .container {
  height: 920px;
}

.publicity .yh-main .container .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 40px 40px;
}

.publicity .yh-main .container .right {
  width: 280px;
  height: 100%;
  background-color: #fff;
  margin-left: 22px;
}

.publicity .yh-main .container .right .img-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.publicity .yh-main .container .right .select-wrapper {
  padding: 0 30px;
  padding-top: 18px;
}

.publicity .yh-main .container .right .select-wrapper label {
  padding-bottom: 10px;
}

.publicity .yh-main .container .right .select-wrapper .el-select {
  margin-top: 10px;
  width: 100%;
}

.publicity .yh-main .container .right .btn-wrapper {
  padding: 30px 0;
}

.publicity .yh-main .container .right .btn-wrapper button {
  width: 140px;
  height: 40px;
  margin: auto;
  font-size: 16px;
  color: #fff;
  background-color: #1c7eea;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.publicity .yh-main .container .right .btn-wrapper button:hover {
  background-color: #3193ff;
}

.publicity .yh-main .container label {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #666;
}

.publicity .yh-main .container .form-content {
  padding: 20px 0 30px;
}

.publicity .yh-main .container .form-content,
.publicity .yh-main .container .form-content .select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.publicity .yh-main .container .form-content .select-wrapper label {
  width: 73px;
  padding-right: 10px;
  text-align: right;
}

.publicity .yh-main .container .form-content .select-wrapper .el-select {
  width: 230px;
}

.publicity .yh-main .container .form-content .select-wrapper:first-child {
  margin-right: 48px;
}

.publicity .yh-main .container .form-content .btn-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.publicity .yh-main .container .form-content .btn-wrapper button {
  width: 140px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  font-size: 16px;
  color: #444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #1c7eea;
}

.publicity .yh-main .container .form-content .btn-wrapper button:hover {
  background-color: #3193ff !important;
  color: #fff;
}

.select-wrapper .wtjcb-inputbox {
  margin-top: 10px;
}

.select-wrapper .wtjcb-inputbox .wtjcb-filedivbox label {
  display: none;
  border-radius: 4px;
}

.select-wrapper .wtjcb-inputbox .wtjcb-filedivbox {
  padding-bottom: 0;
}

.select-wrapper .wtjcb-inputbox .info .dec {
  display: none;
}

.select-wrapper .wtjcb-inputbox .wtjcb-textbox {
  border-radius: 0;
  border: 0;
}

.select-wrapper .wtjcb-textbox.wtjcb-borderColor .wtjcb-rpc {
  border-color: #409eff;
  background-position: 100% -536px;
}

.select-wrapper .wtjcb-inputbox .wtjcb-rpc {
  background-position: 100% -506px;
  background-size: 30px 750px;
  padding: 0 40px 0 14px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.publicity .select-wrapper .wtjcb-inputbox {
  margin-top: 0;
}

.publicity .select-wrapper .wtjcb-inputbox .wtjcb-textbox .wtjcb-inputjcb {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color, -webkit-box-shadow 0.3s;
  transition: border-color, box-shadow 0.3s;
}

.publicity
  .select-wrapper
  .wtjcb-inputbox
  .wtjcb-textbox.wtjcb-borderColor
  .wtjcb-inputjcb {
  border-color: #1c7eea;
  box-shadow: 0 2px 4px 0 rgba(28, 126, 234, 0.3);
}

.publicity .select-wrapper .wtjcb-inputbox .wtcjb-placeholder {
  line-height: 40px;
  color: #aaa;
  font-size: 14px;
}

.as-wrapper .as-menu {
  top: 42px !important;
}

.section-scroll {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 60%, 0.3);
  border-radius: 2px;
  border: 1px solid #ddd;
}

.as-menu .wtjcb-listable td,
.as-menu .wtjcb-listable th {
  border: 0;
  box-sizing: border-box;
}

/*! 页面样式 */
.declaratio {
  background-color: #f5f5f5;
}

.declaratio .yh-main .container {
  padding: 30px 0;
}

.declaratio .reporting-address {
  width: 100%;
  padding-top: 30px;
  height: 285px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 hsla(0, 0%, 70%, 0.4);
  background: url(../images/bg-reporting-address.png) no-repeat 50% #fff;
  background-size: 100% 100%;
  position: relative;
}

.declaratio .reporting-address:before {
  /* content:""; */
  position: absolute;
  top: 30px;
  left: 24px;
  width: 308px;
  height: 46px; /* background:url(../images/bg-address.png) no-repeat 0 0; */
  background-size: 100%;
  z-index: 0;
}

.declaratio .reporting-address .title img {
  display: block;
  width: 106px;
}

.declaratio .reporting-address .address-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-top: 20px;
}

.declaratio .reporting-address .address-wrapper,
.declaratio .reporting-address .address-wrapper .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.declaratio .reporting-address .address-wrapper .address {
  padding-left: 22px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #444;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  margin-right: 10px;
}

.declaratio .reporting-address .address-wrapper .address span {
  position: relative;
  padding-left: 32px;
}

.declaratio .reporting-address .address-wrapper .address span:before {
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 32px;
  background-color: #f5f5f5;
}

.declaratio .reporting-address .overview {
  padding-top: 40px;
  padding-left: 24px;
}

.declaratio .reporting-address .overview .icon {
  margin-right: 20px;
}

.declaratio .reporting-address .overview .item {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  margin-right: 25px;
}

.declaratio .reporting-address .overview .item .value {
  padding-top: 10px;
}

.declaratio .reporting-address .overview .item .value b {
  font-size: 24px;
  color: #444;
}

.declaratio .reporting-address .overview .item .value span {
  padding-left: 3px;
}

.declaratio .reporting-address .address-wrapper .btn-wrapper button {
  margin-left: 20px;
  width: 118px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #1c7eea;
  color: #1c7eea;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.declaratio .reporting-address .address-wrapper .btn-wrapper button:hover {
  background-color: #1c7eea;
  color: #fff;
}

.declaratio .subsidies {
  margin-top: 30px;
  min-height: 100px;
  padding-bottom: 47px;
  box-shadow: 0 2px 8px 0 hsla(0, 0%, 70%, 0.4);
  background-color: #fff;
  background-size: 309px 46px;
}

.declaratio .subsidies .title {
  padding-top: 36px;
  padding-left: 43px;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  padding-right: 40px;
}

.declaratio .subsidies .title b {
  font-weight: 400;
  color: #1d7fea;
}

.declaratio .subsidies .title .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 10px;
  margin-left: 20px;
  background: url(../images/bg-title.png) 0 0;
  position: relative;
}

.declaratio .subsidies .title .right .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 10px;
  background-image: url(../images/icon/icon-title-arrow-right.png);
}

.declaratio .subsidies .subsidies-content {
  min-height: 100px;
  padding: 30px 40px 47px;
}

/*! 页面样式 */
.app.search {
  background-color: #f5f5f5;
}

.app.search .yh-main {
  width: 100%;
  padding-bottom: 30px;
}

.app.search .yh-main .cell-wrapper {
  margin-top: 30px;
  min-height: 300px;
  background-color: #fff;
}

.app.search .yh-main .cell-wrapper.top {
  background: url(../images/bg-search-user-info.png) no-repeat center -5px;
  background-size: 1214px 314px;
  height: 300px;
}

.app.search .yh-main .cell-wrapper .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 46px 0 55px;
}

.app.search .yh-main .cell-wrapper .right .item {
  width: 290px;
}

.app.search .yh-main .cell-wrapper ul.tags {
  max-height: 200px;
  overflow: hidden;
}

.app.search .yh-main .cell-wrapper ul.tags li {
  width: 140px;
  height: 40px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #83b9f3;
  color: #1c7eea;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  background: url(../images/icon/icon-tag.png) no-repeat 100% 0;
  background-size: 24px 24px;
  padding: 0 14px;
  margin-right: 10px;
}

.app.search .yh-main .cell-wrapper ul.tags li span {
  max-width: 100%;
  text-align: left;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: nowrap \9;
  display: block \9;
  *white-space: nowrap !important;
  *display: block !important;
  #white-space: nowrap !important;
  #display: block !important;
}

.app.search .yh-main .cell-wrapper ul.tags li.apply {
  border-color: #ffc77d;
  color: #444;
  background-image: url(../images/icon/icon-tag-apply.png);
}

.app.search .yh-main .cell-wrapper .right .last {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  overflow: hidden;
  margin-left: 92px;
}

.app.search .yh-main .cell-wrapper .right .box {
  padding-left: 53px;
  margin-bottom: 10px;
}

.app.search .yh-main .cell-wrapper .right .box .label {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  position: relative;
}

.app.search .yh-main .cell-wrapper .right .box .label .icon {
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
}

.app.search .yh-main .cell-wrapper .right .box .value {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1;
  color: #444;
  font-weight: 700;
}

.app.search .yh-main .cell-wrapper .right .box .value i {
  color: #999;
  padding-left: 4px;
  font-size: 14px;
  font-weight: 400;
}

.app.search .yh-main .cell-wrapper .right .box .year {
  margin-top: 10px;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid #83b9f3;
  font-size: 14px;
}

.app.search .yh-main .cell-wrapper .right .box .year span {
  width: 50%;
  text-align: center;
  display: block;
}

.app.search .yh-main .cell-wrapper .right .box .year span:last-child {
  border-left: 1px solid #83b9f3;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #1c7eea;
  text-align: left;
  height: 100%;
  background-color: #def3ff;
}

.app.search .yh-main .cell-wrapper .right .box .year span:last-child i {
  font-size: 14px;
  font-weight: 400;
  padding-left: 4px;
}

.app.search .yh-main .cell-wrapper .left {
  width: 485px;
  height: 100%;
  padding: 16px 10px 16px 27px;
}

.app.search .yh-main .cell-wrapper .left .title {
  width: 349px;
  margin-top: 20px;
}

.app.search .yh-main .cell-wrapper .left .cell-info {
  padding-left: 16px;
  padding-right: 30px;
}

.app.search
  .yh-main
  .cell-wrapper
  .left
  .cell-info.address-wrapper
  .cell-info-item:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin-right: 20px;
}

.app.search .yh-main .cell-wrapper .left .cell-info-item {
  font-size: 16px;
  color: #444;
  line-height: 18px;
  padding: 7px 0;
}

.app.search .yh-main .cell-wrapper .left .cell-info-item.name {
  position: relative;
}

.app.search .yh-main .cell-wrapper .left .cell-info-item.name .icon {
  position: absolute;
  top: 0;
  right: -22px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff960d;
  border-radius: 0 5px 0 5px;
  text-align: center;
  cursor: pointer;
}

.app.search .yh-main .cell-wrapper .left .key {
  color: #999;
}

.app.search .yh-main .cell-wrapper .left .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.app.search .yh-main .cell-wrapper .left a {
  font-size: 14px;
  color: #1c7eea;
}

.app.search .yh-main .cell-wrapper .left .icon-idcard {
  margin-left: 8px;
  cursor: pointer;
}

.app.search .yh-main .distribution-details {
  width: 100%;
  padding: 0 40px;
}

.app.search .yh-main .tab-content {
  padding-bottom: 30px;
}

.app.search .yh-main .toolbar-wrapper {
  padding-top: 30px;
}

.app.search .yh-main .toolbar-wrapper .select-wrapper .label {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  padding-right: 10px;
  width: 68px;
  text-align: right;
}

.app.search
  .yh-main
  .toolbar-wrapper
  .select-wrapper:nth-of-type(n + 2)
  .label {
  width: 150px;
}

.app.search .yh-main .toolbar-wrapper .btn-wrapper {
  padding-left: 20px;
}

.app.search .yh-main .toolbar-wrapper .btn-wrapper button {
  width: 140px;
  height: 40px;
  background-color: #1c7eea;
  border-radius: 2px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.app.search .yh-main .toolbar-wrapper .btn-wrapper button:hover {
  background-color: #3193ff;
}

.app.search .yh-main .toolbar-wrapper .hint-text {
  font-size: 16px;
  padding-left: 24px;
  color: #666;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 16px;
}

.app.search .yh-main .toolbar-wrapper .hint-text .item {
  margin-right: 40px;
}

.app.search .yh-main .toolbar-wrapper .hint-text .item .key {
  padding-left: 6px;
}

.app.search .yh-main .toolbar-wrapper .hint-text .value {
  font-weight: 700;
  color: #eb1e14;
}

.app .address-wrapper {
  position: relative;
}

.app .address-wrapper .address-popup {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0 16px;
  z-index: 99;
}

.app .address-wrapper ul {
  display: none;
  width: 0;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 60%, 0.3);
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.app .address-wrapper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #444;
}

.app .address-wrapper ul li + li {
  margin-top: 10px;
}

.app .address-wrapper ul li .address-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: wrap;
  color: #1c7eea;
  background-color: #dfeeff;
  padding: 2px 10px;
}

.app .address-wrapper ul li .address-key {
  width: 92px;
  color: #999;
  padding: 2px 0;
}

.app .address-wrapper .more {
  cursor: pointer;
}

.app .address-wrapper .more:hover .address-popup ul {
  display: block;
  width: 100%;
}

.search .toolbar .wtjcb-filedivbox {
  padding-bottom: 0;
}

.search .toolbar .wtjcb-filedivbox .wtjcb-inputlabel {
  width: 68px !important;
}

.search .toolbar .ez-fl:nth-of-type(2) .wtjcb-inputlabel {
  width: 150px !important;
}

.search .toolbar .wtjcb-filedivbox .wtjcb-textbox {
  margin-left: 0 !important;
}

.search .wtjcb-textbox {
  border: 0;
}

.search .wtjcb-inputjcb {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color, -webkit-box-shadow 0.3s;
  transition: border-color, box-shadow 0.3s;
}

.search .wtcjb-placeholder {
  line-height: 40px;
  font-size: 14px;
  color: #aaa;
  white-space: nowrap;
}

.search .wtjcb-textbox.wtjcb-borderColor .wtjcb-inputjcb {
  border-color: #1c7eea;
  box-shadow: 0 2px 4px 0 rgba(28, 126, 234, 0.3);
}

.search .wtjcb-textbox .wtjcb-rpc {
  background-position: 100% -506px;
  background-size: 30px 750px;
}

.search .wtjcb-textbox.wtjcb-borderColor .wtjcb-rpc {
  background-position: 100% -536px;
}

/*! login */
.yh-login .yh-popup-content {
  width: 400px;
  margin-top: -220px;
  margin-left: -200px;
  border-radius: 4px;
  font-size: 14px;
  padding-bottom: 40px;
  user-select: none;
}

.yh-login .yh-popup-content .img-box {
  width: 100%;
  position: relative;
}
.yh-login .yh-popup-content .img-box .img-qr {
  width: 100%;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.yh-login .yh-popup-content .form-wrapper {
  padding: 40px 60px 0;
  color: #333;
  font-size: 16px;
}

.yh-login .yh-popup-content .input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.yh-login .yh-popup-content .input-wrapper input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 0 10px 0 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-login .yh-popup-content .input-wrapper input:focus {
  box-shadow: 0 2px 4px 0 rgba(28, 126, 234, 0.3);
  border-color: #1c7eea;
}

.yh-login .yh-popup-content .input-wrapper input:focus ~ .left,
.yh-login .yh-popup-content .input-wrapper input:focus ~ .right {
  border-color: #1c7eea;
  background-color: #ebf5ff;
}

.yh-login .yh-popup-content .input-wrapper input:focus .icon-user-name {
  background-image: url(../images/icon/icon-username-active.png);
}

.yh-login .yh-popup-content .input-wrapper input:focus .icon-password {
  background-image: url(../images/icon/icon-password-active.png);
}

.yh-login .yh-popup-content .input-wrapper input:focus .icon-code {
  background-image: url(../images/icon/icon-code-active.png);
}

.yh-login .yh-popup-content .input-wrapper.vcode input {
  padding-right: 110px;
}

.yh-login .yh-popup-content .input-wrapper .left {
  width: 39px;
  height: 38px;
  position: absolute;
  top: 1px;
  left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 2px 0 0 2px;
  border-right: 1px solid #ddd;
}

.yh-login .yh-popup-content .input-wrapper .icon {
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-login .yh-popup-content .input-wrapper .icon-user-name {
  background-image: url(../images/icon/icon-username.png);
}

.yh-login .yh-popup-content .input-wrapper .icon-password {
  background-image: url(../images/icon/icon-password.png);
}

.yh-login .yh-popup-content .input-wrapper .icon-code {
  background-image: url(../images/icon/icon-code.png);
}

.yh-login .yh-popup-content .input-wrapper .right {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 96px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ddd;
  cursor: pointer;
}

.yh-login .yh-popup-content .input-wrapper .right img {
  margin: auto;
  height: 100%;
}

.yh-login .yh-popup-content .checkbox-wrapper {
  font-size: 14px;
  height: 20px;
  line-height: 22px;
  color: #666;
}

.yh-login .yh-popup-content .checkbox-wrapper .icon-checkbox {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon-checkbox.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh-login .yh-popup-content .checkbox-wrapper label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.yh-login .yh-popup-content .checkbox-wrapper input:checked ~ .icon-checkbox {
  background-image: url(../images/icon/icon-checkbox-checked.png);
}

.yh-login .yh-popup-content .checkbox-wrapper span {
  padding-left: 10px;
}

.yh-login .yh-popup-content .btn-wrapper {
  padding: 30px 60px 20px;
}

.yh-login .yh-popup-content .btn-wrapper button {
  width: 100%;
  height: 40px;
  background-color: #1c7eea;
  border-radius: 2px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.yh-login .yh-popup-content .btn-wrapper button:hover {
  opacity: 0.6;
}
.yh-login .yh-popup-content .btn-wrapper button.disabled,
.yh-login .yh-popup-content .btn-wrapper button[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}

.yh-login .yh-popup-content .icon-close-red {
  position: absolute;
  cursor: pointer;
  top: -30px;
  right: -30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}

.yh-login-toolbar {
  width: 100%;
  color: #666;
  line-height: 20px;
}
.yh-login-toolbar .left {
  float: left;
  cursor: pointer;
}
.yh-login-toolbar .left input {
  display: none;
}
.yh-login-toolbar .left .iconimg-checkbox {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/icon/icon-checkbox.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yh-login-toolbar .left input:checked ~ .iconimg-checkbox {
  background-image: url(../images/icon/icon-checkbox-checked.png);
}
.yh-login-toolbar .left span {
  float: left;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yh-login-toolbar .left input:checked ~ span {
  color: #1c7eea;
}
.yh-login-toolbar .right {
  float: right;
}
.yh-login-toolbar .link {
  transition: all 0.3s ease-in-out;
  color: #666;
  cursor: pointer;
  font-weight: lighter;
  font-size: 12px;
  padding: 0 3px;
}
.yh-login-toolbar .link:hover {
  color: #1c7eea;
}

.yh-login-sign-tip {
  text-align: center;
  line-height: 1;
  height: 14px;
  font-size: 14px;
  color: #666;
  position: relative;
  padding: 0 60px;
}
.yh-login-sign-tip .line {
  position: absolute;
  height: 1px;
  width: 280px;
  border-top: dashed 1px #444;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yh-login-sign-tip .text {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}
.yh-login-sign-tip .link {
  color: #1c7eea;
}
.yh-login-sign-tip .link:hover {
  text-decoration: underline;
}
.yh-login-slider-verification {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.yh-login-slider-verification .slidercaptcha-card {
  background-color: #fff;
  margin-left: -156px;
  margin-top: -135px;
}
.yh-login-slider-verification .card-header {
  text-align: center;
  padding: 10px !important;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.popup .popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1111;
}

.popup .popup-content {
  min-height: 20px;
  background-color: #fff;
}
.popup .scroll-wrapper {
  max-height: 610px;
  overflow: auto;
  padding-bottom: 50px;
}
.popup .popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

#complainPopup .popup-content {
  width: 1100px;
}

#complainPopupTitle {
  padding-top: 30px;
  position: relative;
}

#complainPopupTitle img {
  width: 228px;
  height: 46px;
  margin: auto;
}

#noticeInfo {
  font-size: 16px;
  color: #444;
  line-height: 28px;
  font-family: MicrosoftYaHei;
  letter-spacing: 0;
  width: 813px;
  margin: 15px auto 0;
}

#noticeInfo p {
  margin-bottom: 20px;
}

#haveRead {
  width: 140px;
  height: 40px;
  background-color: #1c7eea;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
  color: #fff;
  margin: auto;
  margin-top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#haveRead:hover {
  background-color: #3193ff;
}

#haveRead[disabled] {
  background-color: #999;
  color: #666;
  cursor: not-allowed;
}

#queryResPopup .popup-content {
  width: 1100px;
}

#queryResPopupTitle {
  padding: 30px 30px 28px;
}

#queryResPopupTitle .queryResTitle {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 10px;
  color: #333;
}

#queryResPopupTitle .subtitle {
  font-size: 12px;
  line-height: 1;
  color: #ccc;
}

#queryResPopupTitle .subtitle,
#queryTerm {
  font-family: MicrosoftYaHei;
  letter-spacing: 0;
}

#queryTerm {
  padding-left: 53px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
}

#queryTerm .queryTagTitle {
  display: inline-block;
  color: #666;
}

#queryTerm .queryTag {
  display: inline-block;
  background-color: #dfeeff;
  color: #1c7eea;
  padding: 0 10px;
  cursor: pointer;
}

.closeIco {
  width: 14px;
  height: 14px;
}

#poppTabs {
  padding: 10px 30px 20px;
  font-size: 16px;
}

#poppTabs .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

#poppTabsNav {
  padding-left: 17px;
  border-bottom: 1px solid #ccc;
}

#poppTabsNav,
#poppTabsNav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#poppTabsNav li {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #444;
  width: auto;
  padding: 0 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  margin-right: 32px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#poppTabsNav li,
#poppTabsNav li:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#poppTabsNav li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #1c7eea;
  opacity: 0;
}

#poppTabsNav li .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 8px;
}

#poppTabsNav li .icon-issue {
  background-image: url(../images/icon/icon-issue.png);
}

#poppTabsNav li .icon-declare {
  background-image: url(../images/icon/icon-declare.png);
}

#poppTabsNav li.active,
#poppTabsNav li:hover {
  color: #1c7eea;
  font-weight: 700;
}

#poppTabsNav li.active:after,
#poppTabsNav li:hover:after {
  width: 100%;
  opacity: 1;
  border-color: #1c7eea;
}

#poppTabsNav li.active .icon-issue,
#poppTabsNav li:hover .icon-issue {
  background-image: url(../images/icon/icon-issue-active.png);
}

#poppTabsNav li.active .icon-declare,
#poppTabsNav li:hover .icon-declare {
  background-image: url(../images/icon/icon-declare-active.png);
}

.colseIco {
  position: relative;
  top: 2px;
  height: 14px;
  width: 14px;
  display: inline-block;
}

/* 申报页面 */
.tab-overview {
  padding: 10px;
}

.tab-overview .item {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  cursor: pointer;
  margin: 0 auto;
}

.tab-overview .item img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.tab-overview .item .value {
  padding-top: 8px;
}

.tab-overview .item .value b {
  font-size: 24px;
  color: #444;
}

.tab-overview .item .value span {
  padding-left: 6px;
}

.upload-files-modal-container img {
  width: auto;
  margin: auto;
}

.app.search .yh-main .cell-wrapper .cell-info-item ul.tags {
  max-height: 100px;
}

.app.search .yh-main .cell-wrapper .cell-info-item ul.tags li {
  font-size: 12px;
  height: 30px;
  margin-bottom: 4px;
}

.app.search .yh-main .cell-wrapper .cell-info-item ul.tags li span {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

.app.search .yh-main .cell-wrapper .right ul.tags li {
  margin-right: 0;
}

.apply {
  margin-left: 3px;
}

.declaratio .reporting-address .address-wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.icon-overview-sbrzs-company {
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon-overview-sbrzs-company.png);
}

.declaratio .reporting-address .title {
  width: 100%;
  height: 46px;
  background: url(../images/bg-subsidies.png) no-repeat top left;
  background-size: 309px 46px;
  padding-left: 14px;
  font-size: 20px;
  line-height: 1;
  color: #333333;
  margin-left: 24px;
}

.declaratio .reporting-address .title .value {
  color: #1d7fea;
}

.yh-login-identity-wrapper {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.yh-login-identity-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.yh-login-identity {
  position: absolute;
  width: 460px;
  height: 400px;
  top: 50%;
  left: 50%;
  z-index: 10001;
  margin-top: -230px;
  margin-left: -200px;
  background-color: #ffffff;
  border-radius: 4px;
}
.yh-login-identity .yh-login-identity-header {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #333333;
  position: relative;
  padding: 30px 0;
}
.yh-login-identity .yh-login-identity-header .icon {
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/icon/icon-close-red.png)
    no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yh-login-identity .yh-login-identity-header .icon:hover {
  background-image: url(../images/icon/icon-close-red-active.png);
}
.yh-login-identity ul {
  padding: 40px;
}
.yh-login-identity ul li {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #666;
}
.yh-login-identity ul li label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.yh-login-identity ul li label input {
  display: none;
}
.yh-login-identity ul li label input:checked ~ span {
  color: #1c7eea;
}
.yh-login-identity ul li label input:checked ~ img {
  border-color: #1c7eea;
}
.yh-login-identity ul li label img {
  width: 130px;
  height: 130px;
  display: block;
  margin: auto;
  margin-bottom: 16px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 4px solid transparent;
}
.yh-login-identity .yh-btn-wrapper {
  padding-top: 6px;
}
.yh-login-identity .yh-btn-wrapper .yh-btn {
  width: 140px;
  height: 40px;
  background-color: #1c7eea;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  margin: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yh-login-identity .yh-btn-wrapper .yh-btn:hover {
  opacity: 0.6;
}

.subsidy-project-wrapper {
  width: 100%;
  /* background-color: #f0f; */
}
.subsidy-project-wrapper input[type='radio'] {
  display: none;
}
.subsidy-project-wrapper .iconimg-apply {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 23px;
  transform: translateY(-50%);
  height: 21px;
  background: url(../images/sun/icon-apply.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.subsidy-project-wrapper .iconimg-project-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 20px;
  line-height: 20px;
  background: url(../images/sun/icon-tag.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
.subsidy-project-wrapper .iconimg-project-type.province {
  background-image: url(../images/sun/icon-tag-02.png);
}

.subsidy-project-wrapper .header {
  width: 100%;
}
.subsidy-project-wrapper .header .item {
  display: block;
  width: 590px;
  height: 130px;
  background-color: #f3f8fe;
  border-radius: 4px;
  border: solid 1px #d2e5fb;
  float: right;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 32px;
  padding-top: 40px;
  line-height: 1;
  color: #1d7fea;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.subsidy-project-wrapper .header .item:first-child {
  float: left;
}
.subsidy-project-wrapper .header .item.active {
  background-image: linear-gradient(90deg, #4d83ff 0%, #74b6ff 100%),
    linear-gradient(#f3f8fe, #f3f8fe);
  background-blend-mode: normal, normal;
  color: #ffffff;
}

.subsidy-project-wrapper .header .item .name_en {
  font-size: 14px;
  opacity: 0.4;
  padding-top: 14px;
}
.subsidy-project-wrapper .header .item .iconimg {
  position: absolute;
  right: 60px;
  top: 1px;
  width: 140px;
  height: 126px;
  background: url(../images/sun/v-b.png) no-repeat center center;
  background-size: 100% 100%;
}
.subsidy-project-wrapper .header .item:first-child .iconimg {
  background-image: url(../images/sun/p-b.png);
}

.subsidy-project-wrapper .checkbox-group {
  width: 100%;
  padding-top: 30px;
}
.subsidy-project-wrapper .checkbox-group .btn,
.subsidy-project-wrapper .checkbox-group .label {
  float: left;
  width: 124px;
  height: 32px;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  line-height: 32px;
}
.subsidy-project-wrapper .checkbox-group .btn {
  background-color: #ebf2fa;
  border-radius: 2px;
  color: #536273;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.subsidy-project-wrapper .checkbox-group .btn:hover {
  background-color: #1d7fea;
  color: #fff;
}
.subsidy-project-wrapper .checkbox-group .label span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ebf2fa;
  border-radius: 2px;
  color: #536273;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.subsidy-project-wrapper .checkbox-group .label:hover span,
.subsidy-project-wrapper .checkbox-group .label input:checked ~ span {
  background-color: #1d7fea;
  color: #fff;
}
.subsidy-project-wrapper .project-items {
  width: 100%;
  padding-top: 22px;
}
.subsidy-project-wrapper .project-item {
  float: left;
  margin-right: 20px;
  margin-bottom: 26px;
  width: 285px;
  height: 100px;
  background: url(../images/sun/bg-01.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  cursor: pointer;
  padding-left: 54px;
  padding-right: 10px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #333;
  overflow: hidden;
}

.subsidy-project-wrapper .project-item:nth-of-type(4n) {
  margin-right: 0;
}
.subsidy-project-wrapper .project-item:hover .operating-popup {
  top: 0;
}
.subsidy-project-wrapper .operating-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.subsidy-project-wrapper .operating-popup .btn {
  position: absolute;
  width: 90px;
  height: 36px;
  background-color: #1d7fea;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  color: #fefefe;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.subsidy-project-wrapper .yh-popup-content {
  margin-left: -250px;
}
.subsidy-project-wrapper .operating-popup .btn:first-child {
  left: 38px;
}
.subsidy-project-wrapper .operating-popup .btn:last-child {
  right: 38px;
}

.subsidy-project-wrapper .d-notice-wrapper {
  width: 500px;
  background-color: #ffffff;
  padding: 0 24px;
}
.subsidy-project-wrapper .d-notice-wrapper .toolbar-header {
  height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  position: relative;
}
.subsidy-project-wrapper .d-notice-wrapper .toolbar-header .iconimg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/sun/icon-close.png) no-repeat center center #ccc;
  background-size: 100% 100%;
}
.subsidy-project-wrapper .d-notice-wrapper .con {
  padding: 20px 24px 0 24px;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-bottom: 24px;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item .item-name {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  position: relative;
  margin-bottom: 10px;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item .item-name::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  width: 6px;
  height: 16px;
  background-color: #1c7eea;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item .item-name::after {
  content: '';
  position: absolute;
  left: -13px;
  top: 0;
  width: 4px;
  height: 16px;
  background-color: #ffad0c;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item .item-name .en {
  font-size: 12px;
  color: #ccc;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item .item-con > li {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dotted;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item .item-con > li .postfix {
  font-style: oblique;
  float: right;
}
.subsidy-project-wrapper .d-notice-wrapper .con .item .item-cell {
  margin-bottom: 12px;
}

.subsidy-project-wrapper .d-notice-wrapper .btn-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}
.subsidy-project-wrapper .d-notice-wrapper .btn-wrapper .btn {
  margin: auto;
  width: 90px;
  height: 36px;
  background-color: #1d7fea;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  color: #fefefe;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.subsidy-project-wrapper .d-notice-wrapper .btn-wrapper .btn:hover {
  opacity: 0.6;
}

/* 扫码登录 */
.login-scan {
  width: 100%;
}
.login-scan .tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 26px;
}
.login-scan .btn {
  width: 100%;
  width: 140px;
  height: 34px;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
  border: solid 1px rgba(0, 134, 255, 0.44);
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #0086ff;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
.login-scan .btn:hover,
.login-scan .btn.active {
  color: #fff;
  background-color: #0086ff;
}
.login-scan .tab .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.login-scan .btn.back {
  width: 280px;
  height: 40px;
  line-height: 40px;
  background-color: #87b3db;
  border-radius: 2px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  border: 0;
}
.login-scan .btn.back:hover {
  opacity: 0.6;
}
.login-scan .back .iconimg-back {
  margin-right: 10px;
  width: 14px;
  height: 15px;
  background: url(../images/login/back.png) no-repeat center center;
  background-size: 100% 100%;
}
.login-scan .tip {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #999999;
  padding: 10px 0 20px;
}
.login-scan .tip img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.login-scan .img-wrapper {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  position: relative;
}
.login-scan .img-wrapper {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  position: relative;
}
.login-scan .img-wrapper #qrcode {
  width: 100%;
  height: 100%;
}
.login-scan .img-wrapper .scan-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.5;
  text-align: center;
}
.login-scan .img-wrapper .scan-error span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  line-height: 1.5;
}
/* .login-scan .img-wrapper .iconimg-update {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: url(data:image/png;base64,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)
    no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
} */
/* 扫码登录 */
.reset-password {
  width: 100%;
}
.reset-password .tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 26px;
}
.reset-password .btn {
  width: 100%;
  width: 140px;
  height: 34px;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
  border: solid 1px rgba(0, 134, 255, 0.44);
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #0086ff;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
.reset-password .btn:hover,
.reset-password .btn.active {
  color: #fff;
  background-color: #0086ff;
}
.reset-password .tab .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.reset-password .btn.back {
  width: 280px;
  height: 40px;
  line-height: 40px;
  background-color: #87b3db;
  border-radius: 2px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  border: 0;
}
.reset-password .btn.submit {
  width: 280px;
  height: 40px;
  line-height: 40px;
  color: #0086ff;
  border-radius: 2px;
  border: solid 3px rgba(0, 134, 255, 0.44);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-password .btn.back:hover {
  opacity: 0.6;
}
.reset-password .back .iconimg-back {
  margin-right: 10px;
  width: 14px;
  height: 15px;
  background: url(../images/login/back.png) no-repeat center center;
  background-size: 100% 100%;
}
.reset-password .tip {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #999999;
  padding: 10px 0 20px;
}
.reset-password .tip img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.reset-password .img-wrapper {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  position: relative;
}
.reset-password .img-wrapper {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  position: relative;
}
.reset-password .img-wrapper #qrcode {
  width: 100%;
  height: 100%;
}
.reset-password .img-wrapper .scan-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.5;
  text-align: center;
}
.reset-password .img-wrapper .scan-error span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  line-height: 1.5;
}
.reset-password .wtjcb-tabchose > li + li {
  margin-left: 0px;
}
.reset-password .wtjcb-tabchose > li {
  font-size: 13px;
}
