* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow: hidden;
}

.page-contain {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.header {
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  background-color: #6300bf;
  font-size: 40px;
  padding: 0px 40px;
}
.tab-wrap {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #6300bf;
  padding: 5px 40px;
}
.nav-item {
  width: 100px;
  text-align: center;
}
.boder-line {
  border-right: 1px solid #6300bf;
}

.index-contain {
  min-height: calc(100% - 136px);
  position: relative;
  padding: 20px;
  background-color: #f5f1f8;
  overflow: hidden;
}
.index-contain .profile {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 300px;
  background-color: #ffffff;
}
.profile-img {
  width: 300px;
}
.profile-desc {
  line-height: 1.5;
  padding: 15px;
  font-size: 14px;
}
.profile-label {
  padding: 0px 15px 15px;
}
.profile-label .label-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.profile-label .label-list .icon {
  width: 20px;
  vertical-align: bottom;
}
.index-contain .news-contain {
  margin-left: 320px;
}
.news {
  min-width: 700px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.news-img {
  min-width: 700px;
  width: 100%;
}
.news-title {
  padding: 20px;
}
.news-desc {
  padding: 0 20px 20px;
  line-height: 2;
}

.pet-contain {
  min-height: calc(100% - 136px);
  position: relative;
  padding: 20px 150px;
  background-color: #f5f1f8;
}

.ski-contain {
  min-height: calc(100% - 136px);
  position: relative;
  padding: 20px 150px;
  background-color: #f5f1f8;
}

.camp-contain {
  min-height: calc(100% - 136px);
  position: relative;
  padding: 20px 150px;
  background-color: #f5f1f8;
}