/*body样式*/
/**
文字大小：12px/150%，文字字体：Arial,Verdana,"\5b8b\4f53"（宋体）
*/
body {
  font: 12px/150% Arial, Verdana, "\5b8b\4f53";
  color: #666;
  background: #F5F6FA !important;
  zoom: 0.75;
}

/*顶部区域*/
.wrap {
  width: 1008px;
  position: relative;
  margin: 0 auto;
}

#logo {
  position: relative;
  width: 300px;
  height: 60px;
  margin: 10px 0;
  float: left;
}

.q-link {
  position: relative;
  float: right;
  top: 50px;
  color: #999;
}

.q-link {
  font-size: 14px;
}

.q-link:hover {
  text-decoration: underline;
  color: red;
}

.zc_main {
  width: 100%;
  height: 722px;
  padding-top: 100px;
}

.wrap {
  width: 1002px;
  margin: 0 auto;
  overflow: hidden;
}

/*表单*/
.tab_cont {
  position: relative;
  z-index: 1;
  width: 1001px;
  height: 675px;
  padding: 30px 0;
  border-radius: 12px;
  background-color: #fff;
}

.zc_text {
  position: relative;
  z-index: 2;
  height: 50px;
}

.zc_text li.zc_litext {
  position: relative;
  top: 1px;
  height: 49px;
  color: #333;
  background-color: #fff;
  left: 130px;
}

.zc_text li {
  height: 50px;
  float: left;
  font: 16px / 50px "微软雅黑";
  text-align: center;
  color: #003366;
}

.zc_text li {
  width: 350px;
}

.zc_text li.zc_text {
  position: relative;
  top: 1px;
  height: 49px;
  color: #333;
  background-color: #fff;
  left: 130px;
}

.zc_text li {
  height: 50px;
  float: left;
  font: 16px / 50px;
  text-align: center;
  color: #003366;
}

.zc_text li {
  width: 350px;
}

#form-phone {
  height: 555.67px;
  padding: 20px 20px;
  color: #999;
}

table {
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
}

/*左边信息*/
.table_R .left {
  text-align: right;
  font-size: 16px;
  color: #333;
  width: 100px;
}

.table_R td {
  padding-right: 15px;
}

/*中间信息*/
.wgt_txt_01 {
  width: 325px;
  padding: 10px;
  margin: 17px 0 18px;
}

.wgt_txt_01 {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  font: 16px / 20px Arial, "宋体";
  color: #999;
}

/*右边信息*/
/* 错误信息message */
.Emailerror,
.Codeerror,
.PWderror {
  color: red;
  display: none;
}

/* 正确信息message */
.fm_Email_message,
.fm_Code_message,
.fm_password_message {
  display: none;
  line-height: 27px;
  /*宽高27px*/
  padding-right: 40px;
  background: url('../images/registered/正确.png')no-repeat 100% 0;
}

/*验证码*/
.btn_getCode {
  display: inline-block;
  width: 115px;
  height: 40px;
  margin-left: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  background-color: #FD9D94;
  color: #fff;
}

.table_R td {
  padding-right: 15px;
}

.w180 .wgt_txt_01 {
  width: 180px;
}

.wgt_txt_01 {
  width: 325px;
  padding: 10px;
  margin: 17px 0 18px;
}

.wgt_txt_01 {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  font: 16px / 20px Arial, "宋体";
  color: #999;
}

/*密码强度*/
.password-strength {
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 5px;
}

.strength-bar {
  height: 4px;
  width: 30%;
  background: #eee;
  border-radius: 2px;
}

.strength-text {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

.weak {
  background: #eee;
}

.medium {
  background: #eee;
}

.strong {
  background: #eee;
}

/*输入框聚焦样式*/
input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
}

input:focus {
  border-color: transparent;
  outline: none;
  animation: borderGlow 1.5s infinite alternate;
}

@keyframes borderGlow {
  0% {
    box-shadow: 0 0 0 2px rgba(100, 200, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 100, 200, 0.5);
  }
}

/* 提交和重置按钮 */
.button-group {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}

.submit-btn,
.reset-btn {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.submit-btn {
  background: #ff4d4f;
  color: white;
}

.submit-btn:hover {
  background: #FD9D94;
  transform: translateY(-1px);
}

.reset-btn {
  background: #f5f5f5;
  color: #666;
  border: 1px solid #ddd;
}

.reset-btn:hover {
  background: #eaeaea;
  transform: translateY(-1px);
}

/* 点击效果 */
.submit-btn:active,
.reset-btn:active {
  transform: translateY(1px);
}

.box {
  top: 700px;
}

/*底部区域*/
.footer02 {
  padding: 90px 0;
  text-align: center;
  color: #a1a1a1;
  font-family: "Arial";
  line-height: 24px;
}

/*弹窗*/
.top {
  width: 234px;
  height: 39.5px;
  position: fixed;
  display: flex;
  z-index: 2025;
  text-align: center;
  top: -90px;
  /*30px 为导航栏高度*/
  left: 45%;
  /* 平滑效果 */
  transition: all 0.5s ease;
}

.top {
  transition: top 0.3s ease;
}

.top.show {
  top: 30px;
}

.top.hide {
  top: -90px;
}

.color {
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(49, 49, 77, 0.12);
  border: 1px solid #d8eafc;
  border-radius: 4px;
}

.img-elment {
  width: 16px;
  height: 16px;
  margin: 12px;
}

.txt-elment {
  margin: 13px -4px;
  font-size: 14px;
  color: #39bf3e;
  line-height: 1;
}