* {
  font-size: 1.1rem;
  box-sizing: border-box;
}

.tHead {
  font-size: 1.6rem;
  font-weight: 700;
  color: #AA3778;
  /* padding: 0.5rem 3%; */
}

.swiper-pagination {
  z-index: 3;
}

/* 头部信息 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: url() center center no-repeat #255FAA;
  background-size: 100% auto;
}

header .bc {
  position: relative;
  height: 4rem;
  padding-top: 1rem;
}

header .bc img {
  width: 80%;
  transform: translateY(-0.5rem);
  margin-left: 1rem;
}

header .menuBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 4rem;
  height: 2rem;
  z-index: 20;
}

header .menuBtn .menuBtns {
  position: relative;
  width: 100%;
  height: 100%;
}

header .menuBtn li {
  position: absolute;
  right: 1rem;
  height: 2px;
  width: 2rem;
  background-color: #fff;
  margin: 0.5rem 0;
  transition: ease 0.2s;
}

header .menuBtn li:nth-child(1) {
  top: 0.05rem;
}

header .menuBtn li:nth-child(2) {
  top: 0.5rem;
}

header .menuBtn li:nth-child(3) {
  top: 1rem;
}

header .menuBtn .del {
  background-color: #999;
}

header .menuBtn .del:nth-child(1) {
  top: 0.5rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

header .menuBtn .del:nth-child(2) {
  display: none;
}

header .menuBtn .del:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}

header .menuBox {
  position: absolute;
  width: 20rem;
  height: 100%;
  top: 0;
  right: -20rem;
  transition: 0.5s ease;
  z-index: 15;
  opacity: 0;
}

header .menuBox .menuBox1 {
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

header .menuBox .menuBox2 {
  position: absolute;
  top: 0;
  left: -10rem;
  width: 10rem;
  height: 100%;
  display: none;
}

header .show {
  right: 0;
  opacity: 1;
}

header .chd {
  overflow: hidden;
  transition: ease 0.5s;
  padding: 0 3%;
}

header .menuLi {
  padding: 1rem 3% 0;
  transition: ease 0.5s;
  border-bottom: 1px solid #eee;
}

header .menuLi a {
  display: block;
  padding: 0 1rem 1rem;
  position: relative;
}

header .menuLi a i {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transition: ease 0.5s;

}

header .menuLi a .cur {
  transform: translateY(-50%) rotate(135deg);
}

header .menuLi .on {}

/* header .menuBtn li {
	height: 2px;
	width: 2rem;
	background-color: #000000;
	margin: 0.5rem 0;
} */


footer {
  text-align: center;
  background-color: #255FAA;
  padding-top: 1rem;
}

footer .link a {
  display: inline-block;
  color: #fff;
  margin: 0 0.25rem;
}

footer p {
  padding: 1rem 0;
  color: #fff;
}


.container {
  padding: 1rem;
}

.container h3 {
  font-size: 1.5rem;
  color: #ce2600;
  margin-bottom: 1rem;
}

.container p {
  color: #666;
  line-height: 2;
  margin-bottom: 1rem;
}

.container .class_item {
  margin-bottom: 2rem;
}

.container .tips {
  background-color: #eff1f7;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.container .tips h4 {
  line-height: 24px;
  border-left: 3px solid #ce2600;
  padding-left: 1rem;
}

.container .tips i {
  transition: ease 0.5s;
  transform: rotate(-90deg);
}

.container .tips.on i {
  transform: rotate(0deg);
}

.container .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container .list .lis {
  width: 13.5rem;
}

.container .list .lis p {
  text-align: center;
  color: #333;
}


.beizhu p {
  font-size: 0.8rem;
  color: #919191;
  text-align: center;

}