.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-star.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#goods {
    padding-bottom: 0.65rem;
}

#goods .good-one-box {
    width: 13.86rem;
    margin: 0.65rem auto 0;
}

.good-intro-box p:nth-of-type(1) {
    font-family: HYRunYuan-FEW;
	font-size: 0.45rem;
	letter-spacing: 0.01rem;
	color: #d79a11;
}

.good-intro-box p:nth-of-type(2) {
    font-family: HYRunYuan-FEW;
    font-size: 0.21rem;
    line-height: 0.48rem;
	color: #808080;
}

.good-image-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 2.54rem;
}

.good-image-box img {
    width: 3.80rem;
    height: auto;
}

.image-intro-box {
    margin-left: 1.82rem;
}

.image-intro-box p:nth-of-type(1) {
    font-family: 微软雅黑;
	font-size: 0.48rem;
	line-height: 0.48rem;
    color: #a19153;
    margin-top: 0.93rem;
}

.image-intro-box p:nth-of-type(2) {
    font-family: 微软雅黑;
	font-size: 0.24rem;
    color: #444444;
    margin-top: 0.37rem;
}

.image-intro-box p:nth-of-type(3) {
    font-family: 微软雅黑;
	font-size: 0.21rem;
    color: #7f7f7f;
    margin-top: 0.14rem;
}

.orange-box {
    width: 100%;
    height: 3.80rem;
    background-color: #f1c55b;
    margin-top: -0.92rem;
}

.orange-center-box {
    width: 13.86rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.orange-text-box {
    width: 6.36rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.orange-text-box p:nth-of-type(1) {
    font-family: 微软雅黑;
	font-size: 0.48rem;
	color: #ffffff;
}
.orange-text-box p:nth-of-type(2) {
    font-family: 微软雅黑;
	font-size: 0.24rem;
    color: #ffffff;
    margin-top: 0.37rem;
}
.orange-text-box p:nth-of-type(3) {
    font-family: 微软雅黑;
	font-size: 0.21rem;
    color: #ffedc2;
    margin-top: 0.14rem;
}

.orange-center-box img {
    width: 5.12rem;
    height: 3.37rem;
    margin-top: 0.18rem;
}

.good-th-box {
    width: 13.86rem;
    margin: 0 auto;
}

.good-th-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.good-th-box img:nth-of-type(1) {
    width: 3.75rem;
    height: 3.16rem;
    margin-top: 0.60rem;
    margin-left: 2.54rem;
}

.good-th-box img:nth-of-type(2) {
    width: 4.07rem;
    height: 2.64rem;
    margin-top: -0.31rem;
    margin-right: 0.69rem;
}

.good-th-text-box {
    width: 3.36rem;
    position: absolute;
    top: 1.21rem;
    right: 2.27rem;
    background-color: #f0f0f0;
    padding: 0 0.14rem;
	font-family: 微软雅黑;
	font-size: 0.21rem;
    color: #7f7f7f;
    margin-top: 0.14rem;
}

.good-th-text-box p:nth-of-type(1) {
    font-family: 微软雅黑;
	font-size: 0.48rem;
	color: #a19153;
}

.good-th-text-box p:nth-of-type(2) {
    font-family: 微软雅黑;
    font-size: 0.24rem;
    margin-top: 0.37rem;
	color: #444444;
}

.good-th-text-box p:nth-of-type(3) {
    font-family: 微软雅黑;
	font-size: 0.21rem;
    color: #7f7f7f;
    margin-top: 0.14rem;
}

.btn-box {
    width: 2.40rem;
	height: 0.80rem;
	background-color: #a19153;
    border-radius: 0.12rem;
    font-family: 微软雅黑;
	font-size: 0.24rem;
	line-height: 0.80rem;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.01rem;
}
