/* header , footer */
body {
  padding-top: 73px;
}
header p, footer p {
  margin: 0;
  padding: 0;
}
header {
  width: 100%;
  height: 73px;
  border-bottom: 1px solid #E9E9EB;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.hide-md {
  display: none;
}
.header-inner {
  padding: 0px 0px 0px 40px;
}
.header-inner .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.header-nav-md nav ul {
  width: 660px;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.header-nav-md nav ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style: none;
  padding: 25.2px 0px;
  width: 120px;
  text-align: center;
}
.header-nav-md nav ul li:nth-child(4) {
  background-color: #C1C1C1;
  width: 150px;
}
.header-nav-md nav ul li:nth-child(5) {
  background-color: #FB4338;
  width: 150px;
}
.header-nav-md nav ul li a {
  text-decoration: none;
  color: #8c8c8c;
}
.header-nav-md nav ul li a:hover {
  color: #4d4d4d;
}
.header-nav-md nav ul li:nth-child(4) a {
  color: #FFFFFF;
  font-weight: 700;
  padding: 26px 46.7px;
  transition: 0.4s;
}
.header-nav-md nav ul li:nth-child(5) a {
  color: #FFFFFF;
  font-weight: 700;
  padding: 26px 61px;
  transition: 0.4s;
}
.header-nav-md nav ul li:nth-child(4) a:hover {
  color: #FFFFFF;
  background-color: #E3E3E3;
}
.header-nav-md nav ul li:nth-child(5) a:hover {
  color: #FFFFFF;
  background-color: #FDA5A0;
}
@media screen and (max-width:767px) {
  .hide-sm {
    display: none;
  }
  .hide-md {
    display: inline-block;
  }
  .header-inner {
    padding: 20px 20px;
  }
  .header-op-sm {
    display: flex;
    align-content: center;
    align-items: center;
  }
  #react-burger-menu-btn {
    margin-left: 10px;
    cursor: pointer;
  }
  .ant-btn-lg, .ant-btn-sm {
    min-width: 80px;
    font-size: 14px;
    border-radius: 4px;
  }
  .ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
  }
  .ant-btn {
    position: relative;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .75px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    background-image: none;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    user-select: none;
    touch-action: manipulation;
    background: #fff;
  }
  .ant-btn:hover {
    border: 1px solid #333;
  }
  .ant-btn-sm {
    height: 32px;
    padding: 8px 12px;
  }
  .ant-btn-sm span {
    font-size: 12px;
    color: #333;
  }
  .bm-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: none;
  }
  .header-nav-sm {
    width: 320px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 10;
    display: none;
  }
  .nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .header-nav-sm {
    padding: 50px 0 0 0;
  }
  .header-nav-sm ul {
    margin: 0;
    padding: 0;
  }
  .header-nav-sm ul li {
    list-style: none;
  }
  .header-nav-sm ul li:nth-child(4) {
    background-color: #C1C1C1;
    border-radius: 15px;
    width: 90%;
    padding: 0px 0px;
    margin: 60px 0px 20px 5%;
  }
  .header-nav-sm ul li:nth-child(5) {
    background-color: #FB4338;
    border-radius: 15px;
    width: 90%;
    margin: 0px 0px 10px 5%;
  }
  .header-nav-sm ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: block;
    padding: 25px 0 25px 65px;
    transition: .4s;
    position: relative;
  }
  .header-nav-sm ul li a:hover {
    background: #f7f7fa;
  }
  .header-nav-sm ul li a::before {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    content: ' ';
    position: absolute;
  }
  .header-nav-sm ul li:nth-child(4) a {
    color: #FFFFFF;
    font-weight: 700;
    padding: 20px 0 20px 65px;
    border-radius: 15px;
  }
  .header-nav-sm ul li:nth-child(5) a {
    color: #FFFFFF;
    font-weight: 700;
    padding: 20px 0 20px 65px;
    border-radius: 15px;
  }
  .header-nav-sm ul li:nth-child(4) a:hover {
    background: #E3E3E3;
    border-radius: 15px;
  }
  .header-nav-sm ul li:nth-child(5) a:hover {
    background: #FC867F;
    border-radius: 15px;
  }
  .header-nav-sm ul li:nth-child(1) a::before {
    background: url("../img/common/nav-icon01.svg") no-repeat center center;
    background-size: 100%;
  }
  .header-nav-sm ul li:nth-child(2) a::before {
    background: url("../img/common/nav-icon02.svg") no-repeat center center;
    background-size: 100%;
  }
  .header-nav-sm ul li:nth-child(3) a::before {
    background: url("../img/common/nav-icon03.svg") no-repeat center center;
    background-size: 100%;
  }
  .header-nav-sm ul li:nth-child(4) a::before {
    background: url("../img/common/nav-icon04.svg") no-repeat center center;
    background-size: 100%;
  }
  .header-nav-sm ul li:nth-child(5) a::before {
    background: url("../img/common/nav-icon05.svg") no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (min-width:768px) {
  .header-nav-sm, .bm-overlay {
    display: none !important;
  }
}
footer {
  width: 100%;
  background: #282829;
  overflow: hidden;
}
footer .footer-inner {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 35px 0;
}
footer .footer-inner h6 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: 300;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
}
footer .footer-flex-box {
  width: 24%;
}
footer .footer-flex-box ul {
  margin: 0;
  padding: 0;
}
footer .footer-flex-box ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
}
footer .footer-flex-box ul li a {
  color: #8c8c8c;
  text-decoration: none;
  transition: .3s;
}
footer .footer-flex-box ul li a:hover {
  color: #fff;
}
footer .footer-flex-box .mt-6 {
  margin-top: 24px;
}
footer .fotter-app-list {
  display: flex;
  flex-wrap: wrap;
}
footer .fotter-app-list li {
  position: relative;
  width: 24px;
  margin-right: 12px;
}
footer .footer-wechat > img {
  cursor: pointer;
}
footer .footer-wechat-qr {
  width: 160px;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
footer .footer-company {
  align-content: center;
  border-top: 1px solid #333;
}
footer .footer-company ul.footer-companyList {
  margin: 0;
  padding: 0;
  display: flex;
}
footer .footer-company ul.footer-companyList li {
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  margin-right: 22px;
}
footer .footer-company ul.footer-companyList li a {
  color: #8c8c8c;
  text-decoration: none;
  transition: .3s;
}
footer .footer-company ul.footer-companyList li a:hover {
  color: #fff;
}
footer .footer-copyright {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
footer .footer-copyright span {
  color: #8c8c8c;
}
@media screen and (max-width:767px) {
  footer .footer-container {
    display: block;
  }
  footer .footer-flex-box {
    width: 100%;
  }
  footer .footer-flex-box02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-flex-box02 ul li {
    margin-right: 20px;
    margin-bottom: 16px;
  }
  footer .footer-flex-box04 {
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-top: 20px;
  }
  footer .footer-flex-box04 .fotter-app-dl {
    display: flex;
  }
  footer .footer-flex-box04 .fotter-app-dl li {
    margin-right: 20px;
  }
  footer .footer-flex-box04 .fotter-app-list {
    justify-content: space-between;
    margin: 0 20px;
  }
  footer .footer-wechat-qr {
    transform: translateX(-80%);
  }
  footer .footer-company ul.footer-companyList {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  footer .footer-company ul.footer-companyList li {
    font-size: 12px;
    margin-right: 0;
    text-align: center;
    padding: 0px 5px 5px;
  }
  footer .footer-copyright {
    text-align: center;
    margin-top: 5px;
  }
}