body {
  min-width: 1200px;
  width: 100%;
  height: 100%;
}
.center {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.box-btn {
  position: relative;
  height: 44px;
  margin-top: 5px;
}
.box-btn input {
  width: 345px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 0 4px;
  outline-style: none;
}
.box-btn .search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  color: #939ba4;
}
.box-btn .btn {
  position: absolute;
  left: 345px;
  width: 90px;
  height: 100%;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  background-color: #2390FF;
}
[v-cloak] {
  display: none;
}
.header {
  width: 100%;
  background-color: #ffffff;
}
.header .header-top {
  height: auto;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .header-top .logo,
.header .header-top .search-box {
  float: none;
}
.header .header-top .search-box .box-area {
  height: 20px;
}
.header .header-top .search-box .box-area li {
  position: relative;
  float: left;
  font-size: 14px;
  padding: 0 7px;
}
.header .header-top .search-box .box-area li a {
  color: #5c626b;
}
.header .header-top .search-box .box-area li a:hover {
  color: #000;
}
.header .header-top .search-box .box-area li::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #5c626b;
}
.header .header-top .search-box .box-area li:first-child {
  padding-left: 0;
}
.header .header-top .search-box .box-area li:last-child {
  padding-right: 0;
}
.header .header-top .search-box .box-area li:last-child::after {
  width: 0;
}
.header .header-top .search-box .box-btn {
  position: relative;
  height: 44px;
  margin-top: 5px;
}
.header .header-top .search-box .box-btn input {
  width: 345px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 0 4px;
  outline-style: none;
}
.header .header-top .search-box .box-btn .search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  color: #939ba4;
}
.header .header-top .search-box .box-btn .btn {
  position: absolute;
  left: 345px;
  width: 90px;
  height: 100%;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  background-color: #2390FF;
}
.header .header-nav {
  width: 100%;
  height: 54px;
  background-color: #397FC5;
}
.header .header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .header-nav .nav-item {
  float: none;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
}
.header .header-nav .nav-item > a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  color: #ffffff;
}
.header .header-nav .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.header .header-nav .nav-item:hover > a {
  color: #397FC5;
}
.header .header-nav .nav-item:hover .nav-bar {
  display: block;
}
.header .header-nav .nav-item .nav-bar {
  position: relative;
  text-align: center;
  z-index: 10;
  display: none;
}
.header .header-nav .nav-item .nav-bar li {
  background-color: rgba(255, 255, 255, 0.9);
}
.header .header-nav .nav-item .nav-bar li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #397FC5;
}
.header .header-nav .nav-item .nav-bar li a:hover {
  color: #fff;
  background-color: #397FC5;
}
.footer {
  width: 100%;
  height: 170px;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
  background-color: #397FC5;
}
.footer .text {
  height: 90px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
.footer .text p {
  line-height: 30px;
}
#index-style {
  width: 100%;
}
#index-style .index-big-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#index-style .index-big-img .index-big-img-ul {
  width: 400%;
  height: 100%;
}
#index-style .index-big-img .index-big-img-ul .index-big-img-li {
  float: left;
  width: 25%;
  height: 100%;
}
#index-style .index-big-img .index-big-img-ul .index-big-img-li .big-img-box {
  width: 100%;
  height: 100%;
}
#index-style .index-big-img .big-img-left-btn,
#index-style .index-big-img .big-img-right-btn {
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;
}
#index-style .index-big-img .big-img-left-btn:hover,
#index-style .index-big-img .big-img-right-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
#index-style .index-big-img .big-img-left-btn {
  left: 20px;
}
#index-style .index-big-img .big-img-right-btn {
  right: 20px;
}
#index-style .index-big-img .change-tabs-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
#index-style .index-big-img .change-tabs-box .tabs-radius {
  display: none;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(0, -50%);
}
#index-style .index-big-img .change-tabs-box .tabs-radius span {
  display: inline-block;
  width: 100px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
}
#index-style .index-big-img .change-tabs-box .tabs-radius .radius-active {
  background-color: #ff0001;
}
#index-style .login-home {
  width: 1130px;
  height: 340px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
#index-style .login-home .main-img {
  width: 450px;
  height: 338px;
  float: left;
  position: relative;
  overflow: hidden;
}
#index-style .login-home .main-img .swiper-img {
  width: 300%;
}
#index-style .login-home .main-img .swiper-img img {
  width: 450px;
}
#index-style .login-home .main-img .swiper-img li {
  float: left;
}
#index-style .login-home .main-img .swiper-img li img {
  width: 450px;
  height: 338px;
}
#index-style .login-home .main-img .swiper-img li div {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  line-height: 40px;
  margin-left: 20px;
  z-index: 1;
  width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#index-style .login-home .main-img .swiper-img li div a {
  width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
}
#index-style .login-home .main-img .main-shadow {
  width: 450px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-style .login-home .main-img .main-shadow ul {
  height: 14px;
  float: right;
  padding: 15px 15px 15px 0;
}
#index-style .login-home .main-img .main-shadow ul li {
  width: 14px;
  height: 14px;
  list-style: none;
  float: right;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 6px;
}
#index-style .login-home .main-img .main-shadow ul li:nth-child(1) {
  background: #ff0001;
}
#index-style .login-home .main-img .main-shadow span {
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0 12px 12px;
}
#index-style .login-home .main-img .btn-click {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: -20px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;
}
#index-style .login-home .main-img .btn-click:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
#index-style .login-home .main-img .left-click {
  left: 10px;
}
#index-style .login-home .main-img .right-click {
  right: 10px;
}
#index-style .login-home .main-img .news-swiper-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
}
#index-style .login-home .main-img .news-swiper-title .tabs-radius {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}
#index-style .login-home .main-img .news-swiper-title .tabs-radius span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
}
#index-style .login-home .main-img .news-swiper-title .tabs-radius .radius-active {
  background-color: #ff0001;
}
#index-style .login-home .main-list {
  height: 338px;
  padding-left: 25px;
  float: left;
}
#index-style .login-home .main-list .list-title {
  height: 34px;
  width: 242px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #0a75f0;
  border-radius: 4px;
}
#index-style .login-home .main-list .list-title li {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
#index-style .login-home .main-list .list-title .notice-announcement {
  color: #ffffff;
  background: #0a75f0;
}
#index-style .login-home .main-list .list-title .news-information {
  color: #0a75f0;
}
#index-style .login-home .main-list .list-text {
  width: 360px;
  position: relative;
}
#index-style .login-home .main-list .list-text li {
  width: 360px;
  height: 22px;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8;
}
#index-style .login-home .main-list .list-text li a {
  font-size: 16px;
  color: #262a30;
  height: 22px;
  width: 360px;
  line-height: 22px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-style .login-home .main-list .list-text li:nth-last-child(2) {
  border-bottom: none;
}
#index-style .login-home .main-list .list-text span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  float: right;
}
#index-style .login-home .main-list .list-text span a {
  font-size: 14px;
  color: #262a30;
  cursor: pointer;
}
#index-style .login-home .main-list .list-text span a:hover {
  color: #0a75f0;
}
#index-style .login-home .main-login {
  width: 262px;
  height: 338px;
  float: left;
  margin-left: 24px;
  background-color: #fbfbfb;
  position: relative;
}
#index-style .login-home .main-login .login-active {
  color: #0a75f0 !important;
}
#index-style .login-home .main-login .login-mode {
  padding: 20px 42px;
}
#index-style .login-home .main-login .login-mode li {
  float: right;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#index-style .login-home .main-login .login-mode li:first-child {
  margin: 0;
  float: left;
}
#index-style .login-home .main-login .login-mode li:last-child a {
  color: #959ba3;
}
#index-style .login-home .main-login .login-mode .active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 2px;
  background-color: #0a75f0;
  border-radius: 50px;
}
#index-style .login-home .main-login .login-put {
  width: 222px;
  margin: 30px auto 20px;
}
#index-style .login-home .main-login .login-put .account {
  position: relative;
  padding-top: 17px;
}
#index-style .login-home .main-login .login-put .account input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#index-style .login-home .main-login .login-put .account span {
  position: absolute;
  top: 66%;
  left: 12px;
  width: 34px;
  transform: translate(0, -50%);
}
#index-style .login-home .main-login .login-put .password {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
#index-style .login-home .main-login .login-put .password input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#index-style .login-home .main-login .login-put .password span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  width: 34px;
}
#index-style .login-home .main-login .login-put .getnum {
  display: block;
  float: right;
  margin: 6px 0;
}
#index-style .login-home .main-login .login-put .getnum a {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #1568fe;
}
#index-style .login-home .main-login .login-put .sign-in {
  width: 222px;
  height: 36px;
  background-color: #0a75f0;
  outline: none;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
}

#index-style .login-home .main-login  .wx-register {
  margin-top:10px;
  padding: 10px;
}

#index-style .login-home .main-login .register-input {
  margin-bottom: 10px;
}


