@font-face {
  font-family: 'iconfont';
  src: url('/static/icon/iconfont.woff2?t=1642170708081') format('woff2'),
    url('/static/icon/iconfont.woff?t=1642170708081') format('woff'),
    url('/static/icon/iconfont.ttf?t=1642170708081') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list_top {
  position: absolute;
  left: 16px;
  top: 21px;
  z-index: 9999;
}

.login_box {
  width: 100%;
  height: 100%;
  background: url('/static/images/bg-login.jpg') no-repeat;
  background-size: 100% 100%;
  padding-top: 1px;
  box-sizing: border-box;
}

.login_logo {
  text-align: center;
}

.login_logo img {
  width: 245px;
  height: 76px;
  border-radius: 15%;
  overflow: hidden;
}

.login_box h3 {
  line-height: 30px;
  text-align: center;
  color: #030303;
  font-size: 18px;
}

.login_box .login-form {
  /* width: 23% !important; */
  /* height: 51%; */
  background-color: #fff;
  box-shadow: none;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 20px 60px 60px;
}

@media screen and (max-width: 1500px) {
  .login_box .login-form .layui-form-item{
    display: flex;
  }
  .login_box .login-form .layui-form-item .input-block{
    width: 100%;
  }
  .login_box .login-form .layui-form-item label{
    width: 100px;
    line-height: 48px;
  }
}

.login_box .login-form .title {
  font-size: 28px;
  font-weight: 700;
  color: #21479C;
  margin: 12px 0 36px;
  text-align: center;
}

.login_box .login-form .layui-form-item input {
  border: 1px solid #E8EAEB;
  border-radius: 6px;
  height: 48px;

}

.login_box .login-form .layui-form-item input:focus {
  border: 1px solid #21479C !important;
}

.login_box .login-form .layui-form-item label {
  color: #888888;
  display: block;
  padding-bottom: 10px;
}

.login_box .login-form .layui-form-item input,
.login_box .login-form .layui-form-item label {
  font-size: 16px;
}

.login_button {
  width: 100% !important;
  text-align: center;
  margin-top: 30px;
}

.login_button button {
  padding: 0px 40px;
}

.login_bottom {
  position: fixed;
  bottom: 25px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
}

.category_content {
  padding: 0% 15% 0% 5%;
}

.traindetailcontent {
  width: 100%;
  padding: 15px 0px 0px 30px;
}

.traindetailcontent .layui-col-md4 {
  line-height: 36px;
}

.traindetailcontent .layui-col-md4 span {
  display: inline-block;
  text-align: right;
  /*width: 30%;*/
}

.statusChange {
  display: none;
  cursor: pointer;
  background: url('/static/images/train.png') no-repeat left center;
  background-size: 100% 100%;
  padding: 0px 5px;
  margin-left: 5px;
  color: #333;
  height: 24px;
  display: inline-block;
  line-height: 24px;
}

/*上传视频*/
#drop_area {
  border: 1px solid #e6e6e6;
  width: 300px;
  height: 160px;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}

#drop_area video {
  background: #000;
  text-align: center;
}

.video_box video {
  width: 94%;
  height: 100%;
}

.upload {
  position: relative;
  margin: 15px 0px;
}

.upload input {
  height: 36px;
  width: 100px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.upload span,
.upload button {
  display: block;
  width: 36px;
  width: 80px;
  background: #009688;
  color: #fff;
  line-height: 36px;
  text-align: center;
  padding: 0px 10px;
  cursor: pointer;
  border: none;
}

.uploadbut {
  background: #e2e2e2 !important;
}

.upload i {
  margin-right: 4px;
}

/*添加视频*/
.addcontent_box {
  padding: 2% 15% 0% 0%;
}

/*视频列表*/
.videotable .layui-table-cell {
  height: 80px !important;
}

.video_pic {
  width: 100px;
  height: 80px;
  position: relative;
  margin: 10px auto;
}

.video_img {
  width: 100px;
  height: 80px;
  cursor: pointer;
  object-fit: cover;
}

.video_play {
  position: absolute;
  left: 35px;
  top: 25px;
  cursor: pointer;
}

.video_play img {
  width: 30px;
  height: 30px;
}

.video_address {
  padding: 15px 15px 58px 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.video_address video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  margin: 0px auto;
}

@media screen and (max-width: 1280px) {
  .qrcode_top {
    right: 0%;
  }
}

/*添加栏目*/
.category_box {
  position: relative;
}

.categorylist {
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  background: #fff;
  z-index: 9999;
  width: 100%;
}

#category li .layui-tree-branch {
  display: none;
}

