body {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    background-image:url(/render/0000206/ygc/website/page/res/images/leixinLogo.png);
    background-repeat:no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
}
.head {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #1461CC;
  display: flex;
  justify-content: space-between; 
  align-items: center;
}
.head .header-logo {
  display: flex;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: 10px;
}
.head .header-logo img {
  width: 140px;
  height: 40px;
}
.head .header-logo .title {
  margin-left: 15px;
  padding-left: 15px;
  width: 50%;
  border-left: 1px solid #E6E6E6;
  color: #026afc;
  font-weight: bold;
  font-family: Source Han Sans CN;
}

.hc_login_btn {
    width: 160px;
    height: 50px;
    background: inherit;
    background-color: rgba(215, 215, 215, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    border-radius: 5px;
}
.head .regist-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  background: #026afc;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
}
a {
  color: #fff;
  text-decoration: unset;
}