.cardFrame .hearder {
  background: #fff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.cardFrame .hearder .hearderMain {
  height: 70px;
  margin: 0 360px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardFrame .hearder .hearderMain .logoName {
  display: flex;
}
.cardFrame .hearder .hearderMain .logoName .zzbName {
  font-weight: 700;
  color: #222222;
  font-size: 28px;
}
.cardFrame .hearder .hearderMain img {
  width: 44px;
  margin-right: 14px;
}
.cardFrame .hearder .hearderMain .loginRegister a {
  padding: 5px 15px;
  border-radius: 18px;
}
.cardFrame .hearder .hearderMain .loginRegister .register {
  background-color: #1a6fff;
  color: #fff;
  margin-right: 14px;
  cursor: pointer;
}
.cardFrame .hearder .hearderMain .loginRegister .login {
  background-color: #e6e6e6;
  color: #3f3f3f;
  cursor: pointer;
}
.cardFrame .broadcast {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 510px;
  background-image: url(./image/backImg.png);
}
.cardFrame .broadcast .imageText {
  margin: 113px 0 0 360px;
}
.cardFrame .broadcast .imageText .kdzzb {
  height: 82px;
  line-height: normal;
  font-weight: 700;
  color: #222222;
  font-size: 62px;
}
.cardFrame .broadcast .imageText .kptzzb {
  width: 238px;
  height: 45px;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 62px;
  color: #333333;
  font-size: 34px;
}
.cardFrame .broadcast .imageText .zzbbutton {
  width: 191px;
  height: 46px;
  line-height: 46px;
  display: block;
  text-align: center;
  background: #1a6fff;
  border-radius: 30.5px;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.cardFrame .broadcast .Login {
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  width: 350px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
  font-family: "PingFang SC, Helvetica Neue, Helvetica, microsoft yahei, arial, STHeiTi, sans-serif";
}
.cardFrame .broadcast .Login .LoginText {
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.cardFrame .broadcast .Login .loginForm {
  padding: 10px 30px 0;
}
.cardFrame .broadcast .Login .loginForm .loginPhon {
  margin-bottom: 18px;
  display: flex;
}
.cardFrame .broadcast .Login .loginForm .loginPhon .loginIco {
  box-sizing: border-box;
  width: 46px;
  height: 32px;
  background-color: #f5f7fa;
  border: 1px solid #999;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cardFrame .broadcast .Login .loginForm .loginPhon input {
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  width: 244px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cardFrame .broadcast .Login .loginForm .loginPhon input:focus {
  outline: none;
  border: 1px solid #1989fa;
}
.cardFrame .broadcast .Login .loginForm .inputPhone {
  font-size: 12px;
  color: red;
}
.cardFrame .broadcast .Login .loginForm .inputmima {
  font-size: 12px;
  color: red;
}
.cardFrame .broadcast .Login .loginForm .loginforget {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  color: #606266;
}
.cardFrame .broadcast .Login .loginbutton {
  padding: 8px 15px;
  margin: 10px 30px;
  background-color: #409eff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.cardFrame .broadcast .Login .loginbutton:hover {
  background-color: #79bbff;
}
.cardFrame .broadcast .Login .goregister {
  padding: 8px 15px;
  margin: 0 30px 10px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 4px;
  color: #999999;
}
.cardFrame .broadcast .Login .goregister:hover {
  color: #1989fa;
  border: 1px solid #1989fa;
}
.cardFrame .main {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cardFrame .main .mainTop {
  margin-top: 55px;
  margin-bottom: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cardFrame .main .mainTop .mainText {
  font-weight: 700;
  color: #777777;
  font-size: 36px;
}
.cardFrame .main .mainTop .mainEnT {
  width: 144px;
  height: 26px;
  line-height: 24px;
  color: #b6b6b6;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #e2e2e2;
}
.cardFrame .main .mainImg {
  display: flex;
  margin: 0 360px;
}
.cardFrame .main .mainImg > li {
  width: 280px;
  height: 128px;
  margin-right: 26px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardFrame .main li:last-child {
  margin-right: 0px;
}
.cardFrame .footer {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
}
.cardFrame .footer .footerTextP {
  color: #616161;
  font-size: 18px;
  padding-bottom: 12px;
}
.cardFrame .footer .footerTop {
  margin-top: 55px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cardFrame .footer .footerTop .footerText {
  font-weight: 700;
  color: #777777;
  font-size: 36px;
}
.cardFrame .footer .footerTop .footerEnT {
  width: 144px;
  height: 26px;
  line-height: 24px;
  color: #b6b6b6;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #e2e2e2;
}
.cardFrame .footer .footerImg {
  display: flex;
  margin: 72px 360px 0;
  overflow: hidden;
}
.cardFrame .footer .footerImg > li {
  margin-right: 238px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cardFrame .footer .footerImg > li:last-child {
  margin-right: 0px;
}
.cardFrame .footer .footerImg > li span {
  margin-top: 30px;
  color: #616161;
  font-size: 16px;
}
.cardFrame .bottomNote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 145px;
  background: #1e2023;
  font-family: "PingFangSC-Regular";
  color: #999999;
  font-size: 14px;
}
.cardFrame .bottomNote .bottomNoteTop {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
