/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "阿里妈妈方圆体 VF Regular";src: url("../fonts/jingzhou-fangyuan.woff2") format("woff2"),
    url("../fonts/jingzhou-fangyuan.woff") format("woff");
    font-display: swap;
  }
  html,body {
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  * {
    padding: 0;
    margin: 0;
  }
  ul,li {
    list-style: none;
  }
  a,a:hover,a:focus,a:active {
    text-decoration: none;
  }

  .gongan-bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/jingzhou-homeBg.jpg);
    background-size: cover;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gongan-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
  }
  .gongan-head>img {
    width: 80px;
    height: 80px;
  }
  .gongan-head>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .gongan-head>div>img {
    margin-left: 20px;
  }
  .gongan-body {
    width: 1100px;
  }
  .home-list {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-item {
    width: calc(20% - 40px);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-item>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding: 30px 0;
    height: 116px;
    background-color: #0a70bc;
  }
  .item-icon {
    width: 60px;
    height: 60px;
    background-image: url(../images/jingzhou-icons.png);
    margin-bottom: 20px;
  }
  .home-item>a>span {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    text-align: center;
    line-height: 20px;
  }
  .icon02 {
    background-position: 0 -60px;
  }
  .icon03 {
    background-position: 0 -120px;
  }
  .icon04 {
    background-position: 0 -180px;
  }
  .icon05 {
    background-position: 0 -240px;
  }
  .icon06 {
    background-position: 0 -300px;
  }
  .icon07 {
    background-position: 0 -360px;
  }
  .icon08 {
    background-position: 0 -420px;
  }
  .icon09 {
    background-position: 0 -480px;
  }
  .icon10 {
    background-position: 0 -540px;
  }
  .icon11 {
    background-position: 0 -600px;
  }
  .icon12 {
    background-position: 0 -660px;
  }
  .home-item>a:hover {
    transform: translateY(-3%);
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  }

  @media (max-width: 1600px) { 
    .gongan-head {
        margin-top: 6%;
    }
    .home-list {
        margin-top: 40px;
    }
  }
  @media (max-width: 1366px) { 
    .gongan-head {
        margin-top: 4%;
    }
    .gongan-head>img {
        width: 60px;
        height: 60px;
    }
    .gongan-head>div>img {
        height: 48px;
    }
    .home-list {
        margin-top: 20px;
    }
  }
  @media (max-width: 1366px) and (min-width: 768px) { 
    .gongan-head {
        margin-top: 60px;
    }
    .home-list {
        margin-top: 40px;
    }
    .gongan-body {
        width: calc(100% - 10px);
        padding: 0 5px;
    }
    .home-item {
        width: calc(20% - 20px);
        padding: 10px;
      }
      .home-item>a {
        padding: 15px 0;
        border-radius: 24px;
      }
      .home-item>a>span {
        font-size: 14px;
      }
  }
  @media (max-width: 768px) { 
    html,body {
        overflow-y: auto;
    }
    .gongan-bg {
        min-height: 100% !important;
        height: auto !important;
    }
    .gongan-head {
        margin-top: 10px;
        padding: 0 5px;
    }
    .gongan-head>img {
        width: 2.8rem;
        height: 2.8rem;
      }
      .gongan-head>div>img {
        margin-left: 5px;
        height: 2rem;
      }
    .home-list {
        margin-top: 10px;
    }
    .gongan-body {
        width: calc(100% - 40px);
        padding: 0 20px 40px 20px;
    }
    .home-item {
        width: calc(50% - 20px);
        padding: 10px;
      }
      .home-item>a {
        padding: 15px 0;
        border-radius: 24px;
      }
      .home-item>a>span {
        font-size: 14px;
      }
  }
  @media (max-width: 360px) { 
    .gongan-body {
        width: calc(100% - 30px);
        padding: 0 15px 40px 15px;
    }
      .home-item>a {
        height: 80px;
        border-radius: 12px;
      }
      .home-item>a>span {
        font-size: 13px;
      }
      .item-icon {
        transform: scale(0.7);
        margin-bottom: 0;
      }
  }




  /* 二维码下载页面样式 */
  .gongan-code-bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/jingzhou-homeBg.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
  }
  .gongan-code-head {
    padding: 0 120px;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .gongan-code-head>img {
    width: 40px;
    height: 40px;
  }
  .gongan-code-head>div {
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
    font-family: "阿里妈妈方圆体 VF Regular";
    font-weight: bold;
  }
  .gongan-code-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 300px);
    width: 1200px;
    margin: 0 auto;
  }
  .code-left {
    display: flex;
    flex-direction: column;
  }
  .code-left>img {
    margin-bottom: 80px;
    width: 80%;
  }
  .codes {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
    flex-wrap: wrap;
    padding-right: 120px;
  }
  .code-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin: 10px;
    width: 140px;
    height: 155px;
    padding: 5px 5px 0;
  }
  .code-item>img {
    width: 108px;
    height: 108px;
  }
  .code-item>span {
    text-align: center;
    line-height: 20px;
  }
  @media (max-width: 1600px) and (min-width: 1366px) { 
    .gongan-code-head {
      padding: 0 30px;
      height: 100px;
    }
    .gongan-code-body {
      width: 1100px;
    }
    .code-right>img {
      width: 420px;
    }
  }
  @media (max-width: 1366px) and (min-width: 768px) { 
    .gongan-code-head {
      padding: 0 10px;
      height: 80px;
    }
    .gongan-code-body {
      width: calc(100% - 40px);
      padding: 0 20px;
    }
    .codes {
        padding-right: 20px;
    }
    .code-left>img {
      width: 65%;
      margin-bottom: 30px;
    }
    .code-right>img {
      width: 360px;
    }
    .code-item {
      height: 140px;
      width: calc(33% - 20px);
      margin: 5px;
    }
    .code-item>img {
      height: 100px;
      width: 100px;
    }
    .code-item>span{
      font-size: 12px;
    }
  }
  @media (max-width: 1366px) and (min-width: 1000px) { 
    .code-item {
      width: 160px;
      height: 130px;
      margin: 5px 15px;
    }
    .codes {
        padding-right: 150px;
    }
    .code-right>img {
      width: 390px;
    }
  }
  @media (max-width: 768px) { 
    .gongan-code-head {
      padding: 0 10px;
      height: 60px;
    }
    .gongan-code-head>img {
      width: 30px;
      height: 30px;
    }
    .gongan-code-head>div {
      margin-left: 5px;
      font-size: 20px;
    }
    .gongan-code-body {
      width: calc(100% - 20px);
      padding: 0 10px;
      height: calc(100% - 60px);
    }
    .code-left {
      width: 100%;
  }
    .code-left>img {
      width: 90%;
      margin: 0 auto 10px;
    }
    .code-right {
      display: none;
    }
    .codes {
      flex-wrap: wrap;
      justify-content: center;
    }
    .code-item {
      width: calc(50% - 30px);
    }
  }

  /* 登录页样式 */
  .gongan-login-bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/jingzhou-loginBg.jpg);
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .login-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 120px;
  }
  .login-head>img {
    width: 72px;
    height: 72px;
  }
  .login-head>div {
    margin-left: 10px;
    font-size: 60px;
    color: #fff;
    font-family: "阿里妈妈方圆体 VF Regular";
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
  }
  .login-body {
    margin-top: 60px;
    width: 960px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.02);
    height: 440px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .login-left>img {
      width: 440px;
      height: 440px;
  }
  .login-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 440px;
  }
  .welcome {
    color: #333;
    font-size: 26px;
  }
  .login-box {
    display: flex;
    flex-direction: column;
    width: 440px;
  }
  .login-item {
    margin-top: 20px;
  }
  .login-item-inner {
    position: relative;
    width: calc(100% - 40px);
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 40px;
  }
  .login-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/jingzhou-loginIcons.png);
    left: 10px;
    top: 10px;
  }
  .login-item-inner>input {
    width: calc(100% - 2px);
    height: 40px;
    border: none;
    outline: none;
  }
  .icon-password {
    background-position: 0 -20px;
  }
  .icon-code {
    background-position: 0 -40px;
  }
  .login-code-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .login-code-item>.login-item-inner {
    width: 200px;
  }
  .login-btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: #065592;
    border-radius: 4px;
    cursor: pointer;
  }
  .login-other {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .other-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .other-item-inner {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #065592;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other-icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/jingzhou-loginOtherIcons.png);
  }
  .other-icon02 {
    background-position: 0 -50px;
  }
  .other-icon03 {
    background-position: 0 -100px;
  }
  .other-title {
    color: #666;
    line-height: 20px;
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
  }

  @media (max-width: 1600px) and (min-width: 1366px) { 
    .login-head {
      margin-top: 70px;
    }
    .login-head>img {
      width: 64px;
      height: 64px;
    }
    .login-head>div {
      font-size: 50px;
    }
    .login-body {
      margin-top: 30px;
      width: 880px;
      height: 400px;
    }
    .login-left>img {
        width: 400px;
        height: 400px;
    }
    .login-right {
      width: 400px;
    }
    .login-box {
      width: 400px;
    }
    .login-item {
      margin-top: 20px;
    }
  }
  @media (max-width: 1366px) and (min-width: 768px) { 
    .login-head {
      margin-top: 50px;
    }
    .login-head>img {
      width: 64px;
      height: 64px;
    }
    .login-head>div {
      font-size: 50px;
    }
    .login-body {
      margin-top: 30px;
      width: 650px;
      height: 320px;
    }
    .login-left>img {
        width: 320px;
        height: 320px;
    }
    .login-right {
      width: 300px;
    }
    .welcome {
      display: none;
    }
    .login-box {
      width: 300px;
    }
    .login-item {
      margin-top: 18px;
    }
    .other-item-inner {
      width: 52px;
      height: 52px;
    }
    .login-other {
      margin-top: 15px;
    }
    .other-item {
      width: 33.33%;
    }  
    .other-title {
      font-size: 12px;
    }
  }
  @media (max-width: 768px) { 
    .gongan-login-bg {
      background-image: none;
      background-color: #0a548f;
      justify-content: center;
    }
    .login-head {
      margin-top: 0;
    }
    .login-head>img {
      width: 30px;
      height: 30px;
      margin-left: 10px;
    }
    .login-head>div {
      font-size: 24px;
      margin-left: 5px;
    }
    .login-body {
      width: calc(100% - 80px);
      height: 360px;
      padding: 20px;
      margin: 30px auto 0;
    }
    .login-left {
       display: none;
    }
    .login-right {
      width: 100%;
    }
    .welcome {
      display: none;
    }
    .login-box {
      width: 100%;
    }
    .login-item {
      margin-top: 18px;
    }
    .login-item:first-child {
      margin-top: 0;
    }
  }

  /* 导航页添加管理员、帮助、退出 */
  .navigation-mine {
    position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
}
.navigation-mine-item {
	margin-right: 20px;
	padding: 0 10px;
	height: 28px;
  border: 1px solid #0960a1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0960a1;
	border-radius: 14px;
	cursor: pointer;
}
.navigation-mine-item>label {
	width: 14px;
	height: 14px;
	background-image: url(../images/jingzhou-navigationIcons.png);
	margin-right: 5px;
}
.navigation-mine-item:hover {
	border-color: #0a70bc;
  color: #0a70bc;
}
.second-mine-item>label {
	background-position: 0 -14px;
}
.thrid-mine-item>label {
	background-position: 0 -28px;
}


/* 导航页灰色禁用样式 */
.gray-home-item>a {
  background-color: rgba(10,112,188,0.5);
  cursor: default;
}
.gray-home-item>a:hover {
  transform: translateY(0);
  box-shadow: none;
}
@media (max-width: 768px) { 
  .navigation-mine {
    position: static;
  }
  .navigation-mine-item {
    margin: 0 10px;
  }
}