@charset "UTF-8";
/*side1*/
/* $leftbg:#fefcf4; */
/*side2*/
/*LIST*/
/* 定义滚动条的宽度 */
::-webkit-scrollbar {
  width: 6px;
}

/* 定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

/* 定义滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #8a8a8a;
  border-radius: 10px;
}

/* 定义滚动条滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 兼容 Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #8a8a8a #f1f1f1;
}

.side-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 230px;
  background: #fff;
  z-index: 1;
}

.side-bar .side-for1 {
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

.side-bar .side-for1.mask {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 0.8;
  /*     -webkit-transition: -webkit-filter 2s ease-in;
            transition: -webkit-filter 2s ease-in;
            transition: filter 2s ease-in;
            transition: filter 2s ease-in, -webkit-filter 2s ease-in;
            -moz-transition: filter 2s ease-in;
            -webkit-transition: filter 2s ease-in;
            -o-transition: filter 2s ease-in; */
}

.side-bar .side-for1 .head {
  position: relative;
  width: 88px;
  height: 88px;
  padding: 30px 0 6px;
  display: inline-block;
}

.side-bar .side-for1 .head .cir {
  position: absolute;
  width: 106px;
  height: 106px;
  background: url(../images/page/cir.png);
  margin-left: -53px;
  margin-top: -41px;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}

.side-bar .side-for1 .head img {
  border-radius: 50%;
  width: 88px;
  height: 88px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.side-bar .side-for1 .name {
  text-align: center;
  line-height: 2;
  padding: 10px 0 0;
  color: #444;
  font-size: 16px;
}

.side-bar .side-for1 .do {
  text-align: center;
  line-height: 1.5;
  color: #999;
  font-size: 14px;
  padding-bottom: 20px;
}

.side-bar .side-for1 ul {
  padding: 10px 0;
}

.side-bar .side-for1 ul li {
  position: relative;
  width: 230px;
  height: 52px;
  text-align: left;
}

.side-bar .side-for1 ul li a {
  height: 52px;
  line-height: 52px;
  display: inline-block;
  font-size: 14px;
  color: #555;
  text-align: left;
  padding-left: 56px;
  color: #595858;
}

.side-bar .side-for1 ul li.active {
  background: #fff1c9;
  background: url(../images/page/side-bg2.png);
  background: #fff1c9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.side-bar .side-for1 ul li.active a {
  color: #a17415;
}

.side-bar .side-for1 ul li:hover {
  background: url(../images/page/side-bg.png);
}

.side-bar .side-for1 ul li:hover a {
  color: #595858;
}

.side-bar .side-for1 ul li.active:hover {
  background: #fff1c9 !important;
}

.side-bar .side-for1 ul li.active:hover a {
  color: #a17415;
}

.side-bar .side-for2 {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 230px;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.side-bar .side-for2 .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../images/page/close.png");
  text-indent: 999999px;
  font-size: 0px;
  overflow: hidden;
}

.side-bar .side-for2 .head {
  width: 88px;
  height: 88px;
  padding: 30px 0 6px;
  display: inline-block;
}

.side-bar .side-for2 .head img {
  border-radius: 50%;
  width: 88px;
  height: 88px;
}

.side-bar .side-for2 .infobox {
  padding: 20px;
  text-align: left;
}

.side-bar .side-for2 .infobox p {
  font-size: 13px;
  color: #5b5d60;
  line-height: 1.8;
  padding: 5px 0;
}

.side-bar .side-for2 .infobox .title {
  color: #818589;
}

.show-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 230px;
  right: 0;
}

.show-container .obj {
  position: relative;
  height: 100vh;
  width: 100%;
}

.show-container .header {
  padding: 50px 80px 0;
}

.show-container .header h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  /*   font-weight: bold; */
  color: #3c3c3f;
}

.show-container .header h3 .funny {
  bottom: 6px;
  right: -50px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffda0f;
  border-radius: 15px;
  display: none;
}

.show-container .header h3 span {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 6px;
  right: -12px;
  z-index: -1;
  height: 5px;
  width: 28px;
  background: #ffda0f;
  border-radius: 6px;
}

.show-container .list-content {
  /*    position: absolute;
        top: 50%;

        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); */
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*  height: $lihei * 2+$mar * 4; */
  height: 640px;
  overflow: hidden;
}

.show-container .list-content ul {
  margin: 0 auto;
  width: 1200px;
  transition: transform 0.3s ease;
}

.show-container .list-content ul li {
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  float: left;
  margin: 20px;
  height: 280px;
  -webkit-box-shadow: 0 0 10px rgba(42, 48, 57, 0.02);
  box-shadow: 0 0 10px rgba(42, 48, 57, 0.02);
  border-radius: 12px;
}

