body {
  width: 7.5rem;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}
.hide {
  display: none !important;
}
/* 顶部区域 */
.header {
  width: 7.5rem;
  height: auto;
  background: url(../assets/header-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: .6rem;
}

.header .hxt-logo {
  width: 1.95rem;
  height: 1.05rem;
  position: absolute;
  top: 1rem;
  left: .4rem;
}

.nav-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}

.nav-area .shop {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
}

.shop-item {
  margin-left: .15rem;
  border-bottom: 1px solid #859dac;
  padding-bottom: .10rem;
}
.nav-area .shop .shop-item a {
  text-decoration: none;
  font-size: .15rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  white-space: nowrap;
}

.shop-tm-logo {
  width: .24rem;
  height: .24rem;
  margin-right: .05rem;
}
.shop-jd-logo {
  width: .21rem;
  height: .21rem;
  margin-right: .05rem;
}
.shop-label {
  height: .25rem;
  line-height: .25rem;
  padding: .05rem .1rem;
  font-size: .15rem;
  color: #fff;
  font-weight: 500;
  background: #1b3063;
  border-radius: .5rem;
  white-space: nowrap;
  transform: scale(0.8);
}
.nav-container {
  transform: scale(0.85);
}
.nav {
  /* border-bottom: 1px solid #8e989e; */
  display: flex;
  align-items: center;
  padding: 0 .3rem;
  margin-top: .2rem;
}
.nav a {
  text-decoration: none;
  color: #1a3063;
}
.nav .nav-item {
  width: 1.5rem;
  font-size: .23rem;
  color: #1a3063;
  opacity: 0.8;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav .active {
  font-weight: 600;
  opacity: 1;
  position: relative;
}
.nav .active::after {
  content: "";
  width: 70%;
  height: .06rem;
  background: #1b3063;
  position: absolute;
  bottom: -.14rem;
  left: 0;
  right: 0;
  margin: auto;
}
.nav-item p {
  margin: 0;
}
.nav-item .ename {
  font-size: .2rem;
  transform: scale(0.6);
  white-space: nowrap;
}
.nav-line {
  width: 90%;
  margin: .1rem auto;
  height: 1px;
  background: #8e989e;
  position: relative;
  z-index: -1;
}
.nav-line::after {
  content: "";
  width: .1rem;
  height: .1rem;
  border: 1px solid #8e989e;
  position: absolute;
  right: -0.05rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: .03rem;
}

/* 底部区域 */
.bottom-info {
  width: 7.5rem;
  height: auto;
  background: #a7cee6;
  box-sizing: border-box;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.follow, .contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: .2rem;
  position: relative;
  flex-wrap: nowrap;
}
.follow-label, .contact-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.follow-label-ctext, .contact-label-ctext{
  font-size: .22rem;
  color: #1a3063;
  font-weight: 500;
  white-space: nowrap;
}
.follow-label-etext, .contact-label-etext {
  font-size: .18rem;
  color: #1a3063;
  transform: scale(0.8);
  opacity: 0.9;
  margin-top: .1rem;
  white-space: nowrap;
}

.follow .line {
  width: .01rem;
  height: 1rem;
  background: #fff;
  transform: rotate(30deg);
  margin: 0 .4rem;
}
.contact .line {
  width: .01rem;
  height: 1rem;
  background: #fff;
  transform: rotate(30deg);
  position: relative;
  z-index: 3;
  margin: 0 .2rem;
}
.follow-mode {
  display: flex;
  justify-content: center;
  align-items: center;
}
.follow-mode-item {
  width: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.follow-mode-item .qrcode {
  width: .87rem;
  height: .88rem;
  margin-top: .05rem;
}
.mode-text {
  font-size: .2rem;
  color: #fff;
  transform: scale(0.8);
  white-space: nowrap;
}

.contact-info {
  /* width: 6rem; */
  display: flex;
  flex-direction: column;
  font-size: .18rem;
  color: #fff;
  transform: scale(0.9);
  /* transform-origin: left; */
}
.contact-info .info1 {
  display: flex;
}
.contact-info .info2 {
  display: flex;
  align-items: center;
  margin-top: .2rem;
}


.contact-info .info1 .mobile {
  display: flex;
  align-items: center;

}
.contact-info .info1 .mail {
  display: flex;
  align-items: center;
}
.mobile-icon {
  width: .22rem;
  height: .22rem;
}
.mail-icon {
  width: .22rem;
  height: .16rem;
}
.position-icon {
  width: .22rem;
  height: .23rem;
}

.contact-info-text {
  font-size: .2rem;
  margin: 0 .1rem;
}

.bottom-info-bg {
  width: 7.5rem;
  height: auto;
  display: inherit;
}

.content-body-title{
	width: 86%;
	padding: .02rem 0;
	margin: .4rem auto;
	color: #FFFFFF;
	text-align: center;
	background-color: rgb(167, 206, 230);
}

.content-body-title>h6{
	line-height:.28rem;
	font-size: .28rem;
	font-weight: normal;
	margin:.15rem;
	padding:0;
	letter-spacing: 1px
}
.content-body-title>p{
	font-size: .2rem;
	margin:.15rem;
}
.image100{
	width: 100%;
	height: 100%;
}



/*总容器样式*/  
.pager { padding: 3px; text-align: center; color:#fff;font-size:12px; margin:.5rem 0}   
/*分页链接样式*/  
.pager a { margin: 2px; padding:8px 15px; color: #fff; text-decoration: none; border: 0px solid #aad;background-color:rgb(60, 56, 55); }   
/*分页链接样式*/  
.pager a:hover { color: #ccc; border: 0px solid #DDD; background-color:rgba(28, 48, 100,1); }   
/*分页链接鼠标移过的样式*/  
.pager span.current { font-weight: bold; margin: 0 2px; padding: 2px 5px; color: #fff; background-color: rgb(167, 206, 230) !important; border: 0px solid #009; }   
.pager span.active { font-weight: bold; margin: 0 2px; padding: 8px 15px;; color: #fff; background-color: rgb(167, 206, 230) !important; border: 0px solid #009; }   
/*当前页码的样式*/  
.pager span.disabled { margin: 0 2px; padding: 8px 15px; color: #999; border: 1px solid #DDD; }   
/*下拉菜单的样式*/  
.pager select {margin: 0px 2px -2px 2px; color:#66C;font-size:12px;;}   
/* 跳转文本框的样式*/  
.pager input {margin: 0px 2px -2px 2px; color:#66C; border: 1px solid #DDD; padding:2px; text-align:center;font-size:12px;;} 

