@charset "UTF-8";
*{margin:0;font-family: "微软雅黑","HelveticaNeue",Helvetica,Arial, "PingFangSC", "HiraginoSansGB", "HeitiSC",  "WenQuanYiMicroHei",sans-serif;}
body{background:#fefefe;padding:0;margin:0;
font-size:0.9rem;color:#222
}
*, ::after, ::before {
box-sizing: border-box;
outline: none;
}
a {
text-decoration: none;color:#333}
#wrap{
margin: 0 auto;
width:100%;
max-width:1920px;
position: relative;
text-align: left;
padding-bottom:100px
}

*::-webkit-scrollbar{
    width:5px;
    height:5px;
}
*::-webkit-scrollbar-track{
    background: #f7f7f7;
    border-radius:2px;
}
*::-webkit-scrollbar-thumb{
    background: #dce1e6;
    border-radius:5px;
}

body::-webkit-scrollbar{
    width:10px;
}
body::-webkit-scrollbar-thumb{
    background: #b3b2be;
    border-radius:5px;
}

*{
    scrollbar-width: thin;
    scrollbar-color: #dce1e6 #f7f7f7;
}
html{
    scrollbar-width: thin;
    scrollbar-color: #b3b2be #f7f7f7;
}

.scroll{
    overflow: scroll;
}

#wrap h2{padding-left:10px;color:#444;line-height:60px;position:relative}


/*#nav{display: grid;background:#fff;*/
/*grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));*/
/*grid-gap: 6px 2px;padding-left:10px;padding-bottom:12px;padding-top:12px;}*/
#nav{display:flex;align-items:center;padding-left:20px;padding-bottom:8px;padding-top:20px;}

