.static-code-bind {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 997;
}

.static-code-bind .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}

.static-code-bind-content {
  position: relative;
  background: #ffffff;
  padding: 22px 19px 24px;
  border-radius: 4px;
}

.static-code-bind-content-header {
  margin-bottom: 22px;
}

.static-code-bind-content-header-title {
  font-family: MicrosoftYaHeiUI-Bold;
  font-weight: Bold;
  font-size: 14px;
  color: #222222;
  text-align: left;
}

.static-code-bind-content-header-close {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 16px;
  height: 16px;
  background: url(img/close-icon.png) no-repeat 0px 0px;
  background-size: 10px 10px;
  cursor: pointer;
}

.static-code-bind-content-body {
  border: 1px solid #f3f3f3;
  border-radius: 3px;
}

.static-code-bind-content-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.static-code-bind-content-body .table-header .header-title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 12px;
  color: #333333;
}

.static-code-bind-content-body .table-header .header-title.code {
  position: relative;
}

.static-code-bind-content-body .table-header .header-title.code .auto-number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #59ABE2;
  cursor: pointer;
  padding-left: 15px;
  background-image: url(img/qrcode_blue.png);
  background-position: 0;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  font-weight: normal;
}

.static-code-bind-content-body .table-header .header-title .tip-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(img/tishi-icon.png) no-repeat 0px 0px;
  background-size: 12px 12px;
  vertical-align: middle;
  cursor: pointer;
}

.static-code-bind-content-body .table-header td {
  border-right: 1px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  padding: 0 10px;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}

.static-code-bind-content-body .table-header .state,
.static-code-bind-content-body .table-header .operation {
  text-align: center;
}
.static-code-bind-content-body .operation .button {
  margin-right: 10px;
}

.static-code-bind-content-body .table-header td:last-of-type {
  border-right: none;
}

.static-code-bind-content-body .table-header{
  border-bottom: none;
}

.static-code-bind-content-body .table-body {
  min-height: 230px;
  max-height: 480px;
  overflow-y: auto;
}

.static-code-bind-content-body .table-body tbody td {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 10px;
}

.static-code-bind-content-body .table-body tbody td:last-of-type {
  border-right: none;
}

.static-code-bind-content-body .table-body .shop-name {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #333333;
  width: 187px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.static-code-bind-content-body .table-body .shop-name .red-text {
  color: red;
  width: 187px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.static-code-bind-content-body .table-body .state {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #333333;
  text-align: center;
}

.static-code-bind-content-body .table-body .state.success {
  color: #69bb6b;
}

.static-code-bind-content-body .table-body .static_code_td {
  position: relative;
}

.static-code-bind-content-body .table-body .static_code_td .auto {
  display: none;
}

.static-code-bind-content-body .table-body .static_code_td.static_code_td_auto .static-code {
  border: 1px solid #F4E6D3;
  background: #FFF7EC;
}

.static-code-bind-content-body .table-body .static_code_td.static_code_td_auto .auto {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
  color: #E5B674;
  cursor: pointer;
}

.static-code-bind-content-body .table-body tbody input.code {
  height: 32px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 0 12px;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
}

.static-code-bind-content-body .table-body tbody input.code:focus {
  outline: none;
  border-color: #409eff;
}

.static-code-bind-content-body .table-body tbody input.code::-webkit-input-placeholder {
  /* Chrome */
  font-size: 12px;
  color: #c9c9c9;
}

.static-code-bind-content-body .table-body tbody input.code:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: #c9c9c9;
}

.static-code-bind-content-body .table-body tbody input.code::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #c9c9c9;
}

/* .static-code-bind-content-body .table-body .operation {
  text-align: center;
} */

.static-code-bind-content-body .table-body .operation .button {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  border-radius: 2px;
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  padding: 0 6px;
  cursor: pointer;
}

.static-code-bind-content-body .table-body .operation .activation-button {
  border: 1px solid #7e2a7f;
  color: #ffffff;
  background: #7e2a7f;
}

.static-code-bind-content-body .table-body .operation .activation-button.success {
  border: 1px solid #bababa;
  background: #bababa;
  cursor: not-allowed;
}

