@import url('../css/reset.css');
header {
  background: #000B25;
}
header .head {
  width: 1280px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
header .head .logo img {
  width: 168px;
  height: 48px;
}
header .head .head_r {
  display: flex;
  align-items: center;
  height: 72px;
}
header .head .head_r nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header .head .head_r nav .nav_item {
  height: 100%;
  margin-right: 32px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 72px;
  position: relative;
}
header .head .head_r nav .nav_item:hover {
  color: #fff;
  text-decoration: underline;
}
header .head .head_r nav .nav_item .pc_list {
  width: 131px;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 60px;
  left: -40px;
  display: none;
  z-index: 9;
}
header .head .head_r nav .nav_item .pc_list li {
  line-height: 18px;
  margin-bottom: 12px;
}
header .head .head_r nav .nav_item .pc_list li:last-child {
  margin-bottom: 0;
}
header .head .head_r nav .nav_item .pc_list li a {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
header .head .head_r nav .nav_item .pc_list li a:hover {
  text-decoration: underline;
}
header .head .head_r nav .cate:hover .pc_list {
  display: block !important;
}
header .head .head_r .search {
  width: 250px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 25px 25px 25px 25px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head_r .search img {
  width: 24px;
  height: 24px;
}
header .head .head_r .search input {
  width: calc(100% - 34px);
  height: 18px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  border: none;
}
header .head .head_r .search input::-webkit-input-placeholder {
  color: #999999;
}
header .m-head {
  background-color: #000B25;
  width: 100%;
  height: 52px;
  padding: 0px 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
header .m-head .m-list,
header .m-head .m-search {
  width: 24px;
  height: 24px;
}
header .m-head .m-logo {
  width: 147px;
  height: 42px;
}
header .m-head .menus {
  width: 100%;
  height: calc(100vh - 52px);
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 52px;
  left: -100%;
  z-index: 9;
}
header .m-head .menus .m-child {
  width: 246px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  padding: 16px;
}
header .m-head .menus .m-child .menu-list h3,
header .m-head .menus .m-child .menu-list .feat {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}
header .m-head .menus .m-child .menu-list ul {
  margin-bottom: 16px;
}
header .m-head .menus .m-child .menu-list ul li {
  margin: 0 0 8px 10px;
}
header .m-head .menus .m-child .menu-list ul li a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
header .m-head .m-search-input {
  width: 85%;
  height: 36px;
  background: #FFFFFF;
  border-radius: 54px 54px 54px 54px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  display: none;
}
header .m-head .m-search-input input {
  border: none;
  width: 80%;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
}
header .m-head .m-search-input img {
  width: 20px;
  height: 20px;
}
#content {
  flex: 1;
  width: 1280px;
  margin: auto;
}
footer {
  background: #000B25;
}
footer .foot {
  width: 1280px;
  padding: 32px 0;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .foot .foot_logo {
  margin-bottom: 24px;
}
footer .foot .foot_logo img {
  width: 168px;
  height: 48px;
}
footer .foot nav {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
footer .foot nav a {
  margin-right: 40px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot nav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .foot .btm_text {
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  footer .foot {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  footer .foot {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  footer .foot {
    width: 100%;
  }
  footer .foot .foot_logo {
    margin-bottom: 16px;
  }
  footer .foot nav {
    flex-direction: column;
    justify-content: center;
  }
  footer .foot nav a {
    margin: 0 0 16px 0;
  }
  footer .foot nav a:last-child {
    margin-bottom: 0;
  }
  footer .foot .btm_text {
    font-size: 12px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  footer .foot {
    width: 100%;
  }
  footer .foot .foot_logo {
    margin-bottom: 16px;
  }
  footer .foot nav {
    flex-direction: column;
    justify-content: center;
  }
  footer .foot nav a {
    margin: 0 0 16px 0;
  }
  footer .foot nav a:last-child {
    margin-bottom: 0;
  }
  footer .foot .btm_text {
    font-size: 12px;
  }
}
.ting {
  overflow: hidden;
  height: 100%;
}
