#menuWap {
  display: none;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
  padding: 0 min(119px, 6.19792vw);
  transition: all 1.2s;
  transform: translateY(0);
}
.header.hide {
  transform: translateY(-100%);
}
.header .header-box {
  padding: min(30px, 1.5625vw) 0;
}
.header .header-box .header-inner {
  background: #000000;
  height: 88px;
  position: relative;
  border-radius: 15px;
}
.header .header-box .header-inner .phone {
  display: none;
}
.header .header-box .header-inner::after {
  content: "";
  background: url(../images/header-bg_03.png) no-repeat center;
  width: 301px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -150.5px;
  background-size: cover;
  margin-top: -5px;
}
.header .header-box .header-inner .header-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.header .header-box .header-inner .header-flex .hf-left {
  width: calc(50% - 45px);
}
.header .header-box .header-inner .header-flex .hf-left .nav-box ul li {
  width: calc(100% / 3);
}
.header .header-box .header-inner .header-flex .logo {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 25px;
  width: 90px;
  height: 90px;
}
.header .header-box .header-inner .header-flex .logo a {
  width: 100%;
  display: block;
}
.header .header-box .header-inner .header-flex .logo a img {
  width: 100%;
  height: auto;
}
.header .header-box .header-inner .header-flex .hf-right {
  width: calc(50% - 45px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-box .header-inner .header-flex .hf-right .nav-box {
  width: calc(100% - (100% / 3));
}
.header .header-box .header-inner .header-flex .hf-right .nav-box ul li {
  width: 50%;
}
.header .header-box .header-inner .header-flex .nav-box #menuPc ul {
  display: flex;
  flex-wrap: wrap;
}
.header .header-box .header-inner .header-flex .nav-box #menuPc ul li {
  padding: min(10px, 0.52083vw) 0;
  transform: translateX(min(-20px, -1.04167vw));
  position: relative;
  text-align: center;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -127.5px;
  width: 255px;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s;
  transform: translateY(-20px);
  background: #fff;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner {
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding-left: 5px;
  text-align: center;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl::after {
  content: "";
  width: 1px;
  height: 63%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -0.5px;
  bottom: 5%;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl:nth-child(1)::after {
  display: none;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl:nth-child(2) {
  padding-left: 0;
  padding-right: 5px;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl
  dt
  a {
  font-size: 14px;
  color: #000;
  padding: 0;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl
  dd {
  margin-top: 15px;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl
  dd
  a {
  font-size: 12px;
  padding: 0;
  color: #000;
  font-weight: 300;
  transition: all 0.6s;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li
  .slide-nav
  .sn-inner
  dl
  dd
  a:hover {
  color: #00baad;
  text-decoration: underline;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li:hover
  .slide-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header .header-box .header-inner .header-flex .nav-box #menuPc ul li::after {
  content: "";
  width: 0;
  height: min(2px, 0.10417vw);
  background: #04baad;
  border-radius: 1.5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li:hover::after,
.header
  .header-box
  .header-inner
  .header-flex
  .nav-box
  #menuPc
  ul
  li.act::after {
  width: min(28px, 1.45833vw);
}
.header .header-box .header-inner .header-flex .nav-box #menuPc ul li a {
  font-size: min(24px, 1.25vw);
  color: #ffffff;
  transition: all 0.6s;
  padding: 0 min(20px, 1.04167vw);
}
.header .header-box .header-inner .header-flex .nav-box #menuPc ul li.act a,
.header .header-box .header-inner .header-flex .nav-box #menuPc ul li:hover a {
  color: #00baad;
}
.header .header-box .header-inner .header-flex .nav-tool {
  width: calc(100% - (100% - (100% / 3)));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-tool:hover
  .gtranslate_wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header-box .header-inner .header-flex .nav-tool .gtranslate_wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.6s;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  top: 100%;
  flex-wrap: wrap;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  padding: 5px;
}
.header .header-box .header-inner .header-flex .nav-tool .gtranslate_wrapper a {
  padding: 5px;
  width: 50% !important;
  display: block;
  margin: 0 !important;
  box-sizing: border-box;
}
.header
  .header-box
  .header-inner
  .header-flex
  .nav-tool
  .gtranslate_wrapper
  a
  img {
  margin-right: 0;
}
.header .header-box .header-inner .header-flex .nav-tool a {
  display: flex;
  width: min(36px, 1.875vw);
}
.header .header-box .header-inner .header-flex .nav-tool a img {
  width: 100%;
  height: auto;
}
.header .header-box .chat-bt {
  display: none;
}
.m-width-1680 {
  padding: 0 min(120px, 6.25vw);
  max-width: 1920px;
  margin: 0 auto;
}
.footer {
  background: #141414;
  position: relative;
  z-index: 3;
  padding: min(40px, 2.08333vw) 0;
}
.footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  padding-bottom: 15px;
}
.footer .footer-top .logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(185px, 9.63542vw);
}
.footer .footer-top .logo a {
  display: block;
}
.footer .footer-top .logo a img {
  width: 100%;
  height: auto;
}
.footer .footer-top .nav-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer-top .nav-box ul li {
  padding: 0 min(20px, 1.04167vw);
}
.footer .footer-top .nav-box ul li a {
  color: #e7e7e7;
  font-size: min(20px, 1.04167vw);
  transition: all 0.6s;
}
.footer .footer-top .nav-box ul li a:hover {
  color: #04baad;
}
.footer .contact {
  padding: min(120px, 6.25vw) 0 min(20px, 1.04167vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.footer .contact::after {
  content: "";
  max-width: min(660px, 34.375vw);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px dashed #383838;
}
.footer .contact a {
  font-size: min(18px, 0.9375vw);
  color: #b3b3b3;
  transition: all 0.6s;
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.footer .contact a img {
  width: 100%;
  height: auto;
  margin-right: 7.5px;
}
.footer .contact a:nth-child(1) img {
  width: 21px;
}
.footer .contact a:nth-child(2) img {
  width: 21px;
}
.footer .contact a:nth-child(3) img {
  width: 16.5px;
}
.footer .contact a:hover {
  color: #04baad;
}
.footer .footer-bottom {
  padding-top: min(20px, 1.04167vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .share {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-bottom .share a {
  margin: 0 7px;
  width: min(52px, 2.70833vw);
  height: min(52px, 2.70833vw);
  box-sizing: border-box;
  border-radius: 50%;
  background: #0dcec4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(14px, 0.72917vw);
  transition: all 0.6s;
}
.footer .footer-bottom .share a:hover {
  background: #ffffff;
}
.footer .footer-bottom .share a img {
  width: 100%;
  height: auto;
}
.footer .footer-bottom .contact-by {
  text-align: center;
}
.footer .footer-bottom .contact-by .by {
  font-size: min(18px, 0.9375vw);
  color: #b3b3b3;
  text-align: center;
}
.footer .footer-bottom .policy-service a {
  font-size: min(18px, 0.9375vw);
  color: #b3b3b3;
  display: inline-block;
  transition: all 0.6s;
}
.footer .footer-bottom .policy-service a:nth-child(2) {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #b3b3b3;
}
.footer .footer-bottom .policy-service a:hover {
  color: #00baad;
}
.msg-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(94, 94, 94, 0.7);
  display: none;
}
.msg-pop .msg-inner {
  width: min(1600px, 83.33333vw);
  border: 3px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: min(27px, 1.40625vw);
  background: #fff;
  box-sizing: border-box;
  padding: min(35px, 1.82292vw);
}
.msg-pop .msg-inner .pop-close {
  position: absolute;
  right: min(-30px, -1.5625vw);
  z-index: 999;
  top: min(-60px, -3.125vw);
  cursor: pointer;
}
.msg-pop .msg-inner .msg-tit {
  font-size: min(24px, 1.25vw);
  font-weight: 600;
  color: #000;
}
.msg-pop .msg-inner .fm-box form {
  position: inherit !important;
}
.msg-pop .msg-inner .fm-box .usedComp {
  float: left;
  width: 30%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.msg-pop .msg-inner .fm-box .usedComp:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
.msg-pop .msg-inner .fm-box .usedComp .xhl-control-label {
  font-size: min(18px, 0.9375vw);
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  line-height: 40px;
}
.msg-pop .msg-inner .fm-box .usedComp .xhl-controls {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-left:10px;
}
.msg-pop .msg-inner .fm-box .usedComp .xhl-controls textarea {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #000;
}
.msg-pop .msg-inner .fm-box .usedComp .xhl-controls textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.msg-pop .msg-inner .fm-box .usedComp .xhl-controls input {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
	color:#000;
}
.msg-pop .msg-inner .fm-box .usedComp .xhl-controls input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.msg-pop .msg-inner .fm-box .usedComp .xhl-form-tip {
  display: none;
}
.msg-pop .msg-inner .fm-box .xhl-footer {
  clear: both;
  display: table;
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: #000;
  border-radius: 0px min(27px, 1.40625vw) min(27px, 1.40625vw)
    min(59px, 3.07292vw);
  color: #fff;
  font-size: min(24px, 1.25vw);
  font-weight: 500;
  margin-bottom: 0 !important;
  width: min(165px, 8.59375vw);
  height: min(112px, 5.83333vw);
  text-align: center;
  line-height: min(112px, 5.83333vw);
  border: 3px solid #000;
  box-shadow: -2px 2px 2px #ccc;
  text-transform: uppercase;
  cursor: pointer;
}
.msg-pop .msg-inner .fm-box .xhl-footer::after {
  content: "";
  background: url(../images/mous-icon.png) no-repeat center;
  position: absolute;
  right: min(-30px, -1.5625vw);
  bottom: min(-30px, -1.5625vw);
  width: min(72px, 3.75vw);
  height: min(72px, 3.75vw);
}
.msg-pop .msg-inner .msg-tips {
  font-size: 12px;
  color: rgba(28, 28, 28, 0.8);
}
.tel-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(94, 94, 94, 0.5);
  display: none;
}
.tel-pop .tel-inner {
  width: min(930px, 48.4375vw);
  border: 3px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: min(27px, 1.40625vw);
  background: #fff;
  box-sizing: border-box;
  padding: min(20px, 1.04167vw) min(35px, 1.82292vw);
}
.tel-pop .tel-inner .tel-tit {
  font-size: min(24px, 1.25vw);
  font-weight: 600;
  color: #000;
}
.tel-pop .tel-inner .tel-number {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom:1px solid rgba(0, 0, 0, 0.32);
  padding:30px 0 20px;
}
.tel-pop .tel-inner .tel-number .line{
    width:1px;
    height:40px;
    background:rgba(0,0,0,0.32);
    margin:0 20px;
}
.tel-pop .tel-inner .tel-number a {
  font-size: min(24px, 1.875vw);
  color: #000;
  font-weight: 700;
  display: inline-block;
}
.tel-pop .tel-inner .add{
    padding:20px 0;
    font-size: 12px;
    text-align: center;
    color: rgba(28, 28, 28, 0.8);
}
.tel-pop .tel-inner .tips {
  font-size: 12px;
  color: rgba(28, 28, 28, 0.8);
}
.tel-pop .tel-inner .tel-go {
  width: min(156px, 8.59375vw);
  height: min(64px, 3.15vw);
  border-radius:min(27px, 1.40625vw)  0px  min(27px, 1.40625vw) min(27px, 1.40625vw);
  background: #000;
  border: 3px solid #000;
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.tel-pop .tel-inner .tel-go img{
    width:30px;
    height:auto;
}
.tel-pop .tel-inner .pop-close {
  position: absolute;
  right: min(-30px, -1.5625vw);
  z-index: 999;
  top: min(-60px, -3.125vw);
  cursor: pointer;
}
body:hover .fixed-right-tool {
  opacity: 1;
  right: min(60px, 3.125vw);
}
.fixed-right-tool {
  position: fixed;
  right: 0;
  opacity: 0;
  transition: all 0.6s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: #25272a;
  box-shadow: 0px 2px 4px rgba(222, 222, 222, 0.5);
  width: min(60px, 3.125vw);
  border-radius: 36px;
  padding: min(20px, 1.04167vw) 0 min(10px, 0.52083vw);
}
.fixed-right-tool .item {
  margin-top: min(20px, 1.04167vw);
}
.fixed-right-tool .item:nth-child(1) {
  margin-top: 0;
}
.fixed-right-tool .item:nth-child(2) {
  margin-top: min(35px, 1.82292vw);
}
.fixed-right-tool .item:nth-child(3) {
  margin-top: min(35px, 1.82292vw);
}
.fixed-right-tool .item:nth-child(4) {
  margin-top: min(30px, 1.5625vw);
}
.fixed-right-tool .item:nth-child(4) a {
  width: min(37px, 1.92708vw);
}
.fixed-right-tool a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(27px, 1.40625vw);
  border-radius: 50%;
  margin: 0 auto;
}
.fixed-right-tool a img {
  width: 100%;
  height: auto;
}
.page-box {
  padding: min(30px, 1.5625vw) 0 min(60px, 3.125vw);
  text-align: center;
}
.page-box .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  border: 1px solid #dddddd;
  display: inline-flex;
  font-size: 14px;
  color: #888888;
  margin: 0 5px;
  width: min(35px, 1.82292vw);
  height: min(35px, 1.82292vw);
  line-height: min(35px, 1.82292vw);
  justify-content: center;
  background: transparent;
}
.page-box .wp-pagenavi a.first,
.page-box .wp-pagenavi a.last{
  background: #333;
  color: #fff;
  padding: 0 15px;
}
.page-box .wp-pagenavi a.nextpostslink,
.page-box .wp-pagenavi a.previouspostslink {
  background: #333;
  color: #fff;
  padding: 0 15px;
}
.page-box .wp-pagenavi .current {
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
}
@media screen and (max-width: 1023px) {
  .header {
    position: sticky;
    background: #141414;
  }
  .inner-page .m-width-1680 {
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .header .header-box .header-inner .header-flex {
    display: none;
  }
  .header .header-box .header-inner::after {
    display: none;
  }
  .header .header-box .header-inner {
    height: 100%;
    background: #141414;
    position: relative;
  }
  .header .header-box .header-inner .phone {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .header-box .header-inner .phone a {
    display: block;
    width: 40px;
    height: 40px;
  }
  .header .header-box .header-inner .phone a img {
    width: 100%;
    height: auto;
  }
  .header .header-box {
    height: 60px;
    padding: 0;
  }
  .header .header-box .chat-bt {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 9;
  }
  .header .header-box .chat-bt a {
    padding: 22px 0;
    display: flex;
    align-items: center;
    width: 15px;
  }
  .header .header-box .chat-bt a img {
    width: 100%;
    height: auto;
  }
  .inner-page .header .header-box .header-inner {
    width: 100%;
    justify-content: center;
  }
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  #menuWap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 667;
    border-radius: 0px 0px 40vw 0px;
    background: #000;
    box-shadow: -3px 2px 9px rgba(138, 135, 135, 0.1);
    width: 100%;
    height: auto;
    padding: 0 20px 34vw;
    box-sizing: border-box;
  }
  #menuWap ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #menuWap ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #menuWap ul li a {
    color: #fff;
    font-weight: 300;
    display: block;
    padding: 15px 0 5px;
  }
  #page {
    position: relative;
  }
  #page:after {
    content: "";
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(79, 79, 79, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 666;
  }
  .open #page:after {
    display: block;
  }
  .btn-nav {
    position: absolute;
    top: 0;
    left: 20px;
    background: transparent;
    border: none;
    padding: 23px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99999;
    display: block;
    width: 15px;
  }
  .icon-bar {
    display: block;
    margin: 5px 0;
    width: 15px;
    height: 1px;
    border-radius: 0.5px;
    background-color: #fff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 999999;
  }
  .icon-bar.top {
    margin: 0;
  }
  .icon-bar.bottom {
    margin: 0;
  }
  .icon-bar.middle {
    width: 12px;
  }
  .open .top {
    transform: translateY(6px) rotateZ(45deg);
  }
  .open .bottom {
    transform: translateY(-6px) rotateZ(-45deg);
  }
  .open .middle {
    width: 0;
  }
  .fixed-right-tool {
    width: 40px;
    padding: 10px 0;
    opacity:1;
  }
  .fixed-right-tool a {
    width: 20px;
    height: 20px;
  }
  .fixed-right-tool a img {
    height: 18px;
  }
  .fixed-right-tool .item:nth-child(3) a img {
    height: 20px;
  }
  .fixed-right-tool .item:nth-child(4) a img {
    height: 20px;
    width: 20px;
  }
  .footer .footer-top {
    display: block;
    padding-bottom: 0;
  }
  .footer .footer-top .logo {
    width: 150px;
    position: relative;
    margin: 0 auto 10px;
  }
  .footer .footer-top .nav-box ul {
    width: 100%;
    justify-content: center;
  }
  .footer .footer-top .nav-box ul li a {
    font-size: 16px;
  }
  .footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-bottom .share {
    margin-bottom: 20px;
  }
  .footer .footer-bottom .share a {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .footer .contact {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .contact::after {
    display: none;
  }
  .footer .contact a {
    font-size: 14px;
    width: 200px;
    margin: 0;
  }
  .footer .contact a:nth-child(2) {
    margin: 20px 0;
  }
  .footer .footer-bottom .contact-by .by {
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .footer .footer-bottom .policy-service a {
    font-size: 12px;
  }
  .page-box .page {
    display: none !important;
  }
  .page-box .wp-pagenavi a,
  .page-box .wp-pagenavi span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .msg-pop .msg-inner .msg-tit {
    font-size: 18px;
  }
  .msg-pop .msg-inner .fm-box .usedComp .xhl-control-label {
    font-size: 14px;
  }
  .msg-pop .msg-inner .fm-box .usedComp {
    display: block;
    width: 100%;
  }
  .msg-pop .msg-inner .fm-box .xhl-footer {
    font-size: 14px;
  }
  .tel-pop .tel-inner {
    width: 83.33333vw;
    padding-bottom: 40px;
  }
  .tel-pop .tel-inner .tel-tit {
    font-size: 14px;
  }
  .tel-pop .tel-inner .tel-number a {
    font-size: 18px;
  }
  .tel-pop .tel-inner .tel-name {
    font-size: 14px;
  }
  .tel-pop .tel-inner .tel-go {
    width: 80px;
    height: 34px;
  }
  .tel-pop .tel-inner .tel-go img {
    width: 20px;
    height: auto;
  }
}
