[v-cloak] {
  display: none;
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.65rem;
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.65rem;
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.65rem;
}
.clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  display: table;
  content: '';
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.w85 {
  width: 85% !important;
}
#app {
  background-color: #d2dfee;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
}
#root {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.navBar {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  font-size: 0.512rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 3px #eee;
  z-index: 999;
}
.navBar .navHome {
  width: 50%;
  float: left;
  padding-bottom: 0.32rem;
}
.navBar .navHome .home {
  background-image: url('../images/navHome.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.152rem;
  height: 1.152rem;
  margin: 0.21333333rem auto;
}
.navBar .navHome.active {
  color: #273585;
}
.navBar .navHome.active .home {
  background-image: url('../images/navHomeActive.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.navBar .navSearch {
  width: 50%;
  float: left;
  padding-bottom: 0.32rem;
}
.navBar .navSearch .search {
  background-image: url('../images/navSearch.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.152rem;
  height: 1.152rem;
  margin: 0.21333333rem auto;
}
.navBar .navSearch.active {
  color: #273585;
}
.navBar .navSearch.active .search {
  background-image: url('../images/navSearchActive.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page1 {
  background-image: url('../images/bgHome.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16rem;
  height: 28.45866667rem;
  position: relative;
  overflow: hidden;
}
.page1 .title {
  background-image: url('../images/title.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 11.24266667rem;
  height: 9.70666667rem;
  position: absolute;
  bottom: 7.104rem;
  left: 50%;
  transform: translateX(-50%);
}
.page1 .touchTips {
  position: absolute;
  right: 1rem;
  bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page1 .touchTips .touch {
  background-image: url('../images/touchTips.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.42933333rem;
  height: 2.28266667rem;
  margin-bottom: 0.5rem;
  -webkit-animation: touchTips 3s infinite linear;
  animation: touchTips 3s infinite linear;
}
.page1 .touchTips p {
  font-size: 0.65rem;
  color: #fff;
}
.page {
  background-image: url('../images/bgBase.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: repeat-y;
  width: 16rem;
  min-height: 28.45866667rem;
  position: relative;
  overflow: hidden;
  padding: 1.06666667rem 0.64rem;
  box-sizing: border-box;
  color: #fff;
  padding-bottom: 2.56rem;
}
.page .titleSeach {
  background-image: url('../images/titleSearch.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 12.928rem;
  height: 2.92266667rem;
  margin: 3.2rem auto 1.6rem;
}
.page .searchWrapper {
  width: 14.208rem;
  margin: 0 auto;
}
.page .searchWrapper .search .search-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.page .searchWrapper .search .search-item:last-child {
  margin-bottom: 2rem;
}
.page .searchWrapper .search .search-item .item {
  position: relative;
  overflow: hidden;
  width: 45%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.6rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 1.5rem;
  cursor: pointer;
}
.page .searchWrapper .search .search-item .item:hover {
  background-color: rgba(255, 255, 255, 0.55);
}
.page .searchWrapper .search .search-item .item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .searchWrapper .search .search-item .item input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  font-size: 0.65rem;
  font-weight: initial;
  color: #fff;
  padding: 0 0.75rem;
}
.page .searchWrapper .search .search-item .searchBtn {
  width: 12%;
  height: 1.5rem;
  padding: 0.3rem;
  cursor: pointer;
}
.page .searchWrapper .search .keyword {
  position: relative;
  overflow: hidden;
  color: #bec9ff;
}
.page .searchWrapper .search .keyword .static,
.page .searchWrapper .search .keyword .keyword-item {
  width: 30%;
  height: 1.2rem;
  margin-right: 3%;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.6rem;
}
.page .searchWrapper .search .keyword .static {
  color: rgba(255, 255, 255, 0.35);
  font-weight: bold;
}
.page .searchWrapper .search .keyword .keyword-item {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 1.5rem;
  cursor: pointer;
}
.page .searchWrapper .search .keyword .keyword-item:nth-child(3),
.page .searchWrapper .search .keyword .keyword-item:last-child {
  margin-right: 0;
}
.page .searchWrapper .search .keyword .keyword-item:hover {
  background-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.page .result-search {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.page .result-search .back,
.page .result-search .searchBtn {
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.64rem;
}
.page .result-search .back img,
.page .result-search .searchBtn img {
  width: 100%;
}
.page .result-search .input {
  width: 70%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page .result-search .input input {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 0.65rem;
}
.page .result-wrap .result .result-item {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
  padding: 0.64rem 1.06666667rem 0.17066667rem;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.page .result-wrap .result .result-item .content {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.page .result-wrap .result .result-item .content p {
  text-indent: 2em;
  text-align: justify;
}
.page .result-wrap .result .result-item .tagBar {
  position: relative;
  overflow: hidden;
  font-size: 0.45rem;
}
.page .result-wrap .result .result-item .tagBar .tag {
  width: 50%;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  padding: 0 0.5rem;
}
.page .result-wrap .result .result-item .tagBar .tag p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .result-wrap .result .result-item .tagBar .arrow {
  width: 0.68266667rem;
  height: 0.68266667rem;
  position: absolute;
  left: 50%;
  bottom: 0.17066667rem;
  transform: translate(-50%, -50%);
}
.page .result-wrap .result .img-wrap {
  margin-top: 3rem;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 0.3rem;
}
.page .result-wrap .result .img-wrap .img img {
  margin: 0 auto;
}
.page .result-wrap .result .img-wrap p {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.65rem;
  color: #fff;
}
@keyframes touchTips {
  0% {
    -webkit-transform: translate(-8px, -8px) rotateZ(-30deg);
    transform: translate(-8px, -8px) rotateZ(-30deg);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: translateY(0) rotateZ(-30deg);
    transform: translateY(0) rotateZ(-30deg);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translate(8px, 8px) rotateZ(-30deg);
    transform: translate(8px, 8px) rotateZ(-30deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(0) rotateZ(-30deg);
    transform: translateY(0) rotateZ(-30deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-8px, -8px) rotateZ(-30deg);
    transform: translate(-8px, -8px) rotateZ(-30deg);
    opacity: 0.5;
  }
}
