/* common */
a, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #262626;
}
html {
  width: 100vw;
  min-height: 0 !important;
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}
.am-drawer {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

.am-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.my-darwer {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

.my-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ct {
  color: #262626;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

.ct::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ct-box {
  position: relative;
  padding-top: 1.05rem;
  padding-bottom: 1.34rem;
  width: 100%;
  background-color: #FFFFFF;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

.ct-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ct .line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ct .line-2 {
  word-break: break-all;
  /* text-align: left; */
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.menu-icon {
  position: fixed;
  z-index: 19;
  bottom: 20%;
  right: calc(100vw / 2 - 3.75rem + 0.4rem);
  width: 1.03rem !important;
  height: 1.03rem !important;
  border-radius: 55%;
  background-color: rgba(0, 0, 0, 0.45);
  
}

.menu-icon i {
  margin-top: 0.02rem !important;
  margin-right: 0.05rem !important;
  line-height: 1.03rem !important;
  font-size: 0.7rem !important;
  color: #FFFFFF !important;
  text-align: center;
}

/* module-info */
.module-info {
  position: relative;
  padding: 1.6rem 0.4rem 0.4rem;
  color: #FFFFFF;
  background-color: #042A46;
}

.module-info .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 5.85rem;
}

.module-info .bg-cover img {
  width: 100%;
  height: 5.85rem;
  object-fit: cover;
}

.module-info .header {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-info .header .cover {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.4rem;
  background: #F7F7F7;
  border-radius: 0.93rem;
  border: 0.04rem solid #FFFFFF;
}

.module-info .header .cover img {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.93rem;
}

.module-info .header .info-box {
  flex: 1;
}

.module-info .header .info-box .name {
  height: 0.5rem;
  margin-bottom: 0.1rem;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.module-info .header .info-box .name .honor-list {
  flex: 1;
  margin-left: 0.19rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
}

.module-info .header .info-box .name .honor-icon {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  margin-right: 0.1rem;
}

.module-info .header .info-box .name .honor-list .text {
  margin-left: 0.05rem;
  font-size: 0.24rem;
  font-weight: 400;
}

.module-info .header .info-box .name .honor-list .icon-arrow-down {
  transform: rotate(-90deg);
  font-weight: 400;
  font-size: 0.36rem;
}

.module-info .header .info-box .job {
  height: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.module-info .header .info-box .job span {
  color: #FFB84C;
  font-size: 0.24rem;
  margin-right: 0.1rem;
}

.module-info .header .contact {
  width: 1.52rem;
  height: 0.5rem;
  margin-left: 0.4rem;
  background: #1890FF;
  border-radius: 0.25rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
  text-align: center;
}

.module-info .data {
  position: relative;
  z-index: 1;
  margin-top: 0.34rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
  line-height: 0.33rem;
  color: rgba(255,255,255, 0.8);
}

.module-info .data .value {
  margin-left: 0.1rem;
  margin-right: 0.06rem;
  display: inline-block;
  font-size: 0.28rem;
  color: rgba(255,255,255, 1);
}

.module-info .description {
  position: relative;
  z-index: 1;
  margin-top: 0.42rem;
  /* min-height: 0.84rem; */
  font-size: 0.28rem;
  line-height: 0.42rem;
  /* text-align: left !important; */
}

.module-info .view-all {
  position: relative;
  z-index: 1;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-top: 0.12rem;
  margin-bottom: 0.12rem;
  font-size: 0.24rem;
}

.module-info .view-all span {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.module-list {
  position: relative;
  z-index: 1;
  top: -0.25rem;
  left: 0;
  min-height: 50vh;
  padding: 0.4rem 0.4rem 0;
  border-radius: 0.28rem 0.28rem 0 0;
  background-color: #FFFFFF;
}

.module-list .tab-bar {
  width: 100%;
  height: 0.76rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
}

.module-list.fixed .tab-bar {
  position: fixed;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 1.05rem;
  /* left: 0; */
  z-index: 2;
  height: 0.76rem;
  padding: 0.2rem 0.4rem;
  background-color: #FFFFFF;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
  margin-left: -0.4rem !important;
}

.module-list.fixed .case-list,
.module-list.fixed .article-list {
  padding-top: 0.76rem;
}

.module-list .tab-bar a.tab-item {
  display: block;
}

.module-list .tab-bar .tab-item {
  position: relative;
  margin-right: 0.4rem;
  font-size: 0.32rem;
  color: #8C8C8C;
  line-height: 0.76rem;
}

.module-list .tab-bar .tab-item.active {
  color: #1890FF;
  font-weight: bold;
}

.module-list .tab-bar .tab-item.active:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: calc(50% - 0.13rem);
  width: 0.26rem;
  height: 0.07rem;
  background: #1890FF;
  border-radius: 0.04rem;
}

/* result-item */
.result-item {
  width: calc(7.5rem - 0.4rem);
  padding:0.28rem 0 !important;
  max-width: 7.7rem !important;
}
.box, .box-2, .box-3 .cover {
  margin-right: 0.4rem;
}

.box-3 .info .title-line-2 {
  min-height: 1rem !important;
  margin-bottom: 0.09rem !important;
}
