/* -----------------------------公共部分--------------------------- */
body {
  background-color: #000;
}
@font-face {
  font-family: 'Verdana';
  src: url(../images/verdana_bbb984ec97f57451b7b1.ttf);
}
@font-face {
  font-family: 'Verdanab';
  src: url(../images/verdanab_f215519fd114ce78214a.ttf);
}
@font-face {
  font-family: 'Arial';
  src: url(../images/arial_5afb1f7c7464ace62524.ttf);
}
@font-face {
  font-family: 'arial';
  src: url(../images/arial_5afb1f7c7464ace62524.ttf);
}
.testDom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.bgMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 900px;
  overflow: hidden;
}
.main .legendGroup-m {
  display: none;
}
.uiContainer {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -650px;
  color: #fff;
  overflow: hidden;
  user-select: none;
  line-height: 80px;
  width: 520px;
}
.uiContainer .title {
  margin-top: 110px;
  font-size: 62px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 550;
}
.uiContainer .intro {
  margin-top: 30px;
  width: 520px;
  font-size: 16px;
  line-height: 30px;
}
.uiContainer .countryList {
  /* position: absolute; */
  margin-top: 65px;
  color: #fff;
  /*  top: 30%;
        left: 50%;
        margin-left: -650px; */
}
.uiContainer .countryList .country {
  display: table;
  font-size: 24px;
  line-height: 38px;
  overflow: hidden;
  cursor: pointer;
}
.uiContainer .countryList .country::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 5px;
}
.uiContainer .countryList .country:hover {
  color: #40ffbf;
}
.uiContainer .countryList .country:hover::before {
  background-color: #40ffbf;
}
.uiContainer .legendGroup {
  margin-top: 50px;
  color: #fff;
  bottom: 70px;
  user-select: none;
  line-height: 40px;
}
.uiContainer .legendGroup .legend {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 0 50%;
  padding-left: 40px;
}
.uiContainer .legendGroup .legend1 {
  background-image: url(../images/icon_1_53de8bf2b3643e021128.png);
}
.uiContainer .legendGroup .legend2 {
  background-image: url(../images/icon_2_16f3c72f7ecb162a410a.png);
}
.tip {
  position: absolute;
  overflow: hidden;
  width: 721px;
  height: 435px;
  top: 48%;
  left: 67%;
  margin-left: -690px;
  margin-top: -56px;
  background-image: url(../images/tipBg_b658f17e6338f5e54daf.png);
  background-repeat: no-repeat;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
}
.tip .tipContent {
  margin-top: 110px;
  margin-left: 60px;
  width: 490px;
  font-size: 16px;
  color: #fff;
  pointer-events: auto;
}
.tip .tipContent .title {
  font-size: 20px;
  color: #00ffb7;
  width: 100%;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tip .tipContent .intro {
  margin-top: 30px;
  width: 100%;
  height: 120px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tip .tipContent .date {
  margin-top: 6px;
}
.tip .tipContent .btn {
  display: block;
  width: 108px;
  background-image: url(../images/arrow_4778035185d1ae5aa948.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 100% 50%;
  margin-top: 10px;
}
.tip .tipContent .btn:hover {
  color: #40ffbf;
}
.tipShow {
  visibility: visible;
  opacity: 1;
}
.tipHide {
  visibility: hidden;
  opacity: 0;
}
.threeApp {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.stats {
  display: none;
}
.loadingHide {
  visibility: hidden;
  opacity: 0;
}
.sk-cube-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #69f2fb;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.detailsMoreBtn {
  display: none;
}
a {
  color: #fff;
}
/* 移动端 */
@media screen and (max-width: 800px) {
  .main {
    /*  min-height: 800px; */
    padding-top: 70px;
  }
  .uiContainer {
    position: absolute;
    top: 0;
    left: 23px;
    color: #fff;
    width: calc(100% - 46px);
    margin-left: 0;
    overflow: unset;
  }
  .uiContainer .intro {
    margin-top: 0;
    width: 100%;
    font-size: 12px;
    font-family: "Arial";
    line-height: 24px;
  }
  .uiContainer .title {
    font-size: 24px;
    /*  font-family: "Arial"; */
    color: #ffffff;
    font-weight: bold;
    line-height: 48px;
    margin-top: 45px;
  }
  .select-dropList {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .uiContainer .countryList {
    position: relative;
    margin-top: 15px;
  }
  .tip {
    right: 188px;
    top: 450px;
    left: auto;
    margin-left: 0;
    margin-right: -696px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 251px;
    height: 255px;
    background-image: url(../images/tipBg-mob_6e4cad99001723a346e6.png);
    background-size: contain;
  }
  .tip .tipContent {
    width: 205px;
    height: 278px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .tip .tipContent .title {
    font-size: 15px;
    font-family: "Arial";
    color: #00ffb7;
    font-weight: bold;
    line-height: 25px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: unset;
    -webkit-box-orient: vertical;
  }
  .tip .tipContent .intro {
    font-size: 12px;
    font-family: "Arial";
    color: #ffffff;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin-top: 0;
    height: 40px;
  }
  .tip .tipContent .date {
    margin-top: 20px;
    font-size: 12px;
    font-family: "Arial";
    color: #ffffff;
    display: inline-block;
  }
  .iconIro {
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: #fff;
    border: none;
  }
  .radio_btn {
    background: url(../images/arrow-black_aee55f07c0e981a9ddf5.svg) no-repeat center center;
    background-size: 80% 80%;
    width: 18px;
    height: 18px;
  }
  .detailsMoreBtn {
    display: inline-block;
    vertical-align: middle;
  }
  .tip .tipContent .btn {
    display: none;
  }
  .legendGroup {
    display: none;
  }
  .legendGroup-m {
    position: absolute;
    margin-left: 20px;
    color: #fff;
    top: 780px;
    user-select: none;
    line-height: 40px;
  }
  .legendGroup-m .legend {
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0 50%;
    padding-left: 40px;
  }
  .legendGroup-m .legend1 {
    background-image: url(../images/icon_1_53de8bf2b3643e021128.png);
  }
  .legendGroup-m .legend2 {
    background-image: url(../images/icon_2_16f3c72f7ecb162a410a.png);
  }
}
@media screen and (min-width: 801px) {
  .countryList {
    display: none;
  }
  .legendGroup-m {
    display: none;
  }
}

.select-title {
  padding-left: 10px;
  width: calc(100%-10px);
  line-height: 30px;
  color: #fff;
  border-bottom: solid 1px #5B5B5B;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  width: 200px;
  height: 30px;
  font-size: 12px;
  font-family: "Arial";
  color: #ffffff;
}
.select-title::after {
  content: "";
  display: block;
  float: right;
  /* width: 20px; */
  width: 15px;
  margin-right: 10px;
  height: 100%;
  /* background-color: aqua; */
  background-image: url(../images/icon_7daa593e695364fbca30.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.select-title-open::after {
  transform: scaleY(-1);
}
.select-dropList {
  position: absolute;
  top: 34px;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 250px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: all 0.3s ease 0s;
  width: 212px;
  height: 100px;
}
.select-dropList::-webkit-scrollbar {
  width: 3px;
  /* background-color: #666; */
}
.select-dropList::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.select-dropList-close {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
}
.select-dropList-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.select-listItem {
  margin-left: 20px;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.select-listItem:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .select-listItem {
    font-size: 12px;
  }
}