#nav .navType{display:flex;width:116px;line-height:24px;background:none;border-radius:0px;padding:0px 0px;text-align:center;justify-content: center;font-size:14px;align-items:center;border-bottom: 0px solid transparent;}
#nav .navType a{width:100%;padding:0px 0px;display:flex;align-items:center;justify-content: center;color:#222;font-size:14px !important}
#nav .navType a img{margin-right:6px}
#nav .logo{background:none !important;justify-content:left !important;
border-bottom: 3px solid transparent !important;width:200px
}
#nav .logo img{max-height:36px;margin-right:4px;color:#2259c7}
.navFixed{position:fixed;left:0px;top:0;width:100%;background:rgba(255,255,255,.6);backdrop-filter:blur(5px);z-index:10000;padding-top:10px;
/*padding-left:34px !important;padding-right:34px !important;*/
box-shadow: 0px 0 5px 0 rgba(0,0,0,.2);
}
#nav .navType:hover{
}
#nav .navType:hover a,#nav .navType.SelectType:hover a{color:#fff;
background:#191635 !important;
border-radius:30px;padding:6px 0
}
#nav .navType.selected a{color:#fff;
background:#2972e5;
border-radius:30px;padding:6px 0
}
#nav .navType.SelectType a{color:#fff;background:#0064ff !important;padding:4px 0;
border-radius:4px}
.h42{border-top:1px solid #eee;margin-top:20px}
.h4button{
display:flex;
align-items:center;
justify-content:center;padding-top:40px;font-size:14px
}
.h4btn{margin:0 6px;padding:8px 20px;border-radius:30px;border:2px solid #fff;width:110px}
.bb{background:rgba(255,255,255,0.1);color:#fff}
.bw{background:rgba(255,255,255,0.9);;}
.blank{width : 100%;
height: 120px;}
 .sence1{
width : 100%;
height: calc(100vh - 65px);
max-height:900px;
background-position: center 0px;
background-image: url(../tu/sence27.jpg);
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-size: cover;
background-color: #fff;text-align:center
}
 .mybook{
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 30px 1px;
}
 .mybook img{max-width:100%;margin-top:20px;box-shadow: 0px 0 5px 0 rgba(0,0,0,.0);}
 .mybook .bookinfo{padding:0 30px}
  .about{padding:0 30px;margin-bottom:20px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  grid-gap: 30px 30px;
/*  transition: all 1s linear 0s;*/

}
 .about img{max-width:100%;border-radius:4px;margin-top:20px;box-shadow: 0px 0 5px 0 rgba(0,0,0,.0);}
 .sence3{padding:0 30px;margin-bottom:20px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-gap: 30px 30px;
/*  transition: all 1s linear 0s;*/

}
 .full{
/* padding:0 20px;*/
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90%, 1fr)) !important;
  grid-gap: 30px 30px;

}

 .flex2{padding:0 30px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 30px 30px;

}
 .flex3{padding:0 30px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 30px 30px;

}
.sence3 h1{margin-top:20px;font-size:1rem;display:flex;
align-items:center;
overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}
span.total{font-size:1.2rem;padding-left:10px;font-weight:200}
.sence3 p{margin-top:15px;font-size:1rem;min-height:120px;
display:flex;
align-items:center;
overflow:hidden;cursor:pointer;
position:relative;
}
.pt img{object-position:top !important}
.pb img{object-position:bottom !important}
.pl img{object-position:left !important}
.pr img{object-position:right !important}
.floading::before{
    position: absolute;
    content: 'Loading...';
    left:50%;
    top: 50%;
	transform: translate(-50%, -50%);
 
  }

.sence3 p img{width:100%;margin-top:0px;
object-fit:cover !important;height:100%
}

img.thumb{position:absolute;
/*right:10px;top:10px;*/
/*max-width:60px;z-index:888;border-radius:6px;border:4px solid rgba(255,255,255,0.8);box-shadow: 0 12px 40px #14141440;*/
z-index:888;
right:0;left:0;
  margin-left: auto;
  margin-right: auto;
  
  max-height:100%;width:initial !important;
box-shadow: 0 12px 40px #14141440;
}
.thumbsmall{
position:absolute;
  margin-left: initial !important;
  margin-right: initial !important;
  left:initial !important;
right:10px !important;top:10px !important;
max-width:60px !important;border-radius:6px !important;border:3px solid rgba(255,255,255,1);box-shadow: 0 12px 40px #14141440 !important;height:initial !important;
}
.sence3 div.shu{margin-left:10px;display:flex;
align-items:center;font-weight:200;font-size:.9rem}
/*#fotos .foto{overflow:hidden;}*/
.sence3 div.toy img{max-width:100%;margin-top:20px;}
.sence3 div.xinxi{margin-top:4px;display:flex;
align-items:center;width:100%;
/*justify-content:center;*/
}
.sence3 div.xinxi div{padding:10px 4px;}
.sence3 div.xinxi .txt{font-size:22px;font-weight:700;padding-left:0;margin-right:16px;white-space:nowrap;}
.sence3 div.xinxi .time{border:0px solid #333;border-radius:24px;padding-top:4px;padding-bottom:4px;white-space:nowrap;margin-right:8px;padding-left:0;padding-right:0;font-weight:700}
.sence3 div.xinxi .tag{display:flex;
align-items:center;border:2px solid  transparent;border-radius:24px;padding-top:4px;padding-bottom:4px;font-weight:400;color:#222;margin-left:0px;overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.sence3 div.xinxi .likebtn,.sence3 div.xinxi .msgbtn,div.xinxi .rotatebtn{display:flex;
align-items:center;padding:0;margin-left:0px;border:0px solid #333;border-radius:24px;padding:2px 8px;color:#333;}
img.bico{max-height:20px;margin-right:4px;cursor:pointer}
/*.sence3 div.xinxi .likebtn img{position: relative;*/
/*  transform: translateX(-10000px);*/
/*  filter: drop-shadow(#333 10000px 0);*/
/*  border-left: 4px solid transparent;*/
/*  border-right: 4px solid transparent;}*/
.sence3 div.xinxi .xiangqing a{display:inline-block;color:#fff;white-space:nowrap;}
.sence3 div.xinxi .yishou{border:2px solid #333;border-radius:24px;padding-top:4px;padding-bottom:4px;margin-left:10px;white-space:nowrap;}


.h4txt{
font-size: 3.0rem;color:#fff;font-weight:500;letter-spacing:2px;
padding-top:100px;
}
.h4txtsmall{
font-size: 1.2rem;color:#eee;font-weight:500;letter-spacing:2px;
padding-top:10px;
}
.sence2{padding:0 30px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 30px;

}
sup {
  font-size: 12px;top: -.5em;
  font-style: normal;
  vertical-align: super;
  display: inline-block;position:relative;color:#666;
  margin-left: 10px;}
.s2c{padding:60px 30px}
.sence2 p{line-height:1.5;margin-top:40px;font-size:1rem}
.sence2 p img{max-width:100%;margin-top:30px;box-shadow: 0px 0 5px 0 rgba(0,0,0,.0);}

.sence4{padding:0 30px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 10px 30px;

}
.s4c{padding:0px 30px;padding-bottom:80px}
.sence4 p{line-height:1.5;margin-top:0px;font-size:1rem}
.sence4 p img.logo{max-width:100%;margin-top:0px;box-shadow: 0px 0 5px 0 rgba(0,0,0,.0)}

.footer{text-align:left;font-size:14px;color:#222;line-height:200%;
width: 100%;
padding: 30px 20px;margin-top:100px;
}
.footmenu{display:flex}
.footmenu div{margin-right:18px}
.footer a{color:#222}
.fmenu{border-bottom:1px solid #eee;padding-bottom:6px;margin-bottom:6px}

.rotatesbtn{display:none}
@keyframes changeStyle {
0% {width: 0px;opacity:0}
100% {width: 80px;opacity:1}
}

@-webkit-keyframes changeStyle {
0% {width: 0px;opacity:0}
100% {width: 80px;opacity:1}
}


.hidden{display:none !important}
.Cinfo{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .top-scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 0;
  height: 3px;
/*background: linear-gradient(102.51deg,#ff3d00 9.6%,rgba(255,0,153,.68) 95.98%);*/
  }
  .logot{font-size:26px !important;font-weight:700 !important;color:#222 !important;}

.h4{font-size:2rem;display:flex;align-items:center;justify-content:center;padding:70px 0;font-weight:600;padding-top: 120px;padding-bottom:60px
}

@media screen and (min-width:768px) and (max-width:992px) {

}


@media screen and (max-width:900px) {
/*p.v img.lazy-img{filter:blur(0px) !important}*/
.bbtn{display:none  !important}
#screenmode{display:none !important}
.popup img.popimg{transition:initial !important;}
 .sence3{padding:0 15px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 30px 1px;

}
.footer{display:none !important;}
.inyear{padding: 0 15px !important;font-size:1.1rem !important;line-height:1.6  !important}
.logob{display:none}
#fotos p img.thumb{display:none !important}
/*.full{padding:0}*/
.sence3 p{min-height:initial !important}
div.shu{display:none !important}
.sence3 p{height:initial !important}
.about{display:none}
#fotosmode{display:none !important}
.rotatesbtn{display:block;}
/*.full p{-moz-transform:rotate(-270deg);*/
/*  -webkit-transform:rotate(-270deg);}*/
/*.full p img.lazy-img{display:block;max-height:100%;max-width:initial !important}*/
#nav{padding-left:10px}
.sence2{padding:0 15px;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 30px 1px;
padding:30px;
}
.sence3 h1{font-size:1.3rem}
.footmenu{flex-wrap: wrap}
.popup img{width:100%;max-width:initial !important}

}
#b2t{position:fixed;right:20px;bottom:80px;z-index:999;cursor:pointer;width:26px;height:26px;}

#bottom{display:flex;align-items:center;padding:12px 14px 18px 12px;background:rgba(255,255,255,1);position:fixed;width:100%;bottom:0px;left:0;right:0;box-shadow: 0 12px 40px #14141440;max-width:1920px;margin:0 auto;z-index:999
}
/*#b2t{display:flex;align-items:center;justify-content:center;margin-right:0px;padding:6px 18px;border-radius:30px;z-index:999;cursor:pointer;white-space:nowrap;width:30px}*/

.logob{margin-right:24px;width:120px}
#bmenu{ flex-grow: 1;display:flex;align-items:center;}
.smenu{padding:6px 20px;border-radius:30px;background:#f3f3f3;color:#222; margin-right:10px;cursor:pointer}
.smenu:hover{background: linear-gradient(102.51deg,#ff3d00 9.6%,rgba(255,0,153,.68) 95.98%);color:#fff}
.smenu:hover a{color:#fff}
.smenu a{}
.up,.down{background:#f5f5f5;color:#111 !important;font-weight:900;border-radius:4px !important}
#bottom .logob img,#dlmode img,#fotosmode img{max-height:30px;margin-right:4px;color:#2259c7;border-right: 2px solid transparent;
  border-left: 2px solid transparent;}
#b2t img,img.ico{max-height:28px}
#fotosmode img{max-height:28px;}
#dlmode,#fotosmode,#listmode,#screenmode{cursor:pointer;margin-right:0px;display: flex;padding:5px 8px;
  align-items: center;
  justify-content: center;}
body.dark{background:#222;color:#ccc}
.dark {color:#ccc !important;}
#bmenu.dark *{color:#ccc !important;background:#222 !important;}

.smenu.dark{background:#000 !important;color:#ccc !important}
.smenu.dark a{color:#ccc !important}
#bottom.dark{background:#222;color:#ccc}
#bottom.dark img,.logot.dark img,.xinxi.dark img,.shu.dark img,.dark img.ico{
position: relative;

/*filter:invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);*/
/*-webkit-filter:invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);*/
/*invert(.8);*/
filter:invert(.9);;
-webkit-filter:invert(.9);
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.footer.dark a{color:#ccc}
.fmenu.dark{border-bottom:1px solid #333}
.likebtn,.msgbtn{display:none !important}
img{border-radius:0px}
.pwrap p{display:initial !important;line-height:150%}
.pwrap p img{margin-top:6px !important}
#cate{}
#fotosmode img.ico{max-height:30px !important}
.inyear{line-height:1.8;padding: 0 30px;font-size:1.2rem}
.popup{position:fixed;left:0;right:0;top:0;bottom:0;
background:rgba(0,0,0,.15);
z-index:10000;  overflow: auto; 
  touch-action: none;text-align:center;
  display:flex;align-items:center;justify-content:center;backdrop-filter:blur(60px)
  
  }
  .bbtn{position:fixed;right:20px;
background:rgba(255,255,255,.2);
backdrop-filter:blur(10px);
z-index:10010;  overflow: auto; 
  touch-action: none;
  text-align:center;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  grid-gap: 20px 1px;
padding:18px 0  18px 0;
/*  display:flex;align-items:center;justify-content:center;*/
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
/*  flex-wrap: wrap;*/
  border-radius:13px
  }
  .popbg{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.4);z-index:900;  overflow: auto; 
  touch-action: none;text-align:center;
  display:flex;align-items:center;justify-content:center;backdrop-filter:blur(50px);
  
  }
.popup img.popimg{max-height:100%;max-width:100%;box-shadow: 0 12px 40px #14141440;transition: all .4s linear 0s;filter: blur(50px);padding:0rem}
.smallscreen{max-width:800px !important}
.smallgrid{ grid-template-columns: repeat(auto-fill, minmax(90%, 1fr)) !important;}
.autoheight{height: initial !important;}
.custom-select {
  position: relative;width:90px;border-radius:0px
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
/*  background-color: DodgerBlue;*/
margin-right:8px;padding-right:8px
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 16px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #222 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #222 transparent;
  top: 7px;
}

.select-selected.dark:after {
  border-color: #eee transparent transparent transparent !important;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.dark.select-arrow-active:after {
  border-color: transparent transparent #eee transparent !important;
}


/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #222;
  padding: 6px 6px;
  border: 0px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-items div{padding: 3px 6px;}

/*style items (options):*/
.select-items {
  position: fixed;
  background:#fff;
  bottom:66px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius:0.875rem 0.875rem 0 0;
  width:100%;
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  grid-gap: 2px 8px;
  padding:12px;margin:0 auto
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
/*  background-color: rgba(0, 0, 0, 0.1);*/
font-weight:900;
}
.same-as-selected{background:#007aff !important;color:#fff !important;text-align:center;border-radius:0.392rem}
p img.lazy-img{filter:blur(16px);transition: all .8s linear 0s;
border-radius:0.875rem
}
.htime{font-weight:200;padding-right:8px;}
p.v img.lazy-img{filter:blur(16px);}
.noblur{filter:blur(0px) !important;}
/*p.v.autoheight img.lazy-img{filter:blur(0px) !important}*/
.b700{font-weight:700}
.select-arrow-active{background:#fefefe}
.blur{filter:blur(16px);}
.of{overflow:hidden}
.smallscreen #fotos p.v img.lazy-img{filter:blur(0px) !important;}
.full img.thumb{display:none !important}
/*.popup .prev img,.popup .next img{max-height:48px;cursor:pointer;opacity:0.6;}*/
.bbtn .prev img:hover,.bbtn .next img:hover,.bbtn .close img:hover{opacity:1}
/*.bbtn .prev{position:fixed; right:20px;z-index:10099;*/
/*top: 50%;*/
/*transform:  translateY(-50%)}*/
/*.bbtn .next{position:fixed; right:20px;z-index:10099;*/
/*top: 60%;*/
/*transform:  translateY(-60%)}*/
/*.bbtn .close{position:fixed; right:20px;z-index:10099;*/
/*top: 70%;transform:  translateY(-70%)}*/
/*.bbtn .play{position:fixed; right:20px;z-index:10099;*/
/*top: 40%;transform:  translateY(-40%)}*/
.bbtn img.pico{max-height:42px;cursor:pointer;opacity:0.6;}
.bbtn div.dark img{filter:invert(.9);;
-webkit-filter:invert(.9);
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.bbtn .play img{max-height:40px !important}
.shake{
            animation: shake 800ms ease-in-out;
        }
 @keyframes shake { /* 水平抖动，核心代码 */
            10%, 90% { transform: translate3d(-1px, 0, 0); }
            20%, 80% { transform: translate3d(+2px, 0, 0); }
            30%, 70% { transform: translate3d(-4px, 0, 0); }
            40%, 60% { transform: translate3d(+4px, 0, 0); }
            50% { transform: translate3d(-4px, 0, 0); }
        }