body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.loading-page text {
  text-anchor: middle;
  font-size: 60px;
  opacity: 0;
}

@keyframes breath-481ac855-6e85-45a5-8371-62ce4041f8c9 {
  0% {
    animation-timing-function: cubic-bezier(0.9647,0.2413,-0.0705,0.7911);
    transform: scale(0.9099999999999999);
  }

  51% {
    animation-timing-function: cubic-bezier(0.9226,0.2631,-0.0308,0.7628);
    transform: scale(1.02994);
  }

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

.loading-page svg {
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.route .select-itme {
  text-align: left;
  background-color: #ffe6e6;
  line-height: 34px;
  color: black;
  border-radius: 3px;
  margin: 10px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  height: auto;
  padding: 5px 15px;
  position: relative;
  box-shadow: 1px 1px 3px #ccc;
}

.route .expire {
  height: 34px;
  font-size: 14px;
}

.route .title {
  background-color: darkcyan;
  line-height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: space-between;
}

.route .bottom-info {
  position: fixed;
  bottom: 0;
  background-color: mistyrose;
  width: 98%;
  line-height: 30px;
  padding: 0 1%;
  color: #333;
  height: 60px;
}

.route .bottom-info a {
  margin-left: 10px;
  display: inline-block;
}

.route .sdk-box {
  display: flex;
  height: 40px;
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  border-top: 1px solid #ccc;
}

.route .sdk-box input {
  border: navajowhite;
  padding: 0 10px;
  width: calc(100% - 100px);
}

.route .sdk-box .button {
  background-color: #009fe9;
  color: white;
  line-height: 40px;
  width: 80px;
  text-align: center;
}

.route .route-box {
  height: calc(100% - 40px);
  overflow: auto;
}

.route .layui-btn-normal {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: white;
  box-shadow: none;
  border: none;
  line-height: 40px;
  font-size: 16px;
  margin: 0 20px;
}

.route label.owo {
  position: absolute;
  width: 110px;
  top: 10px;
  right: 10px;
  font-size: 16px;
}

.route .add-select-item {
  width: calc(100% - 20px);
  background-color: #009fe9;
  line-height: 40px;
  color: white;
  border-radius: 5px;
  margin: 10px auto;
  cursor: pointer;
  display: block;
  height: auto;
  padding: 0;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 4px #ccc;
  font-size: 16px;
}

.route .marquee {
  font-size: 14px;
}

.route .iframe-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 100%;
  background-color: white;
  transition: top 0.5s ease;
}

.route #showWebSite {
  border: none;
  width: 100%;
  height: calc(100% - 40px);
}

.route .freeze {
  display: none;
}

.route .freeze img {
  max-width: 60%;
  display: block;
  margin: 20px auto;
}

.route .freeze p {
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  color: #666;
}

.route .expired-img {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.route .right-bar {
  display: flex;
}

.route .right-bar img {
  display: block;
  height: 20px;
  margin: 0 auto;
}

.route .right-bar span {
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  background-color: #009fe9;
  padding: 5px 5px;
  margin-left: 5px;
  border-radius: 5px;
}
.home .box {
  padding: 10px;
  word-break: break-all;
}

.home .conn-box {
  height: 100%;
  overflow: auto;
  font-size: 18px;
  line-height: 1.7;
}

.home .conn-box .data-box {
  height: calc(100% - 50px);
  overflow: auto;
}

.home .button {
  margin: 0 10px;
  background-color: #009fe9;
  color: white;
  padding: 1px 10px;
  border-radius: 5px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  cursor: pointer;
  margin-top: 5px;
}

.home .right button {
  background-color: #009fe9;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 5px;
}

.home .title {
  line-height: 40px;
  background-color: gainsboro;
  padding: 0 10px;
  margin: 10px 0;
  width: calc(100% - 20px);
}

.home .server-info {
  position: absolute;
  right: 10px;
  bottom: 0;
  line-height: 35px;
  color: red;
}

.home .conn-title {
  line-height: 40px;
  padding: 0 10px;
  background-color: darkcyan;
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home .data-box {
  padding: 5px;
}

.home select.form-control {
  display: none !important;
}

.home #userData h3 {
  display: none;
}

