.app1-home {
position: relative;
z-index: -1
}

.home-wrapper {
position: relative;
width: 100%;
background: #fff
}

.home-triangles {
position: absolute;
width: 100%;
min-width: 980px;
top: -133px;
height: 400px;
background: none;
overflow: hidden
}

.home-triangle {
position: absolute;
z-index: 0;
width: 100%;
right: 50%;
height: 240px;
top: 130px;
transform-origin: top right;
transform: rotate(3deg);
background-color: #fff
}

.home-triangle.s-right {
transform-origin: top left;
left: 50%;
transform: rotate(-3deg)
}

.home-ani-sec {
position: relative;
max-width: 1080px;
min-width: 980px;
margin: 0 auto;
background-color: #fff
}

@media screen and (max-width:980px) {
.home-ani-sec {
overflow: hidden
}
}

.home-ani-sec:last-child .home-ani-sec-inner {
border: none
}

.home-ani-sec-inner {
min-height: 600px;
border-bottom: 1px solid #eee;
-webkit-transition: all 1s ease;
transition: all 1s ease
}

.home-ani-sec.s-enter .media-solar-sun {
opacity: 1
}

.home-ani-sec.s-enter .promo.ui-fl-l {
animation: leftSlideIn ease-in-out 1s both
}

.home-ani-sec.s-enter .promo.ui-fl-r {
animation: rightSlideIn ease-in-out 1s both
}

.home-ani-sec.s-enter .s-life,.home-ani-sec.s-enter .s-topics {
animation: rightSlideIn ease-in-out 1s both .5s
}

.home-ani-sec.s-enter .s-diversity,.home-ani-sec.s-enter .s-friends {
animation: leftSlideIn ease-in-out 1s both .5s
}

.home-ani-sec.s-enter .s-medias .s-planet {
z-index: 1
}

.home-ani-sec.s-enter .s-medias .media-bg,.home-ani-sec.s-enter .s-medias .s-oval,.home-ani-sec.s-enter .s-medias .s-planet {
animation: rightSlideIn ease-in-out .5s both
}

.home-ani-sec.s-enter .s-medias .s-one {
animation: rightSlideIn ease-in-out 1s both .2s
}

.home-ani-sec.s-enter .s-medias .s-two {
animation: rightSlideIn ease-in-out 1s both .4s
}

.home-ani-sec.s-enter .s-medias .s-three {
animation: rightSlideIn ease-in-out 1s both .6s
}

.home-ani-sec.s-enter .s-medias .s-four {
animation: rightSlideIn ease-in-out 1s both .5s
}

.home-ani-sec.s-enter .s-medias .s-diaoyu,.home-ani-sec.s-enter .s-medias .s-shiju {
opacity: 1
}

.home-ani-sec.s-inview .presentation.s-popup .s-one {
animation: popUp 2.2s ease both
}

.home-ani-sec.s-inview .presentation.s-popup .s-two {
animation: popUp 2.2s ease .4s both
}

.home-ani-sec.s-inview .presentation.s-popup .s-three {
animation: popUpLeft 2.2s ease .8s both
}

.home-ani-sec.s-inview .presentation.s-popup .s-four {
animation: popUp 2.2s ease 1.2s both
}

.home-ani-sec.s-inview .presentation.s-popup .s-five {
animation: popUpLeft 2.2s ease 1.6s both
}

.home-ani-sec.s-inview .s-friends .s-one {
animation: oneShow .8s ease both
}

.home-ani-sec.s-inview .s-friends .s-two {
animation: twoShow .8s ease both .1s
}

.home-ani-sec.s-inview .s-friends .s-three {
animation: threeShow .8s ease both .18s
}

.home-ani-sec.s-inview .s-friends .s-four {
animation: fourShow .8s ease both .26s
}

.home-ani-sec.s-inview .s-friends .s-five {
animation: fiveShow .8s ease both .34s
}

.home-ani-sec.s-inview .s-friends .s-six {
animation: sixShow .8s ease both .42s
}

.home-ani-sec.s-inview .s-friends .s-seven {
animation: sevenShow .8s ease both .5s
}

.home-ani-sec.s-inview .s-friends .s-eight {
animation: eightShow .8s ease both .58s
}

.home-ani-sec.s-inview .s-friends .friends-bg {
animation: fadeIn 3s ease both .2s
}

.home-ani-sec.s-inview .media-img-wrp.s-one {
animation: smaller-45to30 4s ease-in-out infinite alternate both
}

.home-ani-sec.s-inview .media-img-wrp.s-two {
animation: smaller-45to30 2.5s ease-in-out infinite alternate both
}

.home-ani-sec.s-inview .media-img-wrp.s-three {
animation: smaller-55to30 3s ease-in-out infinite alternate both 1s
}

.home-ani-sec.s-inview .media-img-wrp.s-four {
animation: smaller-55to30 3s ease-in-out infinite alternate both
}

.home-ani-sec.s-inview .s-diversity .s-one {
animation: pileOne 5s cubic-bezier(.08,1.04,.27,.98) both
}

.home-ani-sec.s-inview .s-diversity .s-two {
animation: pileTwo 5s cubic-bezier(.08,1.04,.27,.98) both .3s
}

.home-ani-sec.s-inview .s-diversity .s-three {
animation: pileThree 5s cubic-bezier(.08,1.04,.27,.98) both .6s
}

.home-ani-sec.s-inview .life-img {
animation: scrollUp 2.5s cubic-bezier(.21,.64,.2,.97) both .5s
}

@keyframes leftSlideIn {
0% {
opacity: 0;
transform: translateX(-50px)
}

to {
opacity: 1;
transform: translateX(0)
}
}

@keyframes rightSlideIn {
0% {
opacity: 0;
transform: translateX(50px)
}

to {
opacity: 1;
transform: translateX(0)
}
}


/*style2*/
.banner {
height: 620px;
position: fixed;
z-index: -1;
top: 0;
width: 100%;
min-width: 980px;
overflow: hidden
}

.banner .banner-shade {
background-color: #15141a;
z-index: 1;
opacity: .8
}

.banner .banner-shade,.banner:after {
position: absolute;
width: 100%;
height: 100%
}

.banner:after {
content: "";
background-position: top;
background-size: cover
}

.banner-triangle {
background-color: #fff;
position: absolute;
z-index: 2;
width: 100%;
right: 50%;
height: 240px;
top: 100%;
transform-origin: top right;
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
rotate: 2deg
}

.banner-triangle.s-right {
transform-origin: top left;
left: 50%;
-webkit-transform: rotate(358deg);
transform: rotate(358deg);
rotate: 358deg
}

.app1-home-slogan {
height: 307px;
z-index: 200;
color: #fff;
text-align: center
}

.app1-home-slogan h1 {
font-weight: 200;
font-size: 24px;
line-height: 44px;
margin: 0 auto;
margin-top: 180px;
margin-bottom: 20px;
text-align: center;
letter-spacing: 5px;
position: relative
}

.app1-home-slogan h1 strong {
font-size: 30px;
font-weight: 700;
letter-spacing: 11px;
display: block;
width: 350px;
margin: 0 auto
}

.app1-home-slogan h1:before {
content: "";
width: 50px;
height: 3px;
border-top: 3px solid #00c800;
position: absolute;
left: 50%;
top: 130px;
margin-left: -25px
}


/*style3*/
.promo {
z-index: 2;
position: relative;
width: 385px;
color: #979aa2;
font-size: 18px;
padding-top: 210px;
line-height: 1;
opacity: 0
}

.promo.s-last {
margin-left: 105px
}

.promo-title {
font-weight: 400;
font-size: 18px;
margin: 0;
white-space: nowrap
}

.promo-title strong {
font-weight: 400;
font-size: 30px;
color: #28292b;
display: block;
letter-spacing: 1px;
position: relative;
padding-top: 15px;
padding-bottom: 25px
}

.promo-title strong:before {
content: "";
display: block;
width: 36px;
border-bottom: 3px solid #00c800;
position: absolute;
bottom: -3px
}

.promo-desc {
margin-top: 25px
}
.presentation.s-topics {
width: 398px;
height: 318px;
margin-top: 150px;
margin-right: 115px;
position: relative;
opacity: 0
}

.topics-img {
position: absolute
}

.topics-img.s-one {
left: 204px;
top: -38px;
opacity: 0
}

.topics-img.s-two {
left: 294px;
top: 79px;
opacity: 0
}

.topics-img.s-three {
left: -81px;
top: 118px;
opacity: 0
}

.topics-img.s-four {
left: 342px;
top: 179px;
opacity: 0
}

.topics-img.s-five {
left: 36px;
top: 273px;
opacity: 0
}

@keyframes popUp {
0% {
opacity: 0;
transform: translate3d(-20px,0,0)
}

35% {
transform: translate3d(2px,0,0);
opacity: 1
}

to {
transform: translateZ(0);
opacity: 1
}
}

@keyframes popUpLeft {
0% {
opacity: 0;
transform: translate3d(20px,0,0)
}

35% {
transform: translate3d(-2px,0,0);
opacity: 1
}

to {
transform: translateZ(0);
opacity: 1
}
}