/* 上传图片 */
#photo {
  width: 80px;
  position: relative;
  margin-bottom: 10px;
}

#photo img,
.photosimg img {
  width: 80px;
  height: 80px;
}

.close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 18px;
  height: 18px;
  display: block;
  background: #fff url('/static/images/close.svg') no-repeat left center;
  background-size: cover;
  cursor: pointer;
  z-index: 9999;
  border-radius: 50%;
}

#photos {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0px;
}

.photos_list {
  margin-right: 15px;
}

.photosimg {
  position: relative;
  width: 80px;
  margin-left: 22px;
}

.company_edit_img img {
  margin-right: 10px;
}

/*上传视频样式*/
.input-control {
  margin: 5px 0;
}

.close-video {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 18px;
  height: 18px;
  display: block;
  background: #fff url('/static/images/close.svg') no-repeat left center;
  background-size: cover;
  cursor: pointer;
  z-index: 9999;
  border-radius: 50%;
}

.input-control label {
  font-size: 14px;
  color: #333;
  width: 30%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.input-control input {
  width: 30%;
  line-height: 30px;
  padding: 0 5px;
}

.progress {
  font-size: 14px;
}

.progress i {
  font-style: normal;
}

.upload-type {
  color: #666;
  font-size: 12px;
  padding: 10px 0;
  width: 260px !important;
}

.upload-type button {
  margin: 0 10px 0 0px;
}

.status {
  font-size: 14px;
}

.info {
  font-size: 14px;
  padding-left: 30px;
}

/*修改视频*/
.course_modify_video video {
  width: 200px;
  height: auto;
}

.course_modify_video {
  position: relative;
}

/*会员管理样式*/
.getcode {
  margin-right: 0px !important;
}

/*回复留言*/
.messagelist_content {
  padding: 30px;
  text-align: center;
}

.messagelist_content button {
  margin: 15px auto;
  width: 200px;
}

.reviewlist_box {
  padding: 15px;
}

.reviewlist {
  line-height: 30px;
}

.reviewlist_null {
  width: 80%;
  text-align: center;
  padding: 15px;
}

/* 修改图片 */
.public_edit_image {
  width: 80px;
  height: 80px;
  position: relative;
  margin-bottom: 15px;
}

.photos_list {
  position: relative;
}

/*权限*/
.purvrew {
  padding: 30px 30px 0px 0px;
}

.btn {
  padding: 4px 8px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border: solid 1px #ddd;
  background-color: khaki;
  /* goldenrod */
  width: auto;
  color: #0C0C0C;
}

.uploadImg {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: 100px;
  line-height: 100px;
  min-width: 150px;
  border: 1px solid transparent;
  background-color: #E5E5E5;
  color: #000;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 10px;
}

/* 抵押贷样式 */
.uploadImg i {
  font-size: 50px;
  margin-right: 5px;
}

.uploadImgs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: 100px;
  line-height: 100px;
  min-width: 150px;
  border: 1px solid transparent;
  background-color: #E5E5E5;
  color: #000;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.uploadImgs i {
  font-size: 50px;
  margin-right: 5px;
}

.inline-img {
  display: flex;
  flex-flow: row wrap;
  margin-left: 20px !important;
  min-height: 36px;
}

.img-boxs {
  margin-left: 20px;
  margin-bottom: 20px;
}