.layout-upload-record {
    width: 1096px;
  }
 .layout-upload-record .upload-data-overview {
  border-radius: 12px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 12px 24px;
  margin-bottom: 16px;
}
.layout-upload-record .upload-data-overview .upload-data-overview-title {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
.layout-upload-record .upload-data-overview .upload-data-overview-title .update-time {
  display: flex;
}
.layout-upload-record .upload-data-overview .upload-data-overview-title .update-time span {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #1D2129;
  font-weight: 600;
  margin-right: 8px;
}
.layout-upload-record .upload-data-overview .upload-data-overview-title .update-time i {
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  color: #4E5969;
}
.layout-upload-record .upload-data-overview .upload-data-overview-title .code-scanning {
  display: block;
  width: 208px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  color: #06CD65;
  text-align: center;
  border: 1px solid;
  border-radius: 6px;
}
.layout-upload-record .upload-data-overview .upload-data-overview-title .code-scanning .icon {
  color: #06CD65;
  font-size: 16px;
}
.layout-upload-record .upload-data-overview .card-overview {
  display: flex;
  justify-content: space-between;
}
.layout-upload-record .upload-data-overview .card-overview > li {
  width: 207px;
  height: 146px; margin-right:12px;
  position: relative;
  padding: 19px 12px 0;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.layout-upload-record .upload-data-overview .card-overview > li .hide-income {
  display: none;
}
.layout-upload-record .upload-data-overview .card-overview > li.pink {
  background-color: #FFF0F0;
}
.layout-upload-record .upload-data-overview .card-overview > li.pink::before {
  background-color: #FF7A7A;
}
.layout-upload-record .upload-data-overview .card-overview > li.green {
  background-color: #EAF9F6;
}
.layout-upload-record .upload-data-overview .card-overview > li.green::before {
  background-color: #06CD65;
}
.layout-upload-record .upload-data-overview .card-overview > li.blue {
  background-color: #EDF3FF;
}
.layout-upload-record .upload-data-overview .card-overview > li.blue::before {
  background-color: #317EF2;
}
.layout-upload-record .upload-data-overview .card-overview > li.purple {
 background-color: #06CD65;
}
.layout-upload-record .upload-data-overview .card-overview > li.purple::before {
 background-color: #06CD65;
}
.layout-upload-record .upload-data-overview .card-overview > li.orange {
  background-color: #FFF8E6;
}
.layout-upload-record .upload-data-overview .card-overview > li.orange::before {
  background-color: #FAB301;
}
.layout-upload-record .upload-data-overview .card-overview > li.purplish {
  background-color: #FFE8F5;
}
.layout-upload-record .upload-data-overview .card-overview > li.purplish::before {
  background-color: #D70282;
}
.layout-upload-record .upload-data-overview .card-overview > li::before {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.layout-upload-record .upload-data-overview .card-overview > li .icon-model {
  position: absolute;
  right: 8px;
  bottom: 18px;
  font-size: 42px;
}
.layout-upload-record .upload-data-overview .card-overview > li .label-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.layout-upload-record .upload-data-overview .card-overview > li .label-title span {
  color: #4E5969;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.layout-upload-record .upload-data-overview .card-overview > li .label-title .icon {
  font-size: 20px;
  color: #4E5969;
  margin-top: 3px;
  cursor: pointer;
}
.layout-upload-record .upload-data-overview .card-overview > li .label-title .icon:hover {
  color: #06CD65;
}
.layout-upload-record .upload-data-overview .card-overview > li .label-title .income-statement {
  font-size: 12px;
  color: #4E5969;
  line-height: 28px;
}
.layout-upload-record .upload-data-overview .card-overview > li .upload-img {
	width:55px; text-align:center; margin:0 auto;
}
.layout-upload-record .upload-data-overview .card-overview > li .upload-img img{
	width:55px; text-align:center;
}
.layout-upload-record .upload-data-overview .card-overview > li .label-upload {
	width:100%; text-align:center;
}
.layout-upload-record .upload-data-overview .card-overview > li .label-upload a{
	width:100%; text-align:center; height:30px; line-height:30px; display:block; color:#ffffff; font-size:18px;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-upload {
	width:100%; text-align:center; font-size:14px; color:#eeeeee;
}



.layout-upload-record .upload-data-overview .card-golds > li {
  width: 207px; display:inline-block;
  height: 96px; margin-right:12px;
  position: relative;
  padding:9px 12px 0;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.layout-upload-record .upload-data-overview .card-golds > li.purple {
 background-color: #06CD65;
}
.layout-upload-record .upload-data-overview .card-golds > li.tixian {
  background-color: #FAB301;
}
.layout-upload-record .upload-data-overview .card-golds > li .upload-img {
	width:55px; text-align:center; float:left;  padding:10px 15px;
}
.layout-upload-record .upload-data-overview .card-golds > li .upload-img img{
	width:55px; text-align:center;
}
.layout-upload-record .upload-data-overview .card-golds > li .label-upload {
	width:100%; text-align:center;
}
.layout-upload-record .upload-data-overview .card-golds > li .label-upload a{
	width:100%; text-align:center; height:35px; line-height:35px; display:block; color:#ffffff; font-size:24px;
}
.layout-upload-record .upload-data-overview .card-golds > li .item-upload {
	width:100%; text-align:center; font-size:14px; color:#eeeeee;
}

.layout-upload-record .upload-data-overview .card-golds > li .uploadwen {
	width:100px; float:left; padding:10px 15px 10px 15px; 
}

 

.layout-upload-record .upload-data-overview .card-golds > li .upload-imgs {
	width:40px; text-align:center; margin:0 auto; padding-top:5px;
}
.layout-upload-record .upload-data-overview .card-golds > li .upload-imgs img{
	width:40px; text-align:center;
}

.layout-upload-record .upload-data-overview .card-golds > li .label-uploads {
	width:100%; text-align:center;
}
.layout-upload-record .upload-data-overview .card-golds > li .label-uploads a{
	width:100%; text-align:center; height:35px; line-height:35px; display:block; color:#ffffff; font-size:18px;
}


.layout-upload-record .upload-data-overview .card-overview > li .account-balance {
  position: relative;
  z-index: 2;
  display: flex;
  line-height: 36px;
  margin-bottom: 19px;
}
.layout-upload-record .upload-data-overview .card-overview > li .account-balance span {
  font-size: 24px;
  font-weight: bold;
  color: #1D2129;
  margin-right: 8px;
}
.layout-upload-record .upload-data-overview .card-overview > li .account-balance i {
  font-size: 16px;
  color: #86909C;
  padding-top: 12px;
  line-height: 1;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date {
  position: relative;
  z-index: 2;
  display: flex;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date.balance-proportion {
  position: relative;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date.balance-proportion .float-proportion {
  position: absolute;
  right: 0;
  z-index: 9;
  font-size: 12px;
  color: #86909C;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date.balance-proportion .float-proportion i {
  width: 6px;
  height: 12px;
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../images/upload_record.png);
  margin-right: 0;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date.balance-proportion .float-proportion i.balance-lower {
  background-position: -190px -13px;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date.balance-proportion .float-proportion i.balance-upper {
  background-position: -190px 0px;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date.release-css {
  display: block;
  margin-top: -19px;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date.release-css .no-pass {
  margin-right: 4px;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date i {
  font-size: 12px;
  line-height: 20px;
  color: #86909C;
  margin-right: 4px;
}
.layout-upload-record .upload-data-overview .card-overview > li .item-date span {
  font-size: 12px;
  line-height: 20px;
  color: #06CD65;
}
.layout-upload-record .upload-record-form {
  border-radius: 12px;
  background: #FFFFFF;
  padding: 12px 24px;
  min-height: 700px;
}
.layout-upload-record .upload-record-form .title-record {
  font-size: 16px;
  line-height: 25px;
  color: #1D2129;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.layout-upload-record .upload-record-form .title-record .infrom {
  padding: 3px 16px;
  background-color: #E6FFEE;
  border-radius: 6px;
  font-size: 14px;
  color: #06CD65;
  font-weight: normal;
}
.layout-upload-record .upload-record-form .title-record .infrom .icon-infrom {
  font-size: 16px;
  margin-right: 5px;
}
.layout-upload-record .upload-record-form .upload-record-operate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 1320px;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate {
  display: flex;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate > div {
  margin-right: 16px;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate > div:last-child {
  margin-right: 0;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .input-material-search {
  width: 247px;
  position: relative;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .input-material-search input {
  display: block;
  width: 100%;
  height: 32px;
  border: 1px solid #E5E6EB;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 55px;
  font-size: 12px;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .input-material-search input::placeholder {
  color: #C9CDD4;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .input-material-search .js-nav-search {
  display: inline-block;
  width: 48px;
  height: 32px;
  color: #fff;
  font-size: 24px;
  background: #06CD65;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 6px 6px 0px;
  transition: opacity 0.2s;
  cursor: pointer;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .input-material-search .js-nav-search:hover {
  opacity: 0.9;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material {
  position: relative;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material.fail-sort-screen, .layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material.time-sort-screen {
  max-width: 160px;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material.time-sort-screen .select-option-content {
  width: 125px;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material.fail-sort-screen {
  display: none;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material:hover .select-material {
  border-color: #06cd65;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material:hover .select-option-content {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 0.2s;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-material {
  display: inline-block;
  padding: 0px 44px 0px 16px;
  height: 32px;
  line-height: 32px;
  position: relative;
  border: 1px solid #E5E6EB;
  border-radius: 6px;
  cursor: pointer;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-material .icon_single_arrow {
  color: #C9CDD4;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-option-content {
  min-width: 118px;
  padding: 6px;
  position: absolute;
  top: 70%;
  left: -6px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-option-content ul {
  max-height: 210px;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  box-sizing: border-box;
  width: 100%;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-option-content ul::-webkit-scrollbar {
  width: 4px;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-option-content ul li {
  cursor: pointer;
  font-size: 14px;
  color: #4E5969;
  margin-bottom: 4px;
  line-height: 36px;
  padding-left: 16px;
  padding-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-option-content ul li.active {
  color: #06CD65;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-option-content ul li:hover {
  background: #E8FFEA;
}
.layout-upload-record .upload-record-form .upload-record-operate .form-material-operate .item-screen-material .select-option-content ul li em {
  margin-left: 6px;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content {
  display: flex;
  align-items: center;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content .time-input-select {
  display: flex;
  position: relative;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content .time-input-select span {
  color: #4E5969;
  line-height: 32px;
  font-size: 14px;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content .time-input-select input {
  height: 32px;
  border-radius: 6px;
  width: 220px;
  padding-right: 36px;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content .time-input-select input::placeholder {
  color: #86909C;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content .time-input-select .icon {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 18px;
  color: #C9CDD4;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content a {
  display: inline-block;
  color: #86909C;
  font-size: 14px;
  line-height: 26px;
  margin-left: 15px;
  height: 26px;
  padding: 0px 8px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content a.active {
  background: #e2ffed;
  border: 1px solid #06CD65;
  border-radius: 11px;
  color: #06CD65;
}
.layout-upload-record .upload-record-form .upload-record-operate .time-screen-content a:hover {
  color: #06CD65;
}
.upload-record-table .upload-thead-title {
  height: 46px;
  background: #F2F3F5;
  text-align: center;
  color: #4E5969;
  border-radius: 12px 12px 0px 0px;
  line-height: 46px;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 12px;
}
.upload-record-table .upload-thead-title > div {
  position: relative;
  width: 188px;
}
.upload-record-table .upload-thead-title .tebie {
  width:60px !important;
}
.upload-record-table .upload-thead-title > div .tips-hover {
  position: absolute;
  top: -4px;
  display: inline-block;
  margin-left: 5px;
}
.upload-record-table .upload-thead-title > div .tips-hover i {
  display: inline-block;
  background: url(../images/upload_record.png) -183px -287px no-repeat;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.upload-record-table .upload-thead-title > div .tips-hover:hover .drop-content {
  display: block;
}
.upload-record-table .upload-thead-title > div .tips-hover .drop-content {
  box-shadow: 0px 2px 6px 0px rgba(61, 61, 61, 0.3);
  border-radius: 4px;
  background: #ffffff;
  width: 210px;
  position: absolute;
  top: 100%;
  left: -105px;
  display: none;
  z-index: 2;
}
.upload-record-table .upload-thead-title > div .tips-hover .drop-content h6 {
  font-size: 16px;
  font-weight: 400;
  color: #3bc66f;
  height: 46px;
  line-height: 46px;
  padding-left: 23px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}
.upload-record-table .upload-thead-title > div .tips-hover .drop-content .drop-price {
  text-align: left;
  line-height: 24px;
  padding: 15px 12px 15px 20px;
  font-size: 14px;
  color: #666666;
}
.upload-record-table .upload-thead-title > div .tips-hover .drop-content .see-more {
  color: #666666;
  text-align: left;
  padding: 0px 12px 15px 20px;
  line-height: 1;
}
.upload-record-table .upload-thead-title > div .tips-hover .drop-content .see-more a {
  font-size: 14px;
  font-weight: 400;
  color: #3bc66f;
  text-decoration: underline;
}
.upload-record-table .scroll-table-body {
  height:auto;
  margin-right: -8px;
  
}
.upload-record-table .scroll-table-body::-webkit-scrollbar {
  width: 8px;
}
.upload-record-table .scroll-table-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: #fff;
}
.upload-record-table .scroll-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: #E5E6EB;
}
 
.upload-record-table .scroll-table-body .upload-body-content > li {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #E5E6EB;
  margin-bottom: 25px;
}
.upload-record-table .scroll-table-body .upload-body-content > li:last-child {
  margin-bottom: 32px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div {
  width: 220px;
  font-size: 14px;
  color: #1D2129;
  text-align: center;
}

.upload-record-table .scroll-table-body .upload-body-content > li .tebie{
  width:60px !important;
  font-size: 14px;
  color: #1D2129;
  text-align: center;
}
 

.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img {
  position: relative;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .label-class {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1;
  font-size: 14px;
  border-radius: 4px 0px 12px 0px;
  position: absolute;
  top: 0;
  left: 35px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .label-class .tips-hover {
  position: relative;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .label-class .tips-hover:hover .drop-content {
  display: block;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .label-class .tips-hover .icon {
  font-size: 22px;
  color: #fff;
  margin-right: -5px;
  cursor: pointer;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .label-class .tips-hover .drop-content {
  display: none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 22px;
  width: 296px;
  background: #F7F8FA;
  text-align: left;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .label-class .tips-hover .drop-content a {
  color: #06CD65;
  text-decoration: underline;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .label-class .tips-hover .drop-content span {
  color: #06CD65;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .images-cover {
  display: block;
  width: 150px;
  height: 120px;
  border-radius: 4px;
  margin: auto;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.cover-picture-img .images-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.upload-name p {
  line-height: 18px;
  margin-bottom: 6px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.upload-name p:last-child {
  margin-bottom: 0;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .profit-detailed b {
  font-size: 18px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details {
  margin-top: 8px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a {
  position: relative;
  font-weight: 400;
  color: #86909C;
  font-size: 12px;
  margin-right: 12px;
}

.btn-details a {
	display:inline-block;
}

.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a:last-child {
  margin-right: 0;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a:hover .tip {
  display: inline-block; margin-left:5px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a .icon {
  font-size: 16px;
  vertical-align: -4px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a.exposure-details .tip {
  display: block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  bottom: -40px;
  left: -42px;
  background: url(/user/images/upload-model-exposure.png) -10px -10px no-repeat;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a.exposure-details .tip::after {
  content: none;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a.exposure-details .tip-exposure1 {
  background-position: -10px -62px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a.exposure-details .exposure-num0 {
  display: none;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a .tip {
  position: absolute;
  display: none;
  padding: 4px;
  font-size: 12px;
  width: 115px;
  color: #fff;
  background-color: #1D2129;
  z-index: 2;
  bottom: -35px;
  left: -55px;
  border-radius: 3px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.tbody-income .btn-details a .tip::after {
  content: "";
  position: absolute;
  display: inline-block;
  /* 向上三角形 */
  border-bottom: 6px solid #1D2129;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  left: 50%;
  margin-left: -6px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .transfer-author-span {
  color: #F53F3F;
  cursor: pointer;
  position: relative;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .transfer-author-span:hover .drop-content {
  display: block;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .transfer-author-span .drop-content {
  box-shadow: 0px 2px 6px 0px rgba(61, 61, 61, 0.3);
  border-radius: 4px;
  background: #ffffff;
  color: #1D2129;
  width: 210px;
  position: absolute;
  padding: 10px 0px;
  top: calc(100% + 10px);
  left: -70px;
  display: none;
  z-index: 2;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .transfer-author-span .drop-content h6 {
  font-size: 16px;
  font-weight: 400;
  color: #3bc66f;
  height: 46px;
  line-height: 46px;
  padding-left: 23px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .transfer-author-span .drop-content .drop-price {
  text-align: left;
  line-height: 24px;
  padding: 15px 12px 15px 20px;
  font-size: 14px;
  color: #666666;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .transfer-author-span .drop-content .see-more {
  color: #666666;
  text-align: left;
  padding: 0px 12px 15px 20px;
  line-height: 1;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .transfer-author-span .drop-content .see-more a {
  font-size: 14px;
  font-weight: 400;
  color: #3bc66f;
  text-decoration: underline;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .examine-state {
  display: inline-block;
  background-image: url(../images/upload_record.png);
  background-position: -182px -197px;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .examine-in-review {
  display: inline-block;
  background-image: url(../images/upload_record.png);
  background-position: -187px -61px;
  width: 13px;
  height: 15px;
  vertical-align: -2px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .examine-success {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/upload_record.png);
  background-position: -182px -232px;
  vertical-align: -3px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .icon {
  font-size: 18px;
  vertical-align: -5px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .tab-reason {
  display: block;
  width: 85px;
  font-weight: bold;
  font-size: 14px;
  color: #fc4c4c;
  margin: 5px auto 0;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .table-info-btn {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .table-info-btn a {
  font-size: 12px;
  color: #86909C;
  margin-right: 6px;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .table-info-btn a.color-green {
  color: #06CD65;
}
.upload-record-table .scroll-table-body .upload-body-content > li > div.fail-state .table-info-btn a:last-child {
  margin-right: 0;
}
.upload-record-table .scroll-table-body .upload-body-content .wave-loading {
  padding-top: 50px;
  line-height: 200px;
  text-align: center;
}
.upload-record-table .scroll-table-body .upload-body-content .wave-loading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(197, 197, 197);
  margin: 0 2px;
  animation: wave-loading 1s ease-in-out infinite;
  animation-delay: calc(0.1s * var(--time));
}
.upload-record-table .list-laypage {
  text-align: center;
}
.upload-record-table .list-laypage .layui-laypage .layui-laypage-curr {
  margin-right: 8px;
  font-size: 14px;
}
.upload-record-table .list-laypage .layui-laypage .layui-laypage-curr em {
  color: #06CD65;
  padding: 0;
  font-weight: 600;
}
.upload-record-table .list-laypage .layui-laypage a {
  font-size: 14px;
  color: #4E5969;
  font-weight: 600;
  border-width: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 0;
  margin-right: 8px;
}
.upload-record-table .list-laypage .layui-laypage a:hover {
  color: #06CD65;
}
.upload-record-table .list-laypage .layui-laypage a:last-child {
  margin-right: 0;
}
.upload-record-table .list-laypage .layui-laypage span {
  border-width: 0;
  padding: 0;
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.upload-record-table .list-laypage .layui-laypage .icon {
  font-size: 20px;
  vertical-align: -5px;
}
.upload-record-table .list-laypage .layui-laypage .layui-laypage-count {
  width: auto !important;
}
.layout-upload-record .upload-record-form .upload-no-data {
  padding-top: 90px;
  text-align: center;
}
.layout-upload-record .upload-record-form .upload-no-data .icon {
  font-size: 200px;
}
.layout-upload-record .upload-record-form .upload-no-data p {
  font-size: 14px;
  color: #86909C;
  line-height: 1;
}
.layout-upload-record .upload-record-form .upload-no-data p a {
  color: #06CD65;
  text-decoration: underline;
}


.new-upload-content .tab-nav-title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px
}

.new-upload-content .tab-nav-title a {
    display: inline-block;
    padding: 0 9px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #707070;
    font-size: 18px;
    position: relative
}

.new-upload-content .tab-nav-title a.active {
    background-color: #3bc66f;
    color: #fff;
    border-radius: 5px 5px 0px 0px
}

.new-upload-content .tab-nav-title a .icon-new-tietu {
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -12px;
    width: 36px;
    height: 18px;
    background: url(../images/new-tietu.png) no-repeat;
    animation: ll-per .8s ease infinite 80ms alternate
}

.main-box {
    padding: 28px 24px;
    background-color: #fff;
    border-radius: 12px
}

.table-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #1D2129;
    line-height: 22px
}

.table-content {
    min-height: 500px
}

.table-content .more_text {
    color: var(--Color-text-disabled,#C8C8C8);
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
    line-height: 1
}

.table-content .more_texts {
    color: #666666;
	padding-left:15px;
    font-size: 14px;
    text-align: left;
    margin-top: 50px;
    line-height: 25px;
}

.address {
    width: 100%
}

.address .thead {
    border-radius: 12px 12px 0 0;
    background: #F2F3F5;
    border-bottom: 1px solid #E5E6EB;
    font-size: 14px;
    color: #4E5969
}

.address .tr-css,.address .tr-css input {
    font-size: 14px;
    color: #1D2129;
    background: #fff
}

.address .tr-css input {
    width: 100%;
    border: none;
    text-align: center
}

.address .tr-css:nth-of-type(2n-1),.address .tr-css:nth-of-type(2n-1) input {
    background: #F7F8FA
}

.address .tr-css:nth-of-type(2n-1) input:hover {
    background-color: #F2F3F5
}

.address .tr-css img {
    margin: 0 auto;
    width: 120px;
    height: 90px;
    background: #E5E6EB;
    border-radius: 12px
}

.address .tr-css .gray-title {
    color: #4E5969;
    line-height: 22px
}

.address td,.address th {
    padding: 8px;
    line-height: 24px
}

.address .tr-css:hover,.address .tr-css:hover input {
    background-color: #F2F3F5
}

.address th {
    font-weight: 400
}

.address td {
    text-align: center;
    word-break: break-all
}

.address td.operate span {
    display: inline-block;
    cursor: pointer;
    margin: 0 6px
}

.address td.operate .default {
    color: #86909C;
    cursor: auto
}

.address td.operate .default:hover {
    color: #86909C
}

.address td.operate .hide,.address tr.add-addr-form {
    display: none
}

.add-addr {
    height: 56px;
    color: #86909C;
    line-height: 56px;
    text-align: center;
    background: #FFF;
    border: 1px dashed #C9CDD4;
    cursor: pointer
}

.add-addr:hover {
    border-color: #06CD65;
    color: #06CD65
}
.filter label {
    cursor: pointer
}

.filter .filter-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #1D2129;
    line-height: 24px
}

.filter .filter-left>div {
    margin-right: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f,.f2 {
    display: -webkit-box;
    display: -ms-flexbox
}

.filter .filter-title {
    font-size: 16px;
    white-space: nowrap
}

.filter .filter-nums {
    margin-top: 8px;
    min-width: 220px;
    font-size: 14px;
    color: #86909C;
    line-height: 24px
}
.f {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f2 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.row>ul>li {
    margin-bottom: 15px
}

.radio-css {
    margin: 0 8px 0 24px;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    padding: 0;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    outline: 0;
    cursor: pointer
}

.radio-css:checked {
    background-color: #06CD65;
    position: relative;
    border-color: #06CD65
}

.radio-css:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff
}


.kaocs #userfile3 {
	display: none;
}
.kaocs label {
	width:100%; height:38px; line-height:35px; border:1px solid #0DC316; outline:none;text-align:center;font-size:16px; color:#ffffff; background:#0DC316; border-radius:5px; cursor:pointer ; display:block; margin-top:8px;
}
.kaocs label:focus,.fileup label:active {
	box-shadow: none;
}
.cuanwen {
	width:100%; height:38px; line-height:35px; border:1px solid #FD5F56; outline:none;text-align:center;font-size:16px; color:#ffffff; background:#FD5F56; border-radius:5px; cursor:pointer ; display:block; margin-top:8px;
}

#upBox{
				text-align: center;
				width:100%; 
				padding: 20px;
				border: 1px solid #dddddd;
				margin: auto;margin-top:10px; margin-bottom:10px;
				position: relative;
				border-radius: 10px;
			}
			#inputBox{
				width: 100%;
				height: 40px;
				border: 1px solid #FD5F56;
				color: #FD5F56;
				border-radius: 20px;
				position: relative;
				text-align: center;
				line-height: 40px;
				overflow: hidden;
				font-size: 16px;
			}
			#inputBox input{
				width: 114%;
				height: 40px;
				opacity: 0;
				cursor: pointer;
				position: absolute;
				top: 0;
				left: -14%;
				
			}
			#imgBox{
				text-align: left;
			}
			.imgContainer{
				display: inline-block;
				width: 19%;
				height: 150px;
				margin-left: 1%;
				border: 1px solid #999999;
				position: relative;
				margin-top: 30px;
				box-sizing: border-box;
			}
			.imgContainer img{
				width: 100%;
				height: 150px;
				cursor: pointer;
			}
			.imgContainer p{
				position: absolute;
				bottom: -1px;
				left: 0;
				width: 100%;
				height: 30px;
				background: black;
				text-align: center;
				line-height: 30px;
				color: white;
				font-size: 16px;
				font-weight: bold;
				cursor: pointer;
				display: none;
			}
			.imgContainer:hover p{
				display: block;
			}
			.xbtn{display:none;}
			#btn{
				display: inline-block;
				text-align: center;
				font-size: 16px;
				line-height: 35px;
				outline: none;
				width: 120px;
				height: 35px;
				background:#FD5F56;
				border: 1px solid #FD5F56;
				color: white;
				cursor: pointer;
				margin-top: 30px;
				border-radius: 5px;
			}
			
			.cupgong{
				width: 100%;
				margin-top: 10px;
				height: 40px;
				color: #FD5F56;
				text-align: center;
				line-height: 40px;
				font-size: 16px;
			}