.presentation.s-friends {
width: 318px;
height: 318px;
margin-top: 140px;
margin-left: 110px;
position: relative;
opacity: 0
}

.friends-bg {
position: absolute;
top: 0;
left: 0;
width: 318px;
height: 318px;
;opacity: 0
}

.friends-circle {
animation: friendsRotate .3s ease both .2s
}

@keyframes friendsRotate {
0% {
opacity: 0;
transform: rotate(-10deg)
}

to {
opacity: 1;
transform: rotate(0deg)
}
}

.friends-img {
position: absolute;
width: 92px;
height: 92px;
opacity: 0;
left: 114px;
top: 115px;
z-index: 10
}

.friends-img.s-three {
left: 102px;
top: 109px;
height: 116px;
width: 116px
}

.friends-img.s-six {
left: 103px;
top: 112px;
width: 114px;
height: 115px
}

.friends-img.s-center {
left: 91px;
top: 98px;
width: 136px;
height: 136px;
opacity: 1
}

@keyframes fadeIn {
0% {
opacity: 0
}

to {
opacity: 1
}
}

@keyframes oneShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(-64px,-148px);
opacity: 1
}
}

@keyframes twoShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(60px,-149px);
opacity: 1
}
}

@keyframes threeShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(148px,-61px);
opacity: 1
}
}

@keyframes fourShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(148px,60px);
opacity: 1
}
}

@keyframes fiveShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(62px,147px);
opacity: 1
}
}

@keyframes sixShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(-61px,147px);
opacity: 1
}
}

@keyframes sevenShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(-148px,62px);
opacity: 1
}
}

@keyframes eightShow {
0% {
transform: scale(.01)
}

to {
transform: scale(1) translate(-149px,-61px);
opacity: 1
}
}

.presentation.s-medias {
width: 680px;
padding-left: 40px;
height: 442px;
position: absolute;
top: 90px;
right: 0;
opacity: 1;
overflow: hidden
}

.media-bg {
width: 550px;
height: 442px;
top: 0;
left: 0
}

.media-bg,.media-img-wrp {
opacity: 0;
position: absolute
}

.media-img-wrp {
width: 102px;
height: 102px
}

.media-img-wrp.s-one {
left: 148px;
top: -10px
}

.media-img-wrp.s-two {
width: 65px;
height: 65px;
left: 450px;
top: 17px
}

.media-img-wrp.s-three {
width: 80px;
height: 80px;
left: 80px;
top: 302px
}

.media-img-wrp.s-four {
width: 80px;
height: 80px;
left: 437px;
top: 372px
}

.media-img-wrp.s-diaoyu {
left: 491px;
top: 223px;
animation-name: invertDiaoyu;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 30s
}

.media-img-wrp.s-diaoyu,.media-img-wrp.s-shiju {
transform-style: preserve-3d;
transition: opacity .5s ease
}

.media-img-wrp.s-shiju {
left: -30px;
top: 30px;
animation-name: invert;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 30s
}

.media-solar-wrp {
position: absolute;
z-index: 1;
transform-style: preserve-3d;
transform: rotateX(75deg)
}

.media-solar-wrp.s-diaoyu {
animation-delay: 4s
}

.media-planet-wrp {
position: absolute;
width: 500px;
height: 490px;
top: 600px;
left: 40px;
transform-style: preserve-3d;
transition-property: width,height,top,left,margin-left,margin-top,webkit-transform;
animation: orbit linear 30s infinite
}

