.list_top{
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 9999;
}
.login_box{
    width: 100%;
    height: 100vh;
    background: url(/static/images/bg-login.jpg) no-repeat;
    background-size: cover;
  }
.login-wrapper{
  width: 28.125%;
  height: 100%;
  background-color: #fff;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}
.login_logo{

}
.login_title{
  font-size: 40px;
  font-weight: bold;
  color: #0AA3A1;
  padding-top: 86px;
}
.login_logo img{
  width: 212px;
  height: 46px;
}
.login_box h3{
  line-height: 30px;
  text-align: center;
  color: #030303;
  font-size: 18px;
}
  .login_box .login-form{
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 16px !important;
    display: inline-block;
    width: 100% !important;
    box-shadow: none;
  }
.login_box .login-form .layui-form-item input, .login_box .login-form .layui-form-item label{
    height: 76px;
    border: 0;
    border-bottom: 2px solid #DCE5EB;
    border-radius: 0;
  }
  .login_box .login-form .layui-form-item input:focus{
    outline:none;
    border-bottom: 2px solid #2495FF !important;
  }
  .login_box .verify-code{
    display: flex;
    position: relative;
  }
  .login_box .verify-code img{
    width: 200px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
 .login_button{
    width: 100% !important;
   text-align: center;
   margin-top: 30px;
  }
.login_button button{
  width: 100%;
  background: #0AA3A1;
  border-radius: 4px;
  padding: 0px 40px;
}
.login_bottom{
  position: fixed;
  bottom: 80%;
  left: 65px;
  margin-top: 15px;
  color: #fff;
  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: inline-block;
  min-width: 36px;
  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;
}
.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{
  max-width: 80px;
  max-height: 300px;
  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;
}
