@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #444;
  line-height: 1;
  position: relative;
  background-color: #f5f5f5;
}

.backff {
  background: #ffff;
}

.backf5 {
  background: #f5f5f5;
}

.relative {
  position: relative;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: auto;
  width: 100%;
  min-width: 1270px;
}

a {
  text-decoration: none;
  color: #666;
  outline: 0;
  cursor: pointer;
}

button,
img,
input,
select {
  border: none;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

/* table {	border: none;	border-spacing: 0;	border-collapse: collapse} */
li,
ol,
ul {
  list-style-type: none;
}

i {
  display: inline-block;
}

p,
td,
th {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 20px;
}

.textarea {
  border: none;
  background-color: #f5f5f5;
  background-image: none;
  color: inherit;
  padding: 24px;
  line-height: 22px;
  font-size: 14px;
  resize: none;
  height: auto;
  width: 100%;
  min-height: 160px;
  border-radius: 10px;
}

/* 超过几行显示省略号 */
/* ellipsis */
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  line-height: 20px;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-all;
}

.wordwrap {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

.nav {
  width: 1200px;
  margin: 0 auto;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt2 {
  margin-top: 2px;
}

.mt16 {
  margin-top: 16px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt24 {
  margin-top: 24px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb29 {
  margin-bottom: 29px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb88 {
  margin-bottom: 88px;
}

.ml174 {
  margin-left: 174px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml68 {
  margin-left: 68px;
}

.ml75 {
  margin-left: 75px;
}

.ml32 {
  margin-left: 32px;
}

.ml23 {
  margin-left: 23px;
}

.ml29 {
  margin-left: 29px;
}

.mr24 {
  margin-right: 24px;
}

.mr15 {
  margin-right: 15px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mrl40 {
  margin: 0 40px 0 40px;
}

.mtb110 {
  margin: 110px auto;
}

.ft18 {
  font-size: 18px;
}

.ft14 {
  font-size: 14px;
}

.ft16 {
  font-size: 16px;
}

.ft24 {
  font-size: 24px;
}

.p20 {
  padding: 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.line26 {
  line-height: 26px;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.color-999 {
  color: #999;
}

.color-137BE6 {
  color: #137be6;
}

.color-4194FF {
  color: #4194ff;
}

.textcent {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex {
  display: flex;
  justify-content: flex-start;
}

.flex-space {
  display: flex;
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.hidden {
  overflow: hidden;
}

.text-mute {
  color: #75818e;
}

.text-primary {
  color: #137be6;
}

.line {
  height: 1px;
  width: 100%;
  border-bottom: 1px #eeeeee solid;
}

.none {
  display: none;
}

/* 面包屑 */
.subnav {
  height: 77px;
  line-height: 77px;
  padding: 0 40px 40px 40px;
}

.subnav .active {
  color: #137be6;
}
.subnav .slash {
  font-size: 10px;
  vertical-align: top;
  color: #bbb;
}

/* header */
.header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.header .logo {
  width: 260px;
  height: 60px;
}

.header .logo img {
  width: 100%;
  height: 100%;
}

.headlist {
  display: flex;
  color: #666;
  font-size: 18px;
}

.headlist li {
  flex-direction: column;
  padding: 22px 25px;
}

.head-active {
  color: #137be6;
  position: relative;
}

.head-active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 32%;
  width: 36px;
  height: 4px;
  background: #137be6;
}

.header .info {
  width: 80px;
  color: #666;
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
}

.header .head-pic {
  width: 80px;
  position: relative;
}

.header .head-pic img {
  border-radius: 50%;
}

.header .head-pic .hover-nav {
  position: absolute;
  top: 43px;
  left: -57px;
  padding: 20px 15px 0;
  z-index: 9999;
}

.header .head-pic .hover-nav ul {
  width: 120px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.header .head-pic .hover-nav ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

.header .head-pic .hover-nav ul li:hover,
.header .head-pic .hover-nav ul li:hover a {
  color: #137be6;
}

.header .search {
  position: relative;
}

.header .search input {
  width: 200px;
  background-color: #f3f5f6;
  padding: 6px 20px 6px 10px;
  border-radius: 5px;
}

.header .search .iconfont {
  position: absolute;
  top: 8px;
  right: 3px;
  cursor: pointer;
}

/* footer */
.footer {
  padding: 40px 0;
  background: #2b263a;
  font-size: 14px;
  color: #fff;
}

.footer-left {
  line-height: 30px;
  float: left;
  color: #dddddd;
}

.footer-left .list {
  margin-bottom: 30px;
}

.footer-left .list li a {
  color: #dddddd;
}

.footer-left .list li {
  display: inline-block;
  margin: 0 5px;
}

.footer-left .list li:first-child {
  margin: 0 5px 0 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 22px;
}

.footer-bottom .contact .contact-company li:first-child{
  font-size: 12px;
  color: #999;
  display: inline-block;
  margin-right: 16px;
}

.footer-bottom .contact .contact-company {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom .contact .contact-company li a {
  font-size: 12px;
  color: #999;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
}

.footer-right {
  float: right;
}

.exam-footer {
  padding: 20px 0;
}

.exam-footer p {
  text-align: center;
  font-size: 12px;
}

/* 侧边栏 */
.sidebox .sidebar {
  width: 88px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  list-style: none;
  box-shadow: 0px 8px 16px 0px rgba(169, 169, 169, 0.4);
  /*border-radius: 16px 0 0 16px;*/
  background: #fff;
}

.sidebox .sidebar li {
  position: relative;
}

.sidebox .sidebar li a {
  border-top: 1px solid #eee;
  display: block;
  padding: 12px 0;
}

.sidebox .sidebar div {
  position: absolute;
  top: 0;
}

.sidebox .sidebar .sidebarImg {
  left: -142px;
  width: 140px;
  height: 140px;
}
.sidebox .sidebar .sidebarImg2 {
  top: -224px;
  left: -135px;
  width: 134px;
  height: 134px;
}

.sidebox .sidebar .iconGroup {
  width: 240px;
  height: 80px;
  left: -242px;
  background-color: #fff;
  padding: 15px 0;
}

.sidebox .sidebar .iconGroup ul {
  width: 240px;
  display: flex;
  justify-content: space-around;
}

.sidebox .sidebar .iconGroup ul li {
  width: 80px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.sidebox .sidebar .iconGroup ul li a {
  padding: 0;
  border-top: 0;
}

.sidebox .sidebar .iconGroup ul li .iconfont {
  font-size: 28px;
}

.sidebox .sidebar div img {
  width: 100%;
  height: 100%;
}

.sidebox .sidebar li:first-child a {
  border-top: none;
}

.sidebox .sidebar li {
  position: relative;
  text-align: center;
  padding: 0px 8px;
}
.sidebox .sidebar li:hover a i {
  color: #0071da;
}

.sidebox .sidebar li a .iconfont {
  font-size: 24px;
  display: block;
  color: #ccc;
  padding-bottom: 12px;
}

.sidebox .sidebar li a span {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.sidebox .sidebar .active .iconfont {
  /*color: #3A8CE7;*/
}

.sideleft {
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 100;
  border-radius: 8px 0 0 8px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(169, 169, 169, 0.4);
}

.sideleft a .iconfont {
  font-size: 24px;
  display: block;
  color: #ccc;
  padding-bottom: 12px;
}

.sideleft a:hover .iconfont {
  color: #3a8ce7;
}

.ft20 {
  font-size: 20px;
}

#formal .radioitem label {
  display: inline;
  margin: 15px 0;
  font-size: 16px;
}

/* 分页器 */
.pagination {
  margin: 20px auto;
  /*width: 300px;*/
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination ul li {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 5px;
  cursor: pointer;
  margin: 0 3px;
}

.pagination ul .active {
  color: #ffffff;
  background-color: #137be6;
}

#infor .information {
  padding: 40px 30px;
  background: #fff;
  position: relative;
  text-align: center;
}

#infor .information .wd {
  width: 780px;
  margin: 0 auto;
  border: 1px solid #e1e9fa;
  border-bottom: 1px solid transparent;
}

#infor .information .wd h2 {
  padding: 20px;
  font-size: 28px;
  border-bottom: 1px solid #e1e9fa;
}

#infor .information .wd .infor-wd {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #e1e9fa;
  color: #75818e;
}

#infor .information .wd .tips {
  padding: 15px;
  align-items: start;
}

#infor .information .wd .tips div {
  text-align: left;
}

#infor .information .wd .infor-wd span,
#infor .information .wd .infor-wd .img-span {
  display: inline-block;
  width: 50%;
  padding: 15px 0;
  font-size: 16px;
  border-right: 1px solid #e1e9fa;
}

#infor .information .wd .infor-wd .img-span {
  padding: 65px 0;
}

#infor .information .wd .wd-img {
  width: 50%;
}

#infor .information .wd img {
  width: 80px;
  height: 120px;
}

#infor .information .wd .infor-wd a {
  color: #75818e;
  width: 50%;
}

#infor .mtb15 {
  margin: 15px auto;
}

#infor .mtb15 .red {
  color: red;
}

#infor .instruc-btn,
#infor .false-btn {
  display: inline-block;
  width: 240px;
  height: 48px;
  line-height: 48px;
  background: #4165ff;
  box-shadow: 0 14px 24px 0 rgba(65, 101, 255, 0.32);
  color: #fff;
  text-align: center;
}

#infor .false-btn {
  width: 140px;
  background: #ff1c1c;
  box-shadow: 0 14px 24px 0 rgba(255, 0, 0, 0.1);
}

#infor .mt40 {
  margin-top: 40px;
}

#infor .information .btn-group {
  justify-content: center;
}

#infor .information .btn-group button {
  margin: 0 20px;
}

#infor .information .btn-group button:active {
  transform: scale(0.9);
}

#formal .radioitem label {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin: 24px 0;
  font-size: 16px;
  cursor: pointer;
}

#formal .radioitem label input {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}
#formal .radioitem label div {
  width: 642px;
  line-height: 20px;
}

#formal .onshed {
  background-color: rgba(19, 123, 230, 0.3) !important;
  border-color: rgba(19, 123, 230, 0.3) !important;
  color: #fff !important;
}

#formal .onred {
  background-color: #ff0033 !important;
  border-color: #fff !important;
  color: #fff;
}

#formal .radioitem textarea {
  border-radius: 8px;
  resize: none;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
}

/* 首页 */
#index .top {
  margin: 10px auto;
}

#index .top .words,
#index .top .new-words,
#index .top .login-box,
#index .top .swiper {
  border-radius: 10px;
  background-color: #fff;
}

#index .top .login-box {
  /* width: 224px; */
  width: 264px;
}

#index .top .words {
  padding: 10px 0;
  width: 200px;
  height: 360px;
  position: relative;
}

#index .top .words ul {
  position: relative;
  height: 310px;
  overflow: hidden;
  background-color: #fff;
}

#index .top .words ul li {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
}
#index .top .words ul .word-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#index .top .words ul li a {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin: 0 3px;
}

#index .top .words ul li .span-all {
  font-size: 15px;
  color: #333333;
  margin-right: 5px;
}

#index .top .words ul li:hover {
  background-color: rgba(103, 178, 254, 0.5);
  color: #0071da;
}

#index .top .words ul li:hover a,
#index .top .words ul li:hover .span-all,
#index .top .words ul li:hover a {
  color: #0071da;
}

#index .top .words ul a:hover {
  text-decoration: underline;
}

#index .top .words div {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  cursor: pointer;
  position: absolute;
  bottom: 13px;
  left: 0;
}

#index .top .words div .iconfont {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  margin-left: 5px;
}
#index .top .new-words {
  width: 160px;
  height: 360px;
  background-color: #fff;
  padding: 12px 8px;
  position: relative;
}
#index .top .new-words .industry {
  padding: 20px 8px;
  letter-spacing: 4px;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
}
#index .top .new-words .industry .iconfont {
  width: 16px;
  margin: 0 12px;
  font-size: 16px;
  color: rgba(19, 123, 230, 0.5);
}
#index .top .new-words .derection-box {
  position: absolute;
  top: 0;
  left: 160px;
  width: 600px;
  min-height: 50px;
  z-index: 999;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 14px 1px rgba(173, 173, 173, 0.2);
  padding: 24px 24px 0;
  display: none;
}

#index .top .new-words .derection-box .flex {
  margin-bottom: 30px;
  align-items: top;
}
#index .top .new-words .derection-box .flex .industry-title {
  width: 20%;
  color: #333333;
  line-height: 20px;
  cursor: pointer;
}
#index .top .new-words .derection-box .flex .derection-group {
  width: 80%;
  color: #666666;
  line-height: 20px;
}
#index .top .new-words .derection-box .flex .derection-group span {
  margin-right: 8px;
  cursor: pointer;
}
#index .top .new-words .derection-box .flex .industry-title:hover,
#index .top .new-words .derection-box .flex .derection-group span:hover {
  color: #137be6;
}

#index .top .swiper {
  width: 750px;
  height: 360px;
}

#index .top .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#index .top .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .top .swiper .swiper-pagination span {
  width: 20px;
  height: 5px;
  border-radius: 2px;
}

#index .top .swiper .swiper-pagination-bullet {
  background-color: #ddd;
}

#index .top .swiper .swiper-button-next,
#index .top .swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #000;
  opacity: 0.2;
  border-radius: 50%;
}

#index .top .swiper .swiper-button-next .iconfont,
#index .top .swiper .swiper-button-prev .iconfont {
  font-size: 24px;
  color: #fff;
}

#index .top .swiper .swiper-button-prev {
  left: 20px;
}

#index .top .swiper .swiper-button-next {
  right: 20px;
}

#index .top .swiper .swiper-button-prev:hover,
#index .top .swiper .swiper-button-next:hover {
  background-color: #000;
  opacity: 0.5;
}

#index .top .login-box {
  text-align: center;
}

#index .top .login-box .notlogin h4 {
  text-align: center;
  font-weight: normal;
  padding: 40px 40px 30px;
}

#index .top .login-box .notlogin .btn {
  width: 168px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #3896f7;
  color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  margin: 48px auto;
  transition: all ease 0.5s;
}

#index .top .login-box .notlogin .btn:hover {
  background-color: #1873ce;
  transition: all ease 0.5s;
}

#index .top .login-box .notlogin h5 {
  font-weight: normal;
  font-size: 15px;
  padding-top: 20px;
  color: #999999;
}

#index .top .login-box .islogin {
  padding: 26px 20px;
}

#index .top .login-box .islogin img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 20px;
}

#index .top .login-box .islogin ul {
  text-align: center;
  color: #666666;
  padding: 20px 0;
}

#index .top .login-box .islogin ul li {
  margin-bottom: 10px;
}

#index .top .login-box .islogin .to-user,
#index .top .login-box .islogin .sign-in {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
}

#index .top .login-box .islogin .sign-in a {
  color: #ffffff;
}

#index .top .login-box .islogin .to-user {
  background-color: #0071da;
}

#index .top .login-box .islogin .sign-in {
  background-color: #34bf85;
}

#index .link {
  border-radius: 10px;
  background: #fff;
  height: 68px;
  padding: 16px 0  16px 24px;
  background:#fff url('../images/tab-bg.png') no-repeat center center;
  background-size: 1200px 68px;
}

#index .link .link-item {
  width: 200px;
}

#index .link .link-item .iconfont {
  font-size: 18px;
  color: #ffffff;
}

#index .link .link-item a div {
  display: inline-block;
  vertical-align: middle;
}

#index .link .link-item .icon-text span:first-child {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  display: block;
  margin-left: 6px;
  /* margin-bottom: 8px; */
}

#index .link .link-item .icon-text span {
  font-size: 12px;
  color: #999;
  font-weight: 400px;
}

#index .link .link-item .icon-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}

#index .link .link-item .yello {
  background: #ffb636;
  box-shadow: 0px 8px 8px 0px rgba(255, 182, 54, 0.24);
}

#index .link .link-item .blue {
  background: #72b8ff;
  box-shadow: 0px 8px 8px 0px rgba(19, 111, 219, 0.24);
}

#index .link .link-item .pink {
  background: #ff9494;
  box-shadow: 0px 8px 8px 0px rgba(255, 109, 109, 0.24);
}

#index .link .link-item .green {
  background-color: #90dd9d;
  box-shadow: 0px 8px 8px 0px rgba(144, 221, 157, 0.24);
}

#index .link .link-item .red {
  background-color: #ff94bc;
  box-shadow: 0px 8px 8px 0px rgba(255, 148, 188, 0.24);
}

#index .mb39 {
  margin-bottom: 39px;
}

#index .new {
  margin: 24px 0;
  height: 62px;
  line-height: 62px;
  background: #ffffff;
  border-radius: 16px;
  padding-left: 24px;
  color: #e94e4e;
}

#index .new .swiper {
  margin-left: 10px;
}

#index .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

#index .title h2 {
  font-size: 28px;
  display: inline-block;
  margin-right: 16px;
}

#index .title span {
  font-size: 14px;
  color: #ccc;
}

#index .title a {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #0071da;
}

#index .course {
  margin-bottom: 30px;
}

#index .course .courselist, #index .news-course-try .newCourseList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index .course .courselist li:hover,#index .news-course-try .newCourse .courseitem:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#index .course .courselist li:hover .icon-jinru {
  color: #0071da;
}

#index .course .courselist li:hover img {
  transform: scale(1.1);
}

#index .course .courselist li{
  transition: 0.4s;
  width: 283px;
  height: 300px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  display: inline-block;
  overflow: hidden;
}
#index .news-course-try .newCourse .courseitem {
  /* height: 255px; */
  transition: 0.4s;
  width: 283px;
  /* height: 300px; */
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  display: inline-block;
  overflow: hidden;
}
#index .course .courselist li .item-img, #index .news-course-try .newCourse .courseitem .item-img {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

#index .course .courselist li .item-img .hot {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 18px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  background: #eb8484;
  box-shadow: 0px 2px 8px 0px rgba(255, 88, 46, 0.32);
  border-radius: 4px;
  z-index: 999;
}

#index .course .courselist .courseitem .item-img img, #index .news-course-try .newCourseList .courseitem .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
#index .nextAndPrev {
  position: relative;
  width: 60px;
}
#index .course .title a {
  padding-left: 30px;
}
#index .nextAndPrev .swiper-button-next,
#index .nextAndPrev .swiper-button-prev {
  outline: none;
}
#index .nextAndPrev .swiper-button-next .iconfont-next {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../images/next.png') no-repeat center center;
  background-size: 19px 19px;
}
#index .nextAndPrev .swiper-button-next {
  right: 0;
}
#index .nextAndPrev .swiper-button-prev .iconfont-prev {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../images/next.png') no-repeat center center;
  background-size: 19px 19px;
  transform: rotate(180deg);
}
#index .course .courselist li .item-title {
  padding: 13px 16px 16px;
  background: #fff;
}

#index .course .courselist li .item-title .name {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  margin: 7px 0;
}

#index .course .courselist li .item-title .titles {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
   margin-bottom: 14px;
}

#index .course .courselist li .item-title .coursebtn {
  /*width: 74px;*/
  /*height: 20px;*/
  padding: 7px;
  font-size: 12px;
  background: #0071da;
  border-radius: 4px;
  text-align: center;
  /*line-height: 20px;*/
  color: #fff;
}

#index .course .courselist li .item-title .icon-jinru {
  font-size: 20px;
}
#index .news-course-try {
  margin-bottom: 30px;
}
#index .news-course-try .newCourse .item-title {
  padding: 13px 16px 16px;
  background: #fff;
}
#index .news-course-try .newCourse .item-title .name {
  font-size: 16px;
  color: #444;
  line-height: 20px;
  font-weight: 600;
  margin: 7px 0;
}
#index .news-course-try .newCourse .item-title .titles {
 font-size: 12px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 8px;
}
#index .news-course-try .newCourse .item-title .course-name {
  /* font-weight: bold; */
  color: #fa8919;
  font-size: 13px;
}
#index .news-course-try .newCourse .courseitem {
  position: relative;

}
#index .news-course-try .newCourse .courseitem a {
  cursor: pointer;
  transition:  color .2s linear;
}
#index .news-course-try .newCourse .courseitem .video-card__image {
  position: relative;
  z-index: 1;
  border-radius: 6px;
}
#index .news-course-try .newCourse .courseitem .video-card__image .video-card__image--wrap {
  padding-top: 160px;
  border-radius: inherit;
  background-color: rgb(241,242,243);
  cursor: pointer;
}
#index .news-course-try .newCourse .courseitem:hover .video-card__image .play-icon {
  visibility: hidden;
  opacity: 0;
}
#index .news-course-try .newCourse .courseitem .video-card__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* border-radius: 6px; */
  object-fit: cover;
}
#index .news-course-try .newCourse .courseitem .watch-later {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 28px;
  height: 28px;
  z-index: 9;
  transform: translateZ(0);
  pointer-events: none;
}
#index .news-course-try .newCourse .courseitem .video-card__image .video-card__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all .2s linear .2s;
  pointer-events: none;
}
#index .news-course-try .newCourse .courseitem .video-card__image .video-card__mask .video-card__stats {
  position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 16px 8px 6px;
    width: 100%;
    height: 38px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    color: #fff;
    font-size: var(--subtitle-font-size);
    line-height: var(--icon-size);
    opacity: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#index .news-course-try .newCourse .courseitem .video-card__image .video-card__mask .video-card__stats .video-card__stats--left{
  min-width: 0;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#index .news-course-try .newCourse .courseitem .video-card__image:hover .video-card__mask{
  visibility: hidden;
  opacity: 0;
}
.video-card__image .video-card__mask .video-card__stats--item {
      margin-right: 12px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.video-card__image .video-card__mask .video-card__stats__duration {
  font-size: 13px;
}
.video-card__image .video-card__mask .video-card__stats--item .video-card__stats--text {
  line-height: 18px;
}
.video-card__image .video-card__mask .video-card__stats--item .play-number {
  /* display: inline-block; */
  /* vertical-align: top; */
  width: 18px;
  height: 18px;
  background: url('../images/play-num.png') no-repeat center center;
  background-size: 18px 18px;
  line-height: 18px;
  font-size: 0px;
  margin-right: 2px;
}
.v-inline-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  
  border-radius: inherit;
  opacity: 0;
  transition: opacity .2s linear;
  /* overflow: hidden; */
}
.visible {
  opacity: 1;
}
.player-video-area {
  -webkit-box-flex: 1;
  background-color: #000;
  /* background-color: #000); */
  -ms-flex: 1;
  height: 100%;
  flex: 1;
  overflow: hidden;
  /* position: relative; */
}
.player-video-perch {
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
.player-video-area .player-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 38px;
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  z-index: 75;
}
.player-video-area .player-video-controls .timeBar {
  width: 100%;
  height: 3px;
  /* border-radius: 5px; */
  background-color: #fff;
  display: flex;
  align-items: center;
}
.player-video-area .player-video-controls .timeBar .currentBar {
  background-color: #0071da;
  height: 3px;
}
.player-video-area .player-video-controls .timeBar .currentCircle {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #0071da;
  border-radius: 50%;
  /* margin-top: 1px; */
}
.player-video-area .player-video-controls .volume {
  position: relative;
}
.player-video-area .player-video-controls .siderBar-volume {
  position: absolute;
  bottom: 53px;
  left: -20px;
}

.player-video-area .player-video-controls .volume span{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.player-video-area .hidden {
  display: none;
}
input[type="range"] {
  transform: rotateZ(-90deg);
    -webkit-appearance: none; /*禁用滑动条的默认样式*/
    border-radius: 15px; /*设置滑动条的圆角大小*/
    width: 60px; /*设置滑动条的宽*/
    height: 4px; /*设置滑动条的高*/
    background-color: #fff; /* 设置滑动条的背景色 */
}
.player-video-area .player-video-controls .volume input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*//这三个是去掉滑块原有的默认样式，划重点！！*/
  -webkit-box-shadow:0 0 2px ; /*设置滑块的阴影*/
  width: 10px;
  height:10px;
  margin-top: -1px;
  border-radius: 50%;
  background: #0071da;
  background-size: cover;
}
input[type=range]:focus {
    outline: none;
}