.static-code-bind-content-body .table-body .operation .add-button,
.static-code-bind-content-body .table-body .operation .del-button {
  border: 1px solid #dfdfdf;
  color: #333333;
}
.static-code-bind-content-body .table-body .operation .test-button,
.static-code-bind-content-body .table-body .operation .speaker-test-button {
  border: 1px solid #7e2a7f;
  background-color: #7e2a7f;
  color: #fff;
}
.static-code-bind-content-body .table-body .operation .speaker-test-button{
  margin-right: 0;
}

.static-code-bind-content-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.static-code-bind-content-footer.hide {
  display: none;
}
.static-code-bind-content-footer .save_button {
  height: 32px;
  line-height: 30px;
  border: 1px solid #dfdfdf;
  color: #333333;
  padding: 0 18px 0 18px;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
  display: none;
}
.static-code-bind-content-footer .download_button {
  height: 32px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 28px 0 43px;
  cursor: pointer;
  border: 1px solid #7e2a7f;
  color: #ffffff;
  background: #7e2a7f;
  background-image: url(img/download_white.png) !important;
  background-position: 28px !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
}
.static-code-bind-content-footer .download_button:hover {
  background: #974398
}

.static-code-bind-content-footer .tip {
  font-size: 12px;
  color: #999999;
  margin-left: 13px;
  padding-left: 15px;
  background-image: url(img/tip_grey.png);
  background-position: 0;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.tip-qrcode {
  position: relative;
}

.tip-qrcode-box {
  display: none;
  position: absolute;
  top: 33px;
  left: 100%;
  margin-left: 30px;
  width: 220px;
  z-index: 999;
  background-color: #fff;
  color: #222;
  box-sizing: border-box;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.10);
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1430px) {
  .tip-qrcode-box {
    margin-left: -10px;
  }
}

.tip-qrcode-box .tip-qrcode-title {
  position: relative;
  font-size: 12px;
  margin-top: 31px;
}

.tip-qrcode-box .tip-qrcode-box-close {
  position: absolute;
  right: 5px;
  top: -17px;
  width: 16px;
  height: 16px;
  background: url(img/close-icon.png) no-repeat 0px 0px;
  background-size: 10px 10px;
  cursor: pointer;
}

.tip-qrcode-box img {
  width: 145px;
  height: 145px;
  object-fit: none;
}

.tip-qrcode-box .qrcode_tip {
  font-size: 12px;
  color: #FF0000;
  margin-bottom: 10px;
}

.tip-qrcode-box .store_name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333333;
  padding: 0 10px;
  margin-top: 10px;
}

.tip-qrcode-box .download_store_code {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 28px 0 43px;
  margin-top: 10px;
  margin-bottom: 31px;
  cursor: pointer;
  border: 1px solid #7e2a7f;
  color: #ffffff;
  background: #7e2a7f;
  background-image: url(img/download_white.png) !important;
  background-position: 28px !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
}
.tip-qrcode-box .download_store_code:hover {
  background: #974398
}

.tip-qrcode-box::after {
  content: ' ';
  position: absolute;
  left: -10px;
  transform: rotate(-90deg);
  top: 50%;
  border-width: 0 7.5px 5px;
  border-style: solid;
  border-color: transparent transparent #fff;
  z-index: 999;
}


.static-code-model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 998;
}

.static-code-model .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}

.static-code-model-content {
  position: relative;
  background: #ffffff;
  padding: 22px 19px 24px;
}

.static-code-model-content-header {
  margin-bottom: 22px;
}

.static-code-model-content-header-title {
  font-family: MicrosoftYaHeiUI-Bold;
  font-weight: Bold;
  font-size: 14px;
  color: #222222;
  text-align: left;
}

.static-code-model-content-header-close {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 16px;
  height: 16px;
  background: url(img/close-icon.png) no-repeat 0px 0px;
  background-size: 10px 10px;
  cursor: pointer;
}

.static-code-model-content-body {
  background: #f6f6f6;
  border-radius: 6px;
  padding: 35px;
}

