* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li,
ul {
  list-style: none;
}
.max_width {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.crmuu_header {
  min-width: 1200px;
}
.crmuu_header_nav {
  background-color: rgba(255, 255, 255,0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid #d5d8ea;
  transition: all 1s ease-in-out;
}
.crmuu_header_nav_box {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  height: 60px;
}
.crmuu_header_nav_box .left {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.crmuu_header_nav_box .left .hidden {
  opacity: 0;
  height: 0;
  width: 0;
  display: block;
}
.crmuu_header_nav_box .left span {
  font-size: 22px;
  color: #fff;
}
.crmuu_header_nav_box .left .logo {
  width: 209px;
  height: 41px;
  object-fit: cover;
  vertical-align: sub;
}
.crmuu_header_nav_box .center-menu {
  display: flex;
  font-size: 14px;
  line-height: 14px;
}
.crmuu_header_nav_box .center-menu .menu-item {
  position: relative;
  margin-right: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  cursor: pointer;
}
.crmuu_header_nav_box .center-menu .menu-item a {
  font-size: 14px;
  font-family: "PingFangSC";
  color: #333333;
}
.crmuu_header_nav_box .center-menu .menu-item:hover::before {
  opacity: 1;
}
.crmuu_header_nav_box .center-menu .menu-item::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 3px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #2199ff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.crmuu_header_nav_box .right {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.crmuu_header_nav_box .right .btn {
  width: 78px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  font-family: "PingFangSC";
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.crmuu_header_nav_box .right .btn:hover {
  box-shadow: 0 2px 5px rgba(79, 126, 255, 0.5);
}
.crmuu_header_nav_box .right .register_btn {
  border: 1px solid rgba(79, 126, 255, 0.5);
  color: #4f7eff;
  cursor: pointer;
}
.crmuu_header_nav_box .right .login_btn {
  margin-left: 10px;
  color: #fff;
  background-color: #4f7eff;
  cursor: pointer;
}
.crmuu_footer {
  min-width: 1200px;
}
.crmuu_footer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  font-family: "PingFangSC";
}
.crmuu_footer_box .code img {
  width: 177px;
  height: 177px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 10.103px 8.181px 18px 0px rgba(159, 175, 191, 0.2);
  object-fit: cover;
}
.crmuu_footer_box .desc {
  padding-top: 32px;
  padding-bottom: 12px;
  font-size: 18px;
  color: #313437;
  font-weight: bold;
}
.crmuu_footer_box .desc span {
  padding-left: 12px;
}
.crmuu_footer_box .desc1 {
  font-size: 14px;
  color: #4f7eff;
}
.crmuu_footer .keep_on_record {
  background-color: #f8f8f8;
  height: 40px;
  text-align: center;
  font-size: 12px;
  font-family: "PingFangSC";
  color: #999999;
  text-transform: uppercase;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.crmuu_footer .keep_on_record .copyright {
  font-size: 12px;
  color: #999999;
}
.crmuu_footer .crmuu_footer_flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 367px;
  margin: 0 auto;
}
.crmuu_footer_address {
  text-align: left;
  max-width: 504px;
  font-family: "PingFangSC";
}
.crmuu_footer_address .crmuu_footer_address_title {
  font-size: 14px;
  color: #333333;
}
.crmuu_footer_address .crmuu_footer_address_desc {
  padding-bottom: 30px;
  padding-top: 12px;
  font-size: 14px;
  color: #aeafbc;
  border-bottom: 1px solid rgba(148, 157, 164, 0.2);
  line-height: 26px;
}
.crmuu_footer_address img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  object-fit: cover;
  vertical-align: sub;
}
.crmuu_footer_address .crmuu_footer_address_box {
  color: #51536c;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.crmuu_footer_address .crmuu_footer_address_phone {
  font-size: 18px;
  font-family: "PingFangSC";
  color: #51536c;
}
.crmuu_footer_address .crmuu_footer_address_phone .footer-tit {
  font-size: 14px;
}
