@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-align-center{text-align:center}.ql-align-justify{text-align:justify}.ql-align-right{text-align:right}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}abbr,body,fieldset,html,iframe,img{border:0}li{list-style:none}textarea{overflow:auto;resize:none;font-family:Microsoft YaHei,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif}a,button{cursor:pointer}b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}a,a:hover{text-decoration:none}a,h2,h3,p,span{word-break:break-all}input::-ms-clear{display:none}input:focus,textarea:focus{outline:none}#NIE-topBar{height:55px;background:#fff}body,html{min-width:1280px;font-family:Microsoft YaHei,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;max-width:1920px;margin:0 auto;background-color:#1d1f21}@font-face{font-family:icomoon;src:url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/icomoon_9daa8f19.eot);src:url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/icomoon_9daa8f19.eot#iefix) format("embedded-opentype"),url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/icomoon_601d2f8d.ttf) format("truetype"),url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/icomoon_01c95439.woff) format("woff"),url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icomoon_3fbfc972.svg#icomoon) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"SourceHanSerifCN-Bold";src:url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/SourceHanSerifCN-Bold_aea0838c.eot);src:url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/SourceHanSerifCN-Bold_aea0838c.eot#iefix) format("embedded-opentype"),url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/SourceHanSerifCN-Bold_8f5bbfa0.ttf) format("truetype"),url(https://nie.res.netease.com/yys/community/pc/20200715152010/font/SourceHanSerifCN-Bold_1986acaf.woff) format("woff"),url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/SourceHanSerifCN-Bold_0e948a06.svg#SourceHanSerifCN-Bold) format("svg");font-weight:400;font-style:normal}.hide{display:none!important}.hidden{visibility:hidden}.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;top:0}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.alert_box .alert_wrap .alert_main .btns.btnsConfirm{background-color:#875dae!important}.alert_box .alert_wrap .alert_main .btns.btnsConfirm:hover{background-color:#b086d7!important}.alert_box .alert_wrap .alertClose{display:none}.alert_box .alert_wrap .alert_content a{color:#875dae;text-decoration:underline}.alert_box .alert_wrap .alert_content a:hover{color:#b086d7}.flex_center{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.content{width:100%;position:relative;background:#1d1f21}.part_tit{width:calc(100% - 8px);text-align:center;font-size:18px;font-weight:400;line-height:50px;color:#fff;border-bottom:1px solid #5c5e65;margin:0 0 32px 8px;box-sizing:border-box}.scroll-box.white{background:#fff}.mr10{margin-right:10px}.mr5{margin-right:5px}.hot_level{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:70px;height:22px}.hot_level em{display:block;width:11px;height:14px;margin-right:6px}.hot_level em:before{font-style:normal;font-family:icomoon;display:block;content:"\e9ab";font-weight:400;font-size:11px;margin-top:1px;width:100%;height:100%;color:#a9a9a9}.hot_level span{color:#7c7c7c!important;font-size:14px;text-align:center}.like{font-family:icomoon;width:20px;height:20px}.like:before{content:"\e9c7";color:#a9a9a9;display:block;font-size:20px;font-style:normal;font-weight:400}.liuyan{font-family:icomoon;width:20px;height:20px}.liuyan:before{content:"\e9a5";color:#a9a9a9;display:block;font-size:20px;font-style:normal}.bookmark{font-family:icomoon;width:20px;height:20px}.bookmark:before{content:"\e9a6";color:#a9a9a9;display:block;font-size:20px;font-style:normal}.share_btn:before{font-family:icomoon;width:20px;height:20px}.share_btn:before:before{content:"\e9a7";color:#a9a9a9;display:block;font-size:20px;font-style:normal}.change_btn{vertical-align:middle;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.change_btn,.change_btn:before{height:14px;font-size:14px;color:#a8a8aa}.change_btn:before{font-family:icomoon;display:block;content:"\e90f";font-weight:700;width:14px;line-height:14px;margin-right:6px}.related_articles{background:#2e3135;padding:20px 20px 0;margin-bottom:20px;box-sizing:border-box}.related_articles h3{color:#fff;font-size:18px;line-height:1;position:relative;margin-bottom:20px}.related_articles h3 .change_recommend{position:absolute;right:10px;bottom:8px}.related_articles .related_container{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:130px}.related_articles .related_container .grid_pic_item{width:100%;margin:0 0 20px;border-bottom:1px solid rgba(63,69,77,.5);border-radius:0}.related_articles .related_container .grid_pic_item:last-child{border:0;margin-bottom:0}.related_articles .related_container .grid_pic_item:hover{box-shadow:none}.related_articles .related_container .grid_pic_item .pic_name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px}.related_articles .related_container .grid_pic_item .pic_info{padding:9px 0 16px}.related_articles .related_container .grid_pic_item .pic_info .txt_info .author_name{margin:0}.related_articles .related_container .grid_pic_item .pic_info .txt_info .author_name span{width:100%}.related_articles .related_container .grid_pic_item .grid_img{background:none;height:92px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.related_articles .related_container .grid_pic_item .grid_img img{vertical-align:top;width:164px;display:block;position:relative}.related_articles .related_container .grid_pic_item .grid_img img:first-child{margin-right:12px}.related_articles .related_container .grid_pic_item .grid_img.audio .icon,.related_articles .related_container .grid_pic_item .grid_img.video .icon{width:20px;height:20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.audio,.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.image,.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.text,.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.video,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.audio,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.image,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.text,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.video{width:15px;height:15px}.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.audio:before,.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.image:before,.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.text:before,.related_articles .related_container .grid_pic_item .grid_img.audio .icon em.video:before,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.audio:before,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.image:before,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.text:before,.related_articles .related_container .grid_pic_item .grid_img.video .icon em.video:before{font-size:15px}.related_articles .related_container .grid_pic_item .grid_img.audio:before,.related_articles .related_container .grid_pic_item .grid_img.video:before{width:164px}.related_articles .related_container .grid_pic_item .grid_img.audio:after,.related_articles .related_container .grid_pic_item .grid_img.video:after{left:82px;width:35px;height:35px}.related_articles .related_container .grid_pic_item .text_wrap{height:100%}.related_articles .related_container .grid_pic_item .text_wrap h3{font-size:16px;margin:0;line-height:40px}.related_articles .related_container .grid_pic_item .text_wrap p{font-size:14px;line-height:20px}.related_articles .related_container .grid_pic_item .hot_level,.related_articles .related_container .grid_pic_item .icon,.related_articles .related_container .grid_pic_item .text_wrap p:after,.related_articles .related_container .grid_pic_item .text_wrap p:before{display:none}.related_articles .related_container .no_tip{width:100%;text-align:center;font-size:18px;color:#a9a9a9;line-height:50px}.colse_btn{position:fixed;width:40px;height:40px;top:30px;right:30px;z-index:10;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_close_45ec59cb.png) 0 0 no-repeat;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.colse_btn:hover{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.page{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;width:1200px;margin-left:auto;margin-right:auto}.com_btn_small{display:block;width:90px;height:30px;color:#fff;font-size:14px;line-height:30px;text-align:center}.com_btn_small,.com_btn_small:hover{background-color:#c5a162}.com_btn_big{box-sizing:border-box;display:block}.com_btn_big,.com_btn_big:hover{background-color:#c5a162;color:#fff}.com_btn_big.red{color:#fff}.com_btn_big.red:hover{-webkit-opacity:.85;-moz-opacity:.85;opacity:.85;filter:alpha(opacity=85)}.com_shadow{box-shadow:-1px 1px 10px #d5d5d5}.activity_search{width:100%;margin-bottom:40px}.activity_search,.activity_search .select-wrap{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.activity_search select{margin-right:18px;display:block;width:115px;height:28px;box-sizing:border-box;border:1px solid #5c5e65;background-color:#2b2f35;line-height:28px;color:#fff;padding-left:6px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arrow_972fbab6.png) no-repeat 100% #2b2f35}.waterfall .grid_img.music .icon-play{left:50%;top:50%;transform:translate(-50%,-50%)}.grid_img.music .icon{display:flex!important}.icon-play{display:block;width:46px;height:46px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_video_play_c4fc80f0.png) no-repeat;background-size:100% 100%;position:absolute;left:62px;top:50%;transform:translateY(-50%)}.content{min-height:100%}.content .side_bar_left{position:absolute;top:0;left:0;min-height:100%;padding-bottom:50px;box-sizing:border-box;z-index:10}.content .side_bar_left.fixed{position:fixed;bottom:0;top:auto;padding-top:100px}.content .side_bar_left.hidden{visibility:hidden;opacity:0}.content-wrap{position:relative;padding-left:296px;overflow:hidden;min-height:620px}.content-wrap .swiper-wrap .swiper-button-next,.content-wrap .swiper-wrap .swiper-button-prev,.content-wrap .swiper-wrap .swiper-pagination{display:none}.content-wrap .swiper-wrap.show-button .swiper-button-next,.content-wrap .swiper-wrap.show-button .swiper-button-prev,.content-wrap .swiper-wrap.show-button .swiper-pagination{display:block}.padding-content{padding:40px 12px}.discover{padding-top:40px;padding-left:12px}.discover .tag_list_box{width:80%;margin:0}.side_bar_left_wrap.sticky{top:118px}#contentWrap .swiper-button-next.swiper-button-disabled,#contentWrap .swiper-button-prev.swiper-button-disabled{pointer-events:auto}.nav-aside{position:fixed;right:25px;bottom:90px;width:80px;z-index:10;opacity:0;-webkit-transform:translate(110px);-moz-transform:translate(110px);-ms-transform:translate(110px);-o-transform:translate(110px);transform:translate(110px);-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.nav-aside.show{opacity:1;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.nav-aside .nav-aside-item{width:80px;height:80px;margin-bottom:8px;background:#fff;border:1px solid #c5a162;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.nav-aside .nav-aside-item:before{font-family:icomoon;display:block;width:28px;height:28px;font-size:28px;font-weight:700;margin-bottom:10px;color:#c5a162}.nav-aside .nav-aside-item[title=我要投稿]:before{content:"\e90e"}.nav-aside .nav-aside-item[title=进入官网]:before{content:"\e928"}.nav-aside .nav-aside-item[title=个人中心]:before{content:"\e946"}.nav-aside .nav-aside-item[title=返回顶部]:before{content:"\e95f"}.nav-aside .nav-aside-item span{transition:all .3s;color:#c5a162;font-size:12px;font-weight:700}.nav-aside .nav-aside-item:hover:before,.nav-aside .nav-aside-item:hover span{color:#c5a162}.swiper-pagination-bullet-active{background:#fff!important}#set-title{display:none}.com_close_pop{position:absolute;width:40px;height:40px;top:0;right:-50px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_close_white_648f8f59.png) 0 0 no-repeat;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.com_close_pop:hover{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.com_pop_mask{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000;background:rgba(0,0,0,.8)}.com_pop{width:100%;height:100%}.com_content{position:relative;width:578px;background:#1d1f21;border:1px solid #1d1f21}.com_content h3{height:75px;text-align:center;line-height:75px;border-bottom:1px solid #fefefe;font-size:18px;color:#fff}.com_content dl{padding:40px}.com_content dd{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-bottom:30px}.com_content input,.com_content textarea{border:1px solid #5c5e65;color:#fff;font-size:14px;padding:5px;box-sizing:border-box;background:#2b2f35}.com_content .title{margin-right:8px;font-size:18px;color:#fff;display:block;line-height:40px}.com_content .tel{display:block;width:410px;border:1px solid #e2e2e2;color:#999;font-size:14px;height:40px;line-height:40px;text-indent:5px}.com_content .btns{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.com_content .btns a{width:160px;height:40px;line-height:40px;text-align:center}.com_content .btns a:nth-child(2){margin-left:90px}.bindCode_pop_mask .com_close_pop:before{color:#22252a}.bindCode_pop_mask .bindCode_content{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;width:720px;height:500px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding-bottom:0;background:#fff}.bindCode_pop_mask .bindCode_content .second-flow img{display:block;width:280px;margin:0 auto}.bindCode_pop_mask .bindCode_content .flow-item{width:100%;flex-shrink:0}.bindCode_pop_mask .bindCode_content .flow-item .bindCode-tips{margin-top:26px;font-size:16px;text-align:center}.bindCode_pop_mask .bindCode_content .third-flow{text-align:center}.bindCode_pop_mask .bindCode_content .third-flow input{margin-top:26px;width:290px;height:50px;line-height:50px;padding:0;border-radius:19px;border:1px solid #c5a162;background:#fff;text-align:center;color:#999;font-size:16px}.bindCode_pop_mask .bindCode_content .third-flow .bind-submit-btn{display:block;margin:38px auto 0;width:290px;height:50px;line-height:50px;text-align:center;background:#c5a162;color:#fff;border-radius:19px}.bindCode_pop_mask .bindCode-flow{width:80%;margin:58px auto 0}.bindCode_pop_mask .bindCode-flow h3{text-align:center;color:#b98f63;font-size:18px;border:0}.bindCode_pop_mask .bindCode-flow hr{background:#c5a162;border:none;height:1px}.bindCode_pop_mask .bindCode-flow .icon-box{margin-top:40px;display:flex;justify-content:space-around}.bindCode_pop_mask .bindCode-flow .icon-box>a{width:108px;height:108px}.bindCode_pop_mask .bindCode-flow .icon-box .icon-weixin{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/b_weixin_acb03a87.png) 0 0/100% auto no-repeat}.bindCode_pop_mask .bindCode-flow .icon-box .icon-qq{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/b_qq_7e6beadd.png) 0 0/100% auto no-repeat}.bindCode_pop_mask .bindCode-flow .icon-box .icon-weibo{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/b_weibo_a842e920.png) 0 0/100% auto no-repeat}.bindMinicode_pop_mask .bindMinicode_content{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;width:720px;height:500px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding-bottom:0;background:#fff}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow{width:80%;margin:58px auto 0}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow h3{text-align:left;color:#b98f63;font-size:18px;position:relative;padding-left:15px;cursor:pointer;border:0}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow h3:before{display:block;content:"";width:10px;height:10px;border-bottom:0;border-left:0;border-color:currentcolor currentcolor #b98f63 #b98f63;border-right:2px solid #b98f63;border-top:2px solid #b98f63;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg);position:absolute;left:0;top:50%;margin-top:-5px}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow hr{background:#c5a162;border:none;height:1px}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow .login-box .login-box-img{display:block;width:220px;height:220px;overflow:hidden;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/loading_0c1d256f.gif) 50% no-repeat;background-size:20%;margin:30px auto 10px;padding:10px;box-sizing:border-box;position:relative}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow .login-box .login-box-img img{width:200px;height:200px;display:block}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow .login-box .login-box-img img.overdue{filter:blur(8px)}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow .login-box .login-box-img .btn_refresh{border-radius:2px;border:1px solid #c5a162;color:#c5a162;width:48px;height:22px;line-height:22px;text-align:center;display:block;box-sizing:border-box;font-size:14px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:hsla(0,0%,100%,.5)}.bindMinicode_pop_mask .bindMinicode_content .bindCode-flow .login-box .tips{color:#000;font-size:16px}.nickname_content h4{font-size:16px;color:#fff;text-align:center;font-weight:400;padding-bottom:200px;margin:20px 0 10px;background:url(https://yys.res.netease.com/community/web/avatar/1.png) no-repeat 50% 100%}.nickname_content p{text-align:center;line-height:32px;color:#666}.nickname_content p input{text-align:center;width:200px;font-size:16px;color:#fff;border:none;border-bottom:1px solid #ccc}.nickname_content .start-btn{width:260px;height:50px;line-height:50px;color:#fff;background:#b98f63;display:inline-block;margin:30px 0}.nickname_content .start-btn:hover{opacity:.8}.hyperlink_pop_mask .hyperlink_content{padding:50px 0;background:#22252a}.hyperlink_pop_mask .hyperlink_content .hyperlink-container{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.hyperlink_pop_mask .hyperlink_content .hyperlink-container textarea{border:none;outline:none;padding:10px 20px}.hyperlink_pop_mask .hyperlink_content .hyperlink-container a{width:160px;height:50px;line-height:50px;text-align:center;font-size:18px;letter-spacing:5px;background:#b98f63;color:#fff;border-radius:10px;margin-top:30px}.maintain_pop{padding:10px;box-sizing:border-box}.maintain_pop .maintain_tips .txt{padding:60px 40px;box-sizing:border-box;color:#fefefe}.navbar-part{border-top:1px solid #373a40;margin-bottom:20px}.navbar-part:first-child{border-top:0;margin-bottom:0}.navbar-part .part-header{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.navbar-part .part-header h4{line-height:58px;height:58px;color:#fff;font-size:18px}.navbar-part .part-header .more{color:#a8a8aa;font-size:14px;line-height:24px}.navbar-part .part-header .more:hover{color:#fff}.navbar-part .part-header .change-recommend{position:relative;color:#fff;font-size:14px;line-height:24px;padding-right:24px}.navbar-part .part-header .change-recommend:after{position:absolute;top:4px;right:0;content:"";display:block;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_change_btn_1_0e222c50.png);width:16px;height:16px}.navbar-part .recommend-swiper .recommend_con{width:260px;height:145px;color:#a9a9a9;font-size:14px;line-height:21px;overflow:hidden;border-radius:4px}.navbar-part .recommend-swiper p.title{width:200px;color:#a9a9a9;font-size:14px;line-height:16px;height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:8px}.navbar-part .recommend-swiper .swiper-slide,.navbar-part .recommend-swiper .swiper-slide img{width:100%;height:auto}.navbar-part .recommend-swiper .swiper-pagination{text-align:right;bottom:0}.navbar-part .recommend-swiper .swiper-pagination .swiper-pagination-bullet{background:#7c7c7c;background-repeat:no-repeat;margin:0 0 0 5px}.navbar-part .recommend-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#fff}.navbar-part .keyword-recommend{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.navbar-part .keyword-item{display:block;padding:0 8px;height:28px;line-height:28px;background:#1d1f21;color:#c5a162;margin:0 10px 10px 0;font-size:14px;border:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.navbar-part .keyword-item:hover{color:#000;background:#c5a162;border:none}.navbar-part .rank-tag-list .tag_item{color:#a8a8aa;font-size:14px;height:14px;line-height:14px;padding:0 16px;border-left:1px solid #a8a8aa}.navbar-part .rank-tag-list .tag_item:first-child{border-left:0}.navbar-part .rank-tag-list .tag_item:nth-child(3){padding-right:0}.navbar-part .rank-tag-list .tag_item.cur,.navbar-part .rank-tag-list .tag_item:hover{color:#fff}.navbar-part .list-rank-item{position:relative;width:260px;cursor:pointer}.navbar-part .list-rank-item .pic_name{font-size:0;margin-top:16px}.navbar-part .list-rank-item .pic_name span{position:relative;color:#fff;font-size:14px;width:50px;display:inline-block;vertical-align:middle}.navbar-part .list-rank-item .pic_name span:before{position:absolute;left:0;top:-10px;content:"";display:block;background:#c5a162;width:24px;height:24px;border-radius:50%;z-index:-2}.navbar-part .list-rank-item .pic_name span:after{position:absolute;left:5px;top:-5px;content:"";display:block;background:#292929;width:14px;height:14px;border-radius:50%;z-index:-1}.navbar-part .list-rank-item .pic_name em{display:inline-block;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:24px;line-height:24px;color:#999;font-size:14px;font-style:normal;font-weight:400;vertical-align:middle}.navbar-part .list-rank-item .text_wrap{color:#fff}.navbar-part .list-rank-item .text_wrap p{line-height:24px;color:#a8a8aa;font-size:14px;max-height:187px;overflow:hidden}.navbar-part .list-rank-item .text_wrap p img{width:100%}.navbar-part .list-rank-item .text_wrap p i,.navbar-part .list-rank-item .text_wrap p p,.navbar-part .list-rank-item .text_wrap p span,.navbar-part .list-rank-item .text_wrap p strong,.navbar-part .list-rank-item .text_wrap p u{color:#a8a8aa;font-size:14px;text-decoration:none}.navbar-part .list-rank-item:first-child,.navbar-part .list-rank-item:nth-child(2),.navbar-part .list-rank-item:nth-child(3){margin-bottom:24px}.navbar-part .list-rank-item:first-child em,.navbar-part .list-rank-item:nth-child(2) em,.navbar-part .list-rank-item:nth-child(3) em{width:210px}.navbar-part .list-rank-item:first-child .hot-level,.navbar-part .list-rank-item:nth-child(2) .hot-level,.navbar-part .list-rank-item:nth-child(3) .hot-level{width:60px;color:#fff;background:#c5a162;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;position:absolute;right:-10px;bottom:50px}.navbar-part .list-rank-item .hot-level{position:absolute;right:0;bottom:0;width:60px;color:#999;text-align:center;font-size:12px;box-sizing:border-box;height:18px;line-height:18px}.navbar-part .list-rank-item .hot-level:before{display:inline-block;content:"";background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_fire_976b7f94.png);width:9px;height:12px;margin-right:8px}.navbar-part .list-rank-item:hover em{color:#fff}.game_info_navbar .game-avatar img{display:block;width:80px;height:80px;margin:0 auto}.game_info_navbar .game_tit{font-size:18px;color:#fff;font-weight:400;text-align:center;margin:10px auto}.game_info_navbar .game_control .game_follow_btn,.game_info_navbar .game_control .game_unfollow_btn{display:block;width:60px;height:18px;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:12px;text-align:center;margin:0 auto}.game_info_navbar .game_control .game_follow_btn{color:#c5a162;border:1px solid #c5a162;background:#22252a}.game_info_navbar .game_control .game_unfollow_btn{color:#999;border:1px solid #999;background:#292929}.game_info_navbar .game_detail{color:#818181;font-size:14px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;margin:15px 0}.game_info_navbar .game_detail span{display:block;margin-right:18px}.game_info_navbar .game_detail span.last-child{margin:0}.game_info_navbar .game_detail i{font-style:normal;margin-right:4px;font-size:14px}.activity_list_item{margin:0 2px 16px 8px;border-radius:4px;overflow:hidden}.activity_list_item .activity_item{display:block;width:300px;height:238px;position:relative;padding:0}.activity_list_item .activity_item .img_wrap{width:300px;height:168px;position:relative;overflow:hidden;background:#2b2f35}.activity_list_item .activity_item img{position:absolute;left:50%;top:0;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%);display:block;width:auto;height:210px}.activity_list_item .activity_info{position:relative;width:100%;box-sizing:border-box;padding:13px 10px;height:auto}.activity_list_item .activity_name{width:65%;display:block;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:16px}.activity_list_item:hover{box-shadow:0 0 5px 3px #bab9bd}.act_status{position:absolute;padding:0 6px;height:26px;background-color:#a22225;border-radius:0 0 12px 0;background-color:#f15021;top:0;left:0;color:#fff;font-size:14px;font-style:normal;font-weight:400;text-align:center;line-height:26px}.act_status.is_over{background-color:#898989}.act_status.contribute{background-color:#ec4f4f}.act_status.publish_reward{background-color:#42c3b2}.act_status.vote,.act_status.vote_again{background-color:#f18ea8}.countdown{width:133px;height:29px;color:#fff;font-style:normal;font-weight:400;font-size:12px;text-align:center;line-height:26px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_flag2_4dc6adb8.png) 0 0 no-repeat;position:absolute;top:-11px;right:-3px}.activity_time{display:block;color:#7c7c7c;font-size:14px}.no-result-tips{display:block;margin:40px auto}.activity_list .scroll-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.detail_container .activity_item,.grid_pic_item,.related_container .activity_item{position:relative;box-sizing:border-box;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;width:300px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#2e3135;margin:0 2px 10px 8px;border-radius:4px}.detail_container .activity_item.selected,.grid_pic_item.selected,.related_container .activity_item.selected{border:4px solid #c5a162}.detail_container .activity_item:hover,.grid_pic_item:hover,.related_container .activity_item:hover{box-shadow:0 0 10px #6e6e70}.detail_container .activity_item:hover .delete_bar,.grid_pic_item:hover .delete_bar,.related_container .activity_item:hover .delete_bar{opacity:1}.detail_container .activity_item.flag .grid_img,.grid_pic_item.flag .grid_img,.related_container .activity_item.flag .grid_img{height:150px}.detail_container .activity_item .text_wrap,.grid_pic_item .text_wrap,.related_container .activity_item .text_wrap{width:100%;height:177px;overflow:hidden;background:#3b3e43;border-bottom:13px solid #3b3e43;box-sizing:border-box}.detail_container .activity_item .text_title,.grid_pic_item .text_title,.related_container .activity_item .text_title{width:100%;padding:0 50px;box-sizing:border-box;line-height:46px;text-align:center;color:#fff;font-size:18px;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail_container .activity_item .text_content,.grid_pic_item .text_content,.related_container .activity_item .text_content{margin:auto;width:100%;padding:0 10px;box-sizing:border-box;line-height:22px;color:#b6b6b6;font-size:14px;position:relative;font-family:Microsoft YaHei,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif}.detail_container .activity_item .grid_img,.grid_pic_item .grid_img,.related_container .activity_item .grid_img{display:block;width:100%;max-height:800px;overflow:hidden;position:relative;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/loading_0c1d256f.gif) 50% no-repeat;background-size:50%;border-top-right-radius:4px;border-top-left-radius:4px}.detail_container .activity_item .grid_img.audio:before,.detail_container .activity_item .grid_img.video:before,.grid_pic_item .grid_img.audio:before,.grid_pic_item .grid_img.video:before,.related_container .activity_item .grid_img.audio:before,.related_container .activity_item .grid_img.video:before{display:block;content:"";width:100%;height:100%;background:rgba(0,0,0,.2);position:absolute;left:0;top:0;z-index:2}.detail_container .activity_item .grid_img.audio:after,.detail_container .activity_item .grid_img.video:after,.grid_pic_item .grid_img.audio:after,.grid_pic_item .grid_img.video:after,.related_container .activity_item .grid_img.audio:after,.related_container .activity_item .grid_img.video:after{display:block;content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3;width:46px;height:46px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_video_play_c4fc80f0.png);background-size:100%}.detail_container .activity_item .grid_img img,.grid_pic_item .grid_img img,.related_container .activity_item .grid_img img{display:block;width:100%;object-fit:cover;height:100%;background:#22252a}.detail_container .activity_item .grid_img .icon,.grid_pic_item .grid_img .icon,.related_container .activity_item .grid_img .icon{position:absolute;width:32px;height:32px;left:0;top:0;background:rgba(0,0,0,.3);z-index:2;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.detail_container .activity_item .grid_img .icon em,.grid_pic_item .grid_img .icon em,.related_container .activity_item .grid_img .icon em{width:16px;height:16px;display:block}.detail_container .activity_item .grid_img .icon em:before,.grid_pic_item .grid_img .icon em:before,.related_container .activity_item .grid_img .icon em:before{width:100%;height:100%;font-family:icomoon;content:"\e9b2";display:block;font-size:16px;color:#fff;font-style:normal;font-weight:400}.detail_container .activity_item .grid_img .icon em.image,.grid_pic_item .grid_img .icon em.image,.related_container .activity_item .grid_img .icon em.image{width:16px;height:15px}.detail_container .activity_item .grid_img .icon em.image:before,.grid_pic_item .grid_img .icon em.image:before,.related_container .activity_item .grid_img .icon em.image:before{content:"\e9ae";font-size:16px}.detail_container .activity_item .grid_img .icon em.audio:before,.detail_container .activity_item .grid_img .icon em.video:before,.grid_pic_item .grid_img .icon em.audio:before,.grid_pic_item .grid_img .icon em.video:before,.related_container .activity_item .grid_img .icon em.audio:before,.related_container .activity_item .grid_img .icon em.video:before{content:"\e9b3"}.detail_container .activity_item .grid_img .icon em.music:before,.grid_pic_item .grid_img .icon em.music:before,.related_container .activity_item .grid_img .icon em.music:before{content:"";width:22px;height:19px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon-music_1a9ac4ec.png) no-repeat 50%;background-size:100% auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.detail_container .activity_item .func-name,.grid_pic_item .func-name,.related_container .activity_item .func-name{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;padding:14px 10px 4px;width:100%;box-sizing:border-box}.detail_container .activity_item .func_part,.grid_pic_item .func_part,.related_container .activity_item .func_part{width:22px;height:18px;cursor:pointer;position:relative;z-index:10}.detail_container .activity_item .func_part:before,.grid_pic_item .func_part:before,.related_container .activity_item .func_part:before{font-family:icomoon;display:block;content:"\e97a";font-weight:700;font-size:18px;width:18px;height:18px;color:#c7c7c7}.detail_container .activity_item .func_part .func_pannel,.grid_pic_item .func_part .func_pannel,.related_container .activity_item .func_part .func_pannel{position:absolute;top:0;right:-22px;margin:auto;color:#3d3d3d;font-size:14px;line-height:26px;width:106px;height:129px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/pannel_bg_ef3edb61.png) 0 28px no-repeat;box-sizing:border-box;padding-top:48px}.detail_container .activity_item .func_part .func_pannel a,.grid_pic_item .func_part .func_pannel a,.related_container .activity_item .func_part .func_pannel a{display:block;width:100%;height:26px;line-height:26px;text-align:center;color:#666;font-size:14px}.detail_container .activity_item .func_part .func_pannel a:hover,.grid_pic_item .func_part .func_pannel a:hover,.related_container .activity_item .func_part .func_pannel a:hover{color:#c5a162}.detail_container .activity_item .top_pic_info,.grid_pic_item .top_pic_info,.related_container .activity_item .top_pic_info{width:100%;height:41px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;position:relative}.detail_container .activity_item .top_pic_info .touxiang,.grid_pic_item .top_pic_info .touxiang,.related_container .activity_item .top_pic_info .touxiang{width:41px;height:41px;border-radius:100%;margin-right:7px;font-size:0}.detail_container .activity_item .top_pic_info .name-time,.grid_pic_item .top_pic_info .name-time,.related_container .activity_item .top_pic_info .name-time{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.detail_container .activity_item .top_pic_info .nickname,.grid_pic_item .top_pic_info .nickname,.related_container .activity_item .top_pic_info .nickname{font-size:14px;color:#a9a9a9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:170px;display:block}.detail_container .activity_item .top_pic_info .nickname:hover,.grid_pic_item .top_pic_info .nickname:hover,.related_container .activity_item .top_pic_info .nickname:hover{text-decoration:underline}.detail_container .activity_item .top_pic_info .time_text,.grid_pic_item .top_pic_info .time_text,.related_container .activity_item .top_pic_info .time_text{z-index:1;font-size:12px;color:#7c7c7c;font-style:normal;font-weight:400;width:auto;height:auto;background:none}.detail_container .activity_item .pic_info,.grid_pic_item .pic_info,.related_container .activity_item .pic_info{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;width:100%;box-sizing:border-box;position:relative;padding:6px 10px 14px}.detail_container .activity_item .pic_info .hot_level,.grid_pic_item .pic_info .hot_level,.related_container .activity_item .pic_info .hot_level{position:absolute;bottom:14px;right:10px}.detail_container .activity_item .pic_name,.grid_pic_item .pic_name,.related_container .activity_item .pic_name{width:100%;font-size:16px;line-height:24px;margin-bottom:6px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;color:#fff}.detail_container .activity_item .txt_info,.detail_container .activity_item .txt_info .tags,.grid_pic_item .txt_info,.grid_pic_item .txt_info .tags,.related_container .activity_item .txt_info,.related_container .activity_item .txt_info .tags{width:100%}.detail_container .activity_item .txt_info .tags a,.grid_pic_item .txt_info .tags a,.related_container .activity_item .txt_info .tags a{display:inline-block;font-size:14px;color:#c5a162;background:#2b2f35;border:1px solid #5c5e65;padding:0 8px;margin:0 4px 5px 0;border-radius:20px;height:20px;line-height:18px;box-sizing:border-box}.detail_container .activity_item .txt_info .tags a:hover,.grid_pic_item .txt_info .tags a:hover,.related_container .activity_item .txt_info .tags a:hover{color:#2b2f35;background-color:#c5a162;border:1px solid #c5a162}.detail_container .activity_item .txt_info .tags a.subjects,.grid_pic_item .txt_info .tags a.subjects,.related_container .activity_item .txt_info .tags a.subjects{border-color:#ba5b2c;color:#ba5b2c}.detail_container .activity_item .txt_info .tags a.subjects:hover,.grid_pic_item .txt_info .tags a.subjects:hover,.related_container .activity_item .txt_info .tags a.subjects:hover{color:#fff;background-color:#ba5b2c;border:1px solid #ba5b2c}.detail_container .activity_item .txt_info .author_name,.grid_pic_item .txt_info .author_name,.related_container .activity_item .txt_info .author_name{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-top:3px}.detail_container .activity_item .txt_info .author_name span,.grid_pic_item .txt_info .author_name span,.related_container .activity_item .txt_info .author_name span{color:#7c7c7c;font-size:14px;line-height:22px;width:160px}.detail_container .activity_item .txt_info .author_name:hover .nickname,.grid_pic_item .txt_info .author_name:hover .nickname,.related_container .activity_item .txt_info .author_name:hover .nickname{text-decoration:underline}.detail_container .activity_item .btn-box,.grid_pic_item .btn-box,.related_container .activity_item .btn-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:15px;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.detail_container .activity_item .btn-box .func-item,.grid_pic_item .btn-box .func-item,.related_container .activity_item .btn-box .func-item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.detail_container .activity_item .btn-box .func-item .bookmark,.grid_pic_item .btn-box .func-item .bookmark,.related_container .activity_item .btn-box .func-item .bookmark{width:21px;height:18px}.detail_container .activity_item .btn-box .func-item .bookmark:before,.grid_pic_item .btn-box .func-item .bookmark:before,.related_container .activity_item .btn-box .func-item .bookmark:before{font-size:18px}.detail_container .activity_item .btn-box .func-item .liuyan,.grid_pic_item .btn-box .func-item .liuyan,.related_container .activity_item .btn-box .func-item .liuyan{width:20px;height:21px}.detail_container .activity_item .btn-box .func-item .liuyan:before,.grid_pic_item .btn-box .func-item .liuyan:before,.related_container .activity_item .btn-box .func-item .liuyan:before{font-size:20px;margin-top:2px}.detail_container .activity_item .btn-box .func-item.share_btn,.grid_pic_item .btn-box .func-item.share_btn,.related_container .activity_item .btn-box .func-item.share_btn{position:relative;color:#a9a9a9;font-size:16px;z-index:3}.detail_container .activity_item .btn-box .func-item.share_btn:before,.grid_pic_item .btn-box .func-item.share_btn:before,.related_container .activity_item .btn-box .func-item.share_btn:before{font-family:icomoon;display:block;content:"\e9a7";font-size:17px;width:20px;height:17px;color:#a9a9a9;margin-right:10px}.detail_container .activity_item .btn-box .func-item.disable.comment_btn em:before,.detail_container .activity_item .btn-box .func-item.disable.share_btn,.detail_container .activity_item .btn-box .func-item.disable.share_btn:before,.detail_container .activity_item .btn-box .func-item:hover.comment_btn em:before,.detail_container .activity_item .btn-box .func-item:hover.share_btn,.detail_container .activity_item .btn-box .func-item:hover.share_btn:before,.detail_container .activity_item .btn-box .index_bookmark_btn.disable em:before,.detail_container .activity_item .btn-box .index_bookmark_btn.disable span,.detail_container .activity_item .btn-box .index_bookmark_btn:hover em:before,.detail_container .activity_item .btn-box .index_bookmark_btn:hover span,.grid_pic_item .btn-box .func-item.disable.comment_btn em:before,.grid_pic_item .btn-box .func-item.disable.share_btn,.grid_pic_item .btn-box .func-item.disable.share_btn:before,.grid_pic_item .btn-box .func-item:hover.comment_btn em:before,.grid_pic_item .btn-box .func-item:hover.share_btn,.grid_pic_item .btn-box .func-item:hover.share_btn:before,.grid_pic_item .btn-box .index_bookmark_btn.disable em:before,.grid_pic_item .btn-box .index_bookmark_btn.disable span,.grid_pic_item .btn-box .index_bookmark_btn:hover em:before,.grid_pic_item .btn-box .index_bookmark_btn:hover span,.related_container .activity_item .btn-box .func-item.disable.comment_btn em:before,.related_container .activity_item .btn-box .func-item.disable.share_btn,.related_container .activity_item .btn-box .func-item.disable.share_btn:before,.related_container .activity_item .btn-box .func-item:hover.comment_btn em:before,.related_container .activity_item .btn-box .func-item:hover.share_btn,.related_container .activity_item .btn-box .func-item:hover.share_btn:before,.related_container .activity_item .btn-box .index_bookmark_btn.disable em:before,.related_container .activity_item .btn-box .index_bookmark_btn.disable span,.related_container .activity_item .btn-box .index_bookmark_btn:hover em:before,.related_container .activity_item .btn-box .index_bookmark_btn:hover span{color:#c5a162}.detail_container .activity_item .txt_btn,.grid_pic_item .txt_btn,.related_container .activity_item .txt_btn{display:block;min-width:45px;padding:0 2px;box-sizing:border-box;color:#a9a9a9;font-size:12px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around}.detail_container .activity_item .txt_btn span,.grid_pic_item .txt_btn span,.related_container .activity_item .txt_btn span{color:#a9a9a9;font-size:14px;display:block}.detail_container .activity_item .txt_btn.vote_btn .vote,.grid_pic_item .txt_btn.vote_btn .vote,.related_container .activity_item .txt_btn.vote_btn .vote{font-family:icomoon;width:25px;height:25px}.detail_container .activity_item .txt_btn.vote_btn .vote:before,.grid_pic_item .txt_btn.vote_btn .vote:before,.related_container .activity_item .txt_btn.vote_btn .vote:before{content:"\e91d";color:#b383ff;display:block;font-size:25px;font-style:normal;font-weight:700}.detail_container .activity_item .txt_btn.vote_btn:hover .vote:before,.detail_container .activity_item .txt_btn.vote_btn:hover span,.grid_pic_item .txt_btn.vote_btn:hover .vote:before,.grid_pic_item .txt_btn.vote_btn:hover span,.related_container .activity_item .txt_btn.vote_btn:hover .vote:before,.related_container .activity_item .txt_btn.vote_btn:hover span{color:#c5a162}.detail_container .activity_item .txt_btn.vote_btn.disabled,.grid_pic_item .txt_btn.vote_btn.disabled,.related_container .activity_item .txt_btn.vote_btn.disabled{cursor:default}.detail_container .activity_item .txt_btn.vote_btn.disabled .vote:before,.detail_container .activity_item .txt_btn.vote_btn.disabled span,.grid_pic_item .txt_btn.vote_btn.disabled .vote:before,.grid_pic_item .txt_btn.vote_btn.disabled span,.related_container .activity_item .txt_btn.vote_btn.disabled .vote:before,.related_container .activity_item .txt_btn.vote_btn.disabled span{color:#666}.detail_container .activity_item .txt_btn.vote_btn.disabled .vote:after,.grid_pic_item .txt_btn.vote_btn.disabled .vote:after,.related_container .activity_item .txt_btn.vote_btn.disabled .vote:after{color:#fff}.detail_container .activity_item .txt_btn.disable .index_liuyan_btn:before,.detail_container .activity_item .txt_btn.disable .like:before,.detail_container .activity_item .txt_btn.disable .like_btn:before,.detail_container .activity_item .txt_btn.disable .liuyan:before,.detail_container .activity_item .txt_btn.disable span,.detail_container .activity_item .txt_btn:hover .index_liuyan_btn:before,.detail_container .activity_item .txt_btn:hover .like:before,.detail_container .activity_item .txt_btn:hover .like_btn:before,.detail_container .activity_item .txt_btn:hover .liuyan:before,.detail_container .activity_item .txt_btn:hover span,.grid_pic_item .txt_btn.disable .index_liuyan_btn:before,.grid_pic_item .txt_btn.disable .like:before,.grid_pic_item .txt_btn.disable .like_btn:before,.grid_pic_item .txt_btn.disable .liuyan:before,.grid_pic_item .txt_btn.disable span,.grid_pic_item .txt_btn:hover .index_liuyan_btn:before,.grid_pic_item .txt_btn:hover .like:before,.grid_pic_item .txt_btn:hover .like_btn:before,.grid_pic_item .txt_btn:hover .liuyan:before,.grid_pic_item .txt_btn:hover span,.related_container .activity_item .txt_btn.disable .index_liuyan_btn:before,.related_container .activity_item .txt_btn.disable .like:before,.related_container .activity_item .txt_btn.disable .like_btn:before,.related_container .activity_item .txt_btn.disable .liuyan:before,.related_container .activity_item .txt_btn.disable span,.related_container .activity_item .txt_btn:hover .index_liuyan_btn:before,.related_container .activity_item .txt_btn:hover .like:before,.related_container .activity_item .txt_btn:hover .like_btn:before,.related_container .activity_item .txt_btn:hover .liuyan:before,.related_container .activity_item .txt_btn:hover span{color:#c5a162}.NIE_share_article .NIE-share{z-index:2;position:absolute;top:20px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:1px solid #e2e2e2;padding:3px 0;background:#fff;width:124px}.NIE_share_article .NIE-share.hide{display:none!important}.NIE_share_article .NIE-share .NIE-share-txt{display:none}.NIE_share_article .NIE-share .NIE-share-iconBtn a{color:#000;font-size:25px;margin:0 3px;line-height:25px;width:auto}.NIE_share_article .NIE-share .NIE-share-iconBtn a span{font-size:25px}.NIE_share_article .NIE-share .NIE-share-iconBtn a:hover{-webkit-opacity:.7;-moz-opacity:.7;opacity:.7;filter:alpha(opacity=70)}.NIE_share_article .NIE-share .NIE-share-iconBtn a.NIE-share-btn23{color:#59c959}.NIE_share_article .NIE-share .NIE-share-iconBtn a.NIE-share-btn22{color:#36dad4}.NIE_share_article .NIE-share .NIE-share-iconBtn a.NIE-share-btn2{color:#f97676}.NIE_share_article .NIE-share .NIE-share-iconBtn a.NIE-share-btn1{color:#febd40}.NIE_share_article .NIE-share .NIE-share-iconBtn a.NIE-share-btn24{color:#6dabff}.related_container .activity_item{width:240px;height:320px}.related_container .activity_item .pic_name{height:36px;margin-bottom:14px;color:#fff}.related_container .activity_item .grid_img{height:300px}.related_container .activity_item .grid_img img{height:100%}.instruction p{color:#333;font-size:14px;line-height:26px}.instruction .material{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.instruction .material li{width:330px;height:260px;margin-right:20px;margin-bottom:20px;border:1px solid #d5d5d5}.instruction .material li img{display:block;height:210px;margin:0 auto}.instruction .material li .material_info{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;width:100%;height:53px;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.instruction .material li .material_info span{color:#666;font-size:14px;font-weight:700;text-indent:18px}.instruction .material li .material_info .download{margin-right:18px;width:52px;height:22px;box-sizing:border-box;border:1px solid #eaeaea;background-color:#f9f9f9}.instruction .material li .material_info .download em{display:block;width:13px;height:13px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_material_download_780b7ecf.png) 0 0 no-repeat}.activity-detail-con{background:#fff;min-height:1000px}.activity-detail-con .activity_search select{background-color:transparent;color:#333}.activity-detail-con .search_inp{background-color:#fff}.activity-detail-con .search_inp input{color:#333}.activity-detail-con .grid_pic_item{background:#fff}.activity-detail-con .grid_pic_item .pic_name{color:#333}.activity-detail-con .loading{background:#ccc}.activity-detail-con .tag_list_box{border-bottom:1px solid #eee;height:43px;margin-bottom:30px}.activity-detail-con .tag_list_box .tag_item{color:#333;height:40px;line-height:40px}.activity-detail-con h4{margin-top:10px}.activity-detail-con .text_wrap{background:#fff}.activity_header_part{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-bottom:20px}.activity_header_part .banner_pic_box{position:relative;padding:9px;border:1px solid #d1d1ce;background:#fff;width:500px;height:306px;margin-right:28px}.activity_header_part .banner_pic{display:block;width:100%;height:100%;object-fit:cover;margin:0 auto}.activity_header_part .activity_info{background:none;position:relative;width:528px;padding-bottom:40px;height:auto}.activity_header_part .activity_info h3{color:#333;font-size:18px;margin-bottom:10px}.activity_header_part .activity_info .description{color:#666;font-size:14px;line-height:28px}.activity_header_part .activity_info .time{color:#999;font-size:12px;line-height:24px}.activity_header_part .activity_info .activity_deal_btn{width:240px;height:60px;line-height:60px;display:block;color:#f3f3f3;font-size:20px;text-align:center;background-color:#c5a162;margin-top:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.activity_header_part .activity_info .activity_deal_btn:hover{background-color:#c5a162}.activity_header_part .activity_info .activity_deal_btn.coming_soon,.activity_header_part .activity_info .activity_deal_btn.filtering,.activity_header_part .activity_info .activity_deal_btn.filtering_again,.activity_header_part .activity_info .activity_deal_btn.is_over,.activity_header_part .activity_info .activity_deal_btn.publish_reward,.activity_header_part .activity_info .activity_deal_btn.stats{background-color:#b6b6b6}.activity_header_part .activity_info .activity_deal_btn_wrap,.activity_header_part .activity_info .ticket_num{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.activity_header_part .activity_info .ticket_num{margin-left:20px;height:28px;color:#999;font-size:14px}.activity_header_part .activity_info .ticket_num em{display:block;width:20px;height:20px;margin:0 3px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_ticket_14ed8455.png) 0 0 no-repeat}.activity_header_part .activity_info .ticket_num i{font-weight:400;font-style:normal}.search_inp{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;position:relative;width:200px;background-color:#2b2f35;border-radius:8px;border:1px solid #5c5e65;box-sizing:border-box}.search_inp input{display:block;width:168px;height:28px;border:none;text-indent:15px;background:none;color:#fff}.search_inp input:focus{outline:none}.search_inp .clear_all{width:15px;height:15px;margin-right:5px;position:absolute;right:35px;background:#fff;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.search_inp .clear_all:before{font-family:icomoon;display:block;content:"\e912";font-weight:700;font-size:12px;width:15px;height:15px;line-height:15px;color:#5b5b5b;text-align:center}.search_inp .acti_search_btn{margin-right:15px;display:block;width:28px;height:28px}.search_inp .acti_search_btn:before{font-family:icomoon;display:block;content:"\e952";font-weight:700;font-size:16px;width:28px;height:28px;line-height:28px;color:#5b5b5b;text-align:center}.search_inp.big{width:300px;margin-bottom:30px}.search_inp.big input{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.search_type{position:absolute;bottom:-35px;left:10px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.search_type a{display:block;line-height:34px;color:#666;font-size:14px;margin-right:30px;font-weight:700}.search_type a.cur{color:#c5a162}.activity-detail h4{position:relative;color:#333;font-size:18px;font-weight:400;line-height:44px;padding-left:9px;margin-top:44px}.activity-detail h4:before{content:"";display:block;background:#c5a162;width:3px;height:16px;position:absolute;left:0;top:50%;margin-top:-8px}.container_new{background:#fff}.container_new .subtit{width:321px;font-size:28px;color:#fff;line-height:50px;padding-bottom:6px}.container_new .subtit,.container_new .subtit-auto{height:50px;display:block;text-align:center;margin:0 auto 46px;font-weight:400}.container_new .subtit-auto{width:auto;color:#000;font-size:0}.container_new .subtit-auto:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_l_4c844750.png) 0 0 no-repeat}.container_new .subtit-auto:after,.container_new .subtit-auto:before{content:"";display:inline-block;width:56px;height:56px;vertical-align:top}.container_new .subtit-auto:after{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_r_13cb4e71.png) 0 0 no-repeat}.container_new .subtit-auto span{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_c_25a64bf2.png) 0 0 repeat;display:inline-block;height:50px;line-height:50px;font-size:28px;padding:0 10px 6px;vertical-align:top}.container_new .w-1140,.container_new .w-1200{width:1198px;margin:0 auto}.container_new .banner-header{position:relative;width:100%;min-width:1000px;max-width:1603px;overflow:hidden;background:#f5edd6;margin-bottom:24px}.container_new .banner-header img{width:100%}.container_new .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/wave_01b23fbd.png) 0 0 no-repeat;background-size:100% auto;width:100%;height:auto;position:absolute;bottom:-1px;left:auto;margin-left:0}.container_new .banner-header .wave:before{content:"";display:block;padding-top:4.9%}.container_new .activity-detail{width:1198px;margin:48px auto;position:relative}.container_new .activity-detail .activity-box{position:relative;width:1198px;min-height:165px;margin:0 auto;line-height:28px;padding:5px 74px;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.container_new .activity-detail .activity-box .activity-state{position:absolute;right:52px;top:-20px;background:#94ddf2;border:2px solid #000;padding:0 22px;font-size:18px;font-weight:700;height:35px;line-height:35px;color:#fff;background:#fb447f;cursor:default}.container_new .activity-detail .activity-box #activityDesc{width:100%;max-width:100%}.container_new .activity-detail .activity-box .activityDesc-link{position:absolute;left:50%;bottom:25px;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%)}.container_new .activity-detail .activity-box .activityDesc-link a{color:#000;font-weight:700}.container_new .activity-detail .detail-more{display:block;width:359px;height:51px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_ff4b0403.png) 0 10px no-repeat;font-size:0;margin-left:842px}.container_new .activity-detail .detail-more:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_h_3a74cf8b.png) 0 0 no-repeat}.container_new .join_activity_btn{display:block;margin:0 auto;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_e139959c.png) no-repeat;width:332px;height:101px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.container_new .join_activity_btn:hover{-moz-animation:contribute .3s linear;-webkit-animation:contribute .3s linear;-o-animation:contribute .3s linear;-ms-animation:contribute .3s linear;animation:contribute .3s linear;background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_h_e57cbf20.png)}.container_new .activity-otheractivity{margin-bottom:80px}.container_new .activity-otheractivity a{margin:0 10px}.container_new .activity-otheractivity a img{display:block}.container_new .activity-up-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;flex-wrap:wrap}.container_new .activity-up-box .huajia,.container_new .activity-up-box .lofter,.container_new .activity-up-box .yys{width:388px;height:130px;background:#f6e9d2;border:2px solid #000;margin:0 10px;box-sizing:border-box;position:relative;padding:10px}.container_new .activity-up-box .huajia a,.container_new .activity-up-box .lofter a,.container_new .activity-up-box .yys a{display:block;width:356px;height:102px}.container_new .activity-up-box .lofter a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lofter_098850ff.gif) 0 0 no-repeat}.container_new .activity-up-box .huajia a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/huajia_02c4c412.png) 0 0 no-repeat}.container_new .activity-up-box .yys a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/yys_d0b60ee7.jpg) 0 0 no-repeat}.container_new .activity-lottery{position:relative;overflow:hidden}.container_new .activity-lottery-wrapper{position:relative}.container_new .activity-lottery-wrapper .lottery-btn.hide{display:none}.container_new .activity-lottery-wrapper .prev{position:absolute;top:210px;left:0;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/left_btn_bd26bf77.png) 0 0 no-repeat;display:block;width:80px;height:40px;z-index:10;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.container_new .activity-lottery-wrapper .prev:hover{left:-10px}.container_new .activity-lottery-wrapper .next{position:absolute;top:210px;right:0;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/right_btn_0a85f2a0.png) 0 0 no-repeat;display:block;width:80px;height:40px;z-index:10;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.container_new .activity-lottery-wrapper .next:hover{right:-10px}.container_new .activity-lottery-wrap{overflow:hidden;padding-bottom:63px}.container_new .activity-lottery .lottery-box{width:954px;position:relative;height:280px;margin:0 auto 38px}.container_new .activity-lottery .lottery-more{display:block;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/for_more_af43363c.png) center 14px no-repeat;width:537px;height:54px;font-size:0;margin:0 auto}.container_new .activity-lottery .lottery-more:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/for_more_h_2f18f70d.png) 0 3px no-repeat}.container_new .activity-lottery .lottery-item{padding-top:16px}.container_new .activity-lottery .lottery-item .award-pic{width:114px;height:114px;margin:0 auto}.container_new .activity-lottery .lottery-item .award-pic img{max-width:100%;max-height:100%}.container_new .activity-lottery .lottery-item h4{font-size:25px;color:#000;font-weight:400;margin:8px 0}.container_new .activity-lottery .lottery-item h4 span{font-size:22px}.container_new .activity-lottery .lottery-item p{font-size:16px;line-height:28px;color:#000;box-sizing:border-box;padding:0 10px}.container_new .activity-rule{position:relative;padding-bottom:79px;overflow:hidden}.container_new .activity-rule:after{display:block;content:"";position:absolute;bottom:0;left:50%;margin-left:-960px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/wave_b_dc679acf.png) 0 top no-repeat;width:1920px;height:79px}.container_new .activity-rule-wrap{background:#f5edd6;overflow:hidden}.container_new .activity-rule .rule-box{line-height:16px;color:#2e2327;line-height:28px}.container_new .toggle-btn-wrap{position:relative;width:1198px;margin:0 auto}.container_new .show-scroll{position:relative;font-size:30px;color:#000;padding-left:50px;float:right}.container_new .show-scroll:before{content:"";display:block;width:41px;height:31px;position:absolute;left:0;top:50%;margin-top:-15px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_3890a1ab.png) 0 0 no-repeat}.container_new .show-scroll.show-more:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.container_new .instruction{position:relative;margin:0 auto;width:1198px;max-height:auto}.container_new .instruction.show-more{max-height:300px;overflow:hidden}.container_new .activity_search{width:1198px;margin:30px 10px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.container_new .activity_search select{outline:none;margin-right:18px;margin-top:2px;display:block;width:150px;height:50px;box-sizing:border-box;border:2px solid #333;line-height:45px;font-size:16px;color:#333;padding-left:10px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arrow_972fbab6.png) no-repeat 100%}.container_new .activity_search select.status_select.contribute,.container_new .activity_search select.status_select.filtering,.container_new .activity_search select.status_select.no_again .shortlisted_again,.container_new .activity_search select.status_select.vote .shortlisted_again{display:none!important}.container_new .activity_search select.status_select.vote_again{width:125px}.container_new .activity_search select.status_select_02{margin-left:-460px}.container_new .themeTag{margin:10px 0 0 10px}.container_new .themeTag .title{margin:5px 0;display:none}.container_new .themeTag .item{background:none;color:#333}.container_new .themeTag .item:after{border-left-color:#fff}.container_new .themeTag .item.selected{background:#fb447f;color:#fff}.container_new .themeTag .item.selected:after{border-left-color:#fb447f}.container_new .themeTag .tag_list_box{border:0}.container_new .themeTag .tag_list_box .tag_item{border:1px solid #333;width:auto;padding:0 10px}.container_new .themeTag .tag_list_box .tag_item.cur,.container_new .themeTag .tag_list_box .tag_item:hover{background:#fb447f;color:#fff}.container_new .themeTag .tag_list_box .tag_item.cur:before,.container_new .themeTag .tag_list_box .tag_item:hover:before{display:none}.container_new .activity_game{-webkit-justify-content:start;-moz-justify-content:start;-ms-justify-content:start;justify-content:start;-ms-flex-pack:start;margin-bottom:0}.container_new .activity_game .tag_list_box{margin-bottom:0;border:0}.container_new .activity_game a{width:150px;color:#333;text-align:center;border:2px solid #333;display:block;font-size:16px;margin-right:10px}.container_new .activity_game a.cur,.container_new .activity_game a:hover{color:#fff;background:#fb447f}.container_new .activity_game a.cur:before,.container_new .activity_game a:hover:before{display:none}.container_new .search_inp{position:relative;width:460px;border-radius:16px;height:55px;background:none;border:0}.container_new .search_inp input{display:block;width:280px;height:50px;box-sizing:border-box;line-height:50px;border:2px solid #333;text-indent:15px;background:none;font-size:16px;margin-top:3px;color:#333}.container_new .search_inp input:focus{outline:none}.container_new .search_inp .clear_all{position:absolute;right:200px;width:15px;height:15px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_cleanall_9c657c88.png) 0 0 no-repeat;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.container_new .search_inp .clear_all.show{display:block}.container_new .search_inp .acti_search_btn{position:absolute;right:0;top:0;display:block;width:191px;height:61px;line-height:54px;font-weight:700;text-align:center;color:#333;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/search_btn_8cc2ba31.png) 0 0 no-repeat;margin-right:0}.container_new .search_inp .acti_search_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/serach_btn_h_7d1be5c1.png) 0 0 no-repeat}.container_new .search_inp .acti_search_btn:before{display:none}.container_new .search_inp.big{width:460px;margin-bottom:30px}.container_new .search_inp.big input{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.container_new .search_type.show{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.container_new .search_type .type{display:block;line-height:34px;color:#666;font-size:14px;margin-right:30px;font-weight:700}.container_new .search_type .type.selected{color:#c5a162}.container_new .activity-article{width:1198px;margin:80px auto 0}.container_new .activity-result{width:1178px;margin:80px auto 0}.container_new .activity-result .reward_rank{display:none}.container_new .activity-result .reward_rank.show{display:block}.container_new .activity-result.hide{display:none}.container_new .reward_title{margin:20px 0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.container_new .reward_title .trophy{display:block;width:28px;height:30px;margin-right:10px;background-position:0 0;background-repeat:no-repeat}.container_new .reward_title .trophy.trophy_1{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank1_b7956bdd.png)}.container_new .reward_title .trophy.trophy_2{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank2_e608817c.png)}.container_new .reward_title .trophy.trophy_3{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank3_25e3cd00.png)}.container_new .reward_title .trophy.others{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank_other_bdc7a5b0.png)}.container_new .reward_title span strong{color:#8f4c14;font-size:18px}.container_new .article_list_detail{min-height:400px}.container_new .article_list_detail .activity_item{margin:0 10px 20px}.container_new .activity-time-wrapper{width:1198px;margin:0 auto}.container_new .time-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:space-between;margin-bottom:88px}.container_new .time-box.time-box_smallsize .time-item{width:268px;background-size:100% 100%!important}.container_new .time-box .time-arr{display:block;width:28px;height:130px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_26fa6648.png) 0 no-repeat}.container_new .time-box .time-item{display:block;width:347px;height:134px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.container_new .time-box .time-item h5{font-weight:700;font-size:18px;color:#2e2327;text-align:center;margin-bottom:10px}.container_new .time-box .time-item p{color:#2e2327;font-size:14px;text-align:center}.container_new .time-box .time-item p span{display:block}.container_new .detail_container{width:1280px;margin:80px auto 0}.container_new .detail_container h4{width:321px;height:50px;display:block;font-size:28px;color:#fff;text-align:center;line-height:50px;margin:0 auto 46px;font-weight:400;padding-bottom:6px;padding-left:0}.container_new .detail_container h4:before{display:none}.container_new .award_container{width:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.container_new .award_container li{display:block;text-align:center;font-size:18px;width:291px;height:272px;margin:0 0 30px 30px;overflow:hidden}.container_new .award_container li .award_pic{width:100%;height:114px;margin:16px auto 0}.container_new .award_container li .award_pic img{max-width:114px;max-height:114px;margin:0 auto}.container_new .award_container li .award_level{width:100%;height:auto}.container_new .award_container li .award_level span{font-size:22px;color:#000;font-weight:400;margin:8px 0;display:block;width:100%;padding:0 10px;box-sizing:border-box}.container_new .award_container li .award_level p{font-size:16px;line-height:28px;color:#000;box-sizing:border-box;padding:0 10px}.container_new .pingwei ul{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.container_new .pingwei ul li{margin:0 0 30px 30px}.container_new .pingwei ul li img{display:block}.container_new .grid_pic_item{background:#fff;border:1px solid #5c5e65}.container_new .grid_pic_item .text_wrap{background:#fff;border-bottom:13px solid #fff}.container_new .grid_pic_item .text_wrap .text_title{color:#5c5e65}.container_new .waterfall_award_item{border:1px solid #5c5e65}.container_new .loading{background:#ccc}.container_new .loading span{color:#333}.activity_bar{position:fixed;right:0;bottom:90px;width:183px;opacity:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;-webkit-transform:translate(110px);-moz-transform:translate(110px);-ms-transform:translate(110px);-o-transform:translate(110px);transform:translate(110px);z-index:100}.activity_bar.show{-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);opacity:1}.activity_bar a{width:183px;margin-bottom:6px;padding-bottom:5px;border:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_1efb6046.png) right 0 no-repeat;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.activity_bar a,.activity_bar a span{height:42px;line-height:42px;display:block;color:#000}.activity_bar a span{text-align:right;padding-right:24px;font-size:18px}.activity_bar a.active,.activity_bar a:hover{width:183px;height:42px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_3c616207.png) right 0 no-repeat}.activity_bar a.active span,.activity_bar a:hover span{color:#fff}.activity_bar a.contribute_btn_side{width:122px;height:67px;display:block;font-size:0;position:absolute;right:0;top:-72px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_6a1779e5.png) 0 0 no-repeat}.activity_bar a.contribute_btn_side span{font-size:0}.J-person-tips:before{content:"";position:absolute;left:-50px;top:-50px;display:block;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/tips_83a0d677.png) 0 0 no-repeat;width:96px;height:89px}.vote-rank-wrap{width:1160px;margin:0 auto}.vote-rank-wrap .grid_img .icon{right:0;bottom:0;left:auto;top:auto}.vote-rank-wrap .pic_name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;margin-bottom:0}.vote-rank-wrap .rank_item{position:relative;float:left;margin:0 30px 20px 0;padding:0;display:block;width:208px;height:345px}.vote-rank-wrap .rank_item .txt_info{box-sizing:border-box;padding:0 10px 5px}.vote-rank-wrap .rank_item .vote-box{bottom:45px}.vote-rank-wrap .rank_item a{height:auto;margin-bottom:4px}.vote-rank-wrap .rank_item a[data-style=video]{background:none}.vote-rank-wrap .rank_item:first-child{width:500px;height:798px}.vote-rank-wrap .rank_item:first-child .grid_img{height:auto;width:500px}.vote-rank-wrap .rank_item:first-child .grid_img img{width:100%;height:643px}.vote-rank-wrap .rank_item:first-child .pic_info{padding-top:20px}.vote-rank-wrap .rank_item:nth-child(3){margin-right:0}.vote-rank-wrap .rank_item:nth-child(2),.vote-rank-wrap .rank_item:nth-child(3){width:300px;height:468px}.vote-rank-wrap .rank_item:nth-child(2) .grid_img,.vote-rank-wrap .rank_item:nth-child(3) .grid_img{height:338px}.vote-rank-wrap .rank_item:nth-child(4),.vote-rank-wrap .rank_item:nth-child(5),.vote-rank-wrap .rank_item:nth-child(6){width:190px;height:310px}.vote-rank-wrap .rank_item:nth-child(4) .grid_img,.vote-rank-wrap .rank_item:nth-child(5) .grid_img,.vote-rank-wrap .rank_item:nth-child(6) .grid_img{height:180px}.vote-rank-wrap .rank_item:nth-child(5n+6),.vote-rank-wrap .rank_item:nth-child(6){margin-right:0}.qzmf-tips{display:block;width:100%;text-align:center}.sub-title{text-align:center;margin-top:-33px;font-size:24px;margin-bottom:50px}.theme_style1 .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_fecca2a1.png) 0 0 no-repeat}.theme_style1 .activity-detail .activity-box{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_box_bg_8517fc88.png) 0 0 no-repeat}.theme_style1 .time-box .time-item{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_box_bg_5203c795.png)}.theme_style1 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_26fa6648.png) 0 no-repeat}.theme_style1 .detail_container h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_fecca2a1.png) 0 0 no-repeat}.theme_style1 .instruction h4:before{background:#fb447f}.theme_style1 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_3890a1ab.png) 0 0 no-repeat}.theme_style1 .award_container li{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lottery_bg_d2bb51aa.png) 0 0 no-repeat}.theme_style1 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_1efb6046.png) right 0 no-repeat}.theme_style1 .activity_bar a.active,.theme_style1 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_3c616207.png) right 0 no-repeat}.theme_style1 .activity_bar a.contribute_btn_side{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_6a1779e5.png) 0 0 no-repeat}.theme_style2 .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_864edffc.png) 0 0 no-repeat}.theme_style2 .activity-detail .activity-box{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_box_bg_bfc0cfcc.png) 0 0 no-repeat}.theme_style2 .activity-detail .activity-box .activity-state{background:#fa6f6f}.theme_style2 .time-box .time-item{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_box_bg_54e23d2f.png)}.theme_style2 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_ad5d6320.png) 0 no-repeat}.theme_style2 .detail_container h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_864edffc.png) 0 0 no-repeat}.theme_style2 .instruction h4:before{background:#fa6f6f}.theme_style2 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_3890a1ab.png) 0 0 no-repeat}.theme_style2 .award_container li{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lottery_bg_34821880.png) 0 0 no-repeat}.theme_style2 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_1efb6046.png) right 0 no-repeat}.theme_style2 .activity_bar a.active,.theme_style2 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_9210d44d.png) right 0 no-repeat}.theme_style2 .activity_bar a.contribute_btn_side{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_ec32c2e2.png) 0 0 no-repeat}.theme_style2 .activity_game a.cur,.theme_style2 .activity_game a:hover{background:#fa6f6f}.theme_style2 .join_activity_btn,.theme_style2 .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_7ab89974.png) no-repeat}.theme_style2 .join_activity_btn:hover{opacity:.8}.theme_style2 .themeTag .item.selected{background:#fa6f6f;color:#fff}.theme_style2 .themeTag .item.selected:after{border-left-color:#fa6f6f}.theme_style2 .themeTag .tag_list_box .tag_item.cur,.theme_style2 .themeTag .tag_list_box .tag_item:hover{background:#fa6f6f}.theme_style2 .search_inp .acti_search_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/serach_btn_h_089db193.png) no-repeat}.theme_style3 .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_864edffc.png) 0 0 no-repeat}.theme_style3 .activity-detail .activity-box{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_box_bg_48bb5339.png) 0 0 no-repeat;background-size:100% 100%}.theme_style3 .activity-detail .activity-box .activity-state{background:#fa6f6f}.theme_style3 .time-box .time-item{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_box_bg_539719e2.png)}.theme_style3 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_ad5d6320.png) 0 no-repeat}.theme_style3 .detail_container h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_864edffc.png) 0 0 no-repeat}.theme_style3 .instruction h4:before{background:#fa6f6f}.theme_style3 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_3890a1ab.png) 0 0 no-repeat}.theme_style3 .award_container li{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lottery_bg_69da8577.png) 0 0 no-repeat}.theme_style3 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_1efb6046.png) right 0 no-repeat}.theme_style3 .activity_bar a.active,.theme_style3 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_9210d44d.png) right 0 no-repeat}.theme_style3 .activity_bar a.contribute_btn_side{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_6a1779e5.png) 0 0 no-repeat}.theme_style3 .activity_game a.cur,.theme_style3 .activity_game a:hover{border-color:#fa6f6f;background-color:#fff;background:#fa6f6f}.theme_style3 .themeTag .item.selected{background:#fa6f6f;color:#fff}.theme_style3 .themeTag .item.selected:after{border-left-color:#fa6f6f}.theme_style3 .themeTag .tag_list_box .tag_item.cur,.theme_style3 .themeTag .tag_list_box .tag_item:hover{background:#fa6f6f}.theme_style3 .join_activity_btn,.theme_style3 .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_7ab89974.png) no-repeat}.theme_style3 .join_activity_btn:hover{opacity:.8}.theme_style4 .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_8d6ac471.png) 0 0 no-repeat}.theme_style4 .activity-detail .activity-box{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_box_bg_3af2c2e8.png) 0 0 no-repeat}.theme_style4 .activity-detail .activity-box .activity-state{background:#4e7ac7}.theme_style4 .time-box .time-item{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_box_bg_6c536c7e.png)}.theme_style4 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_0509aee2.png) 0 no-repeat}.theme_style4 .detail_container h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_8d6ac471.png) 0 0 no-repeat}.theme_style4 .instruction h4:before{background:#4e7ac7}.theme_style4 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_50fd9243.png) 0 0 no-repeat}.theme_style4 .award_container li{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lottery_bg_8335274d.png) 0 0 no-repeat}.theme_style4 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_1efb6046.png) right 0 no-repeat}.theme_style4 .activity_bar a.active,.theme_style4 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_16952e49.png) right 0 no-repeat}.theme_style4 .activity_bar a.contribute_btn_side{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_dbf0fdd2.png) 0 0 no-repeat}.theme_style4 .activity_game a.cur,.theme_style4 .activity_game a:hover{border-color:#4e7ac7;background-color:#fff;background:#4e7ac7}.theme_style4 .join_activity_btn,.theme_style4 .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_a8903f49.png) no-repeat}.theme_style4 .search_inp .acti_search_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/search_btn_8cc2ba31.png) no-repeat}.theme_style4 .themeTag .item.selected{background:#4e7ac7;color:#fff}.theme_style4 .themeTag .item.selected:after{border-left-color:#4e7ac7}.theme_style4 .themeTag .tag_list_box .tag_item.cur,.theme_style4 .themeTag .tag_list_box .tag_item:hover{background:#4e7ac7}.theme_style5 .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_2ecfb6ad.png) 0 0 no-repeat}.theme_style5 .activity-detail .activity-box{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_box_bg_e2979cf5.png) 0 0 no-repeat}.theme_style5 .activity-detail .activity-box .activity-state{background:#02bec4}.theme_style5 .time-box .time-item{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_box_bg_278dcb47.png);background-size:100% 100%}.theme_style5 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_0509aee2.png) 0 no-repeat}.theme_style5 .detail_container h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_2ecfb6ad.png) 0 0 no-repeat}.theme_style5 .instruction h4:before{background:#02bec4}.theme_style5 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_850a14b8.png) 0 0 no-repeat}.theme_style5 .award_container li{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lottery_bg_a1b84282.png) 0 0 no-repeat}.theme_style5 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_1efb6046.png) right 0 no-repeat}.theme_style5 .activity_bar a.active,.theme_style5 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_d03f791d.png) right 0 no-repeat}.theme_style5 .activity_bar a.contribute_btn_side{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_7260eac4.png) 0 0 no-repeat}.theme_style5 .activity_game a.cur,.theme_style5 .activity_game a:hover{border-color:#02bec4;background-color:#fff;background:#02bec4}.theme_style5 .join_activity_btn,.theme_style5 .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_b5a1a263.png) no-repeat}.theme_style5 .join_activity_btn:hover{opacity:.8}.theme_style5 .search_inp .acti_search_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/search_btn_8cc2ba31.png) no-repeat}.theme_style5 .themeTag .item.selected{background:#02bec4;color:#fff}.theme_style5 .themeTag .item.selected:after{border-left-color:#02bec4}.theme_style5 .themeTag .tag_list_box .tag_item.cur,.theme_style5 .themeTag .tag_list_box .tag_item:hover{background:#02bec4}.theme_style6{background:#1b1b19}.theme_style6 .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/wave_451a1105.png) 0 0 no-repeat}.theme_style6 .banner-header{background-color:#1b1b19}.theme_style6 .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_e47a5106.png) 0 0 no-repeat;color:#3b362a}.theme_style6 .activity-detail .activity-box{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_box_bg_04886b3d.png) 0 0 no-repeat;color:#e3e0b7}.theme_style6 .activity-detail .activity-box .activity-state{color:#3b362a;background:#ad9971;border:2px solid #e4deb6}.theme_style6 .time-box .time-item{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_box_bg_0e536d5d.png);background-repeat:no-repeat;width:267px;height:134px}.theme_style6 .time-box .time-item h5,.theme_style6 .time-box .time-item p{color:#e3e0b7}.theme_style6 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_8834ae98.png) 0 no-repeat}.theme_style6 .detail_container h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_e47a5106.png) 0 0 no-repeat;color:#3b362a}.theme_style6 .instruction h4:before{background:#ad9971}.theme_style6 .instruction h4,.theme_style6 .instruction p,.theme_style6 .show-scroll{color:#e3e0b7}.theme_style6 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_deafbe80.png) 0 0 no-repeat}.theme_style6 .award_container li{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lottery_bg_98556ab3.png) 0 0 no-repeat}.theme_style6 .award_container li .award_level p,.theme_style6 .award_container li .award_level span{color:#e3e0b7}.theme_style6 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_1efb6046.png) right 0 no-repeat}.theme_style6 .activity_bar a.active,.theme_style6 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_a76666d3.png) right 0 no-repeat}.theme_style6 .activity_bar a.active span,.theme_style6 .activity_bar a:hover span{color:#333}.theme_style6 .activity_bar a.contribute_btn_side{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_6a1779e5.png) 0 0 no-repeat}.theme_style6 .activity_game a{border-color:#e4deb6;background:#ad9971;color:#3b362a}.theme_style6 .activity_game a.cur,.theme_style6 .activity_game a:hover{border-color:#ad9971;background-color:#fff;background:#ad9971;color:#fff}.theme_style6 .activity_search select,.theme_style6 .search_inp input{border-color:#e4deb6;color:#3b362a;background-color:#ad9971}.theme_style6 .join_activity_btn,.theme_style6 .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_e1487b40.png) no-repeat}.theme_style6 .join_activity_btn:hover{opacity:.8}.theme_style6 .search_inp .acti_search_btn{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/serach_btn_0f217b12.png) no-repeat}.theme_style6 .search_inp .acti_search_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/serach_btn_h_f303ae17.png) no-repeat}.theme_style6 .themeTag .title{color:#ad9971}.theme_style6 .themeTag .item{background:#ad9971}.theme_style6 .themeTag .item:after{border-left-color:#ad9971}.theme_style6 .themeTag .item.selected{background:#ad9971;color:#fff}.theme_style6 .themeTag .item.selected:after{border-left-color:#ad9971}.theme_style6 .themeTag .tag_list_box .tag_item.cur,.theme_style6 .themeTag .tag_list_box .tag_item:hover{background:#ad9971}.theme_style7{background-color:#3f3651}.theme_style7 .activity_bg{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_d1885e1e.jpg) top no-repeat}.theme_style7 .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/wave_8eb10fb0.png) 0 0 no-repeat;min-height:116px}.theme_style7 .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_acdc6295.png) 0 0 no-repeat;color:#3b2e16}.theme_style7 .activity-detail .activity-box{background:#262424;color:#c8bca6;border:2px solid #c2a060}.theme_style7 .activity-detail .activity-box .activity-state{background:#c2a060;color:#333}.theme_style7 .activity-detail .activity-box .activity-state:before{content:"";position:absolute;bottom:-5px;left:0;height:3px;width:100%;background:#3d362d}.theme_style7 .time-box .time-item{background:#262424;border:2px solid #c2a060;width:267px;height:134px}.theme_style7 .time-box .time-item h5,.theme_style7 .time-box .time-item p{color:#c8bca6}.theme_style7 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_4e978f6d.png) 0 no-repeat}.theme_style7 .detail_container h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_bg_acdc6295.png) 0 0 no-repeat;color:#3b2e16}.theme_style7 .instruction h4:before{background:#c8bca6}.theme_style7 .show-scroll{color:#dfce9c}.theme_style7 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arr_1_6ac8ebdc.png) 0 0 no-repeat}.theme_style7 .award_container li{background:#262424;border:2px solid #c2a060}.theme_style7 .award_container li .award_level span{color:#968667}.theme_style7 .award_container li .award_level p{color:#c8bca6}.theme_style7 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_d2f0cb07.png) right 0 no-repeat}.theme_style7 .activity_bar a.active,.theme_style7 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_ba49ba85.png) right 0 no-repeat}.theme_style7 .activity_bar a.active span,.theme_style7 .activity_bar a:hover span{color:#333}.theme_style7 .activity_bar a.contribute_btn_side{width:126px;height:60px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_5cf0437b.png) 0 0 no-repeat}.theme_style7 .join_activity_btn{width:364px;height:113px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_fbde3be5.png) no-repeat}.theme_style7 .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_h_bd17cc28.png) no-repeat}.theme_style7 .instruction h4,.theme_style7 .instruction p{color:#c8bca6}.theme_style7 .activity_game a{border-color:#000;background:#ad9971;color:#3b362a}.theme_style7 .activity_game a.cur,.theme_style7 .activity_game a:hover{border-color:#000;background-color:#fff;background:#ad9971;color:#fff}.theme_style7 .activity_search select{border-color:#000;color:#3b362a;background-color:#ad9971}.theme_style7 .search_inp input{border-color:#a5895d;color:#fff}.theme_style7 .search_inp .acti_search_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/search_btn_h_337f8c21.png) no-repeat}.theme_style7 .loading{background:#272131}.theme_style7 .loading span{color:#fff}.theme_style7 .detail_bg{background:#272131;position:relative;padding-top:1px;margin:250px 0 150px}.theme_style7 .detail_bg:before{content:"";width:1920px;height:243px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_bg_top_d37f43c8.png) no-repeat;display:block;position:absolute;right:0;top:-243px}.theme_style7 .detail_bg:after{content:"";width:1920px;height:166px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_bg_bottom_26e10bf4.png) no-repeat;display:block;position:absolute;left:0;bottom:-166px}.theme_style7 .toggle-btn-wrap{z-index:30}.theme_style7 .themeTag .title{color:#c8bca6}.theme_style7 .themeTag .item{background:#ad9971}.theme_style7 .themeTag .item:after{border-left-color:#ad9971}.theme_style7 .themeTag .item.selected{background:#ad9971;color:#fff}.theme_style7 .themeTag .item.selected:after{border-left-color:#ad9971}.theme_style7 .themeTag .tag_list_box .tag_item.cur,.theme_style7 .themeTag .tag_list_box .tag_item:hover{background:#ad9971}.theme_style8{background-color:#fff}.theme_style8 .subtit,.theme_style8.container_new .detail_container h4,.theme_style8.container_new .rule h4{font-size:0;width:301px;height:103px}.theme_style8 .activity_bg{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_952e539a.jpg) top repeat;background-size:100%;padding-bottom:80px}.theme_style8 .activity_bg .activity-detail .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_detail_0173b511.png) 0 0 no-repeat;background-size:100%}.theme_style8 .activity_bg .activity-time .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_time_3a593567.png) 0 0 no-repeat;background-size:100%}.theme_style8 .activity_bg .award h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_award_a11ceb18.png) 0 0 no-repeat;background-size:100%}.theme_style8 .activity_bg .rule h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_rule_2d1309bf.png) 0 0 no-repeat;background-size:100%}.theme_style8 .activity_bg .activity-work h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_activitywork_96837ae3.png) 0 0 no-repeat;background-size:100%}.theme_style8 .activity_bg .result h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_result_1ef328cf.png) 0 0 no-repeat;background-size:100%}.theme_style8 .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/wave_535c9358.png) 0 0 no-repeat;background-size:100% auto;width:100%;height:auto;position:absolute;bottom:-4px;left:auto;margin-left:0}.theme_style8 .banner-header .wave:before{content:"";display:block;padding-top:6.04166667%}.theme_style8 .activity-detail .activity-box{width:1198px;height:164.6px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/detail_box_bg_fa41bb12.png) 0 0 no-repeat;background-size:100%;color:#2e2327}.theme_style8 .activity-detail .activity-box .activity-state{background:#cb3d3d;border:2px solid #cb3d3d}.theme_style8 .join_activity_btn,.theme_style8 .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_1_79e92a7b.png) no-repeat;background-size:100%}.theme_style8 .join_activity_btn:hover{opacity:.8}.theme_style8 .time-box .time-item{width:342px;height:233px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_box_bg_692f126b.png) 0 0 no-repeat;background-size:100%}.theme_style8 .time-box .time-item h5{font-size:18px;color:#2e2327}.theme_style8 .time-box .time-item p{font-size:16px;color:#2e2327}.theme_style8 .time-box .time-arr{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/time_btn_ed4aa0f1.png) 0 no-repeat;background-size:100%;width:86px;height:233px}.theme_style8 .award_container li{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lottery_bg_5762cc0f.png) 0 0 no-repeat;background-size:100%;margin:0 4px 30px}.theme_style8 .award_container li .award_pic{margin-top:26px}.theme_style8 .award_container li .award_pic img{max-width:116px;max-height:116px}.theme_style8 .award_container li .award_level span{font-size:24px;font-weight:bolder;color:#2e2327;margin:23px 0 3px}.theme_style8 .award_container li .award_level p{font-size:14px;color:#2e2327}.theme_style8 .instruction h4,.theme_style8 .instruction p{color:#2e2327}.theme_style8 .detail_container{width:1198px}.theme_style8 .detail_container .pic_info{-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-ms-flex-align:flex-end;margin:0}.theme_style8 .detail_container .pic_info .txt_info{width:80%}.theme_style8 .detail_container .pic_info .hot_level{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.theme_style8 .detail_container .pic_info .hot_level em{width:13px;height:13px;margin-right:3px}.theme_style8 .detail_container .pic_info .hot_level em:before{font-size:13px}.theme_style8 .detail_container .pic_info .author_name{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.theme_style8 .detail_container .pic_info .author_name:hover span{text-decoration:underline}.theme_style8 .detail_container .pic_info .author_name em{width:13px;height:13px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_usr_white_7ac3a9c1.png) 0 no-repeat;background-size:100%;margin-right:5px}.theme_style8 .detail_container .pic_info .author_name span{font-size:14px;color:#fff;line-height:20px}.theme_style8 .detail_container.activity-work .grid_pic_item{width:280px}.theme_style8 .detail_container.activity-work .grid_pic_item .grid_img{margin-bottom:24px}.theme_style8 .detail_container.activity-work .grid_pic_item .pic_name{font-size:16px;color:#333;line-height:28px}.theme_style8 .detail_container.activity-work .pic_info .author_name em{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_usr_c44fe1c2.png) 0 no-repeat;background-size:100%}.theme_style8 .detail_container.activity-work .pic_info .author_name span{color:#c2c2c2}.theme_style8 .detail_container .article_list .activity_item{background:#e99e5d;width:382px;margin:0 8px 16px}.theme_style8 .detail_container .article_list .activity_item .grid_img{margin-bottom:0}.theme_style8 .detail_container .article_list .activity_item .follow_btn:hover,.theme_style8 .detail_container .article_list .activity_item .followed_btn:hover{background-color:#82582d}.theme_style8 .detail_container .article_list .activity_item .follow_btn{color:#e99e5d;background-color:#fff}.theme_style8 .detail_container .reward_rank .activity_item .txt_info{padding-bottom:0}.theme_style8 .activity_bar{width:153px}.theme_style8 .activity_bar a{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_a3355452.png) right 0 no-repeat;width:153px;height:49px}.theme_style8 .activity_bar a span{font-size:18px;color:#000}.theme_style8 .activity_bar a.active,.theme_style8 .activity_bar a:hover{width:153px;height:49px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/slidenav_bg_h_22ec34f9.png) right 0 no-repeat;background-size:100%}.theme_style8 .activity_bar a.active span,.theme_style8 .activity_bar a:hover span{font-size:18px;color:#fff}.theme_style8 .activity_bar a.contribute_btn_side{width:153px;height:49px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/contribute_btn_d0ba2208.png) right 0 no-repeat;background-size:100%}.theme_style8 .activity_bar a.contribute_btn_side span{font-size:0}.theme_style8 .show-scroll{width:337px;height:54px;font-size:0;padding:0}.theme_style8 .show-scroll:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_hidemore_b034e56f.png) 0 0 no-repeat;background-size:100%;width:337px;height:54px}.theme_style8 .show-scroll.show-more:before{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_showmore_40326265.png) 0 0 no-repeat;background-size:100%}.theme_style8 .search_inp .acti_search_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/search_btn_h_daa807fb.png) no-repeat;background-size:100%}.theme_style8 .activity_search{margin:30px 0}@media screen and (max-width:1440px){.theme_style8 .time-box .time-item{height:175px}}.theme_style9.container_new .detail_container{width:1350px}.theme_style9 .banner-header{padding-bottom:3.2%;margin-bottom:0}.theme_style9 .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_wave_c5d29bbe.png) 0 0 no-repeat;background-size:100% auto;width:100%;height:auto;position:absolute;bottom:0;left:auto;margin-left:0}.theme_style9 .banner-header .wave:before{content:"";display:block;padding-top:10%}.theme_style9 .banner-header img{display:block}.theme_style9 .subtit,.theme_style9.container_new .detail_container h4,.theme_style9.container_new .rule h4{font-size:0;width:391px;height:77px}.theme_style9 .activity_bar a{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_f1287b47.png) right 0 no-repeat;background-size:100%}.theme_style9 .activity_bar a span{height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#272319;padding:0;text-align:center}.theme_style9 .activity_bar a.active,.theme_style9 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_ddbf5364.png) right 0 no-repeat}.theme_style9 .activity_bar a.active span,.theme_style9 .activity_bar a:hover span{color:#faf9ef}.theme_style9 .activity_bar a.contribute_btn_side{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_ddbf5364.png) right 0 no-repeat;background-size:100%;position:relative;top:auto;right:auto}.theme_style9 .activity_bar a.contribute_btn_side span{font-size:0}.theme_style9 .activity_bar a.contribute_btn_side:before{display:block;content:"我要投稿";width:100%;height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#faf9ef;text-align:center;position:absolute;left:0;top:0}.theme_style9 .activity_bar a.J-person-tips{position:relative}.theme_style9 .activity_bar a.J-person-tips:before{left:-80px;top:-60px}.theme_style9 .activity_bg{padding-bottom:80px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_big_89f2d173.jpg) center 0 no-repeat,#fffeef;background-size:100% auto;overflow:hidden;position:relative;margin-top:-1px}.theme_style9 .activity_bg .activity-detail .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_intro_244aaa84.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity_bg .activity-otheractivity .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_link_8a26fa3a.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity_bg .activity-time .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_time_45874070.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity_bg .award h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_reward_3ade6a43.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity_bg .pingwei h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_jury_8e45f72d.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity_bg .rule h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_rule_d34a46a4.png) 0 0 no-repeat;background-size:100%;margin-bottom:79px}.theme_style9 .activity_bg .activity-work h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_article_4e5d21a8.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity_bg .result h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_result_abddb5ef.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity_bg .join_activity_btn{width:354px;height:92px}.theme_style9 .activity_bg .join_activity_btn,.theme_style9 .activity_bg .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_upload_4900f884.png) no-repeat;background-size:100%}.theme_style9 .activity_bg .join_activity_btn:hover{opacity:.8}.theme_style9 .activity-detail{width:1282px;margin:60px auto 139px}.theme_style9 .activity-detail .activity-box{width:1282px;height:235px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_intro_ff0b0e0e.png) 0 0 no-repeat;background-size:100%;font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b;padding:0 80px}.theme_style9 .activity-detail .activity-box .activity-state{display:none}.theme_style9 .activity-otheractivity{margin-bottom:139px}.theme_style9 .activity-otheractivity a{margin:0 12px 10px}.theme_style9 .activity-time-wrapper{width:1282px}.theme_style9 .activity-time-wrapper .time-box{width:100%;height:235px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_f6fdde65.png) 0 0 no-repeat;background-size:100%;position:relative;padding-top:104px;padding-left:44px;box-sizing:border-box;margin-bottom:139px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.theme_style9 .activity-time-wrapper .time-box:before{display:block;content:"";width:1166px;height:43px;position:absolute;top:61px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.theme_style9 .activity-time-wrapper .time-box[data-val=coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_0_b6451a6c.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity-time-wrapper .time-box[data-val=contribute]:before,.theme_style9 .activity-time-wrapper .time-box[data-val=filtering_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_1_b5716613.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity-time-wrapper .time-box[data-val=contribute] .time-item-1 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=filtering_again] .time-item-1 h5{color:#bf9837}.theme_style9 .activity-time-wrapper .time-box[data-val=vote]:before,.theme_style9 .activity-time-wrapper .time-box[data-val=vote_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_2_45a98944.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-1 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-2 h5{color:#bf9837}.theme_style9 .activity-time-wrapper .time-box[data-val=stats]:before,.theme_style9 .activity-time-wrapper .time-box[data-val=stats_coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_3_5c7d2453.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity-time-wrapper .time-box[data-val=stats] .time-item-1 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=stats] .time-item-2 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=stats] .time-item-3 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-1 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-2 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-3 h5{color:#bf9837}.theme_style9 .activity-time-wrapper .time-box[data-val=publish_reward]:before,.theme_style9 .activity-time-wrapper .time-box[data-val=vote]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_4_768990d9.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-1 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-2 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-3 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-4 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=vote] .time-item-3 h5,.theme_style9 .activity-time-wrapper .time-box[data-val=vote] .time-item-4 h5{color:#bf9837}.theme_style9 .activity-time-wrapper .time-box .time-item{width:260px;margin-left:31px;height:auto;margin-top:26px}.theme_style9 .activity-time-wrapper .time-box .time-item h5{font-size:24px;letter-spacing:1px;color:#0b0b0b;line-height:1;margin-bottom:14px}.theme_style9 .activity-time-wrapper .time-box .time-item p{font-size:18px;color:#0b0b0b;line-height:1}.theme_style9 .activity-time-wrapper .time-box .time-arr{display:none}.theme_style9 .pingwei ul li{margin:0 10px 20px}.theme_style9 .award.true-award{margin:139px auto 0}.theme_style9 .award.true-award .award_container li{width:396px;height:443px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_c6968d0e.png);background-size:100%;position:relative;margin:0 19px 38px}.theme_style9 .award.true-award .award_container li .award_pic{width:254px;height:254px;margin:98px auto 0;position:relative;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_small_90542da1.png) 0 0 no-repeat;background-size:100%}.theme_style9 .award.true-award .award_container li .award_pic img{width:auto;height:182px;max-width:none;max-height:none;border-radius:37px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.theme_style9 .award.true-award .award_container li .award_level span{position:absolute;width:100%;font-size:24px;line-height:28px;height:56px;letter-spacing:0;color:#0b0b0b;top:28px;left:0;margin:0;padding:0;display:block;font-weight:bolder;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.theme_style9 .award.true-award .award_container li .award_level span strong{display:block;font-weight:bolder}.theme_style9 .award.true-award .award_container li .award_level p{position:absolute;font-size:18px;line-height:22px;height:66px;letter-spacing:0;color:#0b0b0b;width:100%;bottom:24px;left:0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.theme_style9 .award.true-award .award_container li .award_level p strong{display:block;font-weight:400}.theme_style9 .detail_bg{margin-bottom:139px;padding-bottom:143px}.theme_style9 .detail_bg .instruction-box{width:1282px;height:auto;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_repeat_c04cf9f2.png) 0 0 repeat-y;background-size:1282px 4619px;border:0;padding:0 115px;margin:0 auto;position:relative;box-sizing:border-box}.theme_style9 .detail_bg .instruction-box:after,.theme_style9 .detail_bg .instruction-box:before{display:block;content:"";width:1282px;position:absolute;left:0}.theme_style9 .detail_bg .instruction-box:before{height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_b_176ce5dc.png) 0 0 no-repeat;background-size:100%;top:-33px}.theme_style9 .detail_bg .instruction-box:after{height:143px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_a_2623cb85.png) 0 0 no-repeat;background-size:100%;bottom:-143px}.theme_style9 .detail_bg .instruction-box .instruction{width:100%}.theme_style9 .detail_bg .instruction-box .instruction h4{font-size:24px;line-height:64px;letter-spacing:1px;color:#0b0b0b;border-bottom:1px solid #0b0b0b;margin:20px 0 18px}.theme_style9 .detail_bg .instruction-box .instruction p{font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b}.theme_style9 .detail_bg .instruction-box .instruction>h4:first-child{margin-top:0}.theme_style9 .detail_bg .instruction-box .instruction.show-more{max-height:508px}.theme_style9 .detail_bg .instruction-box .toggle-btn-wrap{z-index:3;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:auto;height:auto;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:-91px}.theme_style9 .detail_bg .instruction-box .toggle-btn-wrap a{display:block;width:171px;height:48px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_aae56531.png) 0 0 no-repeat;background-size:100%;margin:0;padding:0;font-size:26px;line-height:48px;letter-spacing:1px;color:#0b0b0b;text-align:center}.theme_style9 .detail_bg .instruction-box .toggle-btn-wrap a:before{display:none}.theme_style9 .detail_bg .instruction-box .toggle-btn-wrap a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_h_2b4b0a9e.png) 0 0 no-repeat;background-size:100%;color:#fff}.theme_style9 .detail_container.result .article_list .activity_item{width:409px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_1_0c3afe6f.png) 0 0 no-repeat,url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_repeat_b6624e5e.png) 0 98px repeat-y;background-size:409px 98px,409px 81px;padding:12px 10px 110px 13px;border:none;border-radius:none;margin:14px}.theme_style9 .detail_container.result .article_list .activity_item .pic_info{width:409px;height:110px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_info_9d113960.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;bottom:0;padding:0 38px 42px}.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info{width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name{margin:0}.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name span{font-size:22px;letter-spacing:1px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5;width:190px}.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap{width:82px;height:38px}.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn,.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{width:100%;height:100%;border-radius:0;position:relative;left:auto;right:auto;bottom:auto;top:auto;margin:0;padding:0;display:block;font-size:24px;line-height:38px;letter-spacing:1px;color:#fff}.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn{background-color:#bf9837}.theme_style9 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{background-color:#a9a9a9;color:#1d1f21}.theme_style9 .detail_container.result .article_list .activity_item .share_btn{top:12px;right:10px}.theme_style9 .detail_container.result .article_list .activity_item .grid_img{border-radius:0}.theme_style9 .detail_container.result .reward_rank .reward_title{padding:0 14px;margin-bottom:0}.theme_style9 .detail_container.result .reward_rank .reward_title span strong{font-size:24px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#0b0b0b;line-height:42px}.theme_style9 .detail_container.result .reward_rank .reward_title .trophy{width:43px;height:42px;margin-right:10px}.theme_style9 .detail_container.result .reward_rank:nth-child(2) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_1_4186d6e6.png) 0 0 no-repeat;background-size:100%}.theme_style9 .detail_container.result .reward_rank:nth-child(3) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_2_3fbb6921.png) 0 0 no-repeat;background-size:100%}.theme_style9 .detail_container.result .reward_rank:nth-child(4) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_3_1dcc5f26.png) 0 0 no-repeat;background-size:100%}.theme_style9 .activity-work{margin-top:139px}.theme_style9 .activity-work .grid_pic_item{width:407px;background:none;border:none;padding-top:28px;margin:15px}.theme_style9 .activity-work .grid_pic_item:before{display:block;content:"";width:100%;height:28px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_top_07a93acd.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;top:0}.theme_style9 .activity-work .grid_pic_item .grid_img{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_repeat_2f1842f0.png) 0 0 repeat-y;background-size:407px 185px;padding:0 7px;box-sizing:border-box;border-radius:0;overflow:initial}.theme_style9 .activity-work .grid_pic_item .grid_img img{margin-top:-20px}.theme_style9 .activity-work .grid_pic_item .grid_img .icon{display:none}.theme_style9 .activity-work .grid_pic_item .pic_info{height:127px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_info_847e5d6a.png) 0 0 no-repeat;background-size:100%;padding:0}.theme_style9 .activity-work .grid_pic_item .pic_info .txt_info{height:104px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 26px;box-sizing:border-box}.theme_style9 .activity-work .grid_pic_item .pic_info .txt_info .pic_name{font-size:26px;line-height:34px;letter-spacing:0;color:#fff;margin-bottom:10px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme_style9 .activity-work .grid_pic_item .pic_info .txt_info .author_name span{font-size:18px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.theme_style9 .activity-work .grid_pic_item .pic_info .hot_level{bottom:40px;right:35px}.theme_style9 .activity-work .grid_pic_item .pic_info .hot_level em{width:16px;height:24px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-right:10px}.theme_style9 .activity-work .grid_pic_item .pic_info .hot_level em:before{font-size:18px;color:#fff;margin-top:0;width:16px;height:18px;margin-bottom:4px}.theme_style9 .activity-work .grid_pic_item .pic_info .hot_level span{color:#fff!important;font-size:18px;line-height:24px}.theme_style9 .activity-work .activity_search select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_select_4509d5a6.png) 0 0 no-repeat;background-size:100%;width:173px;height:55px;border-radius:0;border:none;line-height:55px;padding:0 27px;font-size:22px;font-weight:400;color:#bf9837}.theme_style9 .activity-work .activity_search select::-ms-expand{color:#bf9837;font-size:0;padding:0 2px;border:none;background:none;font-weight:bolder;display:none}.theme_style9 .activity-work .search_inp{width:360px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;font-size:0}.theme_style9 .activity-work .search_inp input{border:1px solid #bf9837;margin-top:4px;height:47px;width:270px;background:#fff;text-indent:0;padding:0 30px 0 15px;font-size:18px;line-height:47px}.theme_style9 .activity-work .search_inp input::-webkit-input-placeholder{color:#9a9a99;font-size:18px}.theme_style9 .activity-work .search_inp input:-moz-placeholder,.theme_style9 .activity-work .search_inp input::-moz-placeholder{color:#9a9a99;font-size:18px}.theme_style9 .activity-work .search_inp input:-ms-input-placeholder{color:#9a9a99;font-size:18px}.theme_style9 .activity-work .search_inp .acti_search_btn{width:92px;height:55px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_search_d65deaf4.jpg) 0 0 no-repeat;background-size:100%}.theme_style9 .activity-work .search_inp .clear_all{right:96px}.theme_style9 .activity-work .search_type a.cur{color:#bf9837}.theme_style10.container_new .detail_container{width:1350px}.theme_style10 .banner-header{padding-bottom:3.2%;margin-bottom:0}.theme_style10 .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_wave_4820f1be.png) 0 0 no-repeat;background-size:100% auto;width:100%;height:auto;position:absolute;bottom:0;left:auto;margin-left:0}.theme_style10 .banner-header .wave:before{content:"";display:block;padding-top:10%}.theme_style10 .banner-header img{display:block}.theme_style10 .subtit,.theme_style10.container_new .detail_container h4,.theme_style10.container_new .rule h4{font-size:0;width:371px;height:76px}.theme_style10 .activity_bar a{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_6bf699ee.png) right 0 no-repeat;background-size:100%}.theme_style10 .activity_bar a span{height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#272319;padding:0;text-align:center}.theme_style10 .activity_bar a.active,.theme_style10 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_eb3495b0.png) right 0 no-repeat}.theme_style10 .activity_bar a.active span,.theme_style10 .activity_bar a:hover span{color:#faf9ef}.theme_style10 .activity_bar a.contribute_btn_side{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_eb3495b0.png) right 0 no-repeat;background-size:100%;position:relative;top:auto;right:auto}.theme_style10 .activity_bar a.contribute_btn_side span{font-size:0}.theme_style10 .activity_bar a.contribute_btn_side:before{display:block;content:"我要投稿";width:100%;height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#faf9ef;text-align:center;position:absolute;left:0;top:0}.theme_style10 .activity_bar a.J-person-tips{position:relative}.theme_style10 .activity_bar a.J-person-tips:before{left:-80px;top:-60px}.theme_style10 .activity_bg{padding-bottom:80px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_big_92a20911.jpg) center 0 no-repeat,#fbf2eb;background-size:100% auto;overflow:hidden;position:relative;margin-top:-1px}.theme_style10 .activity_bg .activity-detail .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_intro_99ed0d19.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity_bg .activity-otheractivity .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_link_f32d2c5b.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity_bg .activity-time .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_time_e9f77b2b.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity_bg .award h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_reward_66038ee0.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity_bg .pingwei h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_jury_8b57b6b7.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity_bg .rule h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_rule_16cf9ba7.png) 0 0 no-repeat;background-size:100%;margin-bottom:79px}.theme_style10 .activity_bg .activity-work h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_article_a4cd95c2.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity_bg .result h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_result_5b90c1d1.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity_bg .join_activity_btn{width:354px;height:92px}.theme_style10 .activity_bg .join_activity_btn,.theme_style10 .activity_bg .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_upload_984c95bf.png) no-repeat;background-size:100%}.theme_style10 .activity_bg .join_activity_btn:hover{opacity:.8}.theme_style10 .activity-detail{width:1282px;margin:60px auto 139px}.theme_style10 .activity-detail .activity-box{width:1282px;height:235px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_intro_ca0abe8a.png) 0 0 no-repeat;background-size:100%;font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b;padding:0 80px}.theme_style10 .activity-detail .activity-box .activity-state{display:none}.theme_style10 .activity-otheractivity{margin-bottom:139px}.theme_style10 .activity-otheractivity a{margin:0 12px}.theme_style10 .activity-time-wrapper{width:1282px}.theme_style10 .activity-time-wrapper .time-box{width:100%;height:235px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_bc11f5a7.png) 0 0 no-repeat;background-size:100%;position:relative;padding-top:104px;padding-left:44px;box-sizing:border-box;margin-bottom:139px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.theme_style10 .activity-time-wrapper .time-box:before{display:block;content:"";width:1170px;height:43px;position:absolute;top:61px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.theme_style10 .activity-time-wrapper .time-box[data-val=coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_0_9d408bae.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity-time-wrapper .time-box[data-val=contribute]:before,.theme_style10 .activity-time-wrapper .time-box[data-val=filtering_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_1_30c5d177.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity-time-wrapper .time-box[data-val=contribute] .time-item-1 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=filtering_again] .time-item-1 h5{color:#911a28}.theme_style10 .activity-time-wrapper .time-box[data-val=vote]:before,.theme_style10 .activity-time-wrapper .time-box[data-val=vote_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_2_5541a258.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-1 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-2 h5{color:#911a28}.theme_style10 .activity-time-wrapper .time-box[data-val=stats]:before,.theme_style10 .activity-time-wrapper .time-box[data-val=stats_coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_3_18e11a36.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity-time-wrapper .time-box[data-val=stats] .time-item-1 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=stats] .time-item-2 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=stats] .time-item-3 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-1 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-2 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-3 h5{color:#911a28}.theme_style10 .activity-time-wrapper .time-box[data-val=publish_reward]:before,.theme_style10 .activity-time-wrapper .time-box[data-val=vote]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_4_573bcf4f.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-1 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-2 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-3 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-4 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=vote] .time-item-3 h5,.theme_style10 .activity-time-wrapper .time-box[data-val=vote] .time-item-4 h5{color:#911a28}.theme_style10 .activity-time-wrapper .time-box .time-item{width:260px;margin-left:31px;height:auto;margin-top:26px}.theme_style10 .activity-time-wrapper .time-box .time-item h5{font-size:24px;letter-spacing:1px;color:#0b0b0b;line-height:1;margin-bottom:14px}.theme_style10 .activity-time-wrapper .time-box .time-item p{font-size:18px;color:#0b0b0b;line-height:1}.theme_style10 .activity-time-wrapper .time-box .time-arr{display:none}.theme_style10 .pingwei ul li{margin:0 10px 20px}.theme_style10 .award.true-award{margin:139px auto 0}.theme_style10 .award.true-award .award_container li{width:396px;height:443px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_500910b7.png);background-size:100%;position:relative;margin:0 19px 38px}.theme_style10 .award.true-award .award_container li .award_pic{width:254px;height:254px;margin:98px auto 0;position:relative;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_small_90542da1.png) 0 0 no-repeat;background-size:100%}.theme_style10 .award.true-award .award_container li .award_pic img{width:auto;height:182px;max-width:none;max-height:none;border-radius:37px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.theme_style10 .award.true-award .award_container li .award_level span{position:absolute;width:100%;font-size:24px;line-height:28px;height:56px;letter-spacing:0;color:#0b0b0b;top:28px;left:0;margin:0;padding:0;display:block;font-weight:bolder;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.theme_style10 .award.true-award .award_container li .award_level span strong{display:block;font-weight:bolder}.theme_style10 .award.true-award .award_container li .award_level p{position:absolute;font-size:18px;line-height:22px;height:66px;letter-spacing:0;color:#0b0b0b;width:100%;bottom:24px;left:0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.theme_style10 .award.true-award .award_container li .award_level p strong{display:block;font-weight:400}.theme_style10 .detail_bg{margin-bottom:139px;padding-bottom:143px}.theme_style10 .detail_bg .instruction-box{width:1282px;height:auto;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_repeat_eb250a6e.png) 0 0 repeat-y;background-size:1282px 4619px;border:0;padding:0 115px;margin:0 auto;position:relative;box-sizing:border-box}.theme_style10 .detail_bg .instruction-box:after,.theme_style10 .detail_bg .instruction-box:before{display:block;content:"";width:1282px;position:absolute;left:0}.theme_style10 .detail_bg .instruction-box:before{height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_b_d750be25.png) 0 0 no-repeat;background-size:100%;top:-33px}.theme_style10 .detail_bg .instruction-box:after{height:143px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_a_980db054.png) 0 0 no-repeat;background-size:100%;bottom:-143px}.theme_style10 .detail_bg .instruction-box .instruction{width:100%}.theme_style10 .detail_bg .instruction-box .instruction h4{font-size:24px;line-height:64px;letter-spacing:1px;color:#0b0b0b;border-bottom:1px solid #0b0b0b;margin:20px 0 18px}.theme_style10 .detail_bg .instruction-box .instruction p{font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b}.theme_style10 .detail_bg .instruction-box .instruction>h4:first-child{margin-top:0}.theme_style10 .detail_bg .instruction-box .instruction.show-more{max-height:508px}.theme_style10 .detail_bg .instruction-box .toggle-btn-wrap{z-index:3;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:auto;height:auto;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:-91px}.theme_style10 .detail_bg .instruction-box .toggle-btn-wrap a{display:block;width:171px;height:48px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_aae56531.png) 0 0 no-repeat;background-size:100%;margin:0;padding:0;font-size:26px;line-height:48px;letter-spacing:1px;color:#0b0b0b;text-align:center}.theme_style10 .detail_bg .instruction-box .toggle-btn-wrap a:before{display:none}.theme_style10 .detail_bg .instruction-box .toggle-btn-wrap a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_h_69e3fea4.png) 0 0 no-repeat;background-size:100%;color:#fff}.theme_style10 .detail_container.result .article_list .activity_item{width:409px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_1_0c3afe6f.png) 0 0 no-repeat,url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_repeat_b6624e5e.png) 0 98px repeat-y;background-size:409px 98px,409px 81px;padding:12px 10px 110px 13px;border:none;border-radius:none;margin:14px}.theme_style10 .detail_container.result .article_list .activity_item .pic_info{width:409px;height:110px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_info_9d113960.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;bottom:0;padding:0 38px 42px}.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info{width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name{margin:0}.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name span{font-size:22px;letter-spacing:1px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5;width:190px}.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap{width:82px;height:38px}.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn,.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{width:100%;height:100%;border-radius:0;position:relative;left:auto;right:auto;bottom:auto;top:auto;margin:0;padding:0;display:block;font-size:24px;line-height:38px;letter-spacing:1px;color:#fff}.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn{background-color:#911a28}.theme_style10 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{background-color:#a9a9a9;color:#1d1f21}.theme_style10 .detail_container.result .article_list .activity_item .share_btn{top:12px;right:10px}.theme_style10 .detail_container.result .article_list .activity_item .grid_img{border-radius:0}.theme_style10 .detail_container.result .reward_rank .reward_title{padding:0 14px;margin-bottom:0}.theme_style10 .detail_container.result .reward_rank .reward_title span strong{font-size:24px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#0b0b0b;line-height:42px}.theme_style10 .detail_container.result .reward_rank .reward_title .trophy{width:43px;height:42px;margin-right:10px}.theme_style10 .detail_container.result .reward_rank:nth-child(2) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_1_4186d6e6.png) 0 0 no-repeat;background-size:100%}.theme_style10 .detail_container.result .reward_rank:nth-child(3) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_2_3fbb6921.png) 0 0 no-repeat;background-size:100%}.theme_style10 .detail_container.result .reward_rank:nth-child(4) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_3_1dcc5f26.png) 0 0 no-repeat;background-size:100%}.theme_style10 .activity-work{margin-top:139px}.theme_style10 .activity-work .grid_pic_item{width:407px;background:none;border:none;padding-top:28px;margin:15px}.theme_style10 .activity-work .grid_pic_item:before{display:block;content:"";width:100%;height:28px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_top_07a93acd.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;top:0}.theme_style10 .activity-work .grid_pic_item .grid_img{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_repeat_2f1842f0.png) 0 0 repeat-y;background-size:407px 185px;padding:0 7px;box-sizing:border-box;border-radius:0;overflow:initial}.theme_style10 .activity-work .grid_pic_item .grid_img img{margin-top:-20px}.theme_style10 .activity-work .grid_pic_item .grid_img .icon{display:none}.theme_style10 .activity-work .grid_pic_item .pic_info{height:127px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_info_5af2c8cf.png) 0 0 no-repeat;background-size:100%;padding:0}.theme_style10 .activity-work .grid_pic_item .pic_info .txt_info{height:104px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 26px;box-sizing:border-box}.theme_style10 .activity-work .grid_pic_item .pic_info .txt_info .pic_name{font-size:26px;line-height:34px;letter-spacing:0;color:#fff;margin-bottom:10px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme_style10 .activity-work .grid_pic_item .pic_info .txt_info .author_name span{font-size:18px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.theme_style10 .activity-work .grid_pic_item .pic_info .hot_level{bottom:40px;right:35px}.theme_style10 .activity-work .grid_pic_item .pic_info .hot_level em{width:16px;height:24px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-right:10px}.theme_style10 .activity-work .grid_pic_item .pic_info .hot_level em:before{font-size:18px;color:#fff;margin-top:0;width:16px;height:18px;margin-bottom:4px}.theme_style10 .activity-work .grid_pic_item .pic_info .hot_level span{color:#fff!important;font-size:18px;line-height:24px}.theme_style10 .activity-work .activity_search select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_select_912f9647.png) 0 0 no-repeat;background-size:100%;width:173px;height:55px;border-radius:0;border:none;line-height:55px;padding:0 27px;font-size:22px;font-weight:400;color:#fff}.theme_style10 .activity-work .activity_search option{color:#911a28}.theme_style10 .activity-work .activity_search select::-ms-expand{color:#911a28;font-size:0;padding:0 2px;border:none;background:none;font-weight:bolder;display:none}.theme_style10 .activity-work .search_inp{width:360px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;font-size:0}.theme_style10 .activity-work .search_inp input{border:1px solid #bf9837;margin-top:4px;height:47px;width:270px;background:#fff;text-indent:0;padding:0 30px 0 15px;font-size:18px;line-height:47px}.theme_style10 .activity-work .search_inp input::-webkit-input-placeholder{color:#9a9a99;font-size:18px}.theme_style10 .activity-work .search_inp input:-moz-placeholder,.theme_style10 .activity-work .search_inp input::-moz-placeholder{color:#9a9a99;font-size:18px}.theme_style10 .activity-work .search_inp input:-ms-input-placeholder{color:#9a9a99;font-size:18px}.theme_style10 .activity-work .search_inp .acti_search_btn{width:92px;height:55px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_search_41dc047e.jpg) 0 0 no-repeat;background-size:100%}.theme_style10 .activity-work .search_inp .clear_all{right:96px}.theme_style10 .activity-work .search_type a.cur{color:#bf9837}.theme_style11.container_new .detail_container{width:1350px}.theme_style11 .banner-header{padding-bottom:3.2%;margin-bottom:0}.theme_style11 .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_wave_5d3ee901.png) 0 0 no-repeat;background-size:100% auto;width:100%;height:auto;position:absolute;bottom:0;left:auto;margin-left:0}.theme_style11 .banner-header .wave:before{content:"";display:block;padding-top:10%}.theme_style11 .banner-header img{display:block}.theme_style11 .subtit,.theme_style11.container_new .detail_container h4,.theme_style11.container_new .rule h4{font-size:0;width:391px;height:82px}.theme_style11 .activity_bar a{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_1caa4c07.png) right 0 no-repeat;background-size:100%}.theme_style11 .activity_bar a span{height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#272319;padding:0;text-align:center}.theme_style11 .activity_bar a.active,.theme_style11 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_35277e5c.png) right 0 no-repeat}.theme_style11 .activity_bar a.active span,.theme_style11 .activity_bar a:hover span{color:#faf9ef}.theme_style11 .activity_bar a.contribute_btn_side{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_35277e5c.png) right 0 no-repeat;background-size:100%;position:relative;top:auto;right:auto}.theme_style11 .activity_bar a.contribute_btn_side span{font-size:0}.theme_style11 .activity_bar a.contribute_btn_side:before{display:block;content:"我要投稿";width:100%;height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#faf9ef;text-align:center;position:absolute;left:0;top:0}.theme_style11 .activity_bar a.J-person-tips{position:relative}.theme_style11 .activity_bar a.J-person-tips:before{left:-80px;top:-60px}.theme_style11 .activity_bg{padding-bottom:80px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_big_664e1211.jpg) center 0 no-repeat,#f0f9ef;background-size:100% auto;overflow:hidden;position:relative;margin-top:-1px}.theme_style11 .activity_bg .activity-detail .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_intro_3b4a965f.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity_bg .activity-otheractivity .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_link_91ab87b7.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity_bg .activity-time .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_time_5564ff26.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity_bg .award h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_reward_02c9d724.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity_bg .pingwei h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_jury_c58b9a18.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity_bg .rule h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_rule_1dd6d992.png) 0 0 no-repeat;background-size:100%;margin-bottom:79px}.theme_style11 .activity_bg .activity-work h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_article_05979767.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity_bg .result h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_result_8f968100.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity_bg .join_activity_btn{width:354px;height:92px}.theme_style11 .activity_bg .join_activity_btn,.theme_style11 .activity_bg .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_upload_0900fc99.png) no-repeat;background-size:100%}.theme_style11 .activity_bg .join_activity_btn:hover{opacity:.8}.theme_style11 .activity-detail{width:1282px;margin:60px auto 139px}.theme_style11 .activity-detail .activity-box{width:1282px;height:135px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_intro_21553662.png) 0 0 no-repeat;background-size:100%;font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b;padding:0 80px}.theme_style11 .activity-detail .activity-box .activity-state{display:none}.theme_style11 .activity-otheractivity{margin-bottom:139px}.theme_style11 .activity-otheractivity a{margin:0 12px}.theme_style11 .activity-time-wrapper{width:1282px}.theme_style11 .activity-time-wrapper .time-box{width:100%;height:235px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_6d3f0648.png) 0 0 no-repeat;background-size:100%;position:relative;padding-top:104px;padding-left:1px;box-sizing:border-box;margin-bottom:139px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.theme_style11 .activity-time-wrapper .time-box:before{display:block;content:"";width:1169px;height:43px;position:absolute;top:61px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.theme_style11 .activity-time-wrapper .time-box[data-val=coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_0_36ab9dc3.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity-time-wrapper .time-box[data-val=contribute]:before,.theme_style11 .activity-time-wrapper .time-box[data-val=filtering_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_1_9475833d.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity-time-wrapper .time-box[data-val=contribute] .time-item-1 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=filtering_again] .time-item-1 h5{color:#304d46}.theme_style11 .activity-time-wrapper .time-box[data-val=vote]:before,.theme_style11 .activity-time-wrapper .time-box[data-val=vote_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_2_853b0ae6.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-1 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-2 h5{color:#304d46}.theme_style11 .activity-time-wrapper .time-box[data-val=stats]:before,.theme_style11 .activity-time-wrapper .time-box[data-val=stats_coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_3_5443b0de.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity-time-wrapper .time-box[data-val=stats] .time-item-1 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=stats] .time-item-2 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=stats] .time-item-3 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-1 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-2 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-3 h5{color:#304d46}.theme_style11 .activity-time-wrapper .time-box[data-val=publish_reward]:before,.theme_style11 .activity-time-wrapper .time-box[data-val=vote]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_4_ab77454e.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-1 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-2 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-3 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-4 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=vote] .time-item-3 h5,.theme_style11 .activity-time-wrapper .time-box[data-val=vote] .time-item-4 h5{color:#304d46}.theme_style11 .activity-time-wrapper .time-box .time-item{width:290px;margin-left:102px;height:auto;margin-top:26px}.theme_style11 .activity-time-wrapper .time-box .time-item h5{font-size:24px;letter-spacing:1px;color:#0b0b0b;line-height:1;margin-bottom:14px}.theme_style11 .activity-time-wrapper .time-box .time-item p{font-size:18px;color:#0b0b0b;line-height:1}.theme_style11 .activity-time-wrapper .time-box .time-arr{display:none}.theme_style11 .pingwei ul li{margin:0 10px 20px}.theme_style11 .award.true-award{margin:139px auto 0;width:900px}.theme_style11 .award.true-award .award_container li{width:396px;height:443px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_d4e608bd.png);background-size:100%;position:relative;margin:0 19px 38px}.theme_style11 .award.true-award .award_container li .award_pic{width:254px;height:254px;margin:98px auto 0;position:relative;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_small_83984a8f.png) 0 0 no-repeat;background-size:100%}.theme_style11 .award.true-award .award_container li .award_pic img{width:auto;height:182px;max-width:none;max-height:none;border-radius:37px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.theme_style11 .award.true-award .award_container li .award_level span{position:absolute;width:100%;font-size:24px;line-height:28px;height:56px;letter-spacing:0;color:#0b0b0b;top:28px;left:0;margin:0;padding:0;display:block;font-weight:bolder;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.theme_style11 .award.true-award .award_container li .award_level span strong{display:block;font-weight:bolder}.theme_style11 .award.true-award .award_container li .award_level p{position:absolute;font-size:18px;line-height:22px;height:66px;letter-spacing:0;color:#0b0b0b;width:100%;bottom:24px;left:0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.theme_style11 .award.true-award .award_container li .award_level p strong{display:block;font-weight:400}.theme_style11 .detail_bg{margin-bottom:139px;padding-bottom:143px}.theme_style11 .detail_bg .instruction-box{width:1282px;height:auto;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_repeat_7bb2fb6d.png) 0 0 repeat-y;background-size:1282px 4619px;border:0;padding:0 115px;margin:0 auto;position:relative;box-sizing:border-box}.theme_style11 .detail_bg .instruction-box:after,.theme_style11 .detail_bg .instruction-box:before{display:block;content:"";width:1282px;position:absolute;left:0}.theme_style11 .detail_bg .instruction-box:before{height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_b_6aa68bcc.png) 0 0 no-repeat;background-size:100%;top:-33px}.theme_style11 .detail_bg .instruction-box:after{height:143px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_a_fb2182b6.png) 0 0 no-repeat;background-size:100%;bottom:-143px}.theme_style11 .detail_bg .instruction-box .instruction{width:100%}.theme_style11 .detail_bg .instruction-box .instruction h4{font-size:24px;line-height:64px;letter-spacing:1px;color:#0b0b0b;border-bottom:1px solid #0b0b0b;margin:20px 0 18px}.theme_style11 .detail_bg .instruction-box .instruction p{font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b}.theme_style11 .detail_bg .instruction-box .instruction>h4:first-child{margin-top:0}.theme_style11 .detail_bg .instruction-box .instruction.show-more{max-height:508px}.theme_style11 .detail_bg .instruction-box .toggle-btn-wrap{z-index:3;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:auto;height:auto;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:-91px}.theme_style11 .detail_bg .instruction-box .toggle-btn-wrap a{display:block;width:171px;height:48px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_aae56531.png) 0 0 no-repeat;background-size:100%;margin:0;padding:0;font-size:26px;line-height:48px;letter-spacing:1px;color:#0b0b0b;text-align:center}.theme_style11 .detail_bg .instruction-box .toggle-btn-wrap a:before{display:none}.theme_style11 .detail_bg .instruction-box .toggle-btn-wrap a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_h_5c93a9dd.png) 0 0 no-repeat;background-size:100%;color:#fff}.theme_style11 .detail_container.result .article_list .activity_item{width:409px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_1_0c3afe6f.png) 0 0 no-repeat,url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_repeat_b6624e5e.png) 0 98px repeat-y;background-size:409px 98px,409px 81px;padding:12px 10px 110px 13px;border:none;border-radius:none;margin:14px}.theme_style11 .detail_container.result .article_list .activity_item .pic_info{width:409px;height:110px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_info_9d113960.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;bottom:0;padding:0 38px 42px}.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info{width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name{margin:0}.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name span{font-size:22px;letter-spacing:1px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5;width:190px}.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap{width:82px;height:38px}.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn,.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{width:100%;height:100%;border-radius:0;position:relative;left:auto;right:auto;bottom:auto;top:auto;margin:0;padding:0;display:block;font-size:24px;line-height:38px;letter-spacing:1px;color:#fff}.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn{background-color:#304d46}.theme_style11 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{background-color:#a9a9a9;color:#1d1f21}.theme_style11 .detail_container.result .article_list .activity_item .share_btn{top:12px;right:10px}.theme_style11 .detail_container.result .article_list .activity_item .grid_img{border-radius:0}.theme_style11 .detail_container.result .reward_rank .reward_title{padding:0 14px;margin-bottom:0}.theme_style11 .detail_container.result .reward_rank .reward_title span strong{font-size:24px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#0b0b0b;line-height:42px}.theme_style11 .detail_container.result .reward_rank .reward_title .trophy{width:43px;height:42px;margin-right:10px}.theme_style11 .detail_container.result .reward_rank:nth-child(2) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_1_4186d6e6.png) 0 0 no-repeat;background-size:100%}.theme_style11 .detail_container.result .reward_rank:nth-child(3) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_2_3fbb6921.png) 0 0 no-repeat;background-size:100%}.theme_style11 .detail_container.result .reward_rank:nth-child(4) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_3_1dcc5f26.png) 0 0 no-repeat;background-size:100%}.theme_style11 .activity-work{margin-top:139px}.theme_style11 .activity-work .grid_pic_item{width:407px;background:none;border:none;padding-top:28px;margin:15px}.theme_style11 .activity-work .grid_pic_item:before{display:block;content:"";width:100%;height:28px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_top_07a93acd.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;top:0}.theme_style11 .activity-work .grid_pic_item .grid_img{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_repeat_69b88642.png) 0 0 repeat-y;background-size:407px 185px;padding:0 7px;box-sizing:border-box;border-radius:0;overflow:initial}.theme_style11 .activity-work .grid_pic_item .grid_img img{margin-top:-20px}.theme_style11 .activity-work .grid_pic_item .grid_img .icon{display:none}.theme_style11 .activity-work .grid_pic_item .pic_info{height:127px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_info_116dd346.png) 0 0 no-repeat;background-size:100%;padding:0}.theme_style11 .activity-work .grid_pic_item .pic_info .txt_info{height:104px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 26px;box-sizing:border-box}.theme_style11 .activity-work .grid_pic_item .pic_info .txt_info .pic_name{font-size:26px;line-height:34px;letter-spacing:0;color:#fff;margin-bottom:10px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme_style11 .activity-work .grid_pic_item .pic_info .txt_info .author_name span{font-size:18px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.theme_style11 .activity-work .grid_pic_item .pic_info .hot_level{bottom:40px;right:35px}.theme_style11 .activity-work .grid_pic_item .pic_info .hot_level em{width:16px;height:24px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-right:10px}.theme_style11 .activity-work .grid_pic_item .pic_info .hot_level em:before{font-size:18px;color:#fff;margin-top:0;width:16px;height:18px;margin-bottom:4px}.theme_style11 .activity-work .grid_pic_item .pic_info .hot_level span{color:#fff!important;font-size:18px;line-height:24px}.theme_style11 .activity-work .activity_search select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_select_44f04f13.png) 0 0 no-repeat;background-size:100%;width:173px;height:55px;border-radius:0;border:none;line-height:55px;padding:0 27px;font-size:22px;font-weight:400;color:#fff}.theme_style11 .activity-work .activity_search option{color:#304d46}.theme_style11 .activity-work .activity_search select::-ms-expand{color:#304d46;font-size:0;padding:0 2px;border:none;background:none;font-weight:bolder;display:none}.theme_style11 .activity-work .search_inp{width:360px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;font-size:0}.theme_style11 .activity-work .search_inp input{border:1px solid #bf9837;margin-top:4px;height:47px;width:270px;background:#fff;text-indent:0;padding:0 30px 0 15px;font-size:18px;line-height:47px}.theme_style11 .activity-work .search_inp input::-webkit-input-placeholder{color:#9a9a99;font-size:18px}.theme_style11 .activity-work .search_inp input:-moz-placeholder,.theme_style11 .activity-work .search_inp input::-moz-placeholder{color:#9a9a99;font-size:18px}.theme_style11 .activity-work .search_inp input:-ms-input-placeholder{color:#9a9a99;font-size:18px}.theme_style11 .activity-work .search_inp .acti_search_btn{width:92px;height:55px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_search_d5ad236e.jpg) 0 0 no-repeat;background-size:100%}.theme_style11 .activity-work .search_inp .clear_all{right:96px}.theme_style11 .activity-work .search_type a.cur{color:#bf9837}.theme_style12.container_new .detail_container{width:1350px}.theme_style12 .banner-header{padding-bottom:3.2%;margin-bottom:0}.theme_style12 .banner-header .wave{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_wave_0ee2acab.png) 50% no-repeat;background-size:cover;width:100%;height:auto;position:absolute;bottom:0;left:auto;margin-left:0}.theme_style12 .banner-header .wave:before{content:"";display:block;padding-top:15%}.theme_style12 .banner-header img{display:block}.theme_style12 .subtit,.theme_style12.container_new .detail_container h4,.theme_style12.container_new .rule h4{font-size:0;width:371px;height:90px}.theme_style12 .activity_bar{right:10px}.theme_style12 .activity_bar a{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_f1287b47.png) right 0 no-repeat;background-size:100%}.theme_style12 .activity_bar a.btn-gyjh{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-gyjh_2ca87132.png) right 0 no-repeat;background-size:100%;font-size:0}.theme_style12 .activity_bar a.btn-gyjh span{font-size:0}.theme_style12 .activity_bar a.btn-gyjh:hover{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-gyjh-h_8903da21.png) right 0 no-repeat;background-size:100%;font-size:0}.theme_style12 .activity_bar a.btn-szcp{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-szcp_11cadcd4.png) right 0 no-repeat;background-size:100%;font-size:0}.theme_style12 .activity_bar a.btn-szcp span{font-size:0}.theme_style12 .activity_bar a.btn-szcp:hover{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-szcp-h_569a07e0.png) right 0 no-repeat;background-size:100%;font-size:0}.theme_style12 .activity_bar a span{height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#272319;padding:0;text-align:center;text-indent:22px}.theme_style12 .activity_bar a.active,.theme_style12 .activity_bar a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_ddbf5364.png) right 0 no-repeat}.theme_style12 .activity_bar a.active span,.theme_style12 .activity_bar a:hover span{color:#faf9ef;text-indent:22px}.theme_style12 .activity_bar a.contribute_btn_side{width:209px;height:62px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_nav_h_ddbf5364.png) right 0 no-repeat;background-size:100%;position:relative;top:auto;right:auto}.theme_style12 .activity_bar a.contribute_btn_side span{font-size:0}.theme_style12 .activity_bar a.contribute_btn_side:before{display:block;content:"我要投稿";width:100%;height:62px;line-height:62px;font-family:SourceHanSerifCN-Bold;font-size:28px;letter-spacing:0;color:#faf9ef;text-align:center;position:absolute;left:10px;top:0}.theme_style12 .activity_bar a.J-person-tips{position:relative}.theme_style12 .activity_bar a.J-person-tips:before{left:-80px;top:-60px}.theme_style12 .activity_bg{padding-bottom:80px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_big_89f2d173.jpg) center 0 no-repeat,#f0f9ef;background-size:100% auto;overflow:hidden;position:relative;margin-top:-1px}.theme_style12 .activity_bg .activity-detail .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_intro_0d206b05.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity_bg .activity-otheractivity .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_link_7fca8486.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity_bg .activity-time .subtit{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_time_1d9c042d.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity_bg .award h4{width:371px;height:118px;background-size:100%;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_reward_3ade6a43.png) 0 0 no-repeat}.theme_style12 .activity_bg .style1 h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_reward1_4006b7c8.png) 0 0 no-repeat}.theme_style12 .activity_bg .style2 h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_reward2_9c5ead7e.png) 0 0 no-repeat}.theme_style12 .activity_bg .pingwei h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_jury_bc95a097.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity_bg .rule h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_rule_0b4aec78.png) 0 0 no-repeat;background-size:100%;margin-bottom:79px}.theme_style12 .activity_bg .activity-work h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_article_669bb2ad.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity_bg .result h4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/subtit_result_954734db.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity_bg .join_activity_btn{width:354px;height:92px}.theme_style12 .activity_bg .join_activity_btn,.theme_style12 .activity_bg .join_activity_btn:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_upload_4900f884.png) no-repeat;background-size:100%}.theme_style12 .activity_bg .join_activity_btn:hover{opacity:.8}.theme_style12 .activity-detail{width:1282px;margin:60px auto 139px}.theme_style12 .activity-detail .activity-box{width:1282px;height:235px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_intro_ff0b0e0e.png) 0 0 no-repeat;background-size:100%;font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b;padding:0 80px}.theme_style12 .activity-detail .activity-box .activity-state{display:none}.theme_style12 .activity-otheractivity{margin-bottom:139px}.theme_style12 .activity-otheractivity a{margin:0 12px 10px}.theme_style12 .activity-time-wrapper{width:1282px}.theme_style12 .activity-time-wrapper .time-box{width:100%;height:235px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_f6fdde65.png) 0 0 no-repeat;background-size:100%;position:relative;padding-top:104px;padding-left:44px;box-sizing:border-box;margin-bottom:139px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.theme_style12 .activity-time-wrapper .time-box:before{display:block;content:"";width:1166px;height:43px;position:absolute;top:61px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.theme_style12 .activity-time-wrapper .time-box[data-val=coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_0_b6451a6c.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity-time-wrapper .time-box[data-val=contribute]:before,.theme_style12 .activity-time-wrapper .time-box[data-val=filtering_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_1_b5716613.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity-time-wrapper .time-box[data-val=contribute] .time-item-1 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=filtering_again] .time-item-1 h5{color:#bf9837}.theme_style12 .activity-time-wrapper .time-box[data-val=vote]:before,.theme_style12 .activity-time-wrapper .time-box[data-val=vote_again]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_2_45a98944.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-1 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=vote_again] .time-item-2 h5{color:#bf9837}.theme_style12 .activity-time-wrapper .time-box[data-val=stats]:before,.theme_style12 .activity-time-wrapper .time-box[data-val=stats_coming_soon]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_3_5c7d2453.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity-time-wrapper .time-box[data-val=stats] .time-item-1 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=stats] .time-item-2 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=stats] .time-item-3 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-1 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-2 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=stats_coming_soon] .time-item-3 h5{color:#bf9837}.theme_style12 .activity-time-wrapper .time-box[data-val=publish_reward]:before,.theme_style12 .activity-time-wrapper .time-box[data-val=vote]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_time_4_768990d9.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-1 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-2 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-3 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=publish_reward] .time-item-4 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=vote] .time-item-1 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=vote] .time-item-2 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=vote] .time-item-3 h5,.theme_style12 .activity-time-wrapper .time-box[data-val=vote] .time-item-4 h5{color:#bf9837}.theme_style12 .activity-time-wrapper .time-box .time-item{width:260px;margin-left:31px;height:auto;margin-top:26px}.theme_style12 .activity-time-wrapper .time-box .time-item h5{font-size:24px;letter-spacing:1px;color:#0b0b0b;line-height:1;margin-bottom:14px}.theme_style12 .activity-time-wrapper .time-box .time-item p{font-size:18px;color:#0b0b0b;line-height:1}.theme_style12 .activity-time-wrapper .time-box .time-arr{display:none}.theme_style12 .pingwei ul li{margin:0 10px 20px}.theme_style12 .award.true-award{margin:139px auto 0}.theme_style12 .award.true-award .award_container li{width:396px;height:443px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_c6968d0e.png);background-size:100%;position:relative;margin:0 19px 38px}.theme_style12 .award.true-award .award_container li .award_pic{width:254px;height:254px;margin:98px auto 0;position:relative;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_reward_item_small_90542da1.png) 0 0 no-repeat;background-size:100%}.theme_style12 .award.true-award .award_container li .award_pic img{width:auto;height:182px;max-width:none;max-height:none;border-radius:37px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.theme_style12 .award.true-award .award_container li .award_level span{position:absolute;width:100%;font-size:24px;line-height:28px;height:56px;letter-spacing:0;color:#0b0b0b;top:28px;left:0;margin:0;padding:0;display:block;font-weight:bolder;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.theme_style12 .award.true-award .award_container li .award_level span strong{display:block;font-weight:bolder}.theme_style12 .award.true-award .award_container li .award_level p{position:absolute;font-size:18px;line-height:22px;height:66px;letter-spacing:0;color:#0b0b0b;width:96%;margin:0 auto;bottom:24px;left:0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.theme_style12 .award.true-award .award_container li .award_level p strong{display:block;font-weight:400}.theme_style12 .detail_bg{margin-bottom:139px;padding-bottom:143px}.theme_style12 .detail_bg .instruction-box{width:1282px;height:auto;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_repeat_c04cf9f2.png) 0 0 repeat-y;background-size:1282px 4619px;border:0;padding:0 115px;margin:0 auto;position:relative;box-sizing:border-box}.theme_style12 .detail_bg .instruction-box:after,.theme_style12 .detail_bg .instruction-box:before{display:block;content:"";width:1282px;position:absolute;left:0}.theme_style12 .detail_bg .instruction-box:before{height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_b_176ce5dc.png) 0 0 no-repeat;background-size:100%;top:-33px}.theme_style12 .detail_bg .instruction-box:after{height:143px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rule_a_2623cb85.png) 0 0 no-repeat;background-size:100%;bottom:-143px}.theme_style12 .detail_bg .instruction-box .instruction{width:100%}.theme_style12 .detail_bg .instruction-box .instruction h4{font-size:24px;line-height:64px;letter-spacing:1px;color:#0b0b0b;border-bottom:1px solid #0b0b0b;margin:20px 0 18px}.theme_style12 .detail_bg .instruction-box .instruction p{font-size:18px;line-height:27px;letter-spacing:1px;color:#0b0b0b}.theme_style12 .detail_bg .instruction-box .instruction>h4:first-child{margin-top:0}.theme_style12 .detail_bg .instruction-box .instruction.show-more{max-height:508px}.theme_style12 .detail_bg .instruction-box .toggle-btn-wrap{z-index:3;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:auto;height:auto;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:-91px}.theme_style12 .detail_bg .instruction-box .toggle-btn-wrap a{display:block;width:171px;height:48px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_aae56531.png) 0 0 no-repeat;background-size:100%;margin:0;padding:0;font-size:26px;line-height:48px;letter-spacing:1px;color:#0b0b0b;text-align:center}.theme_style12 .detail_bg .instruction-box .toggle-btn-wrap a:before{display:none}.theme_style12 .detail_bg .instruction-box .toggle-btn-wrap a:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_rule_ctrl_h_2b4b0a9e.png) 0 0 no-repeat;background-size:100%;color:#fff}.theme_style12 .detail_container.result .article_list .activity_item{width:409px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_1_0c3afe6f.png) 0 0 no-repeat,url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_repeat_b6624e5e.png) 0 98px repeat-y;background-size:409px 98px,409px 81px;padding:12px 10px 110px 13px;border:none;border-radius:none;margin:14px}.theme_style12 .detail_container.result .article_list .activity_item .pic_info{width:409px;height:110px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_result_info_9d113960.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;bottom:0;padding:0 38px 42px}.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info{width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name{margin:0}.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info .author_name span{font-size:22px;letter-spacing:1px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5;width:190px}.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap{width:82px;height:38px}.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn,.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{width:100%;height:100%;border-radius:0;position:relative;left:auto;right:auto;bottom:auto;top:auto;margin:0;padding:0;display:block;font-size:24px;line-height:38px;letter-spacing:1px;color:#fff}.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .follow_btn{background-color:#bf9837}.theme_style12 .detail_container.result .article_list .activity_item .pic_info .txt_info .follow-wrap .followed_btn{background-color:#a9a9a9;color:#1d1f21}.theme_style12 .detail_container.result .article_list .activity_item .share_btn{top:12px;right:10px}.theme_style12 .detail_container.result .article_list .activity_item .grid_img{border-radius:0}.theme_style12 .detail_container.result .reward_rank .reward_title{padding:0 14px;margin-bottom:0}.theme_style12 .detail_container.result .reward_rank .reward_title span strong{font-size:24px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#0b0b0b;line-height:42px}.theme_style12 .detail_container.result .reward_rank .reward_title .trophy{width:43px;height:42px;margin-right:10px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_3_1dcc5f26.png) 0 0 no-repeat;background-size:100%}.theme_style12 .detail_container.result .reward_rank:first-of-type .trophy,.theme_style12 .detail_container.result .reward_rank:nth-of-type(7) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_1_4186d6e6.png) 0 0 no-repeat;background-size:100%}.theme_style12 .detail_container.result .reward_rank:nth-of-type(2) .trophy,.theme_style12 .detail_container.result .reward_rank:nth-of-type(8) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_2_3fbb6921.png) 0 0 no-repeat;background-size:100%}.theme_style12 .detail_container.result .reward_rank:nth-of-type(3) .trophy,.theme_style12 .detail_container.result .reward_rank:nth-of-type(4) .trophy,.theme_style12 .detail_container.result .reward_rank:nth-of-type(9) .trophy,.theme_style12 .detail_container.result .reward_rank:nth-of-type(10) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_result_3_1dcc5f26.png) 0 0 no-repeat;background-size:100%}.theme_style12 .activity-work{margin-top:139px}.theme_style12 .activity-work .grid_pic_item{width:407px;background:none;border:none;padding-top:28px;margin:15px}.theme_style12 .activity-work .grid_pic_item:before{display:block;content:"";width:100%;height:28px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_top_07a93acd.png) 0 0 no-repeat;background-size:100%;position:absolute;left:0;top:0}.theme_style12 .activity-work .grid_pic_item .grid_img{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_repeat_2f1842f0.png) 0 0 repeat-y;background-size:407px 185px;padding:0 7px;box-sizing:border-box;border-radius:0;overflow:initial}.theme_style12 .activity-work .grid_pic_item .grid_img img{margin-top:-20px}.theme_style12 .activity-work .grid_pic_item .grid_img .icon{display:none}.theme_style12 .activity-work .grid_pic_item .pic_info{height:127px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_article_item_info_847e5d6a.png) 0 0 no-repeat;background-size:100%;padding:0}.theme_style12 .activity-work .grid_pic_item .pic_info .txt_info{height:104px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 26px;box-sizing:border-box}.theme_style12 .activity-work .grid_pic_item .pic_info .txt_info .pic_name{font-size:26px;line-height:34px;letter-spacing:0;color:#fff;margin-bottom:10px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme_style12 .activity-work .grid_pic_item .pic_info .txt_info .author_name span{font-size:18px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.theme_style12 .activity-work .grid_pic_item .pic_info .hot_level{bottom:40px;right:35px}.theme_style12 .activity-work .grid_pic_item .pic_info .hot_level em{width:16px;height:24px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-right:10px}.theme_style12 .activity-work .grid_pic_item .pic_info .hot_level em:before{font-size:18px;color:#fff;margin-top:0;width:16px;height:18px;margin-bottom:4px}.theme_style12 .activity-work .grid_pic_item .pic_info .hot_level span{color:#fff!important;font-size:18px;line-height:24px}.theme_style12 .activity-work .activity_search select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_select_4509d5a6.png) 0 0 no-repeat;background-size:100%;width:173px;height:55px;border-radius:0;border:none;line-height:55px;padding:0 27px;font-size:22px;font-weight:400;color:#bf9837}.theme_style12 .activity-work .activity_search select::-ms-expand{color:#bf9837;font-size:0;padding:0 2px;border:none;background:none;font-weight:bolder;display:none}.theme_style12 .activity-work .search_inp{width:360px;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;font-size:0}.theme_style12 .activity-work .search_inp input{border:1px solid #bf9837;margin-top:4px;height:47px;width:270px;background:#fff;text-indent:0;padding:0 30px 0 15px;font-size:18px;line-height:47px}.theme_style12 .activity-work .search_inp input::-webkit-input-placeholder{color:#9a9a99;font-size:18px}.theme_style12 .activity-work .search_inp input:-moz-placeholder,.theme_style12 .activity-work .search_inp input::-moz-placeholder{color:#9a9a99;font-size:18px}.theme_style12 .activity-work .search_inp input:-ms-input-placeholder{color:#9a9a99;font-size:18px}.theme_style12 .activity-work .search_inp .acti_search_btn{width:92px;height:55px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_search_d65deaf4.jpg) 0 0 no-repeat;background-size:100%}.theme_style12 .activity-work .search_inp .clear_all{right:96px}.theme_style12 .activity-work .search_type a.cur{color:#bf9837}@media screen and (max-width:1630px){.theme_style9.container_new .detail_container,.theme_style10.container_new .detail_container,.theme_style11.container_new .detail_container,.theme_style12.container_new .detail_container{width:1012.5px}.theme_style9 .activity_bg,.theme_style10 .activity_bg,.theme_style11 .activity_bg,.theme_style12 .activity_bg{padding-bottom:60px;margin-top:-.75px}.theme_style9 .activity_bg .rule h4,.theme_style10 .activity_bg .rule h4,.theme_style11 .activity_bg .rule h4,.theme_style12 .activity_bg .rule h4{margin-bottom:59.25px}.theme_style9 .activity_bg .activity-otheractivity,.theme_style10 .activity_bg .activity-otheractivity,.theme_style11 .activity_bg .activity-otheractivity,.theme_style12 .activity_bg .activity-otheractivity{margin-bottom:60px}.theme_style9 .activity_bg .activity-otheractivity a,.theme_style10 .activity_bg .activity-otheractivity a,.theme_style11 .activity_bg .activity-otheractivity a,.theme_style12 .activity_bg .activity-otheractivity a{margin:0 7.5px 10px}.theme_style9 .activity_bg .activity-otheractivity a img,.theme_style10 .activity_bg .activity-otheractivity a img,.theme_style11 .activity_bg .activity-otheractivity a img,.theme_style12 .activity_bg .activity-otheractivity a img{width:310.5px}.theme_style9 .activity-detail,.theme_style10 .activity-detail,.theme_style11 .activity-detail,.theme_style12 .activity-detail{width:961.5px;margin:45px auto 104.25px}.theme_style9 .activity-detail .activity-box,.theme_style10 .activity-detail .activity-box,.theme_style11 .activity-detail .activity-box,.theme_style12 .activity-detail .activity-box{width:961.5px;height:176.25px;font-size:13.5px;line-height:20.25px;letter-spacing:.75px;padding:0 60px}.theme_style9 .activity-otheractivity,.theme_style10 .activity-otheractivity,.theme_style11 .activity-otheractivity,.theme_style12 .activity-otheractivity{margin-bottom:104.25px}.theme_style9 .activity-otheractivity a,.theme_style10 .activity-otheractivity a,.theme_style11 .activity-otheractivity a,.theme_style12 .activity-otheractivity a{margin:0 9px}.theme_style9 .activity-time-wrapper,.theme_style10 .activity-time-wrapper,.theme_style11 .activity-time-wrapper,.theme_style12 .activity-time-wrapper{width:961.5px}.theme_style9 .activity-time-wrapper .time-box,.theme_style10 .activity-time-wrapper .time-box,.theme_style11 .activity-time-wrapper .time-box,.theme_style12 .activity-time-wrapper .time-box{height:176.25px;padding-top:78px;padding-left:33px;margin-bottom:104.25px}.theme_style9 .activity-time-wrapper .time-box:before,.theme_style10 .activity-time-wrapper .time-box:before,.theme_style11 .activity-time-wrapper .time-box:before,.theme_style12 .activity-time-wrapper .time-box:before{width:874.5px;height:32.25px;top:45.75px}.theme_style9 .activity-time-wrapper .time-box .time-item,.theme_style10 .activity-time-wrapper .time-box .time-item,.theme_style11 .activity-time-wrapper .time-box .time-item,.theme_style12 .activity-time-wrapper .time-box .time-item{width:195px;margin-left:23.25px;margin-top:19.5px}.theme_style9 .activity-time-wrapper .time-box .time-item h5,.theme_style10 .activity-time-wrapper .time-box .time-item h5,.theme_style11 .activity-time-wrapper .time-box .time-item h5,.theme_style12 .activity-time-wrapper .time-box .time-item h5{font-size:18px;letter-spacing:.75px;margin-bottom:10.5px}.theme_style9 .activity-time-wrapper .time-box .time-item p,.theme_style10 .activity-time-wrapper .time-box .time-item p,.theme_style11 .activity-time-wrapper .time-box .time-item p,.theme_style12 .activity-time-wrapper .time-box .time-item p{font-size:13.5px}.theme_style9 .pingwei ul li,.theme_style10 .pingwei ul li,.theme_style11 .pingwei ul li,.theme_style12 .pingwei ul li{margin:0 7.5px 15px}.theme_style9 .pingwei ul li img,.theme_style10 .pingwei ul li img,.theme_style11 .pingwei ul li img,.theme_style12 .pingwei ul li img{width:309.75px}.theme_style9 .award.true-award,.theme_style10 .award.true-award,.theme_style11 .award.true-award,.theme_style12 .award.true-award{margin:104.25px auto 0}.theme_style9 .award.true-award .award_container li,.theme_style10 .award.true-award .award_container li,.theme_style11 .award.true-award .award_container li,.theme_style12 .award.true-award .award_container li{width:297px;height:332.25px;margin:0 14.25px 28.5px}.theme_style9 .award.true-award .award_container li .award_pic,.theme_style10 .award.true-award .award_container li .award_pic,.theme_style11 .award.true-award .award_container li .award_pic,.theme_style12 .award.true-award .award_container li .award_pic{width:190.5px;height:190.5px;margin:73.5px auto 0}.theme_style9 .award.true-award .award_container li .award_pic img,.theme_style10 .award.true-award .award_container li .award_pic img,.theme_style11 .award.true-award .award_container li .award_pic img,.theme_style12 .award.true-award .award_container li .award_pic img{height:136.5px;border-radius:27.75px}.theme_style9 .award.true-award .award_container li .award_level span,.theme_style10 .award.true-award .award_container li .award_level span,.theme_style11 .award.true-award .award_container li .award_level span,.theme_style12 .award.true-award .award_container li .award_level span{font-size:18px;line-height:21px;height:42px;top:21px}.theme_style9 .award.true-award .award_container li .award_level p,.theme_style10 .award.true-award .award_container li .award_level p,.theme_style11 .award.true-award .award_container li .award_level p,.theme_style12 .award.true-award .award_container li .award_level p{font-size:13.5px;line-height:16.5px;height:49.5px;bottom:18px}.theme_style9 .detail_bg,.theme_style10 .detail_bg,.theme_style11 .detail_bg,.theme_style12 .detail_bg{margin-bottom:104.25px;padding-bottom:107.25px}.theme_style9 .detail_bg .instruction-box,.theme_style10 .detail_bg .instruction-box,.theme_style11 .detail_bg .instruction-box,.theme_style12 .detail_bg .instruction-box{width:961.5px;background-size:961.5px 3464.25px;padding:0 86.25px;margin:0 auto}.theme_style9 .detail_bg .instruction-box:after,.theme_style9 .detail_bg .instruction-box:before,.theme_style10 .detail_bg .instruction-box:after,.theme_style10 .detail_bg .instruction-box:before,.theme_style11 .detail_bg .instruction-box:after,.theme_style11 .detail_bg .instruction-box:before,.theme_style12 .detail_bg .instruction-box:after,.theme_style12 .detail_bg .instruction-box:before{width:961.5px}.theme_style9 .detail_bg .instruction-box:before,.theme_style10 .detail_bg .instruction-box:before,.theme_style11 .detail_bg .instruction-box:before,.theme_style12 .detail_bg .instruction-box:before{height:24.75px;top:-24.75px}.theme_style9 .detail_bg .instruction-box:after,.theme_style10 .detail_bg .instruction-box:after,.theme_style11 .detail_bg .instruction-box:after,.theme_style12 .detail_bg .instruction-box:after{height:107.25px;bottom:-107.25px}.theme_style9 .detail_bg .instruction-box .instruction h4,.theme_style10 .detail_bg .instruction-box .instruction h4,.theme_style11 .detail_bg .instruction-box .instruction h4,.theme_style12 .detail_bg .instruction-box .instruction h4{font-size:18px;line-height:48px;letter-spacing:.75px;border-bottom:.75px solid #0b0b0b;margin:15px 0 13.5px}.theme_style9 .detail_bg .instruction-box .instruction p,.theme_style10 .detail_bg .instruction-box .instruction p,.theme_style11 .detail_bg .instruction-box .instruction p,.theme_style12 .detail_bg .instruction-box .instruction p{font-size:13.5px;line-height:20.25px;letter-spacing:.75px}.theme_style9 .detail_bg .instruction-box .instruction.show-more,.theme_style10 .detail_bg .instruction-box .instruction.show-more,.theme_style11 .detail_bg .instruction-box .instruction.show-more,.theme_style12 .detail_bg .instruction-box .instruction.show-more{max-height:381px}.theme_style9 .detail_bg .instruction-box .toggle-btn-wrap,.theme_style10 .detail_bg .instruction-box .toggle-btn-wrap,.theme_style11 .detail_bg .instruction-box .toggle-btn-wrap,.theme_style12 .detail_bg .instruction-box .toggle-btn-wrap{bottom:-68.25px}.theme_style9 .detail_bg .instruction-box .toggle-btn-wrap a,.theme_style10 .detail_bg .instruction-box .toggle-btn-wrap a,.theme_style11 .detail_bg .instruction-box .toggle-btn-wrap a,.theme_style12 .detail_bg .instruction-box .toggle-btn-wrap a{width:128.25px;height:36px;font-size:19.5px;line-height:36px;letter-spacing:.75px}.theme_style9 .activity-work,.theme_style10 .activity-work,.theme_style11 .activity-work,.theme_style12 .activity-work{margin-top:104.25px}.theme_style9 .activity-work .activity_search,.theme_style10 .activity-work .activity_search,.theme_style11 .activity-work .activity_search,.theme_style12 .activity-work .activity_search{width:898.5px}.theme_style9 .activity-work .activity_search select,.theme_style10 .activity-work .activity_search select,.theme_style11 .activity-work .activity_search select,.theme_style12 .activity-work .activity_search select{width:129.75px;height:41.25px;line-height:41.25px;padding:0 20.25px;font-size:16.5px}.theme_style9 .activity-work .activity_search select::-ms-expand,.theme_style10 .activity-work .activity_search select::-ms-expand,.theme_style11 .activity-work .activity_search select::-ms-expand,.theme_style12 .activity-work .activity_search select::-ms-expand{padding:0 1.5px}.theme_style9 .activity-work .search_inp,.theme_style10 .activity-work .search_inp,.theme_style11 .activity-work .search_inp,.theme_style12 .activity-work .search_inp{width:270px;height:41.25px}.theme_style9 .activity-work .search_inp input,.theme_style10 .activity-work .search_inp input,.theme_style11 .activity-work .search_inp input,.theme_style12 .activity-work .search_inp input{border:.75px solid #bf9837;margin-top:3px;height:35.25px;width:202.5px;padding:0 22.5px 0 11.25px;font-size:13.5px;line-height:35.25px}.theme_style9 .activity-work .search_inp input::-webkit-input-placeholder,.theme_style10 .activity-work .search_inp input::-webkit-input-placeholder,.theme_style11 .activity-work .search_inp input::-webkit-input-placeholder,.theme_style12 .activity-work .search_inp input::-webkit-input-placeholder{color:#9a9a99;font-size:14px}.theme_style9 .activity-work .search_inp input:-moz-placeholder,.theme_style9 .activity-work .search_inp input::-moz-placeholder,.theme_style10 .activity-work .search_inp input:-moz-placeholder,.theme_style10 .activity-work .search_inp input::-moz-placeholder,.theme_style11 .activity-work .search_inp input:-moz-placeholder,.theme_style11 .activity-work .search_inp input::-moz-placeholder,.theme_style12 .activity-work .search_inp input:-moz-placeholder,.theme_style12 .activity-work .search_inp input::-moz-placeholder{color:#9a9a99;font-size:14px}.theme_style9 .activity-work .search_inp input:-ms-input-placeholder,.theme_style10 .activity-work .search_inp input:-ms-input-placeholder,.theme_style11 .activity-work .search_inp input:-ms-input-placeholder,.theme_style12 .activity-work .search_inp input:-ms-input-placeholder{color:#9a9a99;font-size:14px}.theme_style9 .activity-work .search_inp .acti_search_btn,.theme_style10 .activity-work .search_inp .acti_search_btn,.theme_style11 .activity-work .search_inp .acti_search_btn,.theme_style12 .activity-work .search_inp .acti_search_btn{width:69px;height:41.25px}.theme_style9 .activity-work .search_inp .clear_all,.theme_style10 .activity-work .search_inp .clear_all,.theme_style11 .activity-work .search_inp .clear_all,.theme_style12 .activity-work .search_inp .clear_all{right:72px}.theme_style11 .activity-detail .activity-box,.theme_style12 .activity-detail .activity-box{height:101.25px}.theme_style12 .activity-detail .activity-box{height:183px}.theme_style10 .activity-time-wrapper .time-box:before{width:877.5px}.theme_style11 .activity-time-wrapper .time-box,.theme_style12 .activity-time-wrapper .time-box{padding-left:.75px}.theme_style11 .activity-time-wrapper .time-box:before,.theme_style12 .activity-time-wrapper .time-box:before{width:876.75px}.theme_style11 .activity-time-wrapper .time-box .time-item,.theme_style12 .activity-time-wrapper .time-box .time-item{width:217.5px;margin-left:76.5px}.theme_style11 .award.true-award,.theme_style12 .award.true-award{width:675px}.theme_style12 .activity-time-wrapper .time-box .time-item{margin-left:12.5px}}@media screen and (max-width:1520px){.container_new .activity-detail,.container_new .activity-time-wrapper{width:1100px}.container_new .activity-detail .activity-box,.container_new .activity-time-wrapper .activity-box{width:1100px;background-size:100% 100%}.container_new .activity_search,.container_new .detail_container,.container_new .instruction,.container_new .toggle-btn-wrap{width:1100px}.theme_style9 .activity-detail,.theme_style9 .activity-time-wrapper,.theme_style10 .activity-detail,.theme_style10 .activity-time-wrapper,.theme_style11 .activity-detail,.theme_style11 .activity-time-wrapper,.theme_style12 .activity-detail,.theme_style12 .activity-time-wrapper{width:961.5px}.theme_style9 .activity-detail .activity-box,.theme_style9 .activity-time-wrapper .activity-box,.theme_style10 .activity-detail .activity-box,.theme_style10 .activity-time-wrapper .activity-box,.theme_style11 .activity-detail .activity-box,.theme_style11 .activity-time-wrapper .activity-box,.theme_style12 .activity-detail .activity-box,.theme_style12 .activity-time-wrapper .activity-box{width:961.5px;background-size:100% 100%}.theme_style9 .activity_search,.theme_style9 .detail_container,.theme_style9 .instruction,.theme_style9 .toggle-btn-wrap,.theme_style10 .activity_search,.theme_style10 .detail_container,.theme_style10 .instruction,.theme_style10 .toggle-btn-wrap,.theme_style11 .activity_search,.theme_style11 .detail_container,.theme_style11 .instruction,.theme_style11 .toggle-btn-wrap,.theme_style12 .activity_search,.theme_style12 .detail_container,.theme_style12 .instruction,.theme_style12 .toggle-btn-wrap{width:1012.5px}}@media screen and (max-width:1440px){.container_new .time-box .time-item{width:268px;background-size:100% 100%}.container_new .time-box .time-item p{font-size:12px}.container_new .activity-detail,.container_new .activity-time-wrapper{width:900px}.container_new .activity-detail .activity-box,.container_new .activity-time-wrapper .activity-box{width:900px;height:160px;line-height:20px;padding:0 10px;background-size:100% 100%}.container_new .activity_search,.container_new .detail_container,.container_new .instruction,.container_new .toggle-btn-wrap{width:900px}.container_new .detail_container.activity-work{width:1000px}.theme_style9 .time-box .time-item p,.theme_style10 .time-box .time-item p,.theme_style11 .time-box .time-item p,.theme_style12 .time-box .time-item p{font-size:13.5px}.theme_style9 .activity-detail,.theme_style9 .activity-time-wrapper,.theme_style10 .activity-detail,.theme_style10 .activity-time-wrapper,.theme_style11 .activity-detail,.theme_style11 .activity-time-wrapper,.theme_style12 .activity-detail,.theme_style12 .activity-time-wrapper{width:961.5px}.theme_style9 .activity-detail .activity-box,.theme_style9 .activity-time-wrapper .activity-box,.theme_style10 .activity-detail .activity-box,.theme_style10 .activity-time-wrapper .activity-box,.theme_style11 .activity-detail .activity-box,.theme_style11 .activity-time-wrapper .activity-box,.theme_style12 .activity-detail .activity-box,.theme_style12 .activity-time-wrapper .activity-box{width:961.5px;height:176.25px;font-size:13.5px;line-height:20.25px;letter-spacing:.75px;padding:0 60px}.theme_style9 .activity_search,.theme_style9 .detail_container,.theme_style9 .detail_container.activity-work,.theme_style9 .instruction,.theme_style9 .toggle-btn-wrap,.theme_style10 .activity_search,.theme_style10 .detail_container,.theme_style10 .detail_container.activity-work,.theme_style10 .instruction,.theme_style10 .toggle-btn-wrap,.theme_style11 .activity_search,.theme_style11 .detail_container,.theme_style11 .detail_container.activity-work,.theme_style11 .instruction,.theme_style11 .toggle-btn-wrap,.theme_style12 .activity_search,.theme_style12 .detail_container,.theme_style12 .detail_container.activity-work,.theme_style12 .instruction,.theme_style12 .toggle-btn-wrap{width:1012.5px}.theme_style11 .activity-detail .activity-box,.theme_style12 .activity-detail .activity-box{height:101.25px}}.game_list_item{position:relative;width:290px;height:auto;box-sizing:border-box;border:1px solid #5c5e65;padding:6px 6px 10px;margin:0 5px 10px;background:#2b2f35}.game_list_item img{display:block;width:100%}.game_list_item .game_control{position:absolute;right:6px;bottom:18px}.game_list_item .join_game_btn{color:#a8a8aa;height:22px;line-height:22px;font-size:14px;padding:0 14px;border:1px solid #5c5e65}.game_list_item .join_game_btn:hover{color:#fff}.games_item{margin:0 48px 20px 0}.games_item img{display:block;width:73px;height:73px;box-sizing:border-box;border:1px solid #b7b5b5;border-radius:18px}.games_item h5{font-size:16px;color:#fff;text-align:center;font-weight:400;margin:10px 0}.games_item a{display:block;font-size:14px;color:#ababab;border:1px solid #c5c5c5;width:50px;text-align:center;height:22px;margin:0 auto}.games_item_enter{margin:0 0 28px;cursor:pointer;height:61px}.games_item_enter img{display:block;width:61px;box-sizing:border-box;border-radius:6px;margin-right:10px}.games_item_enter h5{color:#fff;font-size:16px;font-weight:400;margin-bottom:0}.games_item_enter .game_desc{font-size:12px;color:#a8a8aa}.games_item_enter .game-desc-wrap{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.games_item_enter a{display:block;font-size:12px;color:#a8a8aa;background:#2b2f35;border:1px solid #5c5e65;width:50px;text-align:center;height:22px;line-height:22px;margin:0 auto}.games_item_enter a:hover{color:#fff;border-color:#fff}.game_banner_info{position:relative;z-index:5;background:#000;height:46px;line-height:46px;padding:0 142px 0 18px;width:320px}.game_banner_info .banner_btn{position:absolute;width:80px;height:26px;line-height:26px;text-align:center;right:10px;top:10px;background:red;color:#fff;font-size:18px}.game_banner_info span{display:inline-block;color:#fff;font-size:18px;margin-right:28px}.game_banner_info span i{margin-right:5px;font-style:normal}.author_box_item{width:368px;height:auto;box-sizing:border-box;border:1px solid #5c5e65;margin:0 4px 10px;padding:27px 10px 52px 20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;-moz-box-align:center;box-align:center;position:relative}.author_box_item .author_pic{display:block;width:100px;height:100px;border:5px solid #5c5e65;border-radius:100%;box-sizing:border-box;margin-right:8px}.author_box_item .author_info{width:232px}.author_box_item .author_name{color:#363636;font-size:18px}.author_box_item .stati_datas{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin:4px 0}.author_box_item .stati_datas .stati_data:first-child{margin-right:20px}.author_box_item .stati_datas span{text-align:center;color:#fff;font-size:14px}.author_box_item .author_text{color:#a3a3a3;font-size:13px}.author_box_item .follow_btn,.author_box_item .followed_btn{position:absolute;right:10px;bottom:12px;z-index:2;font-size:16px;padding:0 21px;line-height:27px;border:1px solid #5c5e65;color:#a8a8aa;display:block}.author_item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin:5px 2px 5px 8px;background-color:#2e3135;width:180px;height:auto;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:20px 0;overflow:hidden}.author_item .img_wrap{border-radius:100%;width:86px;height:86px;border:2px solid #e32a2a}.author_item img{width:71px;height:71px;border-radius:100%;display:block}.author_item .author_name{line-height:42px;display:block;text-align:center;color:#fff;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 27px;width:100%;box-sizing:border-box}.author_item .info{width:270px;height:42px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;color:#828282;font-size:14px;text-align:center;line-height:42px}.author_item .info span{margin-right:3px}.author_item .info .fans{margin-left:20px}.author_item .follow-wrap{width:70px;height:30px;line-height:30px;border-radius:30px;text-align:center;font-size:12px;overflow:hidden}.author_item .follow-wrap a{display:block}.author_item .follow-wrap a.follow_btn{background-color:#c5a162;color:#fff}.author_item .follow-wrap a.followed_btn{background-color:#a9a9a9;color:#1d1f21}.author_item .stati_datas{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;width:100%;min-width:120px;height:14px;border:none;background:none;color:#a8a8aa;font-size:14px;text-align:center;line-height:14px;margin-bottom:10px;padding:0 10px;box-sizing:border-box}.author_item .stati_datas .stati_data span{color:#fff}.author_item .stati_datas .stati_data .title{color:#7c7c7c}.author_item .stati_datas .stati_data:first-child{margin-right:5px}.author_item .stati_datas .fans{margin-right:15px;margin-left:0}.author_item .author_text{width:100%;font-size:14px;color:#a9a9a9;box-sizing:border-box;padding:0 20px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.author_item .author_info{width:100%;box-sizing:border-box;margin:3px 0 13px}.author-recommend{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.author-item-small{position:relative;cursor:pointer;width:124px;height:160px;margin:0 0 26px;padding-top:15px;box-sizing:border-box;background:#2b2f35;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #5c5e65}.author-item-small .stati_datas{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto}.author-item-small .stati_data{width:100%;display:block;padding:10px}.author-item-small .author_info{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:all .3 ease;-moz-transition:all .3 ease;-ms-transition:all .3 ease;-o-transition:all .3 ease;transition:all .3 ease;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:10px;box-sizing:border-box;background:rgba(185,143,99,.8)}.author-item-small .author_info span{font-size:14px;padding:0;color:#fff}.author-item-small .author_info .author_text{color:#fff;font-size:12px;margin-top:10px}.author-item-small img{width:80px;height:80px}.author-item-small .author_name{height:32px;line-height:32px;font-size:14px;color:#aaa}.author-item-small .follow-wrap{position:absolute;bottom:-12px}.author-item-small .follow-wrap .follow_btn{width:80px;height:24px;line-height:24px;border:0;background:#c5a162;color:#fff;font-size:14px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.author-item-small:hover .author_info{opacity:1}header{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:100%;max-width:1920px;min-width:1280px;height:60px;z-index:9998;background:#fff;position:relative}header .btns{position:relative;height:30px}header .btns a{display:block;font-size:14px;width:79px;height:29px;border-radius:4px;margin-right:10px;text-align:center;line-height:29px;color:#fff;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}header .btns a em{display:block;margin-right:5px}header .btns a.gw-btn{background:#c5a162}header .btns a.gw-btn em{width:14px;height:14px;background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_gw_icon_4792e8c2.png)}header .btns a.gw-btn:hover{background:#c5a162}header .btns a.download-btn{margin-right:0;background:#4e535d}header .btns a.download-btn em{width:15px;height:13px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_download_icon_49f3208a.png) no-repeat}header .btns a.download-btn:hover{background:#696f7c}header .download-code{position:absolute;width:135px;height:140px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_downloadbox_3cde8c92.png) no-repeat;padding:10px 5px 0;box-sizing:border-box;top:33px;left:60px;visibility:hidden;opacity:0;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}header .download-code.show{opacity:1;visibility:visible}header .download-code img{width:127px;height:127px}.side_bar_left{width:296px;left:0;top:0;background:#2e3135;box-sizing:border-box;padding-top:60px;z-index:5}.side_bar_left.isShowCommonNav{padding:60px 20px 50px}.side_bar_left .upload_btn{display:block;background:#c5a162;width:100%;height:42px;line-height:42px;text-align:center;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.side_bar_left .upload_btn:hover{background:#c5a162}.side_bar_left .side_bar_tit{font-size:24px;color:#cac9c9;text-align:left;font-weight:400;margin-bottom:18px}.side_bar_left .side_bar_box01{padding-bottom:20px}.side_bar_left .side_bar_box02{padding-bottom:40px}.side_bar_left .gamebox_list{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.side_bar_left .gamebox_list,.side_bar_left .gamebox_list .games_item_enter{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.side_bar_left .gamebox_list .games_item_enter{width:33.3333%;height:auto;margin-bottom:13px;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.side_bar_left .gamebox_list .games_item_enter .game-avatar{width:100%}.side_bar_left .gamebox_list .games_item_enter .game-avatar img{width:61px;height:61px;margin:0 auto;border-radius:12px}.side_bar_left .gamebox_list .games_item_enter h5{line-height:30px}.side_bar_left .game_box{width:100%}.side_bar_left .game_box li{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-bottom:30px;position:relative}.side_bar_left .game_box li .game_icon{display:block;width:53px;height:53px;margin-right:9px}.side_bar_left .game_box li .game_name a{font-size:18px;color:#e0e0e0;display:block}.side_bar_left .game_box li .game_name p{width:132px;font-size:12px;color:#727272;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.side_bar_left .game_box li .game_btn{font-size:12px;position:absolute;color:#ababab;height:20px;box-sizing:border-box;border:1px solid #545454;width:46px;text-align:center;line-height:17px;right:15px;top:50%;z-index:5;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-o-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.side_bar_left .tags{width:100%}.side_bar_left .tags a{display:inline-block;color:#939393;font-size:14px;padding:6px 14px;background:#444;border-radius:2px;margin:0 6px 6px 0}.contribute_btns{position:absolute;width:100%;top:62px;left:0;background:hsla(0,0%,100%,.9);box-shadow:-1px 1px 10px #f4f2fe;overflow:hidden;height:280px}.contribute_btn{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-left:95px}.contribute_btn:hover span{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.contribute_btn:hover em{color:#c5a162}.contribute_btn em{-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;color:#666;font-size:16px;text-align:center;line-height:44px;font-style:normal;font-weight:400}.game_tag_select{margin-left:50px;width:100px;height:85px;position:relative}.game_tag_select span{color:#5b5b5b;font-size:14px}.game_tag_select .select_btn{width:100%;height:38px;border:1px solid #b8b8b8;background-color:#fff;border-radius:2px;box-sizing:border-box}.game_tag_select .select_btn em{margin-top:5px;margin-left:5px}.game_tag_select .select_btn em:after,.game_tag_select .select_btn em:before{display:block;content:"";width:8px;height:1px;background-color:#5b5b5b}.game_tag_select .select_btn em:before{-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg)}.game_tag_select .select_btn em:after{-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:rotate(-40deg);-moz-transform:rotate(-40deg);-ms-transform:rotate(-40deg);-o-transform:rotate(-40deg);transform:rotate(-40deg)}.game_tag_list{position:absolute;top:62px;left:0;width:100%;box-sizing:border-box;margin-top:-2px;background-color:#fff;border:1px solid #b8b8b8;border-top:none;border-radius:2px;display:none}.game_tag_list .select_item{box-sizing:border-box;height:37px;display:block;padding:0 10px}.game_tag_list .select_item:hover span{color:#c5a162}.game_tag_list .select_item span{text-align:center;display:block;line-height:37px;border-top:1px dotted #b8b8b8}.top_logo{position:relative;width:334px;height:90px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;padding:4px 0 0 20px;z-index:11}.top_logo .logo{width:80px;height:80px;display:block}.top_logo .logo img{width:100%;border-radius:15px}.top_logo .gamelogo{width:131px;height:64px;margin-left:16px;margin-top:10px;color:#333}.top_logo .game-detail{margin-left:18px}.top_logo .game-detail .game-tit{height:46px;line-height:46px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.top_logo .game-detail .game-tit h3{margin:0;font-size:20px;color:#000;font-weight:700}.top_logo .game-detail .game-tit h4{font-size:20px;font-weight:400;color:#000}.top_nav{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-ms-flex-positive:1;z-index:10}.top_nav,.top_nav_item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;height:100%;position:relative}.top_nav_item{width:130px;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;text-align:center}.top_nav_item span{color:#858687;font-size:18px}.top_nav_item:before{font-family:icomoon;display:block;position:relative;width:20px;height:20px;margin-right:6px;color:#858687;font-size:20px;font-weight:700}.top_nav_item.index:before{content:"\e91a"}.top_nav_item.article:before{content:"\e997"}.top_nav_item.timeline:before{content:"\e973"}.top_nav_item.author:before{content:"\e946"}.top_nav_item.gamelist:before{content:"\e926"}.top_nav_item.activity:before{content:"\e908"}.top_nav_item.rank:before{content:"\e94b"}.top_nav_item.profile:before{content:"\e946"}.top_nav_item.cur,.top_nav_item:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_top_nav_bae65945.png) center 0 no-repeat;background-size:130px 72px;width:130px;height:62px;padding-bottom:10px}.top_nav_item.cur:before,.top_nav_item.cur span,.top_nav_item:hover:before,.top_nav_item:hover span{color:#c5a162}.top_function{padding-left:10px;height:100%;z-index:10}.top_function,.top_search{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.top_search{height:26px;background-color:#eee;border-radius:26px;width:172px}.top_search input::-webkit-input-placeholder{color:#a9a9a9;font-size:14px}.top_search input:-moz-placeholder,.top_search input::-moz-placeholder{color:#a9a9a9;font-size:14px}.top_search input:-ms-input-placeholder{color:#a9a9a9;font-size:14px}.top_search input{display:block;width:100%;min-width:65px;height:26px;border:none;text-indent:15px;background:none;margin-right:5px;color:#9fa2ab;font-size:14px}.top_search input:focus{outline:none}.top_search .search_btn{display:block;width:26px;height:26px}.top_search .search_btn:before{font-family:icomoon;display:block;content:"\e9b0";font-weight:400;font-size:14px;width:15px;height:14px;color:#9fa2ab;margin-top:6px}.unlogin{margin-left:36px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.unlogin em{margin-right:4px}.unlogin em,.unlogin em:before{display:block;width:22px;height:20px}.unlogin em:before{font-family:icomoon;content:"\e93c";font-size:20px;color:#858687;font-style:normal;font-weight:700}.unlogin a{margin-right:25px;color:#858687;font-size:14px}.afterlogin{margin-left:20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.afterlogin .avatar{position:relative}.afterlogin .avatar img{display:block;width:24px;height:24px;border-radius:24px}.afterlogin .avatar em{display:none}.afterlogin .avatar em.v{display:block;position:absolute;width:13px;height:13px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_v_59197e81.png) 0 0 no-repeat;bottom:-5px;right:-5px;display:none}.afterlogin .nickname{display:block;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:8px;padding-left:8px;color:#858687;font-size:14px;margin-right:25px}.afterlogin .nickname:hover{color:#c5a162}.afterlogin .set_part{margin-right:20px;position:relative;width:22px;height:60px;cursor:pointer}.afterlogin .set_part:before{font-family:icomoon;margin-top:21px;content:"\e9b1";width:20px;height:18px;display:block;font-size:18px;color:#858687}.afterlogin .set_part:hover:before{color:#c5a162}.afterlogin .btn_box{position:absolute;width:100px;height:auto;border-radius:3px;box-sizing:border-box;padding:10px;border:1px solid #e2e2e2;background:#fff;top:55px;left:50%;margin-left:-50px}.afterlogin .btn_box a{padding:10px 0;border-bottom:1px dotted #b8b8b8}.afterlogin .btn_box a:last-child{border:none}.afterlogin .btn_box a em{margin-right:5px;display:block;width:16px;height:16px}.afterlogin .btn_box a em:before{content:"\e934"}.afterlogin .btn_box a .icon3:before,.afterlogin .btn_box a em:before{font-family:icomoon;width:16px;height:16px;display:block;font-size:16px;color:#858687;font-style:normal;font-weight:700}.afterlogin .btn_box a .icon3:before{content:"\e935"}.afterlogin .btn_box a .icon2:before{font-family:icomoon;content:"\e961";width:16px;height:16px;display:block;font-size:16px;color:#858687;font-style:normal;font-weight:700}.afterlogin .btn_box a span{display:block;color:#5b5b5b;font-size:14px}.afterlogin .btn_box a:hover em:before,.afterlogin .btn_box a:hover span{color:#c5a162}.js_contribute{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_contri_afbfc745.jpg) center 0 no-repeat transparent;background-size:140px 62px;width:140px;height:62px}.js_contribute:hover{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_contri_h_11f05c83.jpg) center 0 no-repeat transparent;background-size:140px 62px}.notification{display:block;margin-right:18px;width:24px;height:60px;position:relative;cursor:pointer}.notification:before{font-family:icomoon;content:"\e9b4";display:block;width:22px;height:16px;color:#858687;font-size:16px;font-weight:400;margin-top:23px}.notification:hover:before{color:#c5a162}.notification .red_dot{position:absolute;width:8px;height:8px;background:#bf1d08;border-radius:100%;top:19px;right:0;display:none}.notification.newicon .red_dot{display:block}.info_view{cursor:default;position:absolute;top:50px;left:-100px;width:230px;border:1px solid #e2e2e2;background:#fff;padding:20px;box-sizing:border-box}.info_view span{line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info_view .check_all,.info_view span{color:#666;font-size:14px;display:block}.info_view .check_all{width:188px;height:27px;border:1px solid #e2e2e2;background:#f9f9f9;line-height:27px;text-align:center}.info_view .check_all:hover{background:#eaeaea}@media screen and (max-width:1750px){.top_nav_item,.top_nav_item.cur,.top_nav_item:hover{width:108px}}@media screen and (max-width:1600px){.top_nav_item{width:94px}.top_nav_item span{font-size:16px}.top_nav_item:before{width:18px;height:18px;font-size:18px;margin-right:4px}.top_nav_item.index:before{width:20px;height:18px;font-size:18px}.top_nav_item.cur,.top_nav_item:hover{width:94px}}@media screen and (max-width:1500px){.afterlogin .nickname{max-width:100px;padding-left:0;margin-right:15px}.afterlogin .avatar{display:none}header .top_logo{padding:4px 0 0 5px;width:230px}header .top_logo .logo{width:50px;height:50px}header .top_logo h3,header .top_logo h4{font-size:14px}header .top_logo h3{margin:10px 6px}header .top_nav{margin-left:0}header .afterlogin{margin-left:8px}}@media screen and (max-width:1400px){.js_contribute{width:100px}.top_search{width:140px}.afterlogin .nickname{max-width:80px;margin-right:10px}.top_logo .gamelogo{width:110px;margin-left:10px;margin-top:6px;font-size:14px}}.vote_container{position:relative;width:645px;box-sizing:border-box;padding:45px;background-color:#fff;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.vote_container p.title{color:#333;font-size:16px;text-align:center}.vote_container .select_ticket{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-top:30px}.vote_container .select_ticket a,.vote_container .select_ticket input{margin:0 5px;display:block;width:60px;height:50px;line-height:46px;background-color:#f9f9f9;box-sizing:border-box;border:1px solid #bbb;color:#333;text-align:center;font-size:16px}.vote_container .select_ticket a.add,.vote_container .select_ticket a.minus,.vote_container .select_ticket input.add,.vote_container .select_ticket input.minus{width:50px;font-size:22px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.vote_container .select_ticket a.add em,.vote_container .select_ticket a.add i,.vote_container .select_ticket a.minus em,.vote_container .select_ticket a.minus i,.vote_container .select_ticket input.add em,.vote_container .select_ticket input.add i,.vote_container .select_ticket input.minus em,.vote_container .select_ticket input.minus i{display:block;width:13px;height:1px;background-color:#333}.vote_container .select_ticket a.add i,.vote_container .select_ticket a.minus i,.vote_container .select_ticket input.add i,.vote_container .select_ticket input.minus i{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);margin-left:-13px}.vote_container .select_ticket input{width:90px}.vote_container .today_tickets,.vote_container .total_tickets{color:#999;font-size:14px;margin:10px 0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.vote_container .today_tickets i,.vote_container .total_tickets i{font-weight:400;font-style:normal}.vote_container .tips{color:#999;text-align:center;font-size:14px;margin:20px 0 30px}.vote_container .vote_submit{margin:auto}.vote_container .vote_submit.disable{background-color:#b6b6b6}.vote_wrap{display:none}.vote_wrap.show{display:block}.vote_award_list li{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:101px;height:101px;margin:0 5px;box-sizing:border-box;border:1px solid #c5a162;background-color:#fffdf5}.vote_award_list li img{display:block;width:40px;height:40px}.vote_award_list li span{display:block;text-align:center;color:#999;font-size:14px;margin:5px 0 10px}.com_ticket{display:block;width:20px;height:20px;margin:0 3px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_ticket_14ed8455.png) 0 0 no-repeat}.no_comment{color:#a8a8aa;font-size:14px;text-align:center;padding:25px}.comment_container{box-sizing:border-box;width:380px;margin-bottom:30px}.comment_container .author_item{width:100%;height:240px;margin:0 0 20px;background:#fff}.comment_wrap{box-sizing:border-box;background:#2a2c30;margin-bottom:30px;position:relative}.comment_wrap .func_part{position:absolute;right:15px;top:21px;width:18px;height:18px;cursor:pointer;z-index:10}.comment_wrap .func_part:before{font-family:icomoon;display:block;content:"\e97a";font-weight:400;font-size:18px;width:18px;height:18px;color:#fff}.comment_wrap .func_part .func_pannel{position:absolute;top:30px;right:-10px;margin:auto;box-sizing:border-box;width:136px;height:auto;background-color:#4b4f54;border-radius:10px;padding:0 20px}.comment_wrap .func_part .func_pannel:before{content:"";width:0;height:0;position:absolute;top:-16px;right:12px;border:9px solid transparent;border-bottom-color:#4b4f54}.comment_wrap .func_part .func_pannel a{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;width:100%;height:45px;text-align:center;color:#fff;font-size:14px}.comment_wrap .func_part .func_pannel a:before{font-family:icomoon;display:block;content:"\e9c8";font-weight:400;font-size:13px;width:16px;height:12px;color:#fff;margin-right:10px}.comment_wrap .func_part .func_pannel a:hover,.comment_wrap .func_part .func_pannel a:hover:before{color:#c5a162}.comment_wrap .arti_descri{position:relative;padding-top:16px;background-color:#2e3135}.comment_wrap .pic_descri{margin-bottom:15px;width:100%;padding:0 40px 0 20px;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.comment_wrap .pic_descri p{width:100%;line-height:22px;font-size:16px}.comment_wrap .pic_descri h3{width:100%;display:block;font-size:18px;line-height:28px;color:#fff;font-weight:border}.comment_wrap .pic_descri h3 a{color:#c5a162}.comment_wrap .pic_descri h3 a:hover{text-decoration:underline}.comment_wrap .tags{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:0 20px;box-sizing:border-box;margin-bottom:10px}.comment_wrap .tags a{display:inline-block;font-size:14px;color:#c5a162;background:#2b2f35;border:1px solid #5c5e65;padding:0 8px;margin:0 10px 10px 0;border-radius:20px;height:20px;line-height:18px;box-sizing:border-box}.comment_wrap .tags a:hover{color:#2b2f35;background-color:#c5a162;border:1px solid #c5a162}.comment_wrap .tags a.subjects{border-color:#ba5b2c;color:#ba5b2c}.comment_wrap .tags a.subjects:hover{color:#fff;background-color:#ba5b2c;border:1px solid #ba5b2c}.comment_wrap .time-hot{width:100%;padding:0 20px;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.comment_wrap .time-hot .date{color:#7c7c7c;font-size:14px;line-height:22px}.comment_wrap .time-hot .hot_level{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;width:auto;margin-left:20px}.comment_wrap .time-hot .hot_level em{width:19px;height:20px}.comment_wrap .time-hot .hot_level em:before{font-size:19px;color:#c5a162;margin-top:0}.comment_wrap .time-hot .hot_level span{color:#c5a162!important;font-size:18px;line-height:1}.comment_wrap .game{display:block;color:#666;font-size:12px;margin-bottom:20px}.comment_wrap .func_btns{width:100%;border-bottom:1px solid #373b41;border-top:1px solid #373b41;margin-top:19px;padding:10px 0}.comment_wrap .func_btns,.comment_wrap .func_btns .func-item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;box-sizing:border-box}.comment_wrap .func_btns .func-item{position:relative;min-width:45px;padding:0 2px;height:24px;width:25%;color:#a9a9a9;font-size:16px;border-right:1px solid #373b41}.comment_wrap .func_btns .func-item:last-child{border-right:none}.comment_wrap .func_btns .func-item a{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.comment_wrap .func_btns .func-item em{display:block;height:20px;margin-right:10px;width:auto}.comment_wrap .func_btns .func-item em.collect{height:13px;background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_collect2_81c5698b.png)}.comment_wrap .func_btns .func-item em.share{height:13px;background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_share2_07f0ce38.png)}.comment_wrap .func_btns .func-item em.ticket{width:25px;height:25px;cursor:default;display:block;font-family:icomoon}.comment_wrap .func_btns .func-item em.ticket:before{content:"\e91d";color:#666;display:block;font-size:25px;font-style:normal;font-weight:700}.comment_wrap .func_btns .func-item em.ticket:hover:before{color:#c5a162}.comment_wrap .func_btns .func-item.view_count{cursor:default;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.comment_wrap .func_btns .func-item.view_count em{height:auto}.comment_wrap .func_btns .func-item.view_count em:before{content:"\e9c9";display:block;font-size:17px;font-style:normal;font-weight:700;font-family:icomoon}.comment_wrap .func_btns .func-item.share_btn{position:relative;color:#a9a9a9;font-size:16px}.comment_wrap .func_btns .func-item.share_btn:before{font-family:icomoon;display:block;content:"\e9a7";font-weight:400;font-size:18px;width:24px;height:18px;color:#a9a9a9;margin-right:10px}.comment_wrap .func_btns .func-item.share_btn .NIE-share-txt{display:none}.comment_wrap .func_btns .func-item.share_btn:hover:before{color:#c5a162}.comment_wrap .func_btns .func-item.liuyan_btn{cursor:default}.comment_wrap .func_btns .func-item.liuyan_btn:hover span{color:#666}.comment_wrap .func_btns .func-item.bookmark_btn .index_bookmark_btn{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.comment_wrap .func_btns .func-item.vote_btn .vote{width:25px;height:25px;display:block;font-family:icomoon;font-size:0;margin-top:-3px}.comment_wrap .func_btns .func-item.vote_btn .vote:before{content:"\e91d";color:#666;display:block;font-size:25px;font-style:normal;font-weight:700}.comment_wrap .func_btns .func-item.vote_btn:hover .vote:before{color:#c5a162}.comment_wrap .func_btns .func-item.report_icon{font-family:icomoon;height:20px}.comment_wrap .func_btns .func-item.report_icon:before{content:"\e950";color:#a9a9a9;display:block;font-size:20px;font-style:normal;font-weight:700}.comment_wrap .func_btns .func-item.disable,.comment_wrap .func_btns .func-item.disable em:before,.comment_wrap .func_btns .func-item.disable span,.comment_wrap .func_btns .func-item.report_icon:hover:before,.comment_wrap .func_btns .func-item:hover,.comment_wrap .func_btns .func-item:hover em:before,.comment_wrap .func_btns .func-item:hover span{color:#c5a162}.comment_wrap .func_btns .func-item.disable .collect,.comment_wrap .func_btns .func-item:hover .collect{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_collect2_h_d13c5951.png)}.comment_wrap .func_btns .func-item.disable .share,.comment_wrap .func_btns .func-item:hover .share{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_share2_h_5effb710.png)}.comment_wrap .func_btns .func-item.disable.view_count,.comment_wrap .func_btns .func-item.disable.view_count em:before,.comment_wrap .func_btns .func-item.disable.view_count span,.comment_wrap .func_btns .func-item:hover.view_count,.comment_wrap .func_btns .func-item:hover.view_count em:before,.comment_wrap .func_btns .func-item:hover.view_count span{color:#a9a9a9}.comment_wrap .func_btns .func-item .index_bookmark_btn.disable em:before,.comment_wrap .func_btns .func-item .index_bookmark_btn.disable span{color:#c5a162}.comment_wrap .func_btns .func-item span{color:#a9a9a9;font-size:16px;display:block}.comment_list,.detail_temple_box .comment_list{max-height:545px}.comment_list{width:100%}.comment_list .swiper-slide{padding-right:15px;box-sizing:border-box;height:auto}.comment_wrap .reply_box{width:100%;height:auto;position:relative;margin:0 auto;padding-bottom:60px}.comment_wrap .reply_box img{width:42px;height:42px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;position:absolute;top:0;left:0}.comment_wrap .reply_box textarea{display:block;width:calc(100% - 51px);margin-left:51px;height:42px;color:#a8a8aa;font-size:12px;font-family:Microsoft YaHei,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;border:1px solid #373b41;box-sizing:border-box;padding:12px;background:#2e3135}.comment_wrap .reply_box textarea:focus{outline:none}.comment_wrap .reply_box input{border:1px solid #5c5e65;background:#22252a;color:#a8a8aa;width:759px;height:44px;box-sizing:border-box;margin-top:5px;margin-left:28px;padding:12px 37px 12px 12px}.comment_wrap .reply_box .reply_btn{display:block;color:#fff;text-align:center;line-height:30px;background:#c5a162;width:70px;height:30px;position:absolute;top:52px;left:570px;font-size:14px;border-radius:4px}.comment_wrap .reply_box .reply_btn:hover{opacity:.7}.title_box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-bottom:10px}.title_box p{box-sizing:border-box;padding-right:20px}.title_box a{display:block;font-size:14px;color:#26c6da}.title_box a.btn01{margin-right:140px}.title_box span{font-size:16px;color:#a9a9a9;line-height:1}.inner_reply_box{display:none}.inner_reply_box.show{display:block}.comment_box{padding:30px}.comment_box .title{color:#333;font-size:16px;padding:18px 0;font-weight:700}.comment_box .emoji-btn{display:block}.comment_box .emoji-btn .icon-emoji{font-family:icomoon;position:absolute;display:block;font-size:0;color:#a9a9a9;font-style:normal;width:26px;height:26px;top:56px;left:51px}.comment_box .emoji-btn .icon-emoji:before{width:100%;height:100%;position:absolute;top:0;left:0;content:"\e99f";font-size:24px;color:#a9a9a9;font-weight:700;-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s}.comment_box .emoji-btn .emoji_pop_mask{background:transparent}.comment_box .emoji-btn .emoji_pop_mask .emoji_content{position:absolute;left:320px;top:520px;width:336px;height:197px;padding:0;background:#3b3e43}.reply_list{padding-left:51px}.reply_list .comment_reply_item .reply_box .reply_btn{left:494px;top:57px}.reply_list .comment_reply_item .name_info p.author-ctrl a{padding-right:0}.reply_list .comment_reply_item .name_info p.author-ctrl a:after{display:none}.reply_list .comment_reply_item .name_info p a.target_user[data-authenticated=true]{padding-right:14px}.reply_list .comment_reply_item .name_info p a.target_user[data-authenticated=true]:before{right:0}.reply_list .comment_reply_item .name_info .comment_text a.target_user[data-authenticated=true]{padding-right:30px}.reply_list .comment_reply_item .name_info .comment_text a.target_user[data-authenticated=true] .colon-ctrl{display:none}.reply_list .comment_reply_item .name_info .comment_text a.target_user[data-authenticated=true]:before{right:14px}.reply_list .comment_reply_item .name_info .comment_text a.target_user[data-authenticated=true]:after{content:"：";display:block;width:14px;font-size:14px;position:absolute;top:0;right:0;line-height:1.3;color:#fff}.comment_reply_item{padding:25px 10px 25px 0;width:100%;box-sizing:border-box;position:relative;border-top:1px solid #373b41}.comment_reply_item .avatar{position:relative}.comment_reply_item .avatar,.comment_reply_item .funt_btn{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.comment_reply_item .funt_btn{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-ms-flex-align:flex-end;position:absolute;bottom:0;right:0}.comment_reply_item .funt_btn .like_btn{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-right:39px}.comment_reply_item .funt_btn .like_btn.disable em:before,.comment_reply_item .funt_btn .like_btn.disable span{color:#c5a162}.comment_reply_item .funt_btn .like_btn em{display:block;margin-right:9px}.comment_reply_item .funt_btn .like_btn em:before{color:#7c7c7c;font-size:17px}.comment_reply_item .funt_btn .like_btn span{color:#7c7c7c;font-size:14px;height:auto}.comment_reply_item .funt_btn .like_btn:hover em:before,.comment_reply_item .funt_btn .like_btn:hover span{color:#c5a162}.comment_reply_item .reply_icon{display:block;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;height:20px}.comment_reply_item .reply_icon:before{font-family:icomoon;display:block;content:"\e9a5";font-weight:700;font-size:17px;width:17px;height:17px;text-align:center;color:#7c7c7c}.comment_reply_item .reply_icon .reply-count{margin-left:9px;display:block;font-size:14px;color:#7c7c7c;line-height:20px}.comment_reply_item .reply_icon:hover .reply-count,.comment_reply_item .reply_icon:hover:after,.comment_reply_item .reply_icon:hover:before{color:#c5a162}.comment_reply_item .report_icon{display:block;width:35px;height:35px;border:1px solid #5c5e65;position:absolute;right:3px;top:8px;opacity:0;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.comment_reply_item .report_icon:before{font-family:icomoon;display:block;content:"\e950";font-weight:700;font-size:14px;width:14px;height:14px;text-align:center;margin:8px auto;color:#999}.comment_reply_item .report_icon:hover{border-color:#c5a162}.comment_reply_item .report_icon:hover:before{color:#c5a162}.comment_reply_item:hover .reply_icon,.comment_reply_item:hover .report_icon{opacity:1}.comment_reply_item img{display:block;width:42px;height:42px;object-fit:cover;border-radius:100%;margin-right:10px}.comment_reply_item img.emoji-img{width:38px;height:38px;vertical-align:text-bottom;display:inline;margin:0 6px 4px 0}.comment_reply_item .reply_box{width:100%;padding-bottom:40px}.comment_reply_item .reply_box input{width:calc(100% - 51px);margin-left:51px}.comment_reply_item .reply_box .reply_btn{left:545px;top:57px}.comment_reply_item .name_info{position:relative;padding-bottom:21px;display:inline}.comment_reply_item .name_info p{font-size:14px;display:inline}.comment_reply_item .name_info p a{font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#c5a162;box-sizing:border-box;position:relative}.comment_reply_item .name_info p a .colon-ctrl,.comment_reply_item .name_info p a.link{color:#fff}.comment_reply_item .name_info p a.target_user[data-authenticated=true]{padding-right:30px;margin-right:3px}.comment_reply_item .name_info p a.target_user[data-authenticated=true]:before{content:"";display:block;width:18px;height:18px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_authentication_1c0a4133.png) 0 0 no-repeat;background-size:100%;position:absolute;top:0;right:14px;color:#fff}.comment_reply_item .name_info p .like_btn{display:none}.comment_reply_item .name_info p.author-ctrl a{padding-right:14px}.comment_reply_item .name_info p.author-ctrl a:after{content:"：";display:block;width:14px;font-size:14px;position:absolute;top:0;right:0;line-height:1.3;color:#fff}.comment_reply_item .name_info .time{position:absolute;font-size:14px;font-weight:400;font-stretch:normal;line-height:19px;letter-spacing:0;color:#7c7c7c;margin:3px 0 0;bottom:0;left:0;min-width:100px}.comment_reply_item .comment_text{color:#fff;font-size:12px;word-wrap:break-word}#NIE-share{position:absolute;z-index:10;right:40px;top:430px;border:1px solid #e2e2e2;padding:5px 5px 0;background:#fff;display:none!important}#NIE-share.show{display:block!important}.user_list{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.related_container .grid_pic_item{width:240px}.related_container .grid_pic_item .grid_img{overflow:hidden;height:260px}.related_container .grid_pic_item .grid_img img{min-height:100%}.delete_bar{position:absolute;top:0;left:0;width:100%;height:54px;cursor:default;background:rgba(0,0,0,.55);opacity:0}.delete_bar em{float:right;cursor:pointer;display:block;width:15px;height:20px;margin-top:16px;margin-right:15px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_delete_8fcb0b54.png) 0 0 no-repeat}.delete_bar em:hover{opacity:.75}.grid_img:hover .delete_bar{opacity:1;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}#main{width:100%}.detail_text_container{position:relative;width:1090px;overflow:hidden;margin:30px auto 0}.dialog_container,.text_container{width:700px}.dialog_container .dialog_data{box-sizing:border-box;background:#2b2f35;padding:40px;margin-bottom:20px;border:1px solid #31353c;color:#fff}.dialog_container .dialog_data>p .dialog_name{margin:0 .2rem}.dialog_container .dialog_data>p .dialog_content{color:#c5a162}.dialog_container .dialog_data>p .dialog_dot{margin:0 .1rem}.dialog_container .dialog_data>p:nth-child(odd){-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;text-align:left}.dialog_container .dialog_data>p:nth-child(2n),.dialog_container .dialog_data>p:nth-child(odd){display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.dialog_container .dialog_data>p:nth-child(2n){text-align:right;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.article_data{box-sizing:border-box;background:#2e3135;padding:40px;margin-bottom:20px}.article_data h2{word-break:break-all;color:#fff;font-size:18px;text-align:center;line-height:40px}.article_data p{color:#fff;font-size:14px;line-height:28px}.article_data p span{display:inline-block}.article_data p .ql-size-small{font-size:12px}.article_data p .ql-size-large{font-size:15px}.article_data p .ql-size-huge{font-size:18px}.article_data p.html-style-new p{padding-bottom:15px;line-height:20px}.article_data p.html-style-new .ql-size-small{line-height:18px}.article_data p.html-style-new .ql-size-large{line-height:23px}.article_data p.html-style-new .ql-size-huge{line-height:29px}.article_data .art_time{display:block;width:100%;font-size:14px;color:#a8a8aa;text-align:center;margin-bottom:18px}.article_data img{width:auto;max-width:100%;display:block;margin:20px auto}.article_data a{color:#0085ee;text-decoration:underline}.article_author_part{width:100%;height:130px;background-color:#2e3135;padding:30px 20px;box-sizing:border-box;margin-bottom:10px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.article_author_part .author_pic{width:70px;height:70px;background-color:#2e3135;border-radius:100%;display:block;cursor:pointer}.article_author_part .author_infos{width:180px;height:70px;margin:0 10px;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.article_author_part .author_infos,.article_author_part .author_infos .author_name_info{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.article_author_part .author_infos .author_name_info{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.article_author_part .author_infos .author_name_info .author_name{font-size:18px;line-height:24px;color:#fff;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;max-width:calc(100% - 27px)}.article_author_part .author_infos .author_name_info .author_name:hover{text-decoration:underline}.article_author_part .author_infos .author_name_info .authenticated{margin-left:3px;display:block;width:24px;height:24px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_authentication_1c0a4133.png) 0 0 no-repeat;background-size:100%}.article_author_part .author_infos .author_text{font-size:14px;color:#7c7c7c;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article_author_part .author_infos .stati_datas{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.article_author_part .author_infos .stati_datas .stati_data:first-child{margin-right:20px}.article_author_part .author_infos .stati_datas span{color:#fff;font-weight:700;font-size:16px}.article_author_part .author_infos .stati_datas span.title{color:#7c7c7c;font-size:14px;font-weight:400}.article_author_part .follow-wrap{width:70px;height:30px;line-height:30px;border-radius:30px;text-align:center;font-size:12px;overflow:hidden}.article_author_part .follow-wrap a{display:block}.article_author_part .follow-wrap a.follow_btn{background-color:#c5a162;color:#fff}.article_author_part .follow-wrap a.followed_btn{background-color:#a9a9a9;color:#1d1f21}.detail_pic_pop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000;overflow:auto;background:rgba(0,0,0,.8);opacity:0;visibility:hidden;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.detail_pic_pop.show{opacity:1;visibility:visible;-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-ms-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease}.pic_pop_container{position:relative;width:1200px;margin:0 auto}.detail_temple_box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;width:100%;height:100%}.detail_temple_box .detail_box{width:700px}.audio_container{height:598px;background:#2e3135;margin-bottom:4px;position:relative}.audio_container .canvas-container{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.music_container{width:100%;height:390px;background:#2e3135;margin-bottom:10px;position:relative}.music_container .cd_box{width:249px;height:250px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/music_cd_7d90bb0d.png) no-repeat;position:absolute;top:50%;left:50%;transform:translate(-30%,-50%);pointer-events:none;z-index:1}.music_container .cover_box{width:252px;height:252px;background-color:#fff;border-radius:10px;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-70%,-50%);z-index:2}.music_container .cover_box img{width:100%;height:100%;border-radius:10px}.music_container .audio{width:100%;position:absolute;bottom:0}.music_container .audio::-webkit-media-controls-panel{background:transparent}.pic_container,.video_container{width:700px}.pic_container .gallery-top,.video_container .gallery-top{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.pic_container .gallery-top,.pic_container .thumbs_wrap,.video_container .gallery-top,.video_container .thumbs_wrap{background:#2e3135;box-sizing:border-box;margin-bottom:10px}.pic_container .thumbs_wrap .gallery-thumbs,.video_container .thumbs_wrap .gallery-thumbs{padding:20px 93px 55px;overflow:hidden}.pic_container video,.video_container video{background:#2b2f35;max-width:100%;max-height:500px}.dialog_data{box-sizing:border-box;background:#2b2f35;padding:40px;margin-bottom:20px;border:1px solid #31353c;color:#fff}.dialog_data>p .dialog_name{margin:0 .2rem}.dialog_data>p .dialog_content{color:#c5a162}.dialog_data>p .dialog_dot{margin:0 .1rem}.dialog_data>p:nth-child(odd){-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;text-align:left}.dialog_data>p:nth-child(2n),.dialog_data>p:nth-child(odd){display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.dialog_data>p:nth-child(2n){text-align:right;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.gallery-top{box-sizing:border-box;width:700px;background:#fff;margin-bottom:10px}.gallery-top .swiper-slide{width:100%!important;height:624px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;overflow:hidden}.gallery-top .swiper-slide img{max-width:100%;cursor:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bigger_136b9960.png),auto;display:block}.thumbs_wrap{position:relative;background:#fff}.gallery-thumbs{margin-bottom:10px;width:100%;box-sizing:border-box;padding:10px 20px 50px}.gallery-thumbs .swiper-slide{cursor:pointer;width:121px;height:121px;box-sizing:border-box;margin-right:10px!important;border-radius:8px;overflow:hidden}.gallery-thumbs .swiper-slide img{width:100%;height:100%;object-fit:cover}.gallery-thumbs .swiper-slide.swiper-slide-active{border:2px solid #fff}.swiper-pagination-current{color:#fff;font-size:16px;line-height:36px}.swiper-pagination-fraction,.swiper-pagination-total{color:#fff}.next_btn_big,.prev_btn_big{position:absolute;z-index:10;top:50%;margin-top:-45px;box-sizing:border-box;cursor:pointer;width:60px;height:90px;background:rgba(0,0,0,.4)}.next_btn_big:hover,.prev_btn_big:hover{background:rgba(0,0,0,.7)}.next_btn_big:after,.next_btn_big:before,.prev_btn_big:after,.prev_btn_big:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:31px;height:31px;line-height:31px;font-family:icomoon;display:block;font-size:31px;color:#fff;font-style:normal;font-weight:400;text-align:center;margin:0 auto}.prev_btn_big{left:0}.prev_btn_big:before{content:"\e9a1"}.next_btn_big{right:0}.next_btn_big:before{content:"\e9a2"}.next_btn_small,.prev_btn_small{position:absolute;z-index:99;top:0;box-sizing:border-box;cursor:pointer;width:93px;height:196px;background:#2e3135}.next_btn_small:hover:before,.prev_btn_small:hover:before{color:#c5a162}.next_btn_small:before,.prev_btn_small:before{position:absolute;top:80px;transform:translate(-50%,-50%);width:17px;height:31px;line-height:31px;font-family:icomoon;display:block;font-size:17px;color:#fff;font-style:normal;font-weight:400;text-align:center;margin:0 auto}.prev_btn_small{left:0}.prev_btn_small:before{content:"\e9a8";left:17px}.next_btn_small{right:0}.next_btn_small:before{content:"\e9a9";right:17px}.pic_big_pop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);right:0;z-index:10000;padding-top:20px;box-sizing:border-box}.pic_big_popwrap{width:100%;height:100%;overflow:auto}.pic_big_popwrap img{display:block;max-width:100%;margin:0 auto}.lightboxOverlay{z-index:10001!important}.lightbox{z-index:10002!important}.lb-nav a.lb-next,.lb-nav a.lb-prev{background:none!important}.lb-nav a.lb-prev{cursor:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/prev_84b76dee.png),auto}.lb-nav a.lb-next{cursor:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/next_31f15875.png),auto}#video{height:565px}#NIE-share .NIE-share .NIE-share-iconBtn a:hover{color:#c5a162}.group_box{background:#2b2f35;border:1px solid #31353c;padding:20px;margin-bottom:20px;box-sizing:border-box}.group_box .group_tit{margin-bottom:20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.group_box .group_tit .group-tag{padding:2px 10px;background-color:#222427;color:#c5a162;font-weight:bolder;font-size:18px;margin-right:10px}.group_box .group_tit .title{color:#fff;font-size:18px;width:calc(100% - 66px)}.group_box .group_item,.group_box .group_tit .title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group_box .group_item{font-size:14px;margin:0 5px 10px 0;border-radius:6px;height:29px;line-height:27px;padding:0 10px;color:#a8a8aa;border:1px solid #5c5e65;width:100%;text-align:center;box-sizing:border-box}.group_box .group_item:last-child{margin-bottom:0}.group_box .group_item.cur,.group_box .group_item:hover{color:#c5a162;border-color:#c5a162}.tag_list_box{width:100%;padding-left:8px;box-sizing:border-box;margin:auto}.tag_list_box,.tag_list_box .tag_item{height:34px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;position:relative}.tag_list_box .tag_item{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end;margin-right:60px;color:#a9a9a9;font-size:14px;line-height:34px;text-align:center;-webkit-transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s;transition:color .2s}.tag_list_box .tag_item.cur,.tag_list_box .tag_item:hover{color:#fff;font-size:18px;font-weight:bolder}.tag_list_box .tag_item.cur:before,.tag_list_box .tag_item:hover:before{width:18px;height:4px;border-radius:4px;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%);z-index:1;content:"";display:block;background-color:#c5a162}.tab_btns{position:absolute;right:0;top:3px;width:210px}.tab_btns,.tab_btns a{height:28px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.tab_btns a{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;width:100px;line-height:28px;font-size:14px;color:#c5a162;background:#fff;box-sizing:border-box}.tab_btns a:first-child{border-top-left-radius:14px;border-bottom-left-radius:14px}.tab_btns a:first-child:before{width:14px;height:28px;font-family:icomoon;content:"\e90f";display:block;font-size:14px;color:#c5a162;font-style:normal;font-weight:700;margin-right:6px}.tab_btns a:nth-child(2){border-top-right-radius:14px;border-bottom-right-radius:14px}.tab_btns a:nth-child(2):before{width:14px;height:28px;font-family:icomoon;content:"\e9ad";display:block;font-size:12px;color:#c5a162;font-style:normal;font-weight:700;margin-right:6px}.tab_btns a.cur,.tab_btns a:hover{background:#c5a162;color:#fff}.tab_btns a.cur:before,.tab_btns a:hover:before{color:#fff}.game_btns{position:absolute;right:-18px;top:20px;width:auto;height:24px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.game_btns a{display:block;color:#a8a8aa;font-size:14px;text-align:left;box-sizing:border-box;padding:0 18px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:relative;border-left:1px solid #a8a8aa}.game_btns a:first-child{border:none}.game_btns a.cur,.game_btns a:hover{color:#c5a162}.tab_bar{position:relative;width:100%;height:34px;padding:0 0 20px}.gamelist_main .tab_bar{height:24px;line-height:24px;margin-bottom:20px}.infobox_sidebar{background-color:#2b2f35;width:210px;height:296px}.infobox_sidebar .tit{text-indent:20px;height:60px;line-height:60px;color:#fff;font-size:18px;font-weight:700;border-bottom:1px solid #5c5e65}.infobox_sidebar a{width:100%;height:44px;display:block;padding-left:20px;box-sizing:border-box;position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;line-height:40px;color:#fff;font-size:16px;cursor:pointer}.infobox_sidebar a.cur,.infobox_sidebar a:hover{background-color:#3c3a3b;color:#c5a162}.infobox_sidebar a .num{position:absolute;top:50%;margin-top:-8px;right:20px;height:15px;line-height:15px;background:#c5a162;color:#fff;font-size:12px;padding:0 10px;border-radius:10px;font-style:normal}.infobox_sidebar a:before{font-family:icomoon;width:16px;height:44px;display:block;margin-right:8px;color:#a9a9a9;font-size:18px;font-style:normal;font-weight:700}.infobox_sidebar a.cur:before,.infobox_sidebar a:hover:before{color:#c5a162}.infobox_sidebar a[data-val=sys-notify]{height:60px}.infobox_sidebar a[data-val=sys-notify]:before{content:"\e95a"}.infobox_sidebar a[data-val=comment]:before{content:"\e94f"}.infobox_sidebar a[data-val=like]:before{content:"\e978"}.infobox_sidebar a[data-val=bookmark]:before{content:"\e915"}.infobox_sidebar a[data-val=follow]:before{content:"\e973"}.profile_tab{position:relative;padding:0 20px}.profile_tab,.profile_tab a{width:100%;box-sizing:border-box}.profile_tab a{display:block;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;color:#a8a8aa;font-size:16px;height:58px;line-height:58px;background:#2e3135;padding:0 10px;border-bottom:1px solid #31353c}.profile_tab a.gamecircle span{margin-top:11px}.profile_tab a:before{display:block;width:21px;height:58px;font-family:icomoon;color:#a8a8aa;font-size:20px;font-style:normal;font-weight:400;text-align:center}.profile_tab a.cur,.profile_tab a:hover{color:#fff;background:#c5a162}.profile_tab a.cur:before,.profile_tab a:hover:before{color:#fff}.profile_tab a[data-val=group]:before{content:"\e9c3";font-size:15px}.profile_tab a[data-val=group]:hover .group-list{display:block}.profile_tab a[data-val=article]:before{content:"\e9bf";font-size:18px}.profile_tab a[data-val=bookmark]:before{content:"\e9c4";font-size:18px}.profile_tab a[data-val=like]:before{content:"\e9c0";font-size:18px}.profile_tab a[data-val=fans]:before{content:"\e9c1";font-size:19px}.profile_tab a[data-val=gamecircle]:before{content:"\e9c2";font-size:19px}.profile_tab a i{font-style:normal;font-weight:400;margin-left:5px}.profile_tab span{display:block;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin-left:10px}.profile_tab .group-list{position:absolute;width:208px;right:-188px;top:60px;display:none;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.profile_tab .group-list:after,.profile_tab .group-list:before{content:"";width:0;height:0;position:absolute;top:16px;left:-2px;border:9px solid transparent;border-right-color:#5c5e65}.profile_tab .group-list:after{border-color:transparent #2b2f35 transparent transparent;left:-1px}.profile_tab .group-list ul{position:relative;border:1px solid #5c5e65;margin-left:15px;max-height:272px;overflow-y:auto;scrollbar-arrow-color:#ab855e;scrollbar-face-color:#ab855e;scrollbar-3dlight-color:#ab855e;scrollbar-highlight-color:#666;scrollbar-shadow-color:#ab855e;scrollbar-darkshadow-color:#666;scrollbar-track-color:#2b2f35;scrollbar-base-color:#ab855e}.profile_tab .group-list ul::-webkit-scrollbar{width:5px;background-color:#22252a}.profile_tab .group-list ul::-webkit-scrollbar-track{background:#22252a;-webkit-box-shadow:inset 0 0 6px #22252a}.profile_tab .group-list ul::-webkit-scrollbar-thumb{background:#ab855e;border-radius:5px}.profile_tab .group-list ul li a{text-align:center;display:block;height:45px;line-height:45px;color:#d4d4d4;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:normal}.profile_tab .group-list ul li a.cur,.profile_tab .group-list ul li a:hover{color:#c5a162;background:#2e3135}.rank_nav{width:100%;font-size:14px;-webkit-align-items:start;-moz-align-items:start;-ms-align-items:start;align-items:start;-ms-flex-align:start;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.rank_nav,.rank_nav a{height:56px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.rank_nav a{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}.rank_nav a:first-child{margin-left:0}.rank_nav a span{width:55px;position:relative;display:block;color:#a8a8aa;font-size:14px;line-height:56px;height:56px;text-align:center;-webkit-transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s;transition:color .2s}.rank_nav a span:before{font-family:icomoon;position:absolute;bottom:-24px;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%);content:"";display:block;width:55px;height:55px;content:"\e95b";font-size:55px;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.rank_nav a:first-child{margin-left:26px}.rank_nav a.cur span,.rank_nav a:hover span{color:#c5a162}.rank_nav a.cur span:before,.rank_nav a:hover span:before{opacity:1}.select-upload-tag{margin-top:6px;border-bottom:1px solid #373b41}.select-upload-tag,.select-upload-tag .tag_item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.select-upload-tag .tag_item{position:relative;height:100%;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin-right:60px}.select-upload-tag .tag_item span{color:#a9a9a9;font-size:18px;line-height:30px}.select-upload-tag .tag_item:before{font-family:icomoon;display:block;content:"";font-weight:400;font-size:16px;width:16px;height:auto;color:#ddd;margin-right:7px}.select-upload-tag .tag_item[data-val=music]:before{content:"\e9cc"}.select-upload-tag .tag_item[data-val=image]:before{content:"\e9ae"}.select-upload-tag .tag_item[data-val=audio]:before{content:"";background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_upload_audio_fc0d6bc9.png) 0 0 no-repeat;background-size:100%;width:16px;height:17px}.select-upload-tag .tag_item[data-val=video]:before{content:"\e9b3"}.select-upload-tag .tag_item[data-val=text]:before{content:"\e9b2"}.select-upload-tag .tag_item.cur:before,.select-upload-tag .tag_item.cur span{color:#c5a162}.select-upload-tag .tag_item.cur:after{width:18px;height:4px;border-radius:4px;position:absolute;bottom:-2px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);z-index:1;content:"";display:block;background-color:#c5a162}.select-upload-tag .tag_item.cur[data-val=audio]:before{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_upload_audio_h_db430696.png) 0 0 no-repeat;background-size:100%}.loading{display:flex;align-items:center;justify-content:center;margin-top:20px;width:100%;height:50px;background:#2b2f35}.loading a{color:#fff;font-size:16px}.loading a:hover{color:#c5a162}.loading.end em{display:none}.loading em{width:26px;height:26px;display:block;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/loading_0c1d256f.gif) 0 0 no-repeat;background-size:100% 100%}.loading span{margin:0 13px;display:block;line-height:50px;color:#a8a8aa;font-size:18px}.timeline-loading{margin-top:0;background:#2b2f35;color:#fff;font-size:16px}.loading-container .loading-img{display:block;width:334px;margin:20px auto 0}.waterfall{position:relative;margin:0 auto}.waterfall-flow{width:100%}.waterfall-flag{width:100%;display:flex;align-items:left;justify-content:left;flex-direction:row;flex-wrap:wrap;flex-flow:row wrap;align-content:flex-end}.login_pop_mask .com_content{position:relative;width:720px;height:534px;background:#fff;border-radius:10px}.login_pop_mask .com_content.hide{display:none}.login_pop_mask .com_content .title{height:75px;background:#f9f9f9;text-align:center;line-height:75px;border-bottom:1px solid #e2e2e2;font-size:18px;font-weight:700}.login_pop_mask .com_content .weixin_login{width:100%;height:34px;line-height:34px;text-align:left;font-size:14px;color:#a9a9a9;position:absolute;bottom:66px;left:0;z-index:1;box-sizing:border-box;padding-left:360px}.login_pop_mask .com_content .weixin_login:before{content:"";display:block;position:absolute;width:43px;height:34px;top:0;left:50%;margin-left:-54px;z-index:1;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_weixin_535a0dcb.png) 0 0 no-repeat}.weixin_login_box{display:none}.weixin_login_box.show{display:block}.weixin_login_box .close_weixinlogin{font-size:24px;color:#949494;position:absolute;left:45px;top:34px;z-index:1}.weixin_login_box .close_weixinlogin:hover{color:#c62b34}.weixin_login_box img{display:block;width:286px;height:286px;border:14px solid #c62b34;box-sizing:border-box;margin:46px auto 42px}.weixin_login_box p{width:100%;font-size:20px;text-align:center;color:#5d5d5d}.server_select dl{margin-top:15px}.server_select dd{width:100%;height:60px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.server_select .dd_title{width:130px;font-size:16px;line-height:60px;color:#5b5b5b;text-align:right}.server_select select{padding-left:10px;border:1px solid #e2e2e2;border-radius:3px;display:block;width:291px;height:40px;line-height:40px;color:#5b5b5b;font-size:14px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arrow_972fbab6.png) no-repeat 100% #f9f9f9}.login_submit{display:block;width:160px;height:45px;line-height:45px;text-align:center;margin-top:15px}#email_login{width:480px!important;height:400px!important}.login-urs{position:relative;height:400px}.login_pop_mask{display:block}.login_pop_mask .login_content{position:relative;width:720px;height:500px;min-height:500px;background:#fff;border-radius:10px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.login_pop_mask .login_content .login-channel{position:absolute;top:405px;right:115px;color:#999;font:16px/1.14 Microsoft YaHei,微软雅黑,宋体,helvetica,Hiragino Sans GB}.login_pop_mask .login_content .login-channel:hover{color:#666}.login_pop_mask .login_content .guide{position:absolute;top:405px;left:115px;color:#999;font:16px/1.14 Microsoft YaHei,微软雅黑,宋体,helvetica,Hiragino Sans GB}.login_pop_mask .login_content .guide:hover{color:#666}.login_pop_mask .login_content .tit{display:block;width:100%;text-align:center;font-weight:400;margin:38px auto 28px;color:#000;font-size:24px}.login_pop_mask .login_content .login_suc_text{width:100%;height:500px}.login_pop_mask .login_content .login_authors,.login_pop_mask .login_content .login_suc_text{display:none}.login_pop_mask .login_content .login_authors.show,.login_pop_mask .login_content .login_games.show,.login_pop_mask .login_content .login_suc_text.show{display:block}.login_pop_mask .login_content .login_suc_text .tit{margin:180px auto 60px}.login_pop_mask .login_content .login_games_box{margin:0 0 54px;height:300px;box-sizing:border-box;padding:0 100px}.login_pop_mask .login_content .login_games_box li{margin:0 3px 12px 0;width:120px;height:144px;float:left}.login_pop_mask .login_content .login_games_box li.cur a{background:#be1d08}.login_pop_mask .login_content .login_games_box li.cur a span{color:#fff}.login_pop_mask .login_content .login_games_box li.cur a img{border:1px solid #fff}.login_pop_mask .login_content .login_games_box li a{display:block;width:120px;height:144px;box-sizing:border-box;padding-top:14px}.login_pop_mask .login_content .login_games_box li a img{display:block;width:100px;height:100px;margin:0 auto;box-sizing:border-box}.login_pop_mask .login_content .login_games_box li a span{display:block;width:100%;text-align:center;font-size:14px;line-height:22px;color:#5c5c5c}.login_pop_mask .login_content .login_authors_box{width:100%;margin:0 0 30px 86px;min-height:400px}.login_pop_mask .login_content .login_authors_box li{float:left;width:266px;height:112px;box-sizing:border-box;border:1px solid #d2d2d2;padding:16px 18px 18px 14px;background:#fff;margin:0 12px 12px 0;position:relative;cursor:pointer}.login_pop_mask .login_content .login_authors_box li.cur{background:#be1d08}.login_pop_mask .login_content .login_authors_box li.cur .author_name,.login_pop_mask .login_content .login_authors_box li.cur .author_text,.login_pop_mask .login_content .login_authors_box li.cur .stati_datas span{color:#fff}.login_pop_mask .login_content .login_authors_box .author_pic{display:block;width:78px;height:78px;border:4px solid #be1d08;border-radius:100%;box-sizing:border-box;margin-right:12px;float:left}.login_pop_mask .login_content .login_authors_box .author_info{width:142px;float:left}.login_pop_mask .login_content .login_authors_box .author_name{color:#383838;font-size:16px}.login_pop_mask .login_content .login_authors_box .stati_datas{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin:4px 0}.login_pop_mask .login_content .login_authors_box .stati_datas .stati_data{margin:2px 0}.login_pop_mask .login_content .login_authors_box .stati_datas .stati_data:first-child{margin-right:8px}.login_pop_mask .login_content .login_authors_box .stati_datas span{text-align:center;color:#6f6f6f;font-size:12px;display:inline-block;margin-right:0;line-height:16px}.login_pop_mask .login_content .login_authors_box .author_text{color:#bbbaba;font-size:12px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.login_pop_mask .login_content .btn{display:block;width:286px;height:48px;background:#be1d08;line-height:48px;font-size:18px;color:#fff;text-align:center;margin:0 auto 50px}.login_pop_mask .login_content .btn:hover{opacity:.85}.login_pop_mask .login_content .pass_btn{position:absolute;right:56px;bottom:60px;z-index:1;color:#b4b4b4;font-size:18px}.login_pop_mask .login_content .pass_btn:hover{color:#be1d08}.info_box{width:974px;background:#2b2f35}.info_box .title{padding:0 40px;border-bottom:2px solid #5c5e65;height:100px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.info_box .title span{color:#fff;font-size:18px;font-weight:700}.info_list{margin:40px 40px 0;border:1px solid #5c5e65}.info_list .rule_btn{width:100%;font-size:14px;font-weight:700;display:block;color:#c5a162}.info_list li{width:100%;border-bottom:1px solid #5c5e65;min-height:60px;padding:10px;box-sizing:border-box;color:#fff;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.info_list li span{color:#fff}.info_list li:hover{background:#3c3a3b}.info_list li:hover .clear_thisinfo{opacity:1}.info_list li.seen .article_name,.info_list li.seen span{color:#fff}.info_list li.sys:hover{background:#2b2f35}.info_list li.sys:hover .article_name{text-decoration:none;cursor:text}.info_list li .article_name{margin-left:15px}.info_list li:last-child{border:0}.info_list .avatar_pic{width:60px;height:60px;border:1px solid #e5e5e5;border-radius:100%;background-color:#fff;margin-right:12px}.info_list .avatar_pic img{display:block;border-radius:100%;width:54px;height:54px}.info_list .notification_info{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;width:85%}.info_list .notification_info,.info_list .notification_info .notification_box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.info_list .notification_info .notification_box{margin-right:20px}.info_list .sender_name{color:#d2c199;font-size:16px;display:block;margin-top:10px}.info_list .sender_name:hover{text-decoration:underline}.info_list .article_name,.info_list span{color:#666;font-size:14px}.info_list .article_name{font-weight:700;width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info_list .article_name:hover{text-decoration:underline}.info_list .clear_thisinfo{opacity:0;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;margin-left:10px;width:16px;height:16px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_close_small_99b6f897.png) 0 0 no-repeat}.profile-comment .comment-li{width:96%;margin:0 auto;border-radius:20px;box-sizing:border-box;padding:10px}.profile-comment .comment-li .comment-person{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;color:#666;margin-bottom:10px}.profile-comment .comment-li .comment-person img{width:50px;height:50px;display:block;border-radius:100%;margin-right:20px}.profile-comment .comment-li .comment-person .sender_name{display:block;color:#666;font-size:14px}.profile-comment .comment-li .comment-person span{font-size:14px}.profile-comment .comment-li .comment-con{margin-bottom:10px}.profile-comment .comment-li .comment-con i{font-style:normal;color:#c5a162}.profile-comment .comment-li .origin-work{background:#f1f1f1;margin-top:10px;padding:10px;box-sizing:border-box;border-radius:10px;color:#ccc}.profile-comment .comment-li .origin-work .origin-work-comment{color:#666;margin-bottom:10px}.profile-comment .comment-li .origin-work .origin-work-detail{background:#fff;color:#999;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;padding:10px;font-size:10px}.profile-comment .comment-li .origin-work .origin-work-detail img{width:50px;height:50px;margin-right:10px}.profile-comment .comment-li .origin-work .origin-work-detail span{display:block;color:#666}.profile-comment .reply_box{margin:0}.pager{text-align:center;height:80px}.pager a{font-size:14px;cursor:pointer;margin:0 5px;color:#666;line-height:80px;text-decoration:none}.pager a.cur,.pager a:hover{color:#c5a162}.pager a.disabled{color:#bbb}.pager span{margin:0 5px}.rank_container{position:relative}.rule_container{width:1000px;background:#2b2f35;margin:0 auto 30px}.rule_container h3{padding:0 40px;border-bottom:2px solid #5c5e65;height:100px;color:#fff;font-size:18px;line-height:100px}.rule_container p{padding:10px 50px;color:#fff;font-size:16px;line-height:34px}.rank_rule_btn{cursor:pointer;position:absolute;top:0;right:26px;width:100px;height:34px}.rank_rule_btn em{width:12px;height:12px;margin-right:10px;height:20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.rank_rule_btn em:before{width:12px;height:12px;font-family:icomoon;content:"\e951";display:block;font-size:12px;color:#a9a9a9;font-style:normal;font-weight:400;margin-top:1px}.rank_rule_btn span{display:block;color:#a9a9a9;font-size:14px;line-height:20px}.rank_rule_btn:hover em:before,.rank_rule_btn:hover span{color:#c5a162}.rank_rule_btn:hover .rank_rule{opacity:1;visibility:visible}.rank_rule{cursor:default;position:absolute;z-index:10;top:64px;left:50%;margin-left:-290px;width:350px;box-sizing:border-box;padding:20px;border:1px solid #5c5e65;background:#2b2f35;opacity:0;visibility:hidden;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.rank_rule i{position:absolute;top:-22px;right:35px;display:block;width:29px;height:22px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rankurle_tip_590dbd9d.png) 0 0 no-repeat}.rank_rule ol{padding-left:15px}.rank_rule li{list-style:decimal}.rank_rule li,.rank_rule p{color:#a8a8aa;font-size:14px}.profile-page{width:100%;max-width:1200px;margin:0 auto}.profile_top{box-sizing:border-box;padding:10px 0}.avator_part{position:relative;width:100%;padding:0 20px;box-sizing:border-box;margin-bottom:40px}.avator_part .avator_part_desc{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.avator_part .avator{position:relative}.avator_part .avator img{display:block;width:41px;height:41px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.avator_part .avator .v{position:absolute;width:13px;height:13px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_v_59197e81.png) 0 0 no-repeat;bottom:-3px;right:13px}.avator_part .edit_personal_info{font-size:0;width:20px;height:20px;display:block;position:absolute;right:20px;top:0;border:none}.avator_part .edit_personal_info:before{font-family:icomoon;color:#fff;font-size:20px;font-style:normal;font-weight:400;width:20px;height:20px;display:block;content:"\e9af"}.avator_part .edit_personal_info:hover:before{color:#c5a162}.profile_btn_wrap{margin-top:30px;width:100%;padding:0 20px;box-sizing:border-box}.profile_btn_wrap .profile_btn{margin-bottom:30px}.profile_btn{display:block;width:100%;height:42px;box-sizing:border-box;border:1px solid #a8a8aa;color:#a8a8aa;font-size:14px;text-align:center;line-height:40px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.profile_info{margin-left:10px;width:170px}.profile_info h3{color:#fff;font-weight:400;margin-bottom:3px}.profile_info h3,.profile_info p{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile_info p{color:#7c7c7c;display:block}.profile_info .follow_btn,.profile_info .followed_btn{display:block;width:60px;height:26px;line-height:26px;text-align:center;color:#fff;font-size:14px;background:#c5a162;margin:6px 0;border-radius:3px}.profile_info .follow_btn.hide,.profile_info .followed_btn.hide{display:none}.profile_info .followed_btn{background:#666}.personal_pop_mask input.red,.personal_pop_mask textarea.red{border-color:#c5a162!important}.personal_pop_mask .personal_content{width:830px}.personal_pop_mask h4{color:#c5a162;font-size:18px;margin-bottom:30px;height:41px;line-height:41px}.personal_pop_mask .part_one{position:relative;padding:30px;border-bottom:1px solid #5c5e65;color:#fff}.personal_pop_mask .part_one:before{content:"请各位阴阳师大人务必认真填写带*资料，以方便后期联系发奖";position:absolute;top:17px;left:265px;color:#c5a162;font-size:14px}.personal_pop_mask .title{font-size:16px;font-weight:700;width:90px;text-align:right}.personal_pop_mask .title em{color:#c5a162;margin-right:2px}.personal_pop_mask .nickname_part{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.personal_pop_mask .nickname_part img{display:block;width:68px;height:68px;border-radius:100%;margin-right:18px}.personal_pop_mask .nickname_part .nickname{display:block;color:#d2c199}.personal_pop_mask .nickname_part .nickname_head{position:relative}.personal_pop_mask .nickname_part .nickname_head:before{width:20px;height:20px;line-height:20px;text-align:center;font-family:icomoon;font-size:14px;content:"\e934";position:absolute;top:50px;left:50px;color:#fff;background:#c5a162;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.personal_pop_mask .nickname_part strong:before{content:"*";color:#c5a162}.personal_pop_mask .part_two dt{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;flex-pack:justify;position:relative}.personal_pop_mask .part_two dd{margin-bottom:20px}.personal_pop_mask .part_two form,.personal_pop_mask .part_two input,.personal_pop_mask .part_two textarea{background:none;width:653px}.personal_pop_mask .part_two form.edit,.personal_pop_mask .part_two input.edit,.personal_pop_mask .part_two textarea.edit{border:1px solid #e2e2e2}.personal_pop_mask .part_two form input{width:auto}.personal_pop_mask .part_two form label{line-height:40px;margin-right:10px;color:#fff}.personal_pop_mask .part_two textarea{line-height:30px}.edit_nickname_wrap{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.edit_nickname_wrap.hide{display:none}.edit_nickname{display:block;margin-left:20px;width:16px;height:15px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_edit_e56cf59b.png) 0 0 no-repeat}.edit_contectinfo{width:120px;height:42px;margin:0 auto;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;border-radius:.1rem;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#c5a162}.edit_contectinfo.hide{display:none}.edit_contectinfo span{color:#fff;font-size:14px}.edit_contectinfo em{display:block;width:16px;height:15px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_edit_e56cf59b.png) 0 0 no-repeat}.submit_contectinfo{width:82px;height:30px;background:#c5a162;font-size:14px;color:#fff;text-align:center;line-height:30px;margin:0 10px}.submit_contectinfo.hide{display:none}.edit_nickname_inp{width:246px}.cancel_nickname,.submit_nickname{display:block;width:75px;height:24px;line-height:24px;border:1px solid #eaeaea;color:#666;font-size:12px;text-align:center;margin-left:20px;background:#f9f9f9}.cancel_nickname:hover,.submit_nickname:hover{border-color:#c5a162;color:#c5a162;background-color:#fff}.nickname_tips{text-indent:86px}.btn_select_avatar,.nickname_tips{color:#a8a8aa;position:absolute;bottom:12px}.btn_select_avatar{right:40px;width:82px;height:30px;line-height:30px;border:1px solid #5c5e65;font-size:14px;text-align:center}.btn_select_avatar.hide{display:none}.author-page{width:100%;min-height:1100px;position:relative;overflow:hidden;margin:0 auto;box-sizing:border-box;padding:0 363px 0 0}.authorlist_main{padding:0 48px 60px}.authorlist_main .authorlist_tit{width:100%;text-align:center;font-size:18px;font-weight:400;color:#fff;padding-top:16px;line-height:50px}.author_right_bar{width:318px;max-height:690px;overflow-y:auto;box-sizing:border-box;border:1px solid #5c5e65;background:#2b2f35;position:absolute;right:24px;top:40px;z-index:5;padding:0 20px;-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}.author_right_bar::-webkit-scrollbar{width:0;background:transparent}.author_right_bar .author_right_item{padding-top:26px}.author_right_bar .author_right_tit{color:#fff;font-size:18px;line-height:52px;border-bottom:1px solid #fff;text-align:center;margin-bottom:24px}.author_right_bar .author_list{width:100%}.author_right_bar .author_list li{height:56px;margin-bottom:18px;position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.author_right_bar .author_list li .rank_num{display:block;line-height:56px;font-size:24px;color:#c5a162;margin-right:10px}.author_right_bar .author_list li img{display:block;width:56px;height:56px;border-radius:100%;margin-right:8px}.author_right_bar .author_list li .info_box a{display:block;font-size:16px;color:#5a84cc;margin-top:6px}.author_right_bar .author_list li .info_box p{font-size:14px;color:#b5b5b5}.author_right_bar .author_list li .author_right_btn{position:absolute;right:0;top:15px;padding:0 12px;height:22px;line-height:22px;border:1px solid #aaa;font-size:14px;color:#8e8e8e}.tips{width:100%;color:#b6b6b6;font-size:18px;text-align:center;line-height:36px}.author_box_list{width:100%;margin:0 auto;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.author_box_list,.author_box_list .author_box_item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.author_box_list .author_box_item{width:368px;height:auto;box-sizing:border-box;border:1px solid #5c5e65;margin:0 4px 10px;padding:27px 10px 52px 20px;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;-moz-box-align:center;box-align:center;position:relative}.author_box_list .author_box_item .author_pic{display:block;width:100px;height:100px;border:5px solid #c5a162;border-radius:100%;box-sizing:border-box;margin-right:8px}.author_box_list .author_box_item .author_info{width:232px}.author_box_list .author_box_item .author_name{color:#fff;font-size:18px}.author_box_list .author_box_item .stati_datas{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin:4px 0}.author_box_list .author_box_item .stati_datas .stati_data:first-child{margin-right:20px}.author_box_list .author_box_item .stati_datas span{text-align:center;color:#fff;font-size:14px}.author_box_list .author_box_item .author_text{color:#a8a8aa;font-size:13px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;white-space:normal}.author_box_list .author_box_item .author_like_btn{position:absolute;right:10px;bottom:12px;z-index:2;font-size:16px;padding:0 21px;line-height:27px;border:1px solid #aaa;color:#9c9c9c}.game_pic_list{width:100%;margin:0 auto;min-height:520px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.game_pic_list .game_list_item{width:290px;height:auto;box-sizing:border-box;border:1px solid #5c5e65;padding:6px 6px 10px;background:#2b2f35;margin-bottom:14px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.game_pic_list .game_list_item img{display:block;width:100%}.game_pic_list .game_list_item .game_tit{width:100%;font-size:16px;text-align:center;line-height:38px;color:#fff;border-bottom:1px solid #5c5e65;margin-bottom:8px;font-weight:400}.game_pic_list .game_list_item .game_detail{line-height:18px}.game_pic_list .game_list_item .game_detail i{font-style:normal}.game_pic_list .game_list_item .game_detail span{font-size:12px;color:#a8a8aa;line-height:18px;display:block}.game_pic_list .game_list_item .game_detail .join_game_btn{display:block;color:#a8a8aa;height:22px;line-height:22px;font-size:14px;padding:0 14px;border:1px solid #a8a8aa}.authorlist_main{width:100%;box-sizing:border-box;border:1px solid #5c5e65;background:#2b2f35;padding:35px 3.5% 60px;margin-bottom:100px}.authorlist_main .avator_part{width:100%;height:auto;box-sizing:border-box;margin-bottom:14px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:flex-start;-moz-box-align:flex-start;box-align:flex-start;position:relative}.authorlist_main .avator_part .func_part{width:22px;height:18px;cursor:pointer;position:relative;z-index:10}.authorlist_main .avator_part .func_part:before{font-family:icomoon;display:block;content:"\e97a";font-weight:700;font-size:18px;width:18px;height:18px;color:#c7c7c7}.authorlist_main .avator_part .func_part .func_pannel{position:absolute;top:0;right:-22px;margin:auto;color:#3d3d3d;font-size:14px;line-height:26px;width:106px;height:129px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/pannel_bg_ef3edb61.png) 0 28px no-repeat;box-sizing:border-box;padding-top:48px}.authorlist_main .avator_part .func_part .func_pannel a{display:block;width:100%;height:26px;line-height:26px;text-align:center;color:#666;font-size:14px}.authorlist_main .avator_part .func_part .func_pannel a:hover{color:#c5a162}.authorlist_main .avator_part .avator_part_head{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:100%}.authorlist_main .avator_part .avator{width:168px;height:168px}.authorlist_main .avator_part .author_pic_wrap{width:168px;height:168px;border:12px solid #e5e5e5;border-radius:100%;box-sizing:border-box}.authorlist_main .avator_part .author_pic{display:block;width:100%;height:100%;box-sizing:border-box;border-radius:100%}.authorlist_main .avator_part .author_info{margin-left:3.5%;width:55%}.authorlist_main .avator_part .author_name_info{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.authorlist_main .avator_part .author_name_info .author_name{font-size:20px;line-height:24px;color:#fff;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;max-width:calc(100% - 27px)}.authorlist_main .avator_part .author_name_info .author_name:hover{text-decoration:underline}.authorlist_main .avator_part .author_name_info .authenticated{margin-left:3px;display:block;width:24px;height:24px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_authentication_1c0a4133.png) 0 0 no-repeat;background-size:100%}.authorlist_main .avator_part .stati_datas{position:absolute;left:226px;top:120px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.authorlist_main .avator_part .stati_datas .stati_data:nth-child(2){margin:0 20px}.authorlist_main .avator_part .stati_datas span{text-align:center;color:#c5a162;font-size:14px}.authorlist_main .avator_part .author_text{color:#a8a8aa;font-size:13px;margin:24px 0 14px}.authorlist_main .avator_part .follow_btn,.authorlist_main .avator_part .followed_btn{display:block;position:absolute;right:0;top:40px;z-index:2;font-size:16px;width:110px;height:42px;line-height:42px;color:#fff;text-align:center}.authorlist_main .avator_part .follow_btn{background:#c5a162}.authorlist_main .avator_part .followed_btn{background:#999}.authorlist_main .tit{width:100%;text-align:center;font-size:18px;color:#fff;font-weight:400;margin-bottom:18px}.authorlist_main .gamebox .gamebox_list{width:100%;margin:0 auto 16px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.authorlist_main .gamebox .gamebox_list p{width:100%;color:#a8a8aa;font-size:18px;text-align:center;line-height:36px}.authorlist_main .gamebox .gamebox_list .gamebox_item{width:220px;height:auto;box-sizing:border-box;border:1px solid #d8d8d8;background:#fff;margin:0 14px 14px 0}.authorlist_main .gamebox .gamebox_list .gamebox_item .game_pic,.authorlist_main .gamebox .gamebox_list .gamebox_item a{display:block;width:100%}.authorlist_main .gamebox .gamebox_list .gamebox_item p{width:100%;text-align:center;font-size:14px;color:#585858;line-height:36px}.authorinfo_right_bar{width:318px;height:720px;box-sizing:border-box;border:1px solid #5c5e65;background:#2b2f35;position:absolute;right:24px;top:40px;z-index:5;padding:4px 20px}.authorinfo_right_bar .author_tab_box{width:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-bottom:18px}.authorinfo_right_bar .author_tab_box a{display:block;box-sizing:border-box;width:48%;color:#a8a8aa;font-size:16px;line-height:42px;text-align:center;margin:0 1%;position:relative}.authorinfo_right_bar .author_tab_box a.cur,.authorinfo_right_bar .author_tab_box a:hover{color:#c5a162;border-bottom:1px solid #c5a162}.authorinfo_right_bar .author_tab_box a:first-child:after{content:"";display:block;width:1px;background:#5c5e65;height:20px;position:absolute;right:-4px;top:50%;margin-top:-10px;z-index:1}.authorinfo_right_bar .right_list_box{width:100%;height:600px;overflow:hidden;overflow-y:auto;-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}.authorinfo_right_bar .right_list_box::-webkit-scrollbar{width:0;background:transparent}.authorinfo_right_item{width:100%;height:auto;box-sizing:border-box;margin-bottom:10px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;-moz-box-align:center;box-align:center;position:relative}.authorinfo_right_item .author_pic{display:block;width:56px;height:56px;border-radius:100%;box-sizing:border-box;margin-right:10px}.authorinfo_right_item .author_pic img{display:block;width:100%;height:100%}.authorinfo_right_item .author_info{width:130px}.authorinfo_right_item .author_name{font-size:16px;color:#fff}.authorinfo_right_item .author_text{font-size:14px;color:#a8a8aa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.authorinfo_right_item .follow_btn,.authorinfo_right_item .followed_btn{display:block;width:54px;height:24px;box-sizing:border-box;border:1px solid #5c5e65;color:#a8a8aa;font-size:14px;text-align:center;line-height:24px;position:absolute;right:0;top:50%;margin-top:-12px;z-index:1}.authorinfo_right_item .follow_btn em,.authorinfo_right_item .followed_btn em{font-style:normal}.user-article{width:1200px}@media screen and (max-width:1900px){.authorlist_main{padding:35px 10px 60px}}@media screen and (max-width:1800px){.author_box_list .author_box_item{margin:35px 20px 40px}}.select_date{position:relative;width:100%;padding:16px 0 11px;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.select_date .title{color:#666;font-size:18px;text-align:center}.select_date .return_now{top:0;position:absolute;right:0;color:#333;font-size:14px;height:70px;line-height:70px}.select_date .return_now:hover{color:#c5a162}.select_date .return_now.hide{display:none}.select_date .select_bar{width:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.select_date .select_bar a{position:relative;display:block;width:50px;height:16px;line-height:16px;color:#fff;font-size:14px}.select_date .select_bar a:before{content:"";width:16px;height:16px;font-family:icomoon;display:block;content:"\e98a";font-size:16px;color:#fff}.select_date .select_bar a.prev{padding-left:30px;text-align:left}.select_date .select_bar a.prev:before{position:absolute;left:0;top:0}.select_date .select_bar a.next{padding-right:30px;text-align:right}.select_date .select_bar a.next:before{position:absolute;right:0;top:0;content:"";width:16px;height:16px;font-family:icomoon;display:block;content:"\e987";font-size:16px;color:#fff}.select_date .select_bar a:hover,.select_date .select_bar a:hover:before{color:#c5a162}.select_date .select_bar a.disable{color:#a2a2a2;cursor:default}.select_date .select_bar a.disable:before,.select_date .select_bar a.disable:hover,.select_date .select_bar a.disable:hover:before{color:#a2a2a2}.select_date .select_bar .date{padding:0 28px;color:#fff;font-size:18px}.rank_list .rank_item{position:relative;float:left;padding:0;display:block;width:380px;height:608px}.rank_list .rank_item .rank_num{position:absolute;left:24px;top:0;width:60px;height:80px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/bg_rank_list_8d245ceb.png) 0 0 no-repeat;background-size:100%;z-index:3;color:#fff;font-size:36px;line-height:36px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.rank_list .rank_item .rank_num:before{content:"TOP";display:block;font-size:18px;line-height:18px;font-weight:bolder;margin-top:-16px}.rank_list .rank_item .rank_num.rank0,.rank_list .rank_item .rank_num.rank1,.rank_list .rank_item .rank_num.rank2{font-size:0}.rank_list .rank_item .rank_num.rank0:before,.rank_list .rank_item .rank_num.rank1:before,.rank_list .rank_item .rank_num.rank2:before{display:none}.rank_list .rank_item .rank_num.rank0{width:100px;height:93px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_rank_list_1_de881502.png) 0 0 no-repeat;background-size:100%}.rank_list .rank_item .rank_num.rank1{width:102px;height:97px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_rank_list_2_6c2083bd.png) 0 0 no-repeat;background-size:100%}.rank_list .rank_item .rank_num.rank2{width:108px;height:95px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_rank_list_3_1ee417a9.png) 0 0 no-repeat;background-size:100%;left:10px}.rank_list .rank_item .grid_img{height:478px;background-color:#3f4247;background-size:80px}.rank_list .rank_item .grid_img .text_wrap{height:177px;position:absolute;top:50%;left:0;background-color:#3b3e43;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.rank_list .rank_item .grid_img .icon{right:0;bottom:0;left:auto;top:auto}.rank_list .rank_item .grid_img img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:auto}.rank_list .rank_item .pic_info{padding:16px}.rank_list .rank_item .pic_info .txt_info .pic_name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank_list .rank_item .pic_info .txt_info .author_name{margin-top:10px}.rank_list .rank_item .btn-box{padding:0 16px}.rank_list .rank_item .btn-box .hot_level{width:auto;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.rank_list .rank_item .btn-box .hot_level em{width:18px;height:21px}.rank_list .rank_item .btn-box .hot_level em:before{margin-top:0;width:18px;height:21px;font-size:21px}.rank_list .rank_item .btn-box .hot_level span{color:#a9a9a9!important}.timeline_list .waterfall{min-width:622px;padding:0 28px;box-sizing:border-box;background:#2b2f35}.timeline_list .timeline_item{position:relative;box-sizing:border-box;padding:52px 28px;width:100%;border-bottom:1px solid #5c5e65;background:#2b2f35}.timeline_list .timeline_item .func_part{position:absolute;right:20px;top:0;width:22px;height:18px;cursor:pointer}.timeline_list .timeline_item .func_part:before{font-family:icomoon;display:block;content:"\e97a";font-weight:700;font-size:18px;width:18px;height:18px;color:#c7c7c7}.timeline_list .timeline_item .func_part .func_pannel{position:absolute;top:0;right:-22px;margin:auto;color:#3d3d3d;font-size:14px;line-height:26px;width:106px;height:129px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/pannel_bg_ef3edb61.png) 0 28px no-repeat;box-sizing:border-box;padding-top:48px}.timeline_list .timeline_item .func_part .func_pannel a{display:block;width:100%;height:26px;line-height:26px;text-align:center;color:#666;font-size:14px}.timeline_list .timeline_item .func_part .func_pannel a:hover{color:#c5a162}.timeline_list .timeline_item .funbtn{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;width:120px}.timeline_list .timeline_item .funbtn .txt{color:#a8a8aa;font-size:16px;margin-left:10px}.timeline_list .timeline_item .funbtn .like_btn{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.timeline_list .timeline_item .funbtn .like_btn em{display:block;width:18px;height:18px}.timeline_list .timeline_item .funbtn .like_btn em:before{content:"\e976";font-size:18px;color:#999}.timeline_list .timeline_item .funbtn .like_btn span{color:#999;font-size:16px;margin-left:10px}.timeline_list .timeline_item .funbtn .like_btn.disable em:before,.timeline_list .timeline_item .funbtn .like_btn.disable span,.timeline_list .timeline_item .funbtn .like_btn:hover em:before,.timeline_list .timeline_item .funbtn .like_btn:hover span{color:#c5a162}.timeline_list .timeline_item .funbtn.comment_btn{border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2}.timeline_list .timeline_item .funbtn.comment_btn em{width:18px;height:18px;font-style:normal}.timeline_list .timeline_item .funbtn.comment_btn em:before{font-family:icomoon;display:block;content:"\e975";font-weight:700;font-size:18px;width:100%;height:100%;color:#999}.timeline_list .timeline_item .funbtn .index_bookmark_btn{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.timeline_list .timeline_item .funbtn .index_bookmark_btn em{width:18px;height:18px;font-style:normal}.timeline_list .timeline_item .funbtn .index_bookmark_btn em:before{font-family:icomoon;display:block;content:"\e974";font-weight:700;font-size:18px;width:100%;height:100%;color:#999}.timeline_list .timeline_item .funbtn .index_bookmark_btn span{color:#999;font-size:16px;margin-left:10px}.timeline_list .timeline_item .funbtn .index_bookmark_btn.disable em:before,.timeline_list .timeline_item .funbtn .index_bookmark_btn.disable span,.timeline_list .timeline_item .funbtn .index_bookmark_btn:hover em:before,.timeline_list .timeline_item .funbtn .index_bookmark_btn:hover span{color:#c5a162}.timeline_list .timeline_item .funbtn.share_btn{position:relative;color:#999;font-size:16px;border-left:1px solid #e2e2e2}.timeline_list .timeline_item .funbtn.share_btn:before{font-family:icomoon;display:block;content:"\e977";font-weight:700;font-size:18px;width:18px;height:18px;color:#999;margin-right:10px}.timeline_list .timeline_item .funbtn.disable.comment_btn em:before,.timeline_list .timeline_item .funbtn.disable.like_btn em:before,.timeline_list .timeline_item .funbtn.disable .liked_ani,.timeline_list .timeline_item .funbtn.disable.share_btn,.timeline_list .timeline_item .funbtn.disable.share_btn:before,.timeline_list .timeline_item .funbtn.disable .txt,.timeline_list .timeline_item .funbtn:hover.comment_btn em:before,.timeline_list .timeline_item .funbtn:hover.like_btn em:before,.timeline_list .timeline_item .funbtn:hover .liked_ani,.timeline_list .timeline_item .funbtn:hover.share_btn,.timeline_list .timeline_item .funbtn:hover.share_btn:before,.timeline_list .timeline_item .funbtn:hover .txt{color:#c5a162}.timeline_list .timeline_item .tags{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.timeline_list .timeline_item .tag_item{display:block;border-radius:3px;background:#c5a162;padding:0 10px;height:25px;line-height:25px;color:#fff;font-size:12px;margin-right:10px;margin-bottom:10px;text-align:center}.timeline_list .timeline_item .tag_item:hover{opacity:.75}.timeline_list .timeline_item .tag_item.subjects{background-color:#ba5b2c;border-color:#ba5b2c;color:#fff}.timeline_list .author_face{display:block;margin-right:20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.timeline_list .author_face img{box-sizing:border-box;display:block;border:2px solid #fff;border-radius:100%;width:78px;height:78px;font-size:0}.timeline_list .author_face .author-info{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;padding-left:18px}.timeline_list .author_face h3{color:#fff;font-size:24px;padding-right:80px;font-weight:400}.timeline_list .author_face .time{line-height:28px;color:#a8a8aa;font-size:12px;display:block;width:100%;text-align:left}.timeline_list .author_face span{width:74px;word-break:break-all;color:#d2c199;font-size:14px;display:block;text-align:center}.timeline_list .article_info{position:relative;max-width:800px}.timeline_list .article_info,.timeline_list .main_info{box-sizing:border-box;width:100%}.timeline_list .main_info p{color:#3d3d3d;font-size:16px;line-height:28px;margin-bottom:20px}.timeline_list .desc_info .article_tit{color:#fff;margin:20px 0;font-weight:700}.timeline_list .desc_info .article_tit.article_tit_text .todesc{display:none}.timeline_list .desc_info{position:relative}.timeline_list .article_content{margin-bottom:20px}.timeline_list .article_content.image .swiper-container{max-width:500px;height:100%;margin:0}.timeline_list .article_content .todesc{margin-left:10px;cursor:pointer}.timeline_list .article_content .todesc i{font-size:12px;color:#c5a162;font-style:normal;border-bottom:1px solid #c5a162}.timeline_list .article_content .todesc em{width:16px;height:16px;display:inline-block;vertical-align:middle;margin:0 5px;background-color:#22252a;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.timeline_list .article_content .todesc em:before{width:10px;height:10px;line-height:10px;text-align:center;display:block;font-family:icomoon;content:"\e94c";font-style:normal;color:#a8a8aa;font-size:12px;margin-top:2px;margin-left:3px;-webkit-transform:rotate(90deg) scale(.7);-moz-transform:rotate(90deg) scale(.7);-ms-transform:rotate(90deg) scale(.7);-o-transform:rotate(90deg) scale(.7);transform:rotate(90deg) scale(.7)}.timeline_list .article_content.text{position:relative;display:block;width:100%;height:auto;max-height:350px;overflow:hidden;box-sizing:border-box;color:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.timeline_list .article_content.text a{display:block;color:#fff}.timeline_list .article_content.text a .displayAll{position:absolute;right:0;bottom:0;width:100%;height:10px;background:#22252a;background:#2b2f35;text-align:right;z-index:9}.timeline_list .article_content.text a .displayAll>.expand-btn{position:absolute;right:20px;top:-30px;color:#b98f63;text-decoration:underline}.timeline_list .article_content.text a .displayAll>.expand-btn:after{position:absolute;content:"";background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/expand_all_39fb58b5.png) 0 0/100% auto no-repeat;width:25px;height:25px;left:-30px;top:0}.timeline_list .article_content.text .text_content{font-size:14px;line-height:26px}.timeline_list .article_content.text .transparent{width:100%;padding-top:30px;height:60px;line-height:60px;text-align:center;font-size:18px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:-webkit-linear-gradient(top,hsla(0,0%,100%,.2),#fff);background:-moz-linear-gradient(top,hsla(0,0%,100%,.2),#fff);background:-ms-linear-gradient(top,hsla(0,0%,100%,.2),#fff);background:linear-gradient(top,hsla(0,0%,100%,.2),#fff);position:absolute;bottom:0;left:0;z-index:10}.timeline_list .article_content.text img{max-width:100%}.timeline_list .article_content .video_item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;width:480px;height:270px;overflow:hidden;position:relative}.timeline_list .article_content .video_item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.timeline_list .article_content .video_item .cover{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2;left:0;top:0}.timeline_list .article_content .video_item video{width:100%}.timeline_list .article_content .video_item .video_icon{position:relative;z-index:3;width:112px;height:112px}.timeline_list .article_content .video_item .video_icon:before{width:112px;height:112px;font-family:icomoon;content:"\e930";display:block;font-size:112px;color:#fff;font-style:normal;font-weight:700}.timeline_list .article_content .control-nav{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin-top:5px;width:340px}.timeline_list .article_content .control-nav.control-nav-double{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.timeline_list .article_content .control-nav img{width:100%;height:100%;object-fit:cover}.timeline_list .article_content .control-nav .image_item_double{position:relative;width:110px;height:110px;margin-right:5px}.timeline_list .article_content .control-nav .image_item_six{width:210px;height:90px;margin-bottom:5px}.timeline_list .article_content .control-nav .image_nav_item{position:relative;margin-bottom:5px;width:110px;height:110px}.timeline_list .article_content .control-nav .image_nav_item .cover{display:block;z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);color:#fff;font-size:24px;text-decoration:underline;text-align:center;line-height:94px}.timeline_list .article_content .control-nav .more-image{position:absolute;left:672px;bottom:4px;width:50px;height:90px;border:2px solid #c7c7c7;box-sizing:border-box}.timeline_list .article_content .control-nav .more-image:hover:after,.timeline_list .article_content .control-nav .more-image:hover:before{background-color:#c5a162}.timeline_list .article_content .control-nav .more-image:after,.timeline_list .article_content .control-nav .more-image:before{position:absolute;content:"";display:block;width:3px;height:20px;background-color:#666;top:50%;margin-top:-20px;left:50%;margin-left:2px}.timeline_list .article_content .control-nav .more-image:before{-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:rotate(228deg);-moz-transform:rotate(228deg);-ms-transform:rotate(228deg);-o-transform:rotate(228deg);transform:rotate(228deg)}.timeline_list .article_content .control-nav .more-image:after{-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:rotate(-48deg);-moz-transform:rotate(-48deg);-ms-transform:rotate(-48deg);-o-transform:rotate(-48deg);transform:rotate(-48deg)}.timeline_list .article_content .image_item{display:block;position:relative;overflow:hidden;object-fit:cover}.timeline_list .article_content .image_item .cover{display:none}.timeline_list .article_content .image_item img{width:500px;height:300px;background:#fff;object-fit:cover;z-index:1;position:relative}.timeline_list .article_content .image_item_big{width:340px;height:340px}.timeline_list .bottom_funbtns{width:100%;height:16px;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.timeline_list img.avatar_img{display:block;width:70px;height:70px;border:2px solid #fff;border-radius:100%;margin-right:7px}.timeline_list .reply_list{background:#efefef;padding:0 10px;margin-left:45px}.timeline_list .reply_list .comment_reply_item .reply_icon,.timeline_list .reply_list .comment_reply_item .report_icon{border-color:#ccc}.timeline_list .comment_item{padding:0 40px 20px;border-bottom:1px solid #eaeaea}.timeline_list .comment_reply_item{padding:10px 0}.timeline_list .comment_reply_item .comment_text{margin-left:0;font-size:14px;color:#fff}.timeline_list .comment_reply_item .avatar a{opacity:1}.timeline_list .comment_reply_item .avatar a:hover{color:#c5a162}.timeline_list .comment_reply_item .avatar a.report_icon{right:44px}.timeline_list .name_info{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.timeline_list .name_info p{line-height:18px;padding-right:0}.timeline_list .comment_box.hide{display:none}.timeline_list .timelist_comment_list{padding:0 40px}.timeline_list .reply_box{border:none;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;box-sizing:border-box;padding:10px}.timeline_list .reply_box.show{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.timeline_list .reply_box.fail{display:none}.timeline_list .reply_box textarea{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;height:40px;line-height:40px;margin:0 10px;padding-left:10px;border:1px solid #e2e2e2;background-color:#fbfbfb}.timeline_list .reply_box .reply_btn{width:94px;height:40px;line-height:40px;border-radius:0;font-size:14px;background:#c5a162;text-align:center;color:#fff}.timeline_list .reply_box{height:115px}.timeline_content,.timeline_list .reply_box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.timeline_content{position:relative;min-height:500px}.timeline_content .timeline_box{width:100%;min-width:622px;padding-right:298px}.his_article_list{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around}.his_article_item{display:block;width:127px;height:116px;position:relative}.his_article_item .cover{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2;opacity:0;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.his_article_item:hover .cover{opacity:1}.his_article_item img{display:block;width:100%;height:100%;object-fit:cover}.submit_btn.com_btn_big{width:240px;height:40px;border-radius:20px;text-align:center;line-height:40px;font-size:18px;background:#c5a162}.submit_btn.com_btn_big:hover{opacity:.8}.upload_container{width:1168px;margin:0 auto}.upload_container dd{box-sizing:border-box;margin-top:40px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.upload_container dd.different_part.hide{display:none}.upload_container dd.upload-title{margin-top:21px}.upload_container dd.num_tips{margin-bottom:16px}.upload_container dd.num_tips p{color:#d15252;font-size:14px;position:relative;padding-left:24px;line-height:16px}.upload_container dd.num_tips p:before{position:absolute;left:0;top:0;font-family:icomoon;display:block;font-weight:400;font-size:16px;width:16px;height:16px;content:"\e972";color:#c95050}.upload_container dd.shishen{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-ms-flex-align:flex-end;margin-top:24px}.upload_container dd.shishen .ssl_list{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.upload_container dd.upload_game_type{margin-top:24px}.upload_container dd.upload-video-cover{margin-top:28px}.upload_container dd.upload-subject .select_tag_list .item{margin-bottom:0}.upload_container .title_box{width:100%;height:116px;border-radius:4px;overflow:hidden;background:#141414;margin-bottom:0;padding:8px 0;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.upload_container .title_box .count{color:#7c7c7c;font-size:24px;display:block;height:116px;line-height:176px;padding-right:10px}.upload_container .title_box .count em,.upload_container .title_box .count i{font-style:normal;font-weight:400}.upload_container .title_box .title_input{-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;height:100%;line-height:34px;color:#a9a9a9;font-size:18px;border:none;font-family:Microsoft YaHei,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;background:#141414;padding:0 16px;box-sizing:border-box}.upload_container .title_box .title_input::-webkit-scrollbar{width:0;background:transparent}.upload_container .title_box .title_input:focus{outline:none}.upload_container .upload-image-box{margin-top:40px}.upload_container .upload-image-box dd{margin-top:0}.upload_container .title{display:block;color:#fefefe;font-size:18px;letter-spacing:0;line-height:1;width:auto;text-align:left;margin-bottom:16px}.upload_container .edit-quill{margin-top:10px;background-color:#141414;width:100%;padding:0 17px;box-sizing:border-box;border-radius:4px;overflow:hidden}.upload_container .upload_content{box-sizing:border-box}.upload_container .upload_content.image .title,.upload_container .upload_content.text .title,.upload_container .upload_content.video .title{min-width:96px}.upload_container h3{height:80px;line-height:80px;font-size:20px;color:#363636;width:100%;text-align:center}.upload_container .collection_input{width:250px;font-size:14px;line-height:28px;padding:5px 10px}.upload_container .content_box{width:100%}.upload_container .content_box textarea{display:block;padding:10px;width:100%;height:208px;color:#999;font-size:14px;font-family:Microsoft YaHei,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;border:1px solid #e2e2e2;box-sizing:border-box}.upload_container .public-welfare{margin-top:20px}.upload_container .public-welfare .check-item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.upload_container .public-welfare .check-item .checkbox{display:block;width:16px;height:16px;border:1px solid #bbb;border-radius:2px;box-sizing:border-box;margin-right:10px}.upload_container .public-welfare .check-item .checkbox.selected{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_upload_selected_27b77a2c.png) 50% no-repeat;background-size:100%;border:none;width:16px;height:16px;position:relative}.upload_container .public-welfare .check-item label{color:#a9a9a9;font-size:14px;line-height:16px}.upload_container .public-welfare .check-item label span{color:#c5a162}.upload_container .public-welfare .tips{margin-top:12px;font-size:14px;text-align:left;line-height:28px}.upload-container textarea{display:block;padding-top:10px;width:855px;height:208px;color:#999;font-size:14px;font-family:Microsoft YaHei,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;border:1px solid #e2e2e2;box-sizing:border-box}.upload-container textarea:focus{outline:none}.articlepics_box{position:relative;border:1px solid #e2e2e2;border-top:none;padding:10px 0 10px 10px;background-color:#f9f9f9}.articlepic_btn_box{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;height:19px}.articlepic_btn_box span{color:#999;font-size:14px;margin-left:10px}.articlepic_btn_box input{opacity:0;width:19px;height:19px;position:absolute;top:0;left:0;cursor:pointer}.articlepic_btn_box .btn_mask{display:block;width:19px;height:19px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_upload_btn_efca33a2.png) 0 0 no-repeat}.pics_pic_list,.video_pic_list{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.article_pic_list li,.articlecover_list li,.pics_pic_list li{float:left;width:160px;height:160px;position:relative;margin:0 16px 16px 0;box-sizing:border-box;background-color:#2e3135}.article_pic_list li.picspic_btn_box,.articlecover_list li.picspic_btn_box,.pics_pic_list li.picspic_btn_box{border:none}.article_pic_list li.uploading,.articlecover_list li.uploading,.pics_pic_list li.uploading{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/loading_0c1d256f.gif) 50% no-repeat;background-size:60%}.article_pic_list li.uploading .thumb,.articlecover_list li.uploading .thumb,.pics_pic_list li.uploading .thumb{opacity:.2}.article_pic_list li.checkedImage:before,.articlecover_list li.checkedImage:before,.pics_pic_list li.checkedImage:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border:3px solid #c5a162;box-sizing:border-box;z-index:1}.article_pic_list li.checkedImage:after,.articlecover_list li.checkedImage:after,.pics_pic_list li.checkedImage:after{content:"";position:absolute;right:1px;bottom:1px;box-sizing:border-box;width:16px;height:16px;border-radius:6px 0 0 0;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_selected_3fee3bf7.png) 50% no-repeat}.article_pic_list li .thumb,.articlecover_list li .thumb,.pics_pic_list li .thumb{width:100%;height:100%;overflow:hidden}.article_pic_list li.cur,.articlecover_list li.cur,.pics_pic_list li.cur{border:1px solid #bf1d08}.article_pic_list li.cur .btn_remove,.articlecover_list li.cur .btn_remove,.pics_pic_list li.cur .btn_remove{background-color:#bf1d08}.article_pic_list canvas,.articlecover_list canvas,.pics_pic_list canvas{width:160px;height:160px}.articlecover_box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.articlecover_box li{margin-top:0;margin-left:10px}.submit_btn{margin:0 auto 40px}.submit_btn.disabled{background-color:#c5a162}.btn_remove{position:absolute;top:-10px;right:-10px;width:22px;height:22px;border-radius:100%;background-color:#a9a9a9;z-index:2}.btn_remove i{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:0;font-size:0;display:inline-block;line-height:0;vertical-align:middle;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.btn_remove i,.btn_remove i:before{width:10px;height:1px;background:#1d1f21}.btn_remove i:before{content:"";display:block;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.select_tag_list{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.select_tag_list .item{box-sizing:border-box;display:block;font-size:14px;padding:0 16px;height:28px;margin-right:10px;line-height:28px;text-align:center;color:#c5a162;border-radius:4px;margin-bottom:16px;position:relative;background-color:#2e3135}.select_tag_list .item.selected{color:#000;background-color:#c5a162}.select_tag_list .item.selected.new-item{border-radius:14px}.select_tag_list .item em{position:absolute;top:-8px;right:-8px;width:18px;height:18px;border-radius:100%;background-color:#a9a9a9;z-index:10;display:block}.select_tag_list .item em:after,.select_tag_list .item em:before{display:block;content:"";position:absolute;left:50%;top:50%;margin-left:-4px;margin-top:0;font-size:0;width:8px;height:1px;background:#1d1f21;line-height:0;vertical-align:middle}.select_tag_list .item em:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.select_tag_list .item em:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.addMoretag{display:block;width:100%;height:100%;font-size:22px}.addMoretag,.addTag_input{position:relative;color:#a9a9a9;line-height:26px}.addTag_input{font-size:13px;margin-right:19px;width:84px;height:28px;background-color:#2e3135;border-radius:14px;border:1px solid #5c5e65;text-align:center;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.addTag_input .confirm,.addTag_input input{display:none}.addTag_input input{text-indent:10px;border:none;width:136px}.addTag_input .confirm{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;height:100%;background-color:#e2e2e2;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around}.addTag_input .confirm a{display:block;width:16px;height:16px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_ok_1fba320d.png) 0 0 no-repeat}.addTag_input .confirm a.cancel{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_close_small_99b6f897.png)}.addTag_input.edit{width:200px;border-radius:4px;border:0;overflow:hidden}.addTag_input.edit input{display:block;background-color:#2e3135;color:#c5a162}.addTag_input.edit:after,.addTag_input.edit:before{display:none}.addTag_input.edit .confirm{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;background-color:#5c5e65}.addTag_input.edit .addMoretag{display:none}.articlecover_btn_box{position:relative;height:30px}.articlecover_btn_box input{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer}.picspic_btn_box span{color:#999;font-size:14px;margin-left:10px}.picspic_btn_box,.videopic_btn_box{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0!important}.picspic_btn_box input,.videopic_btn_box input{opacity:0;width:160px;height:160px;position:absolute;top:0;left:0;cursor:pointer}.picspic_btn_box .btn_mask,.videopic_btn_box .btn_mask{width:160px;height:160px;box-sizing:border-box;border:2px dashed #5c5e65;position:relative}.picspic_btn_box .btn_mask i,.videopic_btn_box .btn_mask i{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);margin-left:-40px}.picspic_btn_box .btn_mask em,.picspic_btn_box .btn_mask i,.videopic_btn_box .btn_mask em,.videopic_btn_box .btn_mask i{display:block;width:40px;height:6px;background-color:#5c5e65}.activity_select,.watermark{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.activity_select .checkbox,.watermark .checkbox{display:block;width:16px;height:16px;border:1px solid #bbb;border-radius:2px;box-sizing:border-box;margin-right:10px}.activity_select .checkbox.selected,.watermark .checkbox.selected{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_upload_selected_27b77a2c.png) 50% no-repeat;background-size:100%;border:none;width:16px;height:16px;position:relative}.activity_select label,.watermark label{color:#a9a9a9;font-size:14px;line-height:16px}.activity_select label span,.watermark label span{color:#c5a162}.videopic_btn_box{position:relative}.videopic_btn_box:before{width:160px;height:160px;display:block;content:"";background-color:#2e3135;position:absolute;top:0;left:0}.videopic_btn_box p{color:#a9a9a9;width:100%;font-size:14px;line-height:22px;margin-top:12px}.videopic_btn_box .progress{position:absolute;width:160px;height:160px;top:0;left:0;line-height:160px;text-align:center;color:#c5a162;font-size:24px;background:hsla(0,0%,100%,.8)}.video_preview_box video{width:500px;height:auto;margin:12px 0;display:block}.mask{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:11100;visibility:hidden;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.mask.fadein{visibility:visible;opacity:1}.mask_wrap{width:100%;height:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.mask_wrap .submiting{width:100px;height:100px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/loading_big_0c1d256f.gif) 0 0 no-repeat;background-size:100% 100%;color:#c5a162;text-align:center;line-height:240px;font-size:22px}.mask_wrap .success{width:380px;height:280px;background:#fff;opacity:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mask_wrap .success .redeay{display:block;width:73px;height:73px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_succ_fdf62168.png) 0 0 no-repeat;margin-bottom:16px}.mask_wrap .success .txt{display:block;color:#333;font-size:18px;text-align:center}.mask_wrap .success p{text-align:center}.mask_wrap .success.fadeIn{visibility:visible;opacity:1}.mask_wrap .success .close{position:absolute;width:30px;height:30px;top:0;right:-40px}.mask_wrap .success .close:before{font-family:icomoon;content:"\e980";font-size:20px;color:#fff}.mask_wrap .success .huajia{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-top:10px}.mask_wrap .success .huajia a{width:156px;height:45px;display:block;border:1px solid #000}.mask_wrap .success .huajia a:first-child{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/huajia_02c4c412.png) 0 0 no-repeat;background-size:100%}.mask_wrap .success .huajia a:nth-child(2){margin-left:5px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/lofter_098850ff.gif) 0 0 no-repeat;background-size:100%}.mask_wrap .success_wrap{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;position:relative}.target-game{line-height:1;color:#c5a162}@media screen and (max-width:1520px){.upload_container{width:940px}}.contribute_step{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around;padding:60px 0}.themeTag .addTag_input{display:none}.select_dynamic_image_list{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.select_dynamic_image_list,.select_dynamic_image_list .item{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.select_dynamic_image_list .item{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;margin-right:20px;position:relative}.select_dynamic_image_list .item .img_box{width:160px;height:160px}.select_dynamic_image_list .item .img_box:before{display:block;content:"";width:160px;height:160px;background:rgba(44,47,54,.5);position:absolute;left:0;top:0}.select_dynamic_image_list .item .img_box i{display:block;width:100%;height:100%;box-sizing:border-box}.select_dynamic_image_list .item:first-child .img_box i{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/upload_audio_cover_ygw_76622a92.png) 0 0 no-repeat;background-size:100%}.select_dynamic_image_list .item:nth-child(2) .img_box i{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/upload_audio_cover_yys_275679c2.png) 0 0 no-repeat;background-size:100%}.select_dynamic_image_list .item:nth-child(3) .img_box i{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/upload_audio_cover_cq_eeaab687.png) 0 0 no-repeat;background-size:100%}.select_dynamic_image_list .item .btn_audio_controll{position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);top:80px;margin-top:-15px;width:30px;height:30px;display:block;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_upload_audio_play_954ff678.png) 0 0 no-repeat;background-size:100%;border-radius:100%;z-index:2}.select_dynamic_image_list .item .btn_audio_controll.cur{background:none}.select_dynamic_image_list .item .btn_audio_controll.cur:before{position:absolute;left:0;top:0;width:100%;height:100%;font-family:icomoon;display:block;content:"\e9ca";font-weight:400;font-size:30px;color:#fff}.select_dynamic_image_list .item p{line-height:18px;margin-top:10px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.select_dynamic_image_list .item p span{font-size:14px;line-height:18px;color:#999;cursor:default}.select_dynamic_image_list .item p a{width:16px;height:18px;display:block;margin-left:10px;position:relative}.select_dynamic_image_list .item p a:before{position:absolute;left:0;top:0;width:100%;height:100%;font-family:icomoon;display:block;content:"\e9b3";font-weight:400;font-size:16px;color:#a9a9a9}.select_dynamic_image_list .item.selected i{border:2px solid #c5a162}.select_dynamic_image_list .item.selected p a:before,.select_dynamic_image_list .item.selected p span{color:#c5a162}.select_dynamic_image_list .item.selected .img_box:before{width:156px;height:156px;left:2px;top:2px}.select_dynamic_image_list .dynamic_image_pop .com_content{width:374px;height:598px}.ql-snow .ql-tooltip{display:none}.upload_container .ql-snow .ql-editor a{cursor:text}.upload-music-box .num_tips p.text{color:#fefefe;line-height:180%}.upload-music-box .num_tips .text1{margin-top:15px}.upload-music-box .tips-box{display:flex;align-items:center}.upload-music-box .upload_tips{display:inline-block;color:#a9a9a9;font-size:14px;line-height:22px;margin-top:12px}.upload-music-box .upload_icon{display:inline-block;width:20px;height:20px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/uoload_icon_succ_a6c348c1.png) no-repeat;background-size:100% 100%;margin-top:12px;margin-left:10px}.upload-music-box .default_cover img{width:inherit}.select_game_list{width:770px}.select_game_list .select_game_tit{color:#363636;font-size:12px;display:block;width:198px;height:24px;box-sizing:border-box;border:1px solid #5c5e65;padding:4px 16px;position:relative;color:#fff;background:#2b2f35}.select_game_list .select_game_tit:after{display:block;position:absolute;top:8px;right:6px;content:"";width:11px;height:7px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_arrow_3ef71555.png) no-repeat;z-index:1;-webkit-transition:all .3s ease;-moz-transition:ease .3s all;-ms-transition:ease .3s all;-o-transition:ease .3s all;transition:all .3s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.select_game_list .select_game_tit.on:after{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.select_game_list .target-game{height:40px;line-height:40px}.select_game_list .more_game_box{box-sizing:border-box;width:198px;height:175px;color:#fff;border:1px solid #5c5e65;border-top:none;padding-top:4px;display:block;background:#2b2f35;z-index:10}.select_game_list .more_game_box .input_box{width:168px;height:30px;border-bottom:1px solid #5c5e65;box-sizing:border-box;margin:0 auto 5px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.select_game_list .more_game_box .input_box .games_search{border:none;display:block;width:140px;background:none;height:30px;box-sizing:border-box;font-size:12px;color:#fff;padding:9px 0;outline:none}.select_game_list .more_game_box .input_box .games_search_btn{display:block;width:20px;height:20px;text-align:center;margin-left:6px}.select_game_list .more_game_box .input_box .games_search_btn:before{font-family:icomoon;display:block;content:"\e952";font-weight:700;font-size:18px;width:20px;height:20px;color:#999}.select_game_list .more_game_box .games_list_box{width:100%;height:132px;box-sizing:border-box;overflow:hidden;overflow-y:scroll}.select_game_list .more_game_box .games_list_box .upload_games_list{width:100%;height:auto;box-sizing:border-box;padding:0 8px}.select_game_list .more_game_box .games_list_box .upload_games_list .upload_games_item{cursor:pointer;width:170px;box-sizing:border-box;height:22px;line-height:22px;padding:0 8px;font-size:12px;color:#fff}.select_game_list .more_game_box .games_list_box .upload_games_list .upload_games_item.cur,.select_game_list .more_game_box .games_list_box .upload_games_list .upload_games_item:hover{background:#c5a162;color:#fff}.special-activity-tips{color:#d15252;font-size:14px;position:relative;padding-left:24px;line-height:16px;margin-top:15px}.special-activity-tips:before{position:absolute;left:0;top:0;font-family:icomoon;display:block;font-weight:400;font-size:16px;width:16px;height:16px;content:"\e972";color:#c95050}.canditate_activity{margin-top:16px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.canditate_activity .activity_item{display:block;width:300px;margin:0 10px 10px 0;background-color:#2e3135;border:1px solid #1d1f21;border-radius:4px;box-sizing:border-box;overflow:hidden}.canditate_activity .activity_item.selected{border:1px solid #c5a162}.canditate_activity .activity_item .activity_pic{display:block;width:100%;height:168px}.canditate_activity .activity_item img{display:block;width:100%;height:168px;object-fit:cover}.canditate_activity .activity_item .activity_name{display:block;font-size:18px;text-align:center;line-height:50px;color:#fff;width:100%;padding:0 9px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.canditate_activity .activity_item .link{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:18px;color:#a9a9a9;line-height:34px;margin-bottom:10px}.canditate_activity .activity_item .link:after{display:block;content:">";margin-left:10px}.canditate_activity .activity_item .link:hover{color:#c5a162}.feedback_content input,.feedback_content textarea{display:block;width:436px}.feedback_content textarea{height:124px}.avatar_pop_mask .avatar_content{width:740px;height:526px}.avatar_pop_mask .avatar_list_part{overflow:auto;height:350px;margin-bottom:30px}.avatar_pop_mask .avatar_list_part .avartar_list{width:700px;margin:20px auto;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.avatar_pop_mask .avatar_list_part li{float:left;margin:5px;cursor:pointer}.avatar_pop_mask .avatar_list_part li img{width:100px;height:100px;border:3px solid #fff}.avatar_pop_mask .avatar_list_part li.cur img,.avatar_pop_mask .avatar_list_part li:hover img{border-color:#c5a162}.avatar_pop_mask .picspic_btn_box{margin-left:5px!important;width:106px;height:106px}.avatar_pop_mask .pics_pic_list li,.avatar_pop_mask .picspic_btn_box .btn_mask,.avatar_pop_mask .picspic_btn_box input,.avatar_pop_mask .picspic_btn_box li{width:106px;height:106px}.article_list{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.article_list .activity_item{position:relative;width:330px;margin-right:15px;padding:0}.article_list .activity_item .grid_img{height:224px}.article_list .activity_item.waterfall_award_item .grid_img{height:auto}.article_list .activity_item.waterfall_award_item .grid_img img{left:0;top:0;transform:none}.article_list .ticket_count{position:absolute;left:0;top:0;background-color:#c5a162;line-height:29px;padding:0 10px;color:#fff;font-size:14px;text-align:center}.article_list .pic_info{padding-left:14px;position:relative}.article_list .ticket_num{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.article_list .ticket_num .com_ticket{margin:0 5px 0 0}.article_list .ticket_num span{display:block;color:#c5a162;font-size:14px}.article_list .follow_btn,.article_list .followed_btn,.article_list .vote_btn{position:absolute;top:50%;margin-top:-11px;right:16px;width:52px;height:23px;background-color:#c5a162;line-height:23px;color:#fff;font-size:14px;text-align:center}.article_list .follow_btn.hide,.article_list .followed_btn.hide,.article_list .vote_btn.hide{display:none}.article_list .follow_btn:hover,.article_list .followed_btn:hover,.article_list .vote_btn:hover{background-color:#c5a162}.article_list .followed_btn{background:#999}.article_list .followed_btn:hover{background-color:#999}.article_list .no_tips{color:#666;text-align:center;width:100%}.detail_container.result .reward_rank:nth-child(2) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank1_b7956bdd.png) 0 0 no-repeat}.detail_container.result .reward_rank:nth-child(3) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank2_e608817c.png) 0 0 no-repeat}.detail_container.result .reward_rank:nth-child(4) .trophy{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank3_25e3cd00.png) 0 0 no-repeat}.reward_title{margin:20px 0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.reward_title .trophy{display:block;width:28px;height:30px;margin-right:10px;background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_rank_other_bdc7a5b0.png)}.reward_title span strong{color:#8f4c14;font-size:18px}.activity_item .share_btn{position:absolute;width:29px;height:28px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_share_reward_3df8565c.png) 0 0 no-repeat;right:0;top:0;z-index:2}.activity_item .share_btn:hover{opacity:.9}.activity_item .share_btn .NIE-share .NIE-share-iconBtn a.morebtn,.activity_item .share_btn .NIE-share .NIE-share-txt{display:none}.activity_item .share_btn .NIE_share_article .NIE-share{width:29px;top:28px}.activity_item .share_btn .NIE_share_article .NIE-share .NIE-share-iconBtn a{margin-top:2px;color:#f4b24d}.activity_item .share_btn .NIE_share_article .NIE-share .NIE-share-iconBtn a:hover{color:#c5a162}.NIE_share_com{width:29px}.award_container{width:100%;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.award_container,.award_container li{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.award_container li{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;width:341px;height:169px;margin-left:5px;margin-right:5px;margin-bottom:20px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/award_bg_7fd93e4a.jpg) 0 0 no-repeat}.award_container .award_pic{width:140px;height:141px;margin-right:20px}.award_container .award_pic img{display:block;width:100%;height:100%}.award_container .award_level{width:164px;height:100%;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.award_container .award_level span{color:#333;font-size:16px;font-weight:700;display:block;line-height:34px}.award_container .award_level p{font-size:14px;color:#666;width:100%;text-align:center}.main-banner{width:100%;height:450px;position:relative;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.main-banner .banner-item{position:relative;width:60px}.main-banner .banner-item,.main-banner .banner-item:after{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.main-banner .banner-item:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;background:rgba(0,0,0,.5);opacity:1}.main-banner .banner-item.active{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.main-banner .banner-item.active .main_banner_text{opacity:1}.main-banner .banner-item.active:after{opacity:0}.main-banner .main_banner_text{z-index:5;position:absolute;width:430px;right:50%;top:57px;margin-right:-45%;opacity:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.main-banner .main_banner_text .to_detail{display:block;width:238px;height:54px;line-height:54px;border:1px solid #b62c05;border-radius:3px;margin-top:20px;font-size:20px;text-align:center}.main-banner .main_banner_text .to_detail:hover{border-color:#c5a162}.main-banner .main_banner_text.white h3,.main-banner .main_banner_text.white p{color:#fff}.main-banner .main_banner_text.white p{border-color:#fff}.main-banner .main_banner_text h3{color:#272a2c;font-size:32px;line-height:44px;padding-bottom:16px}.main-banner .main_banner_text p{width:370px;padding-top:5px;border-top:1px dotted #272a2c;margin-bottom:24px;color:#272a2c;font-size:14px;line-height:24px}.pic-auto{width:100%;height:100%}.main-banner-swiper .swiper-button-next,.main-banner-swiper .swiper-button-prev{width:60px;height:90px;background:rgba(0,0,0,.5);right:0;margin-top:-45px;outline:none}.main-banner-swiper .swiper-button-next:before,.main-banner-swiper .swiper-button-prev:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:31px;height:31px;line-height:31px;font-family:icomoon;display:block;font-size:31px;color:#fff;font-style:normal;font-weight:400;text-align:center;margin:0 auto}.main-banner-swiper .swiper-button-prev{left:0}.main-banner-swiper .swiper-button-prev:before{content:"\e9a1"}.main-banner-swiper .swiper-button-next{right:0}.main-banner-swiper .swiper-button-next:before{content:"\e9a2"}.main-banner-swiper .swiper-pagination-bullets{bottom:0}.main-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:6px;height:6px;background:#fff;opacity:1;margin:0 5px!important;border-radius:6px}.main-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;opacity:1;background:#c5a162!important}.main-banner-swiper .swiper-slide{display:block;overflow:hidden}.main-banner-swiper .swiper-slide img{width:100%;display:block}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;-o-transition:.3s opacity;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.recommend_authors{position:absolute;right:0;top:0;width:280px;box-sizing:border-box;z-index:5}.recommend_authors dt{width:100%;height:20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:20px}.recommend_authors dt span{color:#fff;font-weight:700;font-size:14px}.recommend_authors .recommend_container{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.recommend_author{position:relative;width:100%;height:80px}.recommend_author .author_pic{width:41px;height:41px;border-radius:100%;background-color:#2e3135;margin-right:12px;display:block;cursor:pointer}.recommend_author .author_name{color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.recommend_author .follow-wrap{position:absolute;right:10px;top:18px;width:44px;height:22px;line-height:22px;border-radius:22px;text-align:center;font-size:12px;overflow:hidden}.recommend_author .follow-wrap a{display:block}.recommend_author .follow-wrap a.follow_btn{background-color:#c5a162;color:#fff}.recommend_author .follow-wrap a.followed_btn{background-color:#a9a9a9;color:#1d1f21}.recommend_author .follow-wrap.js_unfollow{background-color:#c5a162}.recommend_author .follow-wrap.hide{display:none}.recommend_author .stati_datas{margin-top:5px;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:100%}.recommend_author .stati_datas .stati_data{display:block;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.recommend_author .stati_datas .stati_data:first-child:before{margin-right:6px;content:"";display:block;width:11px;height:11px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_article_s_9ca9ac8a.png) 0 0 no-repeat}.recommend_author .stati_datas .stati_data:nth-child(2):before{margin-right:6px;content:"";display:block;width:17px;height:11px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_fans_s_fcdca0a3.png) 0 0 no-repeat}.recommend_author .stati_datas span{display:block;color:#fff;font-size:12px}.recommend_author .stati_datas span.title{margin-right:6px;color:#7c7c7c}.recommend_author .author_info{position:absolute;top:20px;left:64px;width:170px}.recommend-more{background-color:#3b3e43;padding:20px}.recommend-more dt{margin-bottom:0}.recommend-more .recommend_container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.recommend-more .author_info{width:130px;left:49px}.recommend-more .recommend_author{padding:20px 0;height:auto;box-sizing:border-box;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;border-bottom:1px solid #5d6167}.recommend-more .recommend_author .stati_datas .stati_data:before{display:none}.recommend-more .recommend_author .follow-wrap{width:70px;height:30px;line-height:30px;font-size:12px;top:25px;right:0}.recommend-more .recommend_author:last-child{border-bottom:none;padding-bottom:0}.recommend-more .author_bottom .title{display:none}.recommend-more .author_bottom .his_article_list{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.recommend-more .author_bottom .his_article_list .his_article_item{margin-top:20px;width:137px;height:78px;border-radius:2px}.recommend-more-hot{position:relative}.recommend-more-hot dt span{font-size:18px;padding-left:10px}.recommend-more-hot .recommend_container{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.recommend-more-hot .author_info{width:170px}.recommend-more-hot .recommend_author{width:300px;height:250px;padding:20px 10px 10px;box-sizing:border-box;margin:5px 2px 5px 8px;background-color:#2e3135;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start}.recommend-more-hot .author_bottom .title{display:block;width:275px;height:13px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_TA_5e7d4820.png) 0 0 no-repeat;margin:10px auto 20px}.row-authors{padding:0 25px 0 8px;width:100%;box-sizing:border-box}.row-authors .recommend_author{height:180px;position:relative;padding:30px 0;box-sizing:border-box;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-ms-flex-align:flex-start;border-bottom:1px solid #373b41;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.row-authors .recommend_author .btn-link-author{position:absolute;width:7px;height:13px;display:block;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:0;cursor:pointer}.row-authors .recommend_author .btn-link-author:before{display:block;width:100%;height:100%;content:"\e9a9";font-family:icomoon;color:#a9a9a9;font-size:7px;font-style:normal;font-weight:400;text-align:center}.row-authors .recommend_author .author_pic{width:120px;height:120px;margin-right:30px}.row-authors .recommend_author .author_name{font-size:18px;line-height:30px;margin-top:4px}.row-authors .recommend_author .author_info{width:340px;left:auto;top:auto;bottom:auto;right:auto;position:static}.row-authors .recommend_author .author_info .author_text{font-size:14px;line-height:22px;color:#7c7c7c;height:44px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.row-authors .recommend_author .author_info .stati_datas{position:absolute;bottom:34px;left:270px;border-left:1px solid #7c7c7c;width:212px;padding:0 30px;box-sizing:border-box}.row-authors .recommend_author .author_info .stati_datas span{font-size:14px;line-height:16px}.row-authors .recommend_author .author_info .stati_datas .stati_data:before{display:none}.row-authors .recommend_author .follow-wrap{width:100px;height:24px;line-height:24px;font-size:14px;top:auto;right:auto;left:150px;bottom:30px}.row-authors .recommend_author:last-child{border-bottom:none}.row-authors .recommend_author .author_bottom{position:absolute;left:510px;top:30px}.row-authors .recommend_author .author_bottom .title{display:none}.row-authors .recommend_author .author_bottom .his_article_list{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.row-authors .recommend_author .author_bottom .his_article_list .his_article_item{width:215px;height:120px;border-radius:4px;overflow:hidden;margin-right:10px}@media screen and (max-width:1780px){.row-authors .recommend_author .author_bottom .his_article_list .his_article_item:nth-child(4){display:none}}@media screen and (max-width:1550px){.row-authors .recommend_author .author_bottom .his_article_list .his_article_item:nth-child(3){display:none}}@media screen and (max-width:1340px){.row-authors .recommend_author .author_bottom .his_article_list .his_article_item:nth-child(2){display:none}}.report_reasons ul{width:410px;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.report_reasons ul,.report_reasons ul li{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.report_reasons ul li{width:165px;margin-bottom:20px;cursor:pointer}.report_reasons ul li span{margin-top:-2px;font-size:16px;color:#fff}.report_reasons textarea{display:block;width:410px;height:124px}.report_reasons .select{display:block;width:16px;height:16px;border:1px solid #bbb;border-radius:2px;box-sizing:border-box;margin-right:10px}.report_reasons .select.selected{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_selected_3fee3bf7.png) 50% no-repeat;border:none}.upload_btn{width:240px;height:46px}.upload_btn,.upload_btn:hover{background-color:#c5a162}.upload_btn em{display:block;width:17px;height:14px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_upload_icon_c5d167ad.png) 0 0 no-repeat;margin-right:10px}.upload_btn span{display:block;color:#fff;font-size:16px}.my-article-content{max-height:600px;overflow:auto;padding-top:30px}.my-article-content .scroll-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.myarticle_content{width:980px;max-height:800px}.myarticle_content dl{padding:20px 0}.myarticle_content dl .btns{margin:0}.vote_pop .vote-num-part{margin:20px 0}.vote_pop .vote-num-part .btns-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.vote_pop .vote-num-part .Jless-normal,.vote_pop .vote-num-part .Jplus-normal{display:block;line-height:28px;width:30px;height:30px;border:1px solid #fefefe;color:#fefefe;box-sizing:border-box;border-radius:5px;font-size:24px;margin:0 10px;text-align:center}.vote_pop .vote-num-part .Jless-normal:hover,.vote_pop .vote-num-part .Jplus-normal:hover{color:#fff}.vote_pop .vote-num-part .Jmax-normal{display:block;line-height:28px;width:50px;height:30px;border:1px solid #fefefe;color:#fefefe;box-sizing:border-box;border-radius:5px;font-size:14px;margin:0 10px;text-align:center}.vote_pop .vote-num-part .Jmax-normal:hover{color:#fff}.vote_pop .vote-num-part .vote-count-input{border:1px solid #fefefe;text-align:center;color:#fefefe}.vote_pop .com_content .btns a:first-child{margin:0}.vote_pop .com_content .btns a:first-child.disabled{background:#999;cursor:default}.vote-tips{font-size:14px;text-align:center;margin-bottom:20px;padding:0 20px;color:#fefefe}.vote-tips i{font-style:normal;margin-left:4px}.votetips_pop .votetips_content{position:relative;background:#1b191e;color:#fff;background:linear-gradient(135deg,transparent 20px,#1b191e 0) 0 0,linear-gradient(0,transparent,#1b191e 0) 100% 0,linear-gradient(-45deg,transparent 20px,#1b191e 0) 100% 100%,linear-gradient(0,transparent,#1b191e 0) 0 100%;background-size:50% 55%;background-repeat:no-repeat;padding:7px;box-sizing:border-box}.votetips_pop .votetips_content .border-line{width:100%;height:100%;display:block;background:linear-gradient(135deg,transparent 20px,#c5a162 0) 0 0,linear-gradient(0,transparent,#c5a162 0) 100% 0,linear-gradient(-45deg,transparent 20px,#c5a162 0) 100% 100%,linear-gradient(0,transparent,#c5a162 0) 0 100%;background-size:50% 55%;background-repeat:no-repeat;padding:1px;box-sizing:border-box}.votetips_pop .votetips_content .border-line .border-line-inner{content:"";display:block;width:100%;height:100%;background:linear-gradient(135deg,transparent 20px,#1b191e 0) 0 0,linear-gradient(0,transparent,#1b191e 0) 100% 0,linear-gradient(-45deg,transparent 20px,#1b191e 0) 100% 100%,linear-gradient(0,transparent,#1b191e 0) 0 100%;background-size:50% 55%;background-repeat:no-repeat}.votetips_pop h3{background:none;border:none;font-weight:400}.votetips_pop .vote-activity-list{padding:0 0 20px;width:100%;box-sizing:border-box;min-height:20px}.votetips_pop .vote-activity-list .vote-item{width:100%;text-align:center;vertical-align:middle}.votetips_pop .vote-activity-list .vote-item p{line-height:25px;height:25px}.votetips_pop .vote-activity-list .vote-item em{width:25px;height:25px;display:inline-block;font-family:icomoon;vertical-align:middle}.votetips_pop .vote-activity-list .vote-item em:before{content:"\e91d";color:#c5a162;display:block;font-size:25px;font-style:normal;font-weight:700}.votetips_pop .vote-activity-list .vote-item a{text-decoration:underline;color:#c5a162;text-align:center;display:block;width:100%;margin-top:10px}.vote_result_pop .success{width:73px;height:73px;margin:20px auto 10px}.vote_result_pop .success:before{width:73px;height:73px;font-size:73px;display:block;font-family:icomoon;content:"\e959";color:#00a84b}.vote_result_pop .fail{width:73px;height:73px;margin:20px auto 10px}.vote_result_pop .fail:before{width:73px;height:73px;font-size:73px;display:block;font-family:icomoon;content:"\e91b";color:#f55555}.vote_result_pop .txt{display:block;color:#fefefe;font-size:18px;text-align:center;margin-bottom:20px}.vote_result_pop .btns a:first-child{margin:0}.vote-rank-wrap .btn-box,.vote-rank-wrap .hot_level{margin-right:10px}.grid_pic_item .vote-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end;position:absolute;bottom:0;right:auto!important;left:0}.grid_pic_item .vote-box .vote_btn{display:block;text-align:center;margin-bottom:0;padding:0}.grid_pic_item .vote-box .vote_btn a{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;background:#d53417;font-size:12px;line-height:24px;color:#fff;padding:0 23px 0 6px;position:relative}.grid_pic_item .vote-box .vote_btn a span{color:#fff}.grid_pic_item .vote-box .vote_btn a .vote{position:absolute;right:-19px;bottom:0;font-size:0;background:url(https://tcstar.game.163.com/res/m/community/img/vote_bg1_a0ff6ce1.png) 0 0/100% auto no-repeat;overflow:hidden;width:37px;height:51px;display:block}.grid_pic_item .vote-box .vote_btn a .vote:before{display:none}.grid_pic_item .vote-box .vote_btn.disabled span,.grid_pic_item .vote-box .vote_btn:hover span{color:#fff}.richTextImageContent{background:#1d1f21;border:1px solid #1d1f21;padding:50px;width:660px}.richTextImageContent .pics_pic_list li{cursor:pointer}.richTextImageContent .upload-image-box{margin-top:0;max-height:468px;overflow-y:auto}.richTextBut{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.richTextBut a{width:160px;height:40px;line-height:40px;text-align:center;font-size:18px;letter-spacing:5px;background:#c5a162;color:#fff;border-radius:4px}.richTextBut a:nth-child(2){margin-left:90px;background:#eee;border:1px solid #d1d1ce;color:#363636}.ql-editor{height:500px;font-style:normal;color:#fff;padding:15px 0}.ql-editor.ql-blank:before{font-style:normal;color:#a8a8aa;left:0}.ql-editor p{font-size:14px;line-height:20px;padding-bottom:15px}.ql-editor p span{display:inline-block}.ql-editor p .ql-size-small{font-size:12px;line-height:18px}.ql-editor p .ql-size-large{font-size:15px;line-height:23px}.ql-editor p .ql-size-huge{font-size:18px;line-height:29px}.ql-container.ql-snow,.ql-toolbar.ql-snow{border:0}.ql-snow .ql-picker-label{padding-left:0}.ql-toolbar.ql-snow{border-bottom:1px solid #373b41;padding:10px 0}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border:1px solid transparent}.ql-snow .ql-picker{color:#a9a9a9;font-size:18px}.ql-snow .ql-stroke{stroke:#a9a9a9}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#a9a9a9}.edit-quill-errorTip{color:#a8a8aa}.ql-snow .ql-picker-options{background-color:#2b2f35}.ql-snow .ql-picker.ql-size{width:77px}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#c5a162}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#c5a162}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#c5a162}.shishen{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline;-ms-flex-align:baseline}.shishen .ssl_list{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.shishen .upload_game_type{display:block;width:200px;margin-top:0}.shishen .upload_game_type .title{display:none}.shishen .upload_game_type .select_game_list{position:relative}.shishen .upload_game_type .more_game_box{position:absolute}.select_single,.select_single .single{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.select_single .single{color:#fff;margin-right:20px;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;line-height:20px}.select_single .single em{width:16px;height:16px;background-color:#2e3135;border:1px solid #626262;margin-right:5px;border-radius:100%;box-sizing:border-box}.select_single .single em,.select_single .single em i{display:block;-webkit-border-radius:100%;-moz-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.select_single .single em i{width:10px;height:10px;line-height:10px;margin:2px auto;border-radius:100%}.select_single .single.cur em{border:1px solid #0a0a0a;background-color:#0a0a0a}.select_single .single.cur i{background:#c5a162}.shishen_box{color:#363636;font-size:12px;display:block;width:198px;height:26px;background:#22252a;box-sizing:border-box;border:1px solid #5c5e65;padding:4px 16px;position:relative;color:#fff}.shishen_box:after{display:block;position:absolute;top:9px;right:6px;content:"";width:11px;height:7px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/_arrow_3ef71555.png) no-repeat;z-index:1;-webkit-transition:all .3s ease;-moz-transition:ease .3s all;-ms-transition:ease .3s all;-o-transition:ease .3s all;transition:all .3s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.shishen_box.on:after{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.gwsy_banner_box{display:flex;min-width:1000px;max-width:1920px;height:500px;margin:0 auto}.gwsy_banner_box>.gwsy_banner{width:9.6%;height:100%;cursor:pointer;transition:all .2s ease}.gwsy_banner_box>.gwsy_banner.cur{width:52%}.gwsy_banner_box>.gwsy_banner1{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner1_s_891b5f74.jpg) 0 0 no-repeat}.gwsy_banner_box>.gwsy_banner1:hover{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner1_h_42641fc5.jpg)}.gwsy_banner_box>.gwsy_banner1.cur{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner1_b_5f5ebf74.jpg)}.gwsy_banner_box>.gwsy_banner2{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner2_s_f38d0290.jpg) 0 0 no-repeat}.gwsy_banner_box>.gwsy_banner2:hover{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner2_h_02e5cd43.jpg)}.gwsy_banner_box>.gwsy_banner2.cur{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner2_b_76b0b9e0.jpg)}.gwsy_banner_box>.gwsy_banner3{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner3_s_11ac8b19.jpg) 0 0 no-repeat}.gwsy_banner_box>.gwsy_banner3:hover{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner3_h_6c92868d.jpg)}.gwsy_banner_box>.gwsy_banner3.cur{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner3_b_33123d94.jpg)}.gwsy_banner_box>.gwsy_banner4{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner4_s_dbd7caab.jpg) 0 0 no-repeat}.gwsy_banner_box>.gwsy_banner4:hover{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner4_h_d74c3727.jpg)}.gwsy_banner_box>.gwsy_banner4.cur{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner4_b_a5cc487b.jpg)}.gwsy_banner_box>.gwsy_banner5{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner5_s_4c706600.jpg) 0 0 no-repeat}.gwsy_banner_box>.gwsy_banner5:hover{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner5_h_d78fd48f.jpg)}.gwsy_banner_box>.gwsy_banner5.cur{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner5_b_7d508215.jpg)}.gwsy_banner_box>.gwsy_banner6{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner6_s_6ca36203.jpg) 0 0 no-repeat}.gwsy_banner_box>.gwsy_banner6:hover{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner6_h_0adaceaf.jpg)}.gwsy_banner_box>.gwsy_banner6.cur{background-image:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/banner6_b_f8ff680e.jpg)}.gwsy_rank_box{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/rank_info_bg_ecf7988d.png) 0 0 no-repeat;width:1319px;height:160px;position:relative;margin:-50px auto auto;z-index:10;display:flex}.gwsy_rank_box .rank_info_main .rank_info_item{display:none}.gwsy_rank_box .rank_info_main .rank_info_item.cur{display:flex}.gwsy_rank_box .number{display:block;width:160px;height:160px;line-height:160px;text-align:center;font-size:42px;color:#e8403c;cursor:pointer}.gwsy_rank_box .order_name{display:block;width:240px}.gwsy_rank_box .order_num{width:464px;font-size:72px;color:#e8403c;display:block;line-height:150px}.gwsy_rank_box .rank_r .top{font-size:16px;color:#59503a;margin-left:152px;margin-top:36px}.gwsy_rank_box .rank_r .top .name{display:none;font-size:28px;color:#e8403c;height:50px;line-height:42px}.gwsy_rank_box .rank_r .top .name.show{display:block}.gwsy_rank_box .rank_r .top .box{height:50px;display:none}.gwsy_rank_box .rank_r .top .box.show{display:block}.gwsy_rank_box .rank_r .top a{font-size:16px;color:#59503a;text-decoration:underline;line-height:40px}.gwsy_rank_box .rank_r .bom{margin:85px 0 0 172px;font-size:28px;color:#e8403c;line-height:32px}.canvas-container{position:absolute;left:0;z-index:10;width:100%;cursor:pointer}.canvas-container .playbtn{z-index:20;background:rgba(0,0,0,.4);border-radius:100%}.canvas-container .playbtn,.canvas-container .playbtn:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:46px;height:46px}.canvas-container .playbtn:before{content:"";background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_video_play_c4fc80f0.png) 0 0 no-repeat;background-size:100%}.canvas-container .canvas-loading{position:absolute;z-index:2;top:50%;left:50%;margin:-33px 0 0 -33px;display:block;width:67px;height:66px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/loading_small_0c1d256f.gif) top/100% auto no-repeat}.dynamic-image-container{overflow:hidden}.dynamic-image-container>.dyanmic-image-content{width:100%;position:relative}.dynamic-image-container .video-container{position:absolute;left:0;z-index:10;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.dynamic-image-container .video-container>video{width:100%;max-height:250px;background:#000}.dynamic-image-container .preview-image-container{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.dynamic-image-container .preview-image-container .dyanmic-image-preview{position:relative;width:100%;max-height:250px;z-index:2}.dynamic-image-container .preview-image-container .dyanmic-image-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(10px)}.discover.theme{padding:0 0 0 12px;box-sizing:border-box}.discover.theme.to-more .wrap-content-item:nth-child(2){margin-top:117px}.discover.theme.to-more .btn-more{background:#2b2f35;bottom:-57px}.discover.theme .wrap-content-item{margin-top:54px}.discover.theme .wrap-content-item .column-tit{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:20px;padding:0 8px;box-sizing:border-box}.discover.theme .wrap-content-item .column-tit,.discover.theme .wrap-content-item .column-tit .title{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.discover.theme .wrap-content-item .column-tit .title{font-size:18px;color:#fff;font-family:Microsoft YaHei Light,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;margin-right:10px;font-weight:400}.discover.theme .wrap-content-item .column-tit .title:before{content:"";display:block;margin-right:10px}.discover.theme .wrap-content-item .column-tit .title.new:before{width:26px;height:26px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_new_32x32_894fab9d.png) 0 0 no-repeat;background-size:100%}.discover.theme .wrap-content-item .column-tit .title.theme:before{width:26px;height:26px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_theme_33x33_00aa1902.png) 0 0 no-repeat;background-size:100%}.discover.theme .wrap-content-item .column-tit .title.answer:before{width:26px;height:26px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_answer_34x34_c23cdb64.png) 0 0 no-repeat;background-size:100%}.discover.theme .wrap-content-item .column-tit .num{font-family:Microsoft YaHei Light,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;font-size:14px;color:#c5a162;background-color:#2b2f35;padding:3px 10px;border-radius:2px;line-height:1;margin-right:10px}.discover.theme .wrap-content-item .column-tit .change_btn{width:82px;height:20px;line-height:20px;background-color:#2b2f35;border-radius:2px;box-sizing:border-box;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;color:#5c5e65}.discover.theme .wrap-content-item .column-tit .change_btn:before{color:#5c5e65}.discover.theme .wrap-content-item .column-tit .change_btn:hover{background-color:#c5a162;color:#fff}.discover.theme .wrap-content-item .column-tit .change_btn:hover:before{color:#fff}.discover.theme .grid_pic_item{background:none}.discover.theme .hideItem{height:460px!important;overflow:hidden;position:relative}.discover.theme .btn-more{width:calc(100% - 16px);height:57px;font-size:16px;line-height:57px;text-align:center;letter-spacing:2px;color:#fff;position:absolute;left:8px;bottom:0;cursor:pointer;background:rgba(4,0,0,.9);background:-moz-linear-gradient(top,transparent 0,rgba(4,0,0,.8) 50%,#040000 100%);background:-webkit-linear-gradient(top,transparent,rgba(4,0,0,.8) 50%,#040000);background:-o-linear-gradient(top,transparent 0,rgba(4,0,0,.8) 50%,#040000 100%)}.discover.theme .btn-more:hover{color:#c5a162}.discover.theme .tag-theme-ercode{width:calc(100% - 8px);margin:0 0 94px 8px;padding:0 40px 12px 0;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.discover.theme .tag-theme-ercode .tag-theme{border-right:1px solid rgba(228,197,116,.1);padding-bottom:20px;box-sizing:border-box;width:calc(100% - 520px)}.discover.theme .tag-theme-ercode .tag-theme .tips{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.discover.theme .tag-theme-ercode .tag-theme .tips span,.discover.theme .tag-theme-ercode .tag-theme .tips strong{font-family:Microsoft YaHei Light,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif;font-size:18px;font-weight:400;font-stretch:normal;letter-spacing:0;display:block;line-height:1}.discover.theme .tag-theme-ercode .tag-theme .tips span{color:#a9a9a9}.discover.theme .tag-theme-ercode .tag-theme .tips strong{color:#f8d67c;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.discover.theme .tag-theme-ercode .tag-theme .tips strong:before{display:block;content:"";width:28px;height:25px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_reward_28x25_2c56830d.png) 0 0 no-repeat;background-size:100%;margin-bottom:9px}.discover.theme .tag-theme-ercode .ercode{margin-left:20px}.discover.theme .tag-theme-ercode .ercode,.discover.theme .tag-theme-ercode .ercode ul{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.discover.theme .tag-theme-ercode .ercode ul{width:500px;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.discover.theme .tag-theme-ercode .ercode ul li{width:220px;height:185px;position:relative;margin:10px}.discover.theme .tag-theme-ercode .ercode ul li .ercode-txt{position:absolute;left:0;bottom:0;background:#22252a;width:200px;height:165px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.discover.theme .tag-theme-ercode .ercode ul li .ercode-txt .ercode-des{width:14px;height:auto;font-family:MicrosoftYaHei;font-size:14px;font-weight:400;font-stretch:normal;line-height:15px;color:#a9a9a9;margin:0 13px 0 18px}.discover.theme .tag-theme-ercode .ercode ul li .ercode-txt .ercode-title{width:18px;height:auto;font-size:18px;font-weight:400;font-stretch:normal;line-height:20px;color:#fff;font-family:Microsoft YaHei Light,Helvetica Neue,Arial,HelveticaNeue,Helvetica-Neue,Helvetica,BBAlpha Sans,sans-serif}.discover.theme .tag-theme-ercode .ercode ul li .ercode-img{width:147px;height:147px;background-color:#fff;position:absolute;right:0;top:0;font-size:0}.discover.theme .tag-theme-ercode .ercode ul li .ercode-img[data-style=yysTool]{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/ercode_yysTool_638eedc3.jpg) 0 0 no-repeat;background-size:100%}.discover.theme .tag-theme-ercode .ercode ul li .ercode-img[data-style=ygwTool]{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/ercode_ygwTool_d11d4043.jpg) 0 0 no-repeat;background-size:100%}.discover.theme .tag-theme-ercode .ercode ul li .ercode-img[data-style=yysMagazine]{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/ercode_yysMagazine_cfbbb1e1.jpg) 0 0 no-repeat;background-size:100%}.discover.theme .tag-theme-ercode .ercode ul li .ercode-img[data-style=mobaRadio]{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/ercode_mobaRadio_57f86011.jpg) 0 0 no-repeat;background-size:100%}@media screen and (max-width:1600px){.discover.theme .tag-theme-ercode{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.discover.theme .tag-theme-ercode .tag-theme{border-right:0;padding-bottom:40px;width:100%}.discover.theme .tag-theme-ercode .tag-theme ul{padding-right:0}.discover.theme .tag-theme-ercode .ercode{padding:40px 0 20px;margin:0;border-top:1px solid rgba(228,197,116,.1);width:100%}.discover.theme .tag-theme-ercode .ercode ul{width:100%;margin:0 auto;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}}@media screen and (max-width:1400px){.discover.theme .tag-theme-ercode .ercode ul{width:500px}}.tag-subject{width:calc(100% - 16px);height:460px;border-radius:2px;box-sizing:border-box;margin-left:8px;margin-bottom:15px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.tag-subject .tag-subject-intro{width:404px;height:450px;margin:5px 0;background-color:#3b3e43}.tag-subject .tag-subject-intro .banner_pic_box{width:100%;height:208px;background-color:#141414;position:relative;margin-bottom:27px;border-radius:2px;overflow:hidden}.tag-subject .tag-subject-intro .banner{width:404px;height:auto;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;cursor:pointer}.tag-subject .tag-subject-intro .banner:hover{opacity:.8}.tag-subject .tag-subject-intro .intro-box{width:100%;padding:0 10px;box-sizing:border-box}.tag-subject .tag-subject-intro .intro-box .name{font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;color:#fff}.tag-subject .tag-subject-intro .intro-box .num_join{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;border-bottom:2px dotted #484b4f;padding:11px 0 14px}.tag-subject .tag-subject-intro .intro-box .num_join,.tag-subject .tag-subject-intro .intro-box .num_join span{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.tag-subject .tag-subject-intro .intro-box .num_join span{font-size:18px;color:#c5a162;display:block;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.tag-subject .tag-subject-intro .intro-box .num_join span:before{font-family:icomoon;display:block;position:relative;width:15px;height:15px;margin-right:10px;color:#c5a162;font-size:15px;font-weight:700;content:"\e995"}.tag-subject .tag-subject-intro .intro-box .num_join .btn_join{width:84px;height:24px;background-color:#c5a162;line-height:24px;font-size:14px;color:#fff;text-align:center;display:block;border-radius:2px}.tag-subject .tag-subject-intro .intro-box .description{margin-top:12px;font-size:14px;line-height:22px;color:#b5b5b5}.tag-subject .tag-subject-detail{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;height:100%;padding:5px 0 5px 12px;overflow:hidden;margin-left:20px;position:relative;box-sizing:border-box}.tag-subject .tag-subject-detail:before{display:block;content:"";width:1px;height:450px;position:absolute;left:0;top:5px;background:hsla(0,0%,100%,.1)}.tag-subject .tag-subject-detail .button-next,.tag-subject .tag-subject-detail .button-prev{width:36px;height:50px;z-index:2;position:absolute;top:182px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;display:none;background:rgba(0,0,0,.4)}.tag-subject .tag-subject-detail .button-next:before,.tag-subject .tag-subject-detail .button-prev:before{font-family:icomoon;display:block;width:20px;height:20px;font-size:20px;font-weight:400;margin:15px auto 0;color:#fff}.tag-subject .tag-subject-detail .button-prev{left:20px}.tag-subject .tag-subject-detail .button-prev:before{content:"\e9a1"}.tag-subject .tag-subject-detail .button-next{right:8px}.tag-subject .tag-subject-detail .button-next:before{content:"\e9a2"}.tag-subject:hover .button-next,.tag-subject:hover .button-prev{display:block}.work-item-theme.grid_pic_item{height:100%;border:none;background:#383e47;width:266px;margin:0 8px;border-radius:2px}.work-item-theme.grid_pic_item .grid_img{width:266px;height:369px;margin-bottom:0;background:#141414;position:relative;cursor:pointer}.work-item-theme.grid_pic_item .grid_img .icon{display:none}.work-item-theme.grid_pic_item .grid_img.audio .icon,.work-item-theme.grid_pic_item .grid_img.video .icon{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.work-item-theme.grid_pic_item .grid_img .swiper-container{height:100%}.work-item-theme.grid_pic_item .grid_img .main-banner-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{width:4px;height:4px;background:#fff}.work-item-theme.grid_pic_item .grid_img .main-banner-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:14px;height:4px;border-radius:2px;background:#fff!important}.work-item-theme.grid_pic_item .grid_img .main-banner-swiper .swiper-slide{position:relative}.work-item-theme.grid_pic_item .grid_img img{width:auto;height:auto;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.work-item-theme.grid_pic_item .text_wrap{height:100%;background:#fff;padding:12px 18px;box-sizing:border-box;position:relative;border-bottom:0}.work-item-theme.grid_pic_item .text_wrap:after{display:block;content:"";width:266px;height:32px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_showmore_63x32_a4ca0cee.jpg) 185px 0 no-repeat;background-size:63px 32px;position:absolute;bottom:0;right:0;background-color:#fff}.work-item-theme.grid_pic_item .text_wrap .text_content{font-size:14px;line-height:30px;letter-spacing:0;color:#2a2e35;width:100%;text-indent:0}.work-item-theme.grid_pic_item .text_wrap .text_content:after,.work-item-theme.grid_pic_item .text_wrap .text_content:before{display:none}.work-item-theme.grid_pic_item .text_wrap .text_content img{width:100%;height:auto;left:auto;top:auto;transform:none;position:relative}.work-item-theme.grid_pic_item .desc_info{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;box-sizing:border-box;padding:10px;width:100%}.work-item-theme.grid_pic_item .desc_info,.work-item-theme.grid_pic_item .desc_info .author_face{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.work-item-theme.grid_pic_item .desc_info .author_face{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.work-item-theme.grid_pic_item .desc_info .author_face:hover .author-info .nickname{text-decoration:underline}.work-item-theme.grid_pic_item .desc_info .author_face img{width:36px;height:36px;border-radius:36px;margin-right:10px}.work-item-theme.grid_pic_item .desc_info .author-info{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.work-item-theme.grid_pic_item .desc_info .author-info .nickname,.work-item-theme.grid_pic_item .desc_info .author-info .time{font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:normal;display:block;width:150px}.work-item-theme.grid_pic_item .desc_info .author-info .nickname{font-size:14px;color:#a9a9a9}.work-item-theme.grid_pic_item .desc_info .author-info .time{color:#7c7c7c;font-size:12px}.work-item-theme.grid_pic_item .desc_info .article_tit{font-size:16px;line-height:24px;color:#fff;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:normal;display:block;margin-bottom:6px}.work-item-theme.grid_pic_item .desc_info .func_part{position:absolute;right:15px;top:28px;width:18px;height:18px;cursor:pointer}.work-item-theme.grid_pic_item .desc_info .func_part:before{font-family:icomoon;display:block;content:"\e97a";font-weight:700;font-size:17px;width:17px;height:17px;color:#c7c7c7}.work-item-theme.grid_pic_item .desc_info .func_part .func_pannel{position:absolute;top:0;right:-10px;margin:auto;color:#3d3d3d;font-size:14px;line-height:26px;width:73px;height:76px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/pannel_bg_ef3edb61.png) 0 19px no-repeat;background-size:100% auto;box-sizing:border-box;padding-top:35px}.work-item-theme.grid_pic_item .desc_info .func_part .func_pannel a{display:block;width:100%;height:26px;line-height:26px;text-align:center;color:#666;font-size:14px}.work-item-theme.grid_pic_item .desc_info .func_part .func_pannel a:hover{color:#c5a162}@media screen and (max-width:1350px){.work-item-theme.grid_pic_item{margin:0 5px}}.tag-theme .none{color:#fff;text-align:center;margin-top:20px}.tag-theme ul{width:100%;padding-right:30px;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tag-theme .title{background-color:#22252a;border-radius:4px;margin:20px 20px 0 0;width:calc(50% - 10px)}.tag-theme .title a{padding:17px 15px;box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.tag-theme .title a span{font-size:14px;font-weight:400;font-stretch:normal;line-height:18px;letter-spacing:1px;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:normal;width:calc(100% - 50px)}.tag-theme .title a strong{font-size:18px;font-weight:bolder;font-stretch:normal;line-height:18px;letter-spacing:2px;color:#fff;margin-right:10px;width:40px}.tag-theme .title:nth-child(2n){margin-right:0}.tag-theme .title:hover{background-color:#c5a162}.upload-subject .select_tag_list .item{color:#fff;border-color:#ba5b2c;background-color:#ba5b2c}.subject-detail{padding:40px 0 0 12px;min-height:900px}.subject-detail .subject_header_part{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-bottom:26px;padding-left:8px}.subject-detail .subject_header_part .banner_pic_box{position:relative;background:none;width:404px;height:208px;margin-right:28px;border-radius:4px;overflow:hidden;background-color:#141414}.subject-detail .subject_header_part .banner_pic{display:block;width:404px;height:auto;border-radius:4px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.subject-detail .subject_header_part .subject_info{background:none;position:relative;width:528px;padding-bottom:40px;height:auto}.subject-detail .subject_header_part .subject_info h3{color:#fff;font-size:18px;line-height:26px;margin:16px 0 7px}.subject-detail .subject_header_part .subject_info .description{color:#fff;font-size:14px;line-height:24px}.subject-detail .subject_header_part .subject_info .subject_deal_btn_wrap{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.subject-detail .subject_header_part .subject_info .subject_deal_btn_wrap .btn_join{width:150px;height:40px;line-height:40px;display:block;color:#fff;font-size:18px;text-align:center;background-color:#c5a162;margin-top:10px;border-radius:4px}.subject-detail .subject_bar{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;width:100%;padding:0 8px;box-sizing:border-box;margin-bottom:8px;position:relative}.subject-detail .subject_bar .subject_num{font-size:14px;color:#fff;height:26px;line-height:26px}.subject-detail .subject_bar .subject_num span{font-size:18px;font-weight:bolder}.subject-detail .subject_bar select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_select_hot_36f98398.png) 0 no-repeat;color:#a9a9a9;width:70px;height:20px;border-radius:20px;border:none;line-height:20px;padding-left:21px}.subject-detail .subject_bar select[data-val=new]{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_select_new_4028bafb.png) no-repeat 0 3px}.subject-detail .subject_bar select::-ms-expand{color:#a9a9a9;font-size:0;display:none;border:none;background:none}.subject-detail .wrap-content .grid_pic_item.hotComment:after{display:block;content:"";width:38px;height:46px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_hotcomment_98a14ba8.png) 0 0 no-repeat;background-size:100%;position:absolute;top:-10px;right:5px;z-index:3}.subject-detail .wrap-content .grid_pic_item.hotComment .pic_name{color:#c5a162}.group-article .group-article-header{padding:8px 0;position:relative;margin-bottom:15px}.group-article .group-article-header h3{font-size:24px;font-weight:400;font-stretch:normal;line-height:1;color:#fff;text-align:center}.group-article .group-article-header .group-ctrl-btns{position:absolute;right:39px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.group-article .group-article-header .group-ctrl-btns a{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;box-sizing:border-box;font-size:14px;color:#fff;text-align:center;width:130px;height:30px;background-color:#c5a162;border-radius:4px;overflow:hidden}.group-article .group-article-header .group-ctrl-btns a:before{width:16px;height:16px;font-family:icomoon;content:"";display:block;font-size:16px;color:#fff;font-style:normal;font-weight:400;margin-right:10px;margin-top:2px}.group-article .group-article-header .group-ctrl-btns a.btn-new-group{margin-right:10px}.group-article .group-article-header .group-ctrl-btns a.btn-new-group:before{content:"\e9bb"}.group-article .group-article-header .group-ctrl-btns a.btn-del-group:before{content:"\e9be"}.group-article .group-article-header .group-ctrl-btns a:hover{opacity:.8}.group-article .grid_pic_item{width:300px;position:relative;margin:0 8px 16px;border:none;background:#22252a}.group-article .grid_pic_item .grid_img{height:168px;margin-bottom:0}.group-article .grid_pic_item .grid_img img{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.group-article .grid_pic_item .text_wrap{height:168px}.group-article .grid_pic_item .text_title{line-height:43px;height:auto;margin-bottom:0;border-bottom:0}.group-article .grid_pic_item .btn-group-remove{position:absolute;top:-11px;right:-11px;width:22px;height:22px;border-radius:100%;background-color:#a9a9a9;z-index:2;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.group-article .grid_pic_item .btn-group-remove:after,.group-article .grid_pic_item .btn-group-remove:before{display:block;content:"";position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:0;font-size:0;width:10px;height:1px;background:#1d1f21;line-height:0;vertical-align:middle}.group-article .grid_pic_item .btn-group-remove:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.group-article .grid_pic_item .btn-group-remove:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.group-article .grid_pic_item .btn-group-select{position:absolute;z-index:2;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;width:21px;height:21px;background-color:#55585c;border-radius:2px;border:1px solid #6d6f73;box-sizing:border-box;top:0;right:0}.group-article .grid_pic_item .btn-group-select:before{display:none}.group-article .grid_pic_item.selected .btn-group-select{background-color:#fff;border:1px solid #fff}.group-article .grid_pic_item.selected .btn-group-select:before{font-family:icomoon;color:#2e3135;font-size:12px;font-style:normal;font-weight:700;text-align:center;content:"\e927";display:block}.group-article .add-group-article{display:block;width:300px;height:168px;background-color:#2e3135;border:2px dashed #5c5e65;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:0}.group-article .add-group-article:after,.group-article .add-group-article:before{display:block;content:"";width:40px;height:6px;background-color:#5c5e65}.group-article .add-group-article:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);margin-top:-6px}.group-article .com_content.my_group_article_content,.group-article .com_content.new_group_content{border:none}.group-article .com_content.my_group_article_content .content-title,.group-article .com_content.new_group_content .content-title{font-size:20px;font-weight:400;font-stretch:normal;line-height:1;letter-spacing:0;color:#fff;text-align:center;height:auto;border-bottom:none}.group-article .com_content.new_group_content{width:565px;height:273px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;padding:53px 0 41px;box-sizing:border-box}.group-article .com_content.new_group_content input::-webkit-input-placeholder{color:#999;font-size:14px}.group-article .com_content.new_group_content input:-moz-placeholder,.group-article .com_content.new_group_content input::-moz-placeholder{color:#999;font-size:14px}.group-article .com_content.new_group_content input:-ms-input-placeholder{color:#999;font-size:14px}.group-article .com_content.new_group_content input{text-align:center;color:#999;font-size:14px;width:320px;height:44px;border:1px solid #5c5e65;border-radius:5px}.group-article .com_content.new_group_content .new-group-btns{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.group-article .com_content.new_group_content .new-group-btns a{width:143px;height:40px;border:1px solid #999;line-height:40px;font-size:16px;text-align:center;color:#fff;border-radius:5px}.group-article .com_content.new_group_content .new-group-btns a:hover{opacity:.8}.group-article .com_content.new_group_content .new-group-btns a:last-child{margin-left:34px;background-color:#c5a162;border:1px solid #c5a162}.group-article .com_content.my_group_article_content{width:1060px;height:auto;padding:30px 50px 40px;box-sizing:border-box}.group-article .com_content.my_group_article_content .content-title{margin-bottom:20px}.group-article .com_content.my_group_article_content .my-group-article-content{max-height:420px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}.group-article .com_content.my_group_article_content .my-group-article-content::-webkit-scrollbar{width:0;background:transparent}.group-article .com_content.my_group_article_content .my-group-article-content .scroll-box{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.group-article .com_content.my_group_article_content .my-group-article-content .grid_pic_item{width:230px;margin:0 5px 10px}.group-article .com_content.my_group_article_content .my-group-article-content .grid_pic_item .grid_img,.group-article .com_content.my_group_article_content .my-group-article-content .grid_pic_item .text_wrap{height:130px}.group-article .com_content.my_group_article_content dl{padding:20px 0 0}.group-article .com_content.my_group_article_content dl .btns{margin-bottom:0}.group-article .com_content.my_group_article_content dl .btns a{width:200px;height:40px;line-height:40px;border-radius:20px;font-size:18px}.group-article .com_content.my_group_article_content dl .btns a:first-child{background-color:#6b6b6b}.group-article .com_content.my_group_article_content dl .btns a:nth-child(2){margin-left:20px}.group-article .com_content.my_group_article_content dl .btns a:hover{opacity:.8}.news-list .news-list-item{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-size:14px;line-height:20px;color:#a9a9a9;margin-bottom:10px}.news-list .news-list-item:last-child{margin-bottom:0}.news-list .news-list-item .game-name{padding:0 10px;text-align:center;box-sizing:border-box;background-color:#222427;color:#c7a364;border-radius:10px;margin-right:3px;text-decoration:none!important}.news-list .news-list-item:hover{color:#c7a364}.timeline_waterfall.timeline_list .recommend_authors{width:322px}.timeline_waterfall.timeline_list .recommend-more-hot{width:100%}.timeline_waterfall.timeline_list .timeline_content .timeline_box{padding-right:340px}.timeline_waterfall.timeline_list .waterfall{padding:0;background:none}.profile-waterfall.profile-page{max-width:none}.profile-waterfall.profile-page .timeline_list .waterfall{padding:0;background:none}.select-swiper .swiper-container{width:auto;margin:0}.select-swiper .swiper-container .swiper-wrapper .swiper-slide{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:auto}.emoji{background:#3b3e43;width:336px;position:absolute;padding:36px 10px 10px;box-sizing:border-box;top:94px;left:42px;z-index:999999}.emoji:before{display:block;content:"";border-color:transparent transparent #3b3e43;border-style:solid;border-width:8px 5px;position:absolute;left:16px;top:-16px}.emoji .emoji-operation{width:12px;height:12px;position:absolute;top:4px;right:10px}.emoji .emoji-operation .emoji-cancel{font-size:0;display:inline-block;width:12px;height:2px;background:#fff;line-height:0;vertical-align:middle;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.emoji .emoji-operation .emoji-cancel:before{content:"";display:block;width:12px;height:2px;background:#fff;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.emoji .emoji-operation .emoji-confirm{display:none}.emoji .emoji-list{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;box-sizing:border-box;overflow:auto;padding:1px 0 0 1px}.emoji .emoji-list .emoji-item{background-image:#3b3e43;background-repeat:no-repeat;background-position:3px 3px;background-size:calc(100% - 6px) auto;width:36px;height:36px;padding:3px 0 4px;cursor:pointer;border:1px solid #575b62;overflow:hidden;margin:-1px 0 0 -1px;box-sizing:border-box;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.emoji .emoji-list .emoji-item:hover{border-color:#c5a162;z-index:2}.emoji .emoji-select{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;position:absolute;top:10px;left:10px}.emoji .emoji-select>a{display:block}.emoji .emoji-select>a .icon-clock,.emoji .emoji-select>a .icon-emoji{font-family:icomoon;font-style:normal;font-weight:400;width:26px;height:20px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.emoji .emoji-select>a .icon-clock:before,.emoji .emoji-select>a .icon-emoji:before{font-size:14px;color:#a9a9a9;width:14px;height:14px}.emoji .emoji-select>a .icon-clock:before{content:"\e9a3"}.emoji .emoji-select>a .icon-emoji{position:relative;top:auto;left:auto}.emoji .emoji-select>a .icon-emoji:before{content:"\e99f";position:relative;top:auto;left:auto}.emoji .emoji-select>a.cur{background:#2e3135}.spperson,.spperson .part1{position:relative}.spperson .part1{width:100%;height:1818px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/spperson_before_bg_0da70b98.jpg) no-repeat;margin-top:-80px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.spperson .part1 .sp-top-left{display:block;width:644px;height:816px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/sp_top_left_150c286e.png) no-repeat;pointer-events:none;position:absolute;top:0;left:0}.spperson .part1 .sp-top-right{display:block;pointer-events:none;width:739px;height:625px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/sp_top_right_3be50a9e.png) no-repeat;position:absolute;top:0;right:0}.spperson .part1 .sp-mid-left{display:block;pointer-events:none;width:656px;height:480px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/sp_mid_left_4986518d.png) no-repeat;position:absolute;top:560px;left:0}.spperson .part1 .sp-mid-right{display:block;pointer-events:none;width:1327px;height:906px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/sp_mid_right_f060b0c2.png) no-repeat;position:absolute;top:160px;right:0}.spperson .part1 .act-logo{display:block;width:127px;height:329px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/activity_logo_e3fed516.png) no-repeat;position:absolute;top:180px;left:46px}.spperson .part1 .wrap{width:710px;height:1500px;position:relative;z-index:2;box-sizing:border-box;padding-top:104px}.spperson .part1 .wrap .wrap-head .title{width:463px;height:174px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/title_1_8b602113.png) no-repeat;margin:0 auto}.spperson .part1 .wrap .wrap-head .desc{width:570px;margin:0 auto;color:#826913;font-size:16px;line-height:29px}.spperson .part1 .wrap .wrap-head .link{width:570px;margin:46px auto 20px;text-align:center}.spperson .part1 .wrap .wrap-head .link p{font-size:16px;font-weight:400;letter-spacing:0;color:#a79762}.spperson .part1 .wrap .wrap-head .linkToPop{display:block;width:320px;height:48px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_cyxz_f608be28.png) no-repeat;margin:0 auto}.spperson .part1 .wrap .wrap-head .linkToPop1{display:block;width:361px;height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_cyxz_1_0f59f25f.png) no-repeat;margin:0 auto}.spperson .part1 .wrap .wrap-head .linkToPop2{display:block;width:361px;height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_cyxz_2_662c882a.png) no-repeat;margin:0 auto}.spperson .part1 .wrap .wrap-cont .info-table{width:698px;height:1200px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/frame_table_4e8723a2.png) no-repeat;background-size:100% 100%;margin-top:45px;box-sizing:border-box;padding:30px 64px}.spperson .part1 .wrap .wrap-cont .info-from{width:600px}.spperson .part1 .wrap .wrap-cont .info-item{margin-bottom:16px;position:relative}.spperson .part1 .wrap .wrap-cont .info-item:last-child,.spperson .part1 .wrap .wrap-cont .info-item:nth-of-type(3){display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.spperson .part1 .wrap .wrap-cont .info-item.danger .input-info{border:1px solid #b30000}.spperson .part1 .wrap .wrap-cont .info-item.danger .danger-tip{display:block}.spperson .part1 .wrap .wrap-cont .info-item:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.spperson .part1 .wrap .wrap-cont .info-item .danger-tip{display:none;font-size:12px;color:#a73434;margin-left:130px;position:absolute}.spperson .part1 .wrap .wrap-cont .info-item .label{display:inline-block;width:120px;font-size:16px;text-align:left;box-sizing:border-box;line-height:33px;color:#333}.spperson .part1 .wrap .wrap-cont .info-item .input-info{display:inline-block;box-sizing:border-box;width:183px;height:33px;border-radius:5px;border:1px solid #bfbfbf;font-size:12px;color:#000;text-indent:5px}.spperson .part1 .wrap .wrap-cont .info-item .input-info:disabled{background:#f5f5f5;color:#bfbfbf}.spperson .part1 .wrap .wrap-cont .info-item .btn-cancel{display:inline-block;width:127px;height:33px;border-radius:5px;background-color:#c4ac72;text-align:center;line-height:33px;color:#fff;font-size:16px;margin-left:8px}.spperson .part1 .wrap .wrap-cont .info-item .btn-edit{display:block;width:126px;height:33px;background:#c4ac72;color:#fff;float:right;margin-right:155px;cursor:pointer;border-radius:5px;line-height:33px;text-align:center}.spperson .part1 .wrap .wrap-cont .info-item .verifiCode{display:inline-block;width:128px;height:33px;border-radius:5px;border:1px solid #bfbfbf;font-size:16px;color:#000;text-align:center;margin-left:8px}.spperson .part1 .wrap .wrap-cont .info-item .verifiCode::placeholder{color:#999;font-size:16px}.spperson .part1 .wrap .wrap-cont .info-item .verifiCode:disabled{background:#f5f5f5;color:#999}.spperson .part1 .wrap .wrap-cont .info-item .btn-send{display:inline-block;width:127px;height:33px;border-radius:5px;background-color:#c4ac72;text-align:center;line-height:33px;color:#fff;font-size:16px;margin-left:8px}.spperson .part1 .wrap .wrap-cont .info-item .upload-image-box{display:inline-block;width:64px;height:64px;margin-right:10px}.spperson .part1 .wrap .wrap-cont .info-item .pics_pic_list li{width:64px;height:64px;margin:0;border-radius:5px}.spperson .part1 .wrap .wrap-cont .info-item .pics_pic_list li img{border-radius:5px}.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box{width:64px;height:64px;margin:0 16px 0 0;float:left;background-color:#f1f1f1;border-radius:5px}.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box.light{background-color:#f3eee3}.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box.light .btn_mask em,.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box.light .btn_mask i{background-color:#cab480}.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box input{width:100%;height:100%}.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box .btn_mask{width:100%;height:100%;border:0}.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box .btn_mask em{transform:scale(.3);background-color:#b8b8b8}.spperson .part1 .wrap .wrap-cont .info-item li.picspic_btn_box .btn_mask i{transform:rotate(90deg) scale(.3);background-color:#b8b8b8}.spperson .part1 .wrap .wrap-cont .info-item .city-list{display:inline-block}.spperson .part1 .wrap .wrap-cont .info-item .city-list:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.spperson .part1 .wrap .wrap-cont .info-item .city-list .area,.spperson .part1 .wrap .wrap-cont .info-item .city-list .city,.spperson .part1 .wrap .wrap-cont .info-item .city-list .province{display:inline-block;width:183px;height:34px;box-sizing:border-box;border-radius:5px;border:1px solid #bfbfbf;line-height:34px;text-align:center;margin-right:7px;cursor:pointer;position:relative}.spperson .part1 .wrap .wrap-cont .info-item .city-list .area.disabled,.spperson .part1 .wrap .wrap-cont .info-item .city-list .city.disabled,.spperson .part1 .wrap .wrap-cont .info-item .city-list .province.disabled{background:#f5f5f5;color:#bfbfbf}.spperson .part1 .wrap .wrap-cont .info-item .city-list .area.disabled .show-box span,.spperson .part1 .wrap .wrap-cont .info-item .city-list .city.disabled .show-box span,.spperson .part1 .wrap .wrap-cont .info-item .city-list .province.disabled .show-box span{color:#bfbfbf}.spperson .part1 .wrap .wrap-cont .info-item .city-list .area .show-box,.spperson .part1 .wrap .wrap-cont .info-item .city-list .city .show-box,.spperson .part1 .wrap .wrap-cont .info-item .city-list .province .show-box{width:100%;height:100%;text-align:left;text-indent:7px}.spperson .part1 .wrap .wrap-cont .info-item .city-list .area .show-box span,.spperson .part1 .wrap .wrap-cont .info-item .city-list .city .show-box span,.spperson .part1 .wrap .wrap-cont .info-item .city-list .province .show-box span{font-size:14px;color:#999;pointer-events:none}.spperson .part1 .wrap .wrap-cont .info-item .city-list .area .show-box i,.spperson .part1 .wrap .wrap-cont .info-item .city-list .city .show-box i,.spperson .part1 .wrap .wrap-cont .info-item .city-list .province .show-box i{display:block;width:15px;height:10px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arrow_934e9563.png) no-repeat;position:absolute;top:46%;right:4px;pointer-events:none;transition:all .01s}.spperson .part1 .wrap .wrap-cont .info-item .city-list .area .show-box i.show,.spperson .part1 .wrap .wrap-cont .info-item .city-list .city .show-box i.show,.spperson .part1 .wrap .wrap-cont .info-item .city-list .province .show-box i.show{transform:rotate(180deg)}.spperson .part1 .wrap .wrap-cont .info-item .city-list .drop-box{position:absolute;z-index:3;width:100%;height:300px;background-color:#fff;text-align:left;border-radius:5px;border:1px solid #bfbfbf;padding-left:6px;overflow-y:auto;box-sizing:border-box;padding-right:10px;-ms-scroll-chaining:chained;-ms-content-zooming:zoom;-ms-scroll-rails:none;-ms-content-zoom-limit-min:100%;-ms-content-zoom-limit-max:500%;-ms-scroll-snap-type:proximity;-ms-scroll-snap-points-x:snapList(100%,200%,300%,400%,500%);-ms-overflow-style:none;scrollbar-face-color:#e3e0d2;scrollbar-highlight-color:#e3e0d2;scrollbar-track-color:#b8b2a4;scrollbar-arrow-color:#fff;scrollbar-shadow-color:#e3e0d2;scrollbar-3dlight-color:#e3e0d2;scrollbar-darkshadow-color:#e3e0d2;scrollbar-base-color:#e3e0d2}.spperson .part1 .wrap .wrap-cont .info-item .city-list .drop-box::-webkit-scrollbar{background-color:#e3e0d2;width:5px;height:2px}.spperson .part1 .wrap .wrap-cont .info-item .city-list .drop-box::-webkit-scrollbar-track{background-color:#e3e0d2;border-radius:10px}.spperson .part1 .wrap .wrap-cont .info-item .city-list .drop-box::-webkit-scrollbar-thumb{border-radius:10px;background-color:#b8b2a4}.spperson .part1 .wrap .wrap-cont .info-item .city-list .drop-box li{font-size:13px;color:#999;height:34px;line-height:22px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.spperson .part1 .wrap .wrap-cont .info-item .city-list .drop-box li:hover{color:#000;font-size:13px}.spperson .part1 .wrap .wrap-cont .info-link{position:relative}.spperson .part1 .wrap .wrap-cont .info-link .public-p{display:inline-block;color:#826913;font-size:15px;line-height:30px}.spperson .part1 .wrap .wrap-cont .info-link .public-p a.link{color:#826913;font-size:15px;font-weight:700;text-decoration:underline}.spperson .part1 .wrap .wrap-cont .info-link .show-box{cursor:pointer;display:inline-block;width:63px;height:23px;border-radius:5px;border:1px solid #c5b991;position:relative}.spperson .part1 .wrap .wrap-cont .info-link .show-box.disabled{background:#f5f5f5;color:#bfbfbf;border:1px solid #bfbfbf}.spperson .part1 .wrap .wrap-cont .info-link .show-box.disabled span{color:#bfbfbf}.spperson .part1 .wrap .wrap-cont .info-link .show-box span{font-size:15px;color:#826913;margin-left:5px;pointer-events:none}.spperson .part1 .wrap .wrap-cont .info-link .show-box i{display:block;width:15px;height:10px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arrow_934e9563.png) no-repeat;position:absolute;top:40%;right:4px;pointer-events:none}.spperson .part1 .wrap .wrap-cont .info-link .show-box i.show{transform:rotate(180deg)}.spperson .part1 .wrap .wrap-cont .info-link .show-box .drop-box{position:absolute;width:100%;height:220px;text-align:left;border-radius:5px;background-color:#f1f1f1;border:1px solid #bfbfbf;z-index:3}.spperson .part1 .wrap .wrap-cont .info-link .show-box .drop-box li{box-sizing:border-box;padding-left:5px;font-size:14px;color:#826913;height:20px}.spperson .part1 .wrap .wrap-cont .info-link .show-box .drop-box li:hover{font-size:16px;font-weight:700}.spperson .part1 .wrap .wrap-cont .public-tips{margin-top:3px;font-size:15px;line-height:30px;color:#a73434;font-weight:700}.spperson .part1 .wrap .wrap-cont .btn-controls{width:484px;margin:20px auto 0;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.spperson .part1 .wrap .wrap-cont .btn-controls .btn-help{cursor:pointer;width:100%;height:33px;line-height:33px;text-align:center;box-sizing:border-box;border:1px solid #bfbfbf;color:#826913;font-size:14px;border-radius:10px}.spperson .part1 .wrap .wrap-cont .btn-controls .btn-save{display:inline-block;cursor:pointer;width:185px;height:34px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-save_d2b59107.png) no-repeat}.spperson .part1 .wrap .wrap-cont .btn-controls .btn-go{cursor:pointer;display:inline-block;width:185px;height:34px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-go_8ac3056b.png) no-repeat}.spperson .part1 .wrap .wrap-cont .btn-controls .btn-go.disabled{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-go-disabled_fcafc6b6.png) no-repeat}.spperson .part1 .wrap .wrap-cont .btn-controls .btn-sendAgainSign{cursor:pointer;display:block;width:185px;height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-sendAgainSign-bg_109af7f2.png) no-repeat;color:#fff;text-align:center;line-height:33px;margin:0 auto}.spperson .part1 .wrap .wrap-cont .btn-controls .btn-cancel{cursor:pointer;display:block;width:184px;height:34px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-cancel-bg_6f444a32.png) no-repeat;font-size:0;color:#fff;text-align:center;line-height:33px}.spperson .part1 .wrap .wrap-cont .line{margin-top:15px;width:577px;height:1px;background-color:#666;opacity:.25}.spperson .part1 .wrap .wrap-cont .tips-box{width:575px;margin-top:12px}.spperson .part1 .wrap .wrap-cont .tips-box h4{font-size:15px;color:#a73434}.spperson .part1 .wrap .wrap-cont .tips-box p{font-size:15px;line-height:30px;color:#a73434;position:relative;text-indent:20px}.spperson .part1 .wrap .wrap-cont .tips-box p:before{content:"";display:inline-block;width:20px;height:20px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_hua_0306d437.png) no-repeat;position:absolute;top:5px;left:0}.spperson .part2{width:100%;height:auto;background:#f9edc9;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.spperson .part2 .root .title{width:463px;height:174px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/title_2_67e29f31.png) no-repeat;margin:0 auto}.spperson .part2 .root .info-table{width:679px;min-height:662px;margin:0 auto;box-sizing:border-box;padding-top:68px}.spperson .part2 .root .info-table:before{transform:rotate(180deg)}.spperson .part2 .root .info-table:after,.spperson .part2 .root .info-table:before{display:block;content:"";width:679px;height:48px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/frame_top_2_f4fa52ef.png) no-repeat}.spperson .part2 .root .box-cont{width:679px;box-sizing:border-box;background:#fff;border-left:1px solid #9d725f;border-right:1px solid #9d725f;position:relative}.spperson .part2 .root .box-cont:before{height:458px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon-left_bd375726.png) no-repeat;left:-5px}.spperson .part2 .root .box-cont:after,.spperson .part2 .root .box-cont:before{content:"";display:block;width:30px;position:absolute;top:50%;transform:translateY(-50%)}.spperson .part2 .root .box-cont:after{height:448px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon-right_f13a00ef.png) no-repeat;right:-5px}.spperson .part2 .root .cont-border{margin-left:4px;width:668px;box-sizing:border-box;border-left:1px solid #9d725f;border-right:1px solid #9d725f;position:relative;padding-bottom:30px}.spperson .part2 .root .cont-border:before{border-top:1px solid #9d725f;top:-60px}.spperson .part2 .root .cont-border:after,.spperson .part2 .root .cont-border:before{content:"";display:block;width:668px;height:60px;pointer-events:none;box-sizing:border-box;border-left:1px solid #9d725f;border-right:1px solid #9d725f;position:absolute;left:-1px;z-index:2}.spperson .part2 .root .cont-border:after{border-bottom:1px solid #9d725f;bottom:-60px}.spperson .part2 .root .info-body{width:576px;min-height:600px;margin:0 auto;box-sizing:border-box;padding-top:38px;padding-left:30px;padding-bottom:30px;background-color:#fff}.spperson .part2 .root .nickname-part{position:relative;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.spperson .part2 .root .nickname-part span{font-size:16px;color:#333}.spperson .part2 .root .nickname-part .edit-nickname-wrap{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.spperson .part2 .root .nickname-part .edit-nickname-wrap .nickname{font-size:16px;color:#000;font-weight:700}.spperson .part2 .root .nickname-part .edit-nickname-wrap .edit_nickname{width:13px;height:13px;display:block;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_edit_faef1d4b.png) no-repeat}.spperson .part2 .root .tips-part{margin-top:10px}.spperson .part2 .root .tips-part p{font-size:15px;line-height:30px;color:#a73434;position:relative;text-indent:20px}.spperson .part2 .root .tips-part p:before{content:"";display:inline-block;width:20px;height:20px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_hua_0306d437.png) no-repeat;position:absolute;top:5px;left:0}.spperson .part2 .root ul.works{width:100%;min-height:400px}.spperson .part2 .root ul.works .empty-box{width:100%;height:600px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.spperson .part2 .root ul.works .empty-box .icon-paper{margin-top:16px;display:block;width:72px;height:91px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_paper_4cd70d4e.png) no-repeat}.spperson .part2 .root ul.works .works-item{margin-top:32px;transition:all .2s}.spperson .part2 .root ul.works .works-item .tit{color:#333;font-size:16px}.spperson .part2 .root ul.works .works-item .check{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center;margin:15px 0}.spperson .part2 .root ul.works .works-item .check.selected .checkbox{background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/check-selected_0e24820a.png) no-repeat!important;border:none!important}.spperson .part2 .root ul.works .works-item .check .checkbox{display:inline-block;width:13px;height:13px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/check_16427c33.png) no-repeat}.spperson .part2 .root ul.works .works-item .check span{margin-left:5px;font-size:14px;color:#333;cursor:pointer}.spperson .part2 .root ul.works .works-item .picspic_btn_box{width:164px;height:164px;margin:0 16px 0 0;float:left;background-color:#f1f1f1;border-radius:5px}.spperson .part2 .root ul.works .works-item .picspic_btn_box.light{background-color:#f3eee3}.spperson .part2 .root ul.works .works-item .picspic_btn_box.light .btn_mask em,.spperson .part2 .root ul.works .works-item .picspic_btn_box.light .btn_mask i{background-color:#cab480}.spperson .part2 .root ul.works .works-item .picspic_btn_box input{width:100%;height:100%}.spperson .part2 .root ul.works .works-item .picspic_btn_box .btn_mask{width:100%;height:100%;border:0}.spperson .part2 .root ul.works .works-item .picspic_btn_box .btn_mask em{transform:scale(.3);background-color:#b8b8b8}.spperson .part2 .root ul.works .works-item .picspic_btn_box .btn_mask i{transform:rotate(90deg) scale(.3);background-color:#b8b8b8}.spperson .part2 .root ul.works .works-item .num_tips{margin-top:10px;font-size:14px;color:#b30000}.spperson .part2 .root .btn-save-cover{display:block;width:185px;height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-save-cover_aa0fc665.png) no-repeat;margin:150px auto 0}.spperson .backTop{width:66px;height:65px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-backTop_2970e2b4.png) no-repeat;position:fixed;z-index:10;right:30px;bottom:15%;cursor:pointer}.spperson .footer{width:100%;height:322px;background:#f9edc9;position:relative}.spperson .footer:before{width:1817px;height:568px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/sp_bottom_left_58bcc319.png) no-repeat;left:0}.spperson .footer:after,.spperson .footer:before{content:"";display:block;position:absolute;bottom:0;z-index:1;pointer-events:none}.spperson .footer:after{width:1450px;height:733px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/sp_bottom_right_32943743.png) no-repeat;right:0}.editBank_content,.notice_content,.revoke_content,.rule_content,.sendPop_content,.uploadConfirm_content{width:506px;height:557px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/pop_bg_875aee3f.png) no-repeat;border:none;box-sizing:border-box;padding-top:30px}.editBank_content .com_close_pop,.notice_content .com_close_pop,.revoke_content .com_close_pop,.rule_content .com_close_pop,.sendPop_content .com_close_pop,.uploadConfirm_content .com_close_pop{width:27px;height:28px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/close_d4a5d2df.png) no-repeat;right:0}.editBank_content h4,.notice_content h4,.revoke_content h4,.rule_content h4,.sendPop_content h4,.uploadConfirm_content h4{font-size:23px;color:#000;font-weight:700;text-align:center}.editBank_content .desc-box,.notice_content .desc-box,.revoke_content .desc-box,.rule_content .desc-box,.sendPop_content .desc-box,.uploadConfirm_content .desc-box{width:380px;height:370px;margin:36px auto 50px;overflow-y:auto;box-sizing:border-box;padding-right:20px;-ms-scroll-chaining:chained;-ms-content-zooming:zoom;-ms-scroll-rails:none;-ms-content-zoom-limit-min:100%;-ms-content-zoom-limit-max:500%;-ms-scroll-snap-type:proximity;-ms-scroll-snap-points-x:snapList(100%,200%,300%,400%,500%);-ms-overflow-style:none;scrollbar-face-color:#e3e0d2;scrollbar-highlight-color:#e3e0d2;scrollbar-track-color:#b8b2a4;scrollbar-arrow-color:#fff;scrollbar-shadow-color:#e3e0d2;scrollbar-3dlight-color:#e3e0d2;scrollbar-darkshadow-color:#e3e0d2;scrollbar-base-color:#e3e0d2}.editBank_content .desc-box::-webkit-scrollbar,.notice_content .desc-box::-webkit-scrollbar,.revoke_content .desc-box::-webkit-scrollbar,.rule_content .desc-box::-webkit-scrollbar,.sendPop_content .desc-box::-webkit-scrollbar,.uploadConfirm_content .desc-box::-webkit-scrollbar{background-color:#e3e0d2;width:5px;height:2px}.editBank_content .desc-box::-webkit-scrollbar-track,.notice_content .desc-box::-webkit-scrollbar-track,.revoke_content .desc-box::-webkit-scrollbar-track,.rule_content .desc-box::-webkit-scrollbar-track,.sendPop_content .desc-box::-webkit-scrollbar-track,.uploadConfirm_content .desc-box::-webkit-scrollbar-track{background-color:#e3e0d2;border-radius:10px}.editBank_content .desc-box::-webkit-scrollbar-thumb,.notice_content .desc-box::-webkit-scrollbar-thumb,.revoke_content .desc-box::-webkit-scrollbar-thumb,.rule_content .desc-box::-webkit-scrollbar-thumb,.sendPop_content .desc-box::-webkit-scrollbar-thumb,.uploadConfirm_content .desc-box::-webkit-scrollbar-thumb{border-radius:10px;background-color:#b8b2a4}.editBank_content .desc-box .sub-tit,.notice_content .desc-box .sub-tit,.revoke_content .desc-box .sub-tit,.rule_content .desc-box .sub-tit,.sendPop_content .desc-box .sub-tit,.uploadConfirm_content .desc-box .sub-tit{color:#a2853e;font-weight:700;font-size:16px}.editBank_content .desc-box p,.notice_content .desc-box p,.revoke_content .desc-box p,.rule_content .desc-box p,.sendPop_content .desc-box p,.uploadConfirm_content .desc-box p{color:#a2853e;font-size:14px;line-height:29px}.rule_content .content-box{width:360px;height:360px;overflow-y:auto;margin:42px auto;box-sizing:border-box;padding-right:20px;-ms-scroll-chaining:chained;-ms-content-zooming:zoom;-ms-scroll-rails:none;-ms-content-zoom-limit-min:100%;-ms-content-zoom-limit-max:500%;-ms-scroll-snap-type:proximity;-ms-scroll-snap-points-x:snapList(100%,200%,300%,400%,500%);-ms-overflow-style:none;scrollbar-face-color:#e3e0d2;scrollbar-highlight-color:#e3e0d2;scrollbar-track-color:#b8b2a4;scrollbar-arrow-color:#fff;scrollbar-shadow-color:#e3e0d2;scrollbar-3dlight-color:#e3e0d2;scrollbar-darkshadow-color:#e3e0d2;scrollbar-base-color:#e3e0d2}.rule_content .content-box::-webkit-scrollbar{background-color:#e3e0d2;width:5px;height:2px}.rule_content .content-box::-webkit-scrollbar-track{background-color:#e3e0d2;border-radius:10px}.rule_content .content-box::-webkit-scrollbar-thumb{border-radius:10px;background-color:#b8b2a4}.rule_content .info-box{margin-bottom:45px}.rule_content .info-box p{color:#666;font-size:16px;line-height:29px}.rule_content .desc-cont .sub-tit{font-size:16px;color:#826913;font-weight:700;margin-bottom:15px}.rule_content .desc-cont p{color:#826913;font-size:16px;line-height:29px}.sendPop_content{padding-top:10px}.sendPop_content .body-head{width:370px;min-height:245px;margin:10px auto;border-bottom:1px dashed #dbd9d1;box-sizing:border-box}.sendPop_content .body-head .send-box{width:100%;text-align:center;margin:40px auto 0}.sendPop_content .body-head .send-box p{color:#666;font-size:20px;line-height:26px;margin:3px 0}.sendPop_content .body-head .send-box p span.help{font-size:20px;color:#a73434}.sendPop_content .body-head .send-box p span.tips-help{font-size:16px;color:#a73434}.sendPop_content .body-head .send-box p.phone{color:#000;font-weight:700}.sendPop_content .body-head .send-box .send{display:block;width:184px;height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-send_08d6d81c.png) no-repeat;margin:42px auto}.sendPop_content .body-head .send-box .icon-paper{display:block;width:72px;height:91px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_paper_4cd70d4e.png) no-repeat;margin:10px auto}.sendPop_content .tips-box{position:relative;width:370px;margin:0 auto}.sendPop_content .tips-box h5{font-size:15px;color:#a73434;font-weight:700}.sendPop_content .tips-box p{color:#a73434;font-size:14px;line-height:24px;position:relative;text-indent:20px}.sendPop_content .tips-box p:before{content:"";display:inline-block;width:20px;height:20px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_hua_0306d437.png) no-repeat;position:absolute;top:2px;left:0}.revoke_content .revoke-body{width:370px;min-height:240px;margin:0 auto 20px;box-sizing:border-box;padding:10px;border-bottom:1px dashed #bfbfbf}.revoke_content .revoke-body p{color:#826913;font-size:16px;line-height:29px}.revoke_content .revoke-body .btn-controls{width:280px;margin:30px auto;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.revoke_content .revoke-body .btn-controls .btn-sure{cursor:pointer;width:125px;height:33px;border-radius:5px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_bg2_500623be.png) no-repeat;text-align:center;line-height:33px;color:#fff;font-weight:700}.revoke_content .revoke-body .btn-controls .btn-cancel{cursor:pointer;width:125px;height:33px;border-radius:5px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn_bg1_6edf577f.png) no-repeat;text-align:center;line-height:33px;color:#826913;font-weight:700}.revoke_content .tips-box{position:relative;width:370px;margin:0 auto}.revoke_content .tips-box h5{font-size:15px;color:#a73434;font-weight:700}.revoke_content .tips-box p{color:#a73434;font-size:14px;line-height:24px;position:relative;text-indent:20px}.revoke_content .tips-box p:before{content:"";display:inline-block;width:20px;height:20px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/icon_hua_0306d437.png) no-repeat;position:absolute;top:2px;left:0}.editBank_content .edit-from{width:365px;margin:0 auto}.editBank_content .edit-item{position:relative;margin-bottom:14px}.editBank_content .edit-item:last-child{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.editBank_content .edit-item.danger .input-info{border:1px solid #b30000}.editBank_content .edit-item.danger .danger-tip{display:block}.editBank_content .edit-item:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.editBank_content .edit-item .danger-tip{display:none;font-size:12px;color:#a73434;margin-left:130px;position:absolute}.editBank_content .label{display:inline-block;width:120px;font-size:16px;text-align:left;box-sizing:border-box;line-height:33px;color:#333}.editBank_content input[type=number]{-moz-appearance:textfield}.editBank_content .input-info{-webkit-appearance:none!important;box-sizing:border-box;width:183px;font-size:12px;text-indent:5px}.editBank_content .auth_code,.editBank_content .input-info{display:inline-block;height:33px;border-radius:5px;border:1px solid #bfbfbf;color:#000;background:#f5f5f5}.editBank_content .auth_code{width:128px;font-size:16px;text-align:center}.editBank_content .edit-send{display:inline-block;width:100px;height:33px;border-radius:5px;background-color:#c4ac72;text-align:center;line-height:33px;color:#fff;font-size:16px;margin-left:2px}.editBank_content .upload-image-box{display:inline-block;width:64px;height:64px;margin-right:10px}.editBank_content .pics_pic_list li{width:64px;height:64px;margin:0;border-radius:5px}.editBank_content .pics_pic_list li img{border-radius:5px}.editBank_content li.picspic_btn_box{width:64px;height:64px;margin:0 16px 0 0;float:left;background-color:#f1f1f1;border-radius:5px}.editBank_content li.picspic_btn_box.light{background-color:#f3eee3}.editBank_content li.picspic_btn_box.light .btn_mask em,.editBank_content li.picspic_btn_box.light .btn_mask i{background-color:#cab480}.editBank_content li.picspic_btn_box input{width:100%;height:100%}.editBank_content li.picspic_btn_box .btn_mask{width:100%;height:100%;border:0}.editBank_content li.picspic_btn_box .btn_mask em{transform:scale(.3);background-color:#b8b8b8}.editBank_content li.picspic_btn_box .btn_mask i{transform:rotate(90deg) scale(.3);background-color:#b8b8b8}.editBank_content .city-list{display:inline-block}.editBank_content .city-list:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.editBank_content .city-list .area,.editBank_content .city-list .city,.editBank_content .city-list .province{display:inline-block;width:183px;height:34px;box-sizing:border-box;border-radius:5px;border:1px solid #bfbfbf;line-height:34px;text-align:center;margin-right:7px;cursor:pointer;position:relative}.editBank_content .city-list .area .show-box,.editBank_content .city-list .city .show-box,.editBank_content .city-list .province .show-box{width:100%;height:100%;text-align:left;text-indent:7px;background:#f5f5f5;border-radius:5px}.editBank_content .city-list .area .show-box span,.editBank_content .city-list .city .show-box span,.editBank_content .city-list .province .show-box span{font-size:14px;color:#999;pointer-events:none}.editBank_content .city-list .area .show-box i,.editBank_content .city-list .city .show-box i,.editBank_content .city-list .province .show-box i{display:block;width:15px;height:10px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/arrow_934e9563.png) no-repeat;position:absolute;top:46%;right:4px;pointer-events:none;transition:all .01s}.editBank_content .city-list .area .show-box i.show,.editBank_content .city-list .city .show-box i.show,.editBank_content .city-list .province .show-box i.show{transform:rotate(180deg)}.editBank_content .city-list .drop-box{position:absolute;z-index:3;width:100%;height:300px;background-color:#fff;text-align:left;border-radius:5px;border:1px solid #bfbfbf;padding-left:6px;overflow-y:auto;box-sizing:border-box;padding-right:10px;-ms-scroll-chaining:chained;-ms-content-zooming:zoom;-ms-scroll-rails:none;-ms-content-zoom-limit-min:100%;-ms-content-zoom-limit-max:500%;-ms-scroll-snap-type:proximity;-ms-scroll-snap-points-x:snapList(100%,200%,300%,400%,500%);-ms-overflow-style:none;scrollbar-face-color:#e3e0d2;scrollbar-highlight-color:#e3e0d2;scrollbar-track-color:#b8b2a4;scrollbar-arrow-color:#fff;scrollbar-shadow-color:#e3e0d2;scrollbar-3dlight-color:#e3e0d2;scrollbar-darkshadow-color:#e3e0d2;scrollbar-base-color:#e3e0d2}.editBank_content .city-list .drop-box::-webkit-scrollbar{background-color:#e3e0d2;width:5px;height:2px}.editBank_content .city-list .drop-box::-webkit-scrollbar-track{background-color:#e3e0d2;border-radius:10px}.editBank_content .city-list .drop-box::-webkit-scrollbar-thumb{border-radius:10px;background-color:#b8b2a4}.editBank_content .city-list .drop-box li{font-size:13px;color:#999;height:34px;line-height:22px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.editBank_content .city-list .drop-box li:hover{color:#000;font-size:13px}.editBank_content .cont{width:400px;margin:0 auto;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.editBank_content .cont .btn-edit{display:inline-block;cursor:pointer;width:185px;height:33px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-edit_ac1a7d52.png) no-repeat;margin:25px auto}.editBank_content .cont .cancel-edit{display:inline-block;width:184px;height:34px;background:url(https://nie.res.netease.com/yys/community/pc/20200715152010/img/btn-cancel-edit_2f71f423.png) no-repeat;cursor:pointer}.pics_pic_list .thumb p{position:absolute;width:100%;height:100%;font-size:16px;color:#000}.pics_pic_list .thumb p,.uploadConfirm_content{display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.uploadConfirm_content .body-cont{width:80%;margin:0 auto}.uploadConfirm_content .body-cont h4{margin-bottom:50px}.uploadConfirm_content .body-cont p{font-size:18px;line-height:32px;color:#a79762}.uploadConfirm_content .btn-controls{margin-top:80px;display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around}.uploadConfirm_content .btn-controls .btn-go{background:#a2853e}.uploadConfirm_content .btn-controls .btn-cancel,.uploadConfirm_content .btn-controls .btn-go{width:125px;height:30px;text-align:center;line-height:30px;font-size:18px;color:#fff;border-radius:5px;cursor:pointer}.uploadConfirm_content .btn-controls .btn-cancel{background:#d5d1d1}.upload_extra_tag .tag_inp{text-indent:10px;border:none;width:136px;height:28px;background-color:#2e3135;color:#c5a162}@media screen and (min-width:1937px){.nav-aside{right:calc((100% - 1920px)/2 + 25px)}.content .side_bar_left.fixed{left:calc((100% - 1920px)/2)}}.clr:after{display:block;content:"";clear:both}:focus{outline:none}.loading-img{display:block;margin:0 auto}.detail_container .activity_item .grid_img img{width:100%;height:auto;position:relative;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.grid_pic_item .author_name span{width:32%}.grid_pic_item .vote-box{right:10px}.grid_pic_item .vote-box .vote_btn span{color:#f55}.grid_pic_item .vote-box .vote_btn .vote{display:none}.profile-page .timeline_list .article_content .image_item img{height:auto;background-color:#000}.profile-page .swiper-container .image_item{display:block;position:relative;width:100%;overflow:hidden;object-fit:cover;height:auto;max-height:600px}.profile-page .swiper-container .image_item.swiper-slide{background-color:rgba(0,0,0,.2);display:-webkit-flex;display:-moz-flex;display:-o-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-flex-align:center}.profile-page .swiper-container .swiper-pagination-bullet{background:#58626d}