﻿/* 以下实际使用若已初始化可删除 .lsm-sidebar height父级需逐级设置为100%*/
body,
html {
  height: 100%;
  background: #E2E2E2
}

body,
ul {
  margin: 0;
  padding: 0
}

body {
  font: 14px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none
}

a {
  text-decoration: none;
}

/* 以上实际使用若已初始化可删除 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ,表示分组选择器，前后并列关系，空格表示后代选择器，后面是前面的子容器 ，*表示任意*/
/*下面是用来给上传页面加边框样式的*/
.dropZone {
  border: 2px dashed #ccc;
  border-radius: 5px;
  /*background-color: rgb(163, 205, 222);*/
  width: 95%;
  /*间距5px*/
  padding: 15px;
  height: 80%;
  font: 16px "微软雅黑";
  text-align: center;
  cursor: pointer;
  word-break: break-all;
  word-wrap: break-word;
}

.highlight {
  background-color: #7becc2;
}

.wrongmsg {
  display: inline-block;
  margin: 10;
  padding: 10px 5px 5px;
  text-align: center;
  color: #fd0505;
  font-weight: 500;
  font-size: 18px;
}

.login-page,
.register-page {
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center
}

.hold-transition .main-sidebar * {
  transition: none !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important
}


.login-box,
.register-box {
  width: 560px;
}

.login-box .card,
.register-box .card {
  margin-bottom: 0
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #70b6f7;
  background-clip: border-box;
  border: 0 solid rgba(36, 85, 8, 0.658);
  border-radius: .35rem;
  padding-top: 20px;
}

.card {
  box-shadow: 0 0 1px rgba(108, 177, 241, 0.125), 0 1px 3px rgba(0, 0, 0, .2);
  margin-bottom: 1rem
}

.content-wrapper.kanban .card .card-body {
  padding: .5rem
}

.content-wrapper.kanban .card.card-row .card-body {
  height: calc(100% - (12px + (1.8rem * 1.2) + .5rem));
  /*overflow-y:auto*/
}

.content-wrapper.kanban .card.card-row .card:last-child {
  margin-bottom: 0;
  border-bottom-width: 1px
}

.content-wrapper.kanban .card.card-row .card .card-header {
  padding: .5rem .75rem
}

