header {
  position: relative;
  background-color: #fff;
  padding: 0 26px;
  height: 64px;
  z-index: 4;
}

nav {
  position: relative;
  background-color: #444d58;
  height: 40px;
  clear: both;
  z-index: 3;
}

section {
  position: relative;
  /* , z-index: 2 */
}

footer {
  display: none;
}

.yzf-menu {
  font-size: 14px;
}

.yzf-menu>ul {
  padding: 0 26px;
}

.yzf-menu li {
  display: inline-block;
  position: relative;
}

.yzf-menu li a {
  color: #fff;
  display: block;
  padding: 0 30px;
  line-height: 40px;
}

li.menu-disabled.super-li {
  cursor: default;
}

li.menu-disabled a {
  color: #898989;
  cursor: default;
}

@media screen and (max-width: 1280px) {
  .yzf-menu li a {
    color: #fff;
    display: block;
    padding: 0 20px;
    line-height: 40px;
  }
}

.yzf-menu li:hover {
  background-color: #55616f;
}

.yzf-menu li.active {
  background-color: #55616f;
}

.yzf-menu .sub-menu li {
  display: block;
  text-align: center;
}

.yzf-menu .sub-menu li:hover {
  background-color: #5d6b7a;
}

.yzf-menu .sub-menu {
  background-color: #55616f;
  position: absolute;
  display: none;
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.yzf-header .logo {
  float: left;
  line-height: 64px;
}

.yzf-header .logo img {
  vertical-align: middle;
  display: inline;
  height: 36px;
}

.yzf-header .quickLink {
  float: right;
  height: 100%;
  line-height: 64px;
  position: relative;
}

.yzf-header .quickLink span {
  vertical-align: middle;
}

.yzf-header .quickLink>div {
  display: inline;
  margin-left: 18px;
  vertical-align: middle;
}

.yzf-header .quickLink>div>div {
  display: inline;
}

.yzf-header .quickLink .user-menu>div:first-child:hover {
  cursor: pointer;
  color: #60c7d0;
}

.yzf-header .user-menu .iconfont {
  color: inherit;
}

.yzf-header .user-menu a {
  color: inherit;
  cursor: inherit;
  text-decoration: none;
  width: 100%;
  display: block;
}

.yzf-header .user-menu .ls-panel {
  display: none;
  background-color: #fff;
  border: 1px solid #e7eaf0;
  color: #878787;
  position: absolute;
  right: 0;
  top: 58px;
}

.yzf-header .user-menu .ls-panel .jt {
  position: absolute;
  right: 16px;
  top: -20px;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #e7eaf0 transparent;
}

.yzf-header .user-menu .ls-panel .jt:before {
  position: absolute;
  top: -6px;
  right: -8px;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}



.yzf-header .user-menu ul>li {
  line-height: 30px;
  padding: 0 6px 0 6px;
  white-space: nowrap;
}

.yzf-header .user-menu ul>li:hover {
  background-color: #def9fc;
  cursor: default;
}

.yzf-header .message-menu {
  position: relative;
}

.yzf-header .message-menu:hover {
  cursor: pointer;
}

.yzf-header .message-menu:hover span {
  color: #60c7d0;
}

.yzf-header .tzgg:hover span {
  color: #60c7d0;
}

.yzf-header .Feedback:hover span {
  color: #60c7d0;
}

.yzf-header .message-menu em {
  display: none;
  background-color: #f98e46;
  color: #fff;
  padding: 0px 3px;
  position: absolute;
  top: -3px;
  right: -12px;
  height: 15px;
  line-height: 14px;
}





#announcement {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  width: 94px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: rgba(37,38,38,1);
  cursor: pointer;
}

#announcementDetail {
  text-align: right;
  display: inline-block;
  -webkit-transition: all 1s;
  overflow: hidden;
  /* width:306px; */
  width: 0;
  font-size: 12px;
  color: rgba(37,38,38,1);
  line-height: 38px;
}

#announcementDetail #detail {
  white-space: nowrap;
}

.tax-tip-body {
  font-size: 14px;
}

.tax-red {
  color: red;
}

.tax-big {
  font-size: 18px;
}

.tax-bold {
  font-weight: bold;
}

.tax-margin-top {
  margin-top: 15px;
}

#authorizeButton {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border: 1px solid #999;
  text-align: center;
  width: 100px;
  border-radius: 4px;
  cursor: pointer;
}

.feedback-box {
  padding: 10px;
}

.feedback-tip {
  font-size: 1.2em;
  padding-left: 20px;
}

.feedback-tip p:last-child {
  line-height: 25px;
  margin-top: 10px;
}

.feedback-form {
  margin-top: 10px;
}

#feedbackForm table tr:first-child {
  line-height: 60px;
}

/* #feedbackForm input {
    position: relative;
    font-size: 12px;
    color: #aaa;
    border: 1px solid #c4c4c4;
    border-radius: 3px 3px 3px 3px;
    margin: 0;
    padding: 4px;
    white-space: normal;
    outline-style: none;
    resize: none;
} */

#feedbackForm table tr:first-child td:nth-child(odd) {
  float: left;
  width: 280px;
}

#feedbackForm table tr:first-child td:nth-child(even) {
  text-align: end;
  float: right;
  width: 280px;
}

#feedbackForm table tr td:first-child {
  padding-left: 20px;
}

#feedbackForm table tr td:last-child {
  padding-right: 10px;
}

#feedbackForm table tr:last-child td p {
  position: absolute;
  right: 50px;
  top: 390px;
}

#feedbackForm .opinionContent {
  width: 620px;
  height: 245px;
  resize: none;
  border-radius: 3px 3px 3px 3px;
  padding: 4px;
}

.clue-pool {
  cursor: pointer;
}

.clue-pool-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/clue.png") no-repeat;
  background-size: 16px 16px;
  margin-right: 5px;
}

.imgbox {
  width: 96%;
  height: auto!important;
  -webkit-user-drag: none;
}