.static-code-model-content-body .qrcode-model-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item {
  margin-right: 32px;
  width: 150px;
  height: 214px;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item .code-num {
  font-size: 14px;
  -webkit-transform: scale(0.5);
  color: #EEEEEE;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item .store-name {
  font-size: 9px;
  color: #FFFFFF;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item .qrcode-img {
  width: 101px;
  height: 101px;
  position: absolute;
  top: 40px;
  left: 50%;
  border-radius: 7px;
  transform: translate(-50%, 0px);
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item .select-style {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.50);
  background-image: url(./img/select-white.png);
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.selected .select-style,
.static-code-model-content-body .qrcode-model-content .qrcode-model-item:hover .select-style {
  display: block
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_0 {
  background: #FFFFFF;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_0 .code-num {
  top: 145px;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_0 .store-name {
  top: 164px;
  color: #333333;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_0 .qrcode-img {
  top: 0;
  width: 150px;
  height: 150px;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_1 {
  background-image: url(./img/staticCode/staticCode_1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_2 {
  background-image: url(./img/staticCode/staticCode_2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_3 {
  background-image: url(./img/staticCode/staticCode_3.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item.staticCode_4 {
  background-image: url(./img/staticCode/staticCode_4.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.static-code-model-content-body .qrcode-model-content .qrcode-model-item:last-of-type {
  margin-right: 0;
}

.static-code-model-content-body .size-radio {
  font-size: 13px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-code-model-content-body .size-radio .label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
  cursor: pointer;
}
.static-code-model-content-body .size-radio .label:last-of-type {
  margin-right: 0;
}
.static-code-model-content-body .size-radio .label input {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.static-code-model-content-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.static-code-model-content-footer .cancel {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  color: #333333;
  font-size: 12px;
  padding: 0 35px;
  cursor: pointer;
  background: #f6f6f6;
}
.static-code-model-content-footer .cancel:hover {
  background: #d7d7d7;
}

.static-code-model-content-footer .submit {
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  padding: 0 23px;
  cursor: pointer;
  background: #7e2a7f;
  margin-left: 10px;
}
.static-code-model-content-footer .submit:hover {
  background: #974398
}

.static-code-bind_syt .statusTd,
.static-code-bind_syt .deviceTd,
.static-code-bind_syt .static-code-bind-content-body .table-body .operation .activation-button {
  display: none;
}
.static-code-bind_syt .static-code-bind-content-footer .save_button {
  display: block;
}



.tip-qrcode-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.tip-qrcode-box2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  z-index: 999;
  background-color: #ffffff;
  color: #333333;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
}

.tip-qrcode-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: none;
}

.tip-qrcode-header .tip-qrcode-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}

.tip-qrcode-header .tip-qrcode-box-close {
  width: 24px;
  height: 24px;
  background: none;
  cursor: pointer;
  font-size: 24px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  transition: color 0.2s;
}

.tip-qrcode-header .tip-qrcode-box-close:hover {
  color: #333333;
}

.tip-qrcode-content {
  padding: 0 24px 24px;
}

.illustration-section {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.illustration-section .illustration-img,
.illustration-section .illustration-img img {
  width: 200px;
  height: 160px;
}

.description-section {
  margin-bottom: 24px;
}

.description-section .description-text {
  font-size: 14px;
  color: #666666;
  margin: 0 0 8px 0;
  line-height: 1.6;
  text-align: center;
}

.description-section .highlight {
  color: #07c160;
  font-weight: 500;
}

.test-info-section {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 16px 20px;
}

.test-info-section .test-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.test-info-section .test-info-item:last-child {
  margin-bottom: 0;
}

.test-info-section .check-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 1px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8" fill="none" stroke="%2352c41a" stroke-width="1.5"/><path d="M5 9l2.5 2.5L13 6" fill="none" stroke="%2352c41a" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.test-info-section .test-info-text {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.tip-qrcode-footer {
  display: flex;
  gap: 14px;
  padding: 16px 24px 24px;
  border-top: none;
  background: transparent;
  justify-content: center;
}

.tip-qrcode-footer .button {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  text-align: center;
  font-weight: 400;
  transition: all 0.2s;
  width: 118px;
}

.tip-qrcode-footer .cancel-btn {
  background: #ffffff;
  color: #333333;
  border: 1px solid #d9d9d9;
}

.tip-qrcode-footer .cancel-btn:hover {
  color: #40a9ff;
  border-color: #40a9ff;
}

.tip-qrcode-footer .start-test-btn {
  color: #ffffff;
  background: #1890ff;
}

.tip-qrcode-footer .start-test-btn:hover {
  background: #40a9ff;
}
