@charset "UTF-8";
/* 公共样式 */
.wap {
  display: none !important; }

.main {
  width: 1400px;
  margin: 0 auto; }

/* 网站样式 */
.login-box {
  width: 100%;
  overflow: hidden;
  position: relative; }

.login-box-img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px; }
  .login-box-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }

.login-text {
  width: 500px;
  height: 540px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  padding: 75px 50px; }
  .login-text h5 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
  .login-text input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #E0E9F8;
    padding-left: 60px;
    margin-bottom: 28px;
    font-size: 16px;
    color: #999; }
  .login-text .name {
    background: url(../esimg/login_icon1.png) no-repeat 24px center; }
  .login-text .cardId {
    background: url(../esimg/login_icon2.png) no-repeat 24px center; }
  .login-text .submit {
    height: 60px;
    background: linear-gradient(-90deg, #FFAC00, #FDC758);
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 38px; }

/* 分页 */
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  .paging .page-num {
    width: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #EAEAEA;
    color: #9C9CA3;
    margin: 0 5px;
    transition: all .3s; }
    .paging .page-num:hover {
      background-color: #184796;
      color: #fff; }
  .paging .page-active {
    background-color: #184796;
    color: #fff; }
  .paging .page-next,
  .paging .page-prev {
    width: 72px; }
    .paging .page-next span,
    .paging .page-prev span {
      font-size: 16px; }

/* 顶部 */
.header {
  padding: 0 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s; }
  .header .header-login {
    display: flex;
    align-items: center; }
    .header .header-login .header-name {
      display: flex;
      align-items: center;
      margin-right: 20px; }
      .header .header-login .header-name img {
        margin-right: 8px; }
    .header .header-login .header-btn {
      width: 80px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      background: linear-gradient(-89deg, #F88512 0%, #FA9A3A 100%);
      border-radius: 4px; }

/* 主要内容 */
.content-bg {
  background-color: #EEF3F7;
  padding-right: 30px;
  display: flex;
  align-items: flex-start; }
  .content-bg .content-left {
    width: 240px;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 0px 10px 0px 0px;
    height: calc(100vh - 90px);
    overflow: hidden;
    padding: 6px 0;
    margin-top: 30px; }
    .content-bg .content-left .content-item {
      display: flex;
      font-size: 18px;
      align-items: center;
      padding: 15px 0 15px 50px;
      transition: all .3s; }
      .content-bg .content-left .content-item:hover {
        background: linear-gradient(-90deg, #E9F0FB, #FFFFFF); }
      .content-bg .content-left .content-item img {
        margin-right: 3px; }
    .content-bg .content-left .content-item-active {
      border-right: 4px solid #184796;
      background: linear-gradient(-90deg, #E9F0FB, #FFFFFF); }

.content-right {
  flex: 1;
  margin-bottom: 30px; }
  .content-right .content-bread {
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #999;
    font-size: 12px; }
    .content-right .content-bread a {
      color: #999;
      font-size: 12px;
      margin-right: 10px; }

.content-rightBg {
  height: 800px;
  border-radius: 10px;
  padding: 18px;
  background-color: #fff;
  overflow-y: auto;
  position: relative;
  /* 考试成绩 */
  /* table3 */
  /* 学习课程 */
  /* 视频 */
  /* 学习课程 */
  /* 线上考试 */
  /* 闹钟 */ }
  .content-rightBg h4 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    background: url(../esimg/content_icon6.png) no-repeat left center;
    margin-bottom: 30px; }
  .content-rightBg h5 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 36px auto 0; }
  .content-rightBg .content-form .content-input {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 22px; }
    .content-rightBg .content-form .content-input p {
      width: 66px;
      text-align: justify;
      text-align-last: justify; }
    .content-rightBg .content-form .content-input input {
      width: 300px;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #E0E9F8;
      padding-left: 12px;
      margin-left: 20px; }
    .content-rightBg .content-form .content-input .content-submit {
      padding: 0;
      background-color: #184796;
      color: #fff;
      font-size: 16px;
      margin-left: 86px;
      margin-top: 10px; }
  .content-rightBg .content-right-img {
    position: relative; }
    .content-rightBg .content-right-img img {
      width: 86%;
      margin: 0 auto; }
  .content-rightBg .content-table4 {
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden; }
    .content-rightBg .content-table4 tr {
      border: 1px solid #E0E9F8;
      border-top: 1px solid transparent; }
      .content-rightBg .content-table4 tr:hover {
        color: #184796; }
        .content-rightBg .content-table4 tr:hover td a {
          background-color: #184796;
          color: #fff; }
      .content-rightBg .content-table4 tr th {
        font-size: 18px;
        background-color: #184796;
        padding: 20px 0;
        color: #fff; }
      .content-rightBg .content-table4 tr td {
        font-size: 16px;
        padding: 16px 0; }
        .content-rightBg .content-table4 tr td a {
          display: inline-block;
          border: 1px solid #184796;
          padding: 6px 28px;
          border-radius: 20px;
          transition: all .3s; }
  .content-rightBg .content-table3 {
    width: 92%;
    margin: 0 auto; }
    .content-rightBg .content-table3 tr th {
      border: 1px solid #BECEE8; }
    .content-rightBg .content-table3 tr td {
      padding: 25px 0;
      border: 1px solid #BECEE8; }
    .content-rightBg .content-table3 tr:nth-child(2n-1) {
      background-color: #F4F7FC; }
  .content-rightBg .content-curr #dlList {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap; }
    .content-rightBg .content-curr #dlList > span {
      width: 23%;
      border-radius: 10px;
      box-shadow: 0px 2px 20px 0px rgba(167, 169, 172, 0.23);
      margin-right: calc(8% / 3);
      margin-bottom: 2%;
      overflow: hidden; }
      .content-rightBg .content-curr #dlList > span:nth-child(4n) {
        margin-right: 0; }
  .content-rightBg .content-curr .content-curr-item:hover .content-curr-text {
    background-color: #184796;
    color: #fff; }
    .content-rightBg .content-curr .content-curr-item:hover .content-curr-text .content-currA {
      color: #fff; }
      .content-rightBg .content-curr .content-curr-item:hover .content-curr-text .content-currA .content-currB .content-currB-p2 {
        color: #fff; }
  .content-rightBg .content-curr .content-curr-item .content-curr-img {
    position: relative; }
    .content-rightBg .content-curr .content-curr-item .content-curr-img > img {
      width: 100%; }
    .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text {
      position: absolute;
      left: 5%;
      top: 25%; }
      .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text span {
        display: block;
        width: 40px;
        height: 4px;
        background: #466BAB; }
      .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text p {
        color: #2D2D2D;
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px; }
      .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text h3 {
        font-size: 20px;
        font-weight: bold; }
  .content-rightBg .content-curr .content-curr-item .content-curr-text {
    padding: 16px; }
    .content-rightBg .content-curr .content-curr-item .content-curr-text h6 {
      font-size: 16px;
      margin-bottom: 15px; }
    .content-rightBg .content-curr .content-curr-item .content-curr-text .content-currA {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      color: #999999; }
      .content-rightBg .content-curr .content-curr-item .content-curr-text .content-currA .content-currB {
        display: flex;
        align-items: center; }
        .content-rightBg .content-curr .content-curr-item .content-curr-text .content-currA .content-currB .content-currB-p2 {
          color: #184796; }
  .content-rightBg .content-video {
    text-align: center;
    position: relative; }
    .content-rightBg .content-video #video1 {
      width: 60%;
      height: 600px;
      margin: 0 auto; }
    .content-rightBg .content-video .tcplayer {
      width: 60%;
      height: 600px;
      margin: 0 auto; }
    .content-rightBg .content-video .video1-btn {
      width: 74%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      .content-rightBg .content-video .video1-btn img {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .content-rightBg .content-video .video1-p {
      text-align: center;
      color: #CF0B0C;
      margin-top: 20px; }
  .content-rightBg .content-online .content-online-item {
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px dashed #E0E9F8;
    padding: 20px 30px; }
    .content-rightBg .content-online .content-online-item:hover p {
      color: #184796; }
    .content-rightBg .content-online .content-online-item:hover a,
    .content-rightBg .content-online .content-online-item:hover span {
      background-color: #184796;
      color: #FFFFFF; }
    .content-rightBg .content-online .content-online-item a,
    .content-rightBg .content-online .content-online-item span {
      padding: 6px 30px;
      border-radius: 20px;
      border: 1px solid #184796;
      cursor: pointer;
      transition: all .3s; }
  .content-rightBg .content-examin .content-examin-i {
    color: #D10B0A;
    display: block;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px; }
  .content-rightBg .content-examin .content-examinBox {
    padding: 0 30px;
    font-size: 16px; }
    .content-rightBg .content-examin .content-examinBox h6 {
      font-size: 18px;
      font-weight: bolder;
      margin-top: 36px; }
    .content-rightBg .content-examin .content-examinBox .content-examinBox-item {
      margin-top: 30px; }
      .content-rightBg .content-examin .content-examinBox .content-examinBox-item .content-examinRadio {
        display: flex;
        flex-wrap: wrap;
        padding-left: 1%; }
        .content-rightBg .content-examin .content-examinBox .content-examinBox-item .content-examinRadio .lable {
          margin-top: 10px;
          cursor: pointer;
          margin-right: 5%;
          line-height: 2;
          display: flex;
          align-items: flex-start; }
        .content-rightBg .content-examin .content-examinBox .content-examinBox-item .content-examinRadio input {
          margin-top: 10px; }
    .content-rightBg .content-examin .content-examinBox .content-examinBoxBtn {
      text-align: center; }
      .content-rightBg .content-examin .content-examinBox .content-examinBoxBtn .content-examin-submit {
        width: 160px;
        height: 44px;
        background: #184796;
        border-radius: 22px;
        color: #fff;
        margin: 40px auto 30px; }
  .content-rightBg .alarm-clock {
    display: flex;
    align-items: center;
    background-color: #184796;
    color: #fff;
    position: fixed;
    right: 4%;
    top: 20%;
    padding: 20px;
    border-radius: 6px; }
    .content-rightBg .alarm-clock img {
      margin-right: 10px; }
    .content-rightBg .alarm-clock #countdown {
      letter-spacing: 2px; }

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .main {
    width: 90%; }

  .login-box-img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px; }

  .login-text {
    width: 360px;
    height: 380px;
    right: 14%;
    padding: 40px 30px; }
    .login-text h5 {
      font-size: 24px;
      margin-bottom: 30px; }
    .login-text input {
      margin-bottom: 20px;
      font-size: 14px; }
    .login-text .submit {
      height: 50px;
      margin-top: 20px;
      font-size: 16px; }

  .content-rightBg .content-right-img img {
    width: 100%; }
  .content-rightBg .content-curr #dlList > span {
    width: 32%;
    margin-right: 2%; }
    .content-rightBg .content-curr #dlList > span:nth-child(4n) {
      margin-right: auto; }
    .content-rightBg .content-curr #dlList > span:nth-child(3n) {
      margin-right: 0; }
  .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text span {
    width: 30px; }
  .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text h3 {
    font-size: 15px; }
  .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text p {
    font-size: 14px; }
  .content-rightBg .content-curr .content-curr-item .content-curr-text h6 {
    font-size: 15px;
    margin-bottom: 8px; }
  .content-rightBg .content-curr .content-curr-item .content-curr-text .content-currA {
    font-size: 12px; } }
@media screen and (max-width: 999px) {
  .pc {
    display: none !important; }

  .wap {
    display: block !important; }

  .main {
    width: 90%; }

  .login-box-img {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0; }

  .login-text {
    width: 90%;
    height: 340px;
    right: 5%;
    top: 30%;
    padding: 30px 20px 10px; }
    .login-text h5 {
      font-size: 24px;
      margin-bottom: 30px; }
    .login-text input {
      margin-bottom: 20px;
      font-size: 14px;
      padding-left: 45px; }
    .login-text .cardId,
    .login-text .name {
      background-size: 20px;
      background-position: 14px; }
    .login-text .submit {
      margin-top: 20px;
      height: 50px;
      font-size: 16px; }

  /* 手机底部导航 */
  .nav-list {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    background-color: #fff; }
    .nav-list .nav-item {
      text-align: center; }
      .nav-list .nav-item img {
        width: 25px;
        margin: 0 auto; }
      .nav-list .nav-item span {
        line-height: 1.8; }
      .nav-list .nav-item .nav-item-icon2 {
        display: none; }
    .nav-list .nav-item-active {
      color: #184796; }
      .nav-list .nav-item-active .nav-item-icon1 {
        display: none; }
      .nav-list .nav-item-active .nav-item-icon2 {
        display: block; }

  /* 分页 */
  .paging .page-num {
    width: 30px;
    line-height: 30px;
    margin: 0 2px;
    font-size: 12px; }
  .paging .page-prev,
  .paging .page-next {
    width: 60px; }

  /* 顶部 */
  .header {
    width: 90%;
    margin: 0 auto;
    padding: 0; }
    .header .header_xlogo {
      max-width: 39%; }

  /* 主要内容 */
  .content-bg {
    width: 100%;
    padding-right: 0; }
    .content-bg .content-right {
      flex: auto;
      width: 100%; }

  .content-rightBg {
    width: 90%;
    margin: 0 auto;
    height: 600px;
    padding: 5%;
    margin-top: 30px;
    /* 考试成绩 */
    /* table3 */
    /* 视频 */
    /* 学习课程 */
    /* 线上考试 */ }
    .content-rightBg h4 {
      font-size: 18px;
      padding-left: 30px;
      background: url(../esimg/content_icon6.png) no-repeat left center; }
    .content-rightBg h5 {
      font-size: 20px;
      margin-top: 20px; }
    .content-rightBg .content-form .content-input {
      font-size: 14px;
      padding-left: 30px;
      margin-bottom: 20px; }
      .content-rightBg .content-form .content-input p {
        width: 66px;
        text-align: justify;
        text-align-last: justify; }
      .content-rightBg .content-form .content-input input {
        flex: 1;
        width: auto;
        margin-left: 10px; }
      .content-rightBg .content-form .content-input .content-submit {
        color: #fff;
        font-size: 14px;
        margin-left: 30px;
        margin-top: 10px; }
    .content-rightBg .content-form .content-submitBox {
      padding: 0; }
    .content-rightBg .content-right-img img {
      width: 114%;
      margin-left: -8%; }
    .content-rightBg .content-table4 tr th {
      font-size: 13px;
      padding: 14px 0; }
    .content-rightBg .content-table4 tr td {
      font-size: 13px;
      padding: 8px 4px; }
      .content-rightBg .content-table4 tr td a {
        padding: 4px;
        border-radius: 6px;
        font-size: 13px; }
    .content-rightBg .content-table3 {
      width: 100%; }
      .content-rightBg .content-table3 tr td {
        padding: 16px 0; }
    .content-rightBg .content-curr {
      padding: 0;
      justify-content: space-between; }
      .content-rightBg .content-curr #dlList {
        padding: 0; }
        .content-rightBg .content-curr #dlList > span {
          width: 100%;
          margin-right: 0;
          margin-bottom: 4%;
          border-radius: 4px; }
      .content-rightBg .content-curr .content-curr-item .content-curr-img {
        min-height: 80px; }
        .content-rightBg .content-curr .content-curr-item .content-curr-img > img {
          min-height: 80px;
          object-fit: cover; }
        .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text {
          position: absolute;
          left: 5%;
          top: 25%; }
          .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text span {
            width: 20px;
            height: 2px; }
          .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text p {
            font-size: 12px;
            margin-top: 6px; }
          .content-rightBg .content-curr .content-curr-item .content-curr-img .content-curr-img-text h3 {
            font-size: 13px; }
      .content-rightBg .content-curr .content-curr-item .content-curr-text {
        padding: 8px; }
        .content-rightBg .content-curr .content-curr-item .content-curr-text h6 {
          font-size: 14px;
          margin-bottom: 6px; }
        .content-rightBg .content-curr .content-curr-item .content-curr-text .content-currA {
          font-size: 12px;
          flex-wrap: wrap; }
    .content-rightBg .content-video #video1 {
      width: 100%;
      margin: 0 auto; }
    .content-rightBg .content-video .tcplayer {
      width: 100%;
      height: 300px;
      margin: 0 auto; }
    .content-rightBg .content-video .video1-btn {
      width: 100%; }
      .content-rightBg .content-video .video1-btn img {
        width: 35px;
        top: 36%; }
    .content-rightBg .content-online .content-online-item {
      width: 100%;
      font-size: 14px;
      padding: 10px 10px; }
      .content-rightBg .content-online .content-online-item a {
        padding: 4px 16px;
        border-radius: 4px; }
    .content-rightBg .alarm-clock {
      padding: 10px;
      right: 5%;
      top: 10%; }
    .content-rightBg .content-examin .content-examinBox {
      padding: 0;
      font-size: 14px; }
      .content-rightBg .content-examin .content-examinBox h6 {
        margin-top: 20px;
        font-size: 16px; }
      .content-rightBg .content-examin .content-examinBox .content-examinBox-item {
        margin-top: 15px; }
        .content-rightBg .content-examin .content-examinBox .content-examinBox-item .content-examinRadio .lable {
          line-height: 1.4; }
        .content-rightBg .content-examin .content-examinBox .content-examinBox-item .content-examinRadio input {
          margin-top: 3px; }
      .content-rightBg .content-examin .content-examinBox .content-examinBoxBtn .content-examin-submit {
        width: 140px;
        height: 40px;
        margin: 30px auto 20px; } }

/*# sourceMappingURL=page.css.map */
