body {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.ts_img_view {
  width: 100%;
  height: auto;
  max-width: 100vw;
  vertical-align: middle;
}
.round {
  display: none !important;
}
#rotateimage {
  width: 100vw;
  height: auto;
}
.main {
  width: 100vw;
  height: 100vh;
  margin: 0px;
}
.loading_bg {
  width: 80vw;
  margin-left: 10vw;
  margin-top: 100px;
  display: block;
}

#loading_background {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.loading_logo {
  width: 50vh;
  height: 35vh;
  position: absolute;
  top: 25vh;
  left: calc(50vw - 25.5vh);
}

.loading_logo img {
  width: 90%;
  margin-left: 5%;
  margin-top: 5%;
}

.logo {
  position: absolute;
  width: 150px;
  top: 30px;
  left: 25px;
}

.logo img{
  width: 100%;
}

.switch {
  position: absolute;
  width: 50px;
  bottom: 50px;
  left: calc(50vw - 25px);
  cursor: pointer;
  z-index: 999999;
}

.switch img{
  width: 100%;
}

.brand {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 60px;
  line-height: 60px;
  display: flex;
}

.brand-title {
  height: 60px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 10px;
}

.brand img {
  height: 100%;
}

@media only screen and (max-width: 641px) {
  .brand {
    height: 30px;;
  }
  .brand-title {
    height: 30px;
    line-height: 30px;
    font-size: 0.5rem;
  }
  .logo {
    width: 80px;
  }
  #switch {
    width: 44px;
    bottom: 70px;
  }
  .loading_logo img {
    width: 80%;
    margin-left: 10%;
    margin-top: 15%;
  }
}

div.meter {
  left: 25%;
  width: 50%;
  top: 50%;
  position: absolute;
  height: 20px;
  border: 1px solid #b0b0b0;
  -webkit-box-shadow: inset 0 3px 5px 0 #d3d0d0;
  -moz-box-shadow: inset 0 3px 5px 0 #d3d0d0;
  box-shadow: inset 0 3px 5px 0 #d3d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
div.meter span {
  display: block;
  height: 100%;
  animation: grower 2s linear;
  -moz-animation: grower 2s linear;
  -webkit-animation: grower 2s linear;
  -o-animation: grower 2s linear;
  position: relative;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
  background: #0a0a0a;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px 45px;
  -o-background-size: 45px 45px;
  background-size: 45px 45px;
}
div.meter span:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: relative;
  top: 50%;
  background: rgba(0, 0, 0, 0.03);
}
div.meter p {
  position: absolute;
  top: 0;
  margin: 0 10px;
  line-height: 25px;
  font-family: 'Helvetica';
  font-weight: bold;
  -webkit-font-smoothing: antialised;
  font-size: 15px;
  color: #333;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

@keyframes grower {
  0% {
    width: 0%;
  }
}

@-moz-keyframes grower {
  0% {
    width: 0%;
  }
}

@-webkit-keyframes grower {
  0% {
    width: 0%;
  }
}

@-o-keyframes grower {
  0% {
    width: 0%;
  }
}