/* 登录css样式 */
/* 版心先设置好 */
.wrapper {
  margin: 0 auto;
  width: 512px;
}

/* 头部区域导航栏 */
.header {
  height: 45px;
  background: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.header .wrapper {
  display: flex;
  height: 45px;
  justify-content: space-between;
  align-items: center;
}

/* logo图片 */
.header .logo {
  display: flex;
}

.logo a {
  display: block;
  width: 90px;
  height: 25px;
  background-image: url(../images/logo.png);
  background-size: cover;
  font-size: 0;
}

.logo span {
  margin: auto 15px auto 24px;
  font-size: 16x;
  color: #DFDFDF;
  line-height: 16px;
}

.logo p {
  margin: auto 0;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}

.header .right-p {
  margin: auto 0;
  font-size: 16px;
  color: #333;
}

.header .right-p a:hover {
  color: #fd6350;
}

/* 注册背景 */
.sign-bj {
  padding-top: 32px;
  height: 123vh;
  background-color: #EEF6FF;
  background-size: cover;
}

.sign-bj .sign span {
  margin-left: 344px;
  padding-top: 36px;
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: right;
  line-height: 16px;
}

.sign-bj .sign a {
  font-size: 16px;
  color: #FD6350;
  text-align: right;
  line-height: 16px;
}

.sign-bj .sign a:hover {
  color: #ee5d4b;
}

.sign-bj .region {
  margin-top: 20px;
  padding-top: 60px;
  height: 720px;
  background-color: #fff;
  border-radius: 10px;
}

.sign-bj .region h2 {
  font-weight: 400;
  font-size: 32px;
  color: #222222;
  line-height: 32px;
  text-align: center;
}

/* 输入框表单 */
.sign-bj .region .one,
.sign-bj .region .two,
.sign-bj .region .three {
  margin-top: 50px;
  margin-bottom: 26px;
  height: 46px;
  display: flex;
  justify-content: center;
}

.sign-bj .region .four {
  margin-bottom: 26px;
  height: 46px;
  display: flex;
  justify-content: center;
}

.sign-bj .region .five {
  margin-bottom: 26px;
  height: 46px;
  display: flex;
  justify-content: center;
}

.sign-bj .region .six {
  margin-bottom: 26px;
  height: 46px;
  display: flex;
  justify-content: center;
}

.sign-bj .region .seven {
  padding-left: 9%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}


.sign-bj .region .one .text1,
.sign-bj .region .two .text1,
.sign-bj .region .three .text1,
.sign-bj .region .four .text1,
.sign-bj .region .five .text1 {
  margin-right: 12px;
  font-size: 16px;
  color: #333333;
  line-height: 46px;
}

.sign-bj .region .six .text1 {
  margin-right: 12px;
  width: 76.02px;
  font-size: 16px;
  color: #333333;
  line-height: 46px;
}

.sign-bj .region .one .box1 input,
.sign-bj .region .two .box1 input,
.sign-bj .region .three .box1 input,
.sign-bj .region .four .box1 input {
  padding-left: 15px;
  margin-bottom: 8px;
  width: 358px;
  height: 46px;
  background-color: #F2F4F9;
  font-size: 16px;
  border: 1px solid #F2F4F9;
  border-radius: 5px;
  /* 为了清除输入框自带的边框属性 */
  outline: none ! important;
}

/* 修改输入框内 默认提示文字的颜色 */
.sign-bj .region .one .box1 input::placeholder,
.sign-bj .region .two .box1 input::placeholder,
.sign-bj .region .three .box1 input::placeholder,
.sign-bj .region .four .box1 input::placeholder,
.sign-bj .region .five .box1 input::placeholder {
  color: #b1b5be;
}

.sign-bj .region .one .box1 input:focus,
.sign-bj .region .two .box1 input:focus,
.sign-bj .region .three .box1 input:focus,
.sign-bj .region .four .box1 input:focus,
.sign-bj .region .five .box1 input:focus {
  border: 1px solid #639ce3;
  background-color: #F2F4F9;
}

.sign-bj .region .one .box1 input:hover,
.sign-bj .region .two .box1 input:hover,
.sign-bj .region .three .box1 input:hover,
.sign-bj .region .four .box1 input:hover,
.sign-bj .region .five .box1 input:hover {
  background-color: #e9ecf5;
  border: 1px solid #e9ecf5;
}

.sign-bj .region .one .box1 p,
.sign-bj .region .two .box1 p {
  font-size: 12px;
  color: #999;
}

.sign-bj .region .five .box1 input {
  padding-left: 15px;
  margin-bottom: 8px;
  width: 230px;
  height: 46px;
  background-color: #F2F4F9;
  font-size: 16px;
  border: 1px solid #F2F4F9;
  border-radius: 5px;
  /* 为了清除输入框自带的边框属性 */
  outline: none ! important;
}

.sign-bj .region .five .but {
  display: block;
  margin-left: 10px;
  width: 113px;
  height: 46px;
  background: #fff;
  border: 1px solid #FD6350;
  border-radius: 5px;
  font-size: 16px;
  color: #FD6350;
  line-height: 44px;
  text-align: center;
}

.sign-bj .region .five .but:hover {
  background: #FD6350;
  color: #fff;
  border: none;
}

.sign-bj .region button {
  width: 353px;
  height: 46px;
  background-color: #FD6350;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
}

.sign-bj .region button:hover {
  background-color: #ee5d4b;
}


/* 隐藏原始复选框 */
.sign-bj .region .seven .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* 自定义复选框的样式 */
.sign-bj .region .seven .custom-checkbox .checkbox-custom {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #ccc;
  /* 默认边框颜色 */
  border-radius: 4px;
  transition: all 0.3s;
  margin-right: 10px;
  /* 可选，用于调整与标签的间距 */
}

/* 当复选框被选中时，改变自定义复选框的样式 */
.sign-bj .region .seven .custom-checkbox input[type="checkbox"]:checked+.checkbox-custom {
  background-color: #FD6350;
  /* 选中时的背景色 */
  border-color: #FD6350;
  /* 选中时的边框色 */
}

/* 可选：在自定义复选框中添加一个小标记，表示已选中 */
.seven .custom-checkbox input[type="checkbox"]:checked+.checkbox-custom::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 底部版权 */
.sign-bj .sign .footer a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #949494;
  text-align: center;
}

.sign-bj .sign .footer a:hover {
  color: #585858;
}