/* CSS Document */
/* CSS Document */
.cksfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.cksfr.active {
  display: block;
}

.cksfr .p {
  width: 100%;
  overflow: hidden;
}

.cksfr .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.cksfr .nr {
  width: 1000px;
  overflow: hidden;
  background: url("../img/nsle/ck_01.webp") 50% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #eef5fb;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.cksfr .nr .close {
  width: 24px;
  height: 24px;
  background: url("../img/nsle/close.svg") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  top: 30px;
}

.cksfr .nr .pt .p1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.cksfr .nr .pt .p2 {
  color: #666;
  font-size: 18px;
  margin-top: 10px;
}

.cksfr .nr .pc {
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-top: 20px;
  padding: 20px;
}

.cksfr .nr .pc ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.cksfr .nr .pc ul li:last-child {
  margin-bottom: 0px;
}

.cksfr .nr .pc ul li .p1 {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.cksfr .nr .pc ul li .p1 label {
  width: 42px;
  height: 24px;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #e3e3e3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
}

.cksfr .nr .pc ul li .p1 label input {
  width: 200%;
  height: 200%;
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  cursor: pointer;
}

.cksfr .nr .pc ul li .p1 label b {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  background-color: #fff;
  position: absolute;
  left: 3px;
  top: 3px;
}

.cksfr .nr .pc ul li .p1 label.active {
  background-color: #0c69c9;
}

.cksfr .nr .pc ul li .p1 label.active b {
  left: 21px;
}

.cksfr .nr .pc ul li .p2 {
  margin-top: 10px;
  color: #666;
}

.cksfr .nr .pb {
  margin-top: 30px;
  line-height: 50px;
  font-size: 18px;
}

.cksfr .nr .pb .a1 {
  float: left;
  color: #0c69c9;
  font-weight: bold;
}

.cksfr .nr .pb .a2 {
  float: right;
  width: 130px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #0c69c9;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .cksfr .nr {
    width: 96%;
    padding: 20px;
  }
  .cksfr .nr .pt .p1 {
    font-size: 20px;
  }
  .cksfr .nr .pt .p2 {
    font-size: 14px;
  }
  .cksfr .nr .pc {
    margin-top: 10px;
    padding: 10px;
  }
  .cksfr .nr .pc ul li .p1 {
    font-size: 18px;
  }
  .cksfr .nr .pc ul li .p2 {
    font-size: 14px;
  }
  .cksfr .nr .pb {
    margin-top: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  .cksfr .nr .pb .a1 {
    width: 100%;
    float: none;
  }
  .cksfr .nr .pb .a2 {
    width: 100px;
    height: 40px;
    float: none;
    margin: 0px auto;
    margin-top: 10px;
  }
}