.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;
}
.header-nav-box a{ color:#45505b}
.active a{color:#fff}
#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-img.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#content .center-box {
  width: 13.81rem;
  margin: 0 auto;
}
.center-boxcentet{
  font-family:微软雅黑;
  font-size: 12px;
  line-height: 0.3rem;
  font-weight: normal;
  letter-spacing: 0px;
}
.center-boxcentet p{
   padding: 0.1rem;
   text-align: center;
}
.center-boxcentet img{
  width: 8rem;
  text-align: center;
}
#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;
}

.color-bg-box {
  width: 100%;
  height: 2.82rem;
  background-color: #a19153;
}

.color-center-box {
  width: 13.81rem;
  margin: 0 auto;
  padding: 0.59rem 1.25rem 0.61rem;
  box-sizing: border-box;
}

.color-center-box p {
  font-family: '微软雅黑';
  font-size: 0.16rem;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 0.34rem;
  text-align: justify;
}

.color-center-box span {
  font-family:微软雅黑;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
}

.star-intro-box {
  width: 11.5rem;
  height: 8.28rem;
  background-color: #ffffff;
  box-shadow: -0.08rem 0.16rem 0.16rem 0.02rem rgba(0, 0, 0, 0.2);
  border-radius: 0.04rem;
  margin-left: 2.22rem;
  margin-top: -0.12rem;
  box-sizing: border-box;
  padding: 0.59rem 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.intro-logo-box {
  width: 1.86rem;
  vertical-align: top;
}

.intro-logo-box img {
  width: 100%;
  height: auto;
}

.intro-text-box {
  width: 7.07rem;
}

.intro-text-box p {
  font-family: 微软雅黑;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0px;
  color: #45505b;
  text-align: justify;
}

.cup-center {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 0.84rem;
}

.cup-box {
  width: 3.48rem;
  height: 3.02rem;
  margin-left: 1.25rem;
}

.cup-box img {
  width: 100%;
  height: 100%;
}

.cup-intro-box {
  width: 6.67rem;
  margin-left: 1.24rem;
}

.cup-intro-box p {
  font-family: 微软雅黑;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0px;
  color: #45505b;
}

.cup-intro-box p span {
  display: inline-block;
}

.cup-intro-box p span:nth-of-type(2),
.cup-intro-box p span:nth-of-type(3) {
  margin-top: 0.24rem;
}

.business-activities-box {
  width: 100%;
  margin-top: 0.92rem;
}

.activities-list-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.50rem;
}

.business-activities-box li:nth-of-type(1) {
    margin-top: 0.25rem;
}

.activities-img-box {
  width: 4.15rem;
  height: 3.15rem;
}

.activities-img-box img {
  width: 100%;
  height: 100%;
}

.activities-text-box {
    width: 8.85rem;
    height: 3.15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.activities-text-box .title {
  font-family: 微软雅黑;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}

.activities-text-box .content {
    font-family: 微软雅黑;
	font-size: 0.18rem;
	line-height: 0.36rem;
	letter-spacing: 0px;
    color: #636363;
    text-align: justify;
    margin-bottom: 0.51rem;
}

.per-line {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.per-line span {
  color: #7f7f7f;
  font-size: 0.18rem;
}

.per-line div {
  flex-grow: 1;
  height: 1px;
  background: #cecece;
}

.timer-title-box {
    text-align: center;
    margin-top: 0.68rem;
    padding-bottom: 0.83rem;
}

.timer-title-box p:nth-of-type(1) {
    font-family: ArialMT;
	font-size: 0.60rem;
	letter-spacing: 2px;
	color: #a19153;
}

.timer-title-box p:nth-of-type(2) {
    font-family: 微软雅黑;
	font-size: 0.21rem;
	letter-spacing: 0rem;
	color: #808080;
}


.timer-content-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.41rem 0;
}

.timer-img-box {
    width: 5.30rem;
    height: 3.00rem;
}

.timer-img-box img {
    width: 100%;
    height: 100%;
}

.devide-content {
    width: 50%;
}

.timer-text-box {
    width: 100%;
    margin-left: 0.99rem;
}

.no-left {
    margin-left: 0;
}

.img-right {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}

.timer-text-box p:nth-of-type(1) {
    font-family: ArialMT;
	font-size: 0.48rem;
	letter-spacing: 1px;
	color: #45505b;
}

.timer-text-box p:nth-of-type(2) {
    font-family: 微软雅黑;
	font-size: 0.24rem;
    color: #444444;
    margin-top: 0.18rem;
}

.vertical-line {
    width: 2px;
    height:  3.80rem;
    background-color: #45505b;
}
.timer-content-box{ position: relative;}
.timer-block {
    position: relative;
}

.vertical-line {
    position: absolute;
    top: 0;
    left: 50%;
}

.vertical-line div {
    
    position: absolute;
    left: -0.05rem;
}

.vertical-line .radius {
    width: 0.12rem;
    height: 0.12rem;
    background-color: #45505b;
    border-radius: 50%;
	top: -1px;

}




.teach-book-box {
    margin-top: 0.07rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.teach-block {
    width: 3.00rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.6rem;
    margin-top: 0.78rem;
}

.teach-block:nth-of-type(4n-3) {
    margin-left: 0;
}

.teach-book-img {
    width: 100%;
	height: 2.76rem;
	box-shadow: -0.08rem 0.16rem 0.16rem 0.02rem 
		rgba(0, 0, 0, 0.2);
    border: solid 0.10rem #ffffff;
    box-sizing: border-box;
}

.teach-book-img img {
    width: 100%;
    height: 100%;
}

.book-text-box {
    margin-top: 0.34rem;
}

.book-text-box p {
    font-family: 微软雅黑;
	font-size: 0.24rem;
	line-height: 0.36rem;
    color: #444444;
    text-align: center;
}

