.uploaded {
  background-color: #1e1e1e;
  padding: 0 0.1rem;
}
.operate-btns{
	width:65px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.operate-btns button{
	display: block;
	margin:2px 0;
	width: 100%;
	border: none;
	background: #004578;
	color: #fff;
	padding:1px 5px;
	font-size: 13px;
	box-sizing: border-box;
}

.uploaded .title {
  padding: .1rem 0;
  font-size: 0.32rem;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uploaded .title div {
  color: #e3b37b;
}
.uploaded .title div .iconfont {
  font-size: 0.32rem;
}
.uploaded .title .newItem {
  background-color: #004578;
  color: #fff;
  border: none;
  padding: 0.05rem 0.1rem;
  display: inline-block;
  font-size: 0.18rem;
  border-radius: 0.02rem;
  text-align: center;
}
.uploaded .uploadItem {
  padding: 0.2rem;
  border-bottom: 1px solid #333;
  display: flex;
}
.uploaded .uploadItem .imgBox {
  float: left;
  width: 32rem;
  height: 1.35rem;
  background-size: cover;
  background-position: center center;
}
.uploaded .uploadItem .ItemContent {
  padding-left: 0.2rem;
  position: relative;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: 1.35rem;
}
.uploaded .uploadItem .ItemContent p {
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.uploaded .uploadItem .ItemContent .btm-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #b8b8b8;
}
.uploaded :last-child {
  border-bottom: 0;
}
.iconright2 {
  font-size: 0.5rem;
  color: #a5a5a5;
}
.item {
  /*padding: 0 0.2rem;*/
  background-color: #1d1d1d;
  display: block;
}
.item .border-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.08rem;
  font-size: 0.22rem;
  border-bottom: 1px solid #2d2d2d;
}
.item .border-btm div {
  display: flex;
  align-items: center;
  width: 100%;
}
.item .border-btm div span {
  margin-right: 0.15rem;
  width: 1.5rem;
  display: inline-block;
  text-align: right;
}
.item .border-btm div input,
.item .border-btm div select {
  background: #3c3c3c;
  border: none;
  width: 100%;
  flex: 1;
  padding: 0.12rem;
}
.item .border-btm button {
  background-color: #004577;
  border: none;
  font-size: 0.2rem;
}
.margin-btm {
  margin-bottom: 0.3rem;
  border: none !important;
}
.sub-btn {
  padding: 0.3rem 0.2rem 0.3rem 25%;
  background-color: #1d1d1d;
}
.sub-btn button {
  margin-left: 0.08rem;
  border: none;
  background-color: #937654;
  padding: 0.1rem 0.5rem;
  display: block;
}
.table-list li + li {
  border-top: 1px solid #535353;
}
.table-list .section-top {
  font-size: .28rem;
  margin-bottom: 0;
}
.table-list .section-top .section-more {
  font-size: .2rem;
}
.table-list .section-top .iconfont {
  font-size: .28rem;
}
.table-list li{
  display: flex;
  display: -webkit-flex;
  padding: .34rem 0;
}
.tabListH li>a {
	display: flex;
	 display: -webkit-flex;
	 width: 100%;
}


.table-list li a.single-link .img-box {
  width: 2.02rem;
  height: 1.36rem;
  flex: 0 0 2.02rem;
}
.table-list li .right-wrap {
  padding: 0 .2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20rem;
  flex: 1;
  position: relative;
}
.flexGroup{
  display: flex;
}
.table-list li .right-wrap .iconfont {
  font-size: 12px;
}
.table-list li .right-wrap .title {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  line-height: 1.3;
  flex-shrink: 0;
}
.table-list li .right-wrap .title a{
  word-break: break-all;
}
.table-list li .right-wrap .title span{
	    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2;
    max-height: 35px; */
}



.table-list li .right-wrap .desc > div {
  display: flex;
  justify-content: space-between;
  font-size:12px;
  color: #b8b8b8;
  line-height: 1.2;
  padding: .04rem 0;
}
.table-list li .right-wrap .desc > div .right{
	display:flex;
	align-items:center
}
.table-list li .right-wrap .desc > div .right .reply-icon {
    width: 16px;
    height: 16px;
    background: url(../../m_public/img/pngs/reply.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left:5px;
}
.table-list li .right-wrap .desc > div .right .reply-icon .reply-content{
	display: none;
	position: absolute;
	top: -5px;
	right: 75px;
	width: 235px;
	/* height: 100px; */
	background: #3c3c3c;
	border-radius: 4px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px 10px;
	text-align: left;
	line-height: 20px;
	z-index: 2;
}
.table-list.table-list2 li .right-wrap .title {
  -webkit-line-clamp: 1;
}
.table-list.table-list2 .desc div.second.fr {
  justify-content: flex-end;
}
.upload {
  /*background-color: #000;*/
  color: #fff;
  height: 100%;
}
.am-tabs-default .am-tabs-nav {
    line-height: 40px;
    /*background-color: #eee;*/
    /*margin-bottom: .16rem;*/
}
.upload .anp-container .breadcrumb {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  height: 0.4rem;
}
.upload .anp-container .breadcrumb :last-child {
  color: #e3b37b;
  font-size: 0.32rem;
  margin-left: 0.1rem;
}
.upload .anp-container .breadcrumb :first-child {
  font-size: 0.26rem;
}
.upload .anp-container .select-btn {
  margin-bottom: 0.1rem;
  padding: .1rem .15rem;
}
.itemForm .inputstyle {
  width: 100% !important;
  /*float: left;*/
 	display: flex !important;
 	display: -webkit-flex !important;
  margin: 0;
  /* padding: .05rem 0; */
}
.upload .anp-container .select-btn .inputstyle label {
    flex: 0 0 1.6rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #3c3c3c;
  border-right: 1px solid #2c2a2a;
  padding: 0 0.1rem;
  margin-bottom: .1rem;
}

.itemForm{
	/*display: -webkit-flex;
	display: flex;*/
	width: 100%;
	
}
.itemForm>div{
	float: left;
}
.itemForm>div:nth-child(2){
	float: right;
	box-sizing: border-box;
	 border-left: 1px solid #2c2a2a;
}
.upload .anp-container .select-btn .inputstyle input,
.upload .anp-container .select-btn .inputstyle select {
  height:40px;
/*  line-height: 45px;*/
  border: none;
  background: #3c3c3c;
  font-size: 14px;
  padding-left: 0.2rem;
  color: #fff;
  /*width:59%;*/
}
.upload .anp-container .select-btn .inputstyle .selectTime{
  display: flex;
  justify-content: space-between;
  margin: .1rem 0!important;
}
.upload .anp-container .select-btn .inputstyle .selectTime span{
  width: 49%;
}
.upload .anp-container .select-btn .timeInput {
  width:100%;
  display: flex;
  margin: 0 !important;
  justify-content: space-between;
}
.upload .anp-container .select-btn .timeInput .clearfix-right{
  width: 100%;
}
.upload .anp-container .select-btn .timeInput select {
  margin-right: 1px;
}
.upload .anp-container .select-btn .timeInput input {
  margin-right: 1px;
}
.upload .anp-container .select-btn .timeInput :last-child {
  margin: 0;
}
.upload .anp-container .select-btn .checkItem {
  margin: 0;
  /*display: flex;
  display: -webkit-flex;
  align-items: center;*/
  /*justify-content: center;*/
  padding: .05rem 0;
  
}
.table-list{
	padding: 0 .15rem;
}
.upload .anp-container .select-btn .checkItem .am-checkbox-inline {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  margin-right: .1rem;
  margin-left: 0;
}
.upload .anp-container .select-btn .checkItem .am-checkbox-inline input{
	margin: 0 0 0 -20px;
	width: 16px;
	height: 16px;
}
.upload .anp-container .select-btn .checkItem .am-checkbox-inline span {
  margin-left: 0.1rem;
}
.am-tabs{
	background: #2c2a2a;
}
.upload .anp-container .select-btn .btns {
  text-align: right;
  padding-right: 0.1rem;
  padding-top: .2rem;
}
.upload .anp-container .select-btn .btns button {
         border: none;
    background-color: #004578;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0.02rem;
    text-align: center;
}
.layui-layer-hui{
  background: #fff!important;
}
.layui-layer-msg .layui-layer-content{
  color: #000!important;
} 