/* var */
:root {
  --des-color: #cfcfd4;
  --common-bg: #2d3e50;
  --btn-bg: #34707b;
  --blue-color: #6dbaf1;
  --flex-width: 429px;
  /* --til-bg:#203141; */
}

/*base start*/
* {
  padding: 0px;
  margin: 0px;
}

*,
::after,
::before {
  box-sizing: border-box;
}
@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot?t=1618968976066"); /* IE9 */
  src: url("iconfont.eot?t=1618968976066#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPsAAsAAAAACAwAAAOfAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqDbIMzATYCJAMMCwgABCAFhG0HPxsCB8iuMSYy1L2IALq6Q0/KG13wuuybkx/glBcP/O9Xu0/mj+luW8yTy+liejq0ibg1SiBa9k4TDc3ndfsM57rmVIXjBwh4COdVsa2vo/pUnzuazP/NwgTGxF6i4dgYeCBxcdmedyBr66c70Ht+7fSmuCoBAuwb5co6W1tXA0RshAwZd/9zzHRRgvlta6CpVVN082hvtOl4QAOKzAuiO6AD4luG17oUDno/ATXjJGPW1zZ3Aw8ZGRYQzmCBBR4ZrdxQGFQERcXcLFxXUokX4gvXgt8PP82tQlRKyNgNx2ocoPzLv8A0/O/Y4yGIpzNDXkTCHEAm7Ku07uAcRedwVjNVLs2ZhSyIUwX+/ycQWZpio/94kVAg+Q0wA5TxosScRuALIQS1619EgRoeAt4DdlCSFR2fVmuMIZqTT79K80NevlQBPQh/80aLBXl+eLkBmBfUkzf8OXJ4+eZd7umT7dFbt287ZHjgzA0hwkLd3XVqR+iRVwTvDQt9b9eJHSGHX6ZbbtjOveF9NaE9Id3bAzPtenfuO3UitGfH7pDt+tCdYcy9e+t2AMPtva1QJ3h92/zv7jK/x3nL8vI4P6jfyWRS41cx4HwWpXyvdhWTpGz9oKp+La78ELx7XM/Znrf28qPv58YIfaHPMGBr4mRHg3zBc577S7tsCNcvi9m8PEas11KXef6bPcOa9091bEm8Ayqb7cz+eqEv6ndGvYidGie7p+sjvSb1dU33Z9pdm1Z7vatVXyOvvIq+5SObVy8zSbbzw+OMgmQ6eiZAS1+UYMS5L0lfWGBuSwfjSCS9jAvst6PwS//GrxTH/Jd/pZ7Bh/LoJtBm3TWVG7YFfqC4Y0W2pESXsiHiIseXHPKTzBEQKEb/sbPn3XDNSOd8goqRBKKyMUgqpiAzdg6U1M2HQsUqqJmtbnFdH+Es5CpmWYEg6LgEUcszSDoeITP2LZSM+gKFTglqtoX+mnXTOum1jiCWIgecmIGY0zWeGahXWNiJBFthSVoaEHsRsXAAZqSm5xN1SENkignWpJBJKQ95oquwFh2GFEWHBtElxNFUkVKjMC2Nr/qiVE5XgZd1CIRFIQ7QhBkQxtFpeK8x5VX4+U6IwKZgkYayJncvhLDg1qEMqdI7IOtUWqeyW3nEMkmQiaJ4EI/QqaBaZEYUGtVBRnUvCcKhUokDwoZCabga31WVurxGfb9NUEPGpxBDCln9LGY1S8Qq7ca6n8Max2oCAAA=")
    format("woff2"),
    url("iconfont.woff?t=1618968976066") format("woff"),
    url("iconfont.ttf?t=1618968976066") format("truetype"),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("iconfont.svg?t=1618968976066#iconfont") format("svg"); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xianshimima:before {
  content: "\e611";
}

.icon-yincang:before {
  content: "\e620";
}
html {
  line-height: 1.15;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
    sans-serif;
  background-color: #203141;
  padding: 0;
  margin: 0;
}