.show-container .list-content ul li .ani {
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 34px;
  height: 20px;
  opacity: 0.9;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 9px;
  color: #fff;
  z-index: 2;
}

.show-container .list-content ul li:hover {
  -webkit-box-shadow: 0 0 20px rgba(42, 48, 57, 0.15);
  box-shadow: 0 0 20px rgba(42, 48, 57, 0.15);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.show-container .list-content ul li a {
  border-radius: 12px;
  width: 360px;
  display: inline-block;
  overflow: hidden;
}

.show-container .list-content ul li a .picbox {
  height: 220px;
  background: #bbb;
}

.show-container .list-content ul li a .textbox {
  height: 60px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.show-container .list-content ul li a .textbox .til {
  display: table-cell;
  line-height: 2;
  font-size: 16px;
  color: #333;
}

.show-container .list-content ul li a .textbox .time {
  float: right;
  display: table-cell;
  line-height: 2.3;
  font-size: 13px;
  color: #999;
  text-align: right;
}

.show-container .poppever {
  position: absolute;
  width: 94%;
  /*    width: 1400px; */
  height: 94vh;
  left: 3%;
  top: 3vh;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.show-container .poppever.full {
  position: fixed;
  width: 100%;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
}

.show-container .poppever .on {
  display: block;
}

.show-container .poppever .titlebox {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  /*    border-bottom: 1px solid #eee; */
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: left;
  z-index: 99;
}

.show-container .poppever .titlebox .close {
  float: right;
  width: 60px;
  height: 60px;
  background: #F9C449;
}

.show-container .poppever .titlebox .close:hover {
  background: #F5B44B;
  transition: background-color 0.5s ease;
}

.show-container .poppever .titlebox .close .icon {
  width: 32px;
  height: 32px;
  margin: 14px;
  display: inline-block;
  background: url(../images/page/close-.png);
}

.show-container .poppever .titlebox .full {
  float: right;
  width: 60px;
  height: 60px;
  background: #fff;
}

.show-container .poppever .titlebox .full .icon {
  width: 32px;
  height: 32px;
  margin: 14px;
  display: inline-block;
  background: url(../images/page/full.png);
}

.show-container .poppever .titlebox .full.off {
  background: #f8f8f8;
}

.show-container .poppever .titlebox .full.off .icon {
  background: url(../images/page/fulloff.png);
}

.show-container .poppever .mainbox {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  display: inline-block;
}

.show-container .poppever .mainbox p {
  margin: 35px 0;
  line-height: 2;
}

.show-container .poppever .mainbox img {
  width: 1400px;
  display: block;
  margin: 0 auto;
}

/**/
.pagination {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 6;
}

.pagination span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D8DBE5;
  margin: 12px 0;
  cursor: pointer;
  /* 高亮显示当前焦点圈样式 */
}

.pagination span.active {
  background-color: #ff916a;
  box-shadow: 0 0 3px rgba(255, 141, 48, 0.5);
}

.show-container {
  overflow: hidden;
}

.skintip {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  color: #888;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.skintip.black {
  color: #fff;
  background-color: rgba(60, 60, 85, 0.5);
}

.skin {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: #3c3c55;
  transition: all 500ms;
  z-index: 3;
}

.skin:hover {
  transform: scale(1.5);
  transition: all 500ms;
}

.skin.white {
  background: #f0f2f7;
}

body {
  background: #f0f2f7;
  height: 100vh;
  background: url(../images/page/white.jpg) no-repeat;
  background-size: 100%;
}

body.black {
  background: #3c3c55;
  background: url(../images/page/black.jpg) no-repeat;
  background-size: 100%;
}

body.hahaha {
  background: #f0f2f7 url(../images/page/bg-3.jpg) center 0px no-repeat;
}

.app-container .funny {
  background-image: url(../images/page/icon_app.png);
  background-position: center;
  background-repeat: no-repeat;
}

.website-container .funny {
  background-image: url(../images/page/icon_web.png);
  background-position: center;
  background-repeat: no-repeat;
}

.system-container .funny {
  background-image: url(../images/page/icon_sys.png);
  background-position: center;
  background-repeat: no-repeat;
}

.other-container .funny {
  background-image: url(../images/page/icon_painter.png);
  background-position: center;
  background-repeat: no-repeat;
}

.cartoon-container .funny {
  background-image: url(../images/page/icon_painter.png);
  background-position: center;
  background-repeat: no-repeat;
}

.plane-container .funny {
  background-image: url(../images/page/icon_pingmian.png);
  background-position: center;
  background-repeat: no-repeat;
}

.video-container .funny {
  background-image: url(../images/page/icon_video.png);
  background-position: center;
  background-repeat: no-repeat;
}
