* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  font-size: 0;
  border: none;
}
a {
  color: #ffffff;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
li {
  list-style-type: none;
}
.subject .head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
}
.subject .head .head_home img {
  width: 0.8rem;
  vertical-align: middle;
}
.subject .head .head_title {
  text-align: center;
  flex: 1;
  font-size: 0.7rem;
}
.subject .head .head_navigation img {
  width: 0.8rem;
  vertical-align: middle;
}
.subject .head .popup {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  transition: 0.5s ease;
}
.subject .head .popup div {
  font-size: 0.5rem;
}
.subject .head .popup div div {
  padding: 0.3rem 0;
}
.subject .head .popup div div a {
  color: black;
}
.subject .head .popup div div span {
  font-size: 0.5rem;
}
.subject .head .popup div div:hover {
  background-color: #1296DB;
}
.subject .head .popup div div:hover a {
  color: #fff;
}
.subject .head .popup div .hoave {
  background-color: #1296DB;
}
.subject .head .popup div .hoave a {
  color: #fff;
}
.subject .bottom {
  width: 100%;
}
.subject .bottom .bottom_title {
  font-size: 0.4rem;
}
.subject .bottom .bottom_title p {
  border-bottom: 1px solid #eee;
  padding: 0.2rem;
}
.subject .bottom .bottom_title p a {
  color: #6C6C6C;
}
.subject .bottom .bottom_title p span {
  float: right;
  margin-right: 0.2rem;
}
.subject .bottom .bottom_info {
  background-color: #393939;
  padding: 0.4rem 0.2rem;
}
.subject .bottom .bottom_info p {
  margin-top: 0.15rem;
}
.subject .bottom .bottom_info .info_title {
  color: #B7B7B7;
  font-size: 0.3rem;
}
.subject .bottom .bottom_info .info_yy {
  font-size: 0.3rem;
}
.subject .bottom .bottom_info .info_yy a {
  color: #878787;
}
.subject .bottom .bottom_info .info_img {
  color: #fff;
  font-size: 0.3rem;
}
.subject .bottom .bottom_info .info_img img {
  width: 0.4rem;
  vertical-align: bottom;
}
