* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
}

ul li {
  list-style-type: none;
  padding-left: 0;
}

/* iframe{
  width: 100%;
  height: 100%;
} */
@media screen and (min-width: 767px) {
  .home .img-item {
    width: calc((100% - 40px) / 6) !important;
  }
}

#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #00b894;
}

#app .header {
  width: 100%;
  height: 50px;
  background-color: #00b894;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

#app .ipt {
  width: 100%;
  height: 32px;
}

.left,
.cen,
.right {
  font-size: 30px;
  color: #fff;
  font-family: 'comic sans ms';
  cursor: pointer;
}

.list_min {
  display: flex;
  flex-direction: column;
  font-style: normal;
  color: #fff;
}

.list_min p {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding-left: 10px;
}

.ant-drawer-header,
.ant-drawer-header-no-title {
  background: #4553fe !important;
}

.ant-drawer-title {
  color: #fff !important;
  font-family: 'comic sans ms';
}

.ant-drawer-header {
  border-radius: 0 !important;
}

.ant-drawer-content {
  background: #4553fe !important;
}

.home {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  margin: 8px;
  height: calc(100% - 66px);
  overflow-y: auto;
}

.home-active {
  height: calc(100% - 98px);
}

.home .img-item {
  cursor: pointer;
  width: calc((100% - 16px) / 3);
}

.home .img-item img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.details {
  display: flex;
  flex-direction: column;
  margin: 8px;
  height: calc(100% - 66px);
  overflow-y: auto;
}

.details .top-min {
  display: flex;
  border: 1px solid #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 100px;
  padding: 0 20px;
}

.details .top-min img {
  width: 80px;
  border-radius: 10px;
}

.details .top-min .info-min {
  gap: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 20px;
}

.details .top-min .info-min .name {
  color: #fff !important;
  font-family: 'comic sans ms';
  font-size: 20px;
}

.details .top-min .info-min .type {
  color: #fff !important;
  font-family: 'comic sans ms';
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 3px 8px;
  width: max-content;
  cursor: pointer;
}

.details .btn-min {
  width: 200px;
  margin: 80px auto;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4553fe;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  border: 2px solid #eaff3d;
  color: #fff;
  font-family: 'comic sans ms';
  font-size: 16px;
  cursor: pointer;
  gap: 5px;
}

.details .tui-jian {
  margin: 20px auto;
  font-family: FSemiBold;
  font-size: 20px;
  color: #fff;
}

.details .ul-min {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5px;
  margin: 8px;
}

.details .ul-min .img-item {
  width: calc((100% - 16px) / 4) !important;
  cursor: pointer;
}

.details .ul-min .img-item img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  height: 3.5rem;
  margin-bottom: 50px;
  background-color: #00b894;
  color: #fff
}

.footer .link-box {
  display: flex;
  justify-content: center;
  font-size: 1rem
}

.footer .link-box .separate {
  margin: 0 1rem
}

.footer .link-box a {
  text-decoration: none;
  color: #fff
}

.footer .copyright {
  font-size: .5rem;
  text-align: center
}

.middle {
  width: 100%;
  height: 15px;
  /* margin-top: 10px; */
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-evenly;

}

.de_iv_adv {
	width: 100%;
	height: auto;
	background-color: #4bbba4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.t_de {
  height: 0.2rem;
  width: 100%;
  line-height: 0.3rem !important;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
  margin-bottom: 5 !important;
  margin-top: 10px;
  background-color: #4bbba4;
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  height: 60px;
  background-color: #4bbba4;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}