.content-wrapper.kanban .card.card-row .card .card-body {
  padding: .75rem;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.login-card-body,
.register-card-body {
  background-color: #fff;
  border-top: 0;
  color: #666;
  padding: 20px;
}

.login-card-body .input-group .form-control,
.input-group .form-control {
  border-right: 0;
  border-left: 0;
  margin-bottom: 20px;
}

.login-card-body .input-group .form-control:hover,
.register-card-body .input-group .form-control:hover {
  box-shadow: none
}

/*输入框的悬停变色*/
.input-group:hover .form-control,
.input-group:hover .input-user,
.input-group:hover .input-group-append .input-group-text {
  border-color: #6fb1f8;
  background-color: rgb(216, 233, 245);
  /* 输入框的背景颜色 */
}

/*默认情况输入框会有黑色边框，去掉*/
.form-control:focus {
  outline: 0
}

.form-control22 {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  /*#495057*/
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  /*边框为1，实线，颜色为灰*/
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .1s ease-in-out, box-shadow .1s ease-in-out
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

textarea.form-control {
  height: auto
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-group.has-icon .form-control {
  padding-right: 35px
}


.form-control::-webkit-input-placeholder {
  /*chrome浏览器的占位符样式*/
  color: #e90e06;
  opacity: 1
}

.form-control::-moz-placeholder {
  /*firefox浏览器的占位符样式*/
  color: #a09fa1;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  /*IE浏览器的占位符样式*/
  color: #a09fa1;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  /*edge浏览器的占位符样式*/
  color: #a09fa1;
  opacity: 1
}

.form-control::placeholder {
  /*通用 的占位符样式*/
  color: #a09fa1;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

.lockscreen {
  background-color: #ffffff
}

.lockscreen .lockscreen-name {
  font-weight: 600;
  text-align: center
}

.lockscreen-logo {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 5px;
  font-family: "Microsoft Yahei", "幼圆", sans-serif;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

.lockscreen-wrapper {
  margin: 0 auto;
  margin-top: 10%;
  max-width: 400px
}

.lockscreen-item {
  border-radius: 4px;
  background-color: #fff;
  margin: 10px auto 30px;
  padding: 0;
  position: relative;
  width: 290px
}

.input-group,
.card-header>.card-tools .nav,
.card-header>.card-tools .pagination,
.register-card-body {
  margin-bottom: -.3rem;
  margin-top: -.3rem
}

.login-card-body .input-group .form-control.is-valid:focus,
.register-card-body .input-group .form-control.is-valid:focus {
  box-shadow: none
}

.login-card-body .input-group .form-control.is-valid~.input-group-append .input-group-text,
.login-card-body .input-group .form-control.is-valid~.input-group-prepend .input-group-text,
.register-card-body .input-group .form-control.is-valid~.input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-valid~.input-group-prepend .input-group-text {
  border-color: #28a745
}

.login-card-body .input-group .form-control.is-invalid:focus,
.register-card-body .input-group .form-control.is-invalid:focus {
  box-shadow: none
}

.login-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text {
  border-color: #dc3545
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  background-color: transparent;
  border-bottom-right-radius: .25rem;
  border-left: 0;
  border-top-right-radius: .25rem;
  color: #aaa;
  transition: border-color .1s ease-in-out, box-shadow .1s ease-in-out
}

.login-box-msg,
.register-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
}

.authormsg {
  margin: 10;
  padding: 10px 5px 5px;
  text-align: right;
}

.social-auth-links {
  margin: 10px 0
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.post .row {
  width: 100%
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px
}

.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none
}

.btn-block {
  display: block;
  width: 100%;
  letter-spacing: 20px;
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button] .btn-block,
input[type=reset] .btn-block,
input[type=submit] .btn-block {
  width: 100px
}

.input-group-append {
  /*为了消除这个间隔margin-left: -1px，使其左侧与.input-group-prepend元素的边框对齐。*/
  margin-left: -1px
}


.input-group,
.register-card-body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  /*让用户名密码居中*/
  width: 300px
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.centerEle {
  height: 300px;
  background: #008d4d;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
  /*display: flex意味着它们将使用Flexbox布局来排列其内部元素。
      在Flexbox布局中，元素可以更轻松地水平或垂直对齐，使其在不同的设备上呈现一致的外观和感觉。*/
  display: -ms-flexbox;
  display: flex;
  height: 38px;

}

.input-group-append:hover {
  background: rgb(176, 201, 235);
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-left: 0px;
  border-radius: .25rem;
}

.input-user {
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  margin-right: -2px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  border-right: 0px;
  border-radius: .25rem;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  /*左侧圆角为0*/
  border-bottom-left-radius: 0
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3255f0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

}

/*logo部分*/
.logoimg {
  width: 700px;
  height: 59px;
  background: #3255f0;
  display: flex;
  position: relative;
}

.imagesetup {
  /*logo图像*/
  float: center;
  line-height: .8;
  margin-left: .8rem;
  margin-right: .5rem;
  margin-top: 0px;
  max-height: 50px;
  width: auto;
  z-index: 999;
}

.logo-text {
  /*logo文字*/
  margin-left: 0;
  margin-top: 15px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  color: #fff;
  font-size: 2rem;
  font-family: '华文中宋', 'Microsoft YaHei', '宋体', sans-serif;
  word-wrap: break-word;
  padding-left: 20px;
  text-align: center;
  letter-spacing: 2px;
  z-index: 9999;
}

/*顶端导航条*/
.wrapper {
  position: fixed;
  display: flex;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #d4670f;
  z-index: 9999;
  height: 61px;
}

.navbar {
  width: calc(100% - 700px);
  ;
}

.upnav a,
.up>span {
  color: white;
  padding: 19px 20px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
}

.upnav>a:hover,
.dropbtn:hover {
  background-color: #548adb;
}

.upnav2>a:hover {
  background-color: #548adb;
  color: rgb(255, 254, 254);
}

.upnav2 a {
  color: rgb(12, 0, 0);
  padding: 10px 20px;
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
}

ul.up2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}


.uphr {
  width: 100%;
  background-color: #548adb;
  height: 3px;
  border: 1px none #000000;
}


.upnav1 a {
  color: white;
  padding: 18px 20px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 5px;
  font-size: 16px;
}

.upnav1>a:hover {
  background-color: #51f7ee;
}

.up li {
  float: left;
}

ul.up {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: linear-gradient(to right, #3255f0, #98c0f8);
  overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  /* 默认相对于<html>进行绝对定位 */
  background-color: #f9f9f9;
  right: 5px;
  min-width: 100px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}

.dropdown-content a {
  color: black;
  display: block;
  /* 因为<a>标签不是块元素，min-width:100px不会生效 */
}

.dropdown-content a:hover,
.dropdown-content a:hover .topmenu {
  background-color: #548adb;
  color: #fff;
}

.topmenu {
  margin-top: 0px;
  top: 0px;
  margin-top: 0px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* 左侧导航栏 */

.left-side-menu,
.lsm-popup.lsm-sidebar ul li,
.lsm-container.lsm-mini .lsm-sidebar>ul>li.lsm-sidebar-item>ul>li.lsm-sidebar-item>ul {
  background: #3b3e47;
}


.left-side-menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  height: 100%;
  width: 215px;
  margin-top: 50px;
}

.lsm-expand-btn {
  height: 65px;
}

.lsm-container {
  height: calc(100% - 65px);
  transition: all .3s;
  z-index: 100;
  margin-top: 30px;
}

/*
.lsm-container li>a.active{ background: #65c3fa; color: #fff; }
*/

.lsm-sidebar a {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  line-height: 35px;
  max-height: 35px;
  color: #b2b8be;
  transition: all .3s;
}

.lsm-container ul:first-child>li>a,
.lsm-container ul:first-child>li>a span {
  line-height: 35px;
  max-height: 35px;
}

.lsm-sidebar a span {
  margin-left: 25px;
}

.lsm-sidebar .lsm-sidebar-item .lsm-sidebar-item>ul>li a span {
  margin-left: 40px;
}

.lsm-sidebar-item {
  position: relative;
  font-size: 15px;
  padding-bottom: 2px;
}

/*定义文字的位置*/
.lsm-sidebar-item>a>span {
  /*.lsm-sidebar-item下的第1个a元素*/
  color: #fff;
  position: relative;
  font-size: 15px;
  top: -5px;
}

.lsm-sidebar-item ul li {
  color: #15cc12;
  position: relative;
  left: 20px;
  font-size: 15px;
}

.lsm-sidebar-item.lsm-sidebar-show {
  border-bottom: none;
}

.lsm-sidebar-item ul {
  display: none;
  background: rgba(0, 0, 0, .1);
}

.lsm-sidebar-item.lsm-sidebar-show ul {
  display: block;
}

.lsm-sidebar-item>a:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 2px;
  height: 35px;
  background: #e9910e;
  opacity: 0;
  transition: all .3s;
}

.lsm-container ul:first-child>li.lsm-sidebar-item>a:before {
  height: 35px;
}

.lsm-sidebar .lsm-sidebar-icon {
  font-size: 20px;
  position: absolute;
  margin-left: -1px;
}

/* 此处修改导航图标 可自定义iconfont 替换*/

/*icon-kezuicon-test12是向右箭头*/
.icon-kezuicon-test12 {
  float: right;
  margin-right: 20px;
  font-size: 12px;
  transition: transform .3s;
}

.lsm-sidebar-show>a>i.iconfont.icon-kezuicon-test12 {
  transform: rotate(90deg);
}

/*旋转用这里*/

.lsm-sidebar-show,
.lsm-sidebar-item>a:hover {
  color: #FFF;
  background: rgba(0, 0, 0, 0.2);
}

.lsm-sidebar-show>a:before,
.lsm-sidebar-item>a:hover:before {
  opacity: 1;
}

.lsm-sidebar-item li>a:hover,
.lsm-popup>div>ul>li>a:hover {
  color: #FFF;
  background: #6e809c;
  height: 35px;
}

.lsm-mini-btn {
  height: 70px;
  width: 70px;
}

.lsm-mini-btn svg {
  margin: 10px 0 0 -10px;
}

.lsm-mini-btn input[type="checkbox"] {
  display: none;
}

.lsm-mini-btn path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

.lsm-mini-btn circle {
  fill: #fff3;
  opacity: 0;
}

.lsm-mini-btn label {
  top: 0;
  right: 0;
}

.lsm-mini-btn label:hover circle {
  opacity: 1;
}

.lsm-mini-btn input:checked+svg .line--1,
.lsm-mini-btn input:checked+svg .line--3 {
  --length: 8.602325267;
}

.lsm-mini-btn .line--1,
.lsm-mini-btn .line--3 {
  --total-length: 126.38166809082031;
}

.lsm-mini-btn .line--2 {
  --total-length: 80;
}

.lsm-mini-btn input:checked+svg .line--1,
.lsm-mini-btn input:checked+svg .line--3 {
  --offset: -109.1770175568;
}

.lsm-mini .lsm-container,
.lsm-mini .lsm-container {
  width: 60px;
}

/*.lsm-container.lsm-mini .lsm-sidebar .lsm-sidebar-icon{ margin-left:-2px;} */
.left-side-menu.lsm-mini ul:first-child>li.lsm-sidebar-item>a span {
  display: none;
}

.left-side-menu.lsm-mini ul:first-child>li.lsm-sidebar-item>a>i.sidebar-more {
  margin-right: -20px;
}

.lsm-container.lsm-mini .lsm-sidebar>ul>li.lsm-sidebar-item>ul>li.lsm-sidebar-item>ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 180px;
  width: 180px;
  z-index: 99;
  bottom: 0px;
  top: 0px;
  overflow: hidden;
}

.left-side-menu.lsm-mini ul:first-child>li>ul {
  display: none;
}

.transform {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.lsm-popup div {
  background: #05161f;
}

.lsm-popup {
  display: block;
  position: absolute;
  border: 3px solid rgba(60, 71, 76, 0);
}

.lsm-popup>div>a>i.iconfont.icon-kezuicon-test12 {
  transform: rotate(90deg);
}

.lsm-popup.second {
  left: 60px;
}

.lsm-popup.third {
  left: 243px;
}

.lsm-popup.third.lsm-sidebar>div>ul {
  display: block;
}

.lsm-popup div {
  border-radius: 5px;
}

.lsm-popup .lsm-sidebar-icon {
  display: none;
}

.lsm-popup.lsm-sidebar a span {
  margin-left: 0px;
}

.lsm-popup.lsm-sidebar>div>ul>li.lsm-sidebar-item>ul {
  position: absolute;
  top: 0px;
  left: 180px;
  width: 180px;
  z-index: 99;
}

.lsm-popup.lsm-sidebar ul {
  width: 180px;
}

.lsm-popup.lsm-sidebar ul li {
  width: 180px;
}

.lsm-popup.lsm-sidebar ul li:last-child,
.lsm-popup>div>ul>li:last-child>a {
  border-radius: 0 0 5px 5px;
}



/*正文的CSS*/
.content {
  position: absolute;
  top: 120px;
  left: 240px;
  width: calc(100% - 270px);
  /* 可以根据需要设置具体宽度 */
  height: calc(100% - 70px);
  /* 可以根据需要设置具体高度 */
}

.content1 {
  position: absolute;
  top: 70px;
  left: 85%;
  right: 15%;
  width: calc(160px);
  /* 可以根据需要设置具体宽度 */
  height: calc(100% - 70px);
  /* 可以根据需要设置具体高度 */
}


.newcreat {
  display: flex;
  /* 设置flex布局 */
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
  width: 160px;
  /* 设置宽度 */
  height: 35px;
  /* 设置高度 */
  background-color: rgb(84, 138, 219);
  /* 设置背景色 */
  font-family: "微软雅黑 Light";
  font-weight: bold;
  cursor: pointer;
  /* 设置鼠标样式为手型 */
  padding-right: 2px;
  margin-bottom: 1px;
  margin-right: 2px;
  border-radius: 5px
}

.newcreat:hover {
  background-color: rgb(80, 130, 210);
  /* 设置背景色变色 */
}


.newcreat a {
  display: flex;
  /* 设置flex布局 */
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
  width: auto;
  /* 设置宽度为父元素宽度 */
  height: 100%;
  /* 设置高度为父元素高度 */
  text-decoration: none;
  /* 去除下划线 */
  color: #fff;
  /* 设置文字颜色 */
  margin-right: 5px;
}

.newcreat a i {
  margin-right: 10px;
}

.creatselect {
  background-color: #ffffff;
  width: 300px;
  height: 30px;
  border-color: #ced4da;
  border-radius: 5px
}

.content>h1,
.content>h2,
.content>h3 {
  text-align: center;
  margin: 20px;
  color: #0944b3;
}

.leadingquestion {
  display: inline-block;
  font-size: 15 px;
  width: 100%;
  height: 100%;
}

form span a {
  color: #058d33;
  display: block;
  font-size: 15px;
}

/*分页CSS*/
.pagination {
  display: flex;
  /*width: 97.2%;  可以根据需要设置具体宽度 */
  padding: 8px 16px;
  text-decoration: none;
  justify-content: right;
}

.pagination2 {
  display: flex;
  padding: 8px 16px;
  text-decoration: none;
  color: #89898a;
  border: 1px solid #070570;
  /* Gray */
  margin: 0 1px;
}

.pagination a {
  color: #070570;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #070570;
  /* Gray */
  margin: 0 1px;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #058d33;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #4297f8;
  color: #fff;
}

/*单选 复选 表单的美化*/
.switch-slide-label {
  display: block;
  width: 34px;
  height: 18px;
  background: #ccc;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.switch-slide-label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.switch-slide input:checked+label {
  background: #34bf49;
  transition: 0.3s ease;
}

.switch-slide input:checked+label:after {
  left: 17px;
}

/*表格的CSS*/
.content table {
  border-collapse: collapse;
  width: 98.8%;
  font-size: 15px;
}

th {
  background-color: rgb(99, 154, 236);
  color: white;
  height: 30px;
  border: 1px solid #f4f4f4;
}

tr:nth-child(even) {
  background-color: #ffffff;
  height: 28px;
}

tr:nth-child(odd) {
  height: 28px;
  background-color: #f5f5f5;
}

tr:hover {
  background-color: #f0f0f0;
}

td {
  border: 1px solid #f0f0f0;
  max-width: 200px;
  /* 限制单元格的最大宽度为100px 
  white-space: nowrap;
   禁止单元格内容换行 
  overflow: hidden;
   超出部分隐藏 
  text-overflow: ellipsis;
  显示省略号 */
  align-items: center;
  text-align: center;
  white-space: normal;
  /* 单元格内容换行 */
  padding: 5px 0px 5px;
}

.tdleft {
  border: 1px solid #f0f0f0;
  max-width: 200px;
  /* 限制单元格的最大宽度为100px */
  white-space: nowrap;
  /* 禁止单元格内容换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  align-items: center;
  text-align: left;
  padding-top: 10px;

}

.operate a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  color: #333333;
  margin: 0 3px;
  padding: 3px 5px;
  cursor: pointer;
}

.hidetab {
  display: none;
}

.activetab {
  display: block;
}

.forcenter {
  justify-content: center
}

.forpadtop {
  padding: 20px;
}

/*做个按钮*/
.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 1px;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 15px "Microsoft Yahei", "幼圆", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;

}

.button:hover {
  background-color: #eee;
  color: #555;
}


.button.large {
  padding: 12px 30px;
  text-transform: uppercase;
}

.button.blue {
  color: #fff;
  background-color: #269CE9;
  border-color: #269CE9;
}

.button.blue:hover {
  background-color: #70B9E8;
}

.button.blue:active {
  background: #269CE9;
}

.button-group {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.button-group {
  font-size: 0;
  /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  padding: 1px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 1px;
}

/*学生端展示练习用*/
.div_tigan {
  position: relative;
  display: flex;
  padding: 10px;
  left: 50px;
  text-align: left;
  word-wrap: break-word;
  width: 90%;
  line-height: 1.5;
  /* 行距*/
}

.div_item {
  position: relative;
  padding: 10px;
  width: 90%;
  left: 70px;
  text-align: left;
}

.div_item:hover {
  background-color: #9cc6f5;
  cursor: pointer;
}

.nobackgroud:hover {
  background-color: rgba(255, 255, 255, 0);
}

.question_table {
  margin-top: 10px;
  width: 96%;
  table-layout: fixed;
}

.question_tr {
  width: 60%;
}

.question_td {
  border: 1px solid #aaaa;
  word-wrap: break-word;
  color: #333;
  align-items: center;
  text-align: left;
  width: 300px;
  padding-top: 10px;
  white-space: normal;
  /* 前面有TD设置了强制一行内显示，这里要设置回来*/
}

.gray-button {
  /* 按钮变灰不可用*/
  background-color: rgb(192, 190, 190);
  cursor: not-allowed;
}


.main_box {
  width: 350px;
  height: 200px;
  margin-bottom: 40px;
  /*   设置行距*/
  border-radius: 5px;

}

.main_box1 {
  height: 150px;
}

.main_box2 {
  height: 145px;
  width: 170px;
}

.main_box3 {
  height: 50px;
  padding-top: 3px;
  border-radius: 5px;
  background-color: #00A3CB;


}

.main_box4 {
  height: 50px;
  padding-top: 3px;
  border-radius: 5px;
  background-color: #008d4d;
}

.main_box5 {
  height: 50px;
  padding-top: 3px;
  border-radius: 5px;
  background-color: #cf850f;
}


.card1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.card2 {
  display: flex;
  flex-direction: column;
}

.blue1 {
  background-color: #00c0ff;
}

.green1 {
  background-color: #00a65a;
}

.orange1 {
  background-color: #f39c12;
}

.red1 {
  background-color: #dd4b39;
}

.content2 {
  position: absolute;
  top: 150px;
  left: 300px;
  width: 70%;
  /* 可以根据需要设置具体宽度 */
}

.large {
  font-size: 120px;
}

.iconsize20 {
  font-size: 20px;
}

.a_center {
  text-align: center;
}

.card1_font1 {
  font-family: "微软雅黑";
  text-align: center;
  margin-top: 10px;
}

.card1_font2 {
  font-family: "微软雅黑";
  text-align: center;
  background-color: #008d4d;

}

.card1_font3 {
  font-family: "微软雅黑";
  text-align: center;
  background-color: #cf850f;

}

.icon_color1 {
  color: #00A3CB;
}

.icon_color2 {
  color: #008d4d;
}

.icon_color3 {
  color: #cf850f;
}

.main_box:hover .large {
  font-size: 140px;
}

.main_box3:hover {
  color: #f4f6f7;
  background-color: #0292b6;
}

.main_box4:hover {
  color: #f4f6f7;
  background-color: #028148;
}

.main_box5:hover {
  color: #f4f6f7;
  background-color: #a3690c;
}


.fontwhite {
  color: #fff;
}

.fontsize_10 {
  font-size: 10px;
}

.fontsize_20 {
  font-size: 20px;
}

.fontsize_50 {
  font-size: 50px;
}

.card_item1 {
  position: relative;
  top: 10px;
  left: 20px;
  font-size: 15px
}

.card_item2 {
  position: relative;
  top: 20px;
  left: 30px;
  font-size: 50px
}

.card_item3 {
  position: relative;
  top: 30px;
  left: 50px;
  font-size: 15px
}

.tinymce-content p {
  font-family: "Microsoft Yahei";
  padding: 0;
  margin: 15px 0;
  margin-left: 10px;
  font-size: 17px;
  width: 96%;
}

/*文件上传框样式*/
.login-box-msg .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}


.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}


.inputfile+label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.inputfile-4+label {
  color: #0f67eb;
}

.inputfile-4:focus+label,
.inputfile-4.has-focus+label,
.inputfile-4+label:hover {
  color: #0f67eb;
}

.inputfile-4+label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #269CE9;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-4:focus+label figure,
.inputfile-4.has-focus+label figure,
.inputfile-4+label:hover figure {
  background-color: #5b6df5;
}

.inputfile-4+label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}

.buttonhalf {
  width: 20%;
  text-align: center;
  justify-content: center;
  float: center;
}

.contentmsg {
  color: #ff0303;
  font-family: "微软雅黑 Light";
  animation-name: fontyd;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes fontyd {
  from {
    font-size: 13px;
  }

  to {
    font-size: 30px;
  }
}

/*单元格鼠标变色 +全单元格响应鼠标*/
td.changecolor {
  position: relative;
  cursor: pointer;
  /* 当鼠标移动到单元格上时，光标变为手形指针 */
  transition: background-color 0.3s;
  /* 添加一个过渡效果，让单元格变色时更平滑 */
  justify-content: center;
  /* 在水平方向上居中 */
  align-items: center;
  /* 在垂直方向上居中 */
}

td.changecolor a {
  color: #0a07b8e8;
  /* 链接文字颜色 */
  display: block;
  /* 设置链接为块元素，让整个单元格都可点击 */
  position: relative;
  top: 10;
  left: 0;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
}

td.changecolor:hover {
  background-color: #ccc;
  /* 当鼠标悬停在单元格上时，单元格的背景色变为浅灰色 */
  color: #333;
}

td.changecolor:visited {
  color: rgb(241, 187, 85);
  /* 访问过的链接文字颜色变为灰色 */
}

td.red a {
  color: rgba(255, 136, 0, 0.911);
  /* 链接文字颜色 */
  text-decoration: none;
  /* 去除下划线 */
}

td.red:hover {
  background-color: #e0e0e0;
  /* 当鼠标悬停在单元格上时，单元格的背景色变为浅灰色 */
  color: #555;
}

td.red a:active {
  color: rgb(241, 163, 16);
  /* 激活链接颜色 */
}

#showAnswer {
  display: none;
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

.show-answer {
  width: 98%;
  display: block;
  color: #075fbd;
  text-align: left;
  padding-left: 40px;
  word-break: break-all;
  /* 长单词强制分割 */
  white-space: pre-wrap;
  word-wrap: break-word;
}

.mouseover {
  position: relative;
}

.mouseover:hover {
  animation-duration: .5s;
  background-color: #bee7f7;
  cursor: pointer;
}

/*复选框滑动样式*/

.button-label {
  position: relative;
  display: inline-block;
  width: 80px;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 24px;
  border-radius: 4px;
  background-color: #fff;
}

.button-label .text {
  line-height: 24px;
  font-size: 14px;

  /*
    用来阻止页面文字被选中，出现蓝色
    可以将下面两行代码注释掉来查看区别
    */
  -webkit-user-select: none;
  user-select: none;
}

.itemleft {
  text-align: left;
}

.on {
  color: #fff;
  display: none;
  text-indent: 5px;
}

.off {
  color: #fff;
  display: inline-block;
  text-indent: 43px;
}

.button-label .circle {
  left: 0;
  transition: all 0.1s;
  /*transition过度，时间为0.3秒*/
}

/*
以下是checked被选中后，紧跟checked标签后面label的样式。
例如：div+p 选择所有紧接着<div>元素之后的<p>元素

#toggle-button:checked + label.button-label .circle{
    left: 40px;
}
#toggle-button:checked + label.button-label .on{ 
    display: inline-block; 
}
#toggle-button:checked + label.button-label .off{ 
    display: none; 
}
#toggle-button:checked + label.button-label{
    background-color: #33FF66;
}
*/

.togglecheck:checked+label.button-label .circle {
  left: 38px;
}

.togglecheck:checked+label.button-label .on {
  display: inline-block;
}

.togglecheck:checked+label.button-label .off {
  display: none;
}

.togglecheck:checked+label.button-label {
  background-color: #1171f0;
}

/*复选框滑动样式结束*/
.he {
  font-size: 20px;
  color: #ee0707;
}

.markscoreinput {
  width: 50px;
}

.flash {
  animation: flash 0.3s ease-in-out infinite;
}

@keyframes flash {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.modal {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  /* 背景色的 alpha 通道值为 0 表示完全透明 */
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal1 {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 50;
  top: 50;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色背景 */
}

.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}


.modal-open {
  overflow: hidden
}



.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}


.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}


.modal-form-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.modal-form-group {
  margin-bottom: 10px;
}

.modal-form-group label {
  display: block;
  margin-bottom: 5px;
}

.modal-form-group input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, border-color 0.3s;
}



