@font-face{font-family:electronicFont;src:url(/css/font/DS-DIGIT.TTF)} /*这是计算器字体*/

/*太空*/
.ether_head { font-family: "microsoft yahei"; text-align: center;  padding: 12px 0 16px 0; display: block; background: url("/images/ether/bg01top.png") center bottom no-repeat;}
/*.ether_head{ -webkit-animation:fadeInDownBig .8s .2s ease both; -moz-animation:fadeInDownBig .8s .2s ease both;}*/
@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}
@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{opacity:1;-moz-transform:translateY(0)}}

.ether_title { font-size:24px; font-weight: normal;position: absolute; left:34px; top:81px;}
.ether_title sub { position: absolute; left: 0; bottom: 0; display: block; font-size:8px;color: #fff}
.ether_title .logoline { position: absolute; left: 0; top: 35px; width: 206px; height:2px; background: url("/images/ether/logoline.png") 50% 50% no-repeat; display: block;}
.ether_title .logoline1 { position: absolute; z-index: 3; left: -30px; top: -34px; width: 41px; height:29px; background: url("/images/ether/logoline1.png") 50% 50% no-repeat; display: block;}
.ether_title .logoline2 { position: absolute; z-index: 3; left: 55px; top:58px; width: 152px; height:26px; background: url("/images/ether/logoline2.png") 50% 50% no-repeat; display: block;}
.ether_title .logoline3 { position: absolute; z-index: -1; left: -10px; top: -41px; width: 121px; height:121px; background: url("/images/ether/logoline3.png") 50% 50% no-repeat; display: block;}

.ether_title strong { font-weight:normal; -webkit-animation-iteration-count: infinite;  -webkit-animation-name: bluePulse; -webkit-animation-duration:2s;}
@-webkit-keyframes bluePulse {
from {text-shadow: 0 0 10px #003c81,0 0 20px #003c81,0 0 30px #003c81,0 0 40px #003c81,0 0 70px #007eff,0 0 80px #007eff,0 0 100px #007eff,0 0 150px #007eff;}
to {text-shadow: 0 0 150px #007eff,0 0 100px #007eff,0 0 80px #007eff,0 0 70px #007eff,0 0 40px #003c81,0 0 30px #003c81,0 0 20px #003c81,0 0 15px #003c81;}
}

/*旋转*/
.ether_title .logoline3{-webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite;  -webkit-animation-name:forotate ; -webkit-animation-duration: 6000ms; }
@-webkit-keyframes forotate{from{-webkit-transform:rotate(-360deg);opacity: .9;}to{-webkit-transform:rotate(0);opacity: 1;}}
@-webkit-keyframes forotate1{from{-webkit-transform:rotate(0);}to{-webkit-transform:rotate(-180deg);}}

/*时间区*/
.ether-timer{position: relative; width:120px;left:160px; top:6px;font-size:12px;text-align: center; }
.ether-timer strong { display:inline-block; font-family:'electronicFont';font-size:28px; padding-bottom:7px; margin-top:-3px;}
.ether-timer b {display: block; }
.ether-timer ul {font-family:'electronicFont'; font-size: 12px; margin-top:4px;}
.ether-timer ul li { display:inline-block;}
.ether-timer{ -webkit-animation:fadeInUp 2.2s .2s ease both;}
@-webkit-keyframes fadeInUp{0%{opacity:0; -webkit-transform:translateY(20px)}100%{opacity:1; -webkit-transform:translateY(0)}}

/* 顶部大指标 */
.number_panel-1 { position: relative;height:60px;overflow: hidden;}
.number_panel-1 li {transition: all 0.1s ease;  cursor: pointer; position: relative; display: inline-block; overflow: hidden; width: 145px; height:54px; padding: 10px 0 0 30px; background: url(/images/ether/bg01bigindex.png) 0 0 no-repeat; margin-right: 16px;}
.number_panel-1 li span { display: block; color: #fff;font-family:'electronicFont'; font-size: 20px; font-weight: normal;line-height: 20px;padding: 0;margin: 0;-webkit-animation-iteration-count: infinite;  -webkit-animation-name:inout1 ; -webkit-animation-duration: .1ms;}
.number_panel-1 li strong { display: block; color: #b8b9bb; font-size:12px;}
.number_panel-1 li .animation-1 { -webkit-animation-iteration-count: infinite;   -webkit-animation-name:bounceInLeft1 ; -webkit-animation-duration: 9000ms; position: absolute; left: 12px; bottom:1px; height: 3px;  width: 345px; background: url(/images/ether/bg04bigindex.png) 0 0 repeat-x;}
.number_panel-1 li .animation-2 {position: absolute; right:0; top:1px; height: 16px;  width: 15px; background: url(/images/ether/bg02bigindex.png) 0 0 no-repeat;}
.number_panel-1 li .animation-3 {position: absolute; right:-1px; bottom:-1px; height: 4px;  width: 4px; background: url(/images/ether/bg03bigindex.png) 50% 50% no-repeat;}
.number_panel-1 li:hover .animation-2 { background: url(/images/ether/bg02bigindex_.png) 0 0 no-repeat;}
.number_panel-1 li:hover .animation-3 {  background: url(/images/ether/bg03bigindex_.png) 50% 50% no-repeat;}
.number_panel-1 li:hover .animation-1 {-webkit-animation-iteration-count: infinite;   -webkit-animation-name:bounceInRight1 ; -webkit-animation-duration:4000ms;}
.number_panel-1 li:hover .animation-2, .number_panel-1 li:hover .animation-3{ -webkit-animation:flash .2s .2s ease both; -moz-animation:flash .2s .2s ease both;}
@-webkit-keyframes bounceInLeft1{0%{-webkit-transform:translateX(-115px)}100%{-webkit-transform:translateX(0)}}
@-webkit-keyframes bounceInRight1{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(-115px)}}
@media screen and (max-width: 1366px) {.number_panel-1 li:nth-child(6) { display: none;}.number_panel-1 li { margin-right: 6px;}}
@-webkit-keyframes flash{  0%,50%,100%{opacity: 1;} 25%,75%{opacity: 0;} }
@-moz-keyframes flash{ 0%,50%,100%{opacity: 1;} 25%,75%{opacity: 0;} }
@-webkit-keyframes flash1{ 0%,50%,100%{opacity: 1;} 25%,75%{opacity: .5;} }
@-moz-keyframes flash1{ 0%,50%,100%{opacity: 1;} 25%,75%{opacity: .5;} }
@-webkit-keyframes flash2{  0%,50%,100%{opacity: .2;}  25%,75%{opacity: 0;} }
@-moz-keyframes flash1{ 0%,50%,100%{opacity:.2;}  25%,75%{opacity: 0;} }

/*左侧菜单*/
.submenu {-webkit-animation:bounceInLeft .1s 1s ease both; background: url(/images/ether/bg01submenu.png) 0 50% no-repeat; height: 564px; position: absolute; left: 0; top: 160px; min-width: 18px;}
.submenu ul {float: left; width: 120px; overflow: visible; margin:80px 0 0 10px; display:block;}
.submenu ul li { font-size: 14px; display: block; }
.submenu ul li a { font-family:'electronicFont'; transition:width ease .3s;  display:block; border-top:1px solid transparent; height: 26px; line-height: 26px; color: #fff;}
.submenu ul li a b { display: inline-block; float: left;  height: 26px; line-height: 26px; background:url(/images/ether/bg03submenu.png) 1px 50% no-repeat #0050b3;  min-width: 14px; padding: 0 8px;}
.submenu ul li a span { left:-140px; padding-left:5px; padding-right:10px; float:left;  white-space: nowrap; font-family: "microsoft yahei", simhei; height: 26px; line-height: 26px; background: #0050b3; position: relative;}
.submenu ul li a span em { position:absolute; right:-10px; top: 0; height:26px; width: 10px; background: url(/images/ether/bg04submenu.png) right center no-repeat;}
.submenu ul li a:hover b, .submenu ul li a.active b {background:url(/images/ether/bg03submenu.png) 1px 50% no-repeat #0067e6;}
.submenu ul li a:hover span, .submenu ul li a.active span { left:0; display:block; background: #0067e6; }
.submenu ul li a:hover span em, .submenu ul li a.active span em { display:block; position:absolute; right:-10px; top: 0; height:26px; width: 10px; background: url(/images/ether/bg02submenu.png) 0 0 no-repeat;}
.submenu ul li a span{  -webkit-animation:bounceInRight .2s .2s ease both;}
.submenu ul li a:hover span{  -webkit-animation:bounceInLeft .2s .2s ease both;}
.submenu ul li a.active span { -webkit-animation:all 0s 0s ease both;}
@-webkit-keyframes bounceInLeft{0%{opacity:0; -webkit-transform:translateX(-50px)}60%{opacity:1; -webkit-transform:translateX(0px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}
@-webkit-keyframes bounceInRight{0%{-webkit-transform:translateX(0)}60%{-webkit-transform:translateX(10px)}80%{opacity:1; -webkit-transform:translateX(0px)}100%{opacity:0; -webkit-transform:translateX(50px)}}
@-webkit-keyframes bounceInLeft1{0%{-webkit-transform:translateX(-115px)}100%{-webkit-transform:translateX(0)}}
@-webkit-keyframes bounceInRight1{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(-115px)}}
.submenu ul li:nth-child(1) a{ -webkit-animation-iteration-count: infinite;  -webkit-animation-name:inout1 ; -webkit-animation-duration: .1ms; }
.submenu ul li:nth-child(2) a{ -webkit-animation-iteration-count: infinite;  -webkit-animation-name:inout2 ; -webkit-animation-duration: .2ms; }
.submenu ul li:nth-child(3) a{ -webkit-animation-iteration-count: infinite;  -webkit-animation-name:inout3 ; -webkit-animation-duration: .3ms; }
.submenu ul li:nth-child(4) a{ -webkit-animation-iteration-count: infinite;  -webkit-animation-name:inout4 ; -webkit-animation-duration: .2ms; }
@-webkit-keyframes inout1{0%{opacity:.6;}100%{opacity:1;}}
@-webkit-keyframes inout2{0%{opacity:.7;}100%{opacity:9;}}
@-webkit-keyframes inout3{0%{opacity:.6;}100%{opacity:1;}}
@-webkit-keyframes inout4{0%{opacity:.5;}100%{opacity:.8;}}

/*弦窗*/
.pandect-area {position: relative; background: url(/images/ether/bg02pandect.png) center top no-repeat; height: 292px;}
.pandect-area .pandect-area-left { position: absolute; left:-68px; top: 0; display: block; width:68px; height: 292px; background: url(/images/ether/bg01pandect.png) center top no-repeat;}
.pandect-area .pandect-area-right { position: absolute; right:-68px; top: 0; display: block; width:68px; height: 292px; background: url(/images/ether/bg03pandect.png) center top no-repeat;}
.pandect-area .pandect-area-left b { -webkit-animation-iteration-count: infinite;  -webkit-animation-name:flash1 ; -webkit-animation-duration:.2ms; position: absolute; left:-5px; top: -5px; display: block; width:16px; height: 22px; background: url(/images/ether/bg04pandect.png) center top no-repeat;}
.pandect-area .pandect-area-right b { -webkit-animation-iteration-count: infinite;  -webkit-animation-name:flash1 ; -webkit-animation-duration:.2ms;position: absolute; right:-7px; top:-5px; display: block; width:16px; height: 22px; background: url(/images/ether/bg05pandect.png) center top no-repeat;}
.pandect-area h3 { font-size: 12px;font-weight: normal; text-align: center; position: relative; top:10px;  z-index: 1; border-bottom: 1px solid #666; margin:0 -55px;}
.pandect-area h3 p { position: absolute; left: 0; top: 0; background: #000;font-family:'electronicFont'; color: rgba(255,255,255,.8)}
.pandect-area h3 p sub { display: block; color: rgba(255,255,255,.3)}
.pandect-area h3 strong { border:1px solid #ababab; padding: 1px 14px; line-height: 1; position: relative; bottom: -8px; z-index: 1; background: #000;}
.pandect-area h3 em { position: absolute; right: 0; top: 0;font-family:'electronicFont'; font-size: 14px; color: #ff3114;}
.pandect-area-center { margin-top: 20px; overflow: hidden;}

/*操作台*/
.details1-area { position: absolute; left:10px; margin-top: 15px; text-align: center; height: 207px; }
.detailsl-area-left { display: block; width: 122px; height: 207px; position: absolute; left: -122px; top: 0;  background: url(/images/ether/bg01details03.png) center bottom no-repeat; }
.detailsl-area-right {display: block; width: 121px; height: 207px; position: absolute; right: -121px; top: 0;  background: url(/images/ether/bg01details05.png) center bottom no-repeat; }
.details1-area-center { height: 207px; float: left; background: url(/images/ether/bg01details04.png) center bottom repeat-x;}
.details2-area { position: absolute; right:10px;  margin-top: 15px;  height: 207px; text-align: center;}
.details2-area h3, .details2-area dl { margin-left: 40px!important;}
.details2-area-left { display: block; width: 122px; height: 207px; position: absolute; left: -122px; top: 0;  background: url(/images/ether/bg01details01.png) center bottom no-repeat; }
.details2-area-right {display: block; width: 121px; height: 207px; position: absolute; right: -121px; top: 0;  background: url(/images/ether/bg01details02.png) center bottom no-repeat; }
.details2-area-center { height: 207px; float: left; background: url(/images/ether/bg01details06.png) center bottom repeat-x;}
@media screen and (max-width: 1600px) {.details1-area-center { width: 390px;}.details2-area-center { width: 390px;}}
@media screen and (max-width: 1366px) {.details1-area-center { width: auto;}.details2-area-center { width: auto;}}
.details1-area b, .details2-area b { position: absolute;  left:0; bottom:12px; display:block; width:100%; height: 55px; background: url(/images/ether/bg03details.png) center top no-repeat; background-size:100%; }
.details1-area h3, .details2-area h3 { text-align: left;  margin-top: 15px; font-size: 14px;}
.details1-area dl, .details2-area dl {-webkit-animation: bounce-up1 5s linear infinite; animation: bounce-up1 5s linear infinite;}
.details1-area dl, .details2-area dl { margin:40px 0 0 40px;}
.details2-area dl {margin-left: 0px;}
.details1-area dl dt, .details2-area dl dt { float: left; clear: left; width: 110px; text-align: right; margin: 6px 0;}
.details1-area dl dd, .details2-area dl dd { float: left; margin: 6px 0; font-family:'electronicFont'; font-size: 14px;}
.details1-area dl dd ul, .details2-area dl dd ul { float: left; margin: 3px 12px 0 12px;}
.details1-area dl dd ul li, .details2-area dl dd ul li { width: 3px; height: 10px; border-radius:12px; background: #dadcdc;  float: left; margin-left:1px;}
.details1-area dl dd:nth-child(2) ul li, .details2-area dl dd:nth-child(2) ul li {height:7px!important; margin-top: 3px;}
.details1-area dl dd ul li.yellow, .details2-area dl dd ul li.yellow { background: #ffbc00;}
.details1-area dl dd ul li.red, .details2-area dl dd ul li.red { background: #ff0000;}
@keyframes bounce-up1 {25% {transform: translateY(5px);}50%, 100% {transform: translateY(0);}75% {transform: translateY(-5px);}}
@-webkit-keyframes bounce-up1 {25% {-webkit-transform: translateY(5px);}50%, 100% {-webkit-transform: translateY(0);}75% {-webkit-transform: translateY(-5px);}}
/*旋转表*/
.ether-meter { position: absolute; right: 0;}
.ether-meter h3 { position:relative; left:20px; top:20px; background:url(/images/ether/bg04rightarea.png) 6px bottom no-repeat ; padding-bottom:6px; padding-left: 6px; font-size: 14px; font-weight: normal;}
.ether-meter h3 b { position: absolute; left:0; top:0; display: block; width: 7px; height: 7px;  background:url(/images/ether/bg03rightarea.png) right 0 no-repeat ;}
.ether-meter h3 b { -webkit-animation-iteration-count: infinite;  -webkit-animation-name:flash1 ; -webkit-animation-duration:.2ms; }

.ether-meter-area { width: 293px; height: 270px; background: url(/images/ether/bg01rightarea.png) right bottom no-repeat;}
.ether-meterarea_text p { width: 115px;}
.ether-meter-area dl { padding:90px 0 0 130px;}
.ether-meter-area dl dt { color: rgba(255,255,255,.3); margin-top: 4px;}
.ether-meter-area dl dd { position: relative; }
.ether-meter-area dl dd.font12 { font-size: 12px;}
.ether-meter-area dl dd.font-red { color:#ff3114;}
.ether-meter-area dl dd.ml-20, .ether-meter-area dl dt.ml-20 { margin-left: -18px;}
.ether-meter-area dl dd span {font-family:'electronicFont'; position:relative; z-index: 1; font-size: 22px; margin-top: 6px; letter-spacing:1px; opacity:1; }
.ether-meter-area dl dd b {-webkit-animation-iteration-count: infinite;  -webkit-animation-name:flash2 ; -webkit-animation-duration:3000ms;  position: absolute; left:-5px; top: 30%; display: block; width:74px; height:17px; background: url(/images/ether/bg07rightarea.png) left bottom no-repeat;}
.ether-meter-area dl dd:nth-child(2) b {-webkit-animation-iteration-count: infinite;  -webkit-animation-name:flash2 ; -webkit-animation-duration:5000ms;}

.ether-meter .area-inbox-1 dl dd:nth-child(3) b {-webkit-animation-iteration-count: infinite;  -webkit-animation-name:flash2 ; -webkit-animation-duration: 1000ms;}
.ether-meter .round-1 { position: absolute; left: 94px; top: 98px; width: 168px; height: 168px; border-radius: 100%; border:1px dashed #fff; -webkit-animation-iteration-count: infinite;  -webkit-animation-name:forotate ; -webkit-animation-duration:19000ms;}
.ether-meter .round-2 { position: absolute; left: 79px; top: 84px; width: 198px; height: 198px; border-radius: 100%; border:1px dashed rgba(255,255,255,0.5);  -webkit-animation-iteration-count: infinite;  -webkit-animation-name:forotate1 ; -webkit-animation-duration:8000ms;}
.ether-meter .round-3 { position: absolute; left: 50px; top: 68px; width: 40px; height: 40px; border:1px solid rgba(255,255,255,.8); text-align: center; line-height: 40px;font-family:'electronicFont'; font-size: 14px;  border-radius: 100%; background: url(/images/ether/bg05rightarea.png) right bottom no-repeat;  -webkit-animation-iteration-count: infinite;  -webkit-animation-name: whitePulse; -webkit-animation-duration:2s;}
@-webkit-keyframes whitePulse {from {box-shadow: 0 0 26px #fff,0 0 4px #fff,0 0 2px #fff,0 0 0px #fff;}to {box-shadow: 0 0 0 #fff,0 0 2px #fff,0 0 4px #fff,0 0 26px #fff;}}
.ether-meter .round-4 { position: absolute; left: 40px; top:102px; width: 23px; height: 23px; border-radius: 100%; background: url(/images/ether/bg06rightarea.png) right bottom no-repeat; box-shadow: 0 0 12px #fff; -webkit-animation-iteration-count: infinite;  -webkit-animation-name:forotate ; -webkit-animation-duration:4000ms;}

/*指针*/
.ether_indicator { position: absolute; right: 0;}
.ether_indicator h3 { position:relative; left:20px; top:20px; background:url(/images/ether/bg04rightarea.png) 6px bottom no-repeat ; padding-bottom:6px; padding-left: 6px; font-size: 14px; font-weight: normal;}
.ether_indicator h3 b { position: absolute; left:0; top:0; display: block; width: 7px; height: 7px;  background:url(/images/ether/bg03rightarea.png) right 0 no-repeat ;}
.ether_indicator h3 b { -webkit-animation-iteration-count: infinite;  -webkit-animation-name:flash1 ; -webkit-animation-duration:.2ms; }

.ether_indicator_area { width: 100%; height: 320px; margin-top:20px; background: url(/images/ether/bg02rightarea.png) right bottom no-repeat;}
.ether_indicator_area ul { position: absolute; right:80px; margin-top:15px;}
.ether_indicator_area li { position: relative; margin-top: 12px; width: 102px; padding-right: 10px; cursor: pointer;/* height: 24px;*/ padding-top: 15px; text-align:right; background: url(/images/ether/bg01big2index.png) right bottom no-repeat;font-family:'electronicFont'; font-size: 20px; color: #fff; }
.ether_indicator_area li strong { position: absolute; left:3px; top:5px; color: #00ccff; font-size: 30px;}
.ether_indicator_area li b { width: 60px; height: 5px; background: #5d5d5d;  display: block; position: absolute; right:3px; top:8px; }
.ether_indicator_area li:hover b { background: #fff; -webkit-animation:flash .2s .2s ease both; -moz-animation:flash .2s .2s ease both;}
.ether_indicator_area li em {width: 15px; height:14px; background: url(/images/ether/bg02big2index.png) right bottom no-repeat; display: block; position: absolute; left:-4px; top:2px;}

/*动态文字*/
.dynamic-text .area-text {position: absolute; top: 25px ; width: 80%; padding: 14px;}
.dynamic-text .area-text p { color: rgba(255,255,255,.6) }
.dynamic-text .area-text b { position: absolute; top: 0; display: block; width:8px; height: 140px; }
.dynamic-text .animation-line1 { left:0; background: url(/images/ether/bg01righttext.png) center top no-repeat;}
.dynamic-text .animation-line2 { right:0;background: url(/images/ether/bg02righttext.png) center top no-repeat;}

/*时间尺*/
.time-base-outer { position:relative; }
.time-base-outer .line1 {position:absolute; width: 50px; left:0; bottom:76px;  display:block; height: 1px; background: url(/images/ether/bg02slider2.png) 50% 50% no-repeat;}
/*.time-base {position:absolute; left:50%; margin-left:-600px; bottom:60px; width: 1200px;   background: url(/images/ether/bg01slider2.png) 50% 50% no-repeat;}*/
.time-base-outer .time-base{background: url(/images/ether/bg01slider2.png) center no-repeat;height: 60px;}
.time-base-outer .time-base img{position:absolute; top: -13px; cursor: pointer;}

/*菜单按钮*/
.menu_bnt{ background:url(/images/ether/bnt.png) center no-repeat; width:100px; height:35px;font-size: 14px;line-height: 33px;text-align: center;}
.menu_bnt:hover{ background:url(/images/ether/bntactive.png) center no-repeat;cursor:pointer}

/*太空板*/
.ether_box{height: 100%}
.ether_box_head{ color: rgba(255,255,255,.7);}
.ether_box_body{ background: rgba(1,202,217,.2); width: 100%; height: 100%; margin: 6px 6px; overflow: hidden;}
.ether_box_body .li1{ line-height: 150%; }
.ether_box_body .li2{ background: rgba(0,255,255,.4) url(/images/ether/icosjx.png) no-repeat top left;line-height: 150%; }
.ether_box_290_90{ background:url(/images/ether/290_90.png) center no-repeat; background-size: 100% 100%; background-position: top center;width:90%;height:100%;margin: 0 5% 0 5%}
.ether_box_680_280_left{ background:url(/images/ether/680_280_left.png) center no-repeat; background-size: 100% 100%; background-position: top center;width:100%;height:100%;padding: 1% 3% 32px 1.5%}
.ether_box_680_280{ background:url(/images/ether/680_280.png) center no-repeat; background-size: 100% 100%; background-position: top center;width:100%;height:100%;padding: 1% 3% 32px 1.5%}
.ether_box_340_280{ background:url(/images/ether/340_280.png) center no-repeat; background-size: 100% 100%; background-position: top center;width:100%;height:100%;padding: 3% 7% 32px 3%}
.ether_box_340_380{ background:url(/images/ether/340_380.png) center no-repeat; background-size: 100% 100%; background-position: top center;width:100%;height:100%;padding: 3% 7% 32px 3%}
.ether_box_340_550{ background:url(/images/ether/340_550.png) center no-repeat; background-size: 100% 100%; background-position: top center;width:100%;height:100%;padding: 3% 7% 32px 3%}
.ether_box_340_900{ background:url(/images/ether/340_900.png) center no-repeat; background-size: 100% 100%; background-position: top center;width:100%;height:100%;padding: 1.5% 7% 32px 3%}

/*星空*/
.ether_stars {
    z-index:-1;
    transform: perspective(500px);
    transform-style: preserve-3d;
    position: absolute;
    bottom: 0;
    perspective-origin: 50% 100%;
    left: 50%;
    animation: ether_rotate 90s infinite linear;
}
@keyframes ether_rotate {
    0% {transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);}
    100% {transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);}
}
.ether_star {
    width: 2px;
    height: 2px;
    background: #F7F7B6;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden;
}
