body{padding-top: 45px; padding-bottom:40px}
ul {
  margin-top: 0;
}

.admin-icon-yellow {
  color: #ffbe40;
}

.admin-header {
  z-index: 1090;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #ffffff;
  border-bottom: none;
  box-shadow: rgb(136, 136, 136) 0px 0px 5px 0px;
}

.admin-header a {
  color: #ffffff;
}

.admin-header .am-active, .admin-header .rw-active, .admin-header li a:hover, .admin-header a:focus, .admin-header li:hover {
  background: #3bb4f2 !important;
  border: none;
}

.admin-header-custom {
  background: #5eb95e;
}

.admin-header-list a:hover :after {
  content: none;
}

.admin-main {
}

.admin-menu {
  position: fixed;
  bottom: 30px;
  right: 20px;
}

.admin-sidebar-list {
  margin-top: 12px;
  margin-bottom: 12px;
}

.admin-sidebar-list li {
  border: none;
  background: #FFFFFF;
}

.admin-sidebar {
  width: 200px;
  min-height: 100%;
  float: left;    margin-right: 20px;
  background-color: #f0f6f6;
  border-right: 0px solid #cecece;
  box-shadow: 0 0 1px #888;
}

.admin-sidebar-list a {
  border-left: #f6f6f6 0px solid;
}

.admin-sidebar-list li ul li a:hover, .admin-sidebar-list .am-active a {
  border-left: #6BB13F 2px solid;
  background-color: #f6f6f6;
  color: #6BB13F;
  /*font-weight: bold;*/
}

.admin-sidebar-list li a {
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: lighter;
}

.admin-sidebar-list > li > a {
  font-size: 15px;
}

.admin-sidebar-list li:first-child {
  border-top: none;
}

/*防止产生滚动条*/
.admin-sidebar-list > li:last-child {
  margin-bottom: 0px !important;
}

.admin-sidebar-sub {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px;text-indent: 25px;
  /*box-shadow: 0 16px 8px -15px #e2e2e2 inset;*/
  /*background: #ececec;*/
}

.admin-sidebar-sub li:first-child {
  /*border-top: 1px solid #dedede;*/
}

.admin-sidebar-panel {
  margin: 10px;
}

.admin-content {
  width: auto;
  overflow: hidden;
  height: 100%;
  background: #FFFFFF;
}

.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);
  }

  .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;
  }

}

.admin-offcanvas-bar {
  background-color: #FFFFFF;
}

.admin-sidebar-list a:hover, .admin-sidebar-list a:active {
  /*border-left: #3bb4f2 2px solid;*/
  /*background-color: #ddd;*/
}

/*
* 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;
}

.selected-medias {
  min-height: 300px;
}

/*
 404.html css
*/

.page-404 {
  background: #fff;
  border: none;
  width: 200px;
  margin: 0 auto;
}

.flow_steps {
    height: 42px;
    width: 100%;
    margin-bottom: 20px;
}
.flow_steps .steps {
    padding-left: 0;
}
.flow_steps ul li.current_prev {
    background-position: 100% -42px;
    background-color: #E1E1E1;
}
.flow_steps ul li.first {
    padding-left: 0;
    border-radius: 10px 0 0 10px;
}
.col-md-3 {
    width: 25%;
}
.media_memo{
	word-wrap:break-word;white-space: normal;
}
.flow_steps ul li {    list-style: none;
    float: left;
    height: 42px;
    padding: 0 40px 0 30px;
    line-height: 42px;
    text-align: center;
    background: url(http://www.id-art.cn/index/images/stepbg.png) no-repeat 100% 0 #E1E1E1;
    font-family: "microsoft yahei";
    color: #6C6C6C;
}
.flow_steps ul li.current {
    color: #fff;
    background-color: #6ab03e;
}
.flow_steps ul li dl {position: relative;
    margin-top: 0;
    margin-bottom: 0px;
}
.flow_steps ul li dt {
    font-size: 20px;
    position: absolute;
    left: 9%;
}
 .am-titlebar-default .am-radius{line-height: 26px;
	border: 1px solid #ccc;
}
 .am-titlebar-default .am-btn{
	padding: .1em 1em;
}
 .am-titlebar-default  select{height: 28px;
    line-height: 28px;
    -webkit-border-radius: 0;
    background: url(http://www.id-art.cn/index/images/416332c1cd3147dcb32e6711a98db03d.gif) 100% center no-repeat #fff;
}
.flow_steps ul li dd {
    margin-top: 0em;
}
.flow_steps ul li .wenben{margin: 0 0 0rem;}


.flow_steps ul li.last {
    padding-left: 0;
    border-radius: 0 10px 10px 0;
}
.flow_steps ul li.last {
    background-image: none;
}

#headback {
    height: 45px;
    overflow: hidden;
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 99999999;
    background: #2AACE8;
    width: 100%;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
#headback .back {
    color: #FFFFFF;
    font-size: 22px;
    float: left;
    margin-left: 5px;
}
#headback .fenxiang {
    color: #FFFFFF;
    font-size: 22px;
    float: right;
    margin-right: 10px;
}
.zoosipage{
	height: 70px;
    overflow: hidden;
}
.zoosipage  div{
    height: 45px;
    overflow: hidden;
}
.up-picture-btn1{padding-top:20px; padding-bottom:20px;}
.up-picture-btn1 #litpic_show1{ margin:0 auto;  display:block;border-radius: 50% 50%;}

.video{background: #000000;}
span.current {
    position: relative;
    padding: 2px 10px;
    margin-left: 10px;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    background-color: #DF4547;
    border: 1px solid #DF4547;
    color: #fff;
}
.num, .prev, .next, a.end {
    position: relative;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 10px;
    line-height: 40px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.f16{font-size:16px}
.inputcs{    
    height: 25px !important;
    padding: 0px 10px !important;
	line-height:25px !important;
}
.am-titlebar-default {
    display: -webkit-box !important;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    border-bottom: 1px solid #dedede;
    line-height: 44px;
}

.am-titlebar-title a{    color: #ABABAB;
        font-size: 12px;
    padding-left: 5px !important;}
.am-divider{margin-left: 10px !important;
    margin-right: 10px!important;}
.am-g {
    margin: 0 auto;
    width: 100%;
    /* margin-top: 10px; */
    padding-left: 10px !important;
    padding-right: 10px!important;
}
.up-picture-btn input, .up-file-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.am-titlebar-title:before {
    content: "\e66e";
}
.am-titlebar-default .am-titlebar-title:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    line-height: 40px;
    height: 28px !important;
    bottom: 8px;
    border-left: 3px solid #6BB13F;
}
.am-titlebar-default .am-titlebar-title {
    position: relative;
    padding-left: 12px;
    color: #6BB13F;
    font-size: 1.8rem;
    list-style: none;
    float: left;    width: 100%;
    line-height: 40px !important;
    text-align: left;
    font-weight: 700;
}
.am-titlebar-default .am-titlebar-titles {
    position: relative;
    padding-left: 12px;
    font-size: 1.8rem;
    list-style: none;
    float: left;
    width: 100%;
    line-height: 40px !important;
    text-align: left;
    font-weight: 700;
}
.am-titlebar-default .am-titlebar-titles:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    line-height: 40px;
    height: 28px !important;
    bottom: 8px;
    border-left: 0px solid #6BB13F;
}
#ckgd{
	margin: 20px auto;
	background-color: #D61B19;
	border-radius: 3px;
	border-color: transparent;
	-webkit-transition: background-color 0.35s ease-in-out;
	-moz-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out
}