.media-solar-sun {
position: absolute;
top: 708px;
left: 128px;
width: 314px;
height: 314px;
background: url(//wximg.qq.com/wxp/home-site/build/dist/db9737f51617decfe7707c60e2adf079.png);
transform-style: preserve-3d;
transform: rotateX(-77deg);
opacity: 0;
transition: opacity .5s ease
}

.media-img {
width: 100%;
height: 100%
}

.media-img.s-planet {
display: none;
left: 168px;
top: 67px;
width: 314px;
height: 314px;
opacity: 0;
position: absolute
}

.media-img.s-oval {
left: 53px;
top: 144px;
width: 562px;
height: 140px;
opacity: 0;
position: absolute
}

@keyframes smaller-45to30 {
0% {
opacity: 1;
transform: scale(1)
}

to {
opacity: .5;
transform: scale(.667)
}
}

@keyframes smaller-55to30 {
0% {
opacity: 1;
transform: scale(1)
}

to {
opacity: .6;
transform: scale(.55)
}
}

@keyframes bigger {
0% {
opacity: .725;
transform: scale(.725)
}

to {
opacity: 1;
transform: scale(1)
}
}

@keyframes orbit {
0% {
transform: rotate(0deg)
}

to {
transform: rotate(-1turn)
}
}

@keyframes invert {
0% {
transform: rotateX(-90deg) rotateY(1turn) rotate(0deg) scale(1)
}

60% {
transform: rotateX(-90deg) rotateY(144deg) rotate(0deg) scale(1)
}

85% {
transform: rotateX(-90deg) rotateY(54deg) rotate(0deg) scale(.4)
}

to {
transform: rotateX(-90deg) rotateY(0deg) rotate(0deg) scale(1)
}
}

@keyframes invertDiaoyu {
0% {
transform: rotateX(-90deg) rotateY(540deg) rotate(0deg) scale(1)
}

25% {
transform: rotateX(-90deg) rotateY(450deg) rotate(0deg) scale(.4)
}

50% {
transform: rotateX(-90deg) rotateY(1turn) rotate(0deg) scale(1)
}

to {
transform: rotateX(-90deg) rotateY(180deg) rotate(0deg) scale(1)
}
}

.presentation.s-life {
width: 396px;
height: 600px;
margin-top: 15px;
margin-right: 90px;
position: relative;
opacity: 0
}

.life-wrp {
position: absolute;
width: 300px;
height: 380px;
left: 49px;
top: 158px;
overflow: hidden
}

.life-img {
background-image: url(//wximg.qq.com/wxp/home-site/build/dist/d1255f49fb5158ec3c886f483fc191bd.jpg);
background-size: 100% 100%;
width: 300px;
height: 770px
}

@keyframes scrollUp {
to {
transform: translateY(-390px)
}
}

.app1-intro {
position: relative;
z-index: 1;
box-sizing: border-box;
padding-top: 19px;
background: #28292b;
height: 366px;
overflow: hidden;
width: 100%;
min-width: 980px;
top: -1px
}

.intro__content {
margin: 0 auto;
color: #fff;
position: relative;
height: 100%
}

.intro__title {
font-size: 24px;
font-weight: 400;
letter-spacing: .04em;
line-height: 50px;
margin-top: 70px;
position: relative
}

.intro__title:before {
content: "";
width: 50px;
height: 3px;
background-color: #00c800;
position: absolute;
left: 0;
top: -20px
}

.intro__desc {
color: #a1a5ad;
font-size: 16px
}
.clock {
                          width: 682px;
                          position: absolute;
                          right: 0;
                          height: 341px;
                          bottom: 70px;
                          overflow: hidden;
                          z-index: 100
                          }

.clock__upper-img {
width: 680px;
height: 340px;
opacity: 0
}

.clock__upper-img.s-rotate {
animation: rotationUpper 75s linear
}

.clock__lower-img {
position: relative
}

.clock__lower-img,.clock__lower-img img {
width: 680px;
height: 340px
}

.clock__lower-img.s-rotate {
animation: rotationLower 150s linear
}

.clock__lower-img.s-rotate2 {
animation: rotationLowerTwice 300s linear infinite
}

.clock__lower-img.s-day-first {
position: absolute;
top: 341px;
animation: rotationLowerTwice 300s linear infinite 75s
}

.clock__lower-img.s-day-sec {
position: absolute;
top: 341px
}

.clock__lower-img.s-day-sec img {
animation: rotationLowerTwice 300s linear infinite 150s
}

.clock__lower-img.s-night-first {
position: absolute;
top: 341px;
animation: rotationLower 150s linear 75s
}

.clock__lower-img.s-night-first img {
animation: rotationLowerTwice 300s linear infinite 225s
}

.clock__lower-img.s-night-sec {
background-image: url(//wximg.qq.com/wxp/home-site/build/dist/be31148e57a04f45f85f3821b27c3c2a.png);
position: absolute;
top: 341px
}

@keyframes rotationUpper {
0% {
transform: rotate(0deg);
transform-origin: 50% 100%;
opacity: 1
}

to {
transform: rotate(-180deg);
transform-origin: 50% 100%;
opacity: 1
}
}

@keyframes rotationLower {
0% {
transform: rotate(0deg);
transform-origin: 50% 0
}

to {
transform: rotate(-1turn);
transform-origin: 50% 0
}
}

@keyframes rotationLowerTwice {
50% {
transform: rotate(0deg);
transform-origin: 50% 0
}

to {
transform: rotate(-1turn);
transform-origin: 50% 0
}
}

.planet {
height: 162px;
width: 250px;
position: relative;
bottom: 82px;
left: 215px;
transform: rotate(30deg);
transform-origin: 125px 82px;
animation: rotatePlanet 300s linear infinite
}

.planet__sun {
width: 82px;
height: 82px;
position: absolute;
top: 0;
right: 0
}

.planet__moon {
width: 98px;
height: 80px;
position: absolute;
bottom: 0;
left: 0
}

@keyframes rotatePlanet {
0% {
transform: rotate(30deg);
transform-origin: 122px 96px
}

to {
transform: rotate(-330deg);
transform-origin: 122px 96px
}
}

.app1 {
position: relative
}

.app1.s-bgcolor_f2f3f5 {
background-color: #f2f3f5
}

.app1.s-fixed-header {
padding-top: 133px
}

.app1-view {
margin-top: 50px;
transition: all .1s ease
}

.app1-view.s-no-show-header-bar {
margin-top: 0
}

.app1-layout-enter,.app1-layout-leave-active {
opacity: 0;
transform: translate3d(10px,0,0)
}

.app1-1080px {
max-width: 1120px;
min-width: 320px;
padding: 0 20px;
margin: 0 auto
}
.header {
                       position: relative;
                       z-index: 100;
                       width: 100%;
                       min-width: 980px;
                       height: 134px;
                       line-height: 134px;
                       background: transparent;
                       border-bottom: 1px solid transparent;
                       user-select: none
                       }

.header.s-notTransparent {
background: #28292b
}

.header.s-fixed {
position: fixed;
top: 0;
left: 0;
height: 80px;
line-height: 80px;
background: #fff;
box-shadow: 0 4px 20px rgba(0,0,0,.04);
border-bottom: 1px solid #eee
}

.header.s-fixed .header-inner h1 {
margin-top: 22px;
background-image: url(/public/static/home/moh/images/logo.png);
}

.header.s-fixed .header-link:hover {
color: #505050
}

.header.s-fixed .header-link.s-current {
color: #01b201
}

.header-inner {
height: 100%
}

.header-inner h1 {
float: left;
margin-top: 48px;
width: 185px;
height: 42px;
overflow: hidden;
text-indent: -9999em;
font-size: 0;
}

.header-inner h1 a {
display: block;
width: 100%;
height: 100%
}

.header-access {
display: inline-block;
margin-top: 22px;
width: 120px;
height: 35px;
font-size: 14px;
line-height: 33px;
color: #00c800;
text-align: center;
border: 1px solid #00c800;
border-radius: 4px;
letter-spacing: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease
}

.header-access:hover {
background: #00c800;
color: #fff
}

.header-nav {
display: inline-block;
vertical-align: top;
font-size: 14px;
list-style: none
}

.header-list {
display: inline-block;
color: #979aa2
}

.header-link {
padding-right: 36px;
display: inline-block;
color: inherit;
-webkit-transition: color .3s ease;
transition: color .3s ease
}

.header-link:hover {
color: #d8d8d8
}

.header-link.s-current {
color: #fff
}.footer {
                          color: #6e6f73
                          }

.footer,.footer-outer {
background: #28292b
}

.footer-wrapper {
margin: 0 auto;
padding: 0 20px
}

.footer-wrapper.s-upper {
border-right: 1px solid #3a3b3d
}

.footer-upper {
font-size: 0;
border-bottom: 1px solid #3a3b3d;
padding-top: 50px;
padding-bottom: 50px
}

.footer-item {
list-style: none;
font-size: 14px;
display: inline-block;
vertical-align: top
}

.footer-item.s-first {
width: 32.4074074%
}

.footer-item.s-second {
width: 32.8703704%;
border-right: 1px solid #3a3b3d
}

.footer-item.s-third {
margin-left: 12.962963%
}

.footer-item.s-third .info {
margin-bottom: 0
}

.footer-item.s-third .info-title {
height: 22px;
margin-bottom: 5px;
overflow: hidden;
text-align: justify
}

.footer-item.s-third .info-title:after {
content: "";
display: inline-block;
width: 100%;
height: 0;
line-height: 0
}

.footer-item.s-third .info-desc {
text-indent: 0
}

.footer-lower {
font-size: 14px;
line-height: 70px;
text-align: left;
color: #6e6f73;
letter-spacing: 1px
}

.footer-link {
color: #6e6f73;
margin-right: 50px
}

.footer-link:hover {
color: #6b6b6d
}

.info:first-child {
margin-bottom: 40px
}

.info-title {
letter-spacing: 1px
}

.info-desc {
font-size: 16px;
color: #979aa2;
text-indent: 3em
}

.info-desc .footer-link {
color: inherit
}

.info-icon {
display: inline-block;
margin-right: 22px;
vertical-align: middle;
width: 20px;
height: 20px
}

.info-icon.s-attendance {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjAwMzlCMDgwRkZBMTFFNkJFOUJDQ0E2MkUxMTZFOTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjAwMzlCMDkwRkZBMTFFNkJFOUJDQ0E2MkUxMTZFOTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDAzOUIwNjBGRkExMUU2QkU5QkNDQTYyRTExNkU5NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMDAzOUIwNzBGRkExMUU2QkU5QkNDQTYyRTExNkU5NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqPYPE4AAAH0SURBVHjanJVNKERRFMffDNGUj9j4HoaFMilK0WwQGSsLxSRiysKOjRQ1C1lSJCsfCxE2LLBBiUzMsFFkxcYsJKUGRSj+J391vd6bGXPqV++de85/3r3nnjOWtvYOzcSqgBc0gUL6bsEOWARnRklWA58NzIID8Am6QDrppO+AMTZ9cqLuPQFsgVxQAa5166dkBmyCbdAMPsy+cBiUgFpgAesgDL5ImD4LY4qBz2zLWWCE55YJ/OAQOCggFNHnZ0w3GGTuzxadzvLf5z6QDMZ4PstgGrwqP/oGgjwaERsHdTzLE/0XusEqnxvBkmZuc6y+xoq71S3bwS5oAE7608BjBEFZS+FzJXNFwy6CC7wGGcCj/d88zBWNRRGsARPgGeTEIZjDXDlvlwgGWKlUcMegF76bWRpjNObI9vvBsQj2gnpwrxQiyMKYmZsxGnMeqOG1mPRyK++kC7zr1pLYx6NgI5Ze1hgog2AN5Cv+fF6tGyOxSIIyXc5BCwgprRei74idElVQWmsF7IMnUKC03S92igd45XLNBF0MugSlYEqpump3XCtjrORUG40v6d0eDtBYTObiJEVXOXn+fKHjH2Kq7TE3YlHiNquu4eNpvWx1kKiCcuPnGRCr5bHS80aCQ/wPuVLuXTQumOMzqrK02ACJ274FGAC6yXk9luHWwgAAAABJRU5ErkJggg==);height: 24px
}

.info-icon.s-phone {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTc0NUNENUUwRjdDMTFFNkJFOUJDQ0E2MkUxMTZFOTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1NDYzRjAwRkZBMTFFNkJFOUJDQ0E2MkUxMTZFOTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNzQ1Q0Q1QzBGN0MxMUU2QkU5QkNDQTYyRTExNkU5NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNzQ1Q0Q1RDBGN0MxMUU2QkU5QkNDQTYyRTExNkU5NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppsr7agAAAGmSURBVHjanNRNKERRFMDxmTGlKcnUJMVCCWUxshCyQtmIjJqZyEcsSIlQWEik7KZQImGBFEuaZCUbJRsWRBY+slAWCqUp5H/rTN15zYf3Tv168959nTn3nXuv3R9otWlRiACOcWr7R+zt7sTcO7TfDbiASxJW2SyEU65dWJLqwrjFKsrwbSZhtMIx1EkyFVs4QZ/ZClVCD7JxZhhbxjSyzCZ04y3O2BXWzVapEr6gwNCgaDyjyGzCD1yi1DCmltAgQlaaso12w1gPNnBtJeEaOlFpaMoUvFYSvmMU/drYE0ZkKeWZTahiE5mY0Z6tSKVqTRZrz3MT/Ymxs70ydb3SOSzK3g6iHvcyg3Ag2FaSLOErmjCLbu35Alrgw75s0TQcqhVC0hAy1It2w2kTjXIcYUL2tB7piGj3LvlMKpHPmeDbnqNWGuKRaUcjYji+vtRZQIU3XOcdSRqmjrIKNMuU3SkanINHR4qX1Narxqds0SGZckxQ3TCXAYwn+obxQi2bSfjlUzxIU72yjBqZ/p3TxCZQh26H7O8a5OMXB2qdkuxHvfQnwABOKFtbd990JwAAAABJRU5ErkJggg==)
}

.info-icon.s-service {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1NDYzRjcwRkZBMTFFNkJFOUJDQ0E2MkUxMTZFOTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1NDYzRjgwRkZBMTFFNkJFOUJDQ0E2MkUxMTZFOTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjU0NjNGNTBGRkExMUU2QkU5QkNDQTYyRTExNkU5NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjU0NjNGNjBGRkExMUU2QkU5QkNDQTYyRTExNkU5NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkwOqeMAAAFzSURBVHjarNW9S0JhFMfxq0VN0tDS69DaXGlE0NKY2YtC1NIQTi011R/gWGPQUNCYRkWthWNEEfQCBUFDRbM4FYR9T/wEtcfw7cAH5N57fj6X+9xzfdHYnOeoFkRkGF34whtucIhjHSsqvyNsCg+II41xBNCOCR2L65rp0ubmgt9NSCCMJTWW1rNsYwxbCGId36UrTOjkkCMs5whP69qgeotueVYrm0TWq7yy6gkr4zfQHsAGFpHxqq+MejctywKjeMKFV3tZ7yNifm2Nfa/+soyIBQ7ivAGBljFggR14bUCgZXT6tdtbK2jIOXiuN+VDr9Z/5SujsHosywJvtUHrrRFcWeAR5hsQuGBZFphEP0J1hIWUkcw/lFXsoq2GMOvZwQo+8++yrfJEMy5QRVhAPafKKJo2a7jDZYW3H9K19+r9Mw9tni1jBnt4QQpn2rQ2RHoxqsnSpzmYKjdg83Wg249qeltTt86941p/mHR9An4EGAAfe1JwnTpRSAAAAABJRU5ErkJggg==)
}