.player-video-area .player-video-controls .volume span.icon-jingyin{
  background-image: url("../images/jingyin.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.player-video-area .player-video-controls .volume span.icon-yangshenqi{
  background-image: url("../images/yangshenqi.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.player-video-area .player-video-controls .volume span.icon-yangshenqi.hidden {
  display: none;
}
.player-video-area .player-video-controls .volume span.icon-jingyin.hidden {
  display: none;
}
.player-video-area .player-video-controls .controls-wrapper {
  color: #fff;
  margin-bottom: 7px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.player-video-wrap {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
}
.player-video-wrap video {
  content-visibility: visible;
  display: block;
  height: 100%;
  margin: auto;
  width: 100%;
}
/* .player-video-wrap video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.player-video-wrap video::-webkit-media-controls-play-button {
  display: none;
} */
.v-img {
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: rgb(241,242,243);
}
.v-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: inherit;
}
/* #index .news-course-try .newCourse .courseitem:hover .play-icon {
  transform: scale(1.1);
}
*/
#index .news-course-try .newCourse .courseitem .play-icon{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all .2s linear .2s;
  pointer-events: none;
  padding-top: 57px;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
} 
#index .news-course-try .newCourse .courseitem .play-icon .iconfont{
  font-size: 50px;
  color: rgba(256,256,256,0.6);
  cursor: pointer;
  /* text-shadow: 0px 0px 10px rgba(0,0,0,0.4); */
}
#index .news-course-try .changeMore {
  position: relative;
  width: 80px;
  height: 34px;
}
#index .news-course-try .changeMore .new-course-next {
  color: #333;
  width: 80px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #333;
  border-radius: 4px;
  margin-top: -17px;
}
#index .exports {
  height: 404px;
  background-image: url('../images/techer_bg.png');
}

#index .exports .thinkitem {
  background-color: #fff;
  text-align: center;
  /* width: 283px; */
  display: inline-block;
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  height: 330px;
}

#index .exports .thinkitem h3 {
  font-size: 18px;
  color: #444444;
  line-height: 20px;
  margin: 23px 0;
}

#index .exports .thinkitem p {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 18px;
  margin: 10px 0;
}

#index .exports .thinkitem .think-img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

#index .exports .thinkitem .think-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.4s ease;
}
#index .exports .thinkitem :hover img {
  transform: scale(1.1);
}

#index .service {
  height: 268px;
  margin-top: 40px;
  background-image: url('../images/org_bg.png');
}

#index .service .servicelist {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 20px;
}

#index .service .servicelist .service-img {
  margin-bottom: 16px;
  width: 174px;
  height: 64px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 23px;
}

#index .service .servicelist .service-img:nth-child(6n) {
  margin-right: 0;
}

#index .service .servicelist .service-img img {
  width: 100%;
}

#index .service .servicelist .service-img .mark {
  position: absolute;
  bottom: -64px;
  width: 100%;
  height: 100%;
  line-height: 64px;
  background-color: #fff;
  color: #444;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s linear;
  cursor: pointer;
}

#index .service .servicelist .service-img:hover .mark {
  bottom: 0;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.4);
}

#index .trends .news-trends .news-right {
  width: 325px;
  margin-left: 20px;
}

#index .trends .news-trends .news-right .news-list li {
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}

#index .trends .news-trends .news-right .news-list li span {
  color: #137be6;
  margin-right: 5px;
}

#index .trends .news-trends .news-left {
  height: 206px;
  width: 758px;
}
#index .trends .news-trends .news-left .fl {
  transition: 0.4s;
  height: 206px;
  width: 340px;
  overflow: hidden;
  margin-right: 24px;
  cursor: pointer;
}
#index .trends .news-trends .news-left .fl:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#index .trends .news-trends .news-left .fl:hover img {
  transform: scale(1.1);
}

#index .trends .news-trends .news-left img {
  width: 340px;
  height: auto;
  transition: all 0.4s ease;
}

#index .trends .news-trends .news-left .name {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

#index .trends .news-trends .news-left .room-cell {
  margin-top: 20px;
}

#index .trends .news-trends .news-left .room-cell a {
  font-size: 18px;
  color: #444;
  font-weight: 500;
}

#index .trends .news-trends .news-left .info {
  color: #666;
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}

#index .trends .news-trends .news-left a.text-primary {
  color: #137be6;
  display: block;
  margin-top: 30px;
}

#zz {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1111;
}

.login,
.register,
.password {
  width: 380px;
  background: #ffffff;
  /*position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  cursor: pointer;
  z-index: 99;
  /*border-radius: 20px;*/
  padding: 25px 15px 15px;
}

.login input,
.register input,
.password input {
  width: 100%;
  padding: 14px;
  background-color: #eeeeee;
  margin-bottom: 20px;
  border-radius: 10px;
}
.login .password-box,
.register .password-box,
.password .password-box {
  position: relative;
}
.login .password-box input[type='password'],
.register .password-box input[type='password'],
.password .password-box input[type='password'] {
  padding-right: 28px;
}

.login .password-box .iconfont,
.register .password-box .iconfont,
.password .password-box .iconfont {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 16px;
  height: 16px;
}
.login .password-box .iconfont:before,
.register .password-box .iconfont:before,
.password .password-box .iconfont:before {
  content: '\eb45';
}
.login .password-box .iconfont.show:before,
.register .password-box .iconfont.show:before,
.password .password-box .iconfont.show:before {
  content: '\eb46';
}

.login .log-btn,
.login .enroll-btn,
.register .log-btn,
.register .enroll-btn,
.password .log-btn,
.password .enroll-btn {
  width: 100%;
  height: 48px;
  background: #137be6;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin: 40px auto 20px;
}

.login .icon-guanbi,
.register .icon-guanbi,
.password .icon-guanbi {
  font-size: 18px;
  margin-top: 10px;
  color: #cccccc;
  transition-property: font-size, color;
  transition-duration: 0.2s;
}

.login .icon-guanbi:hover,
.register .icon-guanbi:hover,
.password .icon-guanbi:hover {
  font-size: 20px;
  color: #c33131;
}

.login .navlist {
  padding: 0 15px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.login .navlist li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.login .navlist .active a {
  color: #1b7ee7;
}

.login .navlist .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 40%;
  width: 20px;
  height: 3px;
  background: #137be6;
}

.login .textlist {
  margin: 30px 25px;
}

.login .textlist .account .codeipt {
  width: 225px;
}

.login .textlist .account .codebtn {
  width: 100px;
  height: 46px;
  line-height: 38px;
  background-color: pink;
  border-radius: 10px;
  overflow: hidden;
}

.login .textlist .account .codebtn img {
  width: 100%;
  height: 100%;
}

.login .textlist .account span {
  color: #999999;
}

.login .textlist .account .back-password:hover {
  color: #444444;
}

.login .textlist .account .enroll {
  margin-left: 10px;
  color: #137be6;
}

.login .textlist .account .enroll:hover {
  font-weight: bold;
}

.login .textlist .phone .phone-code {
  width: 120px;
  height: 40px;
  margin: 3px 0 3px 5px;
  background: #53a3f3;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.register,
.password {
  padding: 25px 35px 15px;
}

.register h3,
.password h3 {
  padding: 10px 0 35px;
  font-size: 18px;
}

.register .codeipt,
.password .codeipt {
  width: 220px;
}

.register .codebtn,
.password .codebtn {
  width: 90px;
  height: 46px;
  line-height: 38px;
  background-color: pink;
  border-radius: 10px;
  overflow: hidden;
}

.register .codebtn img,
.password .codebtn img {
  width: 100%;
  height: 100%;
}

.register .back-login:hover,
.password .back-login:hover {
  font-weight: bold;
}
.register,
.password {
  position: relative;
}
.register .password-ask,
.password .password-ask {
  position: absolute;
  top: 210px;
  left: 35px;
  background-color: #fff;
  width: 310px;
  padding: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: none;
}
.password .password-ask {
  top: 280px;
}
.register .password-ask h3,
.password .password-ask h3 {
  padding: 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.register .password-ask .triangle,
.password .password-ask .triangle {
  position: absolute;
  top: -16px;
  left: 146px;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
.register .password-ask .white-box,
.password .password-ask .white-box {
  position: absolute;
  top: 0px;
  left: 143px;
  width: 23px;
  height: 16px;
  background-color: #fff;
  box-shadow: 0;
}
.register .password-ask ul li,
.password .password-ask ul li {
  position: relative;
  margin-bottom: 8px;
  color: #ff1c1c;
  transition: 0.5s;
  font-size: 14px;
}
.register .password-ask ul li.valid,
.password .password-ask ul li.valid {
  color: #76ba99;
}
.register .password-ask ul li .iconfont:before,
.password .password-ask ul li .iconfont:before {
  content: '\e8e7';
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.register .password-ask ul li.valid .iconfont:before,
.password .password-ask ul li.valid .iconfont:before {
  content: '\e627';
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.layui-layer-setwin .layui-layer-close2 {
  z-index: 999;
}

#contus {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

#contus .close {
  float: right;
  position: absolute;
  top: 37px;
  right: 46px;
}

#contus .contus {
  width: 983px;
  height: 416px;
  background: #ffffff;
  border-radius: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding: 80px 70px;
}

#contus .contus .contus-img {
  width: 256px;
  height: 256px;
  margin-right: 58px;
}

#contus .contus .box {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
}

#contus .contus .box div {
  color: #444;
}

#contus .contus .box div:last-child {
  color: #1b7ee7;
  padding-top: 20px;
}

/*#cert .mian {*/
/*  display: flex;*/
/*  margin: 40px auto;*/
/*}*/

/*#cert .mian .left {*/
/*  width: 64%;*/
/*  box-sizing: border-box;*/
/*  background: #fff;*/
/*  padding: 32px;*/
/*  margin-right: 24px;*/
/*}*/

/*#cert .mian .left span {*/
/*  line-height: 26px;*/
/*  display: block;*/
/*}*/

/*#cert .mian .right {*/
/*  box-sizing: border-box;*/
/*  width: 30%;*/
/*}*/

/*#cert .mian .right .list li {*/
/*  padding: 32px;*/
/*  margin-bottom: 16px;*/
/*  width: 100%;*/
/*  height: 160px;*/
/*  background: #FFFFFF;*/
/*  box-shadow: 0px 6px 16px 0px rgba(175, 175, 175, 0.27);*/
/*}*/

/*#cert .mian .right .list li .item span {*/
/*  font-weight: bold;*/
/*  font-size: 16px;*/
/*  color: #444;*/
/*  display: block;*/
/*  margin-bottom: 22px;*/
/*}*/

/*#cert .mian .right .list li .item span:last-child {*/
/*  margin-top: 34px;*/
/*  display: block;*/
/*  color: #444;*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*}*/

#contactUs .banner-img {
  width: 100%;
}

#contactUs .banner-img img {
  width: 100%;
  height: auto;
}

#contactUs .navbar {
}

#contactUs .navbar .item {
  width: 240px;
  text-align: center;
  margin: 20px 0px;
}

#contactUs .navbar .item img {
  display: inline-block;
  margin-bottom: 10px;
}

#contactUs .navbar .item span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 27px;
}

#contactUs #container {
  width: 1200px;
  height: 500px;
  margin: 21px auto;
}

#contactUs .bgfff {
  background-color: #fff;
}

#contactUs .bgfff .text-center {
  text-align: center;
}

#contactUs .bgfff .text-center h3 {
  font-size: 22px;
  padding: 64px 0;
}

#contactUs .bgfff .right {
  float: right;
}

#contactUs .bgfff .right span {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 27px;
  display: block;
}

#contactUs .bgfff .right .contus-img {
  display: inline-block;
  width: 258px;
  margin: 47px 138px;
}

#contactUs .bgfff .left {
  float: left;
}

#contactUs .bgfff .left span {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 27px;
  display: block;
}

#contactUs .bgfff .left .input {
  width: 502px;
  position: relative;
  margin-bottom: 24px;
}

#contactUs .bgfff .left .input input {
  width: 486px;
  height: 48px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dddddd;
  color: #999;
  padding: 16px;
}

#contactUs .bgfff .left .input .input-icon {
  position: absolute;
  right: 0;
  top: 20px;
  color: red;
}

#contactUs .bgfff .left .navlink {
  margin: 16px 0;
}

#contactUs .bgfff .left .navlink .link-icon {
  color: red;
  display: inline-block;
  margin-left: -10px;
}

#contactUs .bgfff .left .navlink li {
  cursor: pointer;
  display: inline-block;
  padding: 9px 12px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dddddd;
  margin-right: 16px;
  position: relative;
}

#contactUs .bgfff .left .navlink li:hover {
  border-color: #137be6;
}

#contactUs .bgfff .left .navlink .active {
  border-color: #137be6;
}

#contactUs .bgfff .left .navlink .active::after {
  content: url('/static/index/img/contactUs/jt.png');
  position: absolute;
  top: 0;
}

#contactUs .bgfff .left .btn {
  width: 118px;
  height: 48px;
  color: #fff;
  background: #137be6;
  border-radius: 8px;
  margin: 25px 0 60px 0;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
}

#coop,
#guide {
  background-color: #fff;
}

#coop .banner,
#guide .banner {
  width: 100%;
  height: 320px;
}

#coop .content {
  margin: 46px auto;
}

#coop .content .item-title,
#guide .content .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}

#coop .content .item-title img,
#guide .content .item-title img {
  vertical-align: middle;
  margin-right: 10px;
}

#coop .content p {
  color: 444;
  font-weight: 400;
  text-indent: 30px;
  line-height: 26px;
}

#coop .content .info {
  margin-top: 86px;
}

#coop .content .info h3 {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 26px;
}

#coop .content .info .text h2 {
  font-size: 18px;
  font-weight: bold;
  color: #137be6;
  line-height: 26px;
  margin-bottom: 30px;
}

#coop .content .info .text .news-list li {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #444444;
  line-height: 29px;
}

#coop .content .info .text .news-list li span {
  width: 8px;
  height: 8px;
  background: linear-gradient(0deg, #67b2ff 0%, #2078e4 100%);
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}

#coop .confooter {
  width: 100%;
  background: #f5f5f5;
  padding: 80px;
}

#coop .confooter .ewm {
  margin-right: 58px;
  display: inline-block;
}

#coop .confooter .footext {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-family: Adobe Heiti Std;
}

#coop .confooter .footext span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  line-height: 29px;
}

#coop .confooter .footext a {
  font-size: 16px;
  color: #1b7ee7;
  margin-top: 25px;
  display: block;
}

#guide .content {
  margin: 40px auto 0;
  padding-bottom: 40px;
}

#guide .ml35 {
  margin-left: 35px;
}

#guide div {
  box-sizing: border-box;
}

#guide .image {
  width: 100%;
  height: auto;
}

#guide .color137BE6 {
  color: #137be6;
}

#guide .color444 {
  color: #444;
}

#guide .color333 {
  color: #333;
}

#guide .content .info {
  line-height: 24px;
  margin-bottom: 40px;
}

#guide .guide-img {
  width: 70%;
  height: auto;
  margin: 30px auto;
}

#guide .guide-img img {
  width: 100%;
  height: 100%;
}

#guide .info h4 {
  font-weight: 800;
  margin: 6px 0;
}

#guide .flex {
  width: 80%;
  height: auto;
  margin: 30px auto 50px;
  justify-content: space-between;
}

#guide .flex .img-box {
  width: 49%;
  height: auto;
}

#guide .flex .img-box img {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

#guide .flex .img-box p {
  text-align: center;
}

#exam .exam-title {
  padding: 23px 0;
  display: flex;
}

#exam .exam-title .title-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #ffca6d;
  box-shadow: 0px 8px 16px 0px rgba(255, 202, 109, 0.32);
  border-radius: 50%;
  vertical-align: middle;
}

#exam .exam-title .title-icon .iconfont {
  font-size: 30px;
  color: #ffffff;
}

#exam .exam-title h2 {
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  margin: 10px;
}

#exam .mainbav {
  margin-top: 3px;
  height: 50px;
}

#exam .mainbav .group {
  margin-bottom: 20px;
  padding-left: 10px;
  display: flex;
  justify-content: start;
}

#exam .mainbav .group .head {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  font-weight: 800;
  color: #444444;
  width: 80px;
}

#exam .mainbav .group .group-item {
  width: 1100px;
}

#exam .mainbav .group .group-item a {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 7px;
  color: #666;
}

#exam .mainbav .group .group-item .select {
  background-color: rgba(147, 188, 255, 0.25);
  border-radius: 4px;
  color: #137be6 !important;
  font-weight: 500;
}

#exam .mainbav .allSpecialty {
  position: relative;
  height: 40px;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  z-index: 999;
  transition: all 0.4s ease;
}

#exam .whole {
  background-color: #fff;
  padding: 30px 0;
  margin-top: 10px;
}

#exam .whole .sort {
  margin-top: 20px;
  margin-bottom: 20px;
}

#exam .whole .sort div {
  padding: 5px 12px;
  margin-right: 10px;
  border-radius: 20px;
  cursor: pointer;
}

#exam .whole .sort .select {
  background-color: #0071da;
  color: #ffffff;
}

#exam .whole .sort .select a {
  color: #fff;
}

#exam .whole .whole-title {
  padding: 58px 0px 62px 41px;
  box-shadow: 0px -8px 16px 0px rgba(123, 123, 123, 0.04);
  background-color: #fff;
}

#exam .whole .whole-title h2 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

#exam .whole .whole-title a {
  margin-right: 40px;
}

#exam .whole .whole-title .time {
  font-weight: 500;
  color: #999;
  font-size: 16px;
}

#exam .whole .whole-title .time .active {
  color: #137be6;
}

#exam .whole .whole-title .time i {
  font-size: 12px;
  color: #999;
  display: inline-block;
}

#exam .whole .courselist li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#exam .whole .courselist li:hover .icon-jinru {
  color: #0071da;
}

#exam .whole .courselist li:hover img {
  transform: scale(1.1);
}

#exam .whole .courselist {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

#exam .whole .courselist li {
  transition: 0.4s;
  width: 281px;
  background: #ffffff;
  border-radius: 8px;
  margin: 0 24px 24px 0px;
  display: inline-block;
  overflow: hidden;
}
#exam .whole .courselist li:nth-child(4n) {
  margin-right: 0;
}

#exam .whole .courselist li .item-title {
  padding: 20px 16px 5px;
  background: #fff;
}

#exam .whole .courselist li .item-title .name {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
}

#exam .whole .courselist li .item-title .name span {
  line-height: 24px;
}

#exam .whole .courselist li .item-title .titles {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
}

#exam .whole .courselist li .item-title .coursebtn {
  padding: 7px;
  font-size: 12px;
  background: #0071da;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  margin: 10px 0;
}

#exam .whole .courselist li .item-title .icon-jinru {
  font-size: 20px;
  margin: 12px 0;
}

#exam .whole .courselist li .item-img {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

#exam .whole .courselist li .item-img .hot {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 18px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  background: #ff582e;
  box-shadow: 0px 2px 8px 0px rgba(255, 88, 46, 0.32);
  border-radius: 4px;
  z-index: 20;
}

#exam .whole .courselist li .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

#examdetail .link {
  width: 100%;
  height: 288px;
  background: url(../images/banner002.jpg);
  color: #ffffff;
}

#examdetail .link .sub {
  padding-top: 30px;
}

#examdetail .link .sub a {
  color: #ffffff;
}

#examdetail .link h1,
#examdetail .link p {
  padding: 20px 0;
  text-align: center;
}

#examdetail .link p {
  font-size: 18px;
  line-height: 1.5em;
}

#examdetail .main .content-bj {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}

#examdetail .main .side-title {
  padding: 20px 32px;
  margin-top: -60px;
}

#examdetail .main .side-title span {
  font-size: 14px;
  font-weight: 800;
}

#examdetail .main .side-title .title {
  margin-top: 13px;
  margin-bottom: 20px;
  justify-content: space-between;
}

#examdetail .main .side-title .title span:first-child {
  color: #444;
}

#examdetail .main .side-title .title span:last-child {
  color: #999;
}

#examdetail .main .side-title .title span:last-child a {
  color: #137be6;
}

#examdetail .main .side-title .zslist {
  display: inline-block;
}

#examdetail .main .side-title .zslist li {
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-color: rgba(153, 153, 153, 0.3);
  border-radius: 8px;
  margin-right: 24px;
  display: inline-block;
  font-size: 12px;
}

#examdetail .main .line {
  height: 1px;
  width: 100%;
  border-bottom: 1px #eeeeee solid;
}

#examdetail .main .course-line {
  padding: 30px 32px 0px 32px;
}

#examdetail .main .course-line h3 {
  font-size: 18px;
  font-weight: 800;
  color: #137be6;
}

#examdetail .main .course-line .list {
  margin-top: 23px;
  padding-bottom: 25px;
}

#examdetail .main .course-line .list li {
  position: relative;
  margin-bottom: 39px;
}

#examdetail .main .course-line .list li .back {
  padding: 23px;
  border-radius: 8px;
}

#examdetail .main .course-line .list li .tips {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin-right: 16px;
  border: 3px solid #ffb636;
}

#examdetail .main .course-line .list li .bh {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 0 28px;
}

#examdetail .main .course-line .list li .item-btn {
  padding: 3px 8px;
  text-align: center;
  line-height: 24px;
  color: #137be6;
  background-color: rgba(19, 123, 230, 0.2);
  border-radius: 4px;
}

#examdetail .main .course-line .list li .item-btn:hover {
  color: #fff;
  background: #137be6;
}

#examdetail .main .course-line .list li .lesson-list {
  margin-top: 24px;
  padding-left: 5px;
  display: flex;
}

#examdetail .main .course-line .list li .lesson-list .courselink {
  width: 300px;
  height: 150px;
  margin-right: 37px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  align-items: center;
  cursor: pointer;
}

#examdetail .main .course-line .list li .lesson-list .courselink .course-image {
  width: 300px;
  height: 150px;
  float: left;
}

#examdetail
  .main
  .course-line
  .list
  li
  .lesson-list
  .courselink
  .course-image
  img {
  width: 300px;
  height: 150px;
}

#examdetail .main .course-line .list li .lesson-list .courselink .enter {
  width: 300px;
  height: 140px;
  margin: 7px 0;
  background: rgba(19, 123, 230, 0.1);
  border-radius: 8px;
  text-align: right;
  padding-right: 10px;
}

#examdetail .main .course-line .list li .lesson-list .courselink .enter p {
  color: #137be6;
  margin: 45px 0 15px;
  font-weight: bold;
}

#examdetail .main .course-line .list li .lesson-list .courselink .enter a {
  display: inline-block;
  text-align: center;
  color: #137be6;
  line-height: 18px;
  border-radius: 4px;
  width: 60px;
}

#examdetail
  .main
  .course-line
  .list
  li
  .lesson-list
  .courselink
  .enter
  a
  .icon-jinru {
  font-size: 24px;
}

#examdetail .main .conent {
  position: relative;
  padding: 40px 32px;
  border: 1px solid #137be6;
  background-color: #fff;
  margin-bottom: 44px;
  border-radius: 15px;
}

#examdetail .main .conent .title {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 250px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  transform: translateX(-130px);
  background: url(../images/content_bg.png);
}

#examdetail .main .conent p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}

#examdetail .main .conent-fk {
  padding: 32px 38px;
}

#examdetail .main .conent-fk .comment {
  padding: 24px 32px;
  background: rgba(19, 123, 230, 0.1);
  border-radius: 6px;
  margin-bottom: 16px;
}