#index-style .login-home .main-login .login-pic {
  width: 222px;
  margin-top: 13px;
}
#index-style .login-home .main-login .login-pic .pic {
  margin-left: 89px;
}
#index-style .login-home .main-login .login-pic .pic li {
  float: left;
}
#index-style .login-home .main-login .login-pic .pic li span {
  font-size: 27px;
}
#index-style .login-home .main-login .login-pic .pic li:nth-child(1) {
  color: #46bb36;
}
#index-style .login-home .main-login .login-pic .pic li:nth-child(2) {
  color: #68a5e1;
  margin-left: 30px;
}
#index-style .login-home .main-login .online {
  width: 222px;
  float: left;
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#index-style .login-home .main-login .online .line {
  width: 50%;
  border-left: 1px solid #efefef;
}
#index-style .login-home .main-login .online .line li {
  margin-top: 5px;
}
#index-style .login-home .main-login .online .line li:nth-child(1) {
  text-align: center;
}
#index-style .login-home .main-login .online .line li:nth-child(1) a {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #262a30;
}
#index-style .login-home .main-login .online .line li:nth-child(2) {
  text-align: center;
}
#index-style .login-home .main-login .online .line li:nth-child(2) a {
  height: 15px;
  color: #5c626b;
  font-size: 12px;
  line-height: 15px;
}
#index-style .login-home .main-login .online .line:first-child {
  border: none;
}
#index-style .login-home .main-login .online .line:last-child li:first-child a {
  color: #0a75f0;
}
#index-style .login-home .main-login .wx-login {
  margin-left: 27px;
}
#index-style .login-home .main-login .user-image {
  height: 80px;
  width: 100%;
  margin-bottom: 15px;
}
#index-style .login-home .main-login .user-image img {
  display: block;
  height: 80px;
  width: 80px;
  margin: 30px auto 10px;
}
#index-style .login-home .main-login .user {
  height: 30px;
  width: 100%;
}
#index-style .login-home .main-login .user div {
  line-height: 30px;
}
#index-style .login-home .main-login .user .user-name {
  width: 45%;
  text-align: right;
}
#index-style .login-home .main-login .user .user-nickname {
  height: 30px;
  width: calc(100% - 30px);
  margin: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
#index-style .login-home .main-login .user .user-nickname a {
  color: #5c626b;
}
#index-style .login-home .main-login .user .user-nickname a:hover {
  color: #0a75f0;
}
#index-style .login-home .main-login .greet {
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-left: 50%;
  transform: translate(-50%);
}
#index-style .advertisement-box {
  width: 1130px;
  height: 150px;
  margin: 40px auto;
}
#index-style .advertisement-box .advertisement-box-url {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#index-style .advertisement-box .advertisement-box-url img {
  width: 100%;
  height: 100%;
}
#index-style .learning-base-block {
  width: 100%;
  height: 334px;
}
#index-style .learning-base-block .block-title {
  border-bottom: 2px solid #D8D8D8;
  padding: 4px 0;
  margin-bottom: 30px;
}
#index-style .learning-base-block .block-title .title {
  display: inline-block;
  position: relative;
  line-height: 33px;
  font-size: 24px;
  color: #0A75F0;
}
#index-style .learning-base-block .block-title .title::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #0A75F0;
}
#index-style .learning-base-block .block-title .title-link {
  display: inline-block;
}
#index-style .learning-base-block .block-title .title-link li {
  position: relative;
  float: left;
  padding: 0 13px;
}
#index-style .learning-base-block .block-title .title-link li a {
  font-size: 16px;
  color: #5c626b;
}
#index-style .learning-base-block .block-title .title-link li::after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #5c626b;
}
#index-style .learning-base-block .block-title .title-link li:last-child::after {
  width: 0;
}
#index-style .learning-base-block .block-title .title-more {
  float: right;
  font-size: 14px;
  color: #262A30;
  cursor: pointer;
}
#index-style .learning-base-block .block-title .title-more a {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  color: #262A30;
  cursor: pointer;
}
#index-style .learning-base-block .block-title .title-more:hover {
  color: #0A75F0;
}
#index-style .learning-base-block .block-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
#index-style .learning-base-block .block-box .box-item {
  position: relative;
  width: 100%;
}
#index-style .learning-base-block .block-box .box-item img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
#index-style .learning-base-block .block-box .box-item .tag {
  position: absolute;
  top: 111px;
  right: 11px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #0A75F0;
}
#index-style .learning-base-block .block-box .box-item .item-text {
  justify-content: space-between;
  margin-top: 13px;
  flex-wrap: nowrap;
}
#index-style .learning-base-block .block-box .box-item .item-text .text-title {
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  float: left;
  position: relative;
}
#index-style .learning-base-block .block-box .box-item .item-text .text-title a {
  display: block;
  height: 25px;
  width: 265px;
  font-size: 16px;
  line-height: 25px;
  color: #262A30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-style .learning-base-block .block-box .box-item .item-text .text-stat {
  position: absolute;
  right: 0px;
  height: 25px;
  line-height: 25px;
  color: #959BA3;
}
#index-style .other-net-page {
  width: 100%;
  max-width: 1130px;
  height: 110px;
  margin: 0px auto 40px;
  border: 1px solid #e5e5e5;
}
#index-style .other-net-page .other-net-page-header {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
  letter-spacing: 1px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}
