/*shipin_box*/
.shipin_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 33;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box video {
  margin-bottom: 20px;
  width: 50%;
}
.shipin_box #close_video {
  width: 50px;
  cursor: pointer;
}

/*header*/
.header #search .submitsearch {
  padding: 2px;
}
.header .container2 {
  position: relative;
  padding: 20px 0;
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.header #search #keyword {
  background: #f9f9f9;
}
.header #search .submitsearch {
  background: #4393d0;
}
.header #search {
  display: none;
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: 3;
}
.header .header_search {
  margin-top: -14px;
}
.header .header_menu {
  margin-top: 31px;
  display: flex;
  align-items: center;
}
.header .header_menu > ul {
  overflow: visible;
}
.header .header_menu > ul > li {
  position: relative;
  margin: 0 2vw;
  position: relative;
}
.header .header_menu > ul > li:after {
  display: block;
  background: #808080;
  width: 2px;
  height: 18px;
  position: absolute;
  right: -2vw;
  top: 2px;
  content: '';
}
.header .header_menu > ul > li:last-child:after {
  display: none;
}
.header .header_menu > ul > li > a {
  display: block;
  font-size: 16px;
  color: #808080;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.header .header_menu > ul > li:hover a, .header .header_menu > ul > li.active a {
  border-bottom: 1px solid #4194d0;
  color: #4194d0;
}
.header .header_menu > ul > li .lv2 {
  display: none;
  position: absolute;
  left: -50px;
  z-index: 333;
  background: white;
  width: 200px;
  top: 36px;
  box-shadow: 3px 6px 14px #d6d6d6;
}
.header .header_menu > ul > li .lv2 > ul {
  overflow: visible;
}
.header .header_menu > ul > li .lv2 > ul > li {
  float: none;
  position: relative;
}
.header .header_menu > ul > li .lv2 > ul > li:hover {
  background: #4194d0;
}
.header .header_menu > ul > li .lv2 > ul > li:hover > a {
  color: white;
}
.header .header_menu > ul > li .lv2 > ul > li:hover .lv3 {
  display: block;
}
.header .header_menu > ul > li .lv2 > ul > li > a {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
  color: #333;
  font-size: 14px;
}
.header .header_menu > ul > li .lv2 > ul > li > a:last-child {
  border-bottom: 0;
}
.header .header_menu > ul > li .lv2 > ul > li > a:hover {
  background: #4194d0;
  color: white;
}
.header .header_menu > ul > li .lv2 > ul > li .lv3 {
  position: absolute;
  background: white;
  box-shadow: 3px 6px 14px #d6d6d6;
  width: 200px;
  right: -200px;
  z-index: 333;
  top: 0;
  display: none;
}
.header .header_menu > ul > li .lv2 > ul > li .lv3 ul li {
  float: none;
}
.header .header_menu > ul > li .lv2 > ul > li .lv3 ul li a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
  color: #333;
  font-size: 14px;
}
.header .header_menu > ul > li .lv2 > ul > li .lv3 ul li a:last-child {
  border-bottom: 0;
}
.header .header_menu > ul > li .lv2 > ul > li .lv3 ul li a:hover {
  background: #4194d0;
  color: white;
}

/*feedback_box*/
.feedback_box {
  background: #4194d0;
  padding: 50px 0;
}
.feedback_box .top_title {
  text-align: center;
  font-size: 28px;
  color: white;
  margin-bottom: 50px;
}
.feedback_box .feedback_content .formlist {
  display: flex;
  justify-content: space-between;
}
.feedback_box .feedback_content .input_box {
  display: flex;
  align-items: center;
  flex: 1;
}
.feedback_box .feedback_content .input_content {
  flex: 1;
}
.feedback_box .feedback_content #feedback .th2 {
  color: white;
  display: block !important;
  text-transform: uppercase;
  margin-right: 15px;
}
.feedback_box .feedback_content .infoInput {
  width: 92%;
  height: 25px;
  border: 0;
  padding: 0 5px;
  border-radius: 2px;
}
.feedback_box .feedback_content #code {
  margin-right: 10px;
  width: 160px;
}
.feedback_box .feedback_content .btn2 {
  background: #424242;
  color: white;
  width: 97px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

/*footer*/
.footer .container2 {
  padding-top: 45px;
}
.footer .footer_menu {
  margin: 30px 0;
}
.footer .footer_menu ul {
  display: flex;
  justify-content: center;
}
.footer .footer_menu ul li {
  margin: 0 40px;
  position: relative;
}
.footer .footer_menu ul li:after {
  display: block;
  background: #808080;
  width: 2px;
  height: 18px;
  position: absolute;
  right: -40px;
  top: 2px;
  content: '';
}
.footer .footer_menu ul li:last-child:after {
  display: none;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 16px;
  color: #808080;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.footer .rt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*.item1{
     width: 39%;
  }
  .item2{
     width: 26%;
  }
  .item3{
     width: 21%;
  }
  .item4{
     width: 21%;
  }*/
}
.footer .rt .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.footer .rt .item .message {
  margin-left: 15px;
  color: #727171;
}
.footer .rt .item .message .title {
  font-size: 14px;
  font-weight: bold;
  color: #727171;
}
.footer .rt .item .message .summary {
  font-size: 14px;
  color: #727171;
}
.footer .rt .item1 {
  width: 100%;
}
.footer .rt .item2 {
  width: 50%;
}
.footer .rt .item3 {
  width: 50%;
}
.footer .lf {
  position: relative;
  top: -36px;
}
.footer .lf ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 1450px) {
  .feedback_box .feedback_content #code {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .footer .lf {
    text-align: center;
  }

  .footer .lf ul {
    width: 70%;
    margin: 10px auto;
  }

  .footer .rt {
    display: block;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .footer {
    margin-top: 0;
  }

  .footer .rt .item {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
  .footer .rt .item .pic {
    display: none;
  }

  .footer .rt .item .message {
    margin-left: 0;
    text-align: center;
  }

  .feedback_box .top_title {
    font-size: 16px;
  }

  .feedback_box .feedback_content .formlist {
    flex-direction: column;
  }

  .feedback_box .feedback_content .input_box {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
