

/* ------------- 横幅 banner ------------ */
.banner-img {
  background-image: url("../img/eCommerce/banner.jpg");
  background-size: cover;
  width:100%;
  height: 26rem;
}

.banner-text-1 {
  margin-top: 7.5rem;
  font-size: 3.6rem;
  font-family: Microsoft YaHei;
  font-weight: bolder;
  text-align: center;
  color: #fff;
}

.banner-text-2 {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  text-align: center;
  font-family: Microsoft YaHei;
  color: #fff;
}

/* --------------标签 label ------------ */

.label-text {
  height:1.8rem;
  font-size:1rem;
  color: #353535;
  margin-bottom:1.9rem;
  margin-top:2rem;
  align-items: start;
}

/* ----------- 导航栏 navbar ------------ */
.navbar-div {
  position: sticky;
  top: 0rem;
  left:5.75rem;
  width: 8.25rem;
  z-index:2;
}

.navbar-tab {
  position: absolute;
  top:0.5rem;
}

.navbar-img {
  height: 1.7rem;
  width:1.7rem;
  margin-left:0.65rem;
  margin-top:1.65rem;
}
.navbar-text {
  text-align: center;
  font-size: 0.7rem;
}
/* ----------- 内容区域 content ------------ */
.content-div {
  margin-bottom: 2.8rem;
}

.content-left-img {
  height:23rem;
  width:15rem;
  background-size: cover;
  align-items: center;
}

.content-left-text-1 {
  font-size:1.5rem;
  color:white;
  height: 100%;
  padding-top: 8.25rem;
  text-align:center;
}
.content-left-text-2 {
  font-size:1rem;
  color:white;
  height: 100%;
  padding-bottom: 8.25rem;
  text-align:center;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap:1rem;
  grid-row-gap:1rem;
  padding: 0 1rem;
}

.content-li {
  height:11rem;
  width:21.5rem;
  background-color: white;
}

.content-mid-img {
  background-size: cover;
  height: 8rem;
  width: 8rem;
  margin-left: 1.5rem;
}

.content-mid-tab{
  width: 12rem;
  height: 100%;
  margin-top: 3.25rem;
  margin-left: 0.9rem;
}

.content-mid-text-1 {
  font-size:1rem;
  font-weight:bolder;
  color:#333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content-mid-text-2 {
  font-size:0.8rem;
  color:#666666;
  margin-top:0.8rem;
  margin-right: 1.5rem;
}
.content-mid-text-3 {
  font-size:1.2rem;
  color:#ff5c00;
  margin-top:0.8rem;
}

.content-right-div {
  height:23rem;
  width:14rem;
  background-color: white;
}
.content-right-title {
  font-size:1rem;
  font-weight:bolder;
  color:#093A97;
  margin-top:1.5rem;
  margin-left: 1.3rem;
}
.content-right-tab {
  margin-top: 0.95rem;
}
.content-right-img {
  height:3.7rem;
  width:3.7rem;
  background-size: cover;
}
.content-right-box {
  width: 6.5rem;
  padding:4px;
}
.content-right-text-1 {
  font-size:0.8rem;
  font-weight:bolder;
  color:#333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content-right-text-2 {
  font-size:0.7rem;
  color:#666666;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}



/* ---------- 立即申请 apply ------------ */

.apply-box {
  margin-top: 0.75rem;
  background-image: url('../img/public/bg@2x.jpg');
  background-size: cover;
  height:5rem;
  height:7.2rem;
}
.apply-text {
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3rem;
}
.apply-button {
  width: 8.05rem;
  height: 2.7rem;
  background: #FFFFFF;
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0A3A97;
  line-height: 2.7rem;
  text-align: center;
}



/* ---------------- 底部菜单  bottom-menu------------------ */

.bottom-menu-box {
  background-color:#13213c;
  color:white;
  border-bottom: 0.05rem solid gray;
}
.bottom-menu-left-text {
  display:grid;
  grid-template-columns: repeat(5,1fr);
  grid-template-rows: repeat(4,1fr);
  width:50%;
  text-align: center;
  font-size: 0.6rem;
}

.bottom-menu-left-title {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8rem;
}

.bottom-menu-left-content {
  font-size: 0.9rem;
  font-family: Microsoft YaHei;
  font-weight: 20rem;
  color: #FFFFFF;
  line-height: 2rem;
}
.bottom-menu-left-width {
  width:1.25rem;
}

.bottom-menu-center-text-1 {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.45rem;letter-spacing: 0.4rem;
}
.bottom-menu-center-text-2 {
  border-bottom: 0.05rem solid gray;
  font-size: 0.75rem;
  font-family: PingFang SC;
  font-weight: 25rem;
  color: #FFFFFF;
  line-height: 1.45rem;
}
.bottom-menu-center-text-3 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 20rem;
  color: #FFFFFF;
  line-height: 0.8rem;
}
.bottom-menu-center-text-4 {
  margin-left: 0.75rem;
  font-size: 1.1rem;
  font-family: Microsoft YaHei;
  font-weight: 20rem;
  color: #FFFFFF;
  line-height: 0.8rem;
}

.bottom-menu-center-margin{
  margin-top: 1rem;
}
.bottom-menu-center-img {
  width:1.7rem;
  height:1.7rem;
}

.bottom-menu-right-width {
  width:1.75rem
}
.bottom-menu-grid {
  display:grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 30% 70%;
  grid-row-gap:0rem;
  grid-column-gap:0.5rem;width:20%;
  text-align: center;
  margin-bottom: 1rem;
}

.bottom-menu-right-text-1 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8rem;
}
.bottom-menu-right-text-2 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8rem;
}
.bottom-menu-right-img {
  width: 6rem;
  height:6rem;
}

/* ---------------- 友情链接 link ------------------ */

.link-box {
  background-color:#13213c;
  height:6.45rem;
  color:white;
}
.link-bottom-text {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6rem;
  cursor: pointer;
}




/* ------------------- 公共样式 --------------------- */

.lie {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.center {
  margin-left: 11%;
  margin-right: 11%;
  width: 78%;
}

.box-content {
  margin-top: 10rem;
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 25rem;
  color: #262626;
  line-height: 1.35rem;
}

.tit {
  border-left: solid #093a97 0.4rem;
  padding-left: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  line-height: 1.4rem;
}
.more {
  color: #093a97;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.hrefItem a {
  height: 7rem;
  width: 3rem;
  background-color: white;
  color: #093a97;
  top: 20.2rem;
}
.hrefItem a[active] {
  height: 7rem;
  width: 3rem;
  background-color: #093a97;
  color: white;
  top: 20.2rem;
}
a.active {
  height: 7rem;
  width: 3rem;
  background-color: #093a97;
  color: white;
  top: 20.2rem;
}
/* ------------------- 其他--------------------- */