#index-style .other-net-page .other-net-page-body .other-net-ul li {
  float: left;
  padding: 0px 16px;
  font-size: 16px;
  line-height: 32px;
}
#index-style .other-net-page .other-net-page-body .other-net-ul li a {
  color: #666666;
}
#index-style .other-net-page .other-net-page-body .other-net-ul li a:hover {
  color: #2390ff;
}
.personal-center-style {
  width: 100%;
}
.personal-center-style .main-header {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
.personal-center-style .main-header p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
.personal-center-style .main-body {
  width: 1120px;
  margin: 20px auto 40px;
  display: flex;
  justify-content: space-between;
}
.personal-center-style .main-body .main-left {
  width: 300px;
  height: 488px;
  text-align: center;
  border: 1px solid #f4f4f4;
}
.personal-center-style .main-body .main-left .info-second-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personal-center-style .main-body .main-left .informationActive {
  background: #397fc5;
  color: white;
}
.personal-center-style .main-body .main-left .avatar-box {
  width: 100%;
  height: 264px;
  border: 1px solid #f4f4f4;
}
.personal-center-style .main-body .main-left .avatar-box img {
  margin: 49px auto 14px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.personal-center-style .main-body .main-left .avatar-box .user-name {
  margin-top: 13px;
  font-size: 14px;
  color: #5c626b;
  height: 20px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personal-center-style .main-body .main-left .my-class,
.personal-center-style .main-body .main-left .my-project,
.personal-center-style .main-body .main-left .my-scords,
.personal-center-style .main-body .main-left .my-training,
.personal-center-style .main-body .main-left .my-information {
  height: 54px;
  border: 1px solid #f4f4f4;
}
.personal-center-style .main-body .main-left .my-class p,
.personal-center-style .main-body .main-left .my-project p,
.personal-center-style .main-body .main-left .my-scords p,
.personal-center-style .main-body .main-left .my-training p,
.personal-center-style .main-body .main-left .my-information p {
  margin-top: 16px;
  cursor: pointer;
}
.personal-center-style .main-body .main-left .my-class:hover,
.personal-center-style .main-body .main-left .my-project:hover,
.personal-center-style .main-body .main-left .my-scords:hover,
.personal-center-style .main-body .main-left .my-training:hover,
.personal-center-style .main-body .main-left .my-information:hover {
  background: #397fc5;
}
.personal-center-style .main-body .main-left .my-class:hover p,
.personal-center-style .main-body .main-left .my-project:hover p,
.personal-center-style .main-body .main-left .my-scords:hover p,
.personal-center-style .main-body .main-left .my-training:hover p,
.personal-center-style .main-body .main-left .my-information:hover p {
  color: #ffffff;
}
.personal-center-style .main-body .main-right {
  width: 775px;
  margin-left: 20px;
  border: 1px solid #f4f4f4;
}
.personal-center-style .main-body .main-right .div-content {
  width: 775px;
}
.personal-center-style .main-body .main-right .div-content .content-div {
  height: 40px;
  width: 600px;
  margin: 25px auto;
  display: flex;
  flex-direction: row;
}
.personal-center-style .main-body .main-right .div-content .content-div div {
  float: left;
  height: 40px;
  line-height: 40px;
}
.personal-center-style .main-body .main-right .div-content .content-div .label-div {
  text-align: right;
  flex: 1;
}
.personal-center-style .main-body .main-right .div-content .content-div .input-div {
  flex: 5;
}
.personal-center-style .main-body .main-right .div-content .content-div .input-box {
  margin-left: 15px;
  width: 300px;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: 1px solid silver;
  padding-left: 15px;
}
.personal-center-style .main-body .main-right .div-content .content-div .pattern-tip {
  height: 10px;
  width: 100%;
  line-height: 10px;
  color: red;
  margin-left: 15px;
  font-size: 10px;
}
.personal-center-style .main-body .main-right .div-content .content-div .select-box {
  margin-left: 15px;
  width: 150px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  outline: none;
  border: 1px solid silver;
}
.personal-center-style .main-body .main-right .div-content .content-div .select-boxs {
  margin-left: 15px;
  border-radius: 5px;
  text-align: center;
  outline: none;
  border: 1px solid silver;
  height: 35px;
  width: 120px;
}
.personal-center-style .main-body .main-right .div-content #email-item {
  display: none;
}
.personal-center-style .main-body .main-right .div-content .detail-button {
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
}
.personal-center-style .main-body .main-right .div-content .detail-button button {
  height: 40px;
  width: 100px;
  margin-left: 265px;
  border: none;
  color: white;
  background-color: #1390d8;
  border-radius: 5px;
}
.personal-center-style .main-body .main-right .div-content .submit-button {
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
}
.personal-center-style .main-body .main-right .div-content .submit-button .preservation {
  height: 40px;
  width: 100px;
  margin-left: 240px;
  border: none;
  color: white;
  background-color: #1390d8;
  border-radius: 5px;
}
.personal-center-style .main-body .main-right .div-content .submit-button .cancel {
  height: 40px;
  width: 100px;
  margin-left: 20px;
  border: 1px solid silver;
  color: #1390d8;
  background-color: white;
  border-radius: 5px;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box {
  margin-bottom: 20px;
  min-height: 440px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item {
  position: relative;
  width: 262px;
  height: 147px;
  margin: 20px 0;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item a {
  text-align: center;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item a img {
  max-width: 262px;
  height: 100%;
  margin: 0px auto;
  object-fit: cover;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item .tag {
  position: absolute;
  top: 111px;
  right: 11px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #0a75f0;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item .item-text {
  display: flex;
  justify-content: space-between;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item .item-text .text-title {
  height: 25px;
  width: 180px;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item .item-text .text-title a {
  color: #262a30;
}
.personal-center-style .main-body .main-right .div-content .resources-video .block-box .box-item .item-text .text-stat {
  font-size: 14px;
  line-height: 20px;
  color: #959ba3;
}
.personal-center-style .main-body .main-right .div-content .page-personal {
  margin: 10px;
  float: right;
}
.personal-center-style .main-body .main-right .div-content .page-personal li {
  float: left;
  line-height: 24px;
  margin-left: 20px;
  padding-top: 2px;
  color: #666;
  cursor: pointer;
}
.personal-center-style .main-body .main-right .div-content .page-personal .page-num,
.personal-center-style .main-body .main-right .div-content .page-personal .page-all {
  margin-left: 10px;
  padding: 2px 8px;
}
.personal-center-style .main-body .main-right .div-content .page-personal .page-num-active {
  background-color: #2390ff;
}
.personal-center-style .main-body .main-right .div-content .page-personal .pageActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
.personal-center-style .main-body .main-right .info-lists-ul {
  margin-top: 0px;
  padding-left: 0px;
  min-height: 440px;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li {
  display: flex;
  margin: 20px auto;
  width: 755px;
  height: 100px;
  list-style: none;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .img-box {
  width: 210px;
  float: left;
  margin-left: 5px;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .img-box img {
  max-width: 180px;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left {
  width: 310px;
  margin-left: 10px;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .info-title a {
  font-family: "PingFangSC-Medium";
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  border: 1px dashed #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262a30;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .info-title a:hover {
  border-bottom: 1px dashed #959ba3;
  color: #2390ff;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .info-second-title {
  width: 100%;
  font-size: 14px;
  color: #959ba3;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left dl {
  display: flex;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left dl dt {
  width: 50px;
  height: 16px;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left dl dd {
  font-size: 14px;
  width: 70%;
  height: 20px;
  color: #5c626b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .progress-bar {
  width: 150px;
  display: inline-block;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .progress-bar .progress-bar-out {
  width: 100%;
  height: 11px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .progress-bar .progress-bar-out .progress-bar-in {
  height: 100%;
  border-radius: 10px;
  background-color: #2390ff;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .had-learned {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .had-learned-proportion {
  color: #2390ff;
  font-size: 12px;
  display: inline-block;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-left .info-time {
  font-size: 14px;
  color: #666666;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-right {
  width: 330px;
  margin-left: 10px;
  float: left;
  overflow: hidden;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-right .introduction {
  height: 120px;
  width: 80%;
  color: #5c626b;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-right .title-box {
  height: 30px;
  width: 100%;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-right .title-box div {
  float: left;
  height: 30px;
  line-height: 25px;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-right .title-box .presentations {
  margin: 0px;
  font-family: "PingFangSC-Medium";
  font-size: 16px;
  font-weight: normal;
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-right .title-box .more {
  width: 20%;
}
.personal-center-style .main-body .main-right .info-lists-ul .info-lists-li .info-right .title-box .more a {
  text-decoration: none;
  color: #2390ff;
}
.personal-center-style .main-body .main-right .info-lists-ul hr {
  color: #e6e6e6;
  width: 700px;
  text-align: center;
  margin: 0px auto;
}
.personal-center-style .main-body .main-right .image404 {
  width: 100%;
  height: 100%;
}
.personal-center-style .error-message-box,
.personal-center-style .success-message-box,
.personal-center-style .cancel-message-box {
  position: fixed;
  width: 100px;
  height: 30px;
  left: 50%;
  top: -10%;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  z-index: 3;
  transition: top 0.5s, z-index 2s;
  background: whitesmoke;
}
.personal-center-style .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.personal-center-style svg.icon {
  width: 15px;
}
.personal-center-style .message-box-action {
  top: 5%;
  z-index: 0;
  transition: top 0.5s, z-index 5s;
}
.personal-center-style .white-curtain {
  height: 100vh;
  width: 100vw;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
#courseresource-style .center-head {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#courseresource-style .center-head p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#courseresource-style .resources-totalNumber {
  width: 1120px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}
#courseresource-style .resources-totalNumber .resources {
  display: inline-block;
}
#courseresource-style .resources-totalNumber .resources .resources-number {
  width: 100px;
  display: inline-block;
  padding-top: 20px;
}
#courseresource-style .resources-totalNumber .resources .resources-number p {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  margin-top: 9px;
}
#courseresource-style .resources-totalNumber .resources .resources-number p a {
  color: #959ba3;
  cursor: pointer;
}
#courseresource-style .resources-totalNumber .resources .resources-number p a:hover {
  color: #2390ff;
}
#courseresource-style .resources-totalNumber .resources .resources-number .font {
  color: #959ba3;
}
#courseresource-style .resources-totalNumber .box-btn {
  display: inline-block;
  left: 345px;
  bottom: 20px;
  position: relative;
  height: 44px;
  margin-top: 5px;
}
#courseresource-style .resources-totalNumber .box-btn input::placeholder {
  font-size: 14px;
  color: #959ba3;
}
#courseresource-style .resources-totalNumber .box-btn span {
  cursor: pointer;
}
#courseresource-style .resources-totalNumber .box-btn input {
  width: 345px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 0 4px;
  outline-style: none;
}
#courseresource-style .resources-totalNumber .box-btn .search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  color: #939ba4;
}
#courseresource-style .resources-totalNumber .box-btn .btn {
  position: absolute;
  left: 345px;
  width: 90px;
  height: 100%;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  background-color: #2390FF;
}
#courseresource-style .navigation-bar {
  width: 1120px;
  height: 160px;
  margin: 0 auto 10px;
  border: solid 1px #eeeeee;
}
#courseresource-style .navigation-bar ul {
  width: 100%;
  height: 20px;
  margin-top: 20px;
  clear:both;
}
#courseresource-style .navigation-bar ul .active {
  color: #2390ff;
}
#courseresource-style .navigation-bar ul li {
  height: 20px;
  line-height: 20px;
  margin-left: 15px;
  float: left;
}
#courseresource-style .navigation-bar ul li:hover {
  color: #2390ff;
}
#courseresource-style .navigation-bar span {
  color: #5c626b;
  cursor: pointer;
}
#courseresource-style .navigation-bar .active {
  color: #2390ff !important;
}
#courseresource-style .navigation-bar .subActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#courseresource-style .resources-video {
  width: 1120px;
  min-height: 497px;
  margin: 0 auto;
  position: relative;
}
#courseresource-style .resources-video .sub-title {
  height: 41px;
  margin-bottom: 20px;
}
#courseresource-style .resources-video .sub-title .sub-item {
  width: 100px;
  height: 41px;
  line-height: 41px;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #5c626b;
  cursor: pointer;
}
#courseresource-style .resources-video .sub-title .subActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#courseresource-style .resources-video .block-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
#courseresource-style .resources-video .block-box .box-item {
  position: relative;
  width: 262px;
}
#courseresource-style .resources-video .block-box .box-item img {
  border-radius: 8px;
  height: 147px;
  width: 262px;
}
#courseresource-style .resources-video .block-box .box-item .tag {
  position: absolute;
  top: 111px;
  right: 11px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #0A75F0;
}
#courseresource-style .resources-video .block-box .box-item .item-text {
  justify-content: space-between;
  margin-top: 13px;
  flex-wrap: nowrap;
}
#courseresource-style .resources-video .block-box .box-item .item-text .text-title {
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  float: left;
  position: relative;
}
#courseresource-style .resources-video .block-box .box-item .item-text .text-title a {
  display: block;
  height: 25px;
  width: 265px;
  font-size: 16px;
  line-height: 25px;
  color: #262A30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#courseresource-style .resources-video .block-box .box-item .item-text .text-stat {
  position: absolute;
  right: 0px;
  height: 25px;
  line-height: 25px;
  color: #959BA3;
}
#courseresource-style .resources-video .block-box .box-item {
  margin-bottom: 13px;
}
#courseresource-style .resources-video .block-box .box-item .item-text {
  margin-top: 8px;
}
#courseresource-style .resources-video .page {
  margin: 10px;
  float: right;
  height: 40px;
}
#courseresource-style .resources-video .page li {
  float: left;
  line-height: 24px;
  margin-left: 20px;
  padding-top: 2px;
  color: #666;
  cursor: pointer;
}
#courseresource-style .resources-video .page .page-num,
#courseresource-style .resources-video .page .page-all {
  margin-left: 10px;
  padding: 2px 8px;
}
#courseresource-style .resources-video .page .page-num-active {
  background-color: #2390ff;
}
#courseresource-style .resources-video .page .pageActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#courseresource-style .resources-video:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#classInfo-style .main {
  width: 100%;
  height: 650px;
}
#classInfo-style .main .main-header {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#classInfo-style .main .main-header p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#classInfo-style .main .main-header p a {
  font-size: 14px;
  color: #000000;
}
#classInfo-style .main .main-header p a:hover {
  color: #0a75f0;
}
#classInfo-style .main .main-classInfo {
  margin: 0 auto;
  width: 1120px;
  height: 610px;
}
#classInfo-style .main .main-classInfo .main-classInfo-body {
  margin-top: 16px;
  height: 450px;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-left {
  float: left;
  width: 773px;
  height: 435px;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-left #my-video {
  width: 100%;
  height: 100%;
  display: block;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right {
  float: right;
  width: 327px;
  height: 435px;
  border: 1px solid #f1f1f1;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-headers {
  height: 50px;
  line-height: 50px;
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #5c626b;
  border-bottom: 1px solid #f1f1f1;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-headers .right-header {
  margin-left: 50px;
  padding-bottom: 13px;
  cursor: pointer;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-headers .right-active {
  color: #0a75f0;
  border-bottom: 2px solid #0a75f0;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body {
  margin: 0px;
  padding: 10px;
  height: 385px;
  width: 327px;
  font-size: 16px;
  color: #5c626b;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body .course-introduction {
  margin-left: 15px;
  height: 370px;
  width: 300px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 29px;
  color: #5c626b;
  text-indent: 2em;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body .course-introduction::-webkit-scrollbar {
  width: 8px;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body .course-introduction::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999999;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul {
  height: 360px;
  width: 300px;
  padding: 5px;
  overflow-y: auto;
  list-style-type: none;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: #999999;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul li {
  width: 270px;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 15px;
  color: #5c626b;
  cursor: pointer;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul li:hover {
  background-color: #f5f8fc;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul li:hover a {
  color: #0a75f0;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul .cata-action {
  background-color: #f5f8fc;
}
#classInfo-style .main .main-classInfo .main-classInfo-body .classInfo-body-right .right-body ul .cata-action a {
  color: #0a75f0;
}
#classInfo-style .main .main-classInfo .main-classInfo-footer {
  width: 1120px;
}
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-left {
  margin-top: 20px;
  float: left;
}
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-left h3 {
  font-family: "PingFangSC-Medium";
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-left p {
  margin-top: 14px;
  font-size: 14px;
  color: #666666;
}
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-right {
  float: right;
  margin-top: 50px;
  width: 248px;
}
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-right .good img,
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-right .collect img,
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-right .share img {
  width: 23px;
  height: 23px;
  margin-left: 15px;
  float: right;
}
#classInfo-style .main .main-classInfo .main-classInfo-footer .classInfo-footer-right span {
  float: right;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 0px;
}
#classInfo-style .main .link-pop-background {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#classInfo-style .main .link-pop-background .link-pop-login {
  height: 290px;
  width: 260px;
  background-color: white;
  position: absolute;
  left: calc(50% - 100px);
  top: 30%;
  border-radius: 10px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .close-button {
  float: right;
  margin-right: 5px;
  font-size: 25px;
  cursor: pointer;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-mode {
  padding: 20px 42px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-mode li {
  float: right;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-mode li:first-child {
  margin: 0;
  float: left;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-mode li:first-child a {
  color: #0a75f0;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-mode li:last-child a {
  color: #959ba3;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-mode .active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 2px;
  background-color: #0a75f0;
  border-radius: 50px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put {
  width: 222px;
  margin: 30px auto 0 auto;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .account {
  position: relative;
  padding-top: 17px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .account input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .account span {
  position: absolute;
  top: 66%;
  left: 12px;
  width: 34px;
  transform: translate(0, -50%);
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .password {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .password input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .password span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  width: 34px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .getnum {
  display: block;
  float: right;
  margin: 6px 0;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .getnum a {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #1568fe;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-put .sign-in {
  width: 222px;
  height: 36px;
  background-color: #0a75f0;
  outline: none;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-pic {
  width: 222px;
  margin-top: 13px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-pic .pic {
  margin-left: 89px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-pic .pic li {
  float: left;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-pic .pic li:nth-child(1) {
  color: #46bb36;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-pic .pic li:nth-child(2) {
  color: #68a5e1;
  margin-left: 30px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .login-pic .pic li span {
  font-size: 27px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online {
  width: 222px;
  float: left;
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line {
  width: 50%;
  border-left: 1px solid #efefef;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line:first-child {
  border: none;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line:last-child li:first-child {
  color: #0a75f0;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line li {
  margin-top: 5px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line li:nth-child(1) {
  text-align: center;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line li:nth-child(1) a {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #262a30;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line li:nth-child(2) {
  text-align: center;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .online .line li:nth-child(2) a {
  height: 15px;
  color: #5c626b;
  font-size: 12px;
  line-height: 15px;
}
#classInfo-style .main .link-pop-background .link-pop-login .main-login .wx-login {
  height: 240px;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 5px;
}
#classInfo-style .main .link-pop-background .login-active {
  color: #0a75f0 !important;
}
#learnbase-style #learnbase-contain {
  width: 100%;
}
#learnbase-style #learnbase-contain .center-head {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#learnbase-style #learnbase-contain .center-head p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#learnbase-style #learnbase-contain .resource {
  width: 1120px;
  min-height: 950px;
  margin: 0 auto;
  background-color: #ffffff;
}
#learnbase-style #learnbase-contain .resource .main-list {
  width: 100%;
  margin-top: 20px;
}
#learnbase-style #learnbase-contain .resource .main-list .main-active {
  width: 1110px;
  border: solid 1px #e7e7e7;
  display: flex;
  padding: 10px 5px;
  align-items: center;
}
#learnbase-style #learnbase-contain .resource .main-list .main-active .active-title {
  width: 70px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  padding-left: 15px;
}
#learnbase-style #learnbase-contain .resource .main-list .main-active .wonderful-activities {
  width: calc(100% - 70px);
  height: 100%;
}
#learnbase-style #learnbase-contain .resource .main-list .main-active .wonderful-activities ul {
  width: 100%;
}
#learnbase-style #learnbase-contain .resource .main-list .main-active .wonderful-activities ul .ect {
  padding: 5px 10px;
  float: left;
}
#learnbase-style #learnbase-contain .resource .main-list .main-active .wonderful-activities ul .ect a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #333333;
}
#learnbase-style #learnbase-contain .resource .main-list .main-active .wonderful-activities ul .ret a {
  color: #2390ff;
}
#learnbase-style #learnbase-contain .main-content {
  margin-top: 20px;
  position: relative;
}
#learnbase-style #learnbase-contain .main-content .content-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#learnbase-style #learnbase-contain .main-content .content-ul .air-classroom {
  width: 262px;
  margin-bottom: 15px;
}
#learnbase-style #learnbase-contain .main-content .content-ul .air-classroom a {
  display: inline-block;
  width: 100%;
}
#learnbase-style #learnbase-contain .main-content .content-ul .air-classroom a img {
  border-radius: 8px;
  width: 100%;
  height: 147px;
  object-fit: cover;
}
#learnbase-style #learnbase-contain .main-content .content-ul .air-classroom .item-text {
  justify-content: space-between;
  margin-top: 5px;
}
#learnbase-style #learnbase-contain .main-content .content-ul .air-classroom .item-text .text-title {
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  float: left;
}
#learnbase-style #learnbase-contain .main-content .content-ul .air-classroom .item-text .text-title a {
  display: block;
  height: 25px;
  width: 265px;
  font-size: 16px;
  line-height: 25px;
  color: #262a30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#learnbase-style #learnbase-contain .main-content .page {
  margin: 10px;
  float: right;
}
#learnbase-style #learnbase-contain .main-content .page li {
  float: left;
  line-height: 24px;
  margin-left: 20px;
  padding-top: 2px;
  border: none;
  color: #666;
  cursor: pointer;
}
#learnbase-style #learnbase-contain .main-content .page .page-num,
#learnbase-style #learnbase-contain .main-content .page .page-all {
  margin-left: 10px;
  padding: 2px 8px;
}
#learnbase-style #learnbase-contain .main-content .page .pageActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#learnbasepro-style {
  width: 100%;
}
#learnbasepro-style .center-head {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#learnbasepro-style .center-head p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#learnbasepro-style .center-head p a {
  font-size: 14px;
  color: #000000;
}
#learnbasepro-style .center-head p a:hover {
  color: #0a75f0;
}
#learnbasepro-style .resour {
  width: 1120px;
  min-height: 1000px;
  margin: 0 auto 100px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
