.head {
  background: linear-gradient(91.66deg, #669aff 2.94%, #5cc4ff 114.01%);
  height: 125px;
}
.head > img {
  margin-top: 40px;
  margin-left: 60px;
}
.headTitle {
  float: right;
  font-size: 20px;
  margin-top: 40px;
}
.headTitle a {
  display: inline-block;
  margin-right: 56px;
  color: #ffffff;
  text-decoration: none;
}
.headTitle a:hover {
  font-weight: 600;
}

.headTitle_A {
  font-weight: 600;
}
.headTitle_A P {
  height: 5px;
  background: #ffffff;
  border-radius: 23px;
  margin-top: 10px;
}