.info-icon.s-mail {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDExRUJDQjEwRkZBMTFFNkJFOUJDQ0E2MkUxMTZFOTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDExRUJDQjIwRkZBMTFFNkJFOUJDQ0E2MkUxMTZFOTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDAzOUIwRTBGRkExMUU2QkU5QkNDQTYyRTExNkU5NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MTFFQkNCMDBGRkExMUU2QkU5QkNDQTYyRTExNkU5NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkfDwnMAAADRSURBVHjaYgwNi/RkYGCYC8SSDJSB50CczAI1TIqBOuAZE5LL1gOxDBmGyED1goAkE5LEQiDeBcT5QMxMhEHMULW7oHrBANnADUBsDsSKQHwMiI3xGAaSOwpVaw7VCwYsaAo/A3EBVMNUID4BxDVA/AUqzwPELUBsAcQ5QHwG3SYmHC44C8Q2QHwfiE8BsT8Un4KK2WAzDJsLkcEfIJ4IxOuAeDJUzB2IH+MLWBYiAh9kQACxUc7EQGUwNAx8TkXzXoAMTIEa+p9C/ARUOAAEGADADDRRhlz1+gAAAABJRU5ErkJggg==);height: 14px
}

@media (max-width:850px) {
.footer-link {
display: none
}

.footer-wrapper span {
font-size: 12px;
float: none;
display: block;
text-align: center
}

.footer-item.s-first,.footer-item.s-second,.footer-wrapper span span {
display: none
}

.footer-item.s-third {
margin-left: 50%;
transform: translateX(-50%)
}
}.back-to-top {
                          width: 54px;
                          height: 54px;
                          position: fixed;
                          right: 50px;
                          bottom: 72px
                          }
.case {
                                                    position: relative;
                                                    top: -80px;
                                                    box-sizing: border-box;
                                                    margin: 0 auto;
                                                    padding: 81px 147.5px 159px;
                                                    width: 1080px;
                                                    background: #fff;
                                                    box-shadow: 0 8px 20px rgba(0,0,0,.1)
                                                    }

.case-logo-wrapper {
position: relative;
margin-bottom: 26px;
text-align: center
}

.case-logo-wrapper:after {
content: "";
position: absolute;
top: 25px;
left: 0;
width: 100%;
height: 1px;
background: #f0f0f0
}

.case-logo-img {
z-index: 1
}

.case-logo,.case-logo-img {
position: relative;
display: inline-block
}

.case-logo-img .tt {
width: 175px;
height: 44px;
margin: 0 31px;
font-size: 0;
background: #fff;
}
.case-logo-img img{
width: 30px;
height: 30px;
margin-top: 10px;
}

.case-logo:before {
content: "";
background: #fff
}

.case-name {
margin: 0 0 4px;
font-size: 22px;
font-weight: 500;
text-align: center;
color: #4a4a4a
}

.case-ad-desc {
font-size: 16px;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
color: #ffffff;
height:120px;
}

.case-ad-desc span {
display: inline-block;
text-align: left
}

.case-title {
position: relative;
margin: 0px;
font-size: 38px;
font-weight: 400;
color: #fff;
text-align: center;
line-height: 100px;
letter-spacing: 2px
}

.case-desc {
margin-bottom: 10px;
font-size: 16px;
line-height: 32px;
color: #646464
}

.case-perform-list {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 72px;
text-align: center
}

.case-perform-data {
display: table-cell;
border-right: 1px solid #e6e6e6
}

.case-perform-data:last-of-type {
border-right: none
}

.case-perform-desc {
font-size: 16px;
color: #969696;
text-align: center
}

.case-target-title {
margin-bottom: 10px;
font-size: 22px;
color: #4a4a4a
}

.case-target-desc {
font-size: 16px;
line-height: 32px;
color: #646464
}

.case-target-dl {
margin-bottom: 60px
}

.case-service {
margin-left: 20px;
color: #28292b;
list-style: none
}

.case-service-list {
margin-bottom: 6px
}

.case-service-list:before {
content: "";
display: inline-block;
vertical-align: middle;
margin-top: -2px;
margin-right: 14px;
width: 6px;
height: 6px;
border: 1px solid #979f9f;
border-radius: 100%
}

.case-wrapper {
position: relative;
z-index: 1;
padding-top: 28px;
width: 100%
}

.case-banner {
position: fixed;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 430px;
background-image: url(/public/static/home/moh/images/hero_index.jpg);
background-size: cover;
background-position: 50%
}

.case-comment {
font-size: 18px;
text-align: center;
color: #9b9999
}

.case-comment-line {
display: inline-block;
vertical-align: -2px;
width: 1px;
height: 16px;
background: #9b9999;
margin: 0 13px
}

.case-feedback {
position: relative;
padding: 43px 51px 35px 97px;
background: #fdfdfd;
border: 1px solid #f0f0f0
}

.case-feedback:before {
content: "\201C";
position: absolute;
top: -4px;
left: 28px;
font-size: 90px;
font-family: helvetica,webpfh,Microsoft Yahei,arial,sans-serif;
color: #dcdcdc
}

.case-feedback-line {
color: #969696;
font-family: sans-serif
}

.case-feedback-text {
margin-bottom: 20px;
font-size: 16px;
line-height: 24px;
color: #999
}

.case-feedback-name {
margin-right: 10px;
color: #999;
font-weight: 500
}

.case-feedback-name:after {
content: "";
display: inline-block;
vertical-align: -2px;
width: 1px;
height: 14px;
background: #dcdcdc;
margin-left: 10px
}

.case-feedback-position {
color: #969696
}

.case-outer {
padding-bottom: 5px;
background: #f2f3f5
}

.case-perform-field {
margin-top: -13px;
font-size: 28px;
color: #00c800;
line-height: 56px
}

.case-perform-value {
display: inline-block;
vertical-align: middle;
font-family: Roboto-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica;
font-size: 42px;
font-weight: 500;
letter-spacing: -1px;
font-display: swap
}

.case-perform-unit {
display: inline-block;
vertical-align: -2px;
font-size: 18px
}

.case-perform-symbol {
position: relative;
width: 0;
height: 0;
display: inline-block;
vertical-align: middle
}

.case-perform-symbol_0 {
left: 5px;
transform: rotate(135deg)
}

.case-perform-symbol_0,.case-perform-symbol_1 {
box-sizing: border-box;
width: 17px;
height: 17px;
top: -2px;
border-right: 5px solid currentColor;
border-bottom: 5px solid currentColor
}

.case-perform-symbol_1 {
left: -1px;
transform: rotate(-45deg)
}

.case-perform-symbol_2 {
width: 18px
}

.case-perform-symbol_2:before {
content: "";
position: absolute;
left: 8px;
top: -4px;
width: 6px;
height: 12px;
background: currentColor
}

.case-perform-symbol_2:after {
content: "";
position: absolute;
left: 2px;
top: -13px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 9px 9px;
border-color: transparent transparent currentColor
}

.case-perform-symbol_3 {
width: 18px
}

.case-perform-symbol_3:before {
content: "";
position: absolute;
left: 8px;
top: -13px;
width: 6px;
height: 12px;
background: currentColor
}

.case-perform-symbol_3:after {
content: "";
position: absolute;
left: 2px;
top: -1px;
width: 0;
height: 0;
border-style: solid;
border-width: 9px 9px 0;
border-color: currentColor transparent transparent
}.case-header4 {
                          margin: 45px 0 34px;
                          font-size: 16px;
                          letter-spacing: 1px;
                          color: #999
                          }

.case-header4-text {
float: left;
margin-right: 12px
}

.case-header4-line {
padding-top: 12px;
overflow: hidden
}

.case-header4-line i {
display: block;
height: 1px;
background: #f0f0f0
}
::-webkit-scrollbar {
                          width: 0
                          }

.case-preview {
width: 377px;
margin: 110px auto 40px;
}

.case-preview-header {
left: 0;
width: 100%;
font-size: 17px;
color: #afafaf;
text-align: center;
font-weight: bold;
}

.case-preview .case-preview-wrapper {
display: table-cell;
vertical-align: middle
}