#learnbasepro-style .resour .main-list {
  width: 350px;
  height: 395px;
}
#learnbasepro-style .resour .main-list .main-new {
  display: inline-block;
  width: 350px;
  height: 395px;
  background: rgba(57, 127, 197, 0.05);
}
#learnbasepro-style .resour .main-list .main-new h2 {
  padding-left: 20px;
  margin-top: 25px;
  height: 33px;
  line-height: 33px;
  border-left: 4px solid #397FC5;
  font-size: 26px;
}
#learnbasepro-style .resour .main-list .main-new li {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
}
#learnbasepro-style .resour .main-list .main-new li a {
  color: #262A30;
}
#learnbasepro-style .resour .main-list .main-new li:hover a {
  color: #0A75F0;
}
#learnbasepro-style .resour .main-content {
  width: 740px;
  padding-top: 25px;
}
#learnbasepro-style .resour .main-content h2 {
  width: 740px;
  color: #333333;
  font-size: 32px;
  line-height: 41px;
}
#learnbasepro-style .resour .main-content > span {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #999999;
  font-size: 14px;
}
#learnbasepro-style .resour .main-content .body-box {
  width: 740px;
  margin-bottom: 50px;
}
#nolearnbase-style {
  width: 100%;
}
#nolearnbase-style .center-head {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#nolearnbase-style .center-head p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#nolearnbase-style .resource {
  width: 1120px;
  min-height: 950px;
  margin: 0 auto;
  background-color: #ffffff;
}
#nolearnbase-style .resource .main-list {
  width: 100%;
  margin-top: 20px;
}
#nolearnbase-style .resource .main-list .main-new {
  display: inline-block;
  width: 350px;
  height: 395px;
  background: rgba(57, 127, 197, 0.05);
}
#nolearnbase-style .resource .main-list .main-new h2 {
  padding-left: 20px;
  margin-top: 18px;
  height: 33px;
  line-height: 33px;
  border-left: 4px solid #397FC5;
  font-size: 26px;
}
#nolearnbase-style .resource .main-list .main-new li {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  margin-top: 21px;
  height: 20px;
  line-height: 20px;
}
#nolearnbase-style .resource .main-list .main-new li:hover a {
  color: #2390ff;
}
#nolearnbase-style .resource .main-list .main-new li a {
  font-size: 16px;
  color: #222222;
}
#nolearnbase-style .resource .main-content {
  margin-top: 20px;
  position: relative;
}
#nolearnbase-style .resource .main-content .content-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nolearnbase-style .resource .main-content .content-ul .air-classroom {
  width: 262px;
  margin-bottom: 15px;
}
#nolearnbase-style .resource .main-content .content-ul .air-classroom a {
  display: inline-block;
  width: 100%;
}
#nolearnbase-style .resource .main-content .content-ul .air-classroom a img {
  border-radius: 8px;
  width: 100%;
  height: 147px;
  object-fit: cover;
}
#nolearnbase-style .resource .main-content .content-ul .air-classroom .item-text {
  justify-content: space-between;
  margin-top: 5px;
}
#nolearnbase-style .resource .main-content .content-ul .air-classroom .item-text .text-title {
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  float: left;
}
#nolearnbase-style .resource .main-content .content-ul .air-classroom .item-text .text-title a {
  display: block;
  height: 25px;
  width: 265px;
  font-size: 16px;
  line-height: 25px;
  color: #262a30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#nolearnbase-style .resource .main-content .notify-content {
  width: 100%;
}
#nolearnbase-style .resource .main-content .notify-content .notify-content-item {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#nolearnbase-style .resource .main-content .notify-content .notify-content-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
#nolearnbase-style .resource .main-content .notify-content .notify-content-item .item-title {
  width: 100%;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#nolearnbase-style .resource .main-content .notify-content .notify-content-item .item-info {
  width: 100%;
  font-size: 14px;
  margin-top: 12px;
  color: #5c626b;
}
#nolearnbase-style .resource .main-content .notify-content .notify-content-item .author-and-time {
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  color: #5c626b;
}
#nolearnbase-style .resource .main-content .notify-content .notify-content-item .author-and-time .author-box {
  padding-right: 10px;
}
#nolearnbase-style .resource .main-content .page {
  margin: 10px;
  float: right;
}
#nolearnbase-style .resource .main-content .page li {
  float: left;
  line-height: 24px;
  margin-left: 20px;
  padding-top: 2px;
  border: none;
  color: #666;
  cursor: pointer;
}
#nolearnbase-style .resource .main-content .page .page-num,
#nolearnbase-style .resource .main-content .page .page-all {
  margin-left: 10px;
  padding: 2px 8px;
}
#nolearnbase-style .resource .main-content .page .pageActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#trainingProject-style .main-header {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#trainingProject-style .main-header p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#trainingProject-style .main-trainInfo {
  min-height: 563px;
}
#trainingProject-style .main-trainInfo .main-tabs {
  width: 1120px;
  height: 41px;
  margin: 0 auto;
  line-height: 41px;
  margin-top: 24px;
  border-left: 4px solid #2390ff;
  background: #fbfbfb;
  font-size: 16px;
}
#trainingProject-style .main-trainInfo .main-tabs ul span {
  float: left;
  color: #2390ff;
  font-size: 16px;
  margin-left: 12px;
}
#trainingProject-style .main-trainInfo .main-tabs ul li {
  float: left;
  margin-left: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  color: #5c626b;
  cursor: pointer;
}
#trainingProject-style .main-trainInfo .main-tabs ul li:hover {
  background: #2390ff;
  color: #ffffff;
}
#trainingProject-style .main-trainInfo .ordering-rule {
  width: 1124px;
  height: 41px;
  margin: 24px auto 0px;
  line-height: 41px;
  background: #fbfbfb;
  font-size: 16px;
}
#trainingProject-style .main-trainInfo .ordering-rule ul li {
  color: #5c626b;
  float: left;
  width: 80px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
