﻿html{
  font-size: 1px;
  /* 为了移动端适配将所有单位设置为rem，所以设置根元素字体1px */
}

body {
    overflow: inherit!important;
}

[v-cloak] {
  display: none;
}

.container {
  width: 1400rem;
  margin: 0 auto;
}

#app {
  position: relative;
  font-size: 16rem;
}

#app::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  height: 310rem;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

#app .search-title {
  display: block;
  width: 388rem;
  padding-top: 154rem;
  margin: 0 auto 63rem;
}

#app .search {
  width: 820rem;
  display: block;
  margin: 0 auto;
  background: transparent;
}

#app .search .searchInput {
  position: relative;
}

#app .search .searchInput img {
  position: absolute;
  width: 24rem;
  left: 36rem;
  top: 24rem;
  z-index: 10;
}

#app .search .searchInput input {
  box-shadow: 0 4rem 15rem 0 rgba(0, 0, 0, 0.15);
  height: 70rem;
  border-radius: 8rem !important;
  font-family: MicrosoftYaHei;
  letter-spacing: 0.14rem;
  font-size: 20rem;
  padding-right: 205rem;
  padding-left: 80rem;
}

#app .search .ivu-input-group-append {
  position: absolute;
  width: 161rem;
  height: 54rem;
  top: 8rem;
  right: 16rem;
  border-radius: 6rem !important;
  font-family: MicrosoftYaHei;
  font-size: 18rem;
  color: #FFFFFF;
  text-align: right;
  padding-top: 16px !important;
  letter-spacing: 30rem;
  background: #1B7AB0 !important;
}

#app .search .ivu-input-group-append::before {
  display: none;
}
#app .ivu-input-search:hover {
  background-color: #3096D0!important;
}
#app .filter .filterMain .ivu-poptip .ivu-poptip-body .ivu-checkbox-wrapper:hover{
  color: #197BB0;
}

#app .recentSearch {
  margin-top: 20rem;
  font-size: 16rem;
  font-family: MicrosoftYaHei;
  color: #B6B6B6;
  line-height: 21rem;
  white-space: nowrap;
  overflow: hidden;
}

#app .recentSearch span {
  margin-left: 10rem;
  cursor: pointer;
  transition: .2s linear;
}

#app .recentSearch span:hover {
  color: #1B7AB0;
}

#app .filter {
  margin-top: 40rem;
  position: relative;
}

#app .filter .filterMain {
  width: 400rem;
  background: white;
  height: 24rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#app .filter .filterMain i {
  margin-right: 10rem;
  color: #1B7AB0;
}

#app .filter .filterMain .ivu-poptip {
  display: block;
  line-height: 24rem;
  width: 50%;
  cursor: pointer;
  float: left;
  text-align: center;
}

#app .filter .filterMain .ivu-poptip .ivu-checkbox-wrapper {
  width: 25%;
}

#app .filter .filterMain .ivu-poptip .ivu-select-dropdown {
  top: 70rem !important;
}

#app .filter .filterMain .ivu-poptip .pop-top {
  padding-bottom: 10rem;
  margin-bottom: 20rem;
  border-bottom: 1rem solid #ccc;
}

#app .filter .filterMain .ivu-poptip .ivu-poptip-body-content {
  overflow: visible;
}

#app .filter .filterMain .ivu-poptip .ivu-poptip-body {
  text-align: left;
  padding: 30rem;
  white-space: normal;
}

#app .filter .filterMain .ivu-poptip .ivu-poptip-body .ivu-checkbox-wrapper {
  width: 24.5%;
  margin: 0 0 15rem;
}

#app .filter .filterMain .ivu-poptip:first-child .ivu-poptip-arrow {
  left: 38%;
}

#app .filter .filterMain .ivu-poptip:first-child .typeNum {
  color: white;
  vertical-align: middle;
  font-size: 12rem;
  line-height: 14rem;
  margin-left: 8rem;
  display: inline-block;
  width: 14rem;
  height: 14rem;
  background: #1B7AB0;
  border-radius: 2rem;
}

#app .filter .filterMain .ivu-poptip:first-child .typeNum.active{
  opacity: 0;
}

#app .filter .filterMain .ivu-poptip:last-child .ivu-poptip-arrow {
  left: 62%;
}

#app .filter .filterMain .ivu-poptip:last-child .ivu-input-suffix {
  display: none;
}

#app .filter .filterMain .ivu-poptip:last-child .dataPickerWrap {
  position: relative;
  width: 35%;
  display: inline-block;
}

#app .filter .filterMain .ivu-poptip:last-child .dataPickerWrap i {
  color: #ccc;
  position: absolute;
  top: 2rem;
  left: 20rem;
  font-size: 20rem;
  z-index: 10;
  pointer-events: none;
}

#app .filter .filterMain .ivu-poptip:last-child .dataRange > span {
  padding: 0 30rem;
}

#app .filter .filterMain .ivu-poptip:last-child input {
  padding-left: 60rem;
}

#app .filter .filterMain .ivu-poptip .ivu-poptip-popper {
  width: 820rem;
  left: -210rem !important;
}

#app .filter .filterMain .ivu-poptip:first-child {
  border-right: 1rem solid #979797;
}

#app .filter .filterMain .ivu-poptip img:last-child {
  margin-left: 10rem;
  vertical-align: 2rem;
}

