.themeColor {
  color: #D7252A !important;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-select: none;
}
body,
html {
  background: #F5F7F7;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  padding-bottom: 0;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
em {
  font-style: normal;
}
img {
  max-width: 100%;
  border: 0;
  object-fit: cover;
}
input,
button,
textarea {
  outline: none;
  border: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-user-select: text !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #CFD5DC !important;
}
button {
  cursor: pointer;
  line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.wid1440 {
  width: 1440px;
  margin: 0 auto;
}
.bold {
  font-weight: bold;
}
.white-bg {
  background: #FFFFFF !important;
}
.gray-bg {
  background-color: #F5F5F5 !important;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-1 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis-6 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.position-relative {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  padding: 0 20px;
  z-index: 9;
}
.header .between {
  height: 60px;
}
.header .left .logo {
  width: 68px;
  height: 23px;
  background: url("../img/logo.png") no-repeat center center;
  background-size: 68px auto;
}
.header .left span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 20px;
}
.header .right .btn {
  width: 60px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #999999;
  margin-left: 20px;
  cursor: pointer;
}
.header .right .btn span {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #999999;
}
.header .right .btn.on {
  border-color: #D7252A;
}
.header .right .btn.on span {
  color: #D7252A;
}
.container {
  padding: 80px 20px 20px 20px;
  width: 33.33%;
  float: left;
  position: relative;
  height: 100vh;
}
.white-box {
  background: #FFFFFF;
  margin-bottom: 5px;
  padding: 15px;
}
.white-box:last-child {
  margin-bottom: 0;
}
.content {
  width: 100%;
}
.title {
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #D7252A 0%, #EF575B 100%);
  border-radius: 6px 6px 6px 6px;
}
.title span {
  font-weight: bold;
  font-size: 20px;
  color: #040000;
}
.scan-btn {
  width: 100%;
  height: 50px;
  background: #4F8CEE;
  border-radius: 25px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #FCFCFC;
  letter-spacing: 2px;
}
.connect-btn {
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, #D7252A 0%, #EF575B 100%);
  border-radius: 60px 60px 60px 60px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #FCFCFC;
  letter-spacing: 2px;
}
.footer-btn {
  display: block;
  width: auto;
  margin: 0 auto!important;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;

}
.device-list {
  margin-top: 20px;
}
.device-list.height{
  height:57vh;
  overflow-y: auto;
}
.device-list .item {
  padding: 0 30px 0 46px;
  height: 100px;
  background: #F4F3F5;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.device-list .item::after{
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: url("../img/select.png") no-repeat;
  background-size: 100% 100%;
}
.device-list .item.on {
  background: url(../img/bg.png) no-repeat #F4F3F5;
  background-size: 100% 100%;
}
.device-list .item.on::after{
  background: url("../img/select_ed.png") no-repeat;
  background-size: 100% 100%;
}
.device-list .item img {
  width: 80px;
  height: 80px;
}
.device-list .item .name {
  font-size: 20px;
  color: #202020;
  margin-left: 10px;
  max-width:110px;
}
.device-list .item .icon {
  width: 25px;
  height: 30px;
  background: url(../img/icon.png) no-repeat;
  background-size: 100% 100%;
}
.device-list .item .size {
  font-size: 18px;
  color: #888888;
  margin-left: 10px;
  max-width:80px;
}
.device-list .item:last-child {
  margin-bottom: 0;
}
.now-device {
  margin-top: 20px;
  padding: 0 10px 0 10px;
  height: 100px;
  background: #F4F3F5;
  border-radius: 10px;
  margin-bottom: 10px;
}
.now-device img {
  width: 80px;
  height:80px;
}
.now-device .text {
  padding-left: 10px;
}
.now-device .name {
  font-size: 20px;
  color: #202020;
}
.now-device .mt6 {
  margin-top: 6px;
}
.now-device .icon {
  width: 20px;
  height: 24px;
  background: url(../img/icon.png) no-repeat;
  background-size: 100% 100%;
}
.now-device .size {
  font-size: 16px;
  color: #888888;
  margin-left: 8px;
}
.now-device .right-name {
  font-size: 16px;
  color: #202020;
  max-width:150px;
}
.choose-select {
  width: 100%;
  height: 50px;
  background: #F4F3F5;
  border-radius: 10px;
}
.choose-select .el-input__inner {
  background: none;
  border: none;
  height: 50px;
  font-size: 18px;
  color: #999999;
}
.choose-select .el-select__caret {
  background: url(../img/arrow.png) center center no-repeat;
  background-size: 18px 11px;
  transform: rotateZ(0) !important;
}
.choose-select .el-select__caret.is-reverse {
  transform: rotateZ(180deg) !important;
}
.choose-select .el-select__caret::after,
.choose-select .el-select__caret::before {
  display: none;
}
.choose-select .el-input__suffix {
  right: 20px;
}
.info {
  width: 728px;
  display: block;
  margin: 0 auto 18px;
  font-size: 20px;
  color: #040000;
}
.device-info {
  margin-top: 20px;
  padding: 15px;
  background: #F4F3F5;
  border-radius: 10px;
  height: 42vh;
  overflow-y: auto;
}
.device-info .info-box {
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
.device-info .info-box .item {
  margin-bottom: 10px;
}
.device-info .info-box .item:last-child {
  margin-bottom: 0;
}
.device-info .info-box .item .label {
  flex: 0 0 100px;
  width: 100px;
  font-size: 14px;
  color: #777777;
}
.device-info .info-box .item .value {
  flex: 1;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.device-info .tip {
  padding: 15px 15px 0;
  font-size: 16px;
  color: #212020;
  line-height: 30px;
}
.progress {
  margin-top: 20px;
  width: 100%;
  height: 80px;
  background: url(../img/bg.png) no-repeat #F4F3F5;
  background-size: 100% 100%;
  padding: 0 30px;
  border-radius: 10px;
  overflow: hidden;
}
.progress .type {
  font-size: 30px;
  color: #202020;
  margin-right: 22px;
}
.progress .el-progress {
  flex: 1;
}
.progress .el-progress .el-progress-bar {
  padding-right: 76px;
  margin-right: -76px;
}
.progress .el-progress .el-progress-bar__outer {
  background: #FFFFFF !important;
}
.progress .el-progress .el-progress-bar__inner {
  background: linear-gradient(180deg, #D7252A 0%, #EF575B 100%);
}
.progress .el-progress .el-progress__text {
  font-size: 22px!important;
  color: #666666 !important;
  margin-left: 17px;
}
.recorded-info {
  margin-top: 26px;
  max-height: 50vh;
  overflow-y: auto;
}
.recorded-info p {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.height276{
  height: 230px;
}
.height2{
  height: calc(50vh + 3px);
}
.height3{
  height: calc(60vh + 6px);
}
#app{
  min-width:1400px;
  overflow: auto;
}