body {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  min-height: 300px;
}

ul,
li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

input,
select {
  cursor: pointer;
}
[disabled] {
  cursor: no-drop;
  color: #080c10;
  background-color: #677380;
}

.common-btn {
  background-color: var(--btn-bg);
  border: 1px solid #929393;
  outline: none;
  color: #fff;
  display: block;
  width: 240px;
  text-align: center;
  padding: 7px;
  margin: 20px 0px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
}

.common-btn:active {
  opacity: 0.8;
  transition: 0s;
}

.input {
  font-size: 15px;
  outline: none;
  width: 240px;
  height: 30px;
  padding: 0px 3px;
  border: 1px solid #929393;
  border-radius: 3px;
}
/* error */
.error {
  /* border: 1px solid red !important; */
  box-shadow: 0px 0px 0px 2px red inset;
}
/*普通弹框组件样式*/
.model_tip {
  position: fixed;
  top: 5%;
  left: 40%;
  transform: translateX(-50%);
  color: #fff;
  min-width: 200px;
  max-width: 50%;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  border-radius: 4px;
  z-index: 999;
  padding: 8px 16px;
  font-size: 17px;
  animation-name: op;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes op {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}
/* loading css  */
#loading-template {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.loading-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#loading-txt {
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
}
.loading div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

.loading > div:nth-child(0) {
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loading > div:nth-child(1) {
  animation: scale 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loading > div:nth-child(2) {
  animation: scale 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loading > div:nth-child(3) {
  animation: scale 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }
}
/* loading css  end*/

/*base end*/

/* body start */
.wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

/* body edn */

/* Sidebar  start */
#sidebar {
  padding-top: 15px;
  width: 240px;
  background-color: var(--common-bg);
  position: sticky;
  top: 0;
  height: 100vh;
}

.sidebar-a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #d5d5d5;
  padding: 10px 10px 10px 20px;
  cursor: pointer;
}
.sidebar-a[active]{
  color: #fdcc8b;
}
#sidebar-version {
  padding: 30px 10px 10px 20px;
  font-size: 18px;
  color: var(--blue-color);
}
.new-version-sidebar{
  position: relative;
}
.new-version-sidebar::after{
  content: '';
  position: absolute;
  top: 15px;
  left: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: red;
}
/* Sidebar  end */

/* content start */
.content {
  flex: 1;
  /* height: 100vh; */
  padding: 20px 15px 20px 15px;
  overflow-y: auto;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.content::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.content-box {
  border: 1px solid transparent;
  background-color: var(--common-bg);
  width: 100%;
  border-radius: 5px;
}

.input-box-til {
  background-color: #203141;
  width: 600px;
  margin: 30px auto 20px;
  font-size: 16px;
  color: var(--blue-color);
  text-align: center;
  padding: 8px 0px;
  border-radius: 2px;
}

.page-til {
  color: #fdcc8b;
  font-size: 20px;
  text-align: center;
  padding-bottom: 25px;
}

/* content start */

/* input  */
label {
  cursor: pointer;
}

.input-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.input-box .input-des {
  width: 360px;
  color: var(--des-color);
  padding-right: 10px;
  padding-left: 100px;
}

.input-box .input-item {
  flex: 1;
  color: var(--des-color);
  display: flex;
  align-items: center;
}

.input-box .input-item input,
.input-box .input-item select {
  font-size: 15px;
  outline: none;
  width: 240px;
  height: 30px;
  padding: 0px 3px;
  border: 1px solid #929393;
  border-radius: 3px;
}

/* radio reset style */

.radio-type {
  position: absolute;
  opacity: 0;
}

.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio-type:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio-type:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}

.radio-type:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio-type + .radio-label:empty:before {
  margin-right: 0;
}

/* input  end*/
.btn-box {
  padding: 20px 0px 100px 360px;
}

/* 对话框 */
#modal .modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 3;
}
#modal .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#modal .modal-body .txt-box {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: red;
}
#modal .modal-body .modal-btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #cacaca;
  cursor: pointer;
  user-select: none;
}
