* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.wapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
ul {
  list-style: none;
}
body {
	background:#fff;
}
.contain{
  position: relative;
  padding-bottom: 96px;
  min-height: 1081px;
  /* height: calc(100vh - 96px); */
}
.container {
  min-height: 100%;
}
.container .top {
  height: 40px;
  background: #333;
}
.container .backgroung-wapper {
  height: 100vh;  
  background: url(../images/login_banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.container .backgroung-wapper .header-site-menu {
  height: 80px;
  margin: auto;
}
.container .backgroung-wapper .login-form {
  width: 474px;
  height: 508px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -254px;
  margin-left: -237px;
  opacity: 0.92;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
}
.container .backgroung-wapper .login-form .keyBoardIcon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 8px;
  top: 14px;
  width: 16px;
  height: 11px;
  z-index: 888;
}
.container .backgroung-wapper .login-form .form-item {
  position: relative;
  height: 40px;
  margin-bottom: 24px;
}
.container .backgroung-wapper .login-form .form-item .forget-password {
  float: left;
  margin-left: 18px;
  margin-top: 10px;
  font-size: 14px;
  color: #0E80DE;
  font-weight: 400;
}
.container .backgroung-wapper .login-form .form-item label {
  width: 123px;
  float: left;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  text-align: right;
  font-weight: 400;
  margin-right: 6px;
}
.container .backgroung-wapper .login-form .form-item label.error {
  width: 250px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  top: 42px;
  text-align: left;
  left: 139px;
  font-size: 12px;
  color: #F14C5D;
  font-weight: 400;
}
.container .backgroung-wapper .login-form .form-item input {
  float: left;
  height: 38px;
  outline: none;
  width: 222px;
  border: none;
  border-radius: 2px;
  border: 1px solid #BBBBBB;
  text-indent: 8px;
}
.container .backgroung-wapper .login-form .form-item input:focus {
  border: 1px solid #f14c5d;
}
.container .backgroung-wapper .login-form .form-item input::-webkit-input-placeholder {
  height: 17px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #BBBBBB;
  font-weight: 500;
}
.container .backgroung-wapper .login-form .form-item:last-child {
  margin-bottom: 0;
}
.container .backgroung-wapper .login-form .form-item .keyBoard {
  position: absolute;
  display: inline-block;
  right: 127px;
  top: 12px;
  background: url(../images/keyBoard.png);
  width: 16px;
  height: 16px;
}
.container .backgroung-wapper .login-form .auth-code input {
  width: 126px;
  right: 94px;
}
.container .backgroung-wapper .login-form .auth-code img,
.container .backgroung-wapper .login-form .auth-code .getAuthcode {
  float: left;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  margin-left: 18px;
}
.container .backgroung-wapper .login-form .auth-code span {
  float: left;
  margin-left: 16px;
  width: 42px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.container .backgroung-wapper .login-form .auth-code .getAuthcode {
  border: 1px solid #979797;
  font-size: 14px;
  color: #BBBBBB;
  font-weight: 400;
  background-color: white;
}
.container .backgroung-wapper .login-form .auth-code span {
  color: #0E80DE;
  text-decoration: underline;
  right: -83px;
}
.container .backgroung-wapper .login-form .submit-btn {
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  width: 223px;
  height: 40px;
  background: #D50031;
  border-radius: 2px;
  margin-left: 129px;
}
.container .backgroung-wapper .login-form .tips {
  width: 223px;
  margin-left: 129px;
  margin-top: -7px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.container .backgroung-wapper .login-form .tips a {
  color: #1075D9;
  text-decoration: underline;
}
.container .backgroung-wapper .login-form .tips .login-guide {
  color: #BBBBBB;
  text-decoration: none;
}
.container .backgroung-wapper .login-form .tabs {
  height: 60px;
  border-bottom: 2px solid #C91831;
  text-align: center;
  margin-bottom: 56px;
}
.container .backgroung-wapper .login-form .tabs > div {
  padding-top: 16px;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #C91831;
  font-weight: 600;
}
.zs_menu_temp .top_banner {
  height: 240px;
  background: url(../images/zs_banner.png) no-repeat 100% 100%;
}
.zs_menu_temp .navigation {
  height: 22px;
  margin: 16px auto;
}
.zs_menu_temp .navigation .map_nav {
  font-size: 14px;
  margin-left: 7px;
}
.zs_temp {
  display: flex;
  justify-content: center;
}
.zs_temp .left_menu {
  width: 205px;
  height: auto;
}
.zs_temp .left_menu .menu_item {
  margin-bottom: 4px;
}
.zs_temp .left_menu .zs_nav_item_title {
  position: relative;
  max-height: 40px;
}
.zs_temp .left_menu .zs_nav_item_title .menu_title {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 16px;
  font-weight: bold;
}
.zs_temp .left_menu .zs_nav_item_title .icon {
  position: absolute;
  right: 15px;
}
.zs_temp .left_menu .zs_nav_item_title,
.zs_temp .left_menu ul li {
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  background: #F7F7F7;
  border: none;
}
.zs_temp .left_menu ul li .second_menu {
  float: right;
  margin: -24px 15px 16px 0;
}
.zs_temp .left_menu ul li > span,
.zs_temp .left_menu ul li > a {
  display: block;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 16px;
}
.zs_temp .left_menu ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s;
}
.zs_temp .left_menu ul.click {
  max-height: 666px;
}
.zs_temp .left_menu ul li:hover {
  background: rgba(201, 24, 49, 0.05);
}
.zs_temp .left_menu ul li:hover::before {
  content: '';
  position: absolute;
  left: 4px;
  width: 4px;
  height: 40px;
  background: #C91831;
}
.zs_temp .left_menu ul li ul li:hover {
  background: #F7F7F7;
}
.zs_temp .left_menu ul li ul li:hover::before {
  content: none;
}
.zs_temp .left_menu ul li:hover span:first,
.zs_temp .left_menu ul li:hover a:first {
  color: #C91831;
}
.zs_temp .left_menu ul li ul li:hover span,
.zs_temp .left_menu ul li ul li:hover a {
  color: #C91831;
}
.zs_temp .left_menu ul li ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s;
}
.zs_temp .left_menu ul li ul li span,
.zs_temp .left_menu ul li ul li a {
  display: block;
  width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
  font-size: 12px;
}
.zs_temp .left_menu ul li ul .click {
  max-height: 666px;
}
.zs_temp .left_menu .colorTag {
  color: #C91831;
}
.zs_temp .left_menu .active {
  background: #C91831;
  font-weight: 600;
}
.zs_temp .left_menu .active span,
.zs_temp .left_menu .active a {
  color: #FFFFFF;
}
.zs_temp .left_menu .liclick {
  background: rgba(201, 24, 49, 0.05);
}
.zs_temp .left_menu .liclick::before {
  content: '';
  position: absolute;
  left: 4px;
  width: 4px;
  height: 40px;
  background: #C91831;
}
.zs_temp .left_menu .liclick > span,
.zs_temp .left_menu .liclick > a {
  color: #C91831;
}
.zs_temp .right_content {
  min-height: 666px;
  width: 955px;
  margin-left: 32px;
  border: 1px solid #e6e6e6;
  padding: 0 32px;
  box-sizing: border-box;
}
.zs_temp .right_content .content_title {
  height: 60px;
  display: flex;
  align-items: center;
}
.zs_temp .right_content .content_title .line {
  width: 4px;
  height: 17px;
  background: #C91831;
  margin-right: 8px;
}
.zs_temp .right_content .content_title .title_name {
  font-size: 18px;
  color: #333333;
  text-align: justify;
  line-height: 60px;
  font-weight: 600;
}
body .header .header-site-menu .header-right .header-menu li>a, .contain .header .header-site-menu .header-right .header-menu li>a {
    display: inline-block;
    text-align: center;
    width: 104px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    height: 40px;
    color: #333;
}
body .header .header-site-menu .header-right .header-menu li:hover>a, .contain .header .header-site-menu .header-right .header-menu li:hover>a{
	color:#fff;
} 