#trainingProject-style .main-trainInfo .ordering-rule ul li:hover {
  background: #2390ff;
  color: #ffffff;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul {
  margin-top: 0px;
  padding-left: 0px;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne {
  margin: 35px auto;
  width: 1120px;
  height: 147px;
  list-style: none;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .img-box {
  width: 262px;
  height: 147px;
  float: left;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .img-box img {
  width: 100%;
  height: 100%;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left {
  width: 302px;
  height: 147px;
  float: left;
  margin-left: 20px;
  padding-right: 48px;
  border-right: 1px solid #f6f5f5;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .info-title {
  width: 264px;
  margin: 0px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .info-title a {
  font-family: "PingFangSC-Medium";
  font-size: 16px;
  font-weight: normal;
  width: 264px;
  margin: 0px;
  color: #262a30;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .info-title:hover a {
  color: #2390ff;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .info-second-title {
  font-size: 14px;
  color: #959ba3;
  margin-top: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left dl {
  height: 20px;
  width: 100%;
  line-height: 20px;
  margin-top: 10px;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left dl dt {
  float: left;
  font-size: 14px;
  color: #5c626b;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left dl dd {
  font-size: 14px;
  color: #5c626b;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .progress-bar {
  margin-top: 20px;
  float: left;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .progress-bar .progress-bar-out {
  width: 208px;
  height: 11px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  display: inline-block;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .progress-bar .progress-bar-out .progress-bar-in {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  background-color: #2390ff;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .had-learned {
  margin-left: 10px;
  margin-top: 20px;
  font-size: 12px;
  display: inline-block;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .had-learned-proportion {
  margin-top: 20px;
  font-size: 12px;
  display: inline-block;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-left .info-time {
  margin-top: 25px;
  font-size: 14px;
  color: #666666;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-right {
  height: 150px;
  width: 447px;
  margin-left: 40px;
  float: left;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-right .title-box {
  height: 30px;
  width: 100%;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-right .title-box .presentations {
  margin: 0px;
  font-family: "PingFangSC-Medium";
  font-size: 16px;
  font-weight: normal;
  color: #262a30;
  float: left;
  width: 80%;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-right .title-box .more {
  float: left;
  width: 20%;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-right .title-box .more a {
  margin-left: 40px;
  text-decoration: none;
  color: #2390ff;
  cursor: pointer;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul .info-lists-liOne .info-right .introduction {
  font-size: 14px;
  color: #5c626b;
  line-height: 27.5px;
  height: 135px;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#trainingProject-style .main-trainInfo .info-lists .info-lists-ul hr {
  color: #e6e6e6;
  width: 1120px;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box {
  width: 1120px;
  height: 25px;
  margin: 40px auto;
  display: flex;
  justify-content: flex-end;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number {
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul {
  list-style: none;
  color: #999999;
  margin: 0px;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .first-page-li {
  height: 24px;
  float: left;
  text-align: center;
  cursor: pointer;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .first-page-li:hover {
  background: #2390ff;
  color: #ffffff;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .latest-page-li {
  height: 24px;
  margin-left: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .latest-page-li:hover {
  color: #ffffff;
  background: #2390ff;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .page-number-li,
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .other-page-li {
  width: 20px;
  height: 24px;
  margin-left: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .next-page-li,
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .last-page-li {
  height: 24px;
  margin-left: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
}
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .next-page-li:hover,
#trainingProject-style .main-trainInfo .info-lists .fix-box .page-number .page-number-ul .last-page-li:hover {
  color: #ffffff;
  background: #2390ff;
}
#trainingProject-style .pageActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#trainProjectInfo-style .main-special-training {
  width: 100%;
}
#trainProjectInfo-style .main-special-training .main-header {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#trainProjectInfo-style .main-special-training .main-header p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#trainProjectInfo-style .main-special-training .main-header p a {
  font-size: 14px;
  color: #000000;
}
#trainProjectInfo-style .main-special-training .main-header p a:hover {
  color: #0a75f0;
}
#trainProjectInfo-style .main-special-training .main-body {
  margin: 0 auto;
  margin-top: 20px;
  width: 1120px;
  height: 400px;
  border: 1px solid #f3f3f3;
}
#trainProjectInfo-style .main-special-training .main-body .img-box {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  width: 493px;
  height: 370px;
}
#trainProjectInfo-style .main-special-training .main-body .img-box img {
  width: 100%;
  height: 100%;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right {
  float: left;
  width: 561px;
  height: 370px;
  margin-top: 15px;
  margin-left: 20px;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .info-title {
  width: 430px;
  font-family: "PingFangSC-Medium";
  font-size: 22px;
  font-weight: normal;
  color: #333333;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .key-value {
  margin-top: 18px;
  width: 561px;
  height: 19px;
  font-size: 16px;
  color: #262a30;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .key-value .key {
  width: 80px;
  display: inline-block;
  color: #5c626b;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .key-value .value {
  margin-left: 17px;
  display: inline-block;
  color: #262a30;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box {
  margin-top: 18px;
  height: 23px;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box .good,
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box .collect,
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box .share {
  width: 23px;
  height: 23px;
  float: left;
  cursor: pointer;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box .good img,
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box .collect img,
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box .share img {
  width: 100%;
  height: 100%;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .share-box span {
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 20px;
  float: left;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .login-button {
  margin-top: 36px;
  width: 150px;
  height: 50px;
  color: #e8f5fc;
  border: none;
  background: #fa6400;
  padding: 13px 35px 15px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
#trainProjectInfo-style .main-special-training .main-body .main-body-right .online-button {
  margin-top: 36px;
  width: 150px;
  height: 50px;
  color: #e8f5fc;
  border: none;
  background: #2390ff;
  padding: 13px 35px 15px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}
#trainProjectInfo-style .main-special-training .main-footer {
  margin: 20px auto 40px;
  width: 1120px;
  height: 673px;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left {
  width: 795px;
  height: 437px;
  float: left;
  border: 1px solid #f3f3f3;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-headers {
  width: 758px;
  height: 60px;
  margin-left: 20px;
  border-bottom: 1px solid #f3f3f3;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-headers .footer-left-header {
  font-size: 20px;
  margin-right: 15px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-body #course-introduction {
  font-size: 16px;
  color: #5c626b;
  line-height: 29px;
  height: 330px;
  margin-top: 30px;
  padding-left: 20px;
  margin-right: 20px;
  letter-spacing: 1px;
  overflow-y: auto;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-body ul {
  margin-top: 30px;
  height: 300px;
  overflow-y: auto;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-body ul li {
  margin-bottom: 23px;
  margin-left: 20px;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-body ul li p {
  font-size: 16px;
  color: #5c626b;
  font-family: "PingFangSC-Regular";
  display: inline-block;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-body ul li span {
  float: right;
  margin-right: 20px;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-left .footer-left-body ul li span a {
  color: #2390ff;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right {
  width: 300px;
  height: 673px;
  float: left;
  margin-left: 20px;
  border: 1px solid #f3f3f3;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-header {
  width: 267px;
  height: 60px;
  margin-left: 20px;
  border-bottom: 1px solid #f3f3f3;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-header span {
  font-size: 20px;
  margin-right: 15px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-body {
  margin-top: 15px;
  margin-left: 20px;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-body .block-box .box-item {
  margin-bottom: 24px;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-body .block-box .box-item a img {
  width: 262px;
  height: 147px;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-body .block-box .box-item .item-text {
  margin-top: 11px;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-body .block-box .box-item .item-text .text-title {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #262a30;
  display: inline-block;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-body .block-box .box-item .item-text .text-title a {
  display: block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #262a30;
}
#trainProjectInfo-style .main-special-training .main-footer .footer-right .footer-right-body .block-box .box-item .item-text .text-stat {
  font-size: 14px;
  color: #959ba3;
}
#trainProjectInfo-style .link-pop-background {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#trainProjectInfo-style .link-pop-background .link-pop-login {
  height: 290px;
  width: 260px;
  background-color: white;
  position: absolute;
  left: calc(50% - 100px);
  top: 30%;
  border-radius: 10px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .close-button {
  float: right;
  margin-right: 5px;
  font-size: 25px;
  cursor: pointer;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-mode {
  padding: 20px 42px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-mode li {
  float: right;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-mode li:first-child {
  margin: 0;
  float: left;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-mode li:first-child a {
  color: #0a75f0;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-mode li:last-child a {
  color: #959ba3;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-mode .active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 2px;
  background-color: #0a75f0;
  border-radius: 50px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put {
  width: 222px;
  margin: 30px auto 0 auto;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .account {
  position: relative;
  padding-top: 17px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .account input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .account span {
  position: absolute;
  top: 66%;
  left: 12px;
  width: 34px;
  transform: translate(0, -50%);
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .password {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .password input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .password span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  width: 34px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .getnum {
  display: block;
  float: right;
  margin: 6px 0;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .getnum a {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #1568fe;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-put .sign-in {
  width: 222px;
  height: 36px;
  background-color: #0a75f0;
  outline: none;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-pic {
  width: 222px;
  margin-top: 13px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-pic .pic {
  margin-left: 89px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-pic .pic li {
  float: left;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-pic .pic li:nth-child(1) {
  color: #46bb36;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-pic .pic li:nth-child(2) {
  color: #68a5e1;
  margin-left: 30px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .login-pic .pic li span {
  font-size: 27px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online {
  width: 222px;
  float: left;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line {
  width: 50%;
  border-left: 1px solid #efefef;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line:first-child {
  border: none;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line:last-child li:first-child {
  color: #0a75f0;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line li {
  margin-top: 5px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line li:nth-child(1) {
  text-align: center;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line li:nth-child(1) a {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #262a30;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line li:nth-child(2) {
  text-align: center;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .online .line li:nth-child(2) a {
  height: 15px;
  color: #5c626b;
  font-size: 12px;
  line-height: 15px;
}
#trainProjectInfo-style .link-pop-background .link-pop-login .main-login .wx-login {
  height: 240px;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 5px;
}
#trainProjectInfo-style .link-share {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#trainProjectInfo-style .link-share .link-pop-share .link-pop {
  height: 300px;
  width: 35%;
  min-width: 500px;
  background-color: white;
  position: absolute;
  left: 38%;
  top: 30%;
  border-radius: 10px;
}
#trainProjectInfo-style .link-share .link-pop-share .link-pop .close-button {
  float: right;
  margin-right: 5px;
  font-size: 25px;
  cursor: pointer;
}
#trainProjectInfo-style .link-share .link-pop-share .link-pop .share-link .link {
  height: 80px;
  line-height: 80px;
  width: 100%;
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
  color: #5c626b;
}
#trainProjectInfo-style .link-share .link-pop-share .link-pop .share-link .link #urlVar {
  width: 80%;
}
#trainProjectInfo-style .link-share .link-pop-share .link-pop .tip {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
#trainProjectInfo-style .link-share .link-pop-share .link-pop .copy-button {
  height: 100px;
  width: 100%;
  text-align: center;
  line-height: 100px;
}
#trainProjectInfo-style .link-share .link-pop-share .link-pop .copy-button button {
  height: 40px;
  width: 200px;
  text-align: center;
  line-height: 40px;
  background-color: #53a3e4;
  border-radius: 10px;
  color: white;
  outline: none;
  border: none;
}
#trainProjectInfo-style .login-active {
  color: #0a75f0 !important;
}
#aboutUs-style {
  width: 100%;
}
#aboutUs-style .text-box {
  margin: 10px auto;
  width: 713px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
#aboutUs-style .text-box .text-header {
  height: 86px;
  width: 100%;
}
#aboutUs-style .text-box .text-header .text-icon-left,
#aboutUs-style .text-box .text-header .text-icon-right {
  width: 20px;
  height: 20px;
  margin-top: 65px;
  border-bottom: 1px solid #cdcdcd;
}
#aboutUs-style .text-box .text-header .text-icon-left {
  float: left;
  margin-left: 85px;
  border-right: 1px solid #cdcdcd;
}
#aboutUs-style .text-box .text-header .text-icon-right {
  float: right;
  margin-right: 85px;
  border-left: 1px solid #cdcdcd;
}
#aboutUs-style .text-box .text-body {
  width: 100%;
  height: 839px;
  padding-left: 108px;
  padding-top: 13px;
}
#aboutUs-style .text-box .text-body p {
  text-indent: 2em;
  width: 500px;
  font-size: 14px;
  line-height: 2em;
}
#aboutUs-style .text-box .text-footer {
  height: 86px;
  width: 100%;
}
#aboutUs-style .text-box .text-footer .text-icon-left,
#aboutUs-style .text-box .text-footer .text-icon-right {
  width: 20px;
  height: 20px;
  margin-bottom: 65px;
  border-top: 1px solid #cdcdcd;
}
#aboutUs-style .text-box .text-footer .text-icon-left {
  float: left;
  margin-left: 85px;
  border-right: 1px solid #cdcdcd;
}
#aboutUs-style .text-box .text-footer .text-icon-right {
  float: right;
  margin-right: 85px;
  border-left: 1px solid #cdcdcd;
}
#localIndex-style #localIndex-app {
  width: 100%;
}
#localIndex-style #localIndex-app .index-big-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#localIndex-style #localIndex-app .index-big-img .index-big-img-ul {
  width: 400%;
  height: 100%;
}
#localIndex-style #localIndex-app .index-big-img .index-big-img-ul .index-big-img-li {
  float: left;
  width: 25%;
  height: 100%;
}
#localIndex-style #localIndex-app .index-big-img .index-big-img-ul .index-big-img-li .big-img-box {
  width: 100%;
  height: 100%;
}
#localIndex-style #localIndex-app .index-big-img .big-img-left-btn,
#localIndex-style #localIndex-app .index-big-img .big-img-right-btn {
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;
}
#localIndex-style #localIndex-app .index-big-img .big-img-left-btn:hover,
#localIndex-style #localIndex-app .index-big-img .big-img-right-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
#localIndex-style #localIndex-app .index-big-img .big-img-left-btn {
  left: 20px;
}
#localIndex-style #localIndex-app .index-big-img .big-img-right-btn {
  right: 20px;
}
#localIndex-style #localIndex-app .index-big-img .change-tabs-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
#localIndex-style #localIndex-app .index-big-img .change-tabs-box .tabs-radius {
  display: none;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(0, -50%);
}
#localIndex-style #localIndex-app .index-big-img .change-tabs-box .tabs-radius span {
  display: inline-block;
  width: 100px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
}
#localIndex-style #localIndex-app .index-big-img .change-tabs-box .tabs-radius .radius-active {
  background-color: #ff0001;
}
#localIndex-style #localIndex-app .login-home {
  width: 1130px;
  height: 340px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
#localIndex-style #localIndex-app .login-home .main-img {
  width: 450px;
  height: 338px;
  float: left;
  position: relative;
  overflow: hidden;
}
#localIndex-style #localIndex-app .login-home .main-img .swiper-img {
  width: 300%;
}
#localIndex-style #localIndex-app .login-home .main-img .swiper-img img {
  width: 450px;
}
#localIndex-style #localIndex-app .login-home .main-img .swiper-img li {
  float: left;
}
#localIndex-style #localIndex-app .login-home .main-img .swiper-img li img {
  width: 450px;
  height: 338px;
}
#localIndex-style #localIndex-app .login-home .main-img .swiper-img li div {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  line-height: 40px;
  margin-left: 20px;
  z-index: 1;
  width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#localIndex-style #localIndex-app .login-home .main-img .swiper-img li div a {
  width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
}
#localIndex-style #localIndex-app .login-home .main-img .btn-click {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: -20px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;
}
#localIndex-style #localIndex-app .login-home .main-img .btn-click:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
#localIndex-style #localIndex-app .login-home .main-img .left-click {
  left: 10px;
}
#localIndex-style #localIndex-app .login-home .main-img .right-click {
  right: 10px;
}
#localIndex-style #localIndex-app .login-home .main-img .news-swiper-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
}
#localIndex-style #localIndex-app .login-home .main-img .news-swiper-title .tabs-radius {
  position: absolute;
  top: 50%;
  right: 25px;
}
#localIndex-style #localIndex-app .login-home .main-img .news-swiper-title .tabs-radius span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
}
#localIndex-style #localIndex-app .login-home .main-img .news-swiper-title .tabs-radius .radius-active {
  background-color: #ff0001;
}
#localIndex-style #localIndex-app .login-home .main-list {
  height: 338px;
  padding-left: 25px;
  float: left;
}
#localIndex-style #localIndex-app .login-home .main-list .list-title {
  height: 34px;
  width: 242px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #0a75f0;
  border-radius: 4px;
}
#localIndex-style #localIndex-app .login-home .main-list .list-title li {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
#localIndex-style #localIndex-app .login-home .main-list .list-title .notice-announcement {
  color: #ffffff;
  background: #0a75f0;
}
#localIndex-style #localIndex-app .login-home .main-list .list-title .news-information {
  color: #0a75f0;
}
#localIndex-style #localIndex-app .login-home .main-list .list-text {
  width: 360px;
  position: relative;
}
#localIndex-style #localIndex-app .login-home .main-list .list-text li {
  width: 360px;
  height: 22px;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8;
}
#localIndex-style #localIndex-app .login-home .main-list .list-text li a {
  font-size: 16px;
  color: #262a30;
  width: 360px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
#localIndex-style #localIndex-app .login-home .main-list .list-text li:nth-last-child(2) {
  border-bottom: none;
}
#localIndex-style #localIndex-app .login-home .main-list .list-text span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  float: right;
}
#localIndex-style #localIndex-app .login-home .main-list .list-text span a {
  font-size: 14px;
  color: #262a30;
  cursor: pointer;
}
#localIndex-style #localIndex-app .login-home .main-list .list-text span a:hover {
  color: #0a75f0;
}
#localIndex-style #localIndex-app .login-home .main-login {
  width: 262px;
  height: 338px;
  float: left;
  margin-left: 24px;
  background-color: #fbfbfb;
  position: relative;
}
#localIndex-style #localIndex-app .login-home .main-login .login-active {
  color: #0a75f0 !important;
}
#localIndex-style #localIndex-app .login-home .main-login .login-mode {
  padding: 20px 42px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-mode li {
  float: right;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#localIndex-style #localIndex-app .login-home .main-login .login-mode li:first-child {
  margin: 0;
  float: left;
}
#localIndex-style #localIndex-app .login-home .main-login .login-mode li:last-child a {
  color: #959ba3;
}
#localIndex-style #localIndex-app .login-home .main-login .login-mode .active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 2px;
  background-color: #0a75f0;
  border-radius: 50px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put {
  width: 222px;
  margin: 20px auto 0;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .account {
  position: relative;
  padding-top: 17px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .account input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .account span {
  position: absolute;
  top: 66%;
  left: 12px;
  width: 34px;
  transform: translate(0, -50%);
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .password {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .password input {
  width: 222px;
  height: 36px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #cbcfd6;
  background: #ffffff;
  padding-left: 35px;
  box-sizing: border-box;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .password span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  width: 34px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .getnum {
  display: block;
  float: right;
  margin: 6px 0;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .getnum a {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #1568fe;
}
#localIndex-style #localIndex-app .login-home .main-login .login-put .sign-in {
  width: 222px;
  height: 36px;
  background-color: #0a75f0;
  outline: none;
  border-radius: 4px;
  border: 0;
  color: #ffffff;
}
#localIndex-style #localIndex-app .login-home .main-login .login-pic {
  width: 222px;
  margin-top: 13px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-pic .pic {
  margin-left: 89px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-pic .pic li {
  float: left;
}
#localIndex-style #localIndex-app .login-home .main-login .login-pic .pic li span {
  font-size: 27px;
}
#localIndex-style #localIndex-app .login-home .main-login .login-pic .pic li:nth-child(1) {
  color: #46bb36;
}
#localIndex-style #localIndex-app .login-home .main-login .login-pic .pic li:nth-child(2) {
  color: #68a5e1;
  margin-left: 30px;
}
#localIndex-style #localIndex-app .login-home .main-login .online {
  width: 222px;
  float: left;
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line {
  width: 50%;
  border-left: 1px solid #efefef;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line li {
  margin-top: 5px;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line li:nth-child(1) {
  text-align: center;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line li:nth-child(1) a {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #262a30;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line li:nth-child(2) {
  text-align: center;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line li:nth-child(2) a {
  height: 15px;
  color: #5c626b;
  font-size: 12px;
  line-height: 15px;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line:first-child {
  border: none;
}
#localIndex-style #localIndex-app .login-home .main-login .online .line:last-child li:first-child a {
  color: #0a75f0;
}
#localIndex-style #localIndex-app .login-home .main-login .wx-login {
  margin-left: 27px;
}
#localIndex-style #localIndex-app .login-home .main-login .user-image {
  height: 80px;
  width: 100%;
  margin-bottom: 15px;
}
#localIndex-style #localIndex-app .login-home .main-login .user-image img {
  display: block;
  height: 80px;
  width: 80px;
  margin: 30px auto 10px;
}
#localIndex-style #localIndex-app .login-home .main-login .user {
  height: 30px;
  width: 100%;
}
#localIndex-style #localIndex-app .login-home .main-login .user div {
  line-height: 30px;
}
#localIndex-style #localIndex-app .login-home .main-login .user .user-name {
  width: 45%;
  text-align: right;
}
#localIndex-style #localIndex-app .login-home .main-login .user .user-nickname {
  height: 30px;
  width: calc(100% - 30px);
  margin: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
