.theme-white .myclass-login .tpl-login .tpl-form-input {
  background-color: #ffffff;
}
.theme-white .myclass-login .tpl-login-btn {
  background-color: #343756;
  margin-top: 20px;
}
.theme-white .myclass-login .tpl-login-content {
  width: 500px;
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
}
.theme-white .myclass-header .tpl-header-logo {
  background: #272940FF;
  border-bottom: none;
  color: #fff;
  height: 46px;
  line-height: 46px;
}
.theme-white .myclass-header .tpl-header-logo a {
  color: #ffffff;
}
.theme-white .myclass-header .tpl-header-fluid {
  height: 46px;
  line-height: 46px;
}
.theme-white .myclass-header .tpl-header-switch-button {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  margin-left: 10px;
  margin-right: 0;
  padding: 0px 22px;
  font-size: 22px;
  line-height: 46px;
  border-left: none;
}
.theme-white .myclass-header .tpl-header-navbar a {
  line-height: 46px;
  display: block;
  padding: 0 16px;
  position: relative;
}
.theme-white .left-sidebar.myclass-nav {
  background: #343756FF;
  color: #fff;
}
.theme-white .left-sidebar.myclass-nav .sidebar-nav-link a {
  color: #ffffff;
  border-left: none;
}
.theme-white .left-sidebar.myclass-nav .sidebar-nav-link a.active,
.theme-white .left-sidebar.myclass-nav .sidebar-nav-link a:hover {
  background: #4A4A73FF;
  border-left: none;
}
.theme-white .left-sidebar.myclass-nav .sub-active {
  color: #ffffff !important;
  background: #4A4A73FF;
}
.theme-white .tpl-content-wrapper {
  margin-top: 46px;
}
.theme-white .tpl-content-wrapper .breadcrumb {
  padding: 3px 10px;
  margin-bottom: 10px;
}
.theme-white .tpl-content-wrapper .widget-body {
  padding: 0;
}
.theme-white .tpl-content-wrapper .tpl-table-black {
  border: 1px solid #B8BABF;
  border-radius: 8px;
}
.theme-white .tpl-content-wrapper .tpl-table-black thead {
  background: #E9ECF3;
  border-radius: 8px 8px 0px 0px;
}
.theme-white .tpl-content-wrapper .tpl-table-black thead > tr > th:first-child {
  border-radius: 8px 0px 0px 0px;
  padding-left: 1em;
}
.theme-white .tpl-content-wrapper .tpl-table-black thead > tr > th:last-child {
  border-radius: 0px 8px 0px 0px;
}
.theme-white .tpl-content-wrapper .tpl-table-black tbody > tr:nth-child(even) {
  background-color: #F5F5F5FF;
}
.theme-white .tpl-content-wrapper .tpl-table-black tbody > tr > td:first-child {
  padding-left: 1em;
}
.theme-white .tpl-content-wrapper .tpl-table-black tbody > tr > td {
  color: #343756FF;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.theme-white .tpl-content-wrapper .tpl-table-black tbody > tr > td .am-btn-link {
  text-align: left;
  padding: 0;
  font-size: 14px;
  color: #0E90D2;
}
.theme-white .tpl-content-wrapper .tpl-table-black tbody > tr:last-child {
  border-radius: 0 0 8px 8px;
}
.theme-white .tpl-content-wrapper .tpl-table-black tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 8px;
}
.theme-white .tpl-content-wrapper .tpl-table-black tbody > tr:last-child > td:last-child {
  border-radius: 0 0 8px 0;
}
.theme-white .tpl-content-wrapper .am-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
  color: #343756FF;
  font-size: 14px;
  font-weight: 400;
}
.theme-white .tpl-content-wrapper .breadcrumb {
  background-color: #ffffff;
}
.theme-white .tpl-content-wrapper .tpl-form-border-form {
  margin-bottom: 1.5rem;
  padding-top: 5px;
}
.theme-white .tpl-content-wrapper .tpl-form-border-form > input {
  border: 1px solid #B8BABF;
  border-radius: 4px;
  min-width: 20em;
}
.theme-white .tpl-content-wrapper .am-input-group-btn > button {
  margin-left: 5px;
  border: none;
  background: #0E90D2;
  border-radius: 4px;
  padding: 0 1em;
}
.theme-white .tpl-content-wrapper .am-input-group-btn > button:visited {
  border: none;
}
.theme-white .tpl-content-wrapper .time-box {
  display: flex;
  width: 30%;
  position: relative;
  margin-bottom: 10px;
}
.theme-white .tpl-content-wrapper .time-box > span {
  display: inline-block;
  color: #343756FF;
}
.theme-white .tpl-content-wrapper .time-box .title {
  width: 3em;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.theme-white .tpl-content-wrapper .time-box .lj {
  width: 1em;
  padding: 0 1px;
  text-align: center;
}
.theme-white .tpl-content-wrapper .time-box .am-form-field {
  width: 7em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.theme-white .tpl-content-wrapper .search-box {
  display: flex;
  width: 58%;
  position: relative;
  margin-bottom: 10px;
}
.theme-white .tpl-content-wrapper .search-box > span {
  display: inline-block;
  color: #838FA1;
}
.theme-white .tpl-content-wrapper .search-box .title {
  width: 3em;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.theme-white .tpl-content-wrapper .search-box .search-key {
  width: 40%;
  border: 1px solid #B8BABF;
  border-radius: 4px;
}
.theme-white .tpl-content-wrapper .search-box .search-key + .search-key {
  margin-left: 2px;
}
.theme-white .tpl-content-wrapper .search-box .am-btn-success {
  width: 80px;
  height: 34px;
  background: #0E90D2;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  margin-left: 2px;
}
.theme-white .tpl-content-wrapper .mysearch {
  margin-bottom: 10px;
}
.theme-white .tpl-content-wrapper .mysearch .am-selected-btn.am-btn-default {
  border-radius: 4px;
  height: 34px;
  font-size: 14px;
  line-height: 1;
  border-color: #ccc;
}
.theme-white .tpl-content-wrapper .search-btn {
  width: auto;
  height: 32px;
  line-height: 32px;
  background: #0E90D2;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 1em;
}
.theme-white .tpl-content-wrapper .search-left {
  width: 63%;
}
.theme-white .tpl-content-wrapper .search-right {
  width: 63%;
}
.theme-white .tpl-content-wrapper .tpl-table-black-operation a {
  border: 1px solid #0E90D2;
  color: #0E90D2;
}
.theme-white .tpl-content-wrapper .tpl-table-black-operation a:hover {
  background-color: #0E90D2;
  color: #fff;
}
.theme-white .tpl-content-wrapper a.tpl-table-black-operation-del {
  border: 1px solid #DD514CFF;
  color: #DD514CFF;
}
.theme-white .tpl-content-wrapper a.tpl-table-black-operation-del:hover {
  background-color: #DD514CFF;
  color: #fff;
}
.theme-white .tpl-content-wrapper .am-btn.am-btn-success {
  background-color: #0E90D2;
  color: #fff;
  border-color: #0E90D2;
}
.theme-white .tpl-content-wrapper .am-btn.am-btn-success:hover {
  background-color: #3bb4f2;
  color: #fff;
  border-color: #3bb4f2;
}
.theme-white .tpl-content-wrapper .am-btn.am-btn-danger {
  background-color: #DD514CFF;
  color: #fff;
  border-color: #DD514CFF;
}
.theme-white .tpl-content-wrapper .am-btn.am-btn-danger:hover {
  background-color: #f66a65;
  color: #fff;
  border-color: #f66a65;
}
.theme-white .tpl-content-wrapper .am-btn-success + .am-btn-success {
  margin-left: 2px;
}
.theme-white .tpl-content-wrapper .am-btn-success + .am-btn-danger {
  margin-left: 2px;
}
.theme-white .tpl-content-wrapper .am-btn-group > button {
  margin-left: 2px;
}
.theme-white .tpl-content-wrapper .am-btn-group > button:first-child {
  margin-left: 0;
}
.theme-white .breadcrumb > .active {
  color: #343756FF;
}
.theme-white .tpl-form-line-form .am-form-group .tpl-form-input {
  width: 60%;
}
.theme-white .tpl-form-line-form .am-form-group .tpl-form-input.login-input {
  width: 100%;
}
.theme-white .tpl-form-line-form .am-form-group .tpl-form-input.radio-input {
  width: 17%;
  height: 20px;
}
.theme-white .tpl-login-title {
  color: #343756FF;
}
.theme-white .widget-head {
  border-bottom: none;
}
.theme-white .am-field-valid,
.theme-white .am-form-success .am-form-field {
  border-color: #ccc !important;
}
.theme-white .width20 {
  width: 20%;
}
.theme-white .my-dialog {
  width: 600px;
  height: 500px;
  transform: translate-x(-50%);
  border-radius: 8px;
  left: 40%;
}
.theme-white .my-dialog .am-popup-hd {
  background-color: #E9ECF3FF;
  position: relative;
}
.theme-white .my-dialog .am-popup-inner {
  padding-top: 0;
  overflow: hidden;
}
.theme-white .my-dialog .am-popup-hd .am-popup-title {
  text-align: left;
  font-size: 18px;
  color: #272940FF;
  font-weight: 400;
}
.theme-white .my-dialog fieldset {
  margin: 0;
}
.theme-white .my-dialog .am-form-group {
  width: 90%;
  margin: auto;
  padding-bottom: 15px;
}
.theme-white .my-dialog .am-form-group .am-form-label {
  font-size: 16px;
  color: #272940FF;
  width: 8em;
  padding: 0;
}
.theme-white .my-dialog .am-form-group .into-text,
.theme-white .my-dialog .am-form-group .am-selected {
  font-size: 14px;
  color: #777777FF;
  width: calc(100% - 11em);
  display: inline-block;
}
.theme-white .my-dialog .am-form-group .tpl-form-input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 1em;
  height: 36px;
}
.theme-white .my-dialog .am-form-group .am-selected:hover,
.theme-white .my-dialog .am-form-group .tpl-form-input:hover {
  border-color: #c7c7c7;
}
.theme-white .my-dialog .am-form-group .am-selected-status {
  color: #777777FF;
  font-size: 14px;
}
.theme-white .my-dialog .am-form-group .am-btn-default {
  border-color: #ccc;
}
.theme-white .my-dialog .am-form-group .into-text {
  float: none;
  padding: 0;
}
.theme-white .my-dialog .am-form-group .into-text .am-selected {
  width: 100%;
}
.theme-white .my-dialog .am-form-group .into-text textarea {
  border: 1px solid #ccc;
  color: #777777FF;
  font-size: 14px;
  padding: 1em;
}
.theme-white .my-dialog .am-form-group .into-text .cke_editor_content {
  width: 100%;
}
.theme-white .my-dialog .am-form-group .into-text .radio-item {
  display: block;
  margin-left: 0;
}
.theme-white .my-dialog .am-form-group .into-text .radio-input,
.theme-white .my-dialog .am-form-group .into-text .check-input {
  width: 20px;
  height: 20px;
}
.theme-white .my-dialog .am-form-group .tpl-switch input[type="checkbox"].ios-switch:checked + div {
  background-color: #0E90D2;
}
.theme-white .my-dialog .am-form-group .tpl-switch .tpl-switch-btn-view {
  margin-top: 0;
}
.theme-white .my-dialog .am-form-group .into-text.back-lan {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}
.theme-white .my-dialog .am-form-group .into-text.back-lan > ul {
  width: 40%;
}
.theme-white .my-dialog .am-form-group .into-text.back-lan .m_btn {
  width: 20%;
}
.theme-white .my-dialog .am-form-group .into-text.back-lan .edit_left,
.theme-white .my-dialog .am-form-group .into-text.back-lan .edit_right {
  width: 40%;
  float: none;
  height: 100%;
}
.theme-white .my-dialog .am-form-group .into-text.back-lan .m_btn {
  width: 20%;
  float: none;
  text-align: center;
  height: 100%;
  margin: 0;
}
.theme-white .my-dialog .submit-item {
  text-align: center;
}
.theme-white .my-dialog .submit-item .am-btn {
  background-color: #0E90D2;
  border-radius: 4px;
  height: 34px;
  line-height: 32px;
  padding: 0 1.5em;
  box-sizing: border-box;
  letter-spacing: 4px;
  border-color: #0E90D2;
}
.theme-white .my-dialog .submit-item .am-btn:hover {
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.theme-white .my-dialog .scroll-box {
  max-height: 500px;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 80px;
}
.theme-white .my-dialog .title-short .am-form-group {
  width: 100%;
}
.theme-white .my-dialog .title-short .am-form-group .am-form-label {
  width: 5em;
}
.theme-white .my-dialog .title-short .am-form-group .into-text {
  width: calc(100% - 6em);
}
.theme-white .search-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.theme-white .search-item .time-box {
  width: 26%;
  min-width: 280px;
}
.theme-white .search-item .condtion-box {
  width: 70%;
  text-align: right;
}
.theme-white .search-item .condtion-box > div {
  display: inline-block;
}
.theme-white .search-item .condtion-box .am-selected {
  width: 100%;
}
.theme-white .upload-item {
  width: calc(100% - 11em);
  display: flex;
  height: auto;
}
.theme-white .upload-item .img-box {
  width: 100px;
  height: 100px;
  background-color: #CCCCCCFF;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.theme-white .upload-item .img-box > img {
  display: block;
  margin: auto;
}
.theme-white .upload-item .img-box > small {
  display: block;
}
.theme-white .upload-item .am-btn-danger {
  color: #fff;
  background-color: #CCCCCCFF;
  border-color: #CCCCCCFF;
}
.theme-white .upload-item .am-badge {
  font-weight: 400;
  margin-top: 5px;
  background-color: #fff;
  color: #343756FF;
}
.theme-white .upload-item .am-form-file input[type=file] {
  height: 100%;
}
input:-webkit-autofill {
  background-color: #ffffff !important;
}
@media screen and (max-width: 1024px) {
  .tpl-content-wrapper {
    margin-top: 120px;
  }
}
.width5 {
  width: 5%;
}
.width8 {
  width: 8%;
}
.width15 {
  width: 15%;
}
.width10 {
  width: 10%;
}
.width20 {
  width: 20%;
}
.width22 {
  width: 22%;
}
.width25 {
  width: 25%;
}
.width30 {
  width: 30%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.width90 {
  width: 90%;
}
.width100 {
  width: 100%;
}
/* 一行省略 */
.ellipsis1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
/* 2行省略 */
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
/* 3行省略 */
.ellipsis3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
/* 4行省略 */
.ellipsis4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
