#toolbar {
  background: #e4e4e4;
}

#toolbar .front,
#toolbar .back {
  background: #a2a2a2;
}

/*header*/
.header {
  border-radius: 5px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 50px;
  height: 90px;
  box-shadow: 1px 7px 1px 1px #cbcbcb;
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  z-index: 3;
  top: 40px;
  transition: .5s;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .message {
  margin-left: 15px;
}
.header .logo .message ul li {
  margin-right: 15px;
}
.header .logo .message ul li:last-child {
  margin-right: 0;
}
.header .logo .message ul li p {
  color: #5eb214;
  font-size: 16px;
  font-weight: bold;
}
.header .logo .message ul li span {
  font-size: 12px;
}
.header .header_menu {
  flex: 1;
}
.header .header_menu > ul {
  overflow: visible;
  display: flex;
  justify-content: center;
}
.header .header_menu > ul > li {
  padding: 15px 35px;
  position: relative;
  box-shadow: 0 0 7px transparent;
}
.header .header_menu > ul > li > a {
  display: block;
  font-size: 16px;
  color: #646464;
}
.header .header_menu > ul > li:hover > a, .header .header_menu > ul > li.active > a {
  color: #6c4a2d;
}
.header .header_menu > ul > li:hover {
  box-shadow: 0 0 7px #c8c8c8;
}
.header .header_menu > ul > li:hover .lv2 {
  display: block;
}
.header .header_menu > ul > li .lv2 {
  position: absolute;
  left: 0px;
  z-index: 33;
  top: 52px;
  display: none;
  box-shadow: 0 0 7px #c8c8c8;
}
.header .header_menu > ul > li .lv2 ul li {
  float: none;
}
.header .header_menu > ul > li .lv2 ul li a {
  min-width: 180px;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: none;
  background: #fff;
  color: #646464;
  border: none;
}
.header .header_menu > ul > li .lv2 ul li a:hover {
  background: #6c4a2d;
  color: white;
}
.header .header_search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 30px;
  height: 90px;
  background: #6c4a2d;
}
.header .header_search > img {
  cursor: pointer;
}
.header #search {
  position: static;
  z-index: 333;
  display: none;
  padding-left: 30px;
}
.header #search .submitsearch {
  background: #6c4a2d;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.on {
  position: fixed;
  z-index: 333 !important;
  width: 100%;
  box-shadow: none;
  top: 0;
  box-shadow: 1px 3px 1px 1px #cbcbcb;
}

.footer {
  padding-top: 85px;
  padding-bottom: 35px;
  background: #313131;
}
.footer .erweima {
  text-align: center;
}
.footer .erweima p {
  color: white;
  margin-top: 10px;
  font-size: 14px;
}
.footer .content {
  display: flex;
  justify-content: space-between;
}
.footer li {
  float: none;
}
.footer .footer_menu {
  display: flex;
  justify-content: space-between;
}
.footer .footer_menu ul li {
  line-height: 2;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 12px;
  color: #949494;
}
.footer .footer_menu .ul2 .top_title {
  color: white;
  font-size: 16px;
}
.footer .footer_menu .ul2 .top_title > a {
  color: white;
  font-size: 16px;
  line-height: 2;
  display: block;
}
.footer .top_title {
  color: white;
  font-size: 16px;
}
.footer .footer_contact {
  line-height: 2;
}
.footer .footer_contact .message {
  color: #949494;
  font-size: 12px;
}
.footer .feedback_box {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #3b3b3b;
  border-radius: 20px;
  padding: 30px 0;
}
.footer .feedback_box .formlist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .feedback_box .input_box {
  margin-right: 30px;
  color: white;
}
.footer .feedback_box .input_box input {
  border: 0px;
  border-bottom: 1px solid #a5a5a5;
  background: transparent;
  padding: 10px 5px;
  width: 280px;
}
.footer .feedback_box #code {
  width: 100px;
}
.footer .feedback_box #feedbackbotton {
  background: #6c4a2d;
  border: 0;
  color: white;
  padding: 8px 50px;
  border-radius: 20px;
}

@media (max-width: 1450px) {
  .header .header_menu ul li.lv1 {
    margin: 0 23px;
  }

  .header .header_menu > ul > li {
    padding: 15px 15px;
  }

  .footer .feedback_box .input_box input {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .footer .footer_menu {
    display: none;
  }

  .footer .footer_contact {
    text-align: center;
  }

  .footer .erweima {
    text-align: center;
    float: none;
    margin-top: 20px;
  }

  .footer .feedback_box .input_box input {
    width: 260px;
  }

  .footer .feedback_box .formlist {
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 40px;
  }

  .footer .feedback_box #feedbackbotton {
    margin-top: 10px;
  }

  .footer .feedback_box .input_box {
    width: 100%;
    margin-right: 0;
  }
  .footer .feedback_box .input_box .input_content, .footer .feedback_box .input_box .code_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
  }

  .footer .feedback_box #code {
    width: 190px;
  }

  .footer .footer_contact {
    float: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
