.container {
  width: 100%;
  position: relative;
}

#top {
  width: 100%;
  /* border-bottom: 1px solid #fff; */
}

#top .top-box {
  width: 16.11rem;
  height: 1.52rem;
  margin-left: 2.48rem;
}
#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-center-box {
  width: 100%;
  height: 100%;
  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-imgtwo.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;
}

.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: #6f3287;
}

.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 li a{color: #45505b;}
.header-nav-box .active {
  color: #fff;
  background-color: #a19153;
}
.header-nav-box .active a{color: #ffffff;}
.header-image-box {
  width: 1.71rem;
  height: 0.31rem;
  display: flex;
  margin-top: 0.09rem;
}

.header-image-box span {
    font-family: 微软雅黑;
	font-size: 0.21rem;
	color: #808080;
}

.header-image-box img {
  width: 100%;
  height: auto;
}

.color-bg-box {
  width: 100%;
  height: 2.82rem;
  background-color: #a19153;
}

.nav-content {
  padding: 0.4rem 0 1.49rem;
}

#content .center-box {
  width: 13.8rem;
  margin: 0 auto;
}

#content .head {
  margin: 0.55rem 0;
}

#content .box {
  display: flex;
  margin-top: 0.12rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#content .title {
  font-size: 0.45rem;
  color: #1761a6;
  font-family: HYRunYuan-FEW;
}

#content .intro {
  font-size: 0.21rem;
  color: #808080;
  font-family: 微软雅黑;
}

#content .detail {
  font-size: 0.21rem;
  color: #425766;
  font-family:微软雅黑;
}

.star-perform-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.39rem;
}

.star-perform-box:nth-of-type(1) {
  margin-top: 0;
}

.perform-img {
  width: 5rem;
  height: 3.74rem;
  background-image: url("../images/perform-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.perform-intro-box {
  height: 3.74rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.per-text-box {
  display: flex;
  flex-direction: row;
}

.per-text-box div {
  margin-right: 1.26rem;
}

.per-text-box div p {
  font-size: 0.24rem;
  color: #444444;
  font-family: 微软雅黑;
}

.per-text-box div p:nth-of-type(1) {
  margin-left: -0.12rem;
}

.per-text-box div p:nth-of-type(2) {
  margin-top: 0.07rem;
  font-family: 微软雅黑;
  width:4.3rem;
}

.per-text-box div p:nth-of-type(3) {
  color: #7f7f7f;
  font-size: 0.21rem;
  margin-top: 0.1rem;
}

.per-text-box > p {
  width: 2.52rem;
  line-height: 0.36rem;
  color: #636363;
  font-size: 0.18rem;
  text-align: justify;
  font-family: 微软雅黑;
}

.per-line {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.per-line span {
  color: #7f7f7f;
  font-size: 0.18rem;
  font-family: 微软雅黑;
}

.per-line div {
  flex-grow: 1;
  height: 0.01rem;
  background: #cecece;
}
.center-box {
  width: 13.81rem;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.activity-li-box {
  width: 4.1rem;
  margin-top: 0.28rem;

}

.activity-img {
  width: 4.1rem;
  height: 2.3rem;

  background-repeat: no-repeat;
  background-size: cover;
}
.activity-imgqt {
  width: 4.1rem;


  background-repeat: no-repeat;
  background-size: cover;
}
.activity-title-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.26rem;
}

.activity-title-box span:nth-of-type(1) {
  font-size: 0.24rem;
  color: #444444;
  margin-left: -0.12rem;
  font-family: 微软雅黑;
}

.activity-title-box span:nth-of-type(2) {
  font-size: 0.18rem;
  color: #7f7f7f;
  font-family: 微软雅黑;
}

.activity-intro {
  color: #444444;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-top: 0.07rem;
  font-family: 微软雅黑;
}
