header {
  background: #fff;
  position: fixed;
  /* position: relative; */
  width: 100%;
  top:0;
  transition-duration: 0.5s;
  z-index: 9;
}

.header_in {
  margin: auto;
  max-width: 1440px;
  /* min-width: 1400px; */
  height: 145px;
  border-bottom: 1px solid #f3f2f2;
}

nav {
  display: inline-block;
  width: 78%;
  /* overflow: hidden; */
  vertical-align: top;
  margin-top: 60px;
}

a#logo {
  display: inline-block;
  width: 20%;
  margin-bottom: -50px;
  top: 15px;
  position: relative;
  left: 30px;
  text-align: center;
  z-index: 9999;
}
a#logo img {
  width: 100px;
}

/* ul.menu {
  float: right;
} */

ul.menu>li {
  display: inline-block;
  border-left: 1px solid #979797;
  width: 15%;
  text-align: center;
}

ul.menu>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  width: 103%;
  background: url(../assets/imgs/red_arrow.svg)bottom center no-repeat;
}

ul.menu>li>a:hover, ul.menu>li>a.active {
  display: inline-block;
  width: 103%;
  padding: 10px 0 6px;
  font-size: 16px;
  border-bottom: 4px solid #C30D23;
  color: #000;
  text-decoration: none;
  background: none;
}

ul.menu>li.for_member {
  padding: 0 20px;
  width: 33%;
  position: relative;
}

ul.menu li.for_member a.member_btn {
  display: inline-block;
  width: 43%;
  padding: 1%;
  margin: 1%;
  font-size: 16px;
  border: 1px solid #000;
  background: none;
}

ul.menu li.for_member a.member_btn:hover,
ul.menu li.for_member a.member_btn.active{
  border: 1px solid #C30D23;
  color: #fff;
  background: #C30D23;
}
.inquerybox{
  position: absolute;
  z-index: 99999;
  width: 80%;
  background: #fff;
  padding: 5%;
  border: 2px solid #c30e23;
  margin: 1% 2%;
  left: 8%;
  top: 103%;
  display: none;
}

.inquerybox li{
  margin: 0;
  border-bottom: 1px solid #333333;

}
.member_inquiry{
  position: relative;
}
span.inquiry_num {
  color: #fff;
  background: #ffa935;
  display: block;
  /* padding: 5px 10px; */
  position: absolute;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  width: 20px;
  height: 20px;
  top: 2px;
  right: 5px;
  font-size: 12px;
}
.pic {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.name {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-top: 8%;
  text-align: top;
  font-size: 14px;
  text-align: left;
}
.go_inquiry{
  width: 100%;
  background: #c30d23;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 10px;
}
.inquerybox img {
  width: auto;
  height: 10vw;
  padding: 0;
  border: none;
  box-shadow: none;
}

phone_btn {
  display: none;
}

/* 10/23更新-start */
.pic img.product_pic {
  margin-top: 0;
}
/* 10/23更新-end */

@media screen and (max-width: 1100px) {
  a#logo img {
    width: 95px;
  }

  /* 10/23更新-start */
  span.inquiry_num {
    top: -15px;
    right: -10px;
  }
  /* 10/23更新-end */

}

@media screen and (max-width: 768px) {
  .header_in {
    margin: auto;
    max-width: auto;
    height: 85px;
    position: fixed;
    width: 100%;
    /* overflow: hidden; */
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

  nav {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 999;
    height: 100%;
    margin-top: 10px;
  }

  a#logo {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    top: 10px;
    position: relative;
    left: 0;
    text-align: center;
    z-index: 99;
  }

  ul.menu>li>a {
    display: inline-block;
    padding: 3vh 0;
    font-size: 16px;
    width: 100%;
    background: none;
  }

  ul.menu>li>a:hover {
    display: inline-block;
    padding: 3vh 0;
    font-size: 16px;
    width: 100%;
    background: none;
  }

  ul.menu>li.for_member {
    padding: 0.5vh 0;
    width: 100%;
  }

  a#logo img {
    width: 45px;
  }

  .show {
    display: block;
  }

  .phone_btn {
    display: inline-block;
    width: 80px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 4px 0;
    z-index: 999;
  }

  .line {
    width: 26px;
    height: 4px;
    background-color: #7F2F20;
    transition-duration: 0.3s;
  }

  .line1,
  .line2,
  .line3 {
    margin: 5px auto;
  }

  .lined1,
  .lined3 {
    position: absolute;
    width: 26px;
    height: 4px;
    transform: translate(-50%, -50%);
    width: 32px;
    top: 12px;
    right: 24px;
  }

  .lined1 {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
  }

  .lined2 {
    display: none;
  }

  .lined3 {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
  }

  ul.menu>li {
    display: inline-block;
    border-left: none;
    width: 100%;
    text-align: center;
  }

  ul.menu li.for_member a.member_btn {
    display: inline-block;
    width: 60%;
    padding: 1vh 0;
    margin: 1.5vh 0;
    font-size: 16px;
    border: 1px solid #000;
    background: none;
  }

  ul.menu li.for_member a.member_btn:hover, .active {
    border: 1px solid #C30D23;
    color: #fff;
    background: #C30D23;
  }

  phone_btn {
    display: none;
  }

  .inquerybox{
    display: none;
  }
  /*10/17更新*/
  ul.menu>li>a:hover, ul.menu>li>a.active {
    display: inline-block;
    width: 100%;
    padding: 3vh 0;
    font-size: 16px;
    border-bottom: none;
    color: #000;
    text-decoration: none;
    background: none;
    border: none;
  }

  /* 10/23更新-start */
  span.inquiry_num {
    top: 2px;
    right: 5px;
  }
  /* 10/23更新-end */

}

@media screen and (max-width: 480px) {

}
