body,
html {
  height: 100%;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI,
    PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

body {
  background-color: #f5f5f9;
  font-size: 14px;
  line-height: 1.8;
}

#load,
#load_sport {
  height: 100%;
  position: fixed;
  width: 100%;
  background-size: cover;
  text-align: center;
  z-index: 10000;
  background: #fff;
}

#load_sport {
  background: #151313;
}

#load > div,
#load_sport > div {
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#floatPanel .ctrolPanel {
  width: 36px;
  height: 30px;
  background: #fff left top;
  border: solid 1px #ddd;
  position: fixed;
  right: 25px;
  top: 300px;
  overflow: hidden;
  z-index: 10000;
  _position: absolute;
}

#floatPanel .ctrolPanel a {
  width: 34px;
  font-size: 12px;
  color: #ff6600;
  letter-spacing: 1px;
  text-align: center;
  overflow: hidden;
}

#floatPanel .ctrolPanel .arrow {
  height: 29px;
  line-height: 28px;
  display: block;
  margin: 1px auto;
}

#floatPanel .ctrolPanel .arrow span {
  display: none;
}

#floatPanel .ctrolPanel .arrow:hover {
  background: #f4f4f4;
}

#floatPanel .ctrolPanel .arrow:hover span {
  display: block;
}

#file_progress {
  width: 100%;
  background-color: grey;
}

#progress_bar {
  width: 1%;
  height: 0.3em;
  background-color: green;
}

.loader {
  width: 100%;
  text-align: center;
}

.loader_btn {
  width: 100%;
  text-align: center;
  margin-top: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader_a {
  width: 29.33vw;
  height: 12vw;
  line-height: 12vw;
  display: inline-block;
  font-size: 4.53vw;
  color: #333;
  text-decoration: none;
  border: 2px solid rgba(51, 51, 51, 1);
  border-radius: 13.33vw;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader_a_img {
  width: 30px;
  height: auto;
}
.img_animation {
  -webkit-animation: myRotate 1s linear infinite;
  animation: myRotate 1s linear infinite;
}
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.loader_btn_live {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.loader_a_live {
  width: 32px;
  height: 32px;
  line-height: 12vw;
  font-size: 4.53vw;
  color: #333;
  text-decoration: none;
  border-radius: 13.33vw;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 95, 123, 0.1);
}

.loader_a_live img {
  width: 14px;
  height: 16px;
}

.loading-image_live img {
  width: 190px;
  height: 160px;
}

.loading-image_sport img {
  width: 50px;
  height: 50px;
}

.loader_btn_sport {
  width: 119px;
  height: 44px;
  line-height: 12vw;
  font-size: 4.53vw;
  color: #333;
  text-decoration: none;
  border-radius: 24px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 214, 10, 1);
}

.dot {
  width: 8px;
  height: 8px;
  background: #0c83cc;
  border-radius: 100%;
  display: inline-block;
  margin-right: 15px;
  animation: slide 1s infinite;
}

.dot:nth-child(1) {
  animation-delay: 0.3s;
  margin-left: 22px;
}

.dot:nth-child(2) {
  animation-delay: 0.6s;
}

@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

/*****************ErrorDiv******************/
#errorDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  display: none;
  max-height: 100%;
  border: 3px solid #afe5ff;
  background-color: #2b63a7;
  color: #fff;
}

#errorDiv > p {
  padding-left: 7px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 0;
}

#errorDiv > #msg {
  font-size: 10px;
  padding: 10px;
  margin: 5px;
  box-sizing: border-box;
  border: 2px solid #9a9a9a;
  overflow-y: scroll;
}

#errorDiv > .footer {
  text-align: center;
  margin-bottom: 5px;
}

#errorDiv .footer > a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 15px;
  text-decoration: none;
  font-weight: 700;
}

/********************swLoading**************/
#swLoading {
  position: absolute;
  top: 0;
  height: 0.3em;
  display: none;
  width: 100%;
  z-index: 10000;
}

#swLoading > #loadFilePath {
  display: block;
  text-align: left;
  color: #e6e6e6;
  font-size: 5px;
  height: 0;
  transform: scale(0.6);
  transform-origin: left;
}

#timeout-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  display: none;
}

#timeout-wrapper .timeout-image {
  width: 160px;
  height: 130px;
  margin: 0 auto;
}

#timeout-wrapper .timeout-image img {
  width: 100%;
  height: auto;
}

#timeout-wrapper .prompt {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}

#timeout-wrapper .retry-tips {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 25px 0;
  opacity: 1;
}

#timeout-wrapper .retryButton {
  display: block;
  width: 90%;
  height: 42px;
  line-height: 42px;
  background: #3c99ff;
  opacity: 1;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

#load_intver_win913 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  text-align: center;
  z-index: 10000;
  background: #111C37;
}


#load_intver_win913 .loading-percent {
  color: #0FC8A3;
  font-size: 14px;
}

#load_intver_win913 .loading-bar {
  display: flex;
  width: 175px;
  height: 13px;
  color: #171D34;
  border: 2px solid #606474;
  border-radius: 80px;
  margin: 16px;
}

#load_intver_win913 .loading-bar-fill-width {
  width: 10px;
  background-color: #0FC8A3;
  border-radius: 80px;
}

#load_intver_win913 .loading-text {
  color: #96A6B5;
  font-size: 14px;
}

#load_intver_win913 .loader_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

#load_intver_win913 .loader_a {
  width: 119px;
  height: 44px;
  line-height: 12vw;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 24px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0FC8A3;
}

#load_sorte51 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  text-align: center;
  z-index: 10000;
  background: #FFFFFF;
}

#load_sorte51 > div {
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#load_sorte51 .loader {
 display:flex;
 flex-direction: column;
 align-items: center;
}

#load_sorte51 .logo {
  position: absolute;
  top: 56px;
}

#load_sorte51 .logo img {
  width: 280px;
  height: 70px;
}

#load_sorte51 .loading-image .loading-iframe {
  width: 89px;
  height: 88px;
}

#load_sorte51 .loading-percent {
  color: #1CA9E0;
  font-size: 14px;
}

#load_sorte51 .loading-bar {
  display: flex;
  width: 175px;
  height: 7px;
  color: #171D34;
  background-color: #EAEAEA;
  border-radius: 80px;
  margin: 16px;
}

#load_sorte51 .loading-bar-fill-width {
  width: 10px;
  background-color: #1CA9E0;
  border-radius: 80px;
}

#load_sorte51 .loading-text {
  color: #999999;
  font-size: 14px;
}

#load_sorte51 .loader_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

#load_sorte51 .loader_btn .loader_a {
  width: 119px;
  height: 44px;
  line-height: 12vw;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 24px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1CA9E0;
  border: unset;
}