#top {
  width: 100%;
  /* border-bottom: 1px solid #fff; */
}

#top .top-box {
  width: 16.11rem;
  height: 1.52rem;
  margin-left: 2.48rem;
}

#top .top-center-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#top .top-box {
  width: 16.11rem;
  height: 1.52rem;
  margin-left: 2.48rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#top .top-menu-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#top .logo {
  width: 1.03rem;
  height: 1.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#top .star-logo {
  width: 0.54rem;
  height: 0.51rem;
}

#top .star-title {
  width: 1.04rem;
  height: 0.43rem;
}

#top .top_menu {
  /* width: 7.25rem; */
  height: 1.08rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-left: 5.51rem; */
  position: relative;
}

#top .float-box {
  width: 1.70rem;
  height: 1.4rem;
  background-color: #fff;
  position: absolute;
  top: 0.85rem;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 3px 4px 10px 0px 
		rgba(0, 0, 0, 0.1);
}


#top .float-box a {
  width: 100%;
  text-align: center;
  padding: 0.12rem 0.15rem;
  box-sizing: border-box;
}

#top .float-box a:hover {
  background-color: #808080;
}

#top .top_menu li {
  height: 1.08rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0.21rem;
}

#top .top_menu li:nth-last-child(1) {
  padding: 0 0 0 0.19rem;
  line-height: 1.08rem;
}

#top .top_menu a {
  font-size: 0.28rem;
  color: #45505b;
}

#top .star-more {
  width: 0.28rem;
  cursor: pointer;
}

#top .search-input-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #b1b0b0;
  padding: 0.05rem 0;
  box-sizing: border-box;
  display: none;
}

#top .close-search {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url("../images/jianhao.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.28rem;
  margin-left: -0.4rem;
}

#top .search-input-box input {
  width: 4.85rem;
  outline: none;
  background: none;
  border: 0;
  padding: 0 0.4rem 0 0.4rem;
}

#top .search-btn {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url("../images/star_search.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.28rem;
}

#top .star-img-box {
  /* width: 1.22rem; */
  height: 1.08rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 1.17rem;
}

#top .star-img-box a {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#top .star-img-box a:nth-of-type(1) {
  margin-right: 0.25rem;
}

#top .star-img-box a:nth-of-type(2) {
  margin-right: 0.15rem;
}

#top .star-img-box img {
  width: 0.28rem;
  height: 0.28rem;
}

#top .more-btn {
  width: 0.6rem;
  height: 0.6rem!important;
  padding: 0!important;
  display: flex!important;
  flex-direction: row!important;
  align-items: center!important;
  justify-content: center!important;
}

#banner {
  width: 100%;
  height: 2.4rem;
  background-image: url("../images/banner-imgthree.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#content .center-box {
  width: 13.81rem;
  margin: 0 auto;
}

#content .header-box {
  width: 100%;
  margin-top: 0.67rem;
  padding-bottom: 0.68rem;
}

.nav-content {
  display: none;
}

.header-text-box {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}

.header-text-box p {
  font-family: HYRunYuan-FEW;
  font-size: 0.45rem;
  letter-spacing: 0.01px;
  color: #45505b;
}

.header-nav-box {
  display: flex;
  flex-direction: row;
}

.header-nav-box li {
  font-family: HYWenHei-EEW;
  font-size: 0.22rem;
  letter-spacing: 0px;
  color: #45505b;
  padding: 0.1rem 0.28rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-nav-box .active {
  color: #fff;
  background-color: #a19153;
}

.header-image-box {
  width: 1.71rem;
  height: 0.31rem;
  display: flex;
  margin-top: 0.09rem;
}

.header-image-box img {
  width: 100%;
  height: auto;
}

.header-image-box p {
  font-family: 微软雅黑;
	font-size: 0.21rem;
	letter-spacing: 0px;
	color: #808080;
}

#content .header-text-box .title {
  color: #6f3287;
}

.qua-block {

}