#examdetail .main .conent-fk .comment .words .comment-img {
  width: 56px;
  height: 56px;
}

#examdetail .main .conent-fk .comment .words div {
  padding: 21px 15px;
  display: inline-block;
}

#examdetail .main .conent-fk .comment .words div a {
  font-weight: bold;
  color: #444444;
  font-size: 16px;
  padding-right: 24px;
}

#examdetail .main .conent-fk .comment .words div span {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
}

#examdetail .main .conent-fk .comment p {
  font-weight: 400;
  color: #444444;
  line-height: 19px;
  font-size: 14px;
}

#examdetail .main .conent-fk .comment:last-child {
  margin-bottom: 0;
}

.examdetail-maskbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.show_big_img{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.show_big_img .content {
  width: 700px;
  max-height: 600px;
  margin: 10% auto 0;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 30px;
  position: relative;
  display: flex; /* 设置容器为flex布局 */
  justify-content: center; /* 水平居中对齐内容 */
  align-items: center; /* 垂直居中对齐内容 */
}
.show_big_img .content img{
  width: 100%;
  min-height: 40px;
  max-height: 560px;
}
.show_big_img .content .icon-close-img{
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  cursor: pointer;
}

.examdetail-maskbox .content {
  width: 400px;
  height: 200px;
  margin: 15% auto 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 50px;
  position: relative;
}

.examdetail-maskbox .content h3 {
  margin: 10px 0 70px;
  text-align: center;
}

.examdetail-maskbox .content .type-btn {
  padding: 10px 20px;
  color: #137be6;
  background-color: rgba(19, 123, 230, 0.2);
  cursor: pointer;
  border-radius: 10px;
}

.examdetail-maskbox .content .type-btn:hover {
  color: #fff;
  background: #137be6;
}

.examdetail-maskbox .content .icon-guanbi {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}

.examdetail-maskbox .content .icon-guanbi:hover {
  color: #1a1a1a;
}
.examdetail-maskbox .userinfo-showcard {
  height: 214px;
}
.examdetail-maskbox .userinfo-showcard h3 {
  margin-bottom: 30px;
}
.examdetail-maskbox .userinfo-showcard .showcard-content {
  align-items: center;
  margin-bottom: 25px;
}
.examdetail-maskbox .userinfo-showcard .showcard-content span {
  width: 70px;
}
.examdetail-maskbox .userinfo-showcard .showcard-content input {
  border: 1px solid #999;
  padding: 4px 6px;
  border-radius: 6px;
}
.examdetail-maskbox .userinfo-showcard .showcard-btn {
  background-color: #137be6;
  color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
}

#center .center-title {
  display: flex;
  padding-top: 24px;
  margin-bottom: 56px;
  align-items: center;
}

#center .center-title .video {
  width: 518px;
  height: 320px;
  border-radius: 8px;
}

#center .center-title .video .jw-skin-bce .jw-controlbar {
  width: 100%;
}

#center .center-title .certer-title-text {
  width: 300px;
  margin: 24px auto;
}

#center .center-title .certer-title-text h2 {
  font-size: 18px;
  font-weight: bold;
}

#center .center-title .certer-title-text span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

#center .center-title .certer-title-text span a {
  color: #999;
}

#center .center-title .certer-title-text .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  margin: 20px 12px 0 0;
}

#center .center-title .certer-title-text .btn-xuexi {
  background: #137be6;
}

#center .center-title .certer-title-text .btn-shikan {
  background: #cccccc;
}

#center .center-title .certer-title-text .progress {
  width: 300px;
  height: 8px;
  background-color: #dddddd;
  margin-top: 3px;
  border-radius: 8px;
  position: relative;
}

#center .center-title .certer-title-text .progress::after {
  content: '';
  width: 83.5%;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(89deg, #67b2ff 0%, #2078e4 100%);
}

#center .center-title .certer-title-text .tips {
  font-size: 12px;
  margin-left: calc(83.5% - 36px);
}

#center .center-menu {
  padding: 31px 0;
  border-top: 1px solid #f5f5f5;
  background: #fff;
}

#center .center-menu .menu-list {
  padding-left: 32px;
}

#center .center-menu li {
  cursor: pointer;
  margin-right: 96px;
  font-size: 18px;
  color: #999999;
  display: inline-block;
  padding-bottom: 10px;
}

#center .center-menu .active {
  color: #137be6;
  border-bottom: 1px solid #137be6;
}

#center .content {
  padding: 32px 0;
}

#center .content-list {
  width: 61.7%;
}

#center .content-list .box-shadow {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.08);
}

#center .content-list li {
  display: none;
}

#center .content-list li .list-text {
  padding: 40px 32px;
}

#center .content-list li .list-text p {
  font-weight: 400;
  color: #666666;
  line-height: 19px;
  text-indent: 23px;
}

#center .content-list li .think-line {
  width: 1px;
  height: 190px;
  background: #dddddd;
  display: inline-block;
  margin: 18px 7px;
}

#center .content-list li .thinkitem {
  text-align: center;
  width: 209px;
  display: inline-block;
}

#center .content-list li .thinkitem .think-img {
  width: 124px;
  height: 124px;
  margin: 15px auto;
}

#center .content-list li .thinkitem .think-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

#center .content-list li .thinkitem p {
  text-indent: 0;
}

#center .content-list li .chapter {
  background: #f5f5f5;
  padding-bottom: 23px;
}

#center .content-list li .chapter span:hover .mask {
  display: block;
}

#center .content-list li .chapter span {
  position: relative;
  font-size: 16px;
  color: #999999;
  margin-right: 39px;
  display: inline-block;
  cursor: pointer;
}

#center .content-list li .chapter span .mask {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  min-width: 180px;
  padding: 26px 27px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.4);
  border-radius: 8px;
  color: #444;
  font-size: 14px;
}

#center .content-list li .chapter span .mask::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 22px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

#center .content-list li .chapter .active {
  color: #137be6;
}

#center .content-list li .chapter-none {
  display: none;
}

#center .content-list li .chapter-list {
  padding: 40px 0;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 16px;
}

#center .content-list li .chapter-list dt {
  padding: 0 32px 24px;
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  font-weight: 500;
  color: #137be6;
  margin-bottom: 25px;
}

#center .content-list li .chapter-list .active .icon-shipinbofangyingpian2 {
  color: #ffb636;
}

#center .content-list li .chapter-list dd {
  padding: 0 32px 25px;
}

#center .content-list li .chapter-list dd .icon-shipinbofangyingpian2 {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

#center .content-list li .chapter-list dd a {
  display: flex;
  justify-content: space-between;
}

#center .content-list li .chapter-list dd a span {
  color: #444;
  font-size: 14px;
  font-weight: 400;
}

#center .content-list li .chapter-list .shiti {
  padding-bottom: 0;
  padding-top: 23px;
  border-top: 1px dashed #ddd;
}

#center .content-list li .chapter-list .shiti a {
  color: #ffb636;
}

#center .content-list li .discuss-box {
  padding-top: 40px;
  display: flow-root;
}

#center .content-list li .discuss-box h2 {
  padding: 0 0 24px 22px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 32px;
}

#center .content-list li .discuss-box .comment {
  margin: 0px 24px 16px 24px;
  padding: 32px 24px;
  background: #f8f8f8;
  border-radius: 8px;
}

#center .content-list li .discuss-box .comment .words {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

#center .content-list li .discuss-box .comment .words .comment-img {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

#center .content-list li .discuss-box .comment .words .words-title {
  display: inline-block;
  vertical-align: middle;
}

#center .content-list li .discuss-box .comment .words .words-title a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 8px;
}

#center .content-list li .discuss-box .comment .words .words-title span {
  color: #999999;
  font-size: 14px;
}

#center .content-list li .discuss-box .comment .words .yesr span {
  font-size: 12px;
  color: #999;
}

#center .content-list li .discuss-box .comment .words .yesr .colorline {
  color: #fed267;
  vertical-align: sub;
}

#center .fr .xgtj-bj {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 24px;
}

#center .fr .xgtj-bj .item:last-child {
  margin-bottom: 0;
}

#center .fr .xgtj-bj .item {
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  width: 388px;
  align-items: center;
  margin-bottom: 16px;
}

#center .fr .xgtj-bj .item img {
  width: 178px;
  height: 110px;
  border-radius: 8px 0px 0px 8px;
}

#center .fr .xgtj-bj .item .item-text {
  padding: 15px 16px;
  width: 100%;
}

#center .fr .xgtj-bj .item .item-text .color36 {
  color: #ffb636;
}

#center .fr .xgtj-bj .item .item-text a {
  font-weight: 400;
  color: #137be6;
  text-align: right;
  display: block;
  margin-top: 19px;
}

#consult .main .title {
  background-image: url('../images/banner001.jpg');
  background-position: center center;
  background-size: 100% 100%;
  height: 300px;
  line-height: 300px;
  margin-bottom: 40px;
}

#consult .main .title .title-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #72b8ff;
  box-shadow: 0px 8px 16px 0px rgba(46, 146, 252, 0.32);
  border-radius: 50%;
}

#consult .main .title .title-icon .iconfont {
  font-size: 30px;
  color: #ffffff;
}

#consult .main .title h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#consult .main .banner {
  height: 300px;
  background: url('../images/banner_bg.jpg');
  color: #fff;
  padding-top: 70px;
}
#consult .main .banner h1 {
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
#consult .main .banner p {
  margin-bottom: 12px;
  letter-spacing: 2px;
}
#consult .main .continue-h2 {
  text-align: center;
  color: #333;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 68px;
}
#consult .main .continue-h2 img {
  width: 28px;
  height: 28px;
  margin: 0 8px 8px;
}

#consult .main .courseLive-list li {
  background: #fff;
  padding: 24px 24px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.16);
}

#consult .main .courseLive-list li .pic img {
  width: 300px;
  height: 210px;
}

#consult .main .courseLive-list li .hidden .flex-center {
  display: flex;
}

#consult .main .courseLive-list li .hidden .flex-center .teacherPic img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
#consult .main .courseLive-list li .hidden .flex-center .teacherIntro {
  width: calc(100% - 61px);
  max-width: calc(100% - 61px);
}
#consult .main .courseLive-list li .hidden .text-right {
  text-align: right;
}

#consult .main .courseLive-list li .hidden .text-right .btn-sm {
  padding: 12px 20px;
}

#consult .main .courseLive-list li .hidden .text-right .btn-line {
  background: none;
  border-color: #137be6;
  color: #137be6;
  border: 1px solid #137be6;
  display: inline-block;
}
#consult .main .list-box {
  padding: 96px 0 20px;
  background: linear-gradient(180deg, #f1f4fa 0%, #ffffff 100%);
}
#consult .main .text-box {
  background-color: #fff;
  padding-bottom: 40px;
}
#consult .main .continue-list {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 50px;
}
#consult .main .continue-list li {
  width: calc((100% - 48px) / 3);
  height: 529px;
  box-sizing: border-box;
  background: url('../images/item_bg.png') no-repeat;
  background-size: contain;
  background-position: 0 0;
  padding: 66px 38px 40px;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(19, 123, 230, 0.4);
  margin-right: 24px;
}
#consult .main .continue-list li:last-child {
  margin-right: 0;
}
#consult .main .text-box .shadow-box {
  box-shadow: 0 0 15px 0 rgba(19, 123, 230, 0.4);
  padding: 30px;
  border-radius: 8px;
}
/* #consult .main .continue-list li:hover {
    box-shadow: 0 0 15px 0 rgba(19, 123, 230, 0.4);
} */
#consult .main .continue-list li .image {
  display: inline-block;
  margin: 0 0 24px;
  width: 100%;
  height: 168px;
}
#consult .main .continue-list li .image img {
  width: 100%;
  height: 100%;
}
#consult .main .continue-list li b {
  color: #333;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 24px;
}
#consult .main .continue-list li .text-mute {
  line-height: 18px;
  height: 54px;
  color: #666;
  margin-bottom: 24px;
}
#consult .main .continue-list li .flex-center {
  margin-bottom: 30px;
}

#consult .main .continue-list li .text-right {
  display: block;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #137be6;
  color: #137be6;
  margin: 0 auto;
  cursor: pointer;
}
/* #consult .main .continue-list li .text-right a {
    color: #137BE6;
    cursor: pointer;
} */
#consult .main .continue-text {
  line-height: 23px;
  letter-spacing: 1px;
}
#consult .main .continue-cert {
  width: 1000px;
  height: auto;
  margin: 30px auto 100px;
}
#consult .main .continue-cert img {
  width: 100%;
}
#consult .main .students {
  display: flex;
  justify-content: space-between;
}
#consult .main .students .sutdents-item {
  width: 415px;
  box-shadow: 0 0 15px 0 rgba(19, 123, 230, 0.4);
  padding: 30px;
  border-radius: 8px;
}
#consult .main .students .sutdents-item .icon-img {
  width: 110px;
  height: 110px;
  margin: 0 auto 40px;
}
#consult .main .students .sutdents-item .icon-img img {
  width: 100%;
  height: 100%;
}
#consult .main .student {
  padding: 32px;
  cursor: pointer;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(19, 123, 230, 0.4);
}
/* #consult .main .student:hover {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(19, 123, 230, 0.4);
} */
#consult .main .student h4 {
  font-weight: normal;
  color: #333;
  font-size: 24px;
  margin-bottom: 32px;
}

#special {
  background: #fff;
}

#special .banner {
  height: 300px;
  line-height: 300px;
  background-image: url('../images/banner002.jpg');
  background-position: center center;
  background-size: 100% 100%;
}

#special .banner h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

#special .main {
  padding-top: 40px;
}

#special .main .item {
  margin-bottom: 50px;
}

#special .main .item p {
  text-indent: 30px;
  line-height: 26px;
}

#special .main .item .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}

#special .main .item .item-title img {
  vertical-align: middle;
  margin-right: 10px;
}

#special .main .item .wrap {
  height: 326px;
  background: #f5f5f5;
  border-radius: 16px;
  display: flex;
  align-items: center;
}

#special .main .item .wrap img {
  width: 462px;
  height: 326px;
  border-radius: 16px;
  vertical-align: middle;
}

#special .main .item .wrap .intro {
  margin: 0 42px;
}

#special .main .item .wrap .intro h3 {
  font-size: 18px;
  font-weight: bold;
  color: #137be6;
  line-height: 26px;
  margin-bottom: 23px;
}

#special .main .item .service h3 {
  font-size: 18px;
  font-weight: bold;
  color: #137be6;
  line-height: 26px;
  margin-bottom: 23px;
}

#special .main .natural {
  background-color: #f5f5f5;
  padding: 74px 0 0;
  overflow: hidden;
}

#special .main .natural .natural-list li {
  display: inline-block;
  width: 238px;
  height: 343px;
  margin-bottom: 10px;
  border-radius: 16px;
  margin-right: 32px;
}

#special .main .natural .natural-list li img {
  width: 100%;
  height: 100%;
}

.head-icon {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  padding: 15px 0;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.08);
}

.head-icon .icon-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #137be6;
  border-radius: 50%;
}

.head-icon .icon-bg .icon-zixun {
  color: #ffffff;
  font-size: 22px;
  margin-left: 5px;
  margin-top: 2px;
}

.head-icon h1 {
  line-height: 40px;
  margin-left: 20px;
  font-size: 20px;
}

#project .pro-left .top,
#projectInfo .pro-left .top {
  width: 276px;
  margin: 40px 0;
  background-color: #fff;
  padding: 20px;
}

#projectInfo .pro-left .top {
  margin: 0 0 40px;
}

#project .pro-left .new-image,
#projectInfo .pro-left .new-image {
  width: 276px;
  /*margin-left: -27px;*/
  height: 338px;
  /*border-radius: 8px;*/
  background-color: #fff;
  margin-top: 40px;
  padding: 24px 20px;
}
#project .pro-left .new-image .side-title span,
#projectInfo .pro-left .new-image .side-title span {
  color: #333;
  border-bottom: 2px solid #137be6;
}
#project .pro-left .new-image a,
#projectInfo .pro-left .new-image a {
  display: flex;
  width: 100%;
  /* margin-bottom: 20px; */
  justify-content: space-between;
}
#project .pro-left .new-image a:hover,
#projectInfo .pro-left .new-image a:hover {
  color: #333;
}
#project .pro-left .new-image a .news-cover,
#projectInfo .pro-left .new-image a .news-cover {
  width: 110px;
  height: 70px;
  margin-right: 10px;
}
#project .pro-left .new-image a .news-info,
#projectInfo .pro-left .new-image a .news-info {
  width: calc(100% - 120px);

  /* margin-right: 10px; */
}
#project .pro-left .new-image a .news-info .title,
#projectInfo .pro-left .new-image a .news-info .title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: -3px;
}
#project .pro-left .new-image a .news-info .news-time,
#projectInfo .pro-left .new-image a .news-info .news-time {
  font-size: 12px;
  margin-top: 7px;
  line-height: 12px;
}
#project .pro-left .new-image a .new-cover img,
#projectInfo .pro-left .new-image a .new-cover img {
  width: 100%;
  height: 70px;
  max-height: 70px;
  object-fit: cover;
  border-radius: 4px;
}
#project .pro-left .top .side-title,
#projectInfo .pro-left .top .side-title {
  border-bottom: 1px solid #e1e9fa;
}

#project .pro-left .side-title span,
#projectInfo .pro-left .side-title span {
  display: inline-block;
  border-bottom: 2px solid #137be6;
  padding-right: 0;
  padding-bottom: 8px;
  font-size: 18px;
}

#project .pro-left .top-tab,
#projectInfo .pro-left .top-tab {
  padding: 12px 0px;
  border-bottom: 1px solid #e1e9fa;
  cursor: pointer;
}

#project .pro-left a,
#projectInfo .pro-left a {
  color: #0f0f0f;
}

#project .pro-left a:hover,
#projectInfo .pro-left a:hover {
  color: #137be6;
}

#project .pro-left .top-tab .iconfont,
#projectInfo .pro-left .top-tab .iconfont {
  padding-right: 10px;
}

#project .pro-left .top .checked,
#projectInfo .pro-left .top .checked {
  border-bottom: 2px solid #137be6;
}

#project .pro-left .new,
#projectInfo .pro-left .new {
  width: 276px;
  background-color: #f5f5f5;
  color: #666;
  background-color: #fff;
  padding:10px 20px;
  margin-bottom: 40px;
}

#project .pro-left .new h3,
#projectInfo .pro-left .new h3 {
  padding: 20px 0;
  font-size: 18px;
  color: #444;
}

#project .pro-left .new .sign,
#projectInfo .pro-left .new .sign {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #137be6;
  margin-right: 5px;
  margin-top: 5px;
}

#project .pro-left .new .info,
#projectInfo .pro-left .new .info-text {
  cursor: pointer;
  width: 220px;
  border-bottom: 1px solid #e1e9fa;
}

#project .pro-left .new .info:hover,
#projectInfo .pro-left .new .info-text:hover {
  text-decoration: underline;
}

#project .pro-left .new .time,
#projectInfo .pro-left .new .time {
  color: #999;
  margin-top: 10px;
}

#project .pro-right,
#cert .pro-right {
  width: 900px;
  margin: 40px 0;
  background-color: #fff;
}

#project .pro-right .content,
#cert .pro-right .content {
  padding: 32px 20px;
}

#project .pro-right .content .list,
#cert .pro-right .content .list {
  width: 860px;
  margin-right: 50px;
}

#project .pro-right .content .list .list-item,
#cert .pro-right .content .list .list-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 32px;
  color: #666;
  cursor: pointer;
  height: 60px;
  border: 1px solid #ddd;
}

#project .pro-right .content .list .list-item img,
#cert .pro-right .content .list .list-item img {
  height: 120px;
  width: auto;
  margin: 10px 0 10px 10px;
}

#project .pro-right .content .list .list-item .text-box,
#cert .pro-right .content .list .list-item .text-box {
  padding: 0 15px;
}

#project .pro-right .content .list .list-item .title,
#cert .pro-right .content .list .list-item .title {
  color: #444;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0 10px;
}

#project .pro-right .content .list .list-item .time,
#cert .pro-right .content .list .list-item .time {
  color: #999;
  padding-bottom: 16px;
}

#project .pro-right .content .list .list-item .desc,
#cert .pro-right .content .list .list-item .desc {
  height: 42px;
}

#project .pro-right .content .list .list-item .dynamic,
#cert .pro-right .content .list .list-item .dynamic {
  color: #137be6;
  margin-top: 16px;
}

#project .pro-right .content .list .list-item:hover,
#cert .pro-right .content .list .list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#cert .pro-left,
#certDetail .pro-left {
  width: 277px;
  max-height: 598px;
  /* margin: 40px 0; */
  background-color: #fff;
}
#cert .pro-left {
  margin: 40px 0;
}

#cert .pro-left img,
#certDetail .pro-left img {
  width: 277px;
  height: 160px;
  background-color: pink;
}

#cert .pro-left .text-group,
#certDetail .pro-left .text-group {
  padding: 15px;
  max-height: 420px;
}

#cert .pro-left .text1,
#cert .pro-left .text2,
#certDetail .pro-left .text1,
#certDetail .pro-left .text2 {
  margin-bottom: 0;
  text-indent: 2em;
  line-height: 18px;
}

#cert .pro-left .text1,
#certDetail .pro-left .text1 {
  margin-bottom: 15px;
}

#cert .pro-left .text2 a,
#certDetail .pro-left .text2 a {
  color: #0c64eb;
}

#certDetail .pro-right {
  width: 900px;
  /* margin: 40px 0; */
  background-color: #fff;
}

#certDetail .pro-right .content {
  padding: 15px;
}

#certDetail .pro-right .content h3 {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 20px;
}

#certDetail .pro-right .content .time {
  text-align: center;
  margin-bottom: 30px;
}

#projectInfo {
  padding: 0 0 40px;
}

#projectInfo .info {
  background-color: #fff;
  width: 900px;
  margin-right: 40px;
  padding: 0 20px 30px;
}

#projectInfo .info h3 {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 20px;
}

#projectInfo .info .time {
  text-align: center;
  margin-bottom: 40px;
}

#projectInfo .info p {
  text-indent: 2em;
  margin-bottom: 10px;
}

#projectInfo .info img {
  width: 100%;
}

#user {
  padding: 60px 0;
}
#user .no-list img {
  display: block;
  width: 200px;
  height: auto;
  margin: 80px auto 20px;
}
#user .no-list div {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
#user .no-list div a {
  color: #0071da;
}

#user .user-top,
#user .user-middle {
  background-color: #fff;
}

#user .user-top {
  padding: 16px 32px 16px 0;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #fff url('/static/index/img/user/logo.png') no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

#user .user-top .name-pic {
  text-align: center;
  border-right: 1px solid #f5f5f5;
  width: 212px;
}

#user .user-top .name-pic img {
  margin: 0px 30px 20px;

  width: 100px;
  height: 100px;
  border: 3px solid #e1e9fa;
  border-radius: 50%;
}

#user .user-top .explain {
  margin-left: 56px;
  padding: 50px 0;
}

#user .user-top .explain .reality {
  margin-bottom: 30px;
}

#user .user-top .explain .reality a {
  color: #137be6;
}

#user .user-top .explain a {
  color: #666;
  margin-left: 30px;
}

#user .user-top .set-btn {
  width: 104px;
  height: 36px;
  background: #137be6;
  text-align: center;
  line-height: 36px;
  color: #fff;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 5px;
  cursor: pointer;
  margin-top: 50px;
}

#user .user-middle {
  border-radius: 8px;
  display: flex;
  justify-content: start;
}

#user .user-middle .middle-tab {
  width: 260px;
  border-right: 1px solid #eee;
  padding-top: 24px;
}

#user .user-middle .middle-tab div {
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #444;
  background-color: #fff;
  cursor: pointer;
}

