.uploaded {
  background-color: #1e1e1e;
  padding: 0 0.1rem;
}
.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: 50px;*/
    padding: 12px 0;
    font-size: 14px;
  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: 12px;
  height:auto;
  line-height:inherit;
}
.margin-btm {
  margin-bottom: 15px;
  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;
}
.blue-btn {
  background: #004578;
  flex-shrink: 0;
padding: 5px 15px;
  border-radius: .06rem;
}
.process-btn {
  display: inline-block;
  padding: .08rem .4rem;
  background: #937654;
  color: #FFF;
  cursor: pointer;
  font-size: .2rem;
}
.uc-form .form-group {
  display: flex;
}
.uc-form .form-group > label {
  width: 1.3rem;
  text-align: right;
  margin-right: .2rem;
  font-size: .22rem;
  padding-top: .15rem;
}
.uc-form .form-group .right-wrap {
  padding-right: .2rem;
  flex: 1;
  font-size: .22rem;
  min-height: .7rem;
}
.uc-form .form-group .right-wrap .form-control-static {
  padding-top: .15rem;
  height: .7rem;
  color: #929092;
}
.uc-form .form-group.address-group .right-wrap .address-content {
  display: flex;
  margin-bottom: .15rem;
}
.uc-form .form-group.address-group .right-wrap .address-content select + select {
  margin-left: .15rem;
}
.uc-form .btn-wrap {
  margin-left: 1.5rem;
}
.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;
  padding: .34rem 0;
}
.table-list li a.single-link .img-box {
  width: 2.02rem;
  height: 1.36rem;
}
.table-list li .right-wrap {
  padding: .1rem .2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-list li .right-wrap .iconfont {
  font-size: .24rem;
}
.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 .desc > div {
  display: flex;
  justify-content: space-between;
  font-size: .24rem;
  color: #b8b8b8;
  line-height: 1.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;
}
.personalCenter {
  /*background-color: #000;*/
  color: #fff;
  height: 100%;
}
.personalCenter .anp-container .breadcrumb {
  margin-bottom: 0.2rem;
  display: inline-flex;
  align-items: center;
  height: 0.44rem;
}
.personalCenter .anp-container .breadcrumb :last-child {
  color: #e3b37b;
  font-size: 0.32rem;
  margin-left: 0.1rem;
}
.personalCenter .anp-container .breadcrumb :first-child {
  font-size: 0.26rem;
}
.personalCenter .anp-container .iconright2 {
  font-size: 18px;
  color: #a5a5a5;
}
.personalCenter .anp-container .avatar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  margin-bottom: 15px;
  background-color: #1d1d1d;
}
.personalCenter .anp-container .avatar .leftBox {
  display: flex;
  align-items: center;
}
.personalCenter .anp-container .avatar .leftBox .avatarImg {
  width:45px;
  height: 45px;
  background-size: cover;
  border-radius: 50%;
  margin-right: 0.3rem;
}
.personalCenter .anp-container .avatar .leftBox .avatarImg img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.personalCenter .anp-container .avatar .leftBox p {
  font-size: 16px;
}
.personalCenter .anp-container .avatar .leftBox span {
  font-size:14px;
}
.personalCenter .anp-container .border-btm div {
  justify-content: flex-start;
}
.personalCenter .anp-container .border-btm div span {
  width: auto;
}
 