.little-center-box {
  width: 10.96rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.lesson-box {
  width: 3.12rem;
  height: 3.12rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
}

.lesson-box:nth-of-type(1) {
  margin-left: 0;
}

.lesson-box:nth-of-type(4) {
  margin-left: 1.935rem;
}

.shadow-box {
  width: 2.20rem;
  height: 2.20rem;
  background: #fff;
  transform: rotateZ(45deg);
  border-radius: 4px;
  border: 1px solid #cecece;
  position: relative;
}


.number {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  background-color: #e89314;
  border-radius: 50%;
  top: -21px;
  left: -21px;
  transform: rotateZ(-45deg);
  font-family: 微软雅黑;
  font-size: 0.30rem;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  line-height: 0.42rem;
}

.shadow-text {
  transform: rotateZ(-45deg);
  width: 1.5556rem;
  height: 1.5556rem;
  position: absolute;
  top: 15%;
  left: 15%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 微软雅黑;
  font-size: 0.20rem;
	color: #444444;
}

.shadow-text p {
  text-align: center;
}

.ul-list {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.ul-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  margin-left: 0.04rem;
  width: 1.93rem;
}

.ul-list li:nth-of-type(1) {
  margin-left: 0;
}

.ul-list li div {
  /* background-color: #f0b746; */
  height: 3.39rem;
  box-shadow: -0.08rem 0.16rem 0.16rem 0.02rem rgba(0, 0, 0, 0.2);
  border: solid 0.10rem #ffffff;
  margin-top: 0.17rem;
  margin-bottom: 0.29rem;

  padding: 0.35rem 0.20rem 0.45rem;
  box-sizing: border-box;
}

.ul-list li:nth-of-type(1) {
  margin-top: 3.36rem;
}

.ul-list li:nth-of-type(2) {
  margin-top: 2.80rem;
}

.ul-list li:nth-of-type(3) {
  margin-top: 2.24rem;
}

.ul-list li:nth-of-type(4) {
  margin-top: 1.68rem;
}

.ul-list li:nth-of-type(5) {
  margin-top: 1.12rem;
}

.ul-list li:nth-of-type(6) {
  margin-top: 0.56rem;
}

.ul-list li:nth-of-type(7) {
  margin-top: 0;
}

.ul-list li:nth-of-type(1) p {
  color: #f0b746;
}

.ul-list li:nth-of-type(2) p {
  color: #e89314;
}

.ul-list li:nth-of-type(3) p {
  color: #80ac4d;
}

.ul-list li:nth-of-type(4) p {
  color: #bf2d38;
}

.ul-list li:nth-of-type(5) p {
  color: #69337f;
}

.ul-list li:nth-of-type(6) p {
  color: #e89314;
}

.ul-list li:nth-of-type(7) p {
  color: #1c649f;
}

.list-title {
  font-family: 微软雅黑;
  font-size: 0.42rem;
  white-space:nowrap
}

.ul-list li:nth-of-type(1) div {
  background-color: #f0b746;
}

.ul-list li:nth-of-type(2) div {
  background-color: #e89314;
}

.ul-list li:nth-of-type(3) div {
  background-color: #80ac4d;
}

.ul-list li:nth-of-type(4) div {
  background-color: #bf2d38;
}

.ul-list li:nth-of-type(5) div {
  background-color: #69337f;
}

.ul-list li:nth-of-type(6) div {
  background-color: #e89314;
}

.ul-list li:nth-of-type(7) div {
  background-color: #1c649f;
}

.list-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
}

.list-div p {
  font-family: 微软雅黑;
  font-size: 0.24rem;
  line-height: 0.28rem;
  letter-spacing: 0px;
  text-align: justify;
  color: #ffffff !important;
}

.bottom-li {
  font-family: 微软雅黑;
  font-size: 0.30rem;
}

.suit-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.suit-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.suit-intro p {
  font-family: 微软雅黑;
  font-size: 0.30rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #e89314;
}

.verti-box {
  width: 2px;
  height: 0.76rem;
  background-color: #ffffff;
  box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.3);
}

.suit-intro:nth-of-type(2) {
  width: 1.93rem;
}

.suit-intro:nth-of-type(4) {
  width: 7.84rem;
}

.suit-intro:nth-of-type(6) {
  width: 3.9rem;
}

.suit-verti {
  margin-top: 0.45rem;
}


.nav-content {
  display: none
}
