@charset "UTF-8";

body {
  background-color: #ffffff;
}

.account__info {
  float: right;
  font-size: 16px;
  color: #fff;

}

.head {
  width: 100%;
  height: 800px;
  background-color: #eb354e;
}

.head-content {
  margin: 0 auto;
  width: 995px;
  height: 650px;
}

.body-white {
  width: 100%;
  height: 550px;
}

.footer-ext {
  background-color: #323232;
  height: 130px;
  padding-top: 30px;
}

.class-content {
  margin: 0 auto;
  width: 995px;
  height: 550px;
}

.message {
  font-family: 微软雅黑;
  font-size: 24px;
  color: #999999;
  margin-top: 216px;
  line-height: 80px;
}

.topic {
  color: #eb354e;
  font-size: 50px;
}

.big {
  font-size: 40px;
  text-align: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.img-left {
  margin-left: 85px;
  margin-top: 54px;
  display: block;
}

.img-right {
  margin-right: 85px;
  margin-top: 64px;
  display: block;
}

.imgDiv {
  height: 550px;
  position: relative;
}

.point {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 250px;
  left: 78px;
  background: url(../img/point.png) no-repeat;
  z-index: 6;
}

.song {
  width: 0px;
  height: 0px;
  z-index: 6;
  position: absolute;
  top: 250px;
  left: 78px;
  background: url(../img/song.png) no-repeat;
}

.note {
  margin-top: 50px;
  z-index: 6;
  display: none;
}

.show {
  position: absolute;
  right: -15px;
  top: 4px;
}

.tips {
  width: 85%;
  margin: 20px auto 0;
  overflow: hidden;
  zoom: 1;
}

.tips a {
  float: right;
  font-size: 14px;
  color: #999;
}