#localIndex-style #localIndex-app .login-home .main-login .user .user-nickname a {
  color: #5c626b;
}
#localIndex-style #localIndex-app .login-home .main-login .user .user-nickname a:hover {
  color: #0a75f0;
}
#localIndex-style #localIndex-app .login-home .main-login .greet {
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-left: 50%;
  transform: translate(-50%);
}
#localIndex-style #localIndex-app .advertisement-box {
  width: 1130px;
  height: 150px;
  margin: 40px auto;
}
#localIndex-style #localIndex-app .advertisement-box .advertisement-box-url {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#localIndex-style #localIndex-app .advertisement-box .advertisement-box-url img {
  width: 100%;
  height: 100%;
}
#localIndex-style #localIndex-app .learning-base-block {
  width: 100%;
}
#localIndex-style #localIndex-app .learning-base-block .block-title {
  border-bottom: 2px solid #D8D8D8;
  padding: 4px 0;
  margin-bottom: 30px;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title {
  display: inline-block;
  position: relative;
  line-height: 33px;
  font-size: 24px;
  color: #0A75F0;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #0A75F0;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-link {
  display: inline-block;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-link li {
  position: relative;
  float: left;
  padding: 0 13px;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-link li a {
  font-size: 16px;
  color: #5c626b;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-link li::after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #5c626b;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-link li:last-child::after {
  width: 0;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-more {
  float: right;
  font-size: 14px;
  color: #262A30;
  cursor: pointer;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-more a {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  color: #262A30;
  cursor: pointer;
}
#localIndex-style #localIndex-app .learning-base-block .block-title .title-more:hover {
  color: #0A75F0;
}
#localIndex-style #localIndex-app .learning-base-block .block-box {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item {
  position: relative;
  width: 262px;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item img {
  border-radius: 8px;
  height: 147px;
  width: 262px;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item .tag {
  position: absolute;
  top: 111px;
  right: 11px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #0A75F0;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item .item-text {
  justify-content: space-between;
  margin-top: 13px;
  flex-wrap: nowrap;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item .item-text .text-title {
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  float: left;
  position: relative;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item .item-text .text-title a {
  display: block;
  height: 25px;
  width: 265px;
  font-size: 16px;
  line-height: 25px;
  color: #262A30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item .item-text .text-stat {
  position: absolute;
  right: 0px;
  height: 25px;
  line-height: 25px;
  color: #959BA3;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item {
  margin-bottom: 10px;
}
#localIndex-style #localIndex-app .learning-base-block .block-box .box-item .item-text {
  margin-top: 8px;
}
#lifelongLearing-style #app .center-head {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#lifelongLearing-style #app .center-head p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#lifelongLearing-style #app .resources-video {
  width: 1120px;
  min-height: 497px;
  margin: 20px auto 0px;
  position: relative;
}
#lifelongLearing-style #app .resources-video .block-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#lifelongLearing-style #app .resources-video .block-box .box-item {
  position: relative;
  width: 262px;
}
#lifelongLearing-style #app .resources-video .block-box .box-item img {
  border-radius: 8px;
  height: 147px;
  width: 262px;
}
#lifelongLearing-style #app .resources-video .block-box .box-item .tag {
  position: absolute;
  top: 111px;
  right: 11px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #0a75f0;
}
#lifelongLearing-style #app .resources-video .block-box .box-item .item-text {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
#lifelongLearing-style #app .resources-video .block-box .box-item .item-text .text-title {
  height: 25px;
  width: 200px;
  font-size: 16px;
  line-height: 25px;
  float: left;
}
#lifelongLearing-style #app .resources-video .block-box .box-item .item-text .text-title a {
  display: block;
  height: 25px;
  width: 200px;
  font-size: 16px;
  line-height: 25px;
  color: #262a30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lifelongLearing-style #app .resources-video .block-box .box-item .item-text .text-stat {
  float: right;
  height: 25px;
  width: 80px;
  line-height: 25px;
  color: #959ba3;
}
#lifelongLearing-style #app .resources-video .block-box .box-item {
  margin-bottom: 15px;
  margin-right: 18px;
}
#lifelongLearing-style #app .resources-video .block-box .box-item .item-text {
  margin-top: 8px;
}
#lifelongLearing-style #app .resources-video .page {
  margin: 10px;
  float: right;
  height: 40px;
}
#lifelongLearing-style #app .resources-video .page li {
  float: left;
  line-height: 24px;
  margin-left: 20px;
  padding-top: 2px;
  color: #666;
  cursor: pointer;
}
#lifelongLearing-style #app .resources-video .page .page-num,
#lifelongLearing-style #app .resources-video .page .page-all {
  margin-left: 10px;
  padding: 2px 8px;
}
#lifelongLearing-style #app .resources-video .page .page-num-active {
  background-color: #2390ff;
}
#lifelongLearing-style #app .resources-video .page .pageActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#lifelongLearing-style #app .resources-video:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#searchData-style #app .center-head {
  width: 100%;
  height: 76px;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  line-height: 76px;
  background: #fbfbfb;
}
#searchData-style #app .center-head p {
  margin: 0 auto;
  width: 1120px;
  height: 76px;
  color: #333333;
}
#searchData-style #app .select-box {
  width: 1120px;
  margin: 10px auto 0px;
  position: relative;
}
#searchData-style #app .select-box .sub-title {
  height: 41px;
  margin-bottom: 20px;
}
#searchData-style #app .select-box .sub-title .sub-item {
  width: 100px;
  height: 41px;
  line-height: 41px;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #5c626b;
  cursor: pointer;
}
#searchData-style #app .select-box .sub-title .subActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#searchData-style #app .resources-video {
  width: 1120px;
  min-height: 497px;
  margin: 20px auto 0px;
  position: relative;
}
#searchData-style #app .resources-video .block-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#searchData-style #app .resources-video .block-box .box-item {
  position: relative;
  width: 262px;
}
#searchData-style #app .resources-video .block-box .box-item img {
  border-radius: 8px;
  height: 147px;
  width: 262px;
}
#searchData-style #app .resources-video .block-box .box-item .tag {
  position: absolute;
  top: 111px;
  right: 11px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #0a75f0;
}
#searchData-style #app .resources-video .block-box .box-item .item-text {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
#searchData-style #app .resources-video .block-box .box-item .item-text .text-title {
  height: 25px;
  width: 200px;
  font-size: 16px;
  line-height: 25px;
  float: left;
}
#searchData-style #app .resources-video .block-box .box-item .item-text .text-title a {
  display: block;
  height: 25px;
  width: 200px;
  font-size: 16px;
  line-height: 25px;
  color: #262a30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#searchData-style #app .resources-video .block-box .box-item .item-text .text-stat {
  float: right;
  height: 25px;
  width: 80px;
  line-height: 25px;
  color: #959ba3;
}
#searchData-style #app .resources-video .block-box .box-item {
  margin-bottom: 15px;
  margin-right: 18px;
}
#searchData-style #app .resources-video .block-box .box-item .item-text {
  margin-top: 8px;
}
#searchData-style #app .resources-video .page {
  margin: 10px;
  float: right;
  height: 40px;
}
#searchData-style #app .resources-video .page li {
  float: left;
  line-height: 24px;
  margin-left: 20px;
  padding-top: 2px;
  color: #666;
  cursor: pointer;
}
#searchData-style #app .resources-video .page .page-num,
#searchData-style #app .resources-video .page .page-all {
  margin-left: 10px;
  padding: 2px 8px;
}
#searchData-style #app .resources-video .page .page-num-active {
  background-color: #2390ff;
}
#searchData-style #app .resources-video .page .pageActive {
  background-color: #2390ff;
  color: #ffffff !important;
}
#searchData-style #app .resources-video:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
