@charset "UTF-8";
.w {
  width: 7.5rem;
  margin: 0 auto;
}

header {
  width: 7.5rem;
  background: #ffea00;
}

header .header-content {
  display: flex;
  justify-content: space-between;
  background: #ffea00;
}

header .header-content .logo {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

header .header-content .logo h1 img {
  width: 1.5rem;
  height: 0.4rem;
  display: inline-block;
  margin: 0.3rem 0 0.3rem 0.3rem;
}

header .header-content .logo .line {
  width: 1px;
  height: .4rem;
  display: inline-block;
  background: #333;
  margin: 0.4rem 0.3rem;
}

header .header-content .logo .partner {
  flex: 1;
  height: 100%;
  padding-top: 0.28rem;
  position: relative;
  box-sizing: border-box;
}

header .header-content .logo .partner p {
  font-size: 0.12rem;
  line-height: 0.25rem;
}

header .header-content .logo .partner p:last-child::before {
  content: "奢侈品正品直卖网";
  color: #333;
  font-size: 0.1rem;
  line-height: 0.25rem;
  text-align: center;
  margin-right: 0.5rem;
  position: absolute;
  bottom: 0.2rem;
  left: -2.2rem;
}

header .header-content .tel {
  width: 1.5rem;
  padding: 0.2rem 0;
  position: relative;
}

header .header-content .tel img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: -0.5rem;
}

header .header-content .tel span {
  font-size: 0.12rem;
  line-height: 0.1rem;
}

nav {
  height: 0.75rem;
  background: #333;
}

nav .w {
  background: none;
}

nav ul {
  display: flex;
  justify-content: space-around;
  padding-top: 0.1rem;
}

nav ul li {
  cursor: pointer;
  text-align: center;
}

nav ul li a {
  color: #fff;
  font-size: 0.14rem;
}

nav ul li .active-a {
  color: #ffea00;
}

nav ul .active {
  border-bottom: 2px solid #ffea00;
}

.titleNews {
  padding: 0 0.2rem;
  margin: 0.1rem 0;
}

.titleNews .topContent a {
  font-size: 0.24rem;
}

.newsInfo {
  padding: 0.5rem 0;
}

.newsInfo h2 {
  font-size: 0.24rem;
  text-align: center;
  margin: 0.2rem 0;
}

.newsInfo .info {
  display: flex;
  justify-content: space-around;
}

.newsInfo .partingLine {
  height: 0.05rem !important;
  width: 6rem;
  background-color: #dddddd;
  margin: 0 auto;
  margin: 0.3rem auto;
  border-radius: 1rem;
}

.newsInfo .con h2 {
  text-align: center;
}

.newsInfo .con p {
  text-align: center;
}

.newsInfo .con p img {
  width: 5rem;
  height: 3rem;
  display: block;
  margin: 0.2rem auto;
}

.newsInfo .enter {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.newsInfo .recommend-title {
  text-align: left;
  font-size: 0.24rem;
  font-weight: 700;
  border-bottom: 0.05rem solid #333;
  margin-bottom: 0.3rem;
  display: inline-block;
  margin-left: 0.3rem;
}

.newsInfo .recommendList {
  display: flex;
  justify-content: space-around;
  padding: 0 0.2rem;
}

.newsInfo .recommendList li {
  width: 33%;
  margin: 0 0.05rem;
  overflow: hidden;
}

.newsInfo .recommendList li a img {
  width: 100%;
  height: 1.5rem;
}

.newsInfo .recommendList li a p {
  font-size: 0.12rem;
  line-height: 0.2rem;
}

.footer {
  width: 100%;
  padding: 1px 0 0.3rem 0;
  background: #ffea00;
  box-sizing: border-box;
}

.footer .friendly {
  background: #ffea00;
  height: 0.3rem;
}

.footer .friendly ul li {
  float: left;
  display: inline-block;
  color: #999;
  border-right: 0.02rem solid #999;
  padding: 0 0.1rem;
}

.footer .friendly ul li:first-child {
  border-right: 0;
}

.footer .friendly ul li:last-child {
  border-right: 0;
}

.footer .top {
  width: 7rem;
  margin: 0 auto;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  line-height: 0.4rem;
  font-family: 'SourceHanSansCN-Medium';
  margin-top: 0.5rem;
}

.footer .top span:nth-child(1) {
  font-size: 0.2rem;
  font-weight: 700;
}

.footer .top span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: 700;
  margin-left: 0.3rem;
}

.footer .top span:nth-child(3) {
  font-size: 0.16rem;
  font-weight: 700;
}

.footer .top span:nth-child(4) {
  font-size: 0.12rem;
  margin-left: -0.3rem;
}

.footer .info {
  width: 7rem;
  margin: 0 auto;
  display: flex;
  margin-top: 0.03rem;
  justify-content: space-between;
}

.footer .info .address {
  width: 3rem;
  padding-left: 0.05rem;
}

.footer .info .address p {
  line-height: 0.25rem;
  font-size: 0.12rem;
}

.footer .info .rrs {
  margin: 0;
}

.footer .info .rrs li {
  margin: 0;
  line-height: 0.24rem;
}

.footer .info .rrs li a {
  font-size: 0.12rem;
}

.footer .info .about {
  margin: 0;
}

.footer .info .about li {
  margin: 0;
  line-height: 0.24rem;
}

.footer .info .about li a {
  font-size: 0.12rem;
}

.footer .info .code {
  display: flex;
  justify-content: space-around;
}

.footer .info .code img {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.05rem;
}
