.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-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-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;
}

.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: #d79a11;
}

.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;
}

.content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.input-box {
    margin: 0 auto;
    display: inline-block;
}

.input-box>div {
    display: flex;
    flex-direction: column;
}

.input-box label{
    font-family: HYQiHei-FZS;
	font-size: 0.24rem;
	line-height: o.48rem;
	color: #45505b;
}

.input-box label .input {
    width: 3.00rem;
	background-color: #cecece;
    outline: none;
    background: none;
    border: 0;
    border-bottom: 1px solid #cecece;
}

.input-box div>label {
    margin-top: 0.51rem;
}

.sign-next-btn {
    width: 1.20rem;
	height: 0.40rem;
    background-color: #a19153;
    font-family: HYWenHei-EEW;
	font-size: 0.22rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.40rem;
    margin-top: 0.62rem;
}

.recom-school-box {
    width: 10.99rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content-center .title {
    font-family: HYQiHei-FZS;
	font-size: 0.24rem;
	color: #45505b;
}

.recom-school-box {
    padding: 0.76rem 0;
}

.recom-school-box:nth-of-type(1) {
    border-bottom: 1px solid #cecece;
}

.recom-school-box a {
    width: 1.20rem;
	height: 0.40rem;
    background-color: #a19153;
    font-family: HYWenHei-EEW;
	font-size: 0.22rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.40rem;
}

.recom-school-box div p:nth-of-type(1) {
    font-family: HYQiHei-EZS;
	font-size: 0.24rem;
    color: #444444;
}

.recom-school-box div p:nth-of-type(2) {
    margin-top: 0.33rem;
}



.recom-school-box div p:nth-of-type(2),.recom-school-box div p:nth-of-type(3) {
	font-family: HYQiHei-DES;
    font-size: 0.21rem;
    line-height: 0.36rem;
	letter-spacing: 0px;
	color: #444444;
}

.xcx-sign-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0.81rem 0;
}

.xcx-sign-box div {
    margin-right: 1.44rem;
}

.xcx-sign-box>div p:nth-of-type(1) {
    font-family: HYQiHei-DES;
	font-size: 0.48rem;
	line-height: 0.48rem;
    color: #a19153;
}


.xcx-sign-box>div p:nth-of-type(2) {
    font-family: HYQiHei-EZS;
    line-height: 0.48rem;
	font-size: 0.24rem;
	color: #444444;
}

.xcx-orange-box {
    width: 100%;
    background-color: #f1c55b;
}

.xcx-center {
    height: 3.80rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.phone-img-box {
    width: 3.16rem;
    height: 6.30rem;
    position: absolute;
    bottom: -0.26rem;
    left: 0;
}

.phone-img-box img {
    width: 100%;
    height: 100%;
}

.sweep-code-box {
    width: 2.30rem;
    height: 2.30rem;
    margin-right: 3.29rem;
}

.sweep-code-box img {
    width: 100%;
    height: 100%;
}

.star-lesson-box {

}

.lesson-center {
    padding: 1.36rem 0 1.23rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lesson-title-box {
    margin-left: 3.61rem;
}

.lesson-title-box p:nth-of-type(1) {
    font-family: HYQiHei-DES;
	font-size: 0.48rem;
	line-height: 0.48rem;
	letter-spacing: 0px;
	color: #a19153;
}

.lesson-title-box p:nth-of-type(2) {
	font-family: HYQiHei-EZS;
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #444444;
}

.lesson-img-box {
    width: 3.71rem;
    height: 5.15rem;
    margin-left: 2.26rem;
}

.lesson-img-box img {
    width: 100%;
    height: 100%;
}

.lesson-other-box {
    width: 3rem;
  
    margin-left: 2.45rem;
}

.lesson-other-title {
    margin-left: 2.48rem;
}

.other-last-box {
    background-color: #f8f8f8;
}

.nav-content {
  display: none;
}

#content {
  padding-bottom: 1.04rem;
}
