html,
body {
  width: 100%;
  height: 100%;
  /* height: 100vh; */
  overflow: hidden;
  background: #fff;
  font-family: 'microsoft yahei';
}
.app.swiper-container,
.app > .swiper-wrapper,
.app .content,
.app .content .inner {
  height: 100%;
  /* height: 100vh; */
}
.content {
  position: relative;
  /* background: #333; */
}
.content .inner {
  /* transform-origin: right;
  -webkit-transform-origin: right; */
  will-change: transform;
  overflow: auto;
}
.content .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content .bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  transition: opacity 1s 0s;
  -webkit-transition: opacity 1s 0s;
  display: none;
}
.content .inner .mask {
  z-index: 10;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: opacity 0.3s 0s ease-in;
  -webkit-transition: opacity 0.3s 0s ease-in;
}
.content .mask.show {
  opacity: 0.5;
  visibility: visible;
}

/* .header {
  height: 20px;
  overflow: hidden;
} */
.header .menu {
  position: absolute;
  display: none;
  top: 30px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.menu-content {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 12;
  width: 180px;
  height: 80px;
  background: #fff;
  padding: 15px 0;
  border-radius: 8px 8px 20px 20px;
  box-shadow: 0 0 10px #666;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  will-change: transform;
  transform-origin: top;
  -webkit-transform-origin: top;
  transition: transform 0.2s 0s ease-out;
  -webkit-transition: transform 0.2s 0s ease-out;
}
.menu-content.show {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.menu-content a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-family: 'SourceSansPro-Regular', 'microsoft yahei';
}
.menu-content a:active {
  background-color: #3b5998;
  color: #fff;
}
.header .logo h1 {
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  position: relative;
}
.header .logo h1 img {
  /*width: 56%; */
  height: 60px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.search {
  height: 36px;
  will-change: transform;
}
.search .input-container {
  height: 36px;
  position: relative;
}
.search input {
  width: 100%;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  border-radius: 18px;
  background-color: #eaeaea;
  font-family: 'SourceSansPro-ExtraLight', 'microsoft yahei';
}
.search input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.page {
  position: absolute;
  z-index: 4;
  padding: 10px 10px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page .hotsite {
  padding: 16px 0 0;
  margin-top: 24px;
  /* min-height: 166.38px; */
}
.page .hotsite.cake .box:nth-child(2) {
  padding-top: 16px;
}
.page .hotsite.cake .box a {
  display: block;
  width: 20%;
}
.page .hotsite.cake .box .img {
  width: 62%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 62%;
  border-radius: 50%;
}
.page .hotsite.cake .box .url {
  display: none;
}
.bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.page .hotsite .box .title {
  color: #3d3d3d;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'SourceSansPro-Regular', 'microsoft yahei';
}
.page .hotsite.obg.white .box .title {
  color: #000;
}
/* hotsite detail layout */
.page .hotsite.detail {
  height: 328px;
}
.page .hotsite.detail .box {
  display: block;
  position: static;
}
.page .hotsite.detail a {
  position: absolute;
  width: 50%;
}
.page .hotsite.detail .box:nth-child(1) a:nth-of-type(2n),
.page .hotsite.detail .box:nth-child(2) a:nth-of-type(2n + 1) {
  right: 0;
}
.page .hotsite.detail .box:nth-child(1) a:nth-of-type(2n + 1),
.page .hotsite.detail .box:nth-child(2) a:nth-of-type(2n) {
  left: 0;
}
.page .hotsite.detail .box:nth-child(1) a:nth-of-type(1),
.page .hotsite.detail .box:nth-child(2) a:nth-of-type(1) {
  top: 0;
}
.page .hotsite.detail .box:nth-child(1) a:nth-of-type(2),
.page .hotsite.detail .box:nth-child(2) a:nth-of-type(2) {
  top: 60px;
}
.page .hotsite.detail .box:nth-child(1) a:nth-of-type(3),
.page .hotsite.detail .box:nth-child(2) a:nth-of-type(3) {
  top: 120px;
}
.page .hotsite.detail .box:nth-child(1) a:nth-of-type(4),
.page .hotsite.detail .box:nth-child(2) a:nth-of-type(4) {
  top: 180px;
}
.page .hotsite.detail .box:nth-child(1) a:nth-of-type(5),
.page .hotsite.detail .box:nth-child(2) a:nth-of-type(5) {
  top: 240px;
}
.page .hotsite.detail .box .img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  top: 0;
}
.page .hotsite.detail .box .title,
.page .hotsite.detail .box .url {
  position: absolute;
  left: 10px;
  right: 10px;
  padding-left: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.page .hotsite.detail .box .title {
  top: 0px;
  height: 30px;
  line-height: 30px;
}
.page .hotsite.detail .box .url {
  top: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #ccc;
}
.page .hotsite.obg.white.detail .box .url {
  color: #333;
}
/* hotsite list layout */
.page .hotsite.list .box {
  display: block;
  position: static;
}
.page .hotsite.list .box a {
  display: block;
  height: 30px;
  position: relative;
}
.page .hotsite.list .box a .img {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 7px;
}
.page .hotsite.list .box a .title {
  position: absolute;
  left: 36px;
  right: 194px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.page .hotsite.list .box a .url {
  position: absolute;
  right: 10px;
  width: 184px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 10px;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
}
.page .hotsite.obg.white.list .box .url {
  color: #333;
}

.page .news {
  position: relative;
  z-index: 3;
  padding: 0 0 10px;
}
.page .news .news-title {
  color: #1ea2a2;
  font-size: 24px;
  font-family: 'SourceSansPro-Regular';
  font-style: italic;
  line-height: 60px;
}
.page .news a {
  display: block;
  height: 98px;
  position: relative;
}
.page .news a .img {
  width: 106px;
  height: 82px;
  position: absolute;
  background-size: cover;
  /* background-color: rgba(0,0,0,.2); */
  border-radius: 10px;
  z-index: 2;
}
.page .news a:nth-child(odd) .img {
  left: 0;
}
.page .news a:nth-child(even) .img {
  right: 0;
}
.page .news a .img .time {
  position: absolute;
  max-width: 62px;
  height: 24px;
  line-height: 24px;
  border-radius: 10px;
  padding: 0 6px;
  bottom: 6px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
  text-align: center;
  font-family: 'SourceSansPro-Light';
}
.page .news a:nth-child(odd) .img .time {
  right: 6px;
}
.page .news a:nth-child(even) .img .time {
  left: 6px;
}
.page .news a .txt,
.page .news-loading a .txt {
  position: absolute;
  height: 82px;
  line-height: 82px;
  box-sizing: border-box;
  border-bottom: 1px solid #484848;
  z-index: 1;
}
.page .news-loading a .txt {
  border-color: rgba(0, 0, 0, 0.1);
}
.page .news a:nth-child(odd) .txt {
  left: 53px;
  right: 0;
  padding: 16px 20px 22px 72px;
}
.page .news a:nth-child(even) .txt {
  left: 0;
  right: 53px;
  padding: 16px 72px 22px 20px;
}
.page .news a .txt .title {
  /* -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 38px;
  font-size: 16px;
  line-height: 19px;
  color: #3d3d3d;
  font-style: normal;
  font-family: "SourceSansPro-Regular","microsoft yahei";
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
  height: 38px;
  line-height: 19px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #3d3d3d;
  font-style: normal;
  font-family: 'SourceSansPro-Regular', 'microsoft yahei';
}
.page .news-loading a .txt .title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 38px;
  font-size: 16px;
  line-height: 19px;
  color: #3d3d3d;
  font-style: normal;
  font-family: 'SourceSansPro-Regular', 'microsoft yahei';
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page .news a .txt .info {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  position: absolute;
  bottom: -8px;
  background-color: #fff;
  font-family: 'SourceSansPro-ExtraLight';
}
.page .news a:nth-child(odd) .txt .info {
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.page .news a:nth-child(even) .txt .info {
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.page .news a .txt .info::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1ea2a2;
  top: 50%;
  margin-top: -2px;
}
.page .news a:nth-child(odd) .txt .info::before {
  left: 8px;
}
.page .news a:nth-child(even) .txt .info::before {
  right: 8px;
}
.page .news a .txt .info div {
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: #1ea2a2;
}

/* loading */
.page .news-loading a {
  display: none;
}
.news-loading.odd a.odd {
  display: block;
}
.news-loading.even a.even {
  display: block;
}
.news-loading a .title {
  margin-top: 4px;
}
.news-loading a .title i {
  position: absolute;
  left: 0;
  height: 14px;
}
.news-loading a .title i:first-child {
  right: 0;
  top: 0;
}
.news-loading a .title i:last-child {
  right: 50px;
  top: 18px;
}
.page .news .news-loading a .info .ct {
  height: 16px;
  width: 28px;
  background-color: rgba(0, 0, 0, 0.2);
}
.flashbg {
  background-color: rgba(0, 0, 0, 0.2);
  animation: flash 1s infinite;
  -webkit-animation: flash 1s infinite;
}
@keyframes flash {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@-webkit-keyframes flash {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.page {
  top: 0;
  height: 100%;
}

.ads .ads-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background-color: #fff;
  z-index: 899;
  border: 1px solid #ccc;
  transform: translateY(100px);
  transition: all linear 0.4;
}

.ads .ads-box .close-ads {
  position: absolute;
  top: -24px;
  left: 5px;
  width: 50px;
  height: 25px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.ads .ads-box .ads-link {
  display: flex;
  padding: 10px;
  /* justify-items: center; */
}

.ads .ads-box .ads-link .ads-img {
  width: 130px;
}

.ads .ads-box .ads-link .ads-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  padding: 5px;
}

.ads .ads-box .ads-link .ads-info {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 500;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  margin-top: 5px;
}

.ads-box .close-ads-img {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 28px;
}
