.cloud-buy-container {
  width: 100%;
  height: calc(100% - 24px);
  display: flex;
  flex-direction: row;
  margin-top: 13px;
}
.cloud-buy-container .cloud-goods-list {
  width: 420px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 16px;
}
.cloud-buy-container .cloud-goods-list .goods-list {
  width: 382px;
  flex: 1;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  margin-bottom: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 12px;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item .goods-icon img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item .goods-info {
  flex: 1;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item .goods-info .goods-title {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item .goods-info .goods-title .goods-name {
  font-size: 20px;
  font-weight: 600;
  margin-right: 2px;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item .goods-info .goods-desc {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item .goods-price {
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item:hover,
.cloud-buy-container .cloud-goods-list .goods-list .goods-item.active {
  background: rgba(30, 111, 255, 0.08);
  box-sizing: border-box;
  border: 1px solid #1E6FFF;
}
.cloud-buy-container .cloud-goods-list .goods-list .goods-item:hover .goods-price,
.cloud-buy-container .cloud-goods-list .goods-list .goods-item.active .goods-price {
  color: #1E6FFF;
}
.cloud-buy-container .cloud-goods-list .purchase-notice {
  width: 100%;
  margin-top: 40px;
  padding-right: 38px;
}
.cloud-buy-container .cloud-goods-list .purchase-notice .purchase-notice-name {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 24px;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cloud-buy-container .cloud-goods-list .purchase-notice .purchase-notice-title {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cloud-buy-container .cloud-goods-list .purchase-notice .purchase-notice-title i {
  width: 3px;
  height: 3px;
  background-color: #222222;
  margin-right: 6.5px;
}
.cloud-buy-container .cloud-goods-list .purchase-notice .purchase-notice-content {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 16px;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cloud-buy-container .cloud-pay {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cloud-buy-container .cloud-pay .order-info {
  width: 100%;
  margin-top: 8px;
  transition: 0.2s all;
}
.cloud-buy-container .cloud-pay .notOrdered {
  margin-top: 108px;
}
.cloud-buy-container .cloud-pay .notOrdered .cloud-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.cloud-buy-container .cloud-pay .notOrdered .cloud-price .price-currency {
  font-size: 40px;
}
.cloud-buy-container .cloud-pay .notOrdered .cloud-price .price-num {
  font-size: 44px;
}
.cloud-buy-container .cloud-pay .notOrdered .cloud-name {
  margin-bottom: 19px;
}
.cloud-buy-container .cloud-price {
  color: #1E6FFF;
  font-weight: 600;
  margin-bottom: 0;
  flex: 1;
  height: 56px;
}
.cloud-buy-container .cloud-price span {
  font-size: 24px;
}
.cloud-buy-container .cloud-name {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cloud-buy-container .cloud-date {
  font-size: 14 px;
  line-height: 16px;
  color: #666666;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cloud-buy-container .pay-container {
  flex: 1;
  margin-top: 48px;
  padding-left: 18px;
  min-height: 362px;
}
.cloud-buy-container .pay-container .pay-button {
  width: 240px;
  margin-top: 113px;
}
.cloud-buy-container .pay-container .pay-button .el-icon-loading {
  font-size: 18px;
}
.cloud-buy-container .pay-adyen {
  width: 100%;
  margin-bottom: 60px;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 46px 8px 46px;
}
.cloud-buy-container .pay-adyen p {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #666666;
  word-break: break-word;
}
.cloud-buy-container .pay-adyen p img {
  width: 46px;
  height: 31px;
  margin-left: 8px;
}
.cloud-buy-container .pay-agreement {
  width: 100%;
  font-size: 10px;
  color: #666666;
  line-height: 18px;
  padding-bottom: 16px;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.cloud-buy-container .pay-agreement span {
  color: #1E6FFF;
  cursor: pointer;
}
.currency {
  position: absolute;
  top: -40px;
  right: 30px;
  height: 16px;
  padding-right: 16px;
  line-height: 16px;
}
.currency .currency-button {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.currency .currency-button i {
  transform: rotate(-90deg);
}
.currency-popper {
  width: 128px;
  height: 300px;
}
.currency-popper .currency-list {
  width: 100%;
  margin: 4px;
}
.currency-popper .currency-list .currency-item {
  height: 38px;
  width: calc(100% - 8px);
  line-height: 38px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 4px;
}
.currency-popper .currency-list .currency-item.active {
  color: #1E6FFF;
}
.currency-popper .currency-list .currency-item:hover {
  background: #f5f6f9;
}

.downloadCenter[data-v-4cd98360] {
  padding: 0;
}
.downloadCenter .downloadTitle[data-v-4cd98360] {
  width: 100%;
  height: 32px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 32px;
}
.downloadCenter .downloadTitle img[data-v-4cd98360] {
  width: 32px;
  height: 32px;
}
.downloadCenter .downloadTitle span[data-v-4cd98360] {
  margin-left: 12px;
}
.downloadCenter .downloadContent[data-v-4cd98360] {
  margin-bottom: 26px;
}
.downloadCenter .downloadContent .deviceName[data-v-4cd98360] {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}
.downloadCenter .downloadContent .deviceDesc[data-v-4cd98360] {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.downloadCenter .downloadContent .deviceList[data-v-4cd98360] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.downloadCenter .downloadContent .deviceList .deviceItem[data-v-4cd98360] {
  width: 100%;
  height: 80px;
  background-color: rgba(245, 246, 249, 0.9);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  margin-bottom: 16px;
}
.downloadCenter .downloadContent .deviceList .deviceItem .deviceIcon[data-v-4cd98360] {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.downloadCenter .downloadContent .deviceList .deviceItem .deviceInfo[data-v-4cd98360] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
.downloadCenter .downloadContent .deviceList .deviceItem .deviceInfo .deviceName[data-v-4cd98360] {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 4px;
}
.downloadCenter .downloadContent .deviceList .deviceItem .deviceInfo .deviceVersion[data-v-4cd98360] {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.downloadCenter .downloadContent .deviceList .deviceItem .deviceInfo .deviceVersion span[data-v-4cd98360]:nth-child(2) {
  margin: 0 4px;
}
.downloadCenter .downloadContent .deviceList .deviceItem .downloadButton[data-v-4cd98360] {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 24px;
  justify-content: flex-end;
  line-height: 24px;
}
.downloadCenter .downloadContent .deviceList .deviceItem .downloadButton .downloadUrl[data-v-4cd98360] {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}
.downloadCenter .downloadContent .deviceList .deviceItem .downloadButton .downloadUrl[data-v-4cd98360]:hover {
  background: url(/img/icon-download-blue.06cfe164.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.downloadCenter .downloadContent .deviceList .deviceItem .downloadButton .downloadCode[data-v-4cd98360] {
  width: 24px;
  height: 24px;
}
.downloadCenter .downloadContent .deviceList .deviceItem .downloadButton .downloadCode[data-v-4cd98360]:hover {
  background: url(/img/icon-code-blue.b7b3c7e0.svg) no-repeat 0 0;
  background-size: 100% 100%;
}

.setDevice[data-v-05a30df2] {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.left-menu-layout[data-v-05a30df2] {
  height: 100%;
  overflow-y: auto;
  background: #f7f7f7;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.left-menu-layout .header-logo-box[data-v-05a30df2] {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 12px;
}
.left-menu-layout .header-logo-box img[data-v-05a30df2] {
  width: 18px;
  height: 18px;
}
.left-menu-layout .header-logo-box .intl-log[data-v-05a30df2] {
  width: 125px;
  height: 20px;
}
.left-menu-layout .header-logo-box span[data-v-05a30df2] {
  text-align: left;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 600;
}
.left-menu-layout .classify-box[data-v-05a30df2] {
  margin-top: 40px;
  padding: 0 8px;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.left-menu-layout .classify-box .classify-menus[data-v-05a30df2] {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
}
.left-menu-layout .classify-box .classify-menus .classify-menus-name[data-v-05a30df2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-menu-layout .classify-box .classify-menus .classify-menus-item-icon[data-v-05a30df2] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.left-menu-layout .classify-box .classify-menus span[data-v-05a30df2] {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  height: 22px;
}
.left-menu-layout .classify-box .classify-menus .number[data-v-05a30df2] {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 20px;
}
.left-menu-layout .classify-box .classify-menus .more-add-img[data-v-05a30df2] {
  width: 16px;
  height: 16px;
  display: none;
  margin-left: 4px;
  margin-right: 8px;
}
.left-menu-layout .classify-box .classify-child-menus[data-v-05a30df2] {
  width: 100%;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item[data-v-05a30df2] {
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  color: #333333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 28px;
  margin-bottom: 4px;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-box[data-v-05a30df2] {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex: 1;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-icon[data-v-05a30df2] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: cover;
  background-position: center;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-name[data-v-05a30df2] {
  color: #333333;
  margin-right: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 125px;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-child-item-num[data-v-05a30df2] {
  color: #666666;
}
.left-menu-layout .classify-box .classify-child-menus .classify-child-item .classify-attributes-icon[data-v-05a30df2] {
  margin-right: 8px;
  display: none;
}
.left-menu-layout .classify-box .classify-menus[data-v-05a30df2]:hover,
.left-menu-layout .classify-box .classify-child-item[data-v-05a30df2]:hover {
  background: #e8e8e8;
}
.left-menu-layout .classify-box .classify-menus:hover .classify-attributes-icon[data-v-05a30df2],
.left-menu-layout .classify-box .classify-child-item:hover .classify-attributes-icon[data-v-05a30df2] {
  display: inline;
}
.left-menu-layout .classify-box .classify-menus:hover .more-add-img[data-v-05a30df2] {
  display: flex;
}
.left-menu-layout .classify-box .classify-menus-checked[data-v-05a30df2] {
  background: #e9f1ff !important;
}
.left-menu-layout .classify-box .classify-menus-checked span[data-v-05a30df2] {
  color: #1E6FFF !important;
}
.left-menu-layout .classify-box .classify-child-item-checked[data-v-05a30df2] {
  background: #e9f1ff;
}
.left-menu-layout .classify-box .classify-child-item-checked span[data-v-05a30df2] {
  color: #1E6FFF !important;
}
.left-menu-layout .trans-devices-box[data-v-05a30df2] {
  width: 222px;
  z-index: 100;
  padding-left: 20px;
  padding-right: 20px;
}
.left-menu-layout .trans-devices-box .trans-devices-box-title[data-v-05a30df2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 14px;
}
.left-menu-layout .trans-devices-box .title-device[data-v-05a30df2] {
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
}
.left-menu-layout .trans-devices-box .title-devices[data-v-05a30df2] {
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 16px;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions[data-v-05a30df2] {
  width: 168px;
  background: #e9f1ff;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 4px 4px 16px 10px;
  box-sizing: border-box;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .t-img[data-v-05a30df2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .t-img .left-img[data-v-05a30df2] {
  width: 18px;
  height: 9px;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .t-img .el-img-pop[data-v-05a30df2] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/img/icon_right.f7b0ff8c.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content[data-v-05a30df2] {
  width: 100%;
  text-align: center;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content .cnt-img[data-v-05a30df2] {
  width: 88px;
  height: 89px;
  margin: 0 auto;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content p[data-v-05a30df2] {
  font-size: 12px;
  color: #333333;
  margin: 10px 0 8px 0;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .device-content .btn[data-v-05a30df2] {
  height: 28px;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
  background-color: #1E6FFF;
  display: inline-block;
  padding: 0 12px;
}
.left-menu-layout .trans-devices-box .deviceTranscriptions .el-img-pop[data-v-05a30df2]:hover {
  background: url(/img/icon_right_hover.66d49447.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.add-classify-dialog-box .el-dialog__header[data-v-05a30df2] {
  padding: 24px 24px 0 0;
}
.add-classify-dialog-box .add-classify-dialog-title[data-v-05a30df2] {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #999999;
  line-height: 24px;
}
.add-classify-dialog-box .el-dialog__body[data-v-05a30df2] {
  padding: 8px 24px 0;
}
.add-classify-dialog-box .add-classify-dialog-name[data-v-05a30df2] {
  margin: 0;
  padding: 0;
}
.add-classify-dialog-box .add-classify-dialog-tips[data-v-05a30df2] {
  padding-top: 4px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #999999;
  line-height: 24px;
}
.add-classify-dialog-box .add-classify-dialog-name-warning[data-v-05a30df2] input {
  border-color: red;
}
.add-classify-dialog-box .add-classify-dialog-tips-warning[data-v-05a30df2] {
  color: #ff5e5e;
}

.el-popover--plain {
  padding: 18px 20px !important;
}
.device-model {
  padding: 0 !important;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px !important;
  box-shadow: 0px 8px 40px -10px rgba(0, 0, 0, 0.1) !important;
}
.device-model .el-dialog__header {
  display: none;
}
.device-model .el-dialog__body {
  padding: 16px 12px 40px 12px !important;
  box-sizing: border-box;
}
.device-model .el-dialog__body .dialog-header {
  width: 100%;
  height: 20px;
}
.device-model .el-dialog__body .dialog-header .close-icon {
  width: 20px;
  height: 20px;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAWVJREFUWEftmE9KxTAQxpNcw1uUdCl4gK7FtxO8SC4iuFJx3QMILlt6C6+RkYgPSkma+eczQrssk29+/aYzaWpN45dtnM8cgNIKHQ7+moMhBDeO422M8XNZlg9potz6ruuunXNXwzC8hRBiLqZYYu/9HQC8GGOic+5hmqYnTci+7+9jjI/GGGetPc3z/EoCTE9nrX1PAtqQa7ikDQA3pSrtNslWSMNJqma1i6mCe68BR6sKmBJyhLegXA0UoBSSC5fyogG5kBI4MiAVUgrHAsRCasCxAWuQWnAiwBJkun/eITQGPKlJcjNu69ZPjNruIwbMOPltosauIy7x2dGNi20BNl3iXLc20yR7o+TPxwwGABOD+QAmdzElMSW2BEsC5CTkrFnDogEliSRrUYCSBIVZiR7kVUANOAnk/z00NX/s9N6fAOBZc+Nfd6f44N78rw/MlL9ETLWLLwGxl+MAlFbgcFDq4BfA+sg49ysAhwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.device-model .el-dialog__body .model-title {
  font-size: 16px;
  color: #333333;
  margin-left: 12px;
  margin-bottom: 24px;
}
.device-model .el-dialog__body .center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.device-model .el-dialog__body .center .content-model {
  width: 192px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 12px;
}
.device-model .el-dialog__body .center .content-model:nth-child(3n) {
  margin-right: 0 !important;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions {
  width: 168px;
  background: #e9f1ff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .t-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .t-img .left-img {
  width: 18px;
  height: 9px;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .t-img .el-img-pop {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/img/icon_right.f7b0ff8c.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content {
  width: 100%;
  text-align: center;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content .cnt-img {
  width: 88px;
  height: 89px;
  margin: 0 auto;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content p {
  font-size: 12px;
  color: #333333;
  margin: 10px 0 8px 0;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .device-content .btn {
  height: 28px;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
  background-color: #1E6FFF;
  display: inline-block;
  padding: 0 12px;
}
.device-model .el-dialog__body .center .content-model .deviceTranscriptions .el-img-pop:hover {
  background: url(/img/icon_right_hover.66d49447.svg) 0 0 no-repeat;
  background-size: 100%;
}
.device-model .el-dialog__body .center .content-model .SR {
  font-size: 12px;
  color: #999999;
}
.device_SR503G,
.device_SR503 {
  background: url(/img/SR503.831394e6.webp) 0 0 no-repeat;
  background-size: 100% 100%;
}
.device_SR703 {
  background: url(/img/SR703.5d777bf3.webp) 0 0 no-repeat;
  background-size: 100% 100%;
}

/* fade begin */
.fade-enter-active[data-v-ed3d6134],
.fade-leave-active[data-v-ed3d6134] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-ed3d6134],
.fade-leave-active[data-v-ed3d6134] {
  opacity: 0;
}
/* fade end */
/* page-fade begin */
.page-fade-enter-active[data-v-ed3d6134],
.page-fade-leave-active[data-v-ed3d6134] {
  transition: opacity 0.3s;
}
.page-fade-enter[data-v-ed3d6134],
.page-fade-leave-active[data-v-ed3d6134] {
  opacity: 0;
}
/*page-fade end */
.el-header[data-v-ed3d6134] {
  height: 64px !important;
  line-height: 56px;
  background: #ffffff;
  z-index: 1;
}
.el-main[data-v-ed3d6134] {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
.main-layout[data-v-ed3d6134] {
  width: 100%;
  height: 100%;
  min-width: 900px;
}
.main-layout .frame-container[data-v-ed3d6134] {
  position: relative;
  top: 60px;
  left: 240px;
  width: calc(100% - 240px);
  height: calc(100% - 60px);
  overflow: hidden;
}
.main-layout .frame-container > div[data-v-ed3d6134] {
  height: calc(100%);
  overflow: auto;
}
.main-layout .el-container[data-v-ed3d6134] {
  height: 100%;
}
.main-layout > .el-container.is-vertical[data-v-ed3d6134] {
  height: 100%;
}
.main-layout > .el-container.is-vertical > .el-container[data-v-ed3d6134] {
  height: calc(100% - 60px);
}

