html {
  background-color: #f7f7f7 !important;
}

#app-wrap,
.footer-boxs {
  display: none;
}

.pc-foot {
  display: block;

}

.main {
  width: 1200px;
  margin: 20px auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
}

.label {
  padding: 10px 0;
  background: url(./list1.png)no-repeat center;
  background-size: 100% 100%;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  font-weight: bolder;
  color: #0287e6;
  line-height: 10px;
  font-size: 18px;
}
.logo{
  display: inline-block;
  background: url(./header-logo.png) no-repeat center;
  width: 200px;
  height: 80px;
  background-size: 100% 100%;
  position: absolute;
  left: 50px;
}
.bannerImg {
  height: 400px;
  background: url(./linanbanner.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.detailsHead {
  margin: 0 20px;
  border-radius: 5px;
  background: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.detailsHead .detailsTop {
  height: 80px;
}
.detailsHead .detailsTop .detailsName {
  font-size: 24px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 10px;
}
.detailsHead .detailsBottom {
  display: flex;
  flex-wrap: wrap;
}
.detailsHead .detailsBottom li {
  color: #535353;
  width: 50%;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
}

.detailCenter {
  margin: 20px;
  background: white;
}
.detailCenter .tab {
  display: flex;
  border-bottom: 1px solid #6792ed;
  margin-left: 15px;
}
.detailCenter .tab div {
  text-align: center;
  margin: 0;
  margin-right: 10px;
}
.detailCenter .tab div,
.detailCenter .choice {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  width: 150px;
  cursor: pointer;
}
.detailCenter .choice {
  color: #333;
  font-weight: bolder;
  border-radius: 3px;
  border-bottom: 5px solid #6792ed;
  /* font-size: 20px; */
}
.detailCenter #box .item {
  display: none;
  min-height: 500px;
  overflow: hidden;
  overflow-y: visible;
}
.Headbanner .logo {
  width: 300px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: url(./logo.png) no-repeat center;
  background-size: 100% 100%;
}
.old_type .elder {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 30px !important;
}

.elder {
  font-size: 18px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #fabe2d;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 35px;
  z-index: 1;
}
.detailCenter .boxCenter {
  padding: 20px;
}
.navigation{
  height: 56px;
  background: #f8f8f8;
  margin-bottom: 26px;
  padding-left: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 18px;
  font-family: MicrosoftYaHeiUISemibold;
}
.navigation td {
  color: #0287e6 !important;
}
.navigation td a {
  font-size: 14px !important;
}