.case-preview .case-preview-account {
overflow: hidden;
position: relative
}

.case-preview .case-preview-account:hover .case-preview-code {
opacity: 1;
visibility: visible
}

.case-preview .slider {
margin: 0 auto
}

.case-preview .slider-nav {
margin-top: -50px
}

.case-preview .slider-nav.s-prev {
left: -125px
}

.case-preview .slider-nav.s-next {
right: -125px
}

.case-preview .swiper-item {
display: table
}

.case-preview .swiper-item:only-child {
display: block;
height: auto!important
}

.case-preview .swiper-item:only-child .case-preview-wrapper {
display: block
}

.case-preview .swiper-item:only-child .case-preview-header {
position: relative;
bottom: 0;
margin-top: 15px
}

.case-preview .swiper-indicator {
position: relative;
right: auto;
margin: 0 auto;
display: block;
overflow: hidden;
text-align: center
}

.case-preview .swiper-indicator a {
float: none
}

.swiper-item.s-card .case-preview-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 374px;
height: 360px;
border: 1px solid #e6e6e6
}

.swiper-item.s-card .case-preview-account {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 342px
}

.swiper-item.s-card:only-child .case-preview-wrapper {
position: relative;
display: block
}

.swiper-item.s-card:only-child .case-preview-header {
position: relative;
bottom: 0;
left: 0;
margin-top: 10px
}

.native-preview-header {
margin-top: 15px;
width: 100%;
font-size: 16px;
color: #969696;
text-align: center
}
.slider-wrap {
                          position: relative
                          }

.slider,.swiper {
overflow: hidden;
position: relative
}

.swiper .swiper-item {
float: left;
position: relative;
height: 100%
}

.swiper .swiper-item .swiper-item-link {
display: block;
width: 100%;
height: 100%
}

.swiper .swiper-item .swiper-item-img {
display: block;
width: 100%;
height: 100%;
background: 50% no-repeat;
background-size: cover
}

.swiper .swiper-item .swiper-item-desc {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1.4em;
font-size: 16px;
padding: 20px 50px 12px 13px;
background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.7));
background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.7));
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal
}

.swiper-indicator {
position: absolute;
right: 0;
bottom: 0;
padding: 10px 20px
}

.swiper-indicator a {
float: left;
margin: 0 4px
}

.icon_dot {
display: inline-block;
vertical-align: middle;
width: 8px;
height: 8px;
border-radius: 4px;
background-color: #d0cdd1
}

.icon_dot:hover {
border: 2px solid rgba(4,190,2,.66);
background: none
}

.icon_dot.active {
background-color: #04be02
}

.slider-nav {
position: absolute;
z-index: 1;
top: 50%;
right: -77px;
width: 15px;
height: 28px;
padding: 30px;
margin-top: -29px;
background-repeat: no-repeat;
text-indent: -999em
}
.case-preview-wrapper2 {
                         display: table-cell;
                         vertical-align: middle
                         }

.case-preview-wrapper2.s-only-child {
display: block
}

.case-preview-account2 {
overflow: hidden;
position: relative;
border: 1px solid #efefef;
text-align: center;
padding: 73px 11px;
}

.case-preview-account2:hover .case-preview-code {
opacity: 1;
visibility: visible
}

.wechat-moment__item:after {
border: none!important
}

.case-preview-code {
position: absolute;
z-index: 1;
opacity: 0;
visibility: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: hsla(0,0%,100%,.95);
transition: all .3s ease
}

.case-preview-code .case-preview-qrcode {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 130px;
height: 130px
}

.case-preview-code .case-preview-qrcode:after {
display: block;
text-align: center;
color: #999;
letter-spacing: 2.5px;
white-space: nowrap
}

.case-preview-qricon {
position: absolute;
bottom: 0;
right: 0;
width: 38px;
height: 38px;
background: rgba(74,74,74,.7)
}

.case-preview-qricon:after {
content: "";
position: absolute;
top: 10px;
left: 10px;
width: 18px;
height: 18px;
}
.component-wechat-moment__item {
                          text-align: left;
                          padding: 15px 12px 12px 64px;
                          position: relative;
                          -webkit-tap-highlight-color: rgba(0,0,0,0);
                          line-height: 1.6
                          }

.component-wechat-moment__item.s-fromlist:active {
background: #f8f8f8
}

.component-wechat-moment__item:first-child {
margin-top: 0
}

.component-wechat-moment__item-avatar {
width: 42px;
height: 42px;
display: block;
position: absolute;
top: 15px;
margin-left: -52px;
border-radius: 3px
}

.component-wechat-moment__item-avatar i {
display: block;
width: 100%;
height: 100%;
-webkit-background-size: 42px;
background-size: 42px
}

.component-wechat-moment__item-header {
position: relative
}

.component-wechat-moment__item-title {
font-size: 15px;
color: #596d96;
margin-top: 2px;
line-height: 15px;
margin-bottom: 9px
}

.component-wechat-moment__item-name {
font-weight: bolder
}

.component-wechat-moment__item-info {
color: #aaa;
margin-left: 2px
}

.wechat-moment__icon-lbs {
width: 10px;
height: 13px;
position: relative;
top: 1px;
right: 0;
display: inline-block;
}

.component-wechat-moment__item-action {
position: absolute;
margin-left: 2px;
top: -5px;
right: 0;
padding: 1px 4px 0 8px;
border: 1px solid #a0a0a0;
border-radius: 4px;
font-size: 0;
color: #979797
}

.wechat-moment__text-action {
font-size: 12px;
margin-right: 4px;
line-height: 20px
}

.component-wechat-moment__icon-action {
width: 7px;
height: 4px;
position: relative;
top: -2px;
right: 0;
display: inline-block;
font-size: 0
}

.component-wechat-moment__item-text {
overflow: hidden;
font-size: 15px;
line-height: 18px;
color: #000;
margin-bottom: 10px;
word-break: break-all
}

.component-wechat-moment__item-text p {
min-height: 18px
}

.component-wechat-moment__item-desc {
overflow: hidden
}

.component-wechat-moment__item-line {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block
}

.component-wechat-moment__item-text_full {
max-height: none;
overflow: auto
}

.component-wechat-moment__item-text__full-opener_hidden {
display: none
}

.component-wechat-moment__item-text__full-opener {
width: 100%;
padding-top: 8px;
background-color: #fff
}

.component-wechat-moment__item-text__full-opener a {
color: #596d96
}

.component-wechat-moment__item-link-more {
display: block;
font-size: 14px;
color: #576b95;
overflow: hidden;
margin-top: 13px
}

.component-wechat-moment__item-link-more:active,.component-wechat-moment__item-link-more:hover {
text-decoration: none
}

.component-wechat-moment__item-link-more_address {
font-size: 12px;
margin-top: 4px;
line-height: 1.2
}

.component-media-wrapper {
overflow: hidden;
margin-top: -5px;
margin-bottom: 6px
}

.component-wechat-moment__item-location {
font-size: 12px;
color: #576b95
}

.component-wechat-moment__item-meta {
color: #737373;
font-size: 12px;
overflow: hidden;
margin-top: 9px
}

.component-wechat-moment__item-time {
float: left;
margin-right: 10px
}

.component-wechat-moment__item-limit {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: top;
display: inline-block
}

.component-wechat-moment__item-interaction {
color: #5e7299;
text-decoration: none
}

.component-wechat-moment__item-reply {
float: right;
margin-right: 0
}

