* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
.common-width {
  width: 90%;
  margin: 0 auto;
}
.top-margin {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-margin {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-margin {
    margin-top: 1.875rem;
  }
}
.bottom-margin {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bottom-margin {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bottom-margin {
    margin-bottom: 1.875rem;
  }
}
.top-padding {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-padding {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-padding {
    padding-bottom: 1.875rem;
  }
}
.pc-hidden {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pad-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .phone-hidden {
    display: none;
  }
}
.pc-show {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pad-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .phone-show {
    display: block;
  }
}
@font-face {
  font-family: Zero-G-Regular;
  src: url(../fonts/Zero-G-Regular.otf);
}
@font-face {
  font-family: impact;
  src: url(../fonts/impact.ttf);
}
.header {
  height: 6.25rem;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header .header-content .pc-nav {
  width: 65.1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-content .pc-nav > li {
  width: 6.8125rem;
  position: relative;
}
.header .header-content .pc-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5.625rem;
  font-size: 1.125rem;
  color: #333;
}
.header .header-content .pc-nav > li.drop {
  position: relative;
}
.header .header-content .pc-nav > li.drop .drop-menu {
  width: 8.5rem;
  background: #fff;
  opacity: 0.9;
  padding: 1rem 1.5rem;
  display: none;
  position: absolute;
}
.header .header-content .pc-nav > li.drop .drop-menu li {
  line-height: 1.5625rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #0065b8;
}
.header .header-content .pc-nav > li.drop .drop-menu li a {
  color: #333;
  font-size: 0.9375rem;
}
.header .header-content .pc-nav > li.drop:hover .drop-menu {
  display: block;
  position: absolute;
  z-index: 111;
}
.header .header-content .pc-nav > li.drop:hover .drop-menu li:hover a {
  color: #0065b8;
}
.header .header-content .pc-nav > li:hover > a {
  color: #0065b8;
  font-weight: 600;
}
.header .header-content .search-button {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 0.0625rem solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .header-content .search-button p {
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.search-box {
  display: none;
}
.search-box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}
.search-box > div > .x {
  color: #fff;
  font-size: 2.1875rem;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.search-box > div > .common-width:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
.search-box > div > .common-width .serch-input {
  width: 83%;
  height: 2.5rem;
  outline: none;
  padding-left: 1.25rem;
}
.search-box > div > .common-width .button {
  width: 15%;
  height: 2.5rem;
  cursor: pointer;
  border-radius: 0.3125rem;
  outline: none;
  border: none;
}
.mobile-header {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding-top: 1.25rem;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-caidan {
    font-size: 1.875rem;
  }
  .mobile-header .phone-nav .drop {
    background: #fff;
    padding-top: 1.25rem;
    padding-left: 0.9375rem;
    padding-bottom: 1.25rem;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 111;
    display: none;
  }
  .mobile-header .phone-nav .drop > li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li > a,
  .mobile-header .phone-nav .drop > li .drop-one > a {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .mobile-header .phone-nav .drop > li .drop-menu {
    padding-left: 0.625rem;
    display: none;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li a {
    font-size: 1rem;
    color: #0065b8;
  }
}
@media screen and (max-width: 767px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding-top: 1.25rem;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-caidan {
    font-size: 1.875rem;
  }
  .mobile-header .phone-nav .drop {
    background: #fff;
    padding-top: 1.25rem;
    padding-left: 0.9375rem;
    padding-bottom: 1.25rem;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 111;
    display: none;
  }
  .mobile-header .phone-nav .drop > li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li > a,
  .mobile-header .phone-nav .drop > li .drop-one > a {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .mobile-header .phone-nav .drop > li .drop-menu {
    padding-left: 0.625rem;
    display: none;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li a {
    font-size: 1rem;
    color: #0065b8;
  }
}
.banner {
  width: 100%;
  height: auto;
  font-size: 0;
}
.banner img {
  width: 100%;
  height: auto;
}
.position {
  padding: 1.3125rem 0;
  border-bottom: 0.0625rem solid #eee;
}
.position .position-container {
  color: #999;
}
.position .position-container span,
.position .position-container a {
  color: #999;
}
.products-content .products-left {
  width: 23.49%;
}
.products-content .products-left > div {
  padding: 1.9375rem 1.5625rem;
  background: #f7f7f7;
}
.products-content .products-left > div > h1 {
  text-align: center;
}
.products-content .products-left > div > ul li {
  height: 2.625rem;
  background: #8f9eab;
  padding: 0.8125rem 1rem 0.75rem;
  margin: 1.25rem 0;
}
.products-content .products-left > div > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
}
.products-content .products-left > div > ul li:hover,
.products-content .products-left > div > ul li.active {
  background: #0065b8;
}
.footer {
  background: #3a3a3a;
  padding-top: 1.625rem;
  padding-bottom: 1.1875rem;
}
.footer .footer-container .friend-link {
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #4a4a4a;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.footer .footer-container .friend-link ul {
  display: flex;
  align-items: center;
}
.footer .footer-container .friend-link ul > p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
}
.footer .footer-container .friend-link ul li {
  font-size: 0.9375rem;
  margin-right: 1.25rem;
}
.footer .footer-container .friend-link ul li a {
  color: #666;
}
.footer .footer-container .friend-link .to-top {
  width: 3.625rem;
  height: 2.875rem;
  background: #0065b8;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.footer .footer-container .footer-quick-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.footer .footer-container .footer-quick-nav > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-container .footer-quick-nav > li .tel {
  margin-top: 1.5rem;
  margin-bottom: 1.625rem;
}
.footer .footer-container .footer-quick-nav > li .tel a {
  display: flex;
  align-items: center;
}
.footer .footer-container .footer-quick-nav > li .tel a span {
  color: #fff;
}
.footer .footer-container .footer-quick-nav > li .tel a span.iconfont {
  color: #fff;
  font-size: 1.875rem;
}
.footer .footer-container .footer-quick-nav > li .tel a span:nth-child(2) {
  font-size: 2.4375rem;
  font-family: impact;
}
.footer .footer-container .footer-quick-nav > li .search {
  cursor: pointer;
  display: flex;
}
.footer .footer-container .footer-quick-nav > li .search p.icon-sousuo {
  width: 2.625rem;
  height: 2.625rem;
  background: #0065b8;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6875rem;
  color: #fff;
  margin-right: 0.4375rem;
}
.footer .footer-container .footer-quick-nav > li .search p:nth-child(2) {
  width: 10.1875rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #014d8b;
  border-radius: 0.3125rem;
  color: #fff;
}
.footer .footer-container .footer-quick-nav > li > p {
  margin-bottom: 1.25rem;
}
.footer .footer-container .footer-quick-nav > li > p a {
  font-size: 1.125rem;
  color: #fff;
}
.footer .footer-container .footer-quick-nav > li > ol li a {
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}
.footer .footer-container .footer-quick-nav > li > ol li:hover a {
  color: #0065b8;
}
.footer .footer-container .footer-quick-nav > li:hover > p a {
  font-weight: 600;
}
.footer .copyright {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #4a4a4a;
}
.footer .copyright .copyright-container p {
  font-size: 0.9375rem;
  color: #666;
}
.footer .copyright .copyright-container p a {
  color: #666;
}
.footer .fixed-bar {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-container .footer-quick-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-container .footer-quick-nav > li {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-container .friend-link {
    display: none;
  }
  .footer .footer-container .footer-quick-nav > li:not(:nth-child(1)) {
    display: none;
  }
  .footer .footer-container .footer-quick-nav > li:nth-child(1) {
    width: 100%;
  }
  .footer .copyright {
    margin-bottom: 3.625rem;
  }
  .footer .fixed-bar {
    display: block;
    width: 100%;
    background: #0065b8;
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
    position: fixed;
    bottom: 0;
  }
  .footer .fixed-bar ul {
    display: flex;
    justify-content: space-between;
  }
  .footer .fixed-bar ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .footer .fixed-bar ul li:not(:last-child) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .footer .fixed-bar ul li:not(:last-child) a p {
    font-size: 1.5625rem;
  }
  .footer .fixed-bar ul li:not(:last-child) a p:nth-child(2) {
    font-size: 1.125rem;
  }
  .footer .fixed-bar ul li:last-child {
    width: 6.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.8125rem;
    background-image: linear-gradient(90deg, #fbb900 0%, #fb7000 100%);
    border-radius: 18px;
    color: #fff;
  }
  .footer .fixed-bar ul li:last-child a {
    font-size: 0.875rem;
    color: #fff;
    word-break: break-all;
  }
}
.products-show-banner {
  background: url(../images/case-banner.png) no-repeat;
  background-size: cover;
  padding: 3.6875rem 0;
}
.products-show-banner .banner-container {
  background: #f5f5f5;
  display: flex;
}
.products-show-banner .banner-container .left-img {
  width: 36.34%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-show-banner .banner-container .left-img img {
  width: 100%;
  height: auto;
}
.products-show-banner .banner-container .right-text {
  width: 63.65%;
  padding: 3.125rem 5.3125rem;
}
.products-show-banner .banner-container .right-text .tags span {
  color: #999;
}
.products-show-banner .banner-container .right-text .tags span a {
  color: #999;
}
.products-show-banner .banner-container .right-text .products-name {
  font-size: 1.875rem;
  color: #333;
  font-weight: 600;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.products-show-banner .banner-container .right-text .products-des p:first-child {
  font-weight: 600;
  color: #333;
}
.products-show-banner .banner-container .right-text .products-des p:last-child {
  text-indent: 2rem;
  line-height: 1.875rem;
  color: #666;
}
.products-show-banner .banner-container .right-text .category,
.products-show-banner .banner-container .right-text .model,
.products-show-banner .banner-container .right-text .specifications {
  font-weight: 600;
  color: #333;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.products-show-banner .banner-container .right-text .category a,
.products-show-banner .banner-container .right-text .model a,
.products-show-banner .banner-container .right-text .specifications a,
.products-show-banner .banner-container .right-text .category span,
.products-show-banner .banner-container .right-text .model span,
.products-show-banner .banner-container .right-text .specifications span {
  font-weight: 100;
  color: #666;
}
.products-show-banner .banner-container .right-text > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.75rem;
  height: 2.875rem;
  background: #0065b8;
  color: #fff;
  margin-top: 2.625rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .products-show-banner .banner-container {
    flex-direction: column;
  }
  .products-show-banner .banner-container .left-img {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .products-show-banner .banner-container .left-img img {
    width: 100%;
    height: auto;
  }
  .products-show-banner .banner-container .right-text {
    width: 100%;
    height: auto;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .products-show-banner .banner-container {
    flex-direction: column;
  }
  .products-show-banner .banner-container .left-img {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .products-show-banner .banner-container .left-img img {
    width: 100%;
    height: auto;
  }
  .products-show-banner .banner-container .right-text {
    width: 100%;
    height: auto;
    padding: 1.25rem;
  }
}
.position {
  padding: 1.3125rem 0;
  border-bottom: 0.0625rem solid #eee;
}
.position .position-container {
  color: #999;
}
.position .position-container span,
.position .position-container a {
  color: #999;
}
.products-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.products-content .products-right {
  width: 73.95%;
}
.products-content .products-right .product-show .top,
.products-content .products-right .related-products .top {
  width: auto;
  border-bottom: 0.0625rem solid #eee;
}
.products-content .products-right .product-show .top span,
.products-content .products-right .related-products .top span {
  font-size: 1.25rem;
}
.products-content .products-right .product-show .top::after,
.products-content .products-right .related-products .top::after {
  display: block;
  content: '';
  width: 5rem;
  height: 2px;
  background: #0065b8;
  margin-top: 1.25rem;
}
.products-content .products-right .product-show .product-show-content,
.products-content .products-right .related-products .product-show-content {
  margin-top: 2.5rem;
}
.products-content .products-right .product-show .product-show-content > p,
.products-content .products-right .related-products .product-show-content > p {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.5625rem;
}
.products-content .products-right .product-show .product-show-content > p img,
.products-content .products-right .related-products .product-show-content > p img {
  margin-top: 2.5rem;
  width: 63.56%;
  height: auto;
}
.products-content .products-right .related-products > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.3125rem;
}
.products-content .products-right .related-products > ul li {
  width: 32.43%;
  margin-bottom: 2.9375rem;
  cursor: pointer;
  background: #f5f5f5;
}
.products-content .products-right .related-products > ul li .top-img {
  width: 100%;
  height: auto;
  font-size: 0;
}
.products-content .products-right .related-products > ul li .top-img img {
  width: 100%;
  height: auto;
}
.products-content .products-right .related-products > ul li .bottom-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.products-content .products-right .related-products > ul li .bottom-text .title {
  font-size: 1.25rem;
  color: #333;
  font-weight: 600;
  margin-top: 1.6875rem;
  margin-bottom: 1.0625rem;
}
.products-content .products-right .related-products > ul li .bottom-text .des {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.5625rem;
  text-align: center;
  margin-bottom: 25px;
}
.products-content .products-right .related-products > ul li .bottom-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5625rem;
  height: 2.5rem;
  color: #999;
  border: 0.0625rem solid #999;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .products-content .products-right {
    width: 100%;
  }
  .products-content .products-right .product-show .product-show-content > p > img {
    width: 80%;
  }
  .products-content .products-right .related-products > ul li {
    width: 49%;
  }
  .products-content .products-right .related-products > ul li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .products-content .products-right {
    width: 100%;
  }
  .products-content .products-right .product-show .product-show-content > p > img {
    width: 80%;
  }
  .products-content .products-right .related-products > ul li {
    width: 100%;
  }
}
