@charset "UTF-8";
/**
 * Author: UiDEA
 * Date: 2020-09-29
 * Copyright: UiDEA
 */
/* 导入scss文件 */
/**
 * Author: UiDEA
 * Copyright: UiDEA
 */
/**
 * 函数指令 @function
 * px单位转换成vw,vh
 * 支持最低分辩1280*720，当宽<1280,高<720时出现滚动条
 */
/* cssreset */
html, body {
  color: #fff;
  background: #060609; }

body, form, ul, ol, li, dl, dt, dd, th, td, p, blockquote, pre, fieldset, legend, hr, h1, h2, h3, h4, h5, h6, button, input, textarea {
  margin: 0;
  padding: 0; }

body, div, li, dt, dd, td, p, span, button, input, select, textarea {
  font-size: 0.72917vw;
  font-family: Tahoma,Arial,"Hiragino Sans GB","Microsoft YaHei",\5b8b\4f53,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: Courier New,Courier,monospace; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, ol {
  list-style: none outside none; }

span {
  font-size: 100%; }

legend {
  color: #666; }

fieldset, img {
  border: 0 none; }

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  border: 0 none; }

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.46296vh; }

sub {
  bottom: -0.46296vh; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button, input, select, textarea {
  margin: 0;
  padding: 0;
  outline: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: -0.18519vh; }

textarea {
  overflow: auto; }

a {
  color: #06c;
  background: transparent;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

a:hover {
  color: #06c;
  text-decoration: none; }

a:active {
  color: #06c;
  outline: 0; }

a:focus {
  outline: 0; }

/* float */
.fl {
  float: left; }

.fr {
  float: right; }

/* height */
.w520 {
  width: 27.08333vw; }

.h260 {
  height: 24.07407vh; }

.h290 {
  height: 26.85185vh; }

.h430 {
  height: 39.81481vh; }

.h600 {
  height: 55.55556vh; }

.h685 {
  height: 63.42593vh; }

/* margin-padding */
.mt10 {
  margin-top: 0.92593vh; }

.mt20 {
  margin-top: 1.85185vh; }

.mr10 {
  margin-right: 0.52083vw; }

.mb10 {
  margin-bottom: 0.92593vh; }

.ml10 {
  margin-left: 0.52083vw; }

.pt10 {
  padding-top: 0.92593vh; }

.pr10 {
  padding-right: 0.52083vw; }

.pb10 {
  padding-bottom: 0.92593vh; }

.pl10 {
  padding-left: 0.52083vw; }

/*font*/
.ffy {
  font-family: tahoma,arial,sans-serif; }

/* text-alignment */
.txtl {
  text-align: left; }

.txtc {
  text-align: center; }

.txtr {
  text-align: right; }

/*color*/
.c666 {
  color: #666; }

.c999 {
  color: #999; }

.c0075ff {
  color: #0075ff; }

.c00c2ff {
  color: #00c2ff; }

.cff900a {
  color: #ff900a; }

/*background*/
.bfff {
  background: #fff; }

.b0075ff {
  background: #0075ff; }

.b00c2ff {
  background: #00c2ff; }

/* control */
.input {
  height: 1.66667vh;
  line-height: 1.66667vh;
  padding: 0.15625vw 0.46296vh;
  border: 0.05208vw solid #ddd; }

.select {
  padding: 0.10417vw 0.18519vh;
  border: 0.05208vw solid #ddd; }

.textarea {
  padding: 0.26042vw 0.46296vh;
  border: 0.05208vw solid #ddd;
  color: #666; }

/* ellipsis */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* overflow */
.ofvisible {
  overflow: visible; }

/* cover-background */
.coverbg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5; }

/* layout */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

/*screen*/
.bx_screen {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, #121638, #090c28);
  overflow: hidden; }

.bx_header {
  position: relative;
  height: 8.14815vh;
  text-align: center;
  overflow: hidden; }

.bx_header .tit {
  position: relative;
  display: inline-block;
  height: 7.5vh;
  padding: 0 5.625vw; }

.bx_header .tit::before, .bx_header .tit::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5.625vw;
  height: 7.5vh;
  background: url(../images/bx_titlesideimg.png) no-repeat;
  background-size: auto 100%; }

.bx_header .tit::before {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.bx_header .tit::after {
  right: 0; }

.bx_header .tit h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.16667vw;
  height: 7.5vh;
  background: url(../images/bx_titlebg.png) repeat-x;
  background-size: auto 7.5vh; }

.bx_header .tit h1 .logo img {
  height: 4.62963vh; }

.bx_header .tit h1 label img {
  height: 4.62963vh; }

.bx_scrbtn {
  position: absolute;
  top: 50%;
  right: 23.95833vw;
  z-index: 99;
  width: 5.41667vw;
  height: 1.35417vw;
  margin-top: -0.46296vh;
  font-size: 0.625vw;
  line-height: 1.35417vw;
  color: #27cfff;
  text-align: center;
  background: url(../images/bx_scrbtn.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer; }

.bx_sidebox {
  position: absolute;
  top: 1.38889vh; }

.bx_sidebox .boxbg {
  width: 28.38542vw;
  height: 6.75926vh;
  background: url(../images/bx_sideboxbg.png) no-repeat center;
  background-size: 100% 100%; }

.bx_sidebox .cont {
  position: absolute;
  top: 0;
  overflow: hidden; }

.bx_sidebox.left {
  left: 1.5625vw; }

.bx_sidebox.left .boxbg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.bx_sidebox.left .cont {
  padding: 0.92593vh 0 0 1.82292vw; }

.bx_sidebox.right {
  right: 1.5625vw; }

.bx_sidebox.right .cont {
  top: 0.92593vh;
  right: 1.5625vw; }

.bx_sidebox i {
  float: left;
  padding: 0.18519vh 0.52083vw 0 0;
  font-size: 1.35417vw;
  color: #ff900a; }

.bx_date {
  float: left;
  text-align: left; }

.bx_date label {
  color: #82a5cc; }

.bx_date span {
  font-size: 1.14583vw;
  color: #fff; }

.bx_date em {
  position: relative;
  top: -0.46296vh;
  font-size: 0.83333vw;
  font-style: normal;
  color: #00c2ff; }

.bx_date em:after {
  content: "";
  position: absolute;
  bottom: -0.09259vh;
  left: 0;
  width: 100%;
  height: 0.18519vh;
  background: #fff; }

.bx_cont {
  margin: 1.38889vh 1.5625vw; }

.bx_left {
  width: 28.125vw; }

.bx_right {
  width: 20.3125vw; }

.bx_center {
  position: relative;
  width: 48.4375vw;
  height: 60.18519vh;
  margin-top: 2.77778vh; }

.bx_bluebox {
  position: relative;
  background: #0a1237; }

.bx_bluebox .cont {
  position: relative;
  padding: 0 0.9375vw; }

.bx_blueboxtop, .bx_blueboxright, .bx_blueboxbom, .bx_blueboxleft {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.bx_blueboxtop {
  margin: 0.27778vh 4.01042vw 0 6.04167vw; }

.bx_blueboxtop::before, .bx_blueboxtop::after {
  content: "";
  position: absolute;
  top: -0.27778vh;
  height: 1.77083vw; }

.bx_blueboxtop::before {
  left: -6.04167vw;
  width: 6.04167vw;
  background: url(../images/bx_bluesign1.png) no-repeat center;
  background-size: 100%; }

.bx_blueboxtop::after {
  right: -4.01042vw;
  width: 4.01042vw;
  background: url(../images/bx_bluesign2.png) no-repeat center;
  background-size: 100%; }

.bx_blueboxtop .light {
  position: absolute;
  width: 100%;
  height: 0.18519vh;
  background: #042458; }

.bx_blueboxbom {
  top: auto;
  margin: 0 4.16667vw 0.37037vh 2.44792vw; }

.bx_blueboxbom::before, .bx_blueboxbom::after {
  content: "";
  position: absolute;
  bottom: -0.37037vh;
  height: 1.77083vw; }

.bx_blueboxbom::before {
  left: -2.44792vw;
  width: 2.44792vw;
  background: url(../images/bx_bluesign3.png) no-repeat center;
  background-size: 100%; }

.bx_blueboxbom::after {
  right: -4.16667vw;
  width: 4.16667vw;
  background: url(../images/bx_bluesign4.png) no-repeat center;
  background-size: 100%; }

.bx_blueboxbom .light {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.18519vh;
  background: #042458; }

.bx_blueboxbom .light::before {
  content: "";
  position: absolute;
  right: 3.125vw;
  bottom: -0.37037vh;
  left: 1.5625vw;
  height: 0.18519vh;
  background: #042458; }

.bx_blueboxbom .light::after {
  content: "";
  position: absolute;
  right: 20%;
  left: 20%;
  height: 0.18519vh;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0));
  background: linear-gradient(to right, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0)); }

.bx_blueboxleft .light {
  position: absolute;
  top: 2.77778vh;
  bottom: 5.55556vh;
  width: 0.10417vw;
  background: #042458; }

.bx_blueboxright {
  margin-right: 0.26042vw; }

.bx_blueboxright .light {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.46296vh;
  width: 0.10417vw;
  background: #042458; }

.bx_blueboxleft .light::after, .bx_blueboxright .light::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 0.10417vw;
  background: -webkit-linear-gradient(top, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0));
  background: linear-gradient(to bottom, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0)); }

.bx_blueboxtop.scale {
  margin: 0.37037vh 2.44792vw 0 4.01042vw; }

.bx_blueboxtop.scale::before, .bx_blueboxtop.scale::after {
  top: -0.37037vh; }

.bx_blueboxtop.scale::before {
  left: -4.01042vw;
  width: 4.01042vw;
  background-image: url(../images/bx_bluesign2.png);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.bx_blueboxtop.scale::after {
  right: -2.44792vw;
  width: 2.44792vw;
  background-image: url(../images/bx_bluesign3.png);
  -webkit-transform: scale(-1);
  transform: scale(-1); }

.bx_blueboxtop.scale .light::before {
  content: "";
  position: absolute;
  right: 1.5625vw;
  top: -0.37037vh;
  left: 3.125vw;
  height: 0.18519vh;
  background: #042458; }

.bx_blueboxbom.scale {
  margin: 0 6.04167vw 0.27778vh 4.16667vw; }

.bx_blueboxbom.scale::before, .bx_blueboxbom.scale::after {
  bottom: -0.27778vh; }

.bx_blueboxbom.scale::before {
  left: -4.16667vw;
  width: 4.16667vw;
  background-image: url(../images/bx_bluesign4.png);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.bx_blueboxbom.scale::after {
  right: -6.04167vw;
  width: 6.04167vw;
  background-image: url(../images/bx_bluesign1.png);
  -webkit-transform: scale(-1);
  transform: scale(-1); }

.bx_blueboxbom.scale .light::before, .bx_blueboxbom.scale .light::after {
  height: 0; }

.bx_blueboxleft.scale {
  margin-left: 0.26042vw; }

.bx_blueboxleft.scale .light {
  top: 2.77778vh;
  bottom: 0.46296vh; }

.bx_blueboxright.scale {
  margin-right: 0; }

.bx_blueboxright.scale .light {
  top: 5.55556vh;
  bottom: 2.77778vh; }

.bx_subtitle {
  height: 4.07407vh;
  padding-top: 2.77778vh; }

.bx_subtitle .line {
  float: left;
  width: 0.64815vh;
  height: 4.07407vh;
  margin-right: 0.41667vw;
  background: url(../images/bx_line.png) no-repeat center;
  background-size: 100%; }

.bx_subtitle .subtitle {
  position: relative;
  display: inline-block;
  margin-top: 0.46296vh;
  padding: 0 0.26042vw 1.38889vh 0;
  overflow: hidden; }

.bx_subtitle .subtitle::before, .bx_subtitle .subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px; }

.bx_subtitle .subtitle::before {
  bottom: 0.92593vh;
  background: -webkit-linear-gradient(left, rgba(0, 194, 255, 0), #0073ff);
  background: linear-gradient(to right, rgba(0, 194, 255, 0), #0073ff); }

.bx_subtitle .subtitle::after {
  bottom: 0;
  width: 4.16667vw;
  height: 0.37037vh;
  background: #112247; }

.bx_subtitle .arrow {
  float: left;
  width: 0.78125vw;
  height: 0.78125vw;
  margin: 0.37037vh 0.26042vw 0 0;
  background: url(../images/bx_arrow.png) no-repeat center;
  background-size: 100%; }

.bx_subtitle label {
  float: left;
  display: inline-block;
  font-size: 0.83333vw;
  color: #fff;
  text-shadow: 0 0 0.20833vw #0075ff; }

.bx_yearsum {
  height: 10.18519vh;
  text-align: center;
  background: url(../images/bx_yearsumbg.png) no-repeat bottom center; }

.bx_yearsum label {
  font-size: 2.60417vw;
  line-height: 9.25926vh;
  color: #00c2ff;
  text-shadow: 0.15625vw 0.15625vw 0.52083vw rgba(0, 194, 255, 0.6); }

.bx_yearsum em {
  padding-left: 0.78125vw;
  font-size: 0.83333vw;
  font-style: normal;
  color: #82a5cc; }

.bx_usernumber {
  margin-top: 2.77778vh;
  padding: 0 0.20833vw;
  overflow: hidden; }

.bx_usernumber .circle {
  float: left;
  width: 4.58333vw;
  height: 4.27083vw;
  text-align: center;
  background: url(../images/bx_headcircle.png) no-repeat center;
  background-size: 100%; }

.bx_usernumber .circle i {
  padding-left: 0.26042vw;
  font-size: 2.08333vw;
  line-height: 4.27083vw;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(top, #00c2ff 20%, #0075ff);
  -webkit-background-clip: text; }

.bx_usernumber .info {
  float: left;
  padding-left: 0.26042vw; }

.bx_usernumber .bx_subtitle {
  padding-top: 0; }

.bx_usernumber .bx_subtitle .subtitle {
  float: left;
  overflow: visible; }

.bx_usernumber .bx_subtitle .subtitle::before {
  bottom: 0;
  width: 9.89583vw;
  height: 0.625vw;
  background: url(../images/bx_barimg.png) no-repeat center;
  background-size: 100%; }

.bx_usernumber .bx_subtitle .subtitle::after {
  height: 0; }

.bx_usernumber .bx_subtitle .number {
  float: right;
  padding-right: 1.30208vw; }

.bx_usernumber .bx_subtitle .number label {
  float: left;
  font-size: 1.875vw;
  color: #fff;
  text-shadow: 0.15625vw 0.15625vw 0.52083vw rgba(0, 194, 255, 0.6); }

.bx_usernumber .bx_subtitle .number em {
  float: left;
  padding: 1.85185vh 0 0 0.78125vw;
  font-style: normal;
  color: #82a5cc; }

.bx_loading {
  position: relative;
  width: 21.66667vw;
  height: 1.82292vw;
  margin: 0.18519vh 0 0 -0.98958vw;
  background: url(../images/bx_loadingwrap.png) no-repeat center;
  background-size: 100%; }

.bx_loading::after {
  content: "";
  position: absolute;
  top: 0.55556vh;
  left: 1.09375vw;
  width: 19.84375vw;
  height: 1.19792vw;
  background: url(../images/bx_loadingbg.png) no-repeat;
  background-size: 100%; }

.bx_loading .loading {
  position: absolute;
  top: 0.55556vh;
  left: 1.09375vw;
  z-index: 1;
  width: 19.84375vw;
  height: 1.19792vw; }

.bx_loading .loading .bar {
  height: 1.19792vw;
  background: url(../images/bx_loading.png) no-repeat;
  background-size: auto 100%; }

.bx_dynamic {
  margin-top: 1.38889vh;
  overflow: hidden; }

.bx_dynamic .column {
  float: left;
  width: 50%; }

.bx_dynamic .column .tit {
  font-size: 0.83333vw;
  color: #fff; }

.bx_dynamic .column .tit i {
  position: relative;
  top: -0.18519vh;
  padding: 0 0.41667vw 0 0.625vw;
  font-size: 1.04167vw; }

.bx_dynamic .column dl {
  padding-left: 2.08333vw; }

.bx_dynamic .column dt {
  margin: 0.92593vh 0; }

.bx_dynamic .column dt label {
  font-size: 1.66667vw; }

.bx_dynamic .column dt em {
  padding-left: 0.52083vw;
  font-style: normal; }

.bx_dynamic .column dd {
  margin-top: 0.625vw;
  line-height: 2.03704vh;
  overflow: hidden; }

.bx_dynamic .column dd label {
  float: left;
  color: #d5d7e8; }

.bx_dynamic .column dd span {
  float: left;
  font-size: 0.9375vw;
  color: #39c86a; }

.bx_dynamic .column .loadingbg {
  position: relative;
  float: left;
  width: 3.64583vw;
  height: 1.48148vh;
  margin: 0.18519vh 0.3125vw 0 0.52083vw;
  border: 0.05208vw solid #072f72; }

.bx_dynamic .column .loadingbg::before {
  content: "";
  position: absolute;
  top: 0.46296vh;
  right: -0.05208vw;
  left: -0.05208vw;
  height: 0.55556vh;
  background: #0a1237; }

.bx_dynamic .column .loading {
  position: absolute;
  top: 0.46296vh;
  left: 0.20833vw;
  width: 3.22917vw;
  height: 0.3125vw;
  background: url(../images/bx_grayline.png) repeat-x;
  background-size: auto 0.3125vw; }

.bx_dynamic .column .bar {
  position: absolute;
  display: inline-block;
  height: 0.3125vw;
  background: url(../images/bx_greenline.png) repeat-x;
  background-size: auto 0.3125vw; }

.bx_dynamic .column dd em {
  float: left;
  font-style: normal;
  color: #82a5cc; }

.bx_dynamic .column .org span {
  color: #ff900a; }

.bx_dynamic .column .org .bar {
  background-image: url(../images/bx_orgline.png); }

.bx_outericon {
  display: inline-block;
  width: 1.14583vw;
  height: 1.14583vw;
  font-size: 0.625vw;
  line-height: 1.14583vw;
  text-align: center;
  border-radius: 50%; }

.bx_outericon.b0075ff {
  box-shadow: 0 0 0.52083vw rgba(0, 117, 255, 0.5); }

.bx_outericon.b00c2ff {
  box-shadow: 0 0 0.52083vw rgba(0, 194, 255, 0.5); }

.bx_materialwrap {
  position: absolute;
  left: 0;
  bottom: 0.92593vh;
  width: 100%; }

.bx_center .bx_subtitle {
  margin-left: 1.5625vw; }

#map {
  margin-top: -6.48148vh; }

.bx_material {
  overflow: hidden; }

.bx_material li {
  float: left;
  width: 14.28%;
  list-style: none;
  text-align: center; }

.bx_material li span {
  display: block;
  font-size: 1.25vw;
  color: #fff; }

.bx_material li label {
  display: block;
  padding-top: 0.46296vh;
  color: #82a5cc; }

.bx_material li .icon {
  display: inline-block;
  width: 2.29167vw;
  height: 2.5vw;
  margin: 1.38889vh 0 0.46296vh;
  background: url(../images/bx_diamondimg.png) no-repeat center;
  background-size: 100%; }

.bx_material li .icon i {
  font-size: 1.04167vw;
  line-height: 2.5vw;
  color: #82a5cc; }

.bx_todaydata {
  padding-left: 1.5625vw;
  overflow: hidden; }

.bx_todaydata li {
  position: relative;
  float: left;
  width: 33.33%;
  height: 4.16667vw;
  padding-left: 5.72917vw;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bx_todaydata li .icon {
  position: absolute;
  top: 0;
  left: 0.78125vw;
  width: 4.16667vw;
  height: 4.16667vw; }

.bx_todaydata li .circle {
  height: 4.16667vw;
  background: url(../images/bx_circleimg.png) no-repeat center;
  background-size: 100%;
  -webkit-animation: circlemove 4s linear infinite;
  animation: circlemove 4s linear infinite; }

.bx_todaydata li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.16667vw;
  font-size: 1.5625vw;
  line-height: 4.16667vw;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(top, #00c2ff, #0075ff);
  -webkit-background-clip: text; }

.bx_todaydata li i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.04167vw;
  height: 1.04167vw;
  margin: -0.52083vw 0 0 -0.52083vw;
  background: rgba(0, 194, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 1.04167vw #00c2ff; }

.bx_todaydata li span {
  display: block;
  font-size: 2.08333vw;
  text-shadow: 0.15625vw 0.15625vw 0.52083vw rgba(0, 194, 255, 0.6); }

.bx_todaydata li label {
  display: block;
  padding-top: 0.26042vw;
  font-size: 0.83333vw;
  color: #82a5cc; }

.bx_table {
  width: 67.70833vw;
  height: 22.59259vh;
  margin: 0.74074vh -0.67708vw 0 0; }

.bx_table table {
  table-layout: fixed; }

.bx_table th, .bx_table td {
  padding: 0 0.52083vw;
  text-align: center; }

.bx_table th {
  height: 4.07407vh;
  font-weight: normal;
  color: #82a5cc;
  background: #0a1237; }

.bx_table td {
  height: 3.7037vh;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bx_table td label {
  display: inline-block;
  width: 1.14583vw;
  height: 1.14583vw;
  font-size: 0.625vw;
  line-height: 1.14583vw;
  color: #fff;
  text-align: center;
  border-radius: 50%; }

.bx_table td label.out {
  background: #0075ff;
  box-shadow: 0 0 0.41667vw rgba(0, 117, 255, 0.6); }

.bx_table td label.in {
  background: #00c2ff;
  box-shadow: 0 0 0.41667vw rgba(0, 194, 255, 0.6); }

.bx_table tbody tr:nth-child(2n+1) td {
  background: #0e1b45; }

@-webkit-keyframes circlemove {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes circlemove {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (max-width: 1280px) {
  /* cssreset */
  html, body {
    color: #fff;
    background: #060609; }
  body, form, ul, ol, li, dl, dt, dd, th, td, p, blockquote, pre, fieldset, legend, hr, h1, h2, h3, h4, h5, h6, button, input, textarea {
    margin: 0;
    padding: 0; }
  body, div, li, dt, dd, td, p, span, button, input, select, textarea {
    font-size: 9.33333px;
    font-family: Tahoma,Arial,"Hiragino Sans GB","Microsoft YaHei",\5b8b\4f53,sans-serif; }
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal; }
  address, cite, dfn, em, var {
    font-style: normal; }
  code, kbd, pre, samp {
    font-family: Courier New,Courier,monospace; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  ul, ol {
    list-style: none outside none; }
  span {
    font-size: 100%; }
  legend {
    color: #666; }
  fieldset, img {
    border: 0 none; }
  img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    border: 0 none; }
  sub, sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline; }
  sup {
    top: -3.33333px; }
  sub {
    bottom: -3.33333px; }
  hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  button, input, select, textarea {
    margin: 0;
    padding: 0;
    outline: none; }
  button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  button[disabled], input[disabled] {
    cursor: default; }
  input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: -1.33333px; }
  textarea {
    overflow: auto; }
  a {
    color: #06c;
    background: transparent;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; }
  a:hover {
    color: #06c;
    text-decoration: none; }
  a:active {
    color: #06c;
    outline: 0; }
  a:focus {
    outline: 0; }
  /* float */
  .fl {
    float: left; }
  .fr {
    float: right; }
  /* height */
  .w520 {
    width: 346.66667px; }
  .h260 {
    height: 173.33333px; }
  .h290 {
    height: 193.33333px; }
  .h430 {
    height: 286.66667px; }
  .h600 {
    height: 400px; }
  .h685 {
    height: 456.66667px; }
  /* margin-padding */
  .mt10 {
    margin-top: 6.66667px; }
  .mt20 {
    margin-top: 13.33333px; }
  .mr10 {
    margin-right: 6.66667px; }
  .mb10 {
    margin-bottom: 6.66667px; }
  .ml10 {
    margin-left: 6.66667px; }
  .pt10 {
    padding-top: 6.66667px; }
  .pr10 {
    padding-right: 6.66667px; }
  .pb10 {
    padding-bottom: 6.66667px; }
  .pl10 {
    padding-left: 6.66667px; }
  /*font*/
  .ffy {
    font-family: tahoma,arial,sans-serif; }
  /* text-alignment */
  .txtl {
    text-align: left; }
  .txtc {
    text-align: center; }
  .txtr {
    text-align: right; }
  /*color*/
  .c666 {
    color: #666; }
  .c999 {
    color: #999; }
  .c0075ff {
    color: #0075ff; }
  .c00c2ff {
    color: #00c2ff; }
  .cff900a {
    color: #ff900a; }
  /*background*/
  .bfff {
    background: #fff; }
  .b0075ff {
    background: #0075ff; }
  .b00c2ff {
    background: #00c2ff; }
  /* control */
  .input {
    height: 12px;
    line-height: 12px;
    padding: 2px 3.33333px;
    border: 0.66667px solid #ddd; }
  .select {
    padding: 1.33333px 1.33333px;
    border: 0.66667px solid #ddd; }
  .textarea {
    padding: 3.33333px 3.33333px;
    border: 0.66667px solid #ddd;
    color: #666; }
  /* ellipsis */
  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  /* overflow */
  .ofvisible {
    overflow: visible; }
  /* cover-background */
  .coverbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5; }
  /* layout */
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix {
    zoom: 1; }
  /*screen*/
  .bx_screen {
    position: relative;
    width: 1280px;
    height: 720px;
    background: linear-gradient(180deg, #121638, #090c28);
    overflow: hidden; }
  .bx_header {
    position: relative;
    height: 58.66667px;
    text-align: center;
    overflow: hidden; }
  .bx_header .tit {
    position: relative;
    display: inline-block;
    height: 54px;
    padding: 0 72px; }
  .bx_header .tit::before, .bx_header .tit::after {
    content: "";
    position: absolute;
    top: 0;
    width: 72px;
    height: 54px;
    background: url(../images/bx_titlesideimg.png) no-repeat;
    background-size: auto 100%; }
  .bx_header .tit::before {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .bx_header .tit::after {
    right: 0; }
  .bx_header .tit h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 373.33333px;
    height: 54px;
    background: url(../images/bx_titlebg.png) repeat-x;
    background-size: auto 54px; }
  .bx_header .tit h1 .logo img {
    height: 33.33333px; }
  .bx_header .tit h1 label img {
    height: 33.33333px; }
  .bx_scrbtn {
    position: absolute;
    top: 50%;
    right: 306.66667px;
    z-index: 99;
    width: 69.33333px;
    height: 17.33333px;
    margin-top: -3.33333px;
    font-size: 8px;
    line-height: 17.33333px;
    color: #27cfff;
    text-align: center;
    background: url(../images/bx_scrbtn.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer; }
  .bx_sidebox {
    position: absolute;
    top: 10px; }
  .bx_sidebox .boxbg {
    width: 363.33333px;
    height: 48.66667px;
    background: url(../images/bx_sideboxbg.png) no-repeat center;
    background-size: 100% 100%; }
  .bx_sidebox .cont {
    position: absolute;
    top: 0;
    overflow: hidden; }
  .bx_sidebox.left {
    left: 20px; }
  .bx_sidebox.left .boxbg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .bx_sidebox.left .cont {
    padding: 6.66667px 0 0 23.33333px; }
  .bx_sidebox.right {
    right: 20px; }
  .bx_sidebox.right .cont {
    top: 6.66667px;
    right: 20px; }
  .bx_sidebox i {
    float: left;
    padding: 1.33333px 6.66667px 0 0;
    font-size: 17.33333px;
    color: #ff900a; }
  .bx_date {
    float: left;
    text-align: left; }
  .bx_date label {
    color: #82a5cc; }
  .bx_date span {
    font-size: 14.66667px;
    color: #fff; }
  .bx_date em {
    position: relative;
    top: -3.33333px;
    font-size: 10.66667px;
    font-style: normal;
    color: #00c2ff; }
  .bx_date em:after {
    content: "";
    position: absolute;
    bottom: -0.66667px;
    left: 0;
    width: 100%;
    height: 1.33333px;
    background: #fff; }
  .bx_cont {
    margin: 10px 20px; }
  .bx_left {
    width: 360px; }
  .bx_right {
    width: 260px; }
  .bx_center {
    position: relative;
    width: 620px;
    height: 433.33333px;
    margin-top: 20px; }
  .bx_bluebox {
    position: relative;
    background: #0a1237; }
  .bx_bluebox .cont {
    position: relative;
    padding: 0 12px; }
  .bx_blueboxtop, .bx_blueboxright, .bx_blueboxbom, .bx_blueboxleft {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .bx_blueboxtop {
    margin: 2px 51.33333px 0 77.33333px; }
  .bx_blueboxtop::before, .bx_blueboxtop::after {
    content: "";
    position: absolute;
    top: -2px;
    height: 22.66667px; }
  .bx_blueboxtop::before {
    left: -77.33333px;
    width: 77.33333px;
    background: url(../images/bx_bluesign1.png) no-repeat center;
    background-size: 100%; }
  .bx_blueboxtop::after {
    right: -51.33333px;
    width: 51.33333px;
    background: url(../images/bx_bluesign2.png) no-repeat center;
    background-size: 100%; }
  .bx_blueboxtop .light {
    position: absolute;
    width: 100%;
    height: 1.33333px;
    background: #042458; }
  .bx_blueboxbom {
    top: auto;
    margin: 0 53.33333px 2.66667px 31.33333px; }
  .bx_blueboxbom::before, .bx_blueboxbom::after {
    content: "";
    position: absolute;
    bottom: -2.66667px;
    height: 22.66667px; }
  .bx_blueboxbom::before {
    left: -31.33333px;
    width: 31.33333px;
    background: url(../images/bx_bluesign3.png) no-repeat center;
    background-size: 100%; }
  .bx_blueboxbom::after {
    right: -53.33333px;
    width: 53.33333px;
    background: url(../images/bx_bluesign4.png) no-repeat center;
    background-size: 100%; }
  .bx_blueboxbom .light {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.33333px;
    background: #042458; }
  .bx_blueboxbom .light::before {
    content: "";
    position: absolute;
    right: 40px;
    bottom: -2.66667px;
    left: 20px;
    height: 1.33333px;
    background: #042458; }
  .bx_blueboxbom .light::after {
    content: "";
    position: absolute;
    right: 20%;
    left: 20%;
    height: 1.33333px;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0));
    background: linear-gradient(to right, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0)); }
  .bx_blueboxleft .light {
    position: absolute;
    top: 20px;
    bottom: 40px;
    width: 1.33333px;
    background: #042458; }
  .bx_blueboxright {
    margin-right: 3.33333px; }
  .bx_blueboxright .light {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3.33333px;
    width: 1.33333px;
    background: #042458; }
  .bx_blueboxleft .light::after, .bx_blueboxright .light::after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    width: 1.33333px;
    background: -webkit-linear-gradient(top, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0));
    background: linear-gradient(to bottom, rgba(0, 117, 255, 0), #0075ff, rgba(0, 117, 255, 0)); }
  .bx_blueboxtop.scale {
    margin: 2.66667px 31.33333px 0 51.33333px; }
  .bx_blueboxtop.scale::before, .bx_blueboxtop.scale::after {
    top: -2.66667px; }
  .bx_blueboxtop.scale::before {
    left: -51.33333px;
    width: 51.33333px;
    background-image: url(../images/bx_bluesign2.png);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .bx_blueboxtop.scale::after {
    right: -31.33333px;
    width: 31.33333px;
    background-image: url(../images/bx_bluesign3.png);
    -webkit-transform: scale(-1);
    transform: scale(-1); }
  .bx_blueboxtop.scale .light::before {
    content: "";
    position: absolute;
    right: 20px;
    top: -2.66667px;
    left: 40px;
    height: 1.33333px;
    background: #042458; }
  .bx_blueboxbom.scale {
    margin: 0 77.33333px 2px 53.33333px; }
  .bx_blueboxbom.scale::before, .bx_blueboxbom.scale::after {
    bottom: -2px; }
  .bx_blueboxbom.scale::before {
    left: -53.33333px;
    width: 53.33333px;
    background-image: url(../images/bx_bluesign4.png);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .bx_blueboxbom.scale::after {
    right: -77.33333px;
    width: 77.33333px;
    background-image: url(../images/bx_bluesign1.png);
    -webkit-transform: scale(-1);
    transform: scale(-1); }
  .bx_blueboxbom.scale .light::before, .bx_blueboxbom.scale .light::after {
    height: 0; }
  .bx_blueboxleft.scale {
    margin-left: 3.33333px; }
  .bx_blueboxleft.scale .light {
    top: 20px;
    bottom: 3.33333px; }
  .bx_blueboxright.scale {
    margin-right: 0; }
  .bx_blueboxright.scale .light {
    top: 40px;
    bottom: 20px; }
  .bx_subtitle {
    height: 29.33333px;
    padding-top: 20px; }
  .bx_subtitle .line {
    float: left;
    width: 4.66667px;
    height: 29.33333px;
    margin-right: 5.33333px;
    background: url(../images/bx_line.png) no-repeat center;
    background-size: 100%; }
  .bx_subtitle .subtitle {
    position: relative;
    display: inline-block;
    margin-top: 3.33333px;
    padding: 0 3.33333px 10px 0;
    overflow: hidden; }
  .bx_subtitle .subtitle::before, .bx_subtitle .subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px; }
  .bx_subtitle .subtitle::before {
    bottom: 6.66667px;
    background: -webkit-linear-gradient(left, rgba(0, 194, 255, 0), #0073ff);
    background: linear-gradient(to right, rgba(0, 194, 255, 0), #0073ff); }
  .bx_subtitle .subtitle::after {
    bottom: 0;
    width: 53.33333px;
    height: 2.66667px;
    background: #112247; }
  .bx_subtitle .arrow {
    float: left;
    width: 10px;
    height: 10px;
    margin: 2.66667px 3.33333px 0 0;
    background: url(../images/bx_arrow.png) no-repeat center;
    background-size: 100%; }
  .bx_subtitle label {
    float: left;
    display: inline-block;
    font-size: 10.66667px;
    color: #fff;
    text-shadow: 0 0 2.66667px #0075ff; }
  .bx_yearsum {
    height: 73.33333px;
    text-align: center;
    background: url(../images/bx_yearsumbg.png) no-repeat bottom center; }
  .bx_yearsum label {
    font-size: 33.33333px;
    line-height: 66.66667px;
    color: #00c2ff;
    text-shadow: 2px 2px 6.66667px rgba(0, 194, 255, 0.6); }
  .bx_yearsum em {
    padding-left: 10px;
    font-size: 10.66667px;
    font-style: normal;
    color: #82a5cc; }
  .bx_usernumber {
    margin-top: 20px;
    padding: 0 2.66667px;
    overflow: hidden; }
  .bx_usernumber .circle {
    float: left;
    width: 58.66667px;
    height: 54.66667px;
    text-align: center;
    background: url(../images/bx_headcircle.png) no-repeat center;
    background-size: 100%; }
  .bx_usernumber .circle i {
    padding-left: 3.33333px;
    font-size: 26.66667px;
    line-height: 54.66667px;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(top, #00c2ff 20%, #0075ff);
    -webkit-background-clip: text; }
  .bx_usernumber .info {
    float: left;
    padding-left: 3.33333px; }
  .bx_usernumber .bx_subtitle {
    padding-top: 0; }
  .bx_usernumber .bx_subtitle .subtitle {
    float: left;
    overflow: visible; }
  .bx_usernumber .bx_subtitle .subtitle::before {
    bottom: 0;
    width: 126.66667px;
    height: 8px;
    background: url(../images/bx_barimg.png) no-repeat center;
    background-size: 100%; }
  .bx_usernumber .bx_subtitle .subtitle::after {
    height: 0; }
  .bx_usernumber .bx_subtitle .number {
    float: right;
    padding-right: 16.66667px; }
  .bx_usernumber .bx_subtitle .number label {
    float: left;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 6.66667px rgba(0, 194, 255, 0.6); }
  .bx_usernumber .bx_subtitle .number em {
    float: left;
    padding: 13.33333px 0 0 10px;
    font-style: normal;
    color: #82a5cc; }
  .bx_loading {
    position: relative;
    width: 277.33333px;
    height: 23.33333px;
    margin: 1.33333px 0 0 -12.66667px;
    background: url(../images/bx_loadingwrap.png) no-repeat center;
    background-size: 100%; }
  .bx_loading::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 14px;
    width: 254px;
    height: 15.33333px;
    background: url(../images/bx_loadingbg.png) no-repeat;
    background-size: 100%; }
  .bx_loading .loading {
    position: absolute;
    top: 4px;
    left: 14px;
    z-index: 1;
    width: 254px;
    height: 15.33333px; }
  .bx_loading .loading .bar {
    height: 15.33333px;
    background: url(../images/bx_loading.png) no-repeat;
    background-size: auto 100%; }
  .bx_dynamic {
    margin-top: 10px;
    overflow: hidden; }
  .bx_dynamic .column {
    float: left;
    width: 50%; }
  .bx_dynamic .column .tit {
    font-size: 10.66667px;
    color: #fff; }
  .bx_dynamic .column .tit i {
    position: relative;
    top: -1.33333px;
    padding: 0 5.33333px 0 8px;
    font-size: 13.33333px; }
  .bx_dynamic .column dl {
    padding-left: 26.66667px; }
  .bx_dynamic .column dt {
    margin: 6.66667px 0; }
  .bx_dynamic .column dt label {
    font-size: 21.33333px; }
  .bx_dynamic .column dt em {
    padding-left: 6.66667px;
    font-style: normal; }
  .bx_dynamic .column dd {
    margin-top: 8px;
    line-height: 14.66667px;
    overflow: hidden; }
  .bx_dynamic .column dd label {
    float: left;
    color: #d5d7e8; }
  .bx_dynamic .column dd span {
    float: left;
    font-size: 12px;
    color: #39c86a; }
  .bx_dynamic .column .loadingbg {
    position: relative;
    float: left;
    width: 46.66667px;
    height: 10.66667px;
    margin: 1.33333px 4px 0 6.66667px;
    border: 0.66667px solid #072f72; }
  .bx_dynamic .column .loadingbg::before {
    content: "";
    position: absolute;
    top: 3.33333px;
    right: -0.66667px;
    left: -0.66667px;
    height: 4px;
    background: #0a1237; }
  .bx_dynamic .column .loading {
    position: absolute;
    top: 3.33333px;
    left: 2.66667px;
    width: 41.33333px;
    height: 4px;
    background: url(../images/bx_grayline.png) repeat-x;
    background-size: auto 4px; }
  .bx_dynamic .column .bar {
    position: absolute;
    display: inline-block;
    height: 4px;
    background: url(../images/bx_greenline.png) repeat-x;
    background-size: auto 4px; }
  .bx_dynamic .column dd em {
    float: left;
    font-style: normal;
    color: #82a5cc; }
  .bx_dynamic .column .org span {
    color: #ff900a; }
  .bx_dynamic .column .org .bar {
    background-image: url(../images/bx_orgline.png); }
  .bx_outericon {
    display: inline-block;
    width: 14.66667px;
    height: 14.66667px;
    font-size: 8px;
    line-height: 14.66667px;
    text-align: center;
    border-radius: 50%; }
  .bx_outericon.b0075ff {
    box-shadow: 0 0 6.66667px rgba(0, 117, 255, 0.5); }
  .bx_outericon.b00c2ff {
    box-shadow: 0 0 6.66667px rgba(0, 194, 255, 0.5); }
  .bx_materialwrap {
    position: absolute;
    left: 0;
    bottom: 6.66667px;
    width: 100%; }
  .bx_center .bx_subtitle {
    margin-left: 20px; }
  #map {
    margin-top: -46.66667px; }
  .bx_material {
    overflow: hidden; }
  .bx_material li {
    float: left;
    width: 14.28%;
    list-style: none;
    text-align: center; }
  .bx_material li span {
    display: block;
    font-size: 16px;
    color: #fff; }
  .bx_material li label {
    display: block;
    padding-top: 3.33333px;
    color: #82a5cc; }
  .bx_material li .icon {
    display: inline-block;
    width: 29.33333px;
    height: 32px;
    margin: 10px 0 3.33333px;
    background: url(../images/bx_diamondimg.png) no-repeat center;
    background-size: 100%; }
  .bx_material li .icon i {
    font-size: 13.33333px;
    line-height: 32px;
    color: #82a5cc; }
  .bx_todaydata {
    padding-left: 20px;
    overflow: hidden; }
  .bx_todaydata li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 53.33333px;
    padding-left: 73.33333px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .bx_todaydata li .icon {
    position: absolute;
    top: 0;
    left: 10px;
    width: 53.33333px;
    height: 53.33333px; }
  .bx_todaydata li .circle {
    height: 53.33333px;
    background: url(../images/bx_circleimg.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: circlemove 4s linear infinite;
    animation: circlemove 4s linear infinite; }
  .bx_todaydata li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53.33333px;
    font-size: 20px;
    line-height: 53.33333px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(top, #00c2ff, #0075ff);
    -webkit-background-clip: text; }
  .bx_todaydata li i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13.33333px;
    height: 13.33333px;
    margin: -6.66667px 0 0 -6.66667px;
    background: rgba(0, 194, 255, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 13.33333px #00c2ff; }
  .bx_todaydata li span {
    display: block;
    font-size: 26.66667px;
    text-shadow: 2px 2px 6.66667px rgba(0, 194, 255, 0.6); }
  .bx_todaydata li label {
    display: block;
    padding-top: 3.33333px;
    font-size: 10.66667px;
    color: #82a5cc; }
  .bx_table {
    width: 866.66667px;
    height: 162.66667px;
    margin: 5.33333px -8.66667px 0 0; }
  .bx_table table {
    table-layout: fixed; }
  .bx_table th, .bx_table td {
    padding: 0 6.66667px;
    text-align: center; }
  .bx_table th {
    height: 29.33333px;
    font-weight: normal;
    color: #82a5cc;
    background: #0a1237; }
  .bx_table td {
    height: 26.66667px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .bx_table td label {
    display: inline-block;
    width: 14.66667px;
    height: 14.66667px;
    font-size: 8px;
    line-height: 14.66667px;
    color: #fff;
    text-align: center;
    border-radius: 50%; }
  .bx_table td label.out {
    background: #0075ff;
    box-shadow: 0 0 5.33333px rgba(0, 117, 255, 0.6); }
  .bx_table td label.in {
    background: #00c2ff;
    box-shadow: 0 0 5.33333px rgba(0, 194, 255, 0.6); }
  .bx_table tbody tr:nth-child(2n+1) td {
    background: #0e1b45; }
  @-webkit-keyframes circlemove {
    0% {
      -webkit-transform: rotate(0); }
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes circlemove {
    0% {
      transform: rotate(0); }
    100% {
      transform: rotate(360deg); } } }