.component-wechat-moment__icon-reply {
width: 19px;
height: 15px;
display: block;
background-size: 100%;
background-image: url(//wximg.qq.com/wxp/home-site/build/dist/3ceea87e0545ef28bf3f59eb76ecb818.png);
float: right
}

.component-wechat-moment__icon-link {
width: 15px;
height: 15px;
position: relative;
top: 2px;
display: inline-block;
background-size: 100%;
}

.wechat-moment__icon-address {
width: 8px;
height: 11px;
display: inline-block;
margin-right: 5px;
vertical-align: -1px
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5) {
.component-wechat-moment__item:after {
-webkit-transform: scaleY(.7);
-webkit-transform-origin: 0 0;
transform: scaleY(.7)
}
}

@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2) {
.component-wechat-moment__item:after {
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5) {
.component-wechat-moment__item-zan:after {
-webkit-transform: scaleY(.7);
-webkit-transform-origin: 0 0;
transform: scaleY(.7)
}
}

@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2) {
.component-wechat-moment__item-zan:after {
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5) {
.component-wechat-moment__item-comment-list:after {
-webkit-transform: scaleY(.7);
-webkit-transform-origin: 0 0;
transform: scaleY(.7)
}
}

@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2) {
.component-wechat-moment__item-comment-list:after {
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
}

@media only screen and (min-width:260px) and (max-width:330px) {
.component-wechat-moment__item {
padding-right: 9px;
padding-left: 61px
}

.component-wechat-moment__icon-reply {
margin-right: 1px
}
}

@media only screen and (min-width:414px) and (max-width:736px) {
.component-wechat-moment__item {
padding-right: 20px;
padding-left: 72px
}
}

.wechat-moment__photo-list_video {
max-width: 246px;
overflow: hidden;
margin: 0;
padding: 0;
border: none
}

.wechat-moment__photo-list__video-inline {
display: block;
position: relative;
font-size: 0;
width: 248px
}

.wechat-moment__photo-list__video-inline .wxa-h5-preview__android-poster {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
top: 0;
z-index: 2;
background-color: #000;
background-size: cover
}

.wechat-moment__photo-list__video-inline .wxa-h5-preview__android-poster .poster-play-icon {
display: inline-block;
margin-left: -23px;
position: absolute;
top: 50%;
left: 50%;
width: 46px;
height: 46px;
background-size: 46px
}

.wxa-h5-preview__android-poster.s-from-list {
z-index: 0
}

.component-video-fixed {
z-index: 999;
position: fixed;
left: 0;
width: 100%;
top: 50%;
transform: translateY(-50%)
}

@media only screen and (min-width:260px) and (max-width:375px) {
.wechat-moment__photo-list_video {
max-width: 234px
}

.wechat-moment__photo-list_video-inline {
width: 234px;
height: 175px
}
}

@media only screen and (min-width:260px) and (max-width:320px) {
.wechat-moment__photo-list_video {
max-width: 234px
}

.wechat-moment__photo-list_video-inline {
width: 200px;
height: 150px
}
}
.component-wechat-moment__photo-item {
                          cursor: pointer
                          }

.component-wechat-moment__photo-list_1 .component-wechat-moment__photo-item {
width: auto;
height: auto;
max-width: 180px;
max-height: 180px
}

.component-wechat-moment__photo-list_5 .component-wechat-moment__photo-item:nth-child(3n),.component-wechat-moment__photo-list_6 .component-wechat-moment__photo-item:nth-child(3n) {
margin-right: 0
}

.component-wechat-moment__photo-list_4 {
max-width: 220px
}

.component-wechat-moment__photo-item {
width: 74px;
height: 74px;
margin-right: 5px;
margin-top: 5px;
border: none;
background-size: cover;
background-position: 50%;
float: left;
display: block;
position: relative
}

.component-wechat-moment__photo-item:last-child {
margin-right: 0
}

.component-wechat-moment__photo-list_6 {
max-width: 300px
}

@media only screen and (min-width:260px) and (max-width:330px) {
.component-wechat-moment__photo-item {
width: 74px;
height: 74px
}

.component-wechat-moment__photo-list_1 .component-wechat-moment__photo-item {
width: auto;
height: auto;
max-width: 150px;
max-height: 150px
}
}
.L08hLVTyIevrtG3i5JeKw_0 {
                          padding-top: 9px;
                          box-sizing: border-box
                          }

.L08hLVTyIevrtG3i5JeKw_0 *,.L08hLVTyIevrtG3i5JeKw_0 :after,.L08hLVTyIevrtG3i5JeKw_0 :before {
box-sizing: border-box
}

._2b_-f02_8H-rlv1ZHYJdSf_0 {
position: relative;
display: block;
background: #f3f3f5;
padding: .08rem .08rem .165rem;
color: #000;
border: .5px solid #cdcdcd
}

._20uiby7nvV9VOr9SnxzxsS_0 {
max-width: 100%;
display: block
}

._2meioLHnHq3sjh4l9_GUTu_0 {
font-size: .16rem;
line-height: .22rem;
font-weight: 700;
margin-top: .165rem;
word-break: break-all
}

._2a7NNobXsJ31A9AmKW6SJo_0 {
font-size: .14rem;
margin-top: .08rem;
word-break: break-all
}

._2n3_BO3_XsITROTdTk-X1-_0 {
margin-top: .08rem;
display: flex;
display: -webkit-flex;
align-items: center
}

._2n3_BO3_XsITROTdTk-X1-_0 a {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
text-align: center;
background: #fff;
border: 1px solid #eee;
border-radius: 2.34px;
font-size: 12.89px;
color: #353535;
line-height: 34px;
font-weight: 700
}

._2n3_BO3_XsITROTdTk-X1-_0 a:hover {
text-decoration: none
}

._2n3_BO3_XsITROTdTk-X1-_0 a:first-child {
margin-right: .08rem
}
.SponsorCard__root-1XSUo {
                          position: relative;
                          box-sizing: border-box;
                          background-color: #FCFCFC;
                          -webkit-user-select: none;
                          user-select: none;
                          font-size: 14px; }

.SponsorCard__card__cover-1jMX_ {
display: block;
box-sizing: border-box;
width: 100%;
border: 1px solid #e7e7eb; }

.SponsorCard__cardImg-18lVI {
display: block;
width: 100%; }

.SponsorCard__cardCoverPlaceholder-22N36 {
color: #9b9b9b;
text-align: center;
min-height: 167px;
line-height: 167px;
background-color: #F4F5F9; }

.SponsorCard__card__more-BKuN7:hover {
text-decoration: none; }

.SponsorCard__card__more-BKuN7:active {
outline: 0; }

.SponsorCard__card__info-22_CK {
width: 100%;
position: relative;
border: 1px solid #eaeaea;
border-top: none;
box-sizing: border-box; }

.SponsorCard__card__logo-uBlSl {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 35px;
height: 35px;
display: inline-block;
margin: 15px 10px;
vertical-align: middle;
border-radius: 50%;
overflow: hidden; }

.SponsorCard__card__desc-2X8P1 {
display: inline-block;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
width: 100%;
margin-left: -60px;
padding-left: 55px;
padding-right: 80px;
box-sizing: border-box;
word-wrap: break-word;
text-align: left; }

.SponsorCard__card__title-inA9s {
font-size: 14px;
-webkit-tap-highlight-color: transparent;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }

.SponsorCard__card__details-dL5Mj {
position: relative; }

.SponsorCard__supplyText-2P0cm {
font-size: 13px;
color: #878787;
-webkit-tap-highlight-color: transparent; }
.SponsorCard__supplyText-2P0cm:after {
content: '';
display: inline-block;
width: 4px;
height: 4px;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #878787;
-webkit-transform: rotate(45deg) translateY(-3px);
-ms-transform: rotate(45deg) translateY(-3px);
-moz-transform: rotate(45deg) translateY(-3px);
transform: rotate(45deg) translateY(-4px);
margin-right: 3px; }

.SponsorCard__aboutAd-1-k6v {
display: none;
font-size: 14px;
line-height: 50px;
padding: 0 30px;
background: #FFFFFF;
color: #576B95;
border: 1px solid #DFDFDF;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
border-radius: 3px;
position: absolute;
bottom: -60px;
left: 10px;
z-index: 9;
-webkit-tap-highlight-color: transparent; }

.SponsorCard__card__more-BKuN7 {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
display: inline-block;
color: #576B95;
font-size: 13px;
border: 1px solid #576B95;
border-radius: 3px;
line-height: 2.2;
padding: 0 6px;
text-decoration: none; }

.SponsorCard__notes-1Ua61 {
position: absolute;
width: 100%;
top: -20px;
border-top: 1px solid #B2B2B2; }

.SponsorCard__notesTextWrap-1UFrr {
width: 100%;
text-align: center;
position: absolute;
top: -10px; }

.SponsorCard__noteText-3xwWp {
color: #a2a2a2;
display: inline-block;
background-color: #fff; }

.SponsorCard__svgicon-YpjM3 {
position: absolute;
z-index: 1;
bottom: 75px;
left: 15px; }


.PreviewVideo__media {
max-width: 100%;
position: relative;
}
.PreviewVideo__media video {
width: 100%;
display: block;
}
.PreviewVideo__posterMask {
position: absolute;
top: 0;
bottom: 0;
z-index: 2;
background-size: contain;
}


.DownloadDefault__root-15Tnr {
                         position: relative; }

.DownloadDefault__img-2jaoz {
display: block;
width: 100%; }

.DownloadDefault__type-1eWBU {
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
box-sizing: border-box;
padding: 0 .06rem 0 .02rem;
height: .22rem;
font-size: .14rem;
line-height: .22rem;
color: #fff;
background: rgba(40, 40, 40, 0.6); }


.DownloadDefault__typeIcon-246fv:before {
content: '';

width: 0.12rem;
height: 0.11rem;
display: inline-block;
vertical-align: -0.01rem;
margin-right: 0.03rem; }

.DownloadDefault__downloadCardLink-2wv5Z {
display: block;
color: inherit;
text-decoration: none; }

.DownloadPic__root-1pXtR {
                         position: relative;
                         font-size: .14rem;
                         text-align: left;
                         background: #fff;
                         border: 1px solid #e7e7eb; }

.DownloadPic__downloadCardLink-2F52O {
display: block;
color: inherit;
text-decoration: none; }

.DownloadPic__img-1eM1q {
display: block;
width: 58.276%; }

.DownloadPic__info-2G0P0 {
position: absolute;
top: 0;
right: 0;
box-sizing: border-box;
padding: .03rem 0 0 .1rem;
width: 41.724%;
height: 100%; }

.DownloadPic__name-3LWo3 {
font-size: .15rem;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }

.DownloadPic__iosWrapper-3802j {
position: relative;
display: inline-block;
vertical-align: top; }

.DownloadPic__androidWrapper-3QPnV {
color: #8a8a8a;
font-size: .12rem; }

.DownloadPic__starTop-2Ctl0 {
position: absolute;
top: 0;
left: 0;
font-size: 0;
color: #fbbf00;
white-space: nowrap;
overflow: hidden; }
.DownloadPic__starTop-2Ctl0 i {
display: inline-block;
margin-right: .02rem;
font-size: .10rem;
font-style: normal; }
.DownloadPic__starTop-2Ctl0 i::before {
content: "\2605"; }
.DownloadPic__starTop-2Ctl0 i:last-of-type {
margin-right: 0; }

.DownloadPic__starBottom-3-5w0 {
font-size: 0;
color: #e7e7eb; }
.DownloadPic__starBottom-3-5w0 i {
display: inline-block;
margin-right: .02rem;
font-size: .10rem;
font-style: normal; }
.DownloadPic__starBottom-3-5w0 i::before {
content: "\2605"; }
.DownloadPic__starBottom-3-5w0 i:last-of-type {
margin-right: 0; }

.DownloadPic__link-2VTqc {
position: relative;
margin: -.02rem 0 -.01rem;
padding-left: .19rem;
font-size: .15rem;
color: #40B950; }
.DownloadPic__link-2VTqc::before {
content: "";
display: inline-block;
position: absolute;
top: 50%;
left: 0;
margin-top: -.07rem;
width: .14rem;
height: .14rem;
}

.DownloadPic__store-lEA67 {
max-width: 100%;
color: #8A8A8A;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }

.DownloadBanner__root-yVLKF {
                         position: relative;
                         height: 1.01rem;
                         font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Source Han Sans GB", sans-serif; }

.DownloadBanner__card__right-1Bzhn {
position: absolute;
width: 1.04rem;
height: 100%;
right: 0;
top: 0;
text-align: center;
overflow: hidden; }

.DownloadBanner__card__avatar-3lwvi {
display: block;
margin: .11rem auto .02rem;
width: .34rem;
height: .34rem;
border-radius: .06rem; }

.DownloadBanner__card__title-14MgJ {
display: block;
margin-bottom: .06rem;
font-size: .1rem;
line-height: .12rem;
text-align: center;
color: #fff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%; }


.DownloadBanner__card__download-1-eWk {
display: inline-block;
vertical-align: top;
padding: 0 .14rem;
color: #fff;
text-align: center;
font-size: .12rem;
line-height: .22rem;
border: 1px solid #fff;
border-radius: .04rem; }
.DownloadBanner__card__download-1-eWk:hover {
text-decoration: none; }

.DownloadBanner__card__left-1v5XO {
display: table-cell;
box-sizing: border-box;
vertical-align: middle;
padding: 0 0 0 .13rem;
height: 1.01rem;
width: 1.87rem;
width: 24ch;
text-align: center;
color: #fff;
font-size: .14rem; }

.DownloadBanner__card__info-2FzhY {
font-size: .11rem;
color: rgba(255, 255, 255, 0.7); }

.DownloadBanner__downloadCardLink-1y-bb {
display: block;
color: inherit;
text-decoration: none; }
.AccountPic__root-16KLf {
                         position: relative;
                         background: #fff;
                         border: 1px solid #e7e7eb; }

.AccountPic__outerLink-1oNfL {
display: block; }

.AccountPic__card__right-3toMy {
position: absolute;
right: 0;
top: 0;
display: flex;
display: -webkit-flex;
flex-direction: column;
-webkit-flex-direction: column;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
width: 30.86%;
height: 100%;
overflow: hidden; }

.AccountPic__card__avatar-2T-Ji {
display: block;
margin: 0 auto .02rem;
width: .34rem;
height: .34rem;
border: 1px solid #979797;
border-radius: 100%; }

.AccountPic__card__title-29g_1 {
display: block;
margin-bottom: .06rem;
font-size: .1rem;
line-height: .12rem;
text-align: center;
color: #7B7B7B;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%; }

.AccountPic__card__download-1bwmm {
display: inline-block;
vertical-align: top;
padding: 0 .14rem;
color: #04be02;
text-align: center;
font-size: .12rem;
line-height: .22rem;
border: 1px solid #04be02;
border-radius: .04rem; }
.AccountPic__card__download-1bwmm:hover {
text-decoration: none; }

.AccountPic__card__left-1drWf {
display: block;
width: 69.14%; }

.AccountPic__card__info-1nfOu {
font-size: .11rem;
color: rgba(255, 255, 255, 0.7); }
.AccountDefault__root-13Nr5 {
                         position: relative;
                         height: .85rem;
                         font-size: .14rem;
                         background: #fff;
                         border: 1px solid #e7e7eb; }

.AccountDefault__outerLink-1LNYH {
display: flex;
display: -webkit-flex;
box-sizing: border-box;
height: 100%;
flex-direction: row;
align-items: center;
-webkit-align-items: center;
color: inherit; }

.AccountDefault__avatar-3ova6 {
flex: none;
-webkit-flex: none;
display: inline-block;
margin: 0 .08rem 0 .14rem;
width: .55rem;
height: .55rem;
border-radius: 100%; }

.AccountDefault__text-1_FWB {
flex-grow: 1;
-webkit-flex-grow: 1;
display: inline-block; }

.AccountDefault__title-3lEyT {
margin-bottom: .02rem;
max-width: 1.26rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }

.AccountDefault__desc-1wct8 {
color: #9e9e9e; }

.AccountDefault__link-2qhAU {
box-sizing: border-box;
display: inline-block;
margin: 0 .14rem 0 .1rem;
padding: 0 .13rem;
line-height: .32rem;
min-width: .6rem;
text-align: center;
color: #40B950;
border: 1px solid currentColor;
border-radius: .05rem; }
.AccountDefault__link-2qhAU:hover {
text-decoration: none; }
.CardDefault__root-25Z1J {
                         position: relative;
                         height: 1.03rem;
                         font-size: .14rem;
                         background: #fff;
                         border: 1px solid #e7e7eb;
                         border-radius: .05rem; }

.CardDefault__outerLink-UddsX {
display: block;
color: inherit; }

.CardDefault__desc-2Bm0t {
color: #9e9e9e; }

.CardDefault__link-1Wk0s {
box-sizing: border-box;
display: inline-block;
margin: 0 .14rem 0 .1rem;
padding: 0 .13rem;
line-height: .32rem;
min-width: .6rem;
text-align: center;
color: #40B950;
border: 1px solid currentColor;
border-radius: .05rem; }
.CardDefault__link-1Wk0s:hover {
text-decoration: none; }

.CardDefault__upper-2sqwf {
display: flex;
display: -webkit-flex;
box-sizing: border-box;
flex-direction: row;
align-items: center;
-webkit-align-items: center;
padding: .13rem 0 .08rem; }

.CardDefault__avatar-2qRdv {
flex: none;
-webkit-flex: none;
display: inline-block;
margin: 0 .08rem 0 .13rem;
width: .46rem;
height: .46rem;
border-radius: 100%; }

.CardDefault__title-2oi2w {
flex-grow: 1;
-webkit-flex-grow: 1;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }

.CardDefault__split-3a9NS {
position: relative;
height: .08rem;
background-position: -.02rem 0;
background-repeat: repeat-x; }

.CardDefault__splitFront-3mRzO {
position: absolute;
top: 0;
left: -.01rem;
width: .04rem;
height: .08rem;
background: #e7e7eb;
border-radius: 0 .08rem .08rem 0; }
.CardDefault__splitFront-3mRzO::after {
content: "";
position: absolute;
top: .01rem;
left: 0;
width: .03rem;
height: .06rem;
background: #f4f5f9;
border-radius: 0 .06rem .06rem 0; }

.CardDefault__splitEnd-2o_PF {
position: absolute;
top: 0;
right: -.01rem;
width: .04rem;
height: .08rem;
background: #e7e7eb;
border-radius: .08rem 0 0 .08rem; }
.CardDefault__splitEnd-2o_PF::after {
content: "";
position: absolute;
top: .01rem;
right: 0;
width: .03rem;
height: .06rem;
background: #f4f5f9;
border-radius: .06rem 0 0 .06rem; }

.CardDefault__lower-23889 {
padding-left: .13rem;
font-size: .12rem;
line-height: .28rem;
color: #9E9E9E;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.BrandImageText__root-1_wDJ {
                         position: relative;
                         box-sizing: border-box;
                         height: .76rem;
                         font-size: .14rem;
                         background: #fff;
                         border: 1px solid #e7e7eb;
                         overflow: hidden; }

.BrandImageText__outerLink-EbtMn {
display: block;
color: inherit; }

.BrandImageText__img-1VvVS {
float: left;
width: .74rem;
height: .74rem; }

.BrandImageText__type-2k_U- {
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
box-sizing: border-box;
padding: 0 .06rem 0 .02rem;
height: .22rem;
font-size: .14rem;
line-height: .22rem;
color: #fff;
background: rgba(40, 40, 40, 0.6); }
.BrandImageText__type-2k_U-::before {
content: "";
position: absolute;
left: -.15rem;
width: .15rem;
height: .22rem;
}

.BrandImageText__typeIcon-2lPTq:before {

width: 0.12rem;
height: 0.11rem;
display: inline-block;
vertical-align: -0.01rem;
margin-right: 0.03rem; }

.BrandImageText__info-1HeNR {
padding-top: .11rem;
padding-left: .13rem;
overflow: hidden; }

.BrandImageText__title-2-Rlu {
margin-bottom: .02rem;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }

.BrandImageText__desc-mSKCR {
color: #8D8D8D;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden; }
.ShopDefault__root-3Vq_G {
                         position: relative;
                         box-sizing: border-box;
                         height: .99rem;
                         font-size: .14rem;
                         background: #fff;
                         border: 1px solid #e7e7eb;
                         overflow: hidden; }

.ShopDefault__outerLink-YgeJ7 {
display: block;
color: inherit; }

.ShopDefault__img-387vP {
float: left;
width: .99rem;
height: .99rem; }

.ShopDefault__info-2wFqo {
padding: .08rem 0 0 .15rem;
box-sizing: border-box;
height: 100%;
overflow: hidden; }

.ShopDefault__title-2M13R {
margin-bottom: .06rem;
height: .36rem;
font-size: .15rem;
line-height: 0.18rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden; }

.ShopDefault__link-39n8F {
float: right;
margin: .03rem .13rem 0 .02rem;
padding: 0 .14rem;
color: #04be02;
text-align: center;
font-size: .16rem;
line-height: .28rem;
border: 1px solid #04be02;
border-radius: .04rem; }
.ShopDefault__link-39n8F:hover {
text-decoration: none; }

.ShopDefault__priceWrapper-3LBWX {
overflow: hidden; }

.ShopDefault__price-2dL5s {
overflow: hidden; }

.ShopDefault__prevPrice-2x3MW {
font-size: .14rem;
color: #8D8D8D;
text-decoration: line-through;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }

.ShopDefault__currentPrice-2M03V {
font-size: .15rem;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.ArticleCard__root-1LnOc {
                         position: relative;
                         box-sizing: border-box;
                         background-color: #FCFCFC;
                         -webkit-user-select: none;
                         user-select: none;
                         font-size: 14px; }

.ArticleCard__card__cover-1GRM6 {
display: block;
box-sizing: border-box;
width: 100%;
border: 1px solid #e7e7eb;
overflow: hidden; }

.ArticleCard__cardImg-2lBeg {
display: block;
width: 100%; }

.ArticleCard__cardCoverPlaceholder-2n0M4 {
color: #9b9b9b;
text-align: center;
min-height: 84px;
line-height: 84px;
background-color: #F4F5F9; }

.ArticleCard__card__info-3owsS {
width: 100%;
position: relative;
border: 1px solid #E2E2E2;
border-top: none;
box-sizing: border-box;
line-height: 48px; }

.ArticleCard__supplyText-3xNaS {
display: inline-block;
padding: 0 10px;
font-size: 13px;
color: #878787;
-webkit-tap-highlight-color: transparent; }

.ArticleCard__svg-2hp1T {
height: 18px;
line-height: 18px;
text-align: center;
border-radius: 10px;
display: inline-block; }

.ArticleCard__svg-2hp1T svg {
display: inline-block;
vertical-align: middle;
margin-top: -2px; }

.ArticleCard__card__more-yL1Y3 {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
display: inline-block;
color: #576B95;
font-size: 13px;
line-height: 2.2;
margin: 0 10px;
padding: 0 10px;
text-decoration: none;
line-height: 24px;
border: 1px solid #576B95;
border-radius: 3px; }

.ArticleCard__card__more-yL1Y3:hover {
text-decoration: none; }

.ArticleCard__card__more-yL1Y3:active {
outline: 0; }

.ArticleCard__notes-1i1ND {
position: absolute;
width: 100%;
top: -20px;
border-top: 1px solid #B2B2B2; }

.ArticleCard__notesTextWrap-NahAy {
width: 100%;
text-align: center;
position: absolute;
top: -10px; }

.ArticleCard__noteText-1wkA3 {
color: #a2a2a2;
display: inline-block;
background-color: #fff; }

.ArticleCard__svgicon-hpuvP { position: absolute; z-index: 1; bottom: 75px; left: 15px; }


/*新添加的css*/
.casr-fgroup .swiper-slide{height:48px;border:1px solid #0AA0FE;color:#0AA0FE;cursor:pointer;}
.casr-fgroup  .numCh{background:#0AA0FE;color:#ffffff;}
.casr-fgroup .sel{background:#0AA0FE;color:#ffffff;}
.casr-fgroup .swiper-container{height:52px;margin-bottom:10px;}
.casr-fgroup .sel .numCh{background:#ffffff;color:#0AA0FE;}

.fe-mod-8-main-splitprice{display:inline-block;float:left;}
.fe-mod-8 {height: auto; overflow: hidden; padding:0px 0 0;background: #fff;}
.fe-mod-8-good img{width:100%;border-radius:5px;}
.fe-mod-8-good { height: auto; width: 25%; float: left; }
.fe-mod-8-main-img{display:block;position:relative;background:#ffffff;}
.fe-mod-8-main-img .delTheGood{position:absolute;display:none;top:3px;right:5px;color:#dfdfdf;}
.fe-mod-8-main-img:hover .delTheGood{display:block;}
.fe-mod-8-main { height: auto; margin:2px auto 16px;position:relative;padding:0;width:160px; }
.fe-mod-8 .saleimg {height: 22px; width: 22px;background:rgba(51,51,51,.59);border-radius:50%; position: absolute; color:#ffffff;font-weight:bold; text-align: center; line-height: 22px; top: 5px; left:5px; font-size: 12px;}
.fe-mod-8-main-splitprice{text-align:left;}
.fe-mod-8-main-price { position:absolute;height: 27px; background:rgba(0,0,0,.6); font-size: 14px; line-height: 27px; color:#ffffff; bottom: 0; left: 0;right:0; border-radius:0; padding:0 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fe-mod-8 .fe-mod-8-main-name {margin-top: 8px;  text-align: center; line-height:30px;display:block;width:100%;}
.fe-mod-8-main-name-name {height:30px; text-align: center; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.fe-mod-8-main-name-buy {height:20px; width: 30px; float: right; background-repeat:  no-repeat;}
.player-section{padding-top:10px;min-height:328px;}
.player-section .fe-mod-8-main-name{display:block;}
.par-options .fe-mod-8-main-price{border-radius:0px;}
.player-section .vote_selected{color:#ffffff;cursor:pointer;background:#07A0FD;border:1px solid #07A0FD;border-radius:8px; box-shadow:0 3px 10px rgba(7,160,253,.15); }
.all_vote { position: fixed; bottom: 200px;box-shadow: 0 6px 10px rgba(0,0,0,.16);width:178px;z-index:2; text-align: center; left: 50%;border-radius:0;background:#07A0FD;color:#ffffff; margin-left: -89px; }
.all_vote>a {display:block; height:49px;line-height:49px; }
.all_vote i { display: inline-block; font-size: 26px; color: #ffffff; vertical-align: middle; }
.all_vote span { color: #ffffff; display: inline-block; line-height: 49px; vertical-align: middle;font-size:16px;margin-left:8px; }

.codeShareQr{width:1080px;position:fixed;bottom:0;z-index:2;height:172px;padding:20px 53px;text-align: center; left: 50%;background:#ffffff; margin-left: -540px;}
.codeShareQr .header1-line { display:table-cell; overflow: hidden; width: 501px;vertical-align:middle; }
.codeShareQr .header1-line i{display:block;height:1px ;background:#e2e2e2;width:90%;}
.codeShareQr .theCod{display:table-cell;width:200px;font-size:16px;color:#505050;}
.theCod .preQrcode{margin-top:10px;}

.fe-mod-12-nav{position:relative;}
.fe-mod-12-nav,.fe-mod-12-text{display:block;width:100%;height:100%;line-height:48px;font-size:16px;}
.fe-mod-12-text span{
position: absolute; top: 5px; right: 5px; display: inline-block; line-height: 18px; font-size: 12px; width: 18px; border-radius: 50%; height: 18px; }
.fe-mod-8-good{display:none;}
.casr-fgroup{position:relative;}
.cat_list .bluCat{    display: block;
position: absolute;
right: 0;
top: 0;
width: 60px;
z-index: 9;
height: 50px;
background-image: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);    pointer-events: none;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#ffffff');
background-image: -moz-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
background-image: -o-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
background-image: -webkit-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
}


.player-section .fe-mod-8-main .fe-mod-8-main-img{
display: block;
position: relative;
background: #ffffff;
height: 0;
padding-bottom: 100%;
text-align: center;
width: 100%;overflow:hidden;
}
.player-section .fe-mod-8-good  .fe-mod-8-main .fe-mod-8-main-img img{
border-radius: 0px;
display: block;
position: absolute!important;
width: auto;
margin: 0 auto;
text-align: center;
overflow:hidden;
left: 50%;
transform: translate(-50%,-50%);
top: 50%;
}

