html {
  height: 100%;
}
.bg1 {
  background-color: #f6f8fa;
  width: 100%;
  height: 100%;
}
.header {
  height: 70px;
  width: 100%;
  background: #00489b;
  padding: 15px 0;
}
.h-c {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.h-l {
  display: flex;
  align-items: center;
}
.toTitle {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
}
.toTitle:hover {
  color: #ffffff;
  text-decoration: none;
}
.t-title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-top: 4px;
}
.nb_line {
  margin: 0 20px;
}
.logo {
  width: 161px;
  height: 33px;
}

/* 内容 */
.conent {
  background: url(../img/login/bg.png) 100% 100%;
  height: calc(100% - 170px);
  padding: 70px 0 0;
}
.c-c {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.zt {
  width: 860px;
  height: 600px;
  position: relative;
  left: -200px;
}

.c-login {
  background: #ffffff;
  box-shadow: 0px 0px 23px 0px rgba(12, 138, 255, 0.11);
  border-radius: 10px 10px 10px 10px;
  padding: 30px 40px;
  width: 400px;
  height: 550px;
  min-width: 400px;
}
.c-l-t {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.c-login .dlbox {
  background: #fafbff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ecedef;
  padding: 8px 20px;
  margin-top: 30px;
}
.login_icon {
  width: 26px;
  height: 26px;
}
.c-login .input2 {
  border: none;
  outline: none;
  width: calc(100% - 30px);
  height: 30px;
  padding-left: 10px;
}

.zh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.jzzh {
  display: flex;
  align-items: center;
  color: #999999;
}
.zh .jz {
  margin-top: 2px;
}
.jzzh input {
  margin-right: 6px;
}
.c-logi {
  background: #00489b;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border: none;
}
.wxlogin {
  background: #18a132;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border: none;
}
.l-tic {
  font-weight: 400;
  font-size: 13px;
  color: #888888;
  margin-top: 15px;
}
.l-tic-t {
  font-weight: 700;
  color: #555555;
}
.jy {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  font-weight: 700;
  font-size: 13px;
  color: #555555;
}
.jy a {
  background-repeat: no-repeat;
  font-family: "Microsoft YaHei UI";
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 10px;
  padding: 0 0 0 25px;
  background-size: 14px;
}
.firefox_pic{
	background-image: url('../img/login/hf.png');
}
.google_pic{
	background-image: url('../img/login/gg.png');
}
.firefox_360{
	background-image: url('../img/login/360.png');
}
/* 底部 */
.button {
  height: 100px;
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  background: #f6f8fc;
  padding: 20px 0;
}
.blogo img {
  width: 200px;
  height: 41px;
}
.copyright {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.b-txt {
  text-align: right;
}
.b-txt a {
  color: inherit;
  text-decoration: none;
}
.b-txt .fg {
  margin: 0 10px;
}
.b-txt .jssz{
	margin-top: 10px;
}
.cp{
	cursor: pointer;
}
.phone{
	margin-left: 10px;
}