/* 搜索框的外部容器 */
.search-container {
  position: relative;
  float: right;
  width: 150px;
  margin: 5px 20px 5px 10px;
}

.scoreline {
  position: absolute !important;
  right: 390px;
  margin: 5px 20px 5px 10px;
}

/* 输入框样式 */
.search-input {
  position: absolute !important;
  width: 50px;
  padding: 6px;
  right: 70px;
  font-size: 12px;
  border: none;
  border-radius: 10px;
  background: #eeeded;
  box-shadow: 0 2px 5px rgba(102, 97, 97, 0.2);
  transition: all 0.3s;
}

/* 搜索按钮样式 */
.search-button {
  position: absolute;
  height: 37px;
  /* 设置按钮的高度 */
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: linear-gradient(to right, #269CE9, #2d82f1);
  /* 使用渐变色作为背景 */
  color: rgb(231, 230, 230);
  text-align: center;
  /* 水平居中 */
  line-height: 5px;
  /* 垂直居中*/
  border: none;

  cursor: pointer;
  transition: all 0.3s;
  z-index: 999;
}

/* 导出按钮样式 */
.export-button {
  /*position: absolute;*/
  position: relative;
  height: 37px;
  /* 设置按钮的高度 */
  left: -220px;
  top: 0;
  padding: 10px 20px;
  background: linear-gradient(to right, #269CE9, #2d82f1);
  /* 使用渐变色作为背景 */
  color: rgb(231, 230, 230);
  text-align: center;
  /* 水平居中 */
  line-height: 5px;
  /* 垂直居中*/
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 999;
}

/* 输入框聚焦时的样式 */
.search-input:focus {
  background: #fff;
  /* 白色背景 */
  box-shadow: 0 4px 8px rgba(102, 97, 97, 0.2);
  /* 增加更明显的阴影效果 */
}

/* 输入框聚焦时搜索按钮的样式 */
.search-input:focus+.search-button {
  background: linear-gradient(to right, #ff6347, #ff4500);
  /* 使用渐变色作为背景 */
}