/**
 * Created by Mr.xie on 2018/11/1 11:10.
 */
/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*前缀兼容样式 end*/
#index {
  /*登录&忘记密码弹窗*/
}
#index > .header .layui-carousel .cover-img img {
  width: auto !important;
  height: auto !important;
  min-height: 100%;
  min-width: 100%;
}
#index .container .section {
  margin-top: 24px;
}
#index .container .section .section-header {
  line-height: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 14px;
}
#index .container .section .section-header .float-left {
  width: 242px;
  font-size: 24px;
  color: #6360e2;
  padding-left: 20px;
  position: relative;
}
#index .container .section .section-header .float-left img {
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
}
#index .container .section .section-header .float-right {
  width: 940px;
}
#index .container .section .section-header .float-right span {
  font-size: 18px;
  color: #5d61e7;
  float: left;
}
#index .container .section .section-header .float-right a {
  color: #b1b1b1;
  float: right;
}
#index .container .section .section-header .float-right a:hover {
  color: #333;
}
#index .container .section-1 .section-content .float-left {
  width: 242px;
  height: 428px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#index .container .section-1 .section-content .float-left:hover {
  -webkit-box-shadow: 0px -1px 20px 0px #b8b8b8;
  -moz-box-shadow: 0px -1px 20px 0px #b8b8b8;
  box-shadow: 0px -1px 20px 0px #b8b8b8;
}
#index .container .section-1 .section-content .float-right {
  width: 940px;
}
#index .container .section-1 .section-content .float-right .list {
  margin: 0 -8px;
}
#index .container .section-1 .section-content .float-right .list .list-item {
  width: 223px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  margin: 0 8px 16px;
  overflow: hidden;
  float: left;
  top: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#index .container .section-1 .section-content .float-right .list .list-item a {
  display: block;
}
#index .container .section-1 .section-content .float-right .list .list-item a .cover-img {
  height: 126px;
  background-color: #f9f9f9;
}
#index .container .section-1 .section-content .float-right .list .list-item a .cover-img img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#index .container .section-1 .section-content .float-right .list .list-item a .list-item-content {
  padding: 9px 10px;
  line-height: 20px;
}
#index .container .section-1 .section-content .float-right .list .list-item a .list-item-content .context {
  height: 40px;
  font-size: 14px;
  color: #303030;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
