|
|
.annual-account-page {
|
|
|
width: 640px;
|
|
|
overflow: hidden;
|
|
|
|
|
|
.audio-btn {
|
|
|
width: 49px;
|
|
|
height: 49px;
|
|
|
background: resolve("activity/annual-account/audio-o.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: fixed;
|
|
|
top: 30px;
|
|
|
right: 30px;
|
|
|
z-index: 99;
|
|
|
}
|
|
|
|
|
|
.audio-f {
|
|
|
background: resolve("activity/annual-account/audio-f.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.annual-bg {
|
|
|
width: 100%;
|
|
|
background-image: resolve("activity/annual-account/bg.gif");
|
|
|
background-size: cover;
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
.nav-1 {
|
|
|
width: 100%;
|
|
|
background: resolve("activity/annual-account/account-bg.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.start-btn {
|
|
|
width: 447px;
|
|
|
height: 109px;
|
|
|
background: resolve("activity/annual-account/start-btn.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
bottom: 44px;
|
|
|
left: 93px;
|
|
|
}
|
|
|
|
|
|
.nav-2 {
|
|
|
width: 583px;
|
|
|
margin: 0 auto;
|
|
|
background: resolve("activity/annual-account/nav-2-bg.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
.nav2-img {
|
|
|
width: 583px;
|
|
|
margin: 0 auto;
|
|
|
background: resolve("activity/annual-account/nav-2-bg2.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.n2-img-animation {
|
|
|
transition: all 1.2s;
|
|
|
transform: scale(1.5);
|
|
|
opacity: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.purdah1 {
|
|
|
background: resolve("activity/annual-account/nav-2-big.jpg") no-repeat;
|
|
|
width: 100%;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
opacity: 0;
|
|
|
|
|
|
&.purdah1-animation {
|
|
|
transition: all 1.2s;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.arrow {
|
|
|
width: 94px;
|
|
|
height: 37px;
|
|
|
background: resolve("activity/annual-account/arrow.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
bottom: 20px;
|
|
|
left: 50%;
|
|
|
margin-left: -47px;
|
|
|
z-index: 6;
|
|
|
}
|
|
|
|
|
|
.purdah-area {
|
|
|
width: 100%;
|
|
|
background: #fff;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
|
|
|
&.p-area-animation {
|
|
|
transition: all 1.5s;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
|
|
|
&.black-bg {
|
|
|
background: #202020;
|
|
|
}
|
|
|
|
|
|
.lamp {
|
|
|
width: 100%;
|
|
|
height: 74px;
|
|
|
background: resolve("activity/annual-account/lamp.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 4;
|
|
|
}
|
|
|
|
|
|
.purdah-left {
|
|
|
width: 326px;
|
|
|
height: 806px;
|
|
|
background: resolve("activity/annual-account/left.png") no-repeat;
|
|
|
background-size: 100%;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
|
|
|
.purdah-right {
|
|
|
width: 344px;
|
|
|
height: 812px;
|
|
|
background: resolve("activity/annual-account/right.png") no-repeat;
|
|
|
background-size: 100%;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
|
.purdah-open-left {
|
|
|
width: 48px;
|
|
|
height: 806px;
|
|
|
background: resolve("activity/annual-account/open-l.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
|
.purdah-open-right {
|
|
|
width: 48px;
|
|
|
height: 812px;
|
|
|
background: resolve("activity/annual-account/open-r.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
|
.purdah-l-animation {
|
|
|
transition: all 1.2s;
|
|
|
transform: translate(-85%, 0);
|
|
|
}
|
|
|
|
|
|
.purdah-r-animation {
|
|
|
transition: all 1.2s;
|
|
|
transform: translate(85%, 0);
|
|
|
}
|
|
|
|
|
|
.font-img {
|
|
|
width: 527px;
|
|
|
height: 419px;
|
|
|
background: resolve("activity/annual-account/font.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
top: 185px;
|
|
|
left: 55px;
|
|
|
z-index: 5;
|
|
|
}
|
|
|
|
|
|
.font-img-animation {
|
|
|
transition: all 1s;
|
|
|
transform: translate(0, -120%);
|
|
|
opacity: 0;
|
|
|
}
|
|
|
|
|
|
.hand {
|
|
|
width: 100%;
|
|
|
height: 320px;
|
|
|
background: resolve("activity/annual-account/hand.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
bottom: -320px;
|
|
|
left: 0;
|
|
|
z-index: -3;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
|
|
|
.hand-animation {
|
|
|
transition: all 0.4s;
|
|
|
bottom: 0;
|
|
|
opacity: 1;
|
|
|
z-index: 3;
|
|
|
}
|
|
|
|
|
|
.stage {
|
|
|
width: 100%;
|
|
|
height: 448px;
|
|
|
background: resolve("activity/annual-account/stage.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
.purdah2 {
|
|
|
.month-4 {
|
|
|
width: 526px;
|
|
|
height: 613px;
|
|
|
background: resolve("activity/annual-account/4month.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
&.purdah2-animation {
|
|
|
transition: all 1s;
|
|
|
transform: translate(0, -200%);
|
|
|
opacity: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.month-list {
|
|
|
position: absolute;
|
|
|
left: 40px;
|
|
|
top: 535px;
|
|
|
z-index: 1;
|
|
|
width: 550px;
|
|
|
height: 370px;
|
|
|
overflow: hidden;
|
|
|
display: none;
|
|
|
|
|
|
ul {
|
|
|
white-space: nowrap;
|
|
|
overflow-x: scroll;
|
|
|
width: 570px;
|
|
|
height: 390px;
|
|
|
padding-right: 20px;
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
display: inline-block;
|
|
|
height: 370px;
|
|
|
}
|
|
|
|
|
|
.goods-1 {
|
|
|
width: 222px;
|
|
|
background: resolve("activity/annual-account/annual-goods-1.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin-left: 35px;
|
|
|
}
|
|
|
|
|
|
.goods-2 {
|
|
|
width: 250px;
|
|
|
background: resolve("activity/annual-account/annual-goods-2.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-3 {
|
|
|
width: 259px;
|
|
|
background: resolve("activity/annual-account/annual-goods-3.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-4 {
|
|
|
width: 267px;
|
|
|
background: resolve("activity/annual-account/annual-goods-4.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-5 {
|
|
|
width: 261px;
|
|
|
background: resolve("activity/annual-account/annual-goods-5.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-6 {
|
|
|
width: 262px;
|
|
|
background: resolve("activity/annual-account/annual-goods-6.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-7 {
|
|
|
width: 315px;
|
|
|
background: resolve("activity/annual-account/annual-goods-7.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-gif-7 {
|
|
|
width: 251px;
|
|
|
height: 182px;
|
|
|
background-image: resolve("activity/annual-account/annual-goods-7.gif");
|
|
|
background-size: contain;
|
|
|
margin: 108px auto 0;
|
|
|
}
|
|
|
|
|
|
.goods-8 {
|
|
|
width: 266px;
|
|
|
background: resolve("activity/annual-account/annual-goods-8.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-9 {
|
|
|
width: 283px;
|
|
|
background: resolve("activity/annual-account/annual-goods-9.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-10 {
|
|
|
width: 299px;
|
|
|
background: resolve("activity/annual-account/annual-goods-10.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-11 {
|
|
|
width: 292px;
|
|
|
background: resolve("activity/annual-account/annual-goods-11.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-12 {
|
|
|
width: 232px;
|
|
|
background: resolve("activity/annual-account/annual-goods-12.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-13 {
|
|
|
width: 293px;
|
|
|
background: resolve("activity/annual-account/annual-goods-13.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-14 {
|
|
|
width: 297px;
|
|
|
background: resolve("activity/annual-account/annual-goods-14.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-15 {
|
|
|
width: 291px;
|
|
|
background: resolve("activity/annual-account/annual-goods-15.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-16 {
|
|
|
width: 303px;
|
|
|
background: resolve("activity/annual-account/annual-goods-16.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-17 {
|
|
|
width: 274px;
|
|
|
background: resolve("activity/annual-account/annual-goods-17.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-18 {
|
|
|
width: 336px;
|
|
|
background: resolve("activity/annual-account/annual-goods-18.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-19 {
|
|
|
width: 346px;
|
|
|
background: resolve("activity/annual-account/annual-goods-19.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-20 {
|
|
|
width: 336px;
|
|
|
background: resolve("activity/annual-account/annual-goods-20.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-21 {
|
|
|
width: 274px;
|
|
|
background: resolve("activity/annual-account/annual-goods-21.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-22 {
|
|
|
width: 303px;
|
|
|
background: resolve("activity/annual-account/annual-goods-22.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-23 {
|
|
|
width: 319px;
|
|
|
background: resolve("activity/annual-account/annual-goods-23.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-24 {
|
|
|
width: 297px;
|
|
|
background: resolve("activity/annual-account/annual-goods-24.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-25 {
|
|
|
width: 332px;
|
|
|
background: resolve("activity/annual-account/annual-goods-25.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-26 {
|
|
|
width: 301px;
|
|
|
background: resolve("activity/annual-account/annual-goods-26.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-27 {
|
|
|
width: 276px;
|
|
|
background: resolve("activity/annual-account/annual-goods-27.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-28 {
|
|
|
width: 313px;
|
|
|
background: resolve("activity/annual-account/annual-goods-28.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-29 {
|
|
|
width: 320px;
|
|
|
background: resolve("activity/annual-account/annual-goods-29.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-30 {
|
|
|
width: 331px;
|
|
|
background: resolve("activity/annual-account/annual-goods-30.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-31 {
|
|
|
width: 316px;
|
|
|
background: resolve("activity/annual-account/annual-goods-31.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.goods-32 {
|
|
|
width: 304px;
|
|
|
background: resolve("activity/annual-account/annual-goods-32.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.run-men {
|
|
|
width: 524px;
|
|
|
height: 683px;
|
|
|
background: resolve("activity/annual-account/run-men.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
z-index: 5;
|
|
|
position: absolute;
|
|
|
left: 60px;
|
|
|
top: 80px;
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.video {
|
|
|
width: 526px;
|
|
|
height: 775px;
|
|
|
background: resolve("activity/annual-account/video.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
z-index: -6;
|
|
|
top: -775px;
|
|
|
left: 60px;
|
|
|
opacity: 0;
|
|
|
|
|
|
#video {
|
|
|
width: 472px;
|
|
|
height: 244px;
|
|
|
position: absolute;
|
|
|
top: 483px;
|
|
|
left: 25px;
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.video-animation {
|
|
|
transition: all 0.6s;
|
|
|
top: 0;
|
|
|
opacity: 1;
|
|
|
z-index: 6;
|
|
|
}
|
|
|
|
|
|
&.purdah5 {
|
|
|
.date {
|
|
|
width: 242px;
|
|
|
height: 54px;
|
|
|
background: resolve("activity/annual-account/date.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 90px auto 0;
|
|
|
}
|
|
|
|
|
|
.spokesman {
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
background: resolve("activity/annual-account/men.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
left: 117px;
|
|
|
top: 122px;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
.spokesman-animation {
|
|
|
transition: all 0.4s;
|
|
|
width: 404px;
|
|
|
height: 592px;
|
|
|
transform: rotate(360deg) scale(1);
|
|
|
}
|
|
|
|
|
|
.txt-black {
|
|
|
width: 499px;
|
|
|
height: 238px;
|
|
|
background: resolve("activity/annual-account/text-b.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
top: 498px;
|
|
|
left: 70px;
|
|
|
z-index: 3;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
|
|
|
.txt-white {
|
|
|
width: 482px;
|
|
|
height: 105px;
|
|
|
background: resolve("activity/annual-account/text-w.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
left: 72px;
|
|
|
top: 704px;
|
|
|
z-index: 4;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
|
|
|
.txt-animation {
|
|
|
transition: all 0.8s;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.account-bg {
|
|
|
width: 583px;
|
|
|
background: resolve("activity/annual-account/nav-2-bg-2.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
margin-left: 32px;
|
|
|
}
|
|
|
|
|
|
.account-bg2 {
|
|
|
width: 583px;
|
|
|
background: resolve("activity/annual-account/nav-2-bg-3.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
margin-left: 31px;
|
|
|
}
|
|
|
|
|
|
.account-1 {
|
|
|
width: 427px;
|
|
|
height: 874px;
|
|
|
background: resolve("activity/annual-account/account-1.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
left: 70px;
|
|
|
top: 48px;
|
|
|
}
|
|
|
|
|
|
.account-2-not {
|
|
|
width: 506px;
|
|
|
height: 880px;
|
|
|
background: resolve("activity/annual-account/not-consume.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
left: 33px;
|
|
|
top: 75px;
|
|
|
}
|
|
|
|
|
|
.account-2-consume {
|
|
|
position: absolute;
|
|
|
left: 70px;
|
|
|
top: 100px;
|
|
|
|
|
|
.chop-hand {
|
|
|
width: 349px;
|
|
|
height: 319px;
|
|
|
background: resolve("activity/annual-account/chop-hand.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.consume-text {
|
|
|
font-size: 40px;
|
|
|
line-height: 60px;
|
|
|
font-weight: bold;
|
|
|
margin-top: 80px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.account-bg3 {
|
|
|
width: 578px;
|
|
|
height: 876px;
|
|
|
background: resolve("activity/annual-account/account-bg3.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
left: 32px;
|
|
|
top: 0;
|
|
|
z-index: 1;
|
|
|
|
|
|
.score,
|
|
|
.score2 {
|
|
|
font-size: 40px;
|
|
|
line-height: 60px;
|
|
|
font-weight: bold;
|
|
|
margin-top: 85px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.score2 {
|
|
|
margin-top: 65px;
|
|
|
font-size: 35px;
|
|
|
}
|
|
|
|
|
|
.portrait-1 {
|
|
|
width: 500px;
|
|
|
height: 440px;
|
|
|
background: resolve("activity/annual-account/image-1.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.portrait-2 {
|
|
|
width: 500px;
|
|
|
height: 432px;
|
|
|
background: resolve("activity/annual-account/image-2.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.portrait-3 {
|
|
|
width: 500px;
|
|
|
height: 423px;
|
|
|
background: resolve("activity/annual-account/image-3.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.portrait-4 {
|
|
|
width: 500px;
|
|
|
height: 422px;
|
|
|
background: resolve("activity/annual-account/image-4.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.portrait-5 {
|
|
|
width: 500px;
|
|
|
height: 392px;
|
|
|
background: resolve("activity/annual-account/image-5.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.score-txt {
|
|
|
font-size: 40px;
|
|
|
line-height: 60px;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.red-color {
|
|
|
font-size: 50px;
|
|
|
color: #c90202;
|
|
|
}
|
|
|
|
|
|
.share-btn {
|
|
|
width: 500px;
|
|
|
height: 109px;
|
|
|
background: resolve("activity/annual-account/share-btn.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
top: 848px;
|
|
|
left: 70px;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
|
&.account-share-page {
|
|
|
background: #c90302;
|
|
|
|
|
|
.share-txt {
|
|
|
font-size: 35px;
|
|
|
line-height: 60px;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.name {
|
|
|
font-size: 50px;
|
|
|
margin-top: 50px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
.create-btn {
|
|
|
width: 500px;
|
|
|
height: 109px;
|
|
|
background: resolve("activity/annual-account/create-btn.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
top: 850px;
|
|
|
left: 40px;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
}
|
|
|
} |
...
|
...
|
|