.submit_container_exposure .agree_xieyi {
  float: left;
  display: flex;
  align-items: center;
  height: 56px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.submit_container_exposure .info_plat .list_left {
  white-space: nowrap;
}

.submit_container_exposure .checkbox_box {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.submit_container_exposure .checkbox_box input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.submit_container_exposure .checkbox_no {
  position: relative;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.submit_container_exposure .checkbox_box:hover .checkbox_no,
.submit_container_exposure .check_active .checkbox_no {
  border-color: #26d1e0;
}

.submit_container_exposure .check_active .checkbox_no {
  background: #26d1e0;
}

.submit_container_exposure .check_active .checkbox_no::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.submit_container_exposure .xieyi {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ba2636;
  cursor: pointer;
  font: inherit;
}

.submit_container_exposure .xieyi:hover {
  color: #d5375a;
}

.exposure-protocol {
  position: fixed;
  z-index: 100000;
  inset: 0;
}

.protocol-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
}

.protocol-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 680px;
  height: 888px;
  padding: 40px 28px;
  border-radius: 5px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.protocol-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.protocol-title h1 {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.protocol-title button {
  position: absolute;
  top: 10px;
  right: 28px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
}

.protocol-title .icon-shanchu::before {
  content: "\E00A";
}

.protocol-content {
  max-height: 648px;
  margin-top: 32px;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.protocol-content p {
  width: 100%;
  margin: 0 0 27px;
  line-height: 1.7;
}

.protocol-continue {
  display: block;
  width: 411px;
  height: 58px;
  margin: 40px auto 0;
  border: 0;
  border-radius: 4px;
  background: #26d1e0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.protocol-continue:hover {
  background: #1ecad9;
}

.submit_container_exposure.full .agree_xieyi {
  color: #000;
}