#app .filter .checkAll {
  width: auto !important;
  float: right;
}

#app .search-content {
  width: 910rem;
  margin: 30rem auto;
}

.serach-top > :first-child {
  font-size: 16rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21rem;
}

.serach-top > :first-child span {
  color: #1B7AB0;
}

.serach-top > :last-child {
  margin-top: 30rem;
}

.serach-top > :last-child .ivu-col {
  font-size: 14rem;
  font-family: MicrosoftYaHei;
  color: #8C8C8C;
  line-height: 19rem;
}

.search-result {
  margin-top: 10rem;
}

.result-item {
  /* height: 130rem; */
  padding: 40rem 0;
  border-bottom: 1rem solid #ccc;
  font-size: 14rem;
  font-family: MicrosoftYaHei;
  color: #8C8C8C;
  line-height: 19rem;
}

.result-item .fileTitle {
  font-size: 16rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21rem;
  cursor: pointer;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.result-item img {
  float: left;
  cursor: default;
  margin-right: 15px;
}

.result-item .ivu-col div, .result-item .ivu-col a {
  display: block;
  margin-bottom: 10rem;
}
#app .yinc .m{
  font-size: 16rem;
}
#app .result-item .m {
  /* color: #1B7AB0; */
  font-size: 16px;
  line-height: 1.5;
}
#app .result-item p.m {
  color: #1B7AB0;
  font-size: 16rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
#app .result-item span.s {
  font-size: 14rem;
  margin-right: 10rem;
}

.wen {
    width: calc(100% - 55px);
    display: inline-block!important;
    margin-bottom: 0px!important;
}

#video .videoWrap {
  width: 100%;
  height: 419rem;
  border-radius: 6rem;
  overflow: hidden;
  position: relative;
  background: white;
}

#video .videoWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40rem;
  margin-left: -40rem;
  cursor: pointer;
}

#video .videoWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video .videoWrap .audio {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 54rem;
  background: white;
}

#video .videoWrap .audio.active {
  background: #eff1f2;
}

#video .videoWrap .audio audio {
  width: 100%;
}

#video .videoInfo {
  padding: 30rem;
  /* height: 419rem; */
  background: white;
  border-radius: 6rem;
  overflow: hidden;
}

.content-title {
    display: none;
}


#video .videoInfo .title {
  font-size: 18rem;
  font-weight: bold;
  font-family: AppleSystemUIFont;
  color: #333333;
  line-height: 28rem;
  margin-bottom: 20rem;
}

#video .videoInfo ul span {
  font-size: 14rem;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 19rem;
  margin-right: 10rem;
}

#video .videoInfo ul li {
  margin-bottom: 15rem;
  font-size: 14rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19rem;
}

#fileOpen .bac-white {
  background: white;
  border-radius: 6rem;
  padding: 30rem;
}

#fileOpen .folderInfo {
  text-align: center;
}

#fileOpen .folderInfo img {
  width: 92rem;
}

#fileOpen .folderInfo .folder-title {
  text-align: left;
  font-size: 18rem;
  font-family: AppleSystemUIFont;
  color: #333333;
  line-height: 30rem;
  margin-bottom: 20rem;
}

#fileOpen .folderInfo hr {
  margin-bottom: 15rem;
}

#fileOpen .folderInfo p {
  text-align: left;
  font-size: 14rem;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 19rem;
  margin-bottom: 15rem;
}

#fileOpen .folderInfo p span {
  font-size: 14rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19rem;
  margin-left: 10rem;
}

.web-top {
  width: 100%;
  height: 87rem;
  background: #FFFFFF;
  padding: 0 40rem;
  margin-bottom: 30rem;
  box-shadow: 0rem 2rem 10rem 0rem rgba(0, 0, 0, 0.2);
}

.web-top > span:first-child {
  font-size: 16rem;
  padding: 14rem 0;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 87rem;
  cursor: pointer;
}

.web-top > span:first-child i {
  font-size: 20rem;
  margin: 0 15rem;
  cursor: pointer;
  color: #B3B3B3;
}

.web-top .top-share {
  margin-top: 27.5rem;
  float: right;
  display: flex;
  justify-content: space-between;
}

.web-top .top-share button {
  margin-left: 22rem;
}

.web-top .top-share button i {
  font-size: 12rem;
  margin-right: 10rem;
}

.bac {
  background: #F5F5F5;
}

.titlea{
  color: #fff;
}

.imgae span{
  color: #fff;
}

.ivu-btn-text {
  background: #1B7AB0 !important;
  color: white !important;
}

.ivu-btn-text:hover {
  background: inherit;
}

.ivu-page {
  width: max-content;
  margin: 30rem auto 50rem;
}

.read{
  margin-top: 8rem;
  height: 80rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-bottom: #ccc solid 1rem;
}

.read p {
  font-size: 10rem;
}

.read span{
  font-size: 10rem;
  color: rgb(173, 221, 240);
  margin-bottom: 8rem;
}


/*响应式 媒体查询*/
@media (max-width: 1480px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 80%;
  }
}


.mobile .ivu-modal-mask,.mobile .ivu-modal-wrap{
  display: none;
}
.search-result .mobile{
  display: none;
}
.pcf{
  display: block;
}
.mobilef{
  display: none;
}
.disabled{
  color: #ccc;
  pointer-events: none;
}
.disabled .ivu-checkbox-inner{
  background-color: #efefef;
}