#user .user-middle .middle-tab .checked {
  background-color: #3a8ce7;
  color: #fff;
}

#user .user-middle .middle-content {
  width: 100%;
}

#user .user-middle .middle-content .certificate-box {
  padding: 24px;
}

#user .user-middle .middle-content .certificate-box h2 {
  font-size: 16px;
  color: #3a8ce7;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

#user .user-middle .middle-content .certificate-box .certificate-list {
  background-color: #fff;
  /* margin-bottom: 16px; */
  /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid #eee;
  position: relative;
}
#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list:first-child
  .flex {
  padding-top: 0;
}
#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list:last-child {
  border-bottom: 0;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .list-name {
  background-color: #3a8ce7;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  position: relative;
}

#user .user-middle .middle-content .certificate-box .certificate-list .info {
  position: absolute;
  top: 20px;
  right: 10px;
  /*top: 18px;*/
  /*right: 18px;*/
  text-align: center;
  /*background-color: #BCDBEA;*/
  /*border-radius: 50%;*/
  /*width: 24px;*/
  /*height: 24px;*/
  /*font-size: 14px;*/
  /*line-height: 26px;*/
  cursor: default;
  padding-right: 25px;
}
#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list:first-child
  .info {
  top: 6px;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .info:after {
  content: '?';
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  background-color: #bcdbea;
  position: absolute;
  top: -1px;
  right: -3px;
  cursor: pointer;
  /*position: absolute;*/
  /*top: ;*/
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .list-name
  span:hover:after {
  background-color: #fff;
  color: #bcdbea;
}

#user .user-middle .middle-content .certificate-box .certificate-list .tips {
  position: absolute;
  top: 46px;
  right: 7px;
  width: 400px;
  background-color: #fff;
  color: #666666;
  text-align: left;
  z-index: 99;
  padding: 10px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
#user .user-middle .middle-content .certificate-box .certificate-list .tips li {
  line-height: 20px;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .tips:after {
  content: '';
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: -16px;
  right: 0;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .list-name
  i {
  font-style: normal;
}

#user .user-middle .middle-content .certificate-box .certificate-list .flex {
  padding: 20px 0px 20px 0;
}

#user .user-middle .middle-content .certificate-box .certificate-list img {
  width: 214px;
  height: 152px;
  margin-right: 32px;
  border-radius: 4px;
}

#user .user-middle .middle-content .certificate-box .certificate-list .detail {
  width: 520px;
  padding-right: 16px;
}
#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .cert-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 26px;
  margin-top: 5px;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .grade {
  display: flex;
  justify-content: start;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  span {
  display: inline-block;
  width: 80px;
  font-size: 14px;
  color: #666666;
}
#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .w70 {
  width: 70px;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  i {
  font-style: normal;
  color: #444444;
  margin: 0 15px 0 0;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .record {
  display: flex;
  justify-content: start;
  position: relative;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .record
  .record-list {
  position: absolute;
  top: -20px;
  left: 60px;
  width: 370px;
  margin-left: 4px;
  height: 40px;
  z-index: 22;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .record
  .record-list
  a {
  height: 18px;
  line-height: 18px;
  margin: 0 16px 8px 0;
}
#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .record
  .record-list
  a:hover {
  color: #0071da;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .tips-title {
  color: #fe4747;
}

#user
  .user-middle
  .middle-content
  .certificate-box
  .certificate-list
  .detail
  .tips-btn
  .tips
  div {
  width: 100%;
}

#user .user-middle .middle-content .certificate-box .certificate-list .btn {
  width: 72px;
  height: 28px;
  background: #137be6;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin-top: 120px;
  margin-right: 15px;
}
#user .user-middle .middle-content .certificate-box .certificate-list .maskbtn {
  border: 1px solid #137be6;
  background: #fff;
  color: #137be6;
}
#user .user-middle .middle-content .collect-box ul {
  display: flex;
  justify-content: center;
  color: #666666;
  margin-bottom: 40px;
}
#user .user-middle .middle-content .course-box ul {
  display: flex;
  justify-content: left;
  padding: 24px;
  border-bottom: 1px solid #eee;
  color: #666666;
}

#user .user-middle .middle-content .course-box ul li,
#user .user-middle .middle-content .collect-box ul li {
  margin: 0 24px;
  font-weight: 500;
  cursor: pointer;
}

#user .user-middle .middle-content .course-box ul .choose,
#user .user-middle .middle-content .collect-box ul .choose {
  font-size: 16px;
  color: #137be6;
  position: relative;
}
#user .user-middle .middle-content .course-box ul .choose {
  font-size: 14px;
  color: #333;
}

#user .user-middle .middle-content .course-box ul .choose::after,
#user .user-middle .middle-content .collect-box ul .choose::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #137be6;
  position: absolute;
  bottom: -15px;
  left: 20px;
}
#user .user-middle .middle-content .course-box ul .choose::after {
  left: 13px;
  bottom: -24px;
}
#user .user-middle .middle-content .course-box .study,
#user .user-middle .middle-content .course-box .continue,
#user .user-middle .middle-content .course-box .new {
  padding: 24px 40px;
}

#user .user-middle .middle-content .course-box .collect-list,
#user .user-middle .middle-content .collect-box .study .course-list,
#user .user-middle .middle-content .collect-box .new .course-list,
#user .user-middle .middle-content .collect-box .continue .course-list,
#user .user-middle .middle-content .collect-box .collect-list {
  background-color: #f5f5f5;
  padding: 16px 0 16px 16px;
  display: flex;
  justify-content: start;
  margin-bottom: 24px;
}
#user .user-middle .middle-content .course-box .study .course-list,
#user .user-middle .middle-content .course-box .continue .course-list,
#user .user-middle .middle-content .course-box .new .course-list {
  display: flex;
  justify-content: start;
  margin-bottom: 24px;
  background-color: #fff;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}
#user .user-middle .middle-content .course-box .study .course-list:last-child,
#user
  .user-middle
  .middle-content
  .course-box
  .continue
  .course-list:last-child,
#user .user-middle .middle-content .course-box .new .course-list:last-child {
  border-bottom: 0;
}

#user .user-middle .middle-content .course-box .collect-list img,
#user .user-middle .middle-content .collect-box .study .course-list img,
#user .user-middle .middle-content .collect-box .new .course-list img,
#user .user-middle .middle-content .collect-box .continue .course-list img,
#user .user-middle .middle-content .collect-box .collect-list img {
  width: 214px;
  height: 152px;
  margin-right: 32px;
}
#user .user-middle .middle-content .course-box .study .course-list img,
#user .user-middle .middle-content .course-box .continue .course-list img,
#user .user-middle .middle-content .course-box .new .course-list img {
  width: 214px;
  height: 132px;
  border-radius: 8px;
  margin-right: 32px;
}

#user .user-middle .middle-content .course-box .collect-list .detail,
#user .user-middle .middle-content .collect-box .study .course-list .detail,
#user .user-middle .middle-content .collect-box .new .course-list .detail,
#user .user-middle .middle-content .collect-box .continue .course-list .detail,
#user .user-middle .middle-content .collect-box .collect-list .detail {
  width: 520px;
  padding-right: 16px;
  border-right: 1px solid #dddddd;
  color: #666666;
}
#user .user-middle .middle-content .course-box .continue .course-list .detail,
#user .user-middle .middle-content .course-box .study .course-list .detail,
#user .user-middle .middle-content .course-box .new .course-list .detail {
  width: 640px;
  color: #666666;
}

#user
  .user-middle
  .middle-content
  .course-box
  .new
  .course-list
  .detail
  .layer_notice {
  padding: 10px 20px;
}

#user
  .user-middle
  .middle-content
  .course-box
  .new
  .course-list
  .detail
  .layer_notice
  .flex {
  display: flex;
  justify-content: start;
  align-items: center;
}

#user
  .user-middle
  .middle-content
  .course-box
  .new
  .course-list
  .detail
  .layer_notice
  img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

#user .user-middle .middle-content .course-box .study .course-list .detail h1,
#user .user-middle .middle-content .course-box .new .course-list .detail h1,
#user
  .user-middle
  .middle-content
  .course-box
  .continue
  .course-list
  .detail
  h1,
#user .user-middle .middle-content .course-box .collect-list .detail h1,
#user .user-middle .middle-content .collect-box .study .course-list .detail h1,
#user .user-middle .middle-content .collect-box .new .course-list .detail h1,
#user
  .user-middle
  .middle-content
  .collect-box
  .continue
  .course-list
  .detail
  h1,
#user .user-middle .middle-content .collect-box .collect-list .detail h1 {
  font-size: 16px;
  margin: 19px 0 19px;
}

#user .user-middle .middle-content .course-box .study .course-list .detail span,
#user .user-middle .middle-content .course-box .new .course-list .detail span,
#user
  .user-middle
  .middle-content
  .course-box
  .continue
  .course-list
  .detail
  span,
#user .user-middle .middle-content .course-box .collect-list .detail span,
#user
  .user-middle
  .middle-content
  .collect-box
  .study
  .course-list
  .detail
  span,
#user .user-middle .middle-content .collect-box .new .course-list .detail span,
#user
  .user-middle
  .middle-content
  .collect-box
  .continue
  .course-list
  .detail
  span,
#user .user-middle .middle-content .collect-box .collect-list .detail span {
  font-size: 14px;
  color: #444444;
  margin-left: 20px;
}

#user
  .user-middle
  .middle-content
  .course-box
  .study
  .course-list
  .detail
  .title,
#user .user-middle .middle-content .course-box .new .course-list .detail .title,
#user
  .user-middle
  .middle-content
  .course-box
  .continue
  .course-list
  .detail
  .title,
#user .user-middle .middle-content .course-box .collect-list .detail .title,
#user
  .user-middle
  .middle-content
  .collect-box
  .study
  .course-list
  .detail
  .title,
#user
  .user-middle
  .middle-content
  .collect-box
  .new
  .course-list
  .detail
  .title,
#user
  .user-middle
  .middle-content
  .collect-box
  .continue
  .course-list
  .detail
  .title,
#user .user-middle .middle-content .collect-box .collect-list .detail .title {
  margin-right: 20px;
}

#user
  .user-middle
  .middle-content
  .course-box
  .study
  .course-list
  .detail
  .progress,
#user
  .user-middle
  .middle-content
  .course-box
  .new
  .course-list
  .detail
  .progress,
#user
  .user-middle
  .middle-content
  .course-box
  .continue
  .course-list
  .detail
  .progress,
#user .user-middle .middle-content .course-box .collect-list .detail .progress,
#user
  .user-middle
  .middle-content
  .collect-box
  .study
  .course-list
  .detail
  .progress,
#user
  .user-middle
  .middle-content
  .collect-box
  .new
  .course-list
  .detail
  .progress,
#user
  .user-middle
  .middle-content
  .collect-box
  .continue
  .course-list
  .detail
  .progress,
#user
  .user-middle
  .middle-content
  .collect-box
  .collect-list
  .detail
  .progress {
  position: relative;
  width: 200px;
  height: 8px;
  background: #f5f5f5;
  border-radius: 3px;
  margin: 5px 16px 3px 0;
}

#user
  .user-middle
  .middle-content
  .course-box
  .study
  .course-list
  .detail
  .progress
  .finished,
#user
  .user-middle
  .middle-content
  .course-box
  .new
  .course-list
  .detail
  .progress
  .finished,
#user
  .user-middle
  .middle-content
  .course-box
  .continue
  .course-list
  .detail
  .progress
  .finished,
#user
  .user-middle
  .middle-content
  .course-box
  .collect-list
  .detail
  .progress
  .finished,
#user
  .user-middle
  .middle-content
  .collect-box
  .study
  .course-list
  .detail
  .progress
  .finished,
#user
  .user-middle
  .middle-content
  .collect-box
  .new
  .course-list
  .detail
  .progress
  .finished,
#user
  .user-middle
  .middle-content
  .collect-box
  .continue
  .course-list
  .detail
  .progress
  .finished,
#user
  .user-middle
  .middle-content
  .collect-box
  .collect-list
  .detail
  .progress
  .finished {
  height: 8px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(89deg, #67b2ff 0%, #2078e4 100%);
}

#user
  .user-middle
  .middle-content
  .course-box
  .study
  .course-list
  .detail
  .tips,
#user .user-middle .middle-content .course-box .new .course-list .detail .tips,
#user
  .user-middle
  .middle-content
  .course-box
  .continue
  .course-list
  .detail
  .tips,
#user .user-middle .middle-content .course-box .collect-list .detail .tips,
#user
  .user-middle
  .middle-content
  .collect-box
  .study
  .course-list
  .detail
  .tips,
#user .user-middle .middle-content .collect-box .new .course-list .detail .tips,
#user
  .user-middle
  .middle-content
  .collect-box
  .continue
  .course-list
  .detail
  .tips,
#user .user-middle .middle-content .collect-box .collect-list .detail .tips {
  font-size: 12px;
  margin-top: 3px;
  /*margin-left: calc(83.5% - 36px);*/
}

#user .user-middle .middle-content .course-box .collect-list .btn,
#user .user-middle .middle-content .collect-box .study .course-list .btn,
#user .user-middle .middle-content .collect-box .new .course-list .btn,
#user .user-middle .middle-content .collect-box .continue .course-list .btn,
#user .user-middle .middle-content .collect-box .collect-list .btn {
  width: 104px;
  height: 36px;
  background: #137be6;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin: auto;
}
#user .user-middle .middle-content .course-box .study .course-list .btn,
#user .user-middle .middle-content .course-box .new .course-list .btn,
#user .user-middle .middle-content .course-box .continue .course-list .btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 0 15px;
  height: 28px;
  background: #137be6;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
}

#user
  .user-middle
  .middle-content
  .course-box
  .new
  .course-list
  .detail
  .progress::after,
#user
  .user-middle
  .middle-content
  .collect-box
  .new
  .course-list
  .detail
  .progress::after {
  content: '';
  width: 0;
  height: 0;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(89deg, #67b2ff 0%, #2078e4 100%);
}

#user .user-middle .middle-content .course-box .new .course-list .detail .tips,
#user
  .user-middle
  .middle-content
  .collect-box
  .new
  .course-list
  .detail
  .tips {
  font-size: 12px;
  margin-left: 0;
}

#user .user-middle .middle-content .real-box,
#user .user-middle .middle-content .person-box {
  background-color: #f5f5f5;
  padding: 48px 0;
  border-radius: 8px;
}
#user .user-middle .middle-content .person-box {
  background-color: #fff;
}

#user .user-middle .middle-content .real-box ::-webkit-input-placeholder,
#user .user-middle .middle-content .person-box ::-webkit-input-placeholder {
  color: #ccc;
}

#user .user-middle .middle-content .real-box form,
#user .user-middle .middle-content .person-box form {
  margin-left: 200px;
}

#user .user-middle .middle-content .real-box form .item,
#user .user-middle .middle-content .person-box form .item {
  margin-bottom: 20px;
}
#user .user-middle .middle-content .person-box form .item {
  position: relative;
}

#user .user-middle .middle-content .real-box form .item label,
#user .user-middle .middle-content .person-box form .item label {
  display: inline-block;
  width: 120px;
  text-align: right;
  margin-right: 30px;
  font-size: 16px;
  color: #444;
}
#user .user-middle .middle-content .person-box form .item .update-img {
  width: 50px;
}

#user .user-middle .middle-content .real-box form .item .update-card {
  width: 242px;
}

#user .user-middle .middle-content .real-box .update-img input,
#user .user-middle .middle-content .real-box .update-card input {
  display: none;
}

#user .user-middle .middle-content .real-box .update-img img {
  cursor: pointer;
  width: 160px;
  height: 180px;
}

#user .user-middle .middle-content .real-box .update-card img {
  cursor: pointer;
  width: 242px;
  height: 161px;
}

#user .user-middle .middle-content .real-box form .item label span,
#user .user-middle .middle-content .person-box form .item label span {
  color: #f54c4c;
  margin-right: 10px;
}

#user .user-middle .middle-content .real-box form .item input,
#user .user-middle .middle-content .person-box form .item input {
  padding: 15px 10px;
  width: 320px;
  border-radius: 10px;
}
#user .user-middle .middle-content .person-box form .item input {
  background-color: #f7f7f7;
}
#user .user-middle .middle-content .person-box form .item input[type='file'] {
  background-color: transparent;
  width: 50px;
  height: 50px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 150px;
  color: transparent;
}

#user .user-middle .middle-content .person-box form .item input[type='radio'] {
  background-color: transparent;
}

#user .user-middle .middle-content .real-box form .item input[type='radio'],
#user .user-middle .middle-content .person-box form .item input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  vertical-align: text-bottom;
  margin-right: 0.1rem;
  width: 15px;
  height: 26px;
  margin-right: 9px;
  position: relative;
}

#user
  .user-middle
  .middle-content
  .real-box
  form
  .item
  input[type='radio']:after,
#user
  .user-middle
  .middle-content
  .person-box
  form
  .item
  input[type='radio']:after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #3b8ced;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  top: 13px;
  left: 5px;
  cursor: pointer;
}

#user
  .user-middle
  .middle-content
  .real-box
  form
  .item
  input[type='radio']:checked::before,
#user
  .user-middle
  .middle-content
  .person-box
  form
  .item
  input[type='radio']:checked::before {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #3b8ced;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 8px;
}

#user .user-middle .middle-content .real-box form .item .select-box1,
#user .user-middle .middle-content .real-box form .item .select-box2,
#user .user-middle .middle-content .real-box form .item .select-box3,
#user .user-middle .middle-content .person-box form .item .select-box1,
#user .user-middle .middle-content .person-box form .item .select-box2,
#user .user-middle .middle-content .person-box form .item .select-box3 {
  position: relative;
}
#user .user-middle .middle-content .person-box form .item .select-box1,
#user .user-middle .middle-content .person-box form .item .select-box2,
#user .user-middle .middle-content .person-box form .item .select-box3 {
  border: 1px solid #ddd;
}

#user .user-middle .middle-content .real-box form .item .select-box1 .select,
#user .user-middle .middle-content .real-box form .item .select-box2 .select,
#user .user-middle .middle-content .real-box form .item .select-box3 .select,
#user .user-middle .middle-content .person-box form .item .select-box1 .select,
#user .user-middle .middle-content .person-box form .item .select-box2 .select,
#user .user-middle .middle-content .person-box form .item .select-box3 .select {
  padding: 15px 10px;
  width: 180px;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 15px;
  color: #333;
}

#user
  .user-middle
  .middle-content
  .real-box
  form
  .item
  .select-box1
  .icon-xiajiantou,
#user
  .user-middle
  .middle-content
  .real-box
  form
  .item
  .select-box2
  .icon-xiajiantou,
#user
  .user-middle
  .middle-content
  .real-box
  form
  .item
  .select-box3
  .icon-xiajiantou,
#user
  .user-middle
  .middle-content
  .person-box
  form
  .item
  .select-box1
  .icon-xiajiantou,
#user
  .user-middle
  .middle-content
  .person-box
  form
  .item
  .select-box2
  .icon-xiajiantou,
#user
  .user-middle
  .middle-content
  .person-box
  form
  .item
  .select-box3
  .icon-xiajiantou {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #7c88b5;
}

#user .user-middle .middle-content .real-box form .item img,
#user .user-middle .middle-content .person-box form .item img {
  border-radius: 10px;
}

#user .user-middle .middle-content .real-box form .item .tips,
#user .user-middle .middle-content .person-box form .item .tips {
  padding: 20px 24px 0;
  color: #999999;
}

#user .user-middle .middle-content .real-box form .item .statement,
#user .user-middle .middle-content .person-box form .item .statement {
  color: #999999;
  margin-bottom: 20px;
}

#user .user-middle .middle-content .real-box form .btn,
#user .user-middle .middle-content .person-box form .btn {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #137be6;
  border-radius: 8px;
  color: #ffffff;
  margin: 48px auto 0;
}

#user .user-middle .middle-content .real-box form .head-img,
#user .user-middle .middle-content .person-box form .head-img {
  border-radius: 50%;
}

#user .user-middle .middle-content .real-box form a,
#user .user-middle .middle-content .person-box form a {
  color: #4194ff;
}
#user .user-middle .middle-content .type-two {
  padding: 24px;
}
#user .user-middle .middle-content .type-two .user-title {
  border-left: 3px solid #4194ff;
  padding-left: 15px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 30px;
}
#user .user-middle .middle-content .type-two .text-msg {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#user .user-middle .middle-content .type-two .text-msg .across,
#user .user-middle .middle-content .type-two .img-msg {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}
#user .user-middle .middle-content .type-two .text-msg .across .across-item {
  flex: 1;
  display: flex;
  justify-content: start;
}
#user
  .user-middle
  .middle-content
  .type-two
  .text-msg
  .across
  .across-item
  .fix-title {
  width: 80px;
  color: #999;
}
#user .user-middle .middle-content .type-two .img-msg {
  padding-top: 15px;
}
#user .user-middle .middle-content .type-two .img-msg .across {
  flex: 1;
}
#user .user-middle .middle-content .type-two .img-msg .across .fix-title {
  width: 100px;
  color: #999;
  margin-bottom: 15px;
}
#user .user-middle .middle-content .type-two .img-msg .across .card-photo {
  display: block;
  width: 260px;
  height: 160px;
  margin-bottom: 10px;
  border-radius: 10px;
}
#user .user-middle .middle-content .type-two .img-msg .across .user-photo {
  width: 200px;
  height: 250px;
  border-radius: 10px;
}
#user .user-middle .block {
  display: block;
}

#user .user-middle .none {
  display: none;
}

#user .user-down {
  margin-top: 48px;
}

#user .user-down .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}

#user .user-down .title .line {
  width: 58px;
  height: 2px;
  background: #666666;
  opacity: 0.13;
}

#user .user-down .title .text {
  color: #137be6;
  font-size: 24px;
  margin: 0 24px;
}

#user .user-down .hot-course {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 282px;
  background-color: #fff;
}

#user .user-down .hot-course img {
  width: 282px;
  height: 158px;
}

#user .user-down .hot-course .text {
  padding: 16px 21px;
  height: 110px;
}

#user .user-down .hot-course .text h2 {
  font-size: 18px;
  font-weight: normal;
}

#user .user-down .hot-course .text .sign {
  width: 64px;
  height: 24px;
  background: #f46612;
  border-radius: 4px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

#user .user-down .hot-course .text .intro {
  color: #999999;
  line-height: 16px;
}

#instruc .instruc-box {
  padding: 40px 30px;
  background: #fff;
  position: relative;
  margin-top: 87px;
}

#instruc .instruc-box h1 {
  text-align: center;
  margin: 20px auto;
  font-weight: 500;
}

#instruc .instruc-box p {
  line-height: 32px;
  text-indent: 32px;
  font-size: 16px;
}

#instruc .instruc-box span {
  line-height: 32px;
  font-size: 16px;
}

#instruc .instruc-box .instruc-foot {
  float: right;
  position: relative;
  text-align: center;
}

#instruc .instruc-box .instruc-foot .instruc-img {
  width: 145px;
  height: 145px;
  position: absolute;
  right: 0;
  bottom: -37px;
}

#instruc .instruc-box .instruc-foot span {
  line-height: 32px;
  font-size: 14px;
  display: block;
}

#instruc .instruc-btn {
  text-align: center;
  padding: 30px 0;
}

#instruc .instruc-btn .btn {
  text-align: center;
  line-height: 48px;
  border-radius: 8px;
  color: #999;
  margin: 0 16px;
}

#instruc .instruc-btn .active {
  background: #137be6;
  color: #fff;
  padding: 12px 32px;
}

#instruc .instruc-btn .disable {
  cursor: not-allowed;
  background: #ddd;
}

#faceReco .face-recognition {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

#faceReco .face-recognition p:first-child {
  height: 40px;
  line-height: 40px;
}

