body {
  background: #f2f3f8;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* min-width: 1440px; */
}

/* 页头样式 */
Header {
  width: 100%;
  background: #c03a2a;
}

.headerBox {
  margin: auto;
  max-width: 1440px;
  display: flex;
  align-items: center;
  height: 99px;
}

.imgLogo {
  width: 120px;
  margin-left: 120px;
}

.topTitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 60%;
  margin-left: 260px;
}

.chText {
  color: #c03a2a;
  padding: 8px 20px;
  background: #fff;
  border-radius: 20px;
}

.enText {
  color: #fff;
  font-size: 14px;
}

.userInfo {
  display: flex;
  margin-left: auto;
  margin-right: 120px;
  height: 35px;
  color: #fff;
}

.phpto {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
}

.phpto > img {
  height: 75%;
  margin-right: 10px;
}

.logout {
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 70px;
  border-radius: 20px;
  border: 1px solid #fff;
  cursor: pointer;
}

.logoLink {
  position: absolute;
  top: 0;
}

/* 页面主体样式 */
.bodyBox {
  width: 100%;
  height: 100%;
}
.bannerInfo .bannerContent {
  position: absolute;
  text-align: center;
  bottom:50%;
  left:0px;
 right:0px;
 transform:translateY(50%)
}
.bannerInfo .bannerContent strong{
  color:#fff;
font-size: 54px;
}
.bannerInfo .bannerContent p{
  color:#fff;
font-size: 14px;
margin-top: 30px;
}
.bannerInfo {
	position:relative;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bannerInfo > p {
  color: #fff;
  line-height: 0px;
  transform: translateY(-20px);
}

.bannerInfo > p:nth-child(1) {
  font-weight: 600;
  font-size: 40px;
}

.bannerInfo > p:nth-child(2) {
  font-size: 20px;
}
.breadCrumbs {
  background-color: #ffffff;
  height: 4vw;
  display: flex;
  padding: 0 13%;
  align-items: center;
}

.breadCrumbs span {
  color: #8c8c8c;
  font-size: 1.25vw;
}

.breadCrumbs > span {
  color: #595959 !important;
}
