* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
pre {
  overflow: visible;
}
.right_theme::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.right_theme::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.right_theme::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.right_theme::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
}

/* 演示 */
.demonstration {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 40px;
  background: #f3f8fe;
}
.demonstration .download {
  width: 124px;
  height: 38px;
  background: #2473da;
  border: none;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
.demonstration .download img {
  margin-right: 5px;
  vertical-align: middle;
}
.demonstration .yanshi {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
  align-items: flex;
}
.demonstration .yanshi_left {
  position: relative;
  flex: 1;
}
/* .demonstration .yanshi_left img {
  width: 100%;
  height: 689px;
} */
.demonstration .left_title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #fff;
  height: 74px;
  line-height: 74px;
  padding-left: 28px;
  padding-right: 30px;
  background: #2473da;
}
.demonstration .bigimg {
  object-fit: cover;
  width: 100%;
  height: 689px;
}
.demonstration .left_back {
  position: absolute;
  bottom: 148px;
  /* top: 74%; */
  /* width: 959px; */
  width: 100%;
  height: 86px;
  line-height: 86px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  font-size: 16px;
  color: #fff;
  padding: 20px;
}
.demonstration .back_front {
  color: #999;
  width: 700px;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  background: transparent;
  padding-right: 180px;
  /* text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;  */
}
.demonstration .left_back i {
  cursor: pointer;
  margin-left: -120px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-left: 1px solid #bfbfbf;
  font-style: normal;
}
.demonstration .back_after {
  width: 120px;
  height: 44px;
  line-height: 44px;
  background: #2473da;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.demonstration .andba {
  width: 1px;
  color: transparent;
  background: transparent;
}
.demonstration .andba::file-selector-button {
  width: 1px;
  color: transparent;
  background: none;
  border: none;
}
.demonstration .back_middle {
  margin-left: 40px;
  margin-right: 40px;
  height: 44px;
  line-height: 44px;
}