#index .container .section-1 .section-content .float-right .list .list-item a .list-item-content .bottom-data {
  font-size: 12px;
  color: #b9b9b9;
}
#index .container .section-1 .section-content .float-right .list .list-item a .list-item-content .bottom-data .name {
  float: left;
}
#index .container .section-1 .section-content .float-right .list .list-item a .list-item-content .bottom-data .reading {
  float: right;
}
#index .container .section-1 .section-content .float-right .list .list-item a .list-item-content .bottom-data .reading > * {
  vertical-align: middle;
}
#index .container .section-1 .section-content .float-right .list .list-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px -1px 20px 0px #b8b8b8;
  -moz-box-shadow: 0px -1px 20px 0px #b8b8b8;
  box-shadow: 0px -1px 20px 0px #b8b8b8;
}
#index .container .section-1 .section-content .float-right .list .list-item:hover .cover-img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#index .container .section-2 #teachers .list {
  height: 100%;
  background-color: #fff;
  padding-top: 77px;
  margin: 0 -7px;
  overflow: hidden;
}
#index .container .section-2 #teachers .list .list-item {
  width: 290px;
  height: 100%;
  line-height: 24px;
  margin-right: 7px;
  margin-left: 6px;
  padding-right: 33px;
  padding-left: 33px;
  background: url("../img/home/img_03.png") center center no-repeat;
  float: left;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#index .container .section-2 #teachers .list .list-item a {
  height: 100%;
  width: 100%;
  color: #ffffff;
}
#index .container .section-2 #teachers .list .list-item a .cover-img {
  width: 132px;
  height: 132px;
  background-color: transparent;
  box-shadow: 0 0 3px #ccc6ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -67px;
  right: 0;
  left: 0;
  margin: auto;
}
#index .container .section-2 #teachers .list .list-item a .name {
  font-size: 18px;
  margin-top: -49px;
  margin-bottom: 40px;
}
#index .container .section-2 #teachers .list .list-item a .context {
  height: 72px;
  margin-bottom: 33px;
  overflow: hidden;
}
#index .container .section-2 #teachers .list .list-item a button {
  width: 80px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #fff;
}
#index .container .section-2 #teachers .list .list-item a button:hover {
  color: #5ccbff;
  border: solid 1px #5ccbff;
}
#index .container .section-2 #teachers .list .list-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 -1px 12px 0 #b8b8b8;
  -moz-box-shadow: 0 -1px 12px 0 #b8b8b8;
  box-shadow: 0 -1px 12px 0 #b8b8b8;
}
#index .container .section-2 #teachers .layui-carousel-ind ul {
  display: none;
}
#index .container .section-3 {
  margin-top: 70px;
}
#index .container .section-3 .list {
  margin: 0 -9px;
}
#index .container .section-3 .list .list-item {
  width: 580px;
  float: left;
  margin: 0 9px 10px;
  padding: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#index .container .section-3 .list .list-item a {
  display: block;
  height: 125px;
  padding-left: 202px;
  position: relative;
}
#index .container .section-3 .list .list-item a .cover-img {
  width: 192px;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#index .container .section-3 .list .list-item a .item-content .title {
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index .container .section-3 .list .list-item a .item-content .context {
  font-size: 14px;
  height: 44px;
  line-height: 22px;
  color: #999999;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
#index .container .section-3 .list .list-item a .item-content .bottom-data {
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
  margin-top: 29px;
}
#index .container .section-3 .list .list-item:hover {
  -webkit-box-shadow: 0 -1px 12px 0 #b8b8b8;
  -moz-box-shadow: 0 -1px 12px 0 #b8b8b8;
  box-shadow: 0 -1px 12px 0 #b8b8b8;
}
#index .container .section-3 .list .list-item:hover .item-content .title {
  color: #5e63ff;
}
#index .side-fix {
  height: 60px;
  width: 60px;
  padding-bottom: 60px;
  position: fixed;
  right: 100px;
  bottom: 100px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#index .side-fix .item {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#index .side-fix .item-nav {
  display: none;
  background-color: rgba(0, 0, 0, 0.08);
  margin-bottom: 5px;
}
#index .side-fix .item-nav img:nth-of-type(2) {
  display: none;
}
#index .side-fix .item-nav:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#index .side-fix .item-nav:hover img:nth-of-type(1) {
  display: none;
}
#index .side-fix .item-nav:hover img:nth-of-type(2) {
  display: block;
}
#index .side-fix .item-arrow {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#index .side-fix:hover {
  height: 190px;
}
#index .side-fix:hover .item-nav {
  display: block;
}
#index .side-fix:hover .item-arrow {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
#index .layui-layer {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#index .pop .title {
  margin-bottom: 0;
}
#index #popLogin,
#index #popForgetPassword {
  font-size: 14px;
  padding: 20px 35px;
}
#index #popLogin .title,
#index #popForgetPassword .title {
  font-size: 18px;
  line-height: 1em;
  color: #5d5d5d;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
#index #popLogin .layui-form-item,
#index #popForgetPassword .layui-form-item {
  margin-top: 26px;
  margin-bottom: 0;
  position: relative;
}
#index #popLogin .layui-form-item:first-of-type,
#index #popForgetPassword .layui-form-item:first-of-type {
  margin-top: 30px;
}
#index #popLogin .layui-form-item .default-tip,
#index #popForgetPassword .layui-form-item .default-tip {
  position: absolute;
  top: -24px;
  left: 15px;
  color: #ff905a;
  display: none;
}
#index #popLogin .layui-form-item .layui-input-block,
#index #popForgetPassword .layui-form-item .layui-input-block {
  margin: 0;
}
#index #popLogin .layui-form-item input,
#index #popForgetPassword .layui-form-item input {
  height: 42px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#index #popLogin .layui-form-item .placeholder-word,
#index #popForgetPassword .layui-form-item .placeholder-word {
  left: 15px;
}
#index #popLogin .layui-form-item .login-sub,
#index #popForgetPassword .layui-form-item .login-sub {
  width: 100%;
  height: 42px;
  color: #fff;
  background-color: #5d61e7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#index #popLogin .layui-form-item .login-sub:hover,
#index #popForgetPassword .layui-form-item .login-sub:hover {
  background-color: #5457c6;
}
#index #popLogin a,
#index #popForgetPassword a {
  line-height: 1em;
  color: #8d90fb;
  margin-top: 10px;
}
#index #popLogin a:hover,
#index #popForgetPassword a:hover {
  color: #5457c6;
}
#index #popForgetPassword .code-wrap {
  position: relative;
}
#index #popForgetPassword .code-wrap .layui-input {
  padding-right: 140px;
}
#index #popForgetPassword .code-wrap .layui-form-label {
  width: 130px;
  height: 42px;
  color: #fff;
  text-align: center;
  background-color: #5d61e7;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
#index #popForgetPassword .code-wrap .layui-form-label:hover {
  background-color: #5457c6;
}
#index #popForgetPassword .code-wrap .layui-form-label:disabled {
  height: 42px;
  top: 1px;
  right: 1px;
}
/*# sourceMappingURL=index.css.map */