body {
  font-family: "微软雅黑";
}
.color-bg {
  background: #F9BE02;
}
.banner-box {
  background: url('../images/tyjl/activity-banner.png') no-repeat center;
  height: 940px;
  width: 100%;
}
.reg-btn {
  padding: 10px 20px;
  background: #fff100;
  color: #ff0014;
  width: 240px;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 24px;
  border: 3px solid #fff100;
  border-radius: 10px;
}
.reg-btn:hover {
  color: #ff0014;
  text-decoration: none;
  background: #fcf135;
  border: 3px solid #ff0014;
}
.tyjl-foot {
  background: url('../images/tyjl/activity-foot.png') no-repeat center;
  height: 290px;
  padding: 80px 60px 0;
  width: 1050px;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
}
.foot {
  font-size: 1.4rem;
  text-align: center;
  background: #DF0716;
  padding: 0 50px 20px;
  color: #fff;
  margin-top: 50px;
}
.tophead {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.tophead .logo {
  height: 30px;
}
.tophead .logo img {
  height: 100%;
}
.tophead .tool-list ul li {
  float: left;
  display: inline;
  font-size: 12px;
  margin: 0 10px;
  position: relative;
}
.tophead .tool-list ul li:hover .member_item {
  display: block;
}
.tophead .tool-list a {
  line-height: 2.4rem;
  color: #333;
}
.tophead .tool-list a:hover {
  color: #666;
}
.tophead .tool-list .login_success {
  position: relative;
  z-index: 9999;
}
.tophead .tool-list .login_success .member_tips {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  right: -13px;
  display: block;
}
.tophead .tool-list .login_success .member_tips img {
  width: 100%;
  vertical-align: top;
}
.tophead .tool-list .member_item {
  position: absolute;
  display: none;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 130%;
  border: 1px solid #ddd;
  margin-left: -5px;
  margin-right: -5px;
  padding: 30px 8px 5px 8px;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0 0 5px #ddd;
}
.tophead .tool-list .member_item a {
  display: block;
  border-top: 1px solid #ddd;
}
.tophead .tool-list .member_item a:hover {
  color: #FE6869;
}
