/**
 * admin.css
 */


/*
 fixed-layout 固定头部和边栏布局
*/

html,
body {
  height: 100%;
  overflow: hidden;
}

ul {
  margin-top: 0;
}

.admin-icon-yellow {
  color: #ffbe40;
}

.admin-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.admin-header-list a:hover :after {
  content: none;
}

.admin-main {
  position: relative;
  height: 100%;
  padding-top: 51px;
  background: #f3f3f3;
}

.admin-menu {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  right: 20px;
}

.admin-sidebar {
  width: 260px;
  min-height: 100%;
  float: left;
  border-right: 1px solid #cecece;
}

.admin-sidebar.am-active {
  z-index: 1600;
}

.admin-sidebar-list {
  margin-bottom: 0;
}

.admin-sidebar-list li a {
  color: #5c5c5c;
  padding-left: 24px;
}

.admin-sidebar-list li:first-child {
  border-top: none;
}

.admin-sidebar-sub {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 16px 8px -15px #e2e2e2 inset;
  background: #ececec;
  padding-left: 24px;
}

.admin-sidebar-sub li:first-child {
  border-top: 1px solid #dedede;
}

.admin-sidebar-panel {
  margin: 10px;
}

.admin-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.admin-content,
.admin-sidebar {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.admin-content-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.admin-content-footer {
  font-size: 85%;
  color: #777;
}

.admin-content-list {
  border: 1px solid #e9ecf1;
  margin-top: 0;
}

.admin-content-list li {
  border: 1px solid #e9ecf1;
  border-width: 0 1px;
  margin-left: -1px;
}

.admin-content-list li:first-child {
  border-left: none;
}

.admin-content-list li:last-child {
  border-right: none;
}

.admin-content-table a {
  color: #535353;
}
.admin-content-file {
  margin-bottom: 0;
  color: #666;
}

.admin-content-file p {
  margin: 0 0 5px 0;
  font-size: 1.4rem;
}

.admin-content-file li {
  padding: 10px 0;
}

.admin-content-file li:first-child {
  border-top: none;
}

.admin-content-file li:last-child {
  border-bottom: none;
}

.admin-content-file li .am-progress {
  margin-bottom: 4px;
}

.admin-content-file li .am-progress-bar {
  line-height: 14px;
}

.admin-content-task {
  margin-bottom: 0;
}

.admin-content-task li {
  padding: 5px 0;
  border-color: #eee;
}

.admin-content-task li:first-child {
  border-top: none;
}

.admin-content-task li:last-child {
  border-bottom: none;
}

.admin-task-meta {
  font-size: 1.2rem;
  color: #999;
}

.admin-task-bd {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.admin-content-comment {
  margin-bottom: 0;
}

.admin-content-comment .am-comment-bd {
  font-size: 1.4rem;
}

.admin-content-pagination {
  margin-bottom: 0;
}
.admin-content-pagination li a {
  padding: 4px 8px;
}

@media only screen and (min-width: 641px) {
  .admin-sidebar {
    display: block;
    position: static;
    background: none;
  }

  .admin-offcanvas-bar {
    position: static;
    width: auto;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-y: visible;
    min-height: 100%;
  }
  .admin-offcanvas-bar:after {
    content: none;
  }
}

@media only screen and (max-width: 640px) {
  .admin-sidebar {
    width: inherit;
  }

  .admin-offcanvas-bar {
    background: #f3f3f3;
  }

  .admin-offcanvas-bar:after {
    background: #BABABA;
  }

  .admin-sidebar-list a:hover, .admin-sidebar-list a:active{
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background: #E4E4E4;
  }

  .admin-content-list li {
    padding: 10px;
    border-width: 1px 0;
    margin-top: -1px;
  }

  .admin-content-list li:first-child {
    border-top: none;
  }

  .admin-content-list li:last-child {
    border-bottom: none;
  }

  .admin-form-text {
    text-align: left !important;
  }

}

/*
* user.html css
*/
.user-info {
  margin-bottom: 15px;
}

.user-info .am-progress {
  margin-bottom: 4px;
}

.user-info p {
  margin: 5px;
}

.user-info-order {
  font-size: 1.4rem;
}

/*
* errorLog.html css
*/

.error-log .am-pre-scrollable {
  max-height: 40rem;
}

/*
* table.html css
*/

.table-main {
  font-size: 1.4rem;
  padding: .5rem;
}

.table-main button {
  background: #fff;
}

.table-check {
  width: 30px;
}

.table-id {
  width: 50px;
}

@media only screen and (max-width: 640px) {
  .table-select {
    margin-top: 10px;
    margin-left: 5px;
  }
}

/*
gallery.html css
*/

.gallery-list li {
  padding: 10px;
}

.gallery-list a {
  color: #666;
}

.gallery-list a:hover {
  color: #3bb4f2;
}

.gallery-title {
  margin-top: 6px;
  font-size: 1.4rem;
}

.gallery-desc {
  font-size: 1.2rem;
  margin-top: 4px;
}
/*
 404.html css
*/

.page-404 {
  background: #fff;
  border: none;
  width: 200px;
  margin: 0 auto;
}


/* 时间选择器样式修改 */
.am-datepicker-days, .am-datepicker-caret, .am-datepicker-days, .am-datepicker-months, .am-datepicker-years{
  margin-top: -8rem;
}
.am-datepicker-table{
  z-index: 999;
}
.am-datepicker-table tr{
  background-color: #fff;
  z-index: 999;
}

/* 自定义样式 */
.cu_form {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bolder;
  font-size: 14px;
}
.cu_form_tip {
  color: red;
  font-size: 1rem;
  margin-left: 10px;
}
.cu_add_case {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-wrap: wrap;
}
.cu_add_case li{
  background-color: #dedede;
  width: 18%;
  margin-left: 1%;
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 1.5rem
}
.cu_add_case .active{
  background-color: #fff;
  border: 1px solid #0056a0;
}
.cu_add_case li:hover{
  cursor: pointer;
}
.cu_point:hover{
  cursor: pointer;
}
.cu_color{
  color: #0E90D2!important;
}
.cu_margin_top{
  margin-top: 20px!important;
}
.cu_flex{
  display: flex;
  height: 300px;
}
.cu_flex .cu_data {
  width: 120px;
  height: 30px;
  line-height: 30px;
}
.cu_flex .cu_img{
  width: 30px;
  height: 300px;
  margin-right: 30px;
}
.cu_flex .cu_img .cu_arrow{
  width: 30px;
  height: 270px;
  margin-right: 30px;
}
.cu_flex .cu_img img{
  width: 30px;
  height: 30px;
}
.cu_flex .cu_content {
  width: 850px;
  height: 300px;
}
.cu_flex .cu_content p{
  line-height: 30px;
  width: 850px;
  margin: 0;
}
.cu_flex .cu_content img{
  width: 120px;
  height: 160px;
}
.cu_flex_first .cu_img .cu_arrow_first{
  width: 30px;
  height: 270px;
  margin-right: 30px;
}
.cu_flex_first{
  display: flex;
  height: 300px;
}
.cu_flex_first .cu_data{
  width: 120px;
  height: 30px;
  line-height: 30px;
}
.cu_flex_first .cu_img{
  width: 30px;
  height: 300px;
  margin-right: 30px;
}
.cu_flex_first .cu_img img{
  width: 30px;
  height: 30px;
}
.cu_content_first{
  text-decoration: underline;
  color: #0E90D2;
}
.cu_content_first:hover{
  cursor: pointer;
}
.cu_flex:last-child .cu_img img:last-child{
  display: none;
}
.cu_border{
  border: 1px solid #333!important;
}
.cu_seal{
  position: absolute;
  color: #d9001B;
  border: 1px solid #d9001B;
  border-radius: 5px;
  width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  right: 50px;
  top: -20px;
  transform: rotate(30deg);
}
.cu_changePassword{
  width: 80vw;
  margin: 0 auto;
  margin-top: 150px;
}
.cu_modal{
  width: 60vw;
  padding: 20px;
}
.big_img{
  position:fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.big_img_block{
  position:fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.big_img_block img{
  width: 300px;
  height: 400px;
}
.cu_color {
  color: #555!important;
}
.cu_code{
  width: 100%;
  height: 41px;
}
.cu_code_input{
  width: 50%;
  height: 41px;
  float: left;
}
.cu_code_img {
  width: 40%;
  height: 41px;
  float: right;
}
.cu_code_img img {
  width: 100px;
  height: 41px;
  float: left;
}
.cu_code_img .cu_code_tip{
  float: right;
  color: #fff;
  transform: translateY(10px);
}
.cu_code_img:hover{
  cursor: pointer;
}
.cu_float_left{
  float: left;
}
.cu_line_height{
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
}
.cu_select{
  height: 30px;
  border: 1px solid #c2cad8;
  font-size: 13px;
  border-radius: 4px;
  color: #4d6b8a;
}
.disclaimers_title{
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  height: 60px;
  line-height: 60px;
}
.cu_paragraph{
  font-size: 15px;
  text-indent: 2em;
  margin-bottom: 15px;
}
.disclaimers_contain{
  padding: 80px;
}
.disclaimers_file{
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}
.cu_media{
  width: 100%;
}
/*@media screen and (min-width: 1440px) {*/
  /*.cu_media {*/
    /*width: 1440px!important;*/
    /*margin: 0 auto;*/
  /*}*/
/*}*/
/* @media screen and (max-width: 1040px) {
  .cu_media1 {
    width: 1040px;
    margin: 0 auto;
  }
} */
