#toolbar .front {
  background: #969696;
}

#toolbar {
  background: #ebebeb;
}

#toolbar .back {
  background: #969696;
}

.header {
  padding: 25px 0;
  border-bottom: 3px solid #ff5400;
}
.header .header_menu {
  margin-top: 24px;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: #777777;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #ff5400;
  border-bottom: 1px solid #ff5400;
}
.header .header_menu ul li:last-child {
  margin-right: 0;
}

.footer {
  padding: 60px 0;
  background: white;
  color: #949494;
  /*feedback*/
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.footer .youqing {
  margin-bottom: 30px;
}
.footer .youqing ul li {
  margin-right: 10px;
  color: black;
  font-size: 16px;
}
.footer .youqing ul li a {
  color: black;
  font-size: 16px;
}
.footer a {
  color: #949494;
  font-size: 12px;
}
.footer .title {
  color: black;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .footer_erweima {
  text-align: center;
}
.footer .footer_contact {
  width: 25%;
}
.footer .footer_feedback {
  width: 25%;
}
.footer .content {
  line-height: 2;
}
.footer .footer_menu {
  width: 22%;
}
.footer .footer_menu li {
  width: 30%;
}
.footer #feedback .th2 {
  display: block !important;
}
.footer #feedback input::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 0;
}
.footer #feedback input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0;
}
.footer #feedback input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 0;
}
.footer #feedback .infoInput {
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid #949494 !important;
  flex: 1;
}
.footer #feedback .input_box {
  display: flex;
  align-items: center;
  color: #949494;
}
.footer #feedback .input_box #code {
  margin-right: 15px;
  width: 70px;
}
.footer #feedback .input_box .th2 {
  width: 48px;
  margin-right: 5px;
}
.footer #feedback #feedbackbotton {
  padding: 5px;
  border: 0 !important;
  background: #ff5400;
  color: white;
}
.footer .footer_menu,
.footer .footer_feedback,
.footer .footer_contact {
  border-right: 1px solid #949494;
}

@media (max-width: 768px) {
  .footer .footer_menu, .footer .footer_feedback, .footer .footer_contact {
    width: 100%;
  }

  .footer {
    padding: 40px 0;
  }
  .footer .container2 {
    display: block;
  }
  .footer .footer_feedback {
    display: none;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .footer_contact {
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin-bottom: 30px;
  }

  .footer .title {
    margin-bottom: 4px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