#faceReco .face-recognition .flex {
  justify-content: center;
}

#faceReco .face-recognition .flex .ident,
#faceReco .face-recognition .flex .video {
  margin: 0 20px;
  width: 380px;
  height: 300px;
  box-sizing: border-box;
}

#faceReco .face-recognition .ident img {
  height: 210px;
  margin-top: 20px;
}

#faceReco .face-recognition .video .renz-vedio,
#faceReco .face-recognition .video img {
  width: 340;
  height: 210px;
}

#faceReco .face-recognition .video .renz-vedio {
  margin-top: 20px;
}

#faceReco .face-recognition .face-info {
  width: 250px;
  height: 150px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  padding-top: 30px;
}

#faceReco .face-recognition .face-info div {
  margin: 20px auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
}

#faceReco .face-recognition .matching {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding: 17px 0;
  color: #fff;
  background: #137be6;
  border-radius: 8px;
  cursor: pointer;
}

#faceReco .face-recognition .matching a {
  cursor: pointer;
}

#faceReco .face-recognition .btn-disabled {
  background: #ddd;
  cursor: not-allowed;
}

#faceReco .face-recognition .btn-disabled a {
  cursor: not-allowed;
}

#faceReco .face-recognition .matching:active {
  transform: scale(0.9);
}

#faceReco .face-recognition .matching .color-fff {
  color: #fff;
}

#faceReco .face-recognition .notice {
  margin-bottom: 29px;
  margin-top: 70px;
}

#faceReco .face-recognition .color-666 {
  color: #666;
}

#faceReco .face-recognition .pointer {
  cursor: pointer;
}

#formal .pad31 {
  padding: 31px;
}

#formal h1 {
  color: #137be6;
  font-weight: 700;
}
#formal .paper-h1 {
  background-color: rgba(19, 123, 230, 0.09);
  color: #137be6;
  padding: 20px;
  font-weight: normal;
  font-size: 18px;
}
#formal .padlr20 {
  padding: 0 20px;
}

#formal .backff {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
#formal .formal-exam .formal-flex,
#look .formal-exam .formal-flex {
  display: flex;
  justify-content: space-between;
}
#look .banner .formal-flex {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgb(7 17 27 / 10%);
  border-radius: 5px;
  padding: 30px;
}
#look .banner .formal-flex .head div:first-child {
  color: #137be6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
#look .banner .formal-flex .head div:last-child {
  color: #707070;
}

#formal .formal-exam .formal-flex table,
#look .formal-exam .formal-flex table {
  padding: 2px 10px 5px;
  border: 1px solid rgb(19, 123, 230);
  background-color: rgba(19, 123, 230, 0.09);
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  margin-right: 40px;
}
#formal .formal-exam .formal-info,
#look .formal-exam .formal-info {
  display: flex;
  justify-content: start;
  border-left: 1px solid #eeeeee;
  padding-left: 50px;
}
#formal .formal-exam .formal-info .grade-box,
#look .formal-exam .formal-info .grade-box {
  text-align: center;
  margin-right: 40px;
}
#formal .formal-exam .formal-info .grade-box .grade-num,
#look .formal-exam .formal-info .grade-box .grade-num {
  font-size: 43px;
  color: #ff0033;
  font-weight: 800;
}
#formal .formal-exam .formal-flex table th,
#look .formal-exam .formal-flex table th {
  height: 40px;
}
#formal .formal-exam .formal-flex table th,
#formal .formal-exam .formal-flex table td,
#look .formal-exam .formal-flex table th,
#look .formal-exam .formal-flex table td {
  width: 80px;
  text-align: center;
}
#formal .formal-exam .formal-info .again-btn,
#look .formal-exam .formal-info .again-btn {
  padding: 0 32px;
  background-color: #137be6;
  color: #fff;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
}

#formal .formal-exam .exam-info .subject {
  width: 750px;
}
#formal .formal-exam .exam-info .mock-subject {
  position: relative;
  width: 1200px;
}
#formal .formal-exam .exam-info .subject #question-box {
  padding: 40px;
  min-height: 430px;
  border-radius: 8px;
  overflow-y: auto;
}
#formal .formal-exam .exam-info .subject #question-box::-webkit-scrollbar {
  width: 4px;
}
#formal
  .formal-exam
  .exam-info
  .subject
  #question-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(19, 123, 230, 0.2);
  background: rgba(19, 123, 230, 0.7);
}
#formal
  .formal-exam
  .exam-info
  .subject
  #question-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(19, 123, 230, 0.2);
  border-radius: 0;
  background: rgba(19, 123, 230, 0.05);
}

#formal .formal-exam .exam-info .subject h3 {
  line-height: 26px;
  font-size: 16px;
}
#formal .formal-exam .exam-info .subject .w730 {
  width: 750px;
  min-height: 430px;
  padding: 20px;
  overflow-y: auto;
}
#formal .formal-exam .exam-info .subject .w730::-webkit-scrollbar {
  width: 4px;
}
#formal .formal-exam .exam-info .subject .w730::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #b3bbbb;
}
#formal .formal-exam .exam-info .subject .w730::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

#formal .formal-exam .exam-info .subject .line26 {
  line-height: 30px;
}

#formal .formal-exam .exam-info .subject .radio-input {
  width: 0;
  height: 0;
}

#formal .formal-exam .exam-info .subject .radio-input .radio-img {
  cursor: pointer;
}
#formal .formal-exam .exam-info .w745 {
  width: 745px;
  height: 480px;
}

#formal .formal-exam .exam-info .subject .new-submit {
  display: block;
  background: #137be6;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 48px;
  margin-top: 30px;
}

#formal .formal-exam .exam-info .submit {
  background: #137be6;
  display: inline-block;
  border-radius: 10px;
  padding: 17px 34px;
  cursor: pointer;
  width: 750px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}
#formal .formal-exam .exam-info .submit_answer {
  width: 800px;
}

#formal .formal-exam .exam-info .subject .submit:active {
  transform: scale(0.9);
  box-shadow: 3px 2px 22px 1px rgba(19, 123, 250, 0.3);
}
#formal .formal-exam .exam-info .brush {
  position: relative;
}

#formal .formal-exam .exam-info .subject .mock {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  border-left: 20px solid #f5f5f5;
  width: 400px;
  height: 496px;
  background-color: #fff;
}

#formal .formal-exam .exam-info .subject .mock .color-FF4B4B {
  color: #ff4b4b;
}

#formal .formal-exam .exam-info .catalogue {
  width: 416px;
}

#formal .formal-exam .exam-info .catalogue .ques-type {
  display: inline-block;
  border-left: 4px solid #137be6;
  padding-left: 10px;
}

#formal .formal-exam .exam-info .catalogue .title {
  border-bottom: 1px solid #eeeeee;
  padding: 17px 30px 17px 30px;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
}

#formal .formal-exam .exam-info .catalogue .continue-title {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 20px 15px 20px;
}

#formal .formal-exam .exam-info .catalogue .continue-title span {
  color: #999;
  margin-right: 10px;
}

#formal .formal-exam .exam-info .catalogue .continue-title i {
  font-style: normal;
  margin-right: 30px;
}

#formal .formal-exam .exam-info .catalogue .continue-title .true {
  color: #3da600;
}

#formal .formal-exam .exam-info .catalogue .continue-title .false {
  color: #ee4653;
}

#formal .formal-exam .exam-info .catalogue .box {
  height: 340px;
  overflow-y: hidden;
  position: relative;
  width: 416px;
}
#formal .formal-exam .exam-info .catalogue .show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 70px;
  text-align: center;
  width: 416px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.9),
    #fff
  );
  cursor: pointer;
  color: #999;
}

#formal .formal-exam .exam-info .catalogue .box .flex {
  flex-wrap: wrap;
}

#formal .formal-exam .exam-info .catalogue .box::-webkit-scrollbar {
  width: 4px;
}

#formal .formal-exam .exam-info .catalogue .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(19, 123, 230, 0.2);
  background: rgba(19, 123, 230, 0.7);
}

#formal .formal-exam .exam-info .catalogue .box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(19, 123, 230, 0.2);
  border-radius: 0;
  background: rgba(19, 123, 230, 0.05);
}

#formal .formal-exam .exam-info .catalogue .continue-box {
  height: 500px;
  overflow: auto;
}

#formal .formal-exam .exam-info .catalogue .ptlr30 {
  padding: 30px 30px 0 30px;
  height: 324px;
}

#formal .formal-exam .exam-info .catalogue .finished {
  background-color: #4194ff !important;
  border: 0 !important;
  color: #fff !important;
}

#formal .formal-exam .exam-info .catalogue #cardBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#formal .formal-exam .exam-info .catalogue .number {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #4194ff;
  margin-right: 8px;
  margin-bottom: 7px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  /*color: #666;*/
}

#formal .formal-exam .exam-info .catalogue .number:nth-child(10n) {
  margin-right: 0;
}
#formal .formal-exam .exam-info .catalogue .tips {
  padding: 17px 24px;
  border-top: 1px solid #eeeeee;
  border-radius: 0 0 8px 8px;
}

#formal .formal-exam .exam-info .catalogue .continue-tips {
  vertical-align: top;
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  padding: 17px 24px 0;
  border-top: 1px solid #eeeeee;
}

#formal .formal-exam .exam-info .catalogue .tips .finished,
#formal .formal-exam .exam-info .catalogue .continue-tips .finished {
  background-color: #4194ff;
  border: 0;
}

#formal .formal-exam .exam-info .catalogue .tips div,
#formal .formal-exam .exam-info .catalogue .continue-tips div {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #4194ff;
  border-radius: 5px;
  margin-right: 10px;
}

#formal .formal-exam .exam-info .catalogue .continue-tips {
  bottom: 30px;
}

#formal .formal-exam .exam-info .catalogue .submit-all {
  background: #137be6;
  width: 416px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
}

#formal .formal-exam .exam-info .catalogue .submit-all:active {
  transform: scale(0.95);
  box-shadow: 3px 2px 22px 1px rgba(19, 123, 250, 0.3);
}

#studyPage .none {
  display: none;
}
#studyPage {
  position: fixed;
  width: 100%;
  height: calc(100% - 80px);
  top: 80px;
}
#studyPage .title {
  background: #000000;
  opacity: 0.9;
  padding: 25px 10px;
}

#studyPage .title a {
  color: #ccc;
}

#studyPage .title a:hover {
  color: #fff;
}

#studyPage .title .icon-fanhui {
  color: #ccc;
  font-size: 26px;
  margin-right: 20px;
  vertical-align: middle;
}

#studyPage .title .icon-lianxi2hebing-14,
#studyPage .title .icon-lianxi2hebing-13 {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

#studyPage .title .icon-fanhui:hover,
#studyPage .title .icon-lianxi2hebing-14:hover,
#studyPage .title .icon-lianxi2hebing-13:hover {
  color: #fff;
}

#studyPage .title .now {
  font-size: 14px;
  color: #ffffff;
  margin: 0 20px;
}

#studyPage .study-content {
  min-height: 200px;
  background-color: #1c1f21;
  padding: 0;
  /* top: 80px; */
  position: absolute;
  width: 100%;
  height: calc(100% - 76px);
  overflow: hidden;
}

#studyPage .study-content .tabs {
  width: 96px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#studyPage .study-content .tabs .iconfont {
  font-size: 28px;
}

#studyPage .study-content .tabs > div {
  padding: 15px 0;
  cursor: pointer;
}

#studyPage .study-content .tabs > div:hover {
  background-color: #2a2d2f;
  color: #ffffff;
}

#studyPage .study-content .video-box {
  position: relative;
  overflow: hidden;
  width: 75%;
  background-color: #000;
}

#studyPage .study-content .video-box #my-video {
  width: 90%;
  height: 750px;
  margin: 0 auto;
}

#studyPage .study-content .info {
  /*padding: 20px;*/
  width: 20%;
  position: relative;
}

#studyPage .study-content .info h3 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #444;
}

#studyPage .study-content .info h3 {
  margin-bottom: 20px;
  color: #fff;
  background: #464e56;
}

#studyPage .study-content .info .introduce {
  padding: 20px 40px 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

#studyPage .study-content .info .introduce p {
  color: #999999;
  margin-bottom: 30px;
}

#studyPage .study-content .info .introduce b {
  font-weight: normal;
  font-size: 14px;
  color: #ed5a5a;
  line-height: 16px;
}

#studyPage .study-content .info .remark-list {
  height: calc(100% - 254px);
  /* overflow-y: auto; */
}
#studyPage .study-content .info .remark-list .comment-list {
  height: calc(100% - 40px);
  overflow-y: auto;
}
#studyPage .study-content .info .remark-list .comment-list::-webkit-scrollbar {
  width: 4px;
}

#studyPage .study-content .info .remark-list .comment-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #414444;
}

#studyPage .study-content .info .remark-list .comment-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

#studyPage .study-content .info .remark-list .remark-item {
  border-top: 1px solid #444;
  color: #bbb;
  padding: 15px 20px;
}

#studyPage .study-content .info .remark-list .remark-item .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

#studyPage .study-content .info .remark-list .remark-item .flex img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: pink;
  margin-right: 15px;
}

#studyPage .study-content .info .remark-list .remark-item .flex span {
  color: #137be6;
}

#studyPage .study-content .info .close-info {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

#studyPage .study-content .show-info {
  width: 3%;
  color: #ffffff;
  text-align: center;
}

#studyPage .study-content .show-info .icon-zuojiantou {
  display: inline-block;
  font-size: 26px;
  margin-top: 300px;
  cursor: pointer;
}

#studyPage .study-content .catalog {
  position: absolute;
  top: 0;
  left: 96px;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  background: #1a1a1a;
  color: #cccccc;
  padding: 40px 20px 0;
  z-index: 999;
  overflow-y: auto;
}

#studyPage .study-content .catalog::-webkit-scrollbar {
  width: 4px;
}

#studyPage .study-content .catalog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #cccccc;
}

#studyPage .study-content .catalog::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

#studyPage .study-content .catalog h2 {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0;
  background-color: #ccc;
  color: #000;
}

#studyPage .study-content .catalog h4 {
  margin-bottom: 20px;
}

#studyPage .study-content .catalog ul {
  padding-left: 25px;
}

#studyPage .study-content .catalog li a {
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #cccccc;
}

#studyPage .study-content .catalog li .iconfont {
  font-size: 12px;
  margin-right: 8px;
}

#studyPage .study-content .catalog li .num {
  margin-right: 8px;
}

#studyPage .study-content .catalog li .name {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  /* 使文本不可换行 */
  word-break: break-all;
  /* 英文换行，以字母作为依据 */
  overflow: hidden;
  /* 隐藏溢出部分 */
  text-overflow: ellipsis;
  margin-right: 8px;
}

#studyPage .study-content .catalog li .time {
  margin-right: 15px;
}

#studyPage .study-content .catalog .active .iconfont,
#studyPage .study-content .catalog .active .num,
#studyPage .study-content .catalog .active .name,
#studyPage .study-content .catalog .active .time,
#studyPage .study-content .catalog .active .rate {
  color: #e34c34;
}

#studyPage .remark {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 999;
}

#studyPage .remark > div {
  width: 600px;
  height: 300px;
  margin: 300px auto;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
}

#studyPage .remark > div p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#studyPage .remark > div textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #cccccc;
}

#studyPage .remark > div .btn {
  float: right;
  padding: 15px 30px;
  background-color: #45a0fb;
  color: #ffffff;
  margin-top: 30px;
  border-radius: 30px;
  cursor: pointer;
}

#studyPage .remark > div .iconfont {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;
}
#studyPage .remark .remark-btn {
  padding: 4px 6px;
  background-color: #45a0fb;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-right: 6px;
}
#studyPage .remark .remark-btn:hover {
  padding: 4px 10px;
}

#studyPage .reply {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 999;
}

#studyPage .reply > div {
  width: 600px;
  height: 300px;
  margin: 300px auto;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
}

#studyPage .reply > div p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#studyPage .reply > div textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #cccccc;
}

#studyPage .reply > div .btn {
  float: right;
  padding: 15px 30px;
  background-color: #45a0fb;
  color: #ffffff;
  margin-top: 30px;
  border-radius: 30px;
  cursor: pointer;
}

#studyPage .reply > div .iconfont {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;
}
#studyPage .reply .remark-btn {
  padding: 4px 6px;
  background-color: #45a0fb;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-right: 6px;
}
#studyPage .reply .remark-btn:hover {
  padding: 4px 10px;
}

#problem .left {
  width: 65%;
  font-size: 16px;
  margin-right: 5%;
  background-color: #fff;
  padding: 25px;
}

#problem .left h1 {
  margin: 20px;
  text-align: center;
  font-weight: normal;
}

#problem .left p {
  text-indent: 2em;
  line-height: 1.8em;
  font-size: 14px;
}

#problem .left .text-danger {
  color: #ff1c1c;
}

#problem .right {
  width: 30%;
}

#problem .right .fiexd {
  background-color: #fff;
  padding: 25px 25px 5px;
}

#problem .right .fiexd .side-title {
  border-bottom: 1px solid #e1e9fa;
}

#problem .right .fiexd .side-title span {
  display: inline-block;
  border-bottom: 2px solid #f01414;
  padding-bottom: 8px;
  padding-right: 30px;
  font-size: 18px;
}

#problem .right .fiexd .news-lieb li {
  padding: 8px 0;
  border-bottom: 1px solid #e1e9fa;
}

#exports {
  padding: 20px 0 50px;
}

#exports .team-list {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#exports .team-list .item {
  width: 383px;
  height: 164px;
  box-shadow: 0px 8px 16px 0px rgba(111, 110, 110, 0.1);
  border-radius: 8px;
  align-items: center;
  padding: 26px;
  background-color: #fff;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
  top: 0;
}

#exports .team-list .item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 15px;
}

#exports .team-list .item h2 {
  font-size: 14px;
}

#exports .team-list .item h2 p {
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
}

#exports .team-list .item h2 a:hover {
  color: #3681fd;
}

#about {
  margin: 30px auto;
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #fff;
}

#about h2 {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

#about .info {
  padding: 40px 60px;
}

#about .info h3 {
  color: #464e56;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}

#about .info p {
  color: #758181;
  margin-bottom: 10px;
}

#about .info .specific {
  padding: 30px 0;
}

#about .info .specific div {
  margin-bottom: 15px;
}

#about .info .bgBox-big {
  width: 146px;
  height: 120px;
  background: #34bf85;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  border-radius: 5px;
}

#about .info .bgBox-small {
  padding: 25px 25px;
  border-radius: 5px;
  color: #ffffff;
}

#about .info .img {
  height: 20px;
}

#about .info .bg1 {
  background: #2aaaca;
}

#about .info .bg2 {
  background: #37b299;
}

#about .info .bg3 {
  background: #eca847;
}

#about .info .bg4 {
  background: #34bf85;
}

#about .info .bg5 {
  background: #e05f59;
}

#about .info .bg6 {
  background: #a059e0;
}

#continue .banner {
  height: 420px;
}

#continue .banner .box {
  height: 420px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#continue .banner .box .sub {
  padding: 32px 0;
}

#continue .banner .box .sub a {
  color: #fff;
}

#continue .banner .box .course {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: start;
  position: relative;
}

#continue .banner .box .course .course-left img {
  width: 400px;
  height: 252px;
  border-radius: 8px;
  margin-right: 24px;
}

#continue .banner .box .course .course-right .color137BE6 {
  color: #137be6;
}

#continue .banner .box .course .course-right h3 {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 24px;
}

#continue .banner .box .course .course-right .data {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #666;
  margin-bottom: 31px;
}

#continue .banner .box .course .course-right .data div {
  margin-right: 70px;
}

#continue .banner .box .course .course-right .data div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

#continue .banner .box .course .course-right .data div:first-child img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#continue .banner .box .course .course-right .prove {
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

#continue .banner .box .course .course-right .prove .prove-title {
  width: 75px;
  height: 30px;
  padding: 5px;
  margin-right: 10px;
}

#continue .banner .box .course .course-right .prove .prove-group {
  flex-wrap: wrap;
  width: 660px;
}

#continue .banner .box .course .course-right .prove .prove-group div {
  padding: 7px 12px;
  height: 34px;
  text-align: center;
  background: #f9fbfe;
  border: 1px dashed #89bdf2;
  border-radius: 4px;
  margin-right: 30px;
  margin-bottom: 8px;
}

#continue .banner .box .course .course-right .progress {
  position: relative;
  width: 284px;
  height: 8px;
  background: #eeeeee;
  border-radius: 3px;
  margin: 15px 6px 3px 0;
}

#continue .banner .box .course .course-right .progress .finished {
  height: 8px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(89deg, #67b2ff 0%, #2078e4 100%);
}

#continue .banner .box .course .collect {
  position: absolute;
  top: 41px;
  right: 24px;
  cursor: pointer;
}

#continue .banner .box .course .collect img {
  margin: -5px 5px 0 0;
}

#continue .banner .box .course .to-study {
  position: absolute;
  right: 24px;
  bottom: 37px;
  padding: 12px 40px;
  background: #137be6;
  border-radius: 4px;
  color: #fff;
}

#continue .banner .box .course .to-study:hover {
  box-shadow: 0 0 8px rgba(19, 122, 230, 0.5);
}

#continue .content {
  background-color: #f7f7f7;
  padding: 24px 0 40px;
}

#continue .content .content-left {
  background-color: #fff;
  width: 792px;
  padding: 30px 20px;
  margin-right: 25px;
  border-radius: 16px;
}

#continue .content .content-left ul {
  display: flex;
  justify-content: start;
}

#continue .content .content-left ul li {
  margin-right: 35px;
  padding-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}

#continue .content .content-left ul .active,
#continue .content .content-left ul li:hover {
  position: relative;
  font-weight: bold;
}

#continue .content .content-left ul .active:after {
  content: '';
  width: 40px;
  height: 4px;
  background: #137be6;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 17px;
}

#continue .content .content-left #courseList {
  margin-top: 24px;
}

#continue .content .content-left #courseList .course-item {
  padding: 24px 0 34px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

#continue
  .content
  .content-left
  #courseList
  .course-item
  .icon-24gf-playCircle {
  margin-right: 5px;
  font-size: 14px;
}

#continue .content .content-left #courseList .course-item img {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  /*margin-top: 3px;*/
}

#continue .content .content-left #courseList .course-item .no-login {
  display: inline-block;
  background: #21bbf5;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  margin: 0 5px;
  border-radius: 2px;
}

#continue .content .content-left #courseList .course-item .look {
  display: inline-block;
  background: #137be6;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  margin: 0 5px;
  border-radius: 2px;
}

#continue .content .content-left #courseList .item-active .fl {
  color: #137be6;
}

#continue .content .content-left #courseList .testActive {
  color: #ffb636;
}

#continue .content .content-left #courseList .pl20 {
  padding-left: 20px;
}

#continue .content .content-left #courseList .pl20:hover {
  background-color: #ecfaff;
}

#continue .content .content-left #courseList p {
  padding-top: 20px;
  color: #999999;
  cursor: pointer;
}

#continue .content .content-left #courseList p .font-add {
  font-size: 20px;
  font-weight: 800;
  margin-right: 10px;
}

#continue .content .content-left #courseList h3 {
  background: #f6f6f6;
  padding: 20px 15px;
  color: #333333;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

#continue .content .content-left #courseList h3 .icon-xiajiantou,
#continue .content .content-left #courseList h3 .icon-arrow-up {
  float: right;
  color: #999999;
  font-size: 12px;
}

