.site-wrap {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0.2rem #ccc;
}
.site-wrap .g-flex > div {
  height: 0.6rem;
}
.site-wrap .g-flex .logo {
  color: #fff;
  background: #ff6000 url(../img/logo.svg) no-repeat 50% 50%;
  background-size: 80% auto;
  width: 1.6rem;
}
.site-wrap .g-flex .site-nav {
  font-size: 0.2rem;
}
.site-wrap .g-flex .site-nav a {
  margin-left: 0.2rem;
  padding: 0.17rem 0.1rem;
}
.site-wrap .g-flex .site-nav a.active,
.site-wrap .g-flex .site-nav a:hover {
  position: relative;
  color: #ff7919;
}
.site-wrap .g-flex .site-nav a.active::after,
.site-wrap .g-flex .site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 0.04rem;
  width: 60%;
  background-color: #ff7919;
  border-radius: 1rem;
}
.site-wrap .g-flex .btn {
  display: none;
}
.site-wrap .g-flex .btn .reg-btn,
.site-wrap .g-flex .btn .login-btn {
  background-color: #ff7919;
  color: #fff;
  padding: 0.03rem 0.2rem;
  border-radius: 0.15rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.site-wrap .g-flex .btn .login-btn {
  margin: 0 0.1rem;
}
.site-wrap .g-flex .login {
  display: none;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.15rem;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.1rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.site-wrap .g-flex .login .true-name {
  margin: 0 0.2rem 0 0.05rem;
  position: relative;
  color: #fff;
}
.site-wrap .g-flex .login .true-name::after {
  position: absolute;
  content: '';
  right: -0.1rem;
  background-color: #fff;
  height: 0.13rem;
  width: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
.site-wrap .g-flex .login .true-name:hover {
  color: #ff7919;
}
.site-wrap .g-flex .login dl {
  height: 0.4rem;
  margin: 0;
  overflow: hidden;
  transition: all 0.25s;
  padding: 0 0.1rem;
}
.site-wrap .g-flex .login dl:hover {
  background-color: rgba(0, 0, 0, 0.3);
  height: auto;
  box-shadow: 0 0 0.1rem #fff;
  border-radius: 0.08rem;
}
.site-wrap .g-flex .login dl dd {
  margin: 0;
  text-align: center;
}
.site-wrap .g-flex .login dl dd a {
  color: #fff;
}
.site-wrap .g-flex .login dl dd a:hover {
  color: #ff7919;
}
@media screen and (min-width: 0px) and (max-width: 1190px) {
  .site-wrap .site-box {
    width: 16rem;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
footer {
  padding: 0.3rem;
  margin-top: 0.6rem;
  background: #3b3f4a;
  font-size: 0.17rem;
  line-height: 0.3rem;
}
footer a {
  color: #fff;
}
footer .footer-menu {
  margin-bottom: 0.1rem;
}
footer .footer-menu a {
  margin-right: 0.25rem;
  position: relative;
}
footer .footer-menu a:hover {
  color: #ff7919;
}
footer .footer-menu a::after {
  content: '';
  height: 0.14rem;
  width: 1px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: -0.15rem;
  top: 0.05rem;
}
footer .footer-menu a:last-child {
  margin: 0;
}
footer .footer-menu a:last-child::after {
  display: none;
}
footer .statement {
  color: #9fa3ae;
}
footer .statement a {
  color: #9fa3ae;
}
footer .statement a:hover {
  color: #ebebeb;
}
footer .link-box a {
  color: #ccc;
}
footer .des {
  color: #9fa3ae;
}
body .to-chat-layer {
  width: 7.1rem !important;
  height: 6.1rem !important;
}
.favorite-corp-layer .layui-layer-btn {
  font-size: 0.128rem;
}
.favorite-corp-layer .layui-layer-btn .layui-layer-btn0 {
  background-color: #ff7919;
  border-color: #ff7919;
}
.check_identity_layer .layui-layer-btn {
  text-align: center;
}
.uploadBtn {
  font-size: 0.15rem;
}