.demonstration .left_img {
  object-fit: cover;
  margin-top: -4px;
  width: 100%;
  height: 148px;
  background: #d5e4fa;
  padding: 20px;
}
.demonstration .left_img img:last-child {
  margin-right: 0;
}
.demonstration .left_img img:nth-child(1) {
  border: 1px solid #4a81bf;
}
.demonstration .left_img img {
  object-fit: cover;
  border: none;
  cursor: pointer;
  margin-right: 5px;
  width: calc(20% - 8px);
  height: 100%;
}
.demonstration .left_img img:hover {
  border: 1px solid #4a81bf;
}
.demonstration .left_img img:active {
  border: 1px solid #4a81bf;
}
.demonstration .yanshi_right {
  width: 400px;
  background: #fff;
}
.demonstration .right_title {
  height: 76px;
  width: 100%;
  font-size: 20px;
  color: #4c7fc1;
  padding-left: 30px;
  line-height: 76px;
  border-bottom: 2px solid #f0f0f0;
}
.demonstration .right_theme {
  position: relative;
  font-size: 18px;
  width: 100%;
  /* height: 760px; */
  max-height: 832px;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  overflow-x: auto;
}
.demonstration .jiazai {
  display: none;
  position: absolute;
  top: 50%;
  left: 45%;
  animation: spin 2s linear infinite;
}
#mxjiazai,
#jcjiazai {
  animation: spin 2s linear infinite;
  margin-top: -4px;
  margin-right: 4px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* .demonstration .right_theme #myPre {
  display: none;
}
.demonstration .right_theme #myPre0 {
  display: none;
}
.demonstration .right_theme #myPre1 {
  display: none;
}
.demonstration .right_theme #myPre2 {
  display: none;
}
.demonstration .right_theme #myPre3 {
  display: none;
}
.demonstration .right_theme #myPre4 {
  display: none;
} */
.demonstration .right_theme:focus-visible {
  /* border: 1px solid red; */
  outline: none;
}
@media (max-width: 1440px) {
  .demonstration .back_front {
    width: 560px;
  }
}
@media (max-width: 1366px) {
  .demonstration .yanshi {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modebody {
    height: 80%;
    overflow-y: auto;
  }
  .w-modal-content .modal-includebullet {
    height: 90%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* 手机端 */
@media (max-width: 1280px) {
  .demonstration .left_title {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .demonstration .left_back {
    /* top: 69%; */
    font-size: 12px;
    padding: 2px;
    padding-top: 20px;
    padding-left: 50px;
  }
  .demonstration .back_front {
    font-size: 12px;
    width: 62%;
    padding-left: 2px;
  }
  .demonstration .left_back i {
    margin-left: -15%;
    /* border: 1px solid red; */
    width: 15%;
  }
  .demonstration .back_middle {
    margin-left: 5px;
    margin-right: 5px;
  }
  .demonstration .back_after {
    width: 60px;
  }
  .demonstration .left_img {
    height: 90px;
  }
}
/* 手机端 */
@media (max-width: 820px) {
  .demonstration {
    /* display: none; */
    padding-left: 20px;
    padding-right: 20px;
  }
  .demonstration .left_title {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .demonstration .left_back {
    /* top: 69%; */
    font-size: 12px;
    padding: 2px;
    padding-top: 20px;
    /* padding-left: 50px; */
  }
  .demonstration .back_front {
    font-size: 12px;
    width: 72%;
    padding-left: 2px;
    padding-right: 100px;
  }
  .demonstration .left_back i {
    margin-left: -15%;
    /* border: 1px solid red; */
    width: 15%;
  }
  .demonstration .back_middle {
    margin-left: 5px;
    margin-right: 5px;
  }
  .demonstration .back_after {
    width: 60px;
  }
  .demonstration .left_img {
    height: 90px;
  }
}

@media (max-width: 768px) {
  .demonstration {
    /* display: none; */
    padding-left: 20px;
    padding-right: 20px;
  }
  .demonstration .left_title {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .demonstration .left_back {
    /* top: 69%; */
    font-size: 12px;
    padding: 2px;
    padding-top: 20px;
  }
  .demonstration .back_front {
    font-size: 12px;
    width: 72%;
    padding-left: 2px;
    padding-right: 80px;
  }
  .demonstration .left_back i {
    margin-left: -15%;
    /* border: 1px solid red; */
    width: 15%;
  }
  .demonstration .back_middle {
    margin-left: 5px;
    margin-right: 5px;
  }
  .demonstration .back_after {
    width: 60px;
  }
  .demonstration .left_img {
    padding: 15px;
    height: 70px;
  }
}

@media (max-width: 600px) {
  .demonstration {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .demonstration .left_title {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .demonstration .left_back {
    /* top: 81%; */
    font-size: 12px;
    padding: 2px;
    padding-top: 20px;
  }
  .demonstration .back_front {
    font-size: 12px;
    width: 62%;
    padding-left: 2px;
  }
  .demonstration .left_back i {
    margin-left: -15%;
    /* border: 1px solid red; */
    width: 15%;
  }
  .demonstration .back_middle {
    margin-left: 5px;
    margin-right: 5px;
  }
  .demonstration .back_after {
    width: 60px;
  }
  .demonstration .left_img {
    height: 90px;
  }
}

/* 表格 */
.w-modal-content {
  display: none;
  /* position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modetop {
  position: relative;
  /* width: 800px; */
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  background: #2473da;
}
.w-modal-content .modal-includebullet {
  background: white;
  /* padding: 20px; */
  border-radius: 10px;
  text-align: center;
  height: 80%;
  /* overflow-y: auto; */
  overflow-x: hidden;
}
.modebody {
  position: relative;
  text-align: left;
  padding: 40px;
  height: 90%;
  overflow-y: auto;
}

.form-group {
  margin-bottom: 15px;
}

.error-message {
  display: none;
  color: red;
  font-size: 12px;
  padding-top: 5px;
}
.must {
  color: red;
}
.dandu {
  display: block;
}
.selectnum {
  width: 710px;
  height: 36px;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 16px;
  border: 1px solid #dbdbdb;
}
.selectnum:hover {
  border-color: #2473d9;
}
.selectnum:focus-visible {
  /* outlone:none; */
  outline: none;
}
input:focus-visible {
  outline: none;
}
.namenum {
  display: flex;
}
.surname {
  width: 440px;
  height: 36px;
  border-radius: 4px;
  padding: 10px;
  margin-top: 16px;
  border: 1px solid #dbdbdb;
  margin-right: 30px;
}
.callnum {
  height: 36px;
  padding: 10px;
  margin-top: 16px;
}
.surnametwo {
  width: 240px;
  height: 36px;
  border-radius: 4px;
  padding: 10px;
  margin-top: 36px;
  border: 1px solid #dbdbdb;
}
.agreement {
  color: #666;
  font-size: 14px;
}
.agreement i {
  font-style: normal;
  color: #2473d9;
  cursor: pointer;
}
.btnnum {
  width: 124px;
  height: 38px;
  background: #2473da;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.closenum {
  position: absolute;
  top: -5%;
  right: 2%;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
/* [contenteditable="true"]:focus-visible {
  border: 1px solid red;
  color: red;
  font-size: 16px;
} */

.json-key {
  color: #af0808; /* 键的颜色 */
}
.json-string {
  color: #dc9100; /* 字符串的颜色 */
}
.json-number {
  color: #05961a; /* 数字的颜色 */
}
.json-boolean {
  color: #af0808; /* 布尔值的颜色 */
}
.json-null {
  color: #777; /* null 的颜色 */
}
/* 报错弹框 */
.bltframe {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 320px;
  background: #fff;
  border-radius: 8px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
}
.bltframe_neirong {
  /* border: 1px solid red; */
  text-align: center;
  margin-top: 10%;
  /* text-align: center;
  margin: 0 auto; */
  /* display: flex; */
}
.bltframe_neirong img {
  width: 140px;
  height: 96px;
}
.bltframe_neirong .bltframe_css {
  margin-top: 22px;
  text-align: center;
  color: #bbbbbb;
  /* position: absolute;
  top: 10%;
  color: red; */
}
.bltframebtn {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  width: 88px;
  height: 32px;
  background: #2473da;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  cursor: pointer;
}

#captchaCanvas {
  cursor: pointer;
  width: 240px;
  height: 36px;
  margin-top: 5.8%;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  /* margin-bottom: 10px; */
}
#captchaInput {
  padding: 5px;
  font-size: 16px;
}
/* 隐私 */
.privacy {
  display: none;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 80%;
  background: #fff;
  z-index: 999999999999999999;
}
.privacy_body {
  position: relative !important;
  /* width: 100%; */
  height: 100%;
  width: 850px;
}
.privacy_body .privacy_title {
  width: 850px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  background: #2473da;
}
.privacy_body .privacy_nei {
  padding: 30px;
  background: #fff;
  color: #666;
  height: 100%;
  overflow-y: auto;
}
.privacy_body .privacy_clo {
  position: absolute;
  top: 4%;
  right: 2%;
  color: #fff;
  cursor: pointer;
}