#continue .content .content-left .li01 {
  margin-top: 25px;
  /* box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.4); */
  /* border-radius: 10px; */
}
/* 课程详情课程介绍样式 */
/* #continue .content .content-left .li01 .plate {
  padding: 40px 32px;
  border-bottom: 1px dashed #ccc;
}

#continue .content .content-left .li01 .plate p,
#continue .content .content-left .li01 .plate .teacher {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

#continue .content .content-left .li01 .plate div {
  color: #666;
  text-indent: 2em;
  line-height: 18px;
}

#continue .content .content-left .li01 .plate .textcent img {
  width: 240px;
  height: 72px;
  background-color: pink;
}

#continue .content .content-left .li01 .plate .flex p {
  text-align: center;
}

#continue .content .content-left .li01 .plate .flex > div {
  text-align: center;
  padding: 0 10px;
}

#continue .content .content-left .li01 .plate .flex > div img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background-color: pink;
  margin-bottom: 15px;
}

#continue .content .content-left .li01 .plate .flex > div div {
  text-indent: 0;
  line-height: 18px;
}

#continue .content .content-left .li01 .plate .flex .line {
  padding: 0;
  width: 1px;
  height: 180px;
  background-color: #ccc;
  margin-top: 30px;
}

#continue .content .content-left .li01 .plate:last-child {
  border-bottom: 0;
} */
/* end */
/* 新增修改课程详情课程介绍样式 */
#continue .content .content-left .li01 .plate{
  padding: 0;
}
#continue .content .content-left .li01 .plate .course-content-list p{
  text-indent: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #333;
}
#continue .content .content-left .li01 .plate .feature ul{
  display: block;
}
#continue .content .content-left .li01 .plate .feature ul li{
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
  list-style-type: none;
  cursor: inherit;
}
#continue .content .content-left .li01 .plate ul li:hover {
  font-weight: normal;
  position: inherit;
}
#continue .content .content-left .li01 .plate .feature ul li .dot {
  display: inline-block;
  width: 6px;
  height:6px;
  border-radius: 50%;
  background-color: #A1A5B2;
  margin-right: 10px;
  vertical-align: middle;
}
#continue .content .content-left .li01 .plate .face_to ul li{
  color: #666;
  font-size: 14px;
  line-height: 24px;
  #width: 50%;
}
#continue .content .content-left .li01 .plate .face_to ul li .dot{
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 12px;
  background: url('../images/course_intro.png') no-repeat center center;
}
#continue .content .content-left .li01 .plate .learn_to ul {
  display: block;

}
#continue .content .content-left .li01 .plate .learn_to ul li .bar-box {
  height: 38px;
  border-radius: 36px;
  display: inline-block;
  background-color: #F5F8FA;
  padding: 0 24px 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 38px;
}
#continue .content .content-left .li01 .plate .learn_to ul li .bar-box .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
  padding-top:1px;
  text-align: center;
  background-image: linear-gradient( 126deg, #0077FF 0%, #003AFF 100%);
}
#continue .content .content-left .li01 .plate .learn_to ul li .bar-box .dot span {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
#continue .content .content-left .li01 .plate .learn_mu ul {
  flex-wrap: wrap;
}
#continue .content .content-left .li01 .plate .learn_mu ul li{
  #width: 50%;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-right: 0px;
}
#continue .content .content-left .li01 .plate .learn_mu ul li .dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url('../images/course_intro.png') no-repeat center center;
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_box {
  width: 368px;
  height: 241px;
  border-radius: 8px;
  background-color: #F1F4F9;
  padding: 24px 14px 19px 14px;
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_box .teacher-info {
  color: #666;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_box .teacher-info .teacher_avatar{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 10px;
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_box .teacher-info p:first-child{
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-bottom: 10px;
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_box .teacher-info p:last-child{
  color: #666;
  font-size: 14px;
  margin: 0;
  
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_intro-content {
  margin: 0 4px;
  border-top: 1px solid #E6E9F4;
  padding-top: 7px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_intro-box .swiper-slide{
  width: 368px;
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_intro-box .swiper-button-next{
  width: 44px;
  height: 44px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
  border-radius: 50%;
  background-color: #fff;
  right:0;
  z-index:12;
  color: #666;
  /* width: 368px; */
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_intro-box .swiper-button-prev{
  width: 44px;
  height: 44px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
  border-radius: 50%;
  background-color: #fff;
  left:0;
   z-index:12;
   color: #666;
  /* width: 368px; */
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_intro-box .button-box {
  position:absolute;
  z-index:11;
  top: 0;
  width: 143px;
  height: 241px;
  
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_intro-box .button-box.next {
  right: 0;
  background: linear-gradient( 270deg, #FFFFFF 0%, rgba(255,255,255,0.15) 100%);
}
#continue .content .content-left .li01 .plate .teacher_intro .teacher_intro-box .button-box.prev {
  left: 0;
  background: linear-gradient( 270deg, rgba(255,255,255,0.15) 0%, #FFFFFF  100%);
}
#continue .content .content-left .li01 .plate .learn_cert .learn_cert-img {
  display: flex;
  flex-wrap: wrap;
}
#continue .content .content-left .li01 .plate .learn_cert .learn_cert-img img {
  width: calc(50% - 15px);
}
#continue .content .content-left .li01 .plate .learn_cert .learn_cert-img img:nth-child(2n+1) {
  margin-right: 30px;
}
/* end */
#continue .content .content-left .li03 {
  margin-top: 25px;
  border-radius: 10px;
}

#continue .content .content-left .li03 .item-box {
  padding: 30px;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.4);
  border-radius: 10px;
  margin-bottom: 25px;
}

#continue .content .content-left .li03 .item-box .question {
  margin-bottom: 10px;
}

#continue .content .content-left .li03 .evaluate-top {
  padding: 30px;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.4);
  align-items: center;
  border-radius: 10px;
  margin-bottom: 40px;
}

#continue .content .content-left .li03 .evaluate-top .top1 {
  width: 30px;
  font-weight: bold;
}

#continue .content .content-left .li03 .evaluate-top .total {
  color: #4d555d;
  font-size: 32px;
  font-weight: bold;
}

#continue .content .content-left .li03 .evaluate-top .keyword span {
  color: #137be6;
  font-size: 24px;
  margin-left: 10px;
  vertical-align: middle;
}

#continue .content .content-left .li03 .evaluate-content {
  padding: 30px;
  box-shadow: 0px 8px 16px 0px rgba(123, 123, 123, 0.4);
  align-items: center;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
/* 视频播放评论样式 */
.study-content .info .remark-list .comment-list {
  padding: 0 20px;
} 
.remark-list .comment-list .comment-wrap .comment-item {
  margin-top: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.remark-list .comment-list .comment-wrap .comment-item .comment-info{
  display: flex;
}
.remark-list .comment-list .comment-wrap .comment-item .comment-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.remark-list .comment-list .comment-wrap .comment-item .comment-info .comment-reply {
  margin-left: 16px;
  width: calc(100% - 70px);
  /*border-bottom: 1px solid #e7e7e7;*/
  padding-bottom: 16px;
}
.remark-list .comment-list .comment-wrap .comment-item .comment-info .name {
  font-size: 16px;
  color: #fff;
}
.remark-list .comment-list .comment-wrap .comment-item .comment-info .comment-content {
  font-size: 14px;
  color: #fff;
  margin-top: 14px;
}
.remark-list .comment-list .comment-wrap .comment-item .comment-info .time {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 14px;
  line-height: 16px;
}
.remark-list .comment-list .comment-wrap .comment-item .comment-info .time .iconfont{
  margin-left: 20px;
  color: #fff;
  vertical-align: bottom;
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item {
  margin-top: 14px;

}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item .reply-info {
  display: flex;
  width: 1;
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item .name {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item .reply-right {
  margin-left: 4px;
  width: calc(100% - 36px);
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item .reply-content {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-top: 6px;
  /*margin-left: 24px;*/
  /*width: calc(100% - 130px)*/
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item .reply-right p .reply-content {
  margin-left: 10px;
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item img {
  width: 32px;
  height: 32px;
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item .hui {
  color: #fff;
  margin:0px 10px 0px;
}
.remark-list .comment-list .comment-wrap .comment-item .reply-wrap .reply-item .reply-name {
  #color: #137BE6;
  color: rgba(255, 255, 255, 0.8);
}
.remark-list .comment-list .comment-wrap .comment-item .comment-reply .total-reply {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  margin-top: 15px;
}
#continue .content .content-left .li03 .comment-wrap {

}
#continue .content .content-left .li03 .comment-wrap ul {
  display: block;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item {
  flex: 1;
  
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item li {
  margin-top: 18px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item {
  margin-top: 18px;
  padding-bottom: 0;
  margin-right: 0;
}
#continue .content .content-left .li03 .comment-wrap .comment-box li:hover {
  font-weight: normal;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item>div {
  display: flex;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item .comment-reply {
  width: calc(100% - 64px);
  border-bottom: 1px solid  #e7e7e7;
  /* padding-bottom: 13px; */
  margin-left: 15px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item .comment-reply .total-reply {
  font-size: 13px;
  color: #999;
  padding-bottom: 15px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item .comment-reply .comment-right {
  padding-bottom: 15px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item .comment-reply .comment-right .name {
  font-size: 16px;
  color: #333;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item .comment-reply .comment-right .name .fr .iconfont{
  color: #0071da;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item .comment-reply .comment-right .comment-content {
  font-size: 14px;
  line-height: 20px;
  margin: 13px 0 0;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .comment-item .time {
  font-size: 13px;
  color: #999;
  margin-top: 7px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap {
  margin-top:13px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item .reply-info {
  display: flex;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item img{
  width: 32px;
  height: 32px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item .name {
  font-size: 12px;
  color: #666;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item .reply-right {
  margin-left: 4px;
  width: calc(100% - 36px);
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item .name .reply-name {
  #color: #137BE6;
  color: #666;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item .name .hui {
  margin:0px 10px 0px;
  color: #333;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item .reply-comment-content {
  /*margin-left: 24px;*/
  font-size: 14px;
  line-height: 20px;
  color: #333;
  width: calc(100% - 140px);
  margin-top: 6px;
}
#continue .content .content-left .li03 .comment-wrap .comment-box .reply-wrap .reply-item .comment {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
#continue .content .content-left .li03 .evaluate-content .head-img {
  margin-right: 20px;
}

#continue .content .content-left .li03 .evaluate-content .head-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: pink;
}

#continue .content .content-left .li03 .evaluate-content .user {
  width: 100%;
}

#continue .content .content-left .li03 .evaluate-content .user .colorB5B9BC {
  color: #b5b9bc;
}

#continue .content .content-left .li03 .evaluate-content .user .color137be6 {
  color: #137be6;
}

#continue .content .content-left .li03 .evaluate-content .user .pointer {
  cursor: pointer;
}

#continue .content .content-left .li03 .evaluate-content .user .middle {
  vertical-align: middle;
}

#continue .content .content-left .li03 .evaluate-content .user .username {
  padding: 10px 0;
}
#continue
  .content
  .content-left
  .li03
  .evaluate-content
  .user
  .username
  .iconfont {
  color: #0071da;
}

#continue .content .content-left .li03 .evaluate-content .user .info {
  line-height: 20px;
  margin-bottom: 20px;
  word-break: normal;
  word-break: break-all;
}

#continue
  .content
  .content-left
  .li03
  .evaluate-content
  .user
  .icon-lianxi2hebing_dianzan {
  font-size: 18px;
}

#continue .content .content-right {
  width: 436px;
  /* padding-right: 16px; */
}

#continue .content .content-right .relevance,
#continue .content .content-right .recommend {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 40px 24px;
}

#continue .content .content-right .relevance p,
#continue .content .content-right .recommend p {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
}

#continue .content .content-right .relevance .course,
#continue .content .content-right .recommend .course {
  background: #f5f5f5;
  margin-top: 16px;
  border-radius: 8px;
}

#continue .content .content-right .relevance .course img,
#continue .content .content-right .recommend .course img {
  width: 178px;
  height: 110px;
  border-radius: 8px 0px 0px 8px;
  background-color: pink;
  margin-right: 10px;
}

#continue .content .content-right .relevance .course h4,
#continue .content .content-right .recommend .course h4 {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 20px;
  width: 165px;
}

#continue .content .content-right .relevance .course .people,
#continue .content .content-right .recommend .course .people {
  color: #666666;
  margin-bottom: 20px;
  font-size: 12px;
}

#continue .content .content-right .relevance .course .people span,
#continue .content .content-right .recommend .course .people span {
  color: #ffb636;
}

#continue .content .content-right .relevance .course a,
#continue .content .content-right .recommend .course a {
  float: right;
  color: #137be6;
  margin-right: 5px;
}

#look .banner {
  position: relative;
  background: url('../img/look/exam-bg.png');
  height: 220px;
}

#look .banner .statistics {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
  border-radius: 5px;
  padding: 30px;
}

#look .banner .statistics .color75818E {
  color: #75818e;
}

#look .banner .statistics .head {
  margin-bottom: 15px;
}

#look .banner .statistics .head .tips {
  display: inline-block;
  border: 1px solid #137be6;
  color: #137be6;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 10px;
}

#look .banner .statistics table {
  width: 100%;
  border: 1px solid #e1e9fa;
  text-align: center;
}

#look .banner .statistics table th,
#look .banner .statistics table td {
  padding: 15px 12px;
}

#look .banner .statistics table th {
  border-bottom: 1px solid #e1e9fa;
}

#look .banner .statistics table td {
  color: #75818e;
}

#look .banner .statistics table .img1,
#look .banner .statistics table .img2 {
  background-color: pink;
}

#look .banner .statistics table .img1 {
  width: 35px;
  height: 50px;
}

#look .banner .statistics table .img2 {
  width: 66px;
  height: 50px;
}

#look .test-list {
  margin-top: 110px;
  width: 790px;
  z-index: 99;
}

#look .test-list .item {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}

#look .test-list .item .question {
  font-size: 16px;
}

#look .test-list .item .question h3 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
}

#look .test-list .item .question ul {
  margin: 0 0 25px 8px;
}

#look .test-list .item .question ul li {
  margin-bottom: 20px;
}

#look .test-list .item .answer {
  background: #f3f7fb;
  border-radius: 3px;
  border: 1px solid #e1e9fa;
  padding: 20px;
}

#look .test-list .item .answer .isTrue,
#look .test-list .item .answer .isFalse {
  font-size: 16px;
  margin-right: 30px;
  margin-left: 10px;
}

#look .test-list .item .answer .isTrue {
  color: #137be6;
}

#look .test-list .item .answer .isFalse {
  color: #ff1c1c;
}

#look .test-list .item .answer .analysis {
  margin-top: 30px;
  line-height: 18px;
}

#look .sheet {
  position: absolute;
  top: 0;
  left: 822px;
  width: 379px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
  padding: 20px;
  border-radius: 5px;
}

#look .sheet .is-true {
  background-color: #137be6;
  border: 0;
  color: #fff;
}

#look .sheet .is-false {
  background-color: #f01414;
  border: 0;
  color: #fff;
}

#look .sheet .no-answer {
  background-color: #fff;
  border: #dadada solid 1px;
  color: #75818e;
}

#look .sheet p {
  font-size: 16px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e9fa;
}

#look .sheet .classify {
  margin-bottom: 20px;
}

#look .sheet .classify .title {
  border-left: 4px solid #137be6;
  padding: 0 8px;
  margin-bottom: 10px;
}

#look .sheet .classify .flex {
  flex-wrap: wrap;
}

#look .sheet .classify .flex a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 7px 7px 0;
}

#look .sheet .classify .flex a:nth-child(11n) {
  margin-right: 0;
}

#look .sheet .tips-box {
  border-top: 1px solid #e1e9fa;
  padding: 20px 0;
  justify-content: center;
}

#look .sheet .tips-box div {
  width: 15px;
  height: 15px;
  margin: 0 25px 0 5px;
}

#look .sheet-fixed {
  position: fixed;
  top: 0;
}
.look-sheet-fixed {
  position: fixed;
  top: 0;
}

.logout-bg {
  background: linear-gradient(90deg, #f3f7fb 0%, #e7f4ff 100%);
  padding: 150px 0 0;
  box-sizing: border-box;
}

#logout {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

#logout img {
  width: 220px;
  height: auto;
  margin-bottom: 30px;
}

#logout h2 {
  color: #333;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 30px;
}

#logout div {
  letter-spacing: 2px;
}

#logout span {
  color: #137be6;
}

#logout .button-group {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

#logout .button-group button {
  padding: 12px 33px;
  border-radius: 24px;
  border: 1px solid #999999;
  font-size: 16px;
  background: linear-gradient(90deg, #f3f7fb 0%, #e7f4ff 100%);
  cursor: pointer;
}

#logout .button-group button:first-child {
  color: #999999;
  border: 1px solid #999999;
}

#logout .button-group button:hover:first-child {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08);
}

#logout .button-group button:last-child {
  color: #137be6;
  border: 1px solid #137be6;
}

#logout .button-group button:hover:last-child {
  box-shadow: 0 0 10px 10px rgba(19, 122, 230, 0.1);
}

#courseDetail .banner {
  height: 290px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#courseDetail .banner .box {
  height: 290px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#courseDetail .banner .box .sub {
  padding: 32px 0;
}

#courseDetail .banner .box .sub a {
  color: #fff;
}

#courseDetail .banner .box h1 {
  color: #fff;
  font-size: 42px;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 18px;
}

#courseDetail .banner .box {
  position: relative;
}

#courseDetail .banner .box .detail {
  width: 1200px;
  position: absolute;
  z-index: 999;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#courseDetail .banner .box p {
  cursor: pointer;
  text-indent: 2em;
  cursor: pointer;
}

#courseDetail .banner .box .hover-box {
  position: absolute;
  display: none;
  top: -2px;
  left: 25%;
  width: 50%;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  box-shadow: 0px 8px 16px 0px rgba(152, 152, 152, 0.25);
  padding: 10px;
  text-align: left;
}

#courseDetail .banner .box .hover-box::after {
  content: '';
  position: absolute;
  top: -29px;
  right: 50%;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
#courseDetail .banner .box .continue-banner {
  padding: 10px 40px 13px;
  margin-top: 120px;
  background-color: #137be6;
  color: #fff;
  font-size: 14px;
}
#courseDetail .banner .box .continue-banner .iconfont {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
  padding-top: 6px;
}
#courseDetail .banner .box .continue-banner a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: #137be6;
  border-radius: 4px;
  cursor: pointer;
}
#courseDetail .banner .box .continue-banner div {
  display: inline-block;
  color: #fff;
}

#courseDetail .banner .box .number {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0px 8px 16px 0px rgba(152, 152, 152, 0.25);
  border-radius: 8px;
  margin-top: 120px;
  height: 100px;
}
#courseDetail .banner .box .continue-number {
  margin-top: -3px;
  height: 65px;
  padding: 17px 40px;
}
#courseDetail .banner .box .number a {
  color: #fff;
}

#courseDetail .banner .box .number .flex {
  align-items: center;
}

#courseDetail .banner .box .number .flex .iconfont {
  font-size: 26px;
  margin-right: 15px;
}

#courseDetail .banner .box .number .flex .mr60 {
  margin-right: 60px;
}

#courseDetail .banner .box .number .flex .icon-guanyuwomen {
  font-size: 28px;
}

#courseDetail .banner .box .number .flex .color137BE6 {
  color: #137be6;
}

#courseDetail .banner .box .number .fr {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #137be6;
  border-radius: 4px;
}
#courseDetail .banner .box .continue-number .fr {
  height: 30px;
  line-height: 30px;
}

#courseDetail .banner .box .number .bk {
  cursor: pointer;
}

#courseDetail .content {
  padding: 80px 0 50px;
}

#courseDetail .content ul {
  padding: 0 20px 20px;
}

#courseDetail .content ul li {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

#courseDetail .content ul li .line {
  width: 30px;
  height: 4px;
  background: #137be6;
  border-radius: 2px;
  margin-top: 10px;
  margin-left: 14px;
}

#courseDetail .content .course-list {
  background-color: #fff;
  padding: 32px;
}

#courseDetail .content .course-list .course-item {
  margin-bottom: 24px;
}

#courseDetail .content .course-list .course {
  padding: 0 25px;
  background: #f7f9fc;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}

#courseDetail .content .course-list .course .icon-xiajiantou,
#courseDetail .content .course-list .course .icon-arrow-up {
  color: #137be6;
  font-size: 22px;
  cursor: pointer;
}

#courseDetail .content .course-list .space-between {
  display: flex;
  justify-content: start;
  align-items: center;
}

#courseDetail .content .course-list .info {
  padding: 24px;
}

#courseDetail .content .course-list .info .title {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 40px;
  width: 300px;
}

#courseDetail .content .course-list .info .title .circular {
  width: 16px;
  height: 16px;
  border: 2px solid #137be6;
  border-radius: 50%;
  margin-right: 8px;
}

#courseDetail .content .course-list .info .title .text {
  color: #444444;
  font-size: 16px;
  /*font-weight: bold;*/
  margin-right: 20px;
}

#courseDetail .content .course-list .info .title .color999 {
  color: #999999;
}

#courseDetail .content .course-list .info .video-list {
  /* padding-left: 20px;*/
  border-radius: 4px;
  flex-wrap: wrap;
  margin-top: 20px;
}

#courseDetail .content .course-list .info .video-list .video {
  margin-right: 32px;
  margin-bottom: 8px;
  position: relative;
}

#courseDetail .content .course-list .info .video-list .video:nth-child(3n) {
  margin-right: 0;
}

#courseDetail .content .course-list .info .video-list img,
#courseDetail .content .course-list .info .video-list .img-shade {
  width: 178px;
  height: 100px;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}

#courseDetail .content .course-list .info .video-list .img-shade {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 100px;
  text-align: center;
}

#courseDetail .content .course-list .info .video-list .name {
  width: 162px;
  height: 100px;
  line-height: 20px;
  color: #444444;
  padding: 0 10px;
  background: #f9fbfe;
  border: 1px solid #eee;
  border-left: 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
}

#courseDetail .content .course-list .info button {
  padding: 8px 9px;
  cursor: pointer;
}

#courseDetail .content .course-list .info .simulate {
  border: 1px solid #137be6;
  color: #137be6;
  background-color: #fff;
}

#courseDetail .content .course-list .info .simulate:hover,
#courseDetail .content .course-list .info .official:hover {
  box-shadow: 0 0 10px 0 rgba(103, 178, 254, 0.5);
}

#courseDetail .content .course-list .info .official {
  background-color: #137be6;
  color: #fff;
}

#courseDetail .message,
#continue .message {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#continue .message #messageContent {
  width: 380px;
  margin: 300px auto;
  background-color: #fff;
  position: relative;
}

#courseDetail #messageContent .head,
#continue .message #messageContent .head {
  width: 380px;
  height: 87px;
  line-height: 90px;
  background: url('../img/continue/bg_03.png') no-repeat;
  background-size: cover;
  background-position: 0 -8px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#courseDetail #messageContent .from,
#continue .message #messageContent .from {
  background-color: #fff;
  padding: 30px 40px;
  /*font-size: 16px;*/
}

#courseDetail #messageContent .from .colorda3c41,
#continue .message #messageContent .from .colorda3c41 {
  color: #da3c41;
}

#courseDetail #messageContent .from .flex,
#continue .message #messageContent .from .flex {
  align-items: center;
  margin-bottom: 30px;
}

#courseDetail #messageContent .from label,
#continue .message #messageContent .from label {
  width: 100px;
}

#courseDetail #messageContent .from input,
#continue .message #messageContent .from input {
  border: 1px solid #ccc;
  width: 200px;
  height: 32px;
  padding: 0 8px;
  color: #666;
}

#courseDetail #messageContent .from button,
#continue .message #messageContent .from button {
  display: block;
  padding: 10px 20px;
  background-color: #137be6;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

#courseDetail #messageContent .from button:hover,
#continue .message #messageContent .from button:hover {
  background-color: #15497d;
}

#courseDetail #messageContent .from .cp_ipselect,
#continue .message #messageContent .from .cp_ipselect {
  overflow: hidden;
  text-align: center;
}

