.full-container-width {
  margin: 18px auto;
  width: 1200px;
}
.white-container {
  margin-top: 0px;
  margin-bottom: 30px;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  position: relative;
}
.self-title {
  margin-top: 28px;
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3c8bec;
  line-height: 28px;
}
.self-type-title {
  font-size: 14px;
  color: #525252;
}
.self-btnc {
  margin-left: -100px;
  margin-top: 105px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.back-btn {
  width: 100px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #979797;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.blue-btn {
  margin-left: 40px;
  width: 100px;
  height: 42px;
  background-color: #3c8bec;
  border-radius: 3px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.zkzh-tip-btn-container {
  margin-left: -115px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.zkzh-tip-btn-container > span {
  margin-left: 6px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3c8bec;
}

/* .zkzh-tip-container {
  position: absolute;
  bottom: 68px;
  right: 35px;
  width: 390px;
  height: auto;
  background-color: #ecf4ff;
  padding-left: 15px;
  padding-right: 12px;
  padding-top: 17px;
  padding-bottom: 15px;
} */
.zkzh-tip-container {
  position: absolute;
  bottom: 552px;
  right: 30px;
  width: 360px;
  height: auto;
  background-color: #ecf4ff;
  padding-left: 15px;
  padding-right: 12px;
  padding-top: 17px;
  padding-bottom: 15px;
}
.zkzh-tip-container > div {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

/*--  提示弹窗  --*/
.payTipCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
  display: flex;
  justify-content: center;
  align-items: center;
}
.payTipContainer {
  position: relative;
  width: 860px;
  height: 600px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-container {
  margin-top: 34px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.title-container span {
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  z-index: 100;
}
.title-container-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.title-container-blue div {
  background-color: #3b98fc;
  width: 77px;
  height: 100%;
  opacity: 0.26;
}
.payTipTitle {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  margin-top: 28px;
  margin-left: 36px;
}
.html-tip-text-c {
  margin: 23px 0 10px 0;
  height: 340px;
  max-height: 410px;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
  /* background-color: cyan; */
}
.html-div {
  margin-top: 15px;
  margin-left: 36px;
  margin-right: 36px;
}
.payTipTextArea {
  margin-top: 23px;
  width: 89%;
  display: flex;
  flex-direction: column;
}
.payTipTextBlack {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
}
.payTipTextGray {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

.tipText {
  width: 742px;
  height: 60px;
  display: flex;
  align-items: center;
  /* background-color: rgb(252, 234, 232); */
  background-color: rgb(248, 248, 248);
}
.tipText span {
  color: rgb(51, 51, 51);
  margin-left: 20px;
}
.tongyi-c {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.tongyi-c input {
  margin-top: 2px;
}
.tongyi-c div {
  margin-left: 5px;
  color: #323232;
  font-size: 12px;
  font-weight: 400;
}

.coverClose {
  position: absolute;
  z-index: 0;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
}

.blueBtn {
  margin-left: 60px;
  width: 150px;
  height: 50px;
  background-color: #3c8bec;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px #4689da;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* menu.css */
.top-title {
  height: 50px;
  width: 1200px;
  margin: 15px auto 0;
}
.top-title h2 {
  float: left;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1e3f84;
  line-height: 50px;
  margin: 0;
}
.top-title h2 img {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
}
.top-title h2 span {
  float: left;
  margin-left: 10px;
}
.menu {
  width: 100%;
  background-color: #4f8ce5;
}
.nav-ul {
  width: 1200px;
  margin: 15px auto 0;
  list-style: none;
}
.nav-ul > li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.nav-ul > li a {
  height: 60px;
  width: 90px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
}
.nav-ul > li a.active {
  background-color: #4376d6;
}
.nav-i {
  width: 10px;
  height: 6px;
  display: inline-block;
  background: url("../../image/chevron-down.png") 0 0/100% 100%;
  margin-left: 5px;
  vertical-align: middle;
}
.nav-hid {
  width: 110px;
  background-color: #ffffff;
  position: absolute;
  box-shadow: 0px 3px 7px 0px rgba(196, 196, 196, 0.3);
  left: -10px;
  top: 61px;
  display: none;
  z-index: 2000;
}
.nav-hid li {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.nav-hid li:hover {
  color: #4f8ce5;
}