#courseDetail #messageContent .from .cp_ipselect select,
#continue .message #messageContent .from .cp_ipselect select {
  width: 200px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#courseDetail #messageContent .from .cp_ipselect select::-ms-expand,
#continue .message #messageContent .from .cp_ipselect select::-ms-expand {
  display: none;
}

#courseDetail #messageContent .from .cp_ipselect.cp_sl04,
#continue .message #messageContent .from .cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #ffffff;
}

#courseDetail #messageContent .from .cp_ipselect.cp_sl04::before,
#continue .message #messageContent .from .cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}

#courseDetail #messageContent .from .cp_ipselect.cp_sl04 select,
#continue .message #messageContent .from .cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #666;
}

#courseDetail #messageContent .icon-guanbi,
#continue .message #messageContent .icon-guanbi {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}

#courseDetail #messageContent .icon-guanbi:hover,
#continue .message #messageContent .icon-guanbi:hover {
  color: #fff;
  font-weight: bold;
}

#courseDetail .content .message-list {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px;
}
#courseDetail .content .message-list ul {
  display: flex;
  justify-content: start;
  padding: 0;
  font-weight: normal;
  border-bottom: 1px solid #e1e9fa;
}
#courseDetail .content .message-list ul li {
  font-weight: normal;
  margin-right: 30px;
  padding-bottom: 15px;
  cursor: pointer;
}
#courseDetail .content .message-list ul .check-li {
  border-bottom: 2px solid #0071da;
}
#courseDetail .content .message-list .first-box,
#courseDetail .content .message-list .last-box {
  padding: 20px 0 0;
  line-height: 1.3;
}
#appdownload {
  width: 100%;
  overflow-x: hidden;
}

#appdownload .nav-top {
  width: 100%;
}

#appdownload .nav-top .bg-img {
  width: 100%;
}

.main-section {
  width: 100%;
}

img {
  max-width: 100%;
}

#appdownload .main-section .section-item {
  position: relative;
  overflow: hidden;
}

#appdownload .main-section .section-item .content-box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#appdownload .main-section .section-item .title {
  font-size: 52px;
  color: #137be6;
  line-height: 52px;
  margin-bottom: 16px;
  padding-top: 202px;
  position: relative;
}

#appdownload .main-section .section-item .title::before {
  content: '  ';
  width: 62px;
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background: url('../img/appDownload/app-icon.png') no-repeat center center;
  background-size: 62px 62px;
}

#appdownload .main-section .section-item .right-wrapper {
  margin-left: 50px;
}

#appdownload .main-section .section-item .left-wrapper {
  margin-right: 55px;
}

#appdownload .main-section .section-item .bg-box {
  position: absolute;
  width: 100%;
}

#appdownload .main-section .section-item .sub-title {
  font-size: 24px;
  color: #666;
  font-weight: 400;
  -webkit-background-clip: text;
}
#appdownload .nav-top {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
}

#appdownload .nav-top .bg-img {
  position: absolute;
}

#appdownload .nav-top .qrcode-box {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#appdownload .nav-top .qrcode-box .left-box {
  margin-right: 50px;
}

#appdownload .nav-top .qrcode-box .qrcode-img {
  position: relative;
}

#appdownload .nav-top .qrcode-box .qrcode-img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  border-radius: 10px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 机构 */
#orgPage .nav-breadMenu {
  color: #666;
}
#orgPage .nav-breadMenu .icon-right {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  background: url('../img/org/arrow-right-bold.png') no-repeat center center;
  background-size: 16px 16px;
}
#orgPage .leftContainer {
  width: 344px;
  height: auto;
  background: #fff;
  border-radius: 8px;
  min-height: 816px;
  float: left;
}
#orgPage .layui-form-pane {
  padding: 20px 0px 20px 0px;
}
#orgPage .form-item.inline {
  display: flex;
  align-items: center;
}
#orgPage .form-control {
  height: 32px;
  padding: 5px 5px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#orgPage .form-control.select {
  padding: 0;
  border-width: 0;
}
#orgPage .form-control .form-input-control {
  line-height: 20px;
  vertical-align: top;
  background-color: whitesmoke;
}
.search-btn {
  width: 55px;
  height: 31px;
  border-radius: 4px 4px 4px 4px;
}
#orgPage .form-item .form-control select {
  display: none;
}

#orgPage .layui-form-select {
  position: relative;
}
#orgPage .layui-form-select .layui-input {
  padding-left: 10px;
  padding-right: 30px;
  cursor: pointer;
  height: 32px;
  vertical-align: top;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 100%;
}
#orgPage .layui-form-select dl {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 1px rgba(19, 123, 230, 0.16);
  border-radius: 4px 4px 4px 4px;
}
#orgPage .layui-form-select dl dd {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
#orgPage .layui-form-select dl dd:hover {
  color: #137be6;
}
#orgPage .layui-form-select dl dd.layui-select-tips {
  padding-left: 10px !important;
  color: #999;
}
#orgPage .layui-form-select dl dd.layui-this {
  background-color: #137be6;
  color: #fff;
}
#orgPage .layui-form-select .layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.layui-edge {
  width: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 0;
}
#orgPage .layui-form-selected .layui-edge {
  margin-top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#orgPage .layui-form-selected dl {
  display: block;
}
#orgPage .layui-anim-upbit {
  animation-name: layui-upbit;
}
#orgPage .layui-anim {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
#orgPage .formResult {
  margin: 0 20px;
  height: 600px;
  overflow-y: auto;
}
#orgPage .formResult .table-box {
  width: 100%;
  border-top: 1px solid #ddd;
  max-height: 600px;
}

#orgPage .formResult .table-box tbody td {
  padding: 11px 15px;
  min-height: 20px;
  font-size: 14px;
  position: relative;
  color: #333;
}
#orgPage .formResult .layui-table[lay-even] tr:nth-child(even) {
  background-color: #f5f7fa;
}
#orgPage .pagination-box {
  margin: 20px 20px 0 20px;
  box-sizing: content-box;
}
#orgPage .pagination-box .layui-laypage a,
#orgPage .pagination-box .layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #eee;
  box-sizing: content-box;
}
#orgPage .pagination-box .layui-laypage a {
  border: 1px solid #eee;
}
#orgPage .pagination-box .layui-laypage .layui-laypage-curr {
  position: relative;
}
#orgPage .pagination-box .layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #137be6;
  box-sizing: content-box;
}
#orgPage .pagination-box .layui-laypage .layui-laypage-curr em {
  color: #fff;
  position: relative;
  font-style: normal;
}
#orgPage .pagination-box .layui-box a:first-child {
  margin-left: 0;
  border-radius: 2px 0 0 2px;
}
#orgPage .pagination-box .layui-disabled {
  color: #d2d2d2 !important;
  cursor: not-allowed;
}
#orgPage .rightContainer {
  width: 832px;
  height: 816px;
  margin-left: 364px;
  background: #fff;
}
#orgPage .rightContainer #mapBox {
  height: 100%;
}
#orgPage .org-detail {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
#orgPage .org-detail .leftBox {
  width: 214px;
  padding-right: 32px;
  height: 439px;
  border-right: 1px solid #eee;
  float: left;
  text-align: center;
}
#orgPage .org-detail .leftBox .org-title {
  color: #333;
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 18px;
}
#orgPage .org-detail .leftBox .org-teacher {
  color: #666;
  font-size: 16px;
}
#orgPage .org-detail .leftBox .orgImg {
  width: 182px;
  height: 182px;
  /* object-fit: cover; */
  background-color: #fff;
  box-shadow: 0px 3px 12px 1px rgba(19, 123, 230, 0.1);
  border-radius: 8px 8px 8px 8px;
}
#orgPage .org-detail .leftBox .orgImg img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
  object-fit: cover;
}
#orgPage .org-detail .rightContent {
  margin-left: 246px;
  min-height: 439px;
  width: calc(100% - 246px);
}
#orgPage .org-detail .rightContent .title {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
/* 首页新闻资讯 */
#index .news {
  margin-top: 40px;
}
#index .news .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}
#index .news .title-box a {
  display: inline-block;
}
#index .ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #d9d9d9;
  background: #fff;
}
#index .ant-btn:hover {
  color: #177dff;
  border-color: #005cd1;
}
#index .news .title {
  margin-bottom: 0;
}
#index .news .title a {
  padding-left: 30px;
}
#index .news .title-box .more {
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  border-radius: 2px;
  border-color: #d9d9d9;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
}
#index .news .title-box .more:hover {
  border-color: #177dff;
  background-color: #177dff;
  color: #fff;
}
#index .news .title-box .more:hover::after {
  border-color: #fff;
}
#index .news .title-box .more::after {
  content: '';
  display: inline-block;
  margin-left: 11px;
  margin-bottom: 1px;
  /* vertical-align: bottom; */
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.85);
  transform: rotate(-45deg);
}
#index .news .title-box .title {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  margin-bottom: 0;
}
#index .news .news-list {
  padding-top: 35px;
  display: flex;
  flex-wrap: nowrap;
  width: 1200px;
  justify-content: space-between;
}
#index .news .news-list .news-items-box {
  width: 384px;
  height: 260px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 22px;
}
#index .news .news-list .news-items-box .number {
  position: absolute;
  right: -30px;
  top: -10px;
  width: 90px;
  height: 90px;
  font-size: 80px;
  font-weight: 700;
  color: #177dff;
  line-height: 90px;
  opacity: 0.1;
}
#index .news .news-list .news-items-box .news_content_box {
  width: 384px;
  height: 260px;
  position: relative;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 18px 16px 0;
}
#index .news .news-list .news-items-box .news_content_box h2 {
  font-weight: 700;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 352px;
  font-size: 18px;
  line-height: 26px;
}
#index .news .news-list .news-items-box:hover {
  background: #177dff;
  transition: all 0.2s ease-in-out;
  transform: translateY(-5px);
}
#index .news .news-list .news-items-box:hover h2 {
  color: #fff;
}
#index .news .news-list .news-items-box:hover .number {
  color: #fff;
}
#index
  .news
  .news-list
  .news-items-box:hover
  .news_content_box
  .news-items-box_content {
  color: #fff;
}
#index
  .news
  .news-list
  .news-items-box:hover
  .news_content_box
  .new-items-box_footer
  .news-detail {
  color: #fff;
}
#index
  .news
  .news-list
  .news-items-box:hover
  .news_content_box
  .new-items-box_footer
  .icon-jiantou_xiangyou {
  border-color: #fff;
}
#index
  .news
  .news-list
  .news-items-box:hover
  .news_content_box
  .new-items-box_footer
  .icon-jiantou_xiangyou::after {
  background-color: #fff;
}
#index
  .news
  .news-list
  .news-items-box
  .news_content_box
  .news-items-box_content {
  height: 150px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
#index
  .news
  .news-list
  .news-items-box
  .news_content_box
  .new-items-box_footer
  .news-detail {
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #177dff;
  display: flex;
  align-items: center;
}
#index
  .news
  .news-list
  .news-items-box
  .news_content_box
  .new-items-box_footer
  .icon-jiantou_xiangyou {
  display: inline-block;
  border-left: 2px solid #177dff;
  border-bottom: 2px solid #177dff;
  transform: rotate(-135deg);
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 10px;
}
#index
  .news
  .news-list
  .news-items-box
  .news_content_box
  .new-items-box_footer
  .icon-jiantou_xiangyou::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #177dff;
  /* left: -2px; */
  top: 1px;
  transform: rotate(-45deg);
}
[data-scroll='true']::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-scroll='true']::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
[data-scroll='true']::-webkit-scrollbar-track {
  background-color: #ddd;
  width: 8;
}

@-webkit-keyframes layui-upbit {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
    opacity: 0.3;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes layui-upbit {
  from {
    transform: translate3d(0, 15px, 0);
    opacity: 0.3;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.middle {
  font-size: 14px;
}
.primary {
  background-color: #137be6;
  color: #fff;
  border-color: #137be6;
}
#orgPage .form-control .icon-search {
  background: url('../img/org/search.png') no-repeat center center;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.w204 {
  width: 204px;
}
.w120 {
  width: 110px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr24 {
  margin: 0 24px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.ml20 {
  margin-left: 20px;
}
.mt20 {
  margin-top: 20px;
}

.flexC {
  display: flex;
  justify-content: center;
}

.mt250 {
  margin-top: 250px;
}

.bot0 {
  bottom: 0;
}

.bot35 {
  bottom: 35px;
}

.bot60 {
  bottom: -60px;
}
.all-no-list {
  width: 265px;
  margin: 50px auto;
  padding: 50px 0;
}

.all-no-list p {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2px;
}
#continue .content .content-right .teacher {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 40px 24px;
}
#continue .content .content-right .teacher p.title {
  color: #444;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px
}
#continue .content .content-right .teacher .avatar-img {
  display: flex;

}
#continue .content .content-right .teacher .avatar-img img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
}
#continue .content .content-right .teacher .avatar-img .name {
  margin-left: 18px;
  width: 220px;
}
#continue .content .content-right .teacher .avatar-img .author-name {
  font-size: 17px;
  color: #353535;
  font-weight: 500;
  margin: 0;
}
#continue .content .content-right .teacher .avatar-img .intro {
  margin-top: 7px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#continue .content .content-right .teacher .intro-desc {
  margin-top: 16px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #4c4c4c;
}
#continue .content .content-right .teacher .intro-desc .brief {
  text-align: justify;
}
#continue .content .content-right .teacher .intro-desc .btn-more {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #fa8919;
  background: #fff;
  word-break: keep-all;
  cursor: pointer;
}
#continue .content .content-right .teacher .intro-desc .btn-more .iconfont {
  display: inline-block;
  transform: rotateZ(180deg);
  /* font-size: 18px;
  line-height: 18px; */
}
#continue .content .content-right .cose-teacher {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 40px 24px;
}
#continue .content .content-right .cose-teacher .title {
  color: #444;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper {
  /* background-color: #f5f8fa; */
  border-radius: 12px;
  /* padding: 0 12px; */
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .cose-teacher-item {
  /* height: 92px; */
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
  padding: 0px 0px 14px;
  border-radius: 6px;
  -webkit-align-items: center;
  align-items: center;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .cose-teacher-item .teacher-avatar {
  cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 10px;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-desc {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  margin-right: 10px;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-name-wrapper {
  display: flex;
  word-break: break-word;

}

#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-name {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  gap: 6px;
  -webkit-align-items: center;
  align-items: center;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #3e414d;
  text-align: left;
  overflow: hidden;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-name.ellipsis {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-summary {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666c80;
  text-align: left;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-intro {
  position: relative;
  /* min-height: 107px; */
  padding: 11px 0px 0px;
  margin: unset;
  width: 100%;
  font-family: PingFang SC,sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #586470;
  text-indent: unset;
  box-sizing: border-box;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-intro::before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #e4ebf0;
}
#continue .content .content-right .cose-teacher .cose-teacher-wrapper .teacher-intro-ellipsis {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

/* 新岗位课程详情 */
#directionDetail {
  background-color: #fff;
}
#directionDetail .banner {
  height: 400px;
}
#directionDetail .banner .box {
  height: 400px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  position: relative;
}
#directionDetail .banner .box h1 {
  font-size: 60px;
}
#directionDetail .nav .sub {
  padding: 32px 0;
}
#directionDetail .nav .sub a{
  color: #fff;
  font-size: 14px;
}
#directionDetail .nav .sub .slash {
  /*display: inline-block;*/
  /*margin: 0 20px;*/
  /*width: 7px;*/
  /*height: 7px;*/
  /*border-bottom: 1px solid #fff;*/
  /*border-right: 1px solid #fff;*/
  /*transform: rotate(-45deg);*/
}
#directionDetail h1 {
  font-size: 40px;
  color: #fff;
  margin-top: 37px;
  text-align: center;
}
#directionDetail h2 {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  font-weight: normal;
  text-align: center;
}
#directionDetail .direction-course_info{
  height: 110px;
  width: 1200px;
  position: absolute;
  bottom: -55px;
  left:calc((100% - 1200px) / 2);
  z-index: 1;
  /* margin: 114px auto 0px; */
  background-color: #fff;
  border-radius: 12px;
  padding: 22px 26px;
  display: flex;
  box-shadow: 0px 16px 32px 1px rgba(28,31,33,0.06);
  justify-content: space-between;
}
#directionDetail .direction-course_info .class_hour span{
  display: inline-block;
  color: #137BE6;
}
#directionDetail .direction-course_info .class_hour .label {
  padding: 0 16px;
  position: relative;
  text-align: center;
}
#directionDetail .direction-course_info .class_hour .label + .label {
  margin-left: 10px;
}
#directionDetail .direction-course_info .class_hour .label+ .label::before {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 45%;
  margin-top: -13px;
  left: -10px;
  font-size: 25px;
  color: #137BE6;
}
#directionDetail .direction-course_info .class_hour .label .course-time{
  font-size: 36px;
  font-weight: 600;
  line-height: 39px;
  display: block;
}
#directionDetail .direction-course_info .class_hour .label .course-time span {
  font-size:12px;
  font-weight: normal;
  /*vertical-align: middle;*/
  margin-left: 5px;
}
#directionDetail .direction-course_info .class_hour .label .course_label {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: center;
  margin-top: 9px;
}
#directionDetail .direction-course_info .right-now {
  margin-top: 10px;
  padding: 0px 42px;
  background-color: #137BE6;
  border-radius: 24px;
  color: #fff;
  line-height: 48px;
  display: block;
  font-size: 16px;
  height: 48px;
  cursor: pointer;
}
#directionDetail .direction-course_info .right-now:hover {
  box-shadow: 0 0 10px 0 rgba(103, 178, 254, 0.5);
}
#directionDetail .tabs-nav-wrap {
  margin-top: 72px;

}
#directionDetail .tabs-nav-wrap .tabs-list {
  display: flex;
  justify-content: center;
}
#directionDetail .tabs-nav-wrap .tabs-list .tab-item {
  padding: 17px 0;
  font-size: 16px;
  position: relative;
  transition:  all 0.1s ease-in;
}
#directionDetail .tabs-nav-wrap .tabs-list .tab-item::after {
  content: '';
  display: block;
  height: 3px;
  width: 16px;
  background-color: #137BE6;
  position: absolute;
  opacity: 0;
  left: 0;
  margin-left: -8px;
  bottom: -3px;
  transition:  all 0.3s ease-in;
}
#directionDetail .tabs-nav-wrap .tabs-list .tab-item.active .tab-label {
  color: #137BE6;
}
#directionDetail .tabs-nav-wrap .tabs-list .tab-item.active::after{
  content: '';
  display: block;
  height: 3px;
  width: 16px;
  background-color: #137BE6;
  bottom:-3px ;
  left: 50%;
  opacity: 1;
  margin-left: -8px;
  position: absolute;
}
#directionDetail .tabs-nav-wrap .tabs-list .tab-item .tab-label {
  font-size: 16px;
  color : #333;
  /* line-height: 20px; */
}
#directionDetail .tabs-nav-wrap .tabs-list .tab-item + .tab-item {
  margin: 0 0 0 64px;
}
#directionDetail h3.title {
  color: #333;
  font-size: 32px;
  text-align: center;
  margin-top: 36px;

}
#directionDetail h3.title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 8px;
  margin: 16px auto 0;
  background-color: #137BE6;
}
#directionDetail .course_introdu-content {
  margin-top: 62px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  perspective: 800px;
  margin-left:100px;
  transform-style: preserve-3d;
  margin-bottom: 79px;

}
#directionDetail .course_introduction .left-introdu {
  position: relative;
  display: inline-block;
  width: 588px;
  height: 190px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  background: url('../images/course_intro-bg.png') no-repeat center center;
  background-size: 100% 100%;
  margin-right: 48px;
  box-sizing: border-box;
  padding: 66px 24px 0;
  line-height: 24px;
  vertical-align: middle;
}
#directionDetail .course_introduction .left-introdu .ellipsis4 {
  height: 96px;
  line-height: 24px;
}
#directionDetail .course_introduction .left-introdu pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: inherit;
  /* text-wrap:; */
}
#directionDetail .course_introduction .right-course-video {
  width: 350px;
  height: 205px;
  display: inline-block;
  padding: 9px;
  box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.2);
  border-radius: 10px;
  transform: rotateY(-15deg);
  background:linear-gradient( 315deg, rgba(19,123,230,0.3) 0%, rgba(144,211,250,0.32) 100%); ;
}
#directionDetail .course_introduction .right-course-video .course-video{
  width:100%;
  height:100%;
}
#directionDetail .course_introduction .right-course-video img {
  border-radius: 8px;
  width:100%;
  height:100%;
  /* object-fit: fill; */
}
#directionDetail .lecturer_team .lecturer-swiper .lecturer-info{
  width: 840px;
  height: 293px;
  background-color: #F2F4F7;
  border-radius: 16px;

  position: relative;
  z-index: 2;
}
#directionDetail .lecturer_team .lecturer-swiper .swiper-slide {
  width: 840px;
  height: 293px;
  border-radius: 16px;
  box-shadow: 0px 6px 35px rgba(28,31,33,0.2);
  transform-style: preserve-3d;
}
#directionDetail .lecturer_team .lecturer-swiper .swiper {
  padding-bottom: 64px;
  padding-top: 20px;
  perspective: 1000px;
}
#directionDetail .lecturer_team .lecturer-swiper .swiper-wrapper {
  transform-style: preserve-3d;

}
#directionDetail .lecturer_team .lecturer-swiper {
  position: relative;
}
#directionDetail .lecturer_team .lecturer-swiper .swiper-button-next{
  right:60px;
  width: 50px;
  height: 50px;
  background: url('../images/direction-next.png') no-repeat center center;
  background-size: 68px;
}
#directionDetail .lecturer_team .lecturer-swiper .swiper-button-prev{
  left: 60px;
  width: 50px;
  height: 50px;
  background: url('../images/direction-prev.png') no-repeat center center;
  background-size: 68px;
}
#directionDetail .lecturer_team .lecturer-swiper .lecturer-info {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #fff;
}
#directionDetail .lecturer_team .lecturer-swiper .lecturer-info img {
  width: 239px;
  height: 239px;
  border-radius: 8px;
}
#directionDetail .lecturer_team .lecturer-swiper .lecturer-info .lecturer-user {
  width: calc(100% - 202px);
  margin-left: 20px;

}
#directionDetail .lecturer_team .lecturer-swiper .lecturer-info .lecturer-name {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
#directionDetail .lecturer_team .lecturer-swiper .lecturer-info .lecturer-intro {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
#directionDetail .lecturer_team .lecturer-swiper .lecturer-info .lecturer-dec {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding: 18px 0;
}
#directionDetail .crowd ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 122px;
}
#directionDetail .crowd ul li {
  flex: 1;
}
#directionDetail .crowd ul li span,#directionDetail .crowd ul li img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#directionDetail .crowd ul li .img-icon {
  width: 98px;
  height: 98px;
  margin: 48px auto 24px;
  border-radius: 50%;
  background-image: linear-gradient(322deg , #1781EE 0% , #5AA1FF 59% , #7CABFF 100%);
}
#directionDetail .crowd ul li span.icon-1 {
  background: url('../images/crowd-1.png') no-repeat center center;
  background-size: 98px 98px;
}
#directionDetail .crowd ul li span.icon-2 {
  background: url('../images/crowd-2.png') no-repeat center center;
  background-size: 98px 98px;
}
#directionDetail .crowd ul li span.icon-3 {
  background: url('../images/crowd-3.png') no-repeat center center;
  background-size: 98px 98px;
}
#directionDetail .course-module {
  margin-bottom: 76px;
}
#directionDetail .course-gain {
  margin-bottom: 76px;
}
#directionDetail .course-module .course-module-box {
  margin-top: 48px;
}
#directionDetail .course-module .course-module-box .module-item {
  position: relative;
}
#directionDetail .course-module .course-module-box .module-item .module-course {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
#directionDetail .course-module .course-module-box .module-item .module-course .course-info {
  width: 802px;
  height: auto;
  margin-bottom: 24px;
  box-shadow: 0px 4px 16px 1px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 20px;
}
#directionDetail .course-module .course-module-box .module-item .course-info-wrap img{
  width: 222px;
  height: 126px;
}
#directionDetail .course-module .course-module-box .module-item .course-info-wrap {
  display:flex;
}
#directionDetail .course-module .course-module-box .module-item .direction-cert-intro {
  width: calc(100% - 242px);
  margin-left: 20px;
}
#directionDetail .course-module .course-module-box .module-item .direction-cert-name {
  font-size: 16px;
  margin-bottom: 11px;
}
#directionDetail .course-module .course-module-box .module-item .direction-cert-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
#directionDetail .course-module .course-module-box .module-item .course-count {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#directionDetail .course-module .course-module-box .module-item .course-time ,#directionDetail .course-module .course-module-box .module-item .chapter-time {
  display: inline-block;
  color: #444;
  font-size: 14px;
  line-height: 17px;
  padding-left: 25px;
  background: url('../images/direction-time.png')no-repeat 0px center;
  background-size: 18px;
}
#directionDetail .course-module .course-module-box .module-item .course-time span, #directionDetail .course-module .course-module-box .module-item .chater-time span {
  color: #137BE6;
}
#directionDetail .course-module .course-module-box .module-item .btn-course {
  width: 103px;
  height: 34px;
  background-color: #137BE6;
  color: #fff;
  border-radius: 6px;
  /* margin-left: 300px; */
}
#directionDetail .course-module .course-module-box .module-item .btn-course:hover {
  box-shadow: 0 0 10px 0 rgba(103, 178, 254, 0.5);
}
#directionDetail .course-module .course-module-box .module-item .course-info-wrap.open .icon-arrow_down{
  display: inline-block;
  transform: rotateZ(0deg);
}
#directionDetail .course-module .course-module-box .module-item .btn-course .icon-arrow_down {
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotateZ(-180deg);
  background: url('../images/arrow-down.png') no-repeat center center;
  background-size: 12px 12px;
  transition: all .3s ease-in-out;
}
#directionDetail .course-module .course-module-box .module-item .course-box {
  background-color: #F2F4F7 ;
  border-radius: 8px;
  display: flex;
  padding: 20px 32px;
  margin-top: 18px;
  position: relative;
  display: none;
}
#directionDetail .course-module .course-module-box .module-item .course-box .course-item {
  width: 179px;
  border-radius: 4px;

}
#directionDetail .course-module .course-module-box .module-item .course-box::before {
  content: '';
  position: absolute;
  top: -19px;
  right: 35px;
  border-bottom: 10px solid #F2F4F7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
}
#directionDetail .course-module .course-module-box .module-item .course-box .course-item + .course-item {
  margin-left: 80px;
}
#directionDetail .course-module .course-module-box .module-item .course-box .course-item a {
  display: block;
}
#directionDetail .course-module .course-module-box .module-item .course-box .course-item img{
  width: 179px;
  height: 100px;
  border-radius: 4px 4px 0 0;

}
#directionDetail .course-module .course-module-box .module-item .course-box .course-item .course-name {
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #eee;
  border-top-width: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  border-radius: 0 0 4px 4px;
}
#directionDetail .course-module .course-module-box .module-item .exam-info {
  border-top: 1px solid #eee;
  margin-top: 18px;
}
#directionDetail .course-module .course-module-box .module-item .exam-box {
  background-color: #F2F4F7;
  border-radius: 8px;
  height: 124px;
  margin-top: 18px;
  padding: 20px 16px;
}
#directionDetail .course-module .course-module-box .module-item .exam-box .title {
  font-size: 14px;
  color: #333;
}
#directionDetail .course-module .course-module-box .module-item .exam-box .question {
  color: #777;
  font-size: 12px;
  margin-left: 15px;
}
#directionDetail .course-module .course-module-box .module-item .exam-box .exam-exam {

  position: relative;
  padding-left: 32px;
}
#directionDetail .course-module .course-module-box .module-item .exam-box .exam-exam  + .exam-exam {
  padding-top: 24px;
}
/* #directionDetail .course-module .course-module-box .module-item .exam-box .mock-exam {

} */
#directionDetail .course-module .course-module-box .module-item .exam-box .exam-exam::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  border: 2px solid #137BE6;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
#directionDetail .course-module .course-module-box .module-item .exam-box .exam-exam + .exam-exam::after {
  content: '';
  position: absolute;
  height: 30px;
  width: 2px;
  background-color: #137BE6;
  top: -3px;
  left: 7px;

}
#directionDetail .course-module .course-module-box .module-item .exam-box .exam-exam, #directionDetail .course-module .course-module-box .module-item .exam-box .mock-exam {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#directionDetail .course-module .course-module-box .module-item .exam-box .maskbtn {
  border: 1px solid #137BE6;
  border-radius: 6px;
  color: #137BE6;
  font-size: 14px;
  padding: 7px 15px;
  background-color: #fff;
}
#directionDetail .course-module .course-module-box .module-item .exam-box .examine {
  height: 30px;
  padding: 7px 16px;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  background-color: #137BE6;
}
#directionDetail .course-module .course-module-box .module-item .course-line {
  position: relative;
  margin-right: 19px;
}
#directionDetail .course-module .course-module-box .module-item .course-line .level {
  display: inline-block;
  line-height: 38px;
  vertical-align: top;
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-1 .level {
  color: #2487F1;
  font-size: 18px;
}

#directionDetail .course-module .course-module-box .module-item .course-line.level-1 .crown {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: -10px;
  background: url('../images/level-1.png') no-repeat center  -13px;
  background-size: 72px;
  /* transform: scale(0.5); */
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-1::after {
  content: '';
  position: absolute;
  background: linear-gradient( 180deg, #2286F1 0%, #A179FE 100%);
  width: 2px ;
  right: 23px;
  top: 48px;
  bottom: 10px;
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-2 .level {
  color: #2642F0;
  font-size: 18px;
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-2 .crown {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: -10px;
  background: url('../images/level-2.png') no-repeat center  -13px;
  background-size: 72px;
  /* transform: scale(0.5); */
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-2::after {
  content: '';
  position: absolute;
  background: linear-gradient( 180deg, #2341F0 0%, #F678FE 100%);
  width: 2px ;
  right: 23px;
  top: 48px;
  bottom: 10px;
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-3 .level {
  color: #8322F0;
  font-size: 18px;
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-3 .crown {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: -10px;
  background: url('../images/level-3.png') no-repeat center  -13px;
  background-size: 72px;
  /* transform: scale(0.5); */
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-3::after {
  content: '';
  position: absolute;
  background: linear-gradient( 180deg, #8020EF 0%, #489CF3 100%);
  width: 2px ;
  right: 23px;
  top: 48px;
  bottom: 10px;
}

#directionDetail .course-module .course-module-box .module-item .course-line.level-0 .level {
  color: #8322F0;
  font-size: 18px;
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-0 .crown {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: -10px;
  background: url('../images/level-0.png') no-repeat center  -13px;
  background-size: 72px;
  /* transform: scale(0.5); */
}
#directionDetail .course-module .course-module-box .module-item .course-line.level-0::after {
  content: '';
  position: absolute;
  background: linear-gradient( 180deg, #8020EF 0%, #489CF3 100%);
  width: 2px ;
  right: 23px;
  top: 48px;
  bottom: 10px;
}
#directionDetail .course-module .course-module-box .module-item:last-child .course-line::after {
  bottom: 50px;
}
#directionDetail .course-module .course-module-box .module-item:last-child .course-line::before {
  content: '';
  position: absolute;
  border: 2px solid #137BE6;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  right: 16px;
  bottom: 26px;
}
#directionDetail .course-gain .gains-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
#directionDetail .course-gain .gains-box .gains-item {
  width: 588px;
  height: 236px;
  padding-top: 34px;
  background-color: #F8FAFC;
  margin-bottom: 24px;
}
#directionDetail .course-gain .gains-box .gains-item:nth-child(2n) {
  margin-left: 24px;
}
#directionDetail .course-gain .gains-box .border-1 {
  border-radius: 0 30px 0 30px;
}
#directionDetail .course-gain .gains-box .border-2 {
  border-radius: 30px 0 30px 0;
}
#directionDetail .course-gain .gains-box .gains-item.left {
  text-align: left;
}
#directionDetail .course-gain .gains-box .gains-item.right {
  text-align: right;
}
#directionDetail .course-gain .gains-box .gains-item.left .title {
  background: linear-gradient( 90deg, #137BE6 0%, #90D3FA 100%);
  border-radius: 0 19px 19px 0;
}
#directionDetail .course-gain .gains-box .gains-item.right .title {
  background: linear-gradient( 270deg, #137BE6 0%, #90D3FA 100%);;
  border-radius: 19px 0px 0px 19px;
}
#directionDetail .course-gain .gains-box .gains-item .title {
  /* background: linear-gradient( 90deg, #137BE6 0%, #90D3FA 100%);
  border-radius: 0 19px 19px 0; */
  height: 38px;
  display: inline-block;
  width: 178px;
  color: #fff;
  line-height: 38px;
  padding: 0 16px;
  margin-bottom: 28px;
}
#directionDetail .course-gain .gains-box .gains-item.left ul {
  padding-left: 20px;
}
#directionDetail .course-gain .gains-box .gains-item.right ul {
  padding-right: 20px;
}
#directionDetail .course-gain .gains-box .gains-item ul li {
  margin-bottom: 14px;
}
#directionDetail .course-gain .gains-box .gains-item:hover {
  box-shadow: 0px 4px 16px 1px rgba(0,0,0,0.1);
}
#directionDetail .course-gain .gains-box .gains-item ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: rgba(19,123,230,0.2);
}
#directionDetail .course-gain .gains-box .gains-item ul li::marker {
  color:rgba(19,123,230,0.2);
}
#directionDetail .course-gain .gains-box .gains-item.right ul li {
  list-style: none;
}
#directionDetail .course-gain .gains-box .gains-item.right ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: rgba(19,123,230,0.2);
}
#directionDetail .course-gain .gains-box .switch-gains {
  width: 170px;
  height: 170px;
  position: absolute;
  left:50%;
  top: 50%;
  margin-top: -85px;
  margin-left: -85px;
}
#directionDetail .course-gain .gains-box .switch-gains .circle{
    width: 170px;
    height: 170px;
    position: relative;
    z-index:2;
    border-radius: 50%;
    color:#fff;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/light-icon.png');
    background-repeat: no-repeat;
    background-size: 170px 170px;
}
#directionDetail .course-gain .gains-box .switch-gains::after{
  width: 220px;
  height: 220px;
  content: ' ';
  position: absolute;
  background: linear-gradient( 312deg, #BAD8F8 0%, #DBF0FD 100%);;
  left: -25px;
  top: -25px;
  /* border: 15px solid rgba(14, 44, 158, 0.5); */
  border-radius: 50%;
  animation: on 2.1s ease-in-out infinite;
}
@keyframes on {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
#directionDetail .learn-comment .container {
  perspective: 600px;
  position: relative;
  height: 800px;
  margin: 0px auto 50px;
}
#directionDetail .learn-comment  .container .comment-list {
  /* position: absolute; */
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(0) rotateY(0);
}
#directionDetail .learn-comment .container .comment-list .comment.style1 {
  box-shadow: 2px 2px 14px 1px rgba(91,171,253,0.5);
  border-radius: 14px;
  font-size: 18px;
  height: 62px;
  color: #fff;
  background-color:  #5BABFD;
  padding: 0 22px;
  opacity: 1;
}
#directionDetail .learn-comment .container .comment-list .comment.style2 {
  box-shadow: 2px 2px 9px 1px rgba(202,228,255,0.56);
  border-radius: 14px;
  font-size: 18px;
  height: 62px;
  color: #333;
  background-color:  #CAE4FF;
  padding: 0 22px;
  opacity: 1;
}
#directionDetail .learn-comment .container .comment-list .comment.style4 {
  box-shadow: 2px 2px 9px 1px rgba(202,228,255,0.56);
  border-radius: 14px;
  font-size: 18px;
  height: 62px;
  color: #333;
  background-color:  #CAE4FF;
  padding: 0 22px;
  filter: blur(5px);
  opacity: 0.5;
}
#directionDetail .learn-comment .container .comment-list .comment.style5 {
  box-shadow: 2px 2px 9px 1px rgba(202,228,255,0.56);
  border-radius: 14px;
  font-size: 18px;
  height: 62px;
  color: #fff;
  background-color:  #CAE4FF;
  padding: 0 22px;
  filter: blur(2px);
  opacity: 0.6;
}
#directionDetail .learn-comment .container .comment-list .comment.style3 {
  box-shadow: 4px 4px 24px 1px rgba(30,137,245,0.4);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #1B80F3;
  background-color: #fff;
  font-size: 18px;
  height: 62px;
  padding: 0 19px;
  color: #333;
  opacity: 1;
}
#directionDetail .learn-comment .container .comment-list .comment  {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transform-origin: center center;
  opacity: 0;
}
#directionDetail .learn-comment .container .comment-list .comment:hover {
  scale: 1.1;
}
#directionDetail .learn-comment .container .comment-list .comment.transform1 {
  transform: translate3d(618px, 83px, 0px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform2 {
  transform: translate3d(62px, 143px, 0px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform3 {
  transform: translate3d(289px, 261px, 0px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform4 {
  transform: translate3d(0px, 419px, 0px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform5 {
  transform: translate3d(822px, 428px, 0px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform6 {
  transform: translate3d(127px, 535px, 0px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform7 {
  transform: translate3d(141px, -40px, -200px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform8 {
  transform: translate3d(1140px, 204px, -200px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform9 {
  transform: translate3d(160px, 405px, -200px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform10 {
  transform: translate3d(854px, 556px, -200px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform11 {
  transform: translate3d(420px, 84px, -300px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform12 {
  transform: translate3d(-203px, 247px, -300px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform13 {
  transform: translate3d(888px, 350px, -300px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform14 {
  transform: translate3d(-98px, 490px, -300px);
  filter: blur(2px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform14:hover {
  scale: 1;
}
#directionDetail .learn-comment .container .comment-list .comment.transform15 {
  transform: translate3d(534px, 442px, -300px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform16 {
  transform: translate3d(480px, 726px, -300px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform17 {
  transform: translate3d(988px, 253px, -400px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform18 {
  transform: translate3d(-75px, 356px, -400px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform19 {
  transform: translate3d(664px, 590px, -400px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform20 {
  transform: translate3d(50px, 180px, -200px);
}
#directionDetail .learn-comment .container .comment-list .comment.transform17:hover {
  scale: 1
}
#directionDetail .learn-comment .container .comment-list .comment.transform18:hover {
  scale: 1
}
#directionDetail .learn-comment .container .comment-list .comment.transform19:hover {
  scale: 1
}
#directionDetail .learn-comment .container .comment-list .comment.transform20:hover {
  scale: 1
}
#directionDetail .learn-comment .container .comment-list .comment .avatar {
  display: none;
}
#directionDetail .learn-comment .container .comment-list .comment.style3 .avatar {
  width: 42px;
  display: block;
  height: 49px;
  text-align: center;
}
#directionDetail .learn-comment .container .comment-list .comment.style3 .avatar.high {
  width: 42px;
  display: block;
  height: 49px;
  background: url('../images/header-bg.png') no-repeat center center;
  background-size: 42px 49px;
  text-align: center;
}
#directionDetail .learn-comment .container .comment-list .comment.style3 .avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-top: 6px;
}
#directionDetail .learn-comment .container .comment-list .comment.style3 .avatar.high img {

  margin-top: 10px;
}
#directionDetail .learn-comment .container .comment-list .comment .comment-txt {
  margin-left: 10px;
}
@keyframes bounce {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1.2
  }
}

/* 方向数据 */
#direction_info-page{
  width: 100%;
  background-color: #fff;
  padding-top: 0;
  min-height: 600px;
}
#direction_info-page .collapse-box.parent>.collapse-item {
  padding-top: 40px;
}
#direction_info-page .collapse-box.parent>.collapse-item>.collapse-header {
  height: 52px;
  background-color: #F5F7FA;
  border-radius: 8px;
  line-height: 52px;
  /* margin-top: 40px; */
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#direction_info-page .collapse-box.parent>.collapse-item>.collapse-header .direction_info-title {
  color: #22242E;
  font-size: 16px;
}
#direction_info-page .collapse-box.parent>.collapse-item>.collapse-header .expand-icon {
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url('../images/arrow-up.png')no-repeat center center;
  background-size: 12px 8px;
  transition: all 0.3s ease-in-out;
}
#direction_info-page .collapse-box.parent>.collapse-item.expand>.collapse-header .expand-icon {
  transform: rotateZ(180deg);
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content {
  margin-top: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding-top: 28px;
  padding-bottom: 20px;
  display: none;
}
#direction_info-page .collapse-box.parent>.collapse-item.expand > .collapse-content {
  display: block;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item + .info-item {
  margin-top: 36px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item>.title {
  font-size: 18px;
  font-weight: 600;
  color:#22242E;
  padding: 0px 25px 20px;
  line-height: 1;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content {
  padding: 0 25px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content .file-box {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content .file-box .name{
  font-size: 16px;
  color: #22242E;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content .file-box .download-file{
  font-size: 16px;
  color: #137BE6;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content .file-box + .file-box{
  margin-top: 18px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content-text {
  font-size: 16px;
  color: #22242E;
  line-height: 24px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content img {
  width: 350px;
  height: auto;
  box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.07);
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content img + img{
  margin-left: 20px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content .direction-cover {
  background: linear-gradient( 315deg, rgba(254,188,190,0.3) 0%, rgba(142,83,245,0.3) 100%);
  border-radius: 10px;
  box-shadow: 0px 5px 24px 1px rgba(0,0,0,0.2);
  padding: 9px;
  width: 350px;
  height: auto;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-content .direction-cover img {
  width: 100%;
  height: auto;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content> ul {
  padding-left: 16px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content>p {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content> ul li {
  list-style: disc;
  line-height: 1;
  padding: 10px 0;
  font-size: 16px;
}
#direction_info-page .collapse-box.parent>.collapse-item > .collapse-content .direction_info-content .info-item .info-content> ul li::marker {
  color: #A1A5B2;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child .collapse-item>.collapse-header {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0 25px 24px;

}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item + .collapse-item{
  margin-top: 36px;
}
/* #direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item {
  margin-bottom: 0px;
} */
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-header .expand-title {
  font-size: 16px;
  color: #137BE6;
  cursor: pointer;
  /* font-weight: 600; */
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-header .expand-title .expand-icon{
  display: inline-block;
  background: url('../images/arrow-up-light.png') no-repeat center center;
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  margin-bottom:3px;
  margin-left: 3px;
  transition: all 0.3s ease-in-out;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item.expand>.collapse-header .expand-title .expand-icon{
  transform: rotateZ(180deg);
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-header>.title
{
  font-size: 18px;
  font-weight: 600;
  color:#22242E;
  line-height: 1;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content {
  padding: 0 25px;
  display: none;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item.expand>.collapse-content {
  display: block;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .nav-list .btn {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 20px;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter {
  margin-top: 20px;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .nav-list .btn-primary {
  color: #137BE6;
  background-color: rgba(19,123,230, 0.2);
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .nav-list .btn-default {
  color: #666;
  background-color: #F6F7F8;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content>.collapse-content-box .collapse-box.sub-child .collapse-header {
  padding: 0 17px;
  line-height: 44px;
  background-color: #F5F7FA;
  margin-bottom: 4px;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content>.collapse-content-box .collapse-box.sub-child .collapse-header .expand-title {
  font-size: 12px;
  color: #93999F;
  cursor: pointer;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content>.collapse-content-box .collapse-box.sub-child .collapse-header .expand-title .expand-icon.default {
  display: inline-block;
  background: url('../images/arrow-up-default.png') no-repeat center center;
  background-size: 10px 8px;
  width: 10px;
  height: 8px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content>.collapse-content-box .collapse-box.sub-child>.collapse-item.expand>.collapse-header .expand-title .expand-icon.default {
  transform: rotateZ(180deg);
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content>.collapse-content-box .collapse-box.sub-child .collapse-header .title {
  font-size: 16px;
  font-weight: 400;

}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content>.collapse-content-box .collapse-box.sub-child>.collapse-item {
  /* margin-bottom: 4px; */
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .collapse-content {
  padding: 5px 0;
  display: none;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .collapse-item.expand .collapse-content {
  display: block;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .collapse-item.expand .collapse-content .module-course-name {
  background-color: rgba(19, 123, 230, 0.2);
  height: 28px;
  font-size: 14px;
  border-radius: 8px;
  margin: 0 10px;
  padding: 0 8px;
  line-height: 28px;
  color: #000;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .course-chapter-list .course-chapter-item {
  padding:  8px 17px 8px 39px;
  background-image: url('../images/play-icon.png');
  background-repeat:no-repeat;
  background-position: 17px center;
  background-size: 14px 14px;
  height: 40px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .course-chapter-list .course-chapter-item:hover {
  background-image: url('../images/play-course-active.png');
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .course-chapter-list .course-chapter-item:hover .chapter-name{
  color:#137bE6;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .course-chapter-list .course-chapter-item .chapter-name{
  color:#22242E;
  font-size: 14px;
  line-height: 24px;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item>.collapse-content .course-chapter .course-chapter-list .course-chapter-item .shikan{
  font-size: 12px;
  color: #137BE6;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  padding: 6px 16px;
  margin-right: 20px;
  background-color: rgba(19,123,230, 0.1);
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box{
  margin-top: 20px;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box iframe::-webkit-scrollbar {
  width: 6px;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box iframe::-webkit-scrollbar-track{
  background-color: #f8f8f8;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box iframe::-webkit-scrollbar-thumb{
  background-color: #888;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-header{
  line-height: 24px;
  padding: 12px 17px;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-header span {
  display: inline-block;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-header .question-title{
  font-size: 16px;
  width: calc(100% - 84px);
  line-height: 24px;
  display: block;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-header .question-title.ellipsis {
  /* height: 48px; */
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-header .expand-title {
  font-size: 14px;
  color:#137BE6;
  width: 84px;
  cursor: pointer;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-header .expand-title .expand-icon{
  width: 10px;
  height: 8px;
  background: url('../images/arrow-up-light.png') no-repeat center center;
  background-size: 10px 8px;
  margin-bottom: 2px;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-item {
  border: 1px solid #F5F7FA;
  margin-bottom: 6px;
  /* padding-bottom: 12px; */
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-item>.collapse-content {
  display: none;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-item.expand>.collapse-content {
  display: block;
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-item.expand .collapse-header .expand-icon {
  transform: rotateZ(180deg);
}
/* #direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-item.expand>.collapse-header .question-title {

} */
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-item>.collapse-content .question-options {
  margin: 0 17px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f5f7fa;
  /* padding: 0 17px; */
}
#direction_info-page .collapse-box.parent>.collapse-item .collapse-box.child>.collapse-item .question-box .collapse-item>.collapse-content .option-item {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1;
  color: #22242E;
}
#direction_info-page .question-box .answer {
  margin: 16px 17px 0;
  font-size: 16px;
  line-height: 1;
  color: #22242E;
}
#direction_info-page .question-box .jieshi {
  margin: 16px 17px 0;
  font-size: 16px;
  padding-bottom: 12px;
  color: #22242E;
}
#direction_info-page .question-box .jieshi .label{
  float: left;
}
#direction_info-page .question-box .jieshi .content{
  display: block;
  padding-left: 80px;
  line-height: 24px;
}

