.woo-box-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a, article, aside, b, body, button, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, i, input, li, nav, p, section, select, span, textarea, ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-weight: 400;
/*    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
.header{
  width:100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.03);
  min-width: 1280px;
}
.header .header-box{
  width: 100%;
  justify-content: space-between;
  padding:0px 34px;
  align-items: center;
  height: 60px;
  background: #FFFFFF;
  margin: 0 auto;
}
.header .left{
  align-items: center;
}
.header .left .title{
  margin-left: 33px;
  width: 111px;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}
.header .left img{
  width: 98px;
  height: auto;
}
.header .right{
  align-items: center;
  column-gap: 26px;
}
.header .right li{
  cursor: pointer;
  font-size: 17px;
  color: #666666;
}
.header .right li.active{
  color: #0584F1;
  position: relative;
}
.header .right li.active::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0584F1;
  border-radius: 50%;
  bottom: -12px;
  right: 50%;
  margin-left: 3px;
}

.header .right li:last-of-type{
  position: relative;
  cursor: default;
}
.header .right li:last-of-type .avatar{
  width: 47px;
  height: 47px;
  background: #D5E2F4;
  border-radius: 50%;
  cursor: pointer;
}
.header .userinfo{
  position: absolute;
  right:0px;
  top: 48px;
  width: 172px;
  height: 0px;
  background: #FFFFFF;
  box-shadow: 0px 1px 13px 0px rgba(111,123,122,0.11);
  border-radius: 8px;
  padding: 0px 10px;
  display:none;
  z-index: 8;
}
.header .userinfo p{
  height:50%;
  align-items: center;
}
.header .userinfo p span:first-of-type{
  font-weight: 600;
  color: #000000;
  margin-right: 14px;
}
.header .userinfo p span:last-of-type{
  color: #999999;
}
.header .userinfo p img{
  cursor:pointer;
  width: 20px;
  height:auto;
  position:relative;
  top: 2px;
}
.header .userinfo p:first-of-type{
  border-bottom: 1px solid #F0F0F0;
}
.header .loginbtn{
  width: 70px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #0584F1;
  border-radius: 3px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.header .loginbtn:hover{
  opacity: 0.8;
}
.footer{
  align-items: center;
  justify-content: center;
  color: #333C5B;
  width:100%;
  height: 41px;
  background: #FFFFFF;
  font-size:15px;
  min-width: 1280px;
}
.main{
  height:auto;
  margin: 0 auto;
  width: 100%;
  min-height: calc(100vh - 101px);
}
.content-wrapper{
  margin: 0 auto;
  width: 100%;
}
.main-index{
  padding:28px 0;
  width: calc(100vw - 72px) !important;
}
.content-wrapper-index{
  min-height: calc(100vh - 158px);
  min-width:1208px !important;
  justify-content: space-between;
  overflow-x: hidden;
}

.content-wrapper .rightSide{
  width: calc(100% - 344px);
  background: #FFFFFF;
  border-radius: 8px;
  padding:0 28px 35px 28px;
}
.content-wrapper .leftSide{
  height: 100%;
  width: 328px;
  /* display: flex;
  /* align-self: stretch; */
  justify-content: space-between;
  /* flex-direction: column; */
  border-radius: 8px;
}
.content-wrapper .header-title{
  width:100%;
  height: 22px;
  font-size: 16px;
  color: #101010;
  line-height: 22px;
  margin-top:30px;
}
.content-wrapper .rightSide .type-list {
  column-gap: 20px;
  width: 100%;
  flex-shink: 0;
  flex-wrapper: wrap;
}
.content-wrapper-index .rightSide .type-list .item{
  width: 146px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  background: #F7F7F7;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-top:14px;
  position:relative;
}
.content-wrapper-index .rightSide .type-list .item.active{
  background: #0584F1;
  color: #FFFFFF;
}
.content-wrapper-index .rightSide .checklist{
  column-gap: 22px;
  row-gap: 22px;
  flex-wrap: wrap;
  margin-top:14px;
}
.content-wrapper-index .rightSide .checklist .item{
  width: 254px;
  height: 107px;
  background: #F7F7F7;
  border-radius: 7px;
  position:relative;
  cursor:pointer;
}
.content-wrapper-index .rightSide .checklist .item.active{
  background: #FFFFFF;
  border: 1px solid #0584F1;
}
.content-wrapper-index .rightSide .checklist .item div img{
  width:32px;
  height:32px;
  margin-right:6px;
}
.content-wrapper-index .rightSide .checklist .item div:first-of-type img:first-of-type{
  display:none;
}
.content-wrapper-index .rightSide .checklist .item div:first-of-type img:last-of-type{
  display: block;
}
.content-wrapper-index .rightSide .checklist .item.active div:first-of-type img:first-of-type{
  display:block !important;
}
.content-wrapper-index .rightSide .checklist .item.active div:first-of-type img:last-of-type{
  display: none !important;
}
.content-wrapper-index .rightSide .checklist .item div:first-of-type{
  height: 37px;
  line-height: 37px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:10px;
}
.content-wrapper-index .rightSide .checklist .item div:nth-of-type(2){
  width: 100%;
  height: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #FF7736;
  text-align:center;
  margin-top:5px;
}
.content-wrapper-index .rightSide .checklist .item div:nth-of-type(3){
  width: 100%;
  height: 20px;
  color: #666666;
  line-height: 20px;
  text-align:center;
  margin-top:8px;
  padding: 0 40px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-break:break-all;
}
.content-wrapper-index .rightSide .checklist .item > img:last-of-type{
  width:40px;
  height:40px;
  position:absolute;
  right:-1px;
  bottom:-1px;
  display:none;
}
.content-wrapper-index .rightSide .checklist .item.active > img:last-of-type{
  display: block;
}
.index-upload-box{
  width: 806px;
  height: 240px;
  background: #F3F8FF;
  border-radius: 12px;
  margin-top: 14px;
  overflow: hidden;
}
.index-upload-box .upload-wait{
  /* display:none; */
  width:100%;
  height:auto;
  justify-content: space-between;
  overflow: hidden;
  margin:0 auto;
  width:438px;
  margin-top: 66px;
}
.index-upload-box .upload-wait .webuploader-pick{
  display: flex;
  width:100%;
  justify-content: space-between;
  margin:0 auto;
  width:438px;
}

.upload-wait-left img{
  width: 80px;
  height: 80px;
  margin-top: 3px;
}
.upload-wait-right{
  width: 288px;
}
.upload-wait-right div,.upload-wait-right div span{
  width: 280px;
  min-height: 20px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 6px;
}
.upload-wait-right div:first-of-type,.upload-wait-right div:first-of-type span{
  height: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 18px;
}
.index-upload-box .upload-action{
}

.upload-status{
  width: 100%;
  height: 17px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #0584F1;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}

.upload-action{
  width:458px;
  margin-left:218px;
  height:100%;
}
.upload-action-left{
  width:370.5px;
}
.upload-action-progress{
  width: 348px;
  height: 7px;
  background: #D8D8D8;
  border-radius: 8px;
  position: relative;
  margin-top: 39px;
}
.upload-action-progress-bar{
  position: absolute;
  left:0;
  top:0;
  width: 0%;
  height: 7px;
  background: linear-gradient( 134deg, #4D96FF 0%, #076AF6 100%);
  border-radius: 8px;
}
.upload-action-progress-bar div:first-of-type{
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 4px solid #0584F1;
  position: absolute;
  right: -10px;
  top:-4px;
}
.upload-action-progress-bar div:last-of-type{
  height: 17px;
  font-size: 12px;
  color: #0584F1;
  line-height: 17px;
  position: absolute;
  right: -15px;
  top:-21px;
}
.upload-action-typedesc{
  height: 20px;
  line-height: 20px;
  color: #333C5B;
  color: #333C5B;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 18px;
}
.upload-action-typedesc span{
  display:inline-block;
  display:flex;
  align-items:center;
}
.upload-action-typedesc span span{
  width: 180px;
  display:inline-block;
  color: #333C5B;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  word-break:break-all;
  flex-shrink: 0;
}
.upload-action-input{
  width:100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 9px;
}
.upload-action-input div:first-of-type{
  width: 50px;
  flex-shrink: 0;
  color: #A3A3A3;
}
.upload-action-input div:last-of-type{
  flex-grow: 1;
  height: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DDDFE7;
  padding: 0 15px;
}
.upload-action-input div:last-of-type input{
  width: 100%;
  color: #333C5B;
}
.upload-action-right{
  width: 102px;
  align-items: center;
  height:100%;
  margin-top:32px;
  margin-left: 20px;
}
.upload-action-retry{
  cursor: pointer;
  align-items: center;
}
.upload-action-retry img{
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.submit-box{
  width: 806px;
}
.submit-box .submit-btn{
  width: 136px;
  height: 42px;
  line-height: 42px;
  background: #0584F1;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin:35px auto 0;
  cursor: pointer;
}
.submit-box .submit-btn:hover{
  opacity: .8;
}
.upload-status{
  height: 17px;
  font-size: 12px;
  color: #0584F1;
  line-height: 17px;
  margin-top: 10px;
}
.leftside-top{
  width:332px;
  height:198px;
  border-radius: 8px;
}
.leftside-top img{
  width:100%;
  height:100%;
  display:block;
  border-radius: 8px;
}
.leftside-bottom{
  overflow: hidden;
  overflow-y: auto;
  width: 328px;
  height: calc(100vh - 370px);
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 20px 30px 20px;
  min-height: 487px;
}
.leftside-bottom-con{
  overflow-y:auto;
  margin-top:14px;
}
.leftside-bottom-con p{
  box-sizing: border-box;
  color: #666666;
  line-height: 24px;
  word-break: break-all;
}
.leftSide-out{
  border-radius: 8px;
  overflow:hidden;
  display:flex;
  position: relative;
}
.left-greybg{
  width: 100%;
  height: 13px;
  background:#EFF4F7;
}
.leftSide-bg{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 57px;
  background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
  border-radius: 0px 0px 8px 8px;
}
.step-first{
  display: block;
}
.step-second{
  display: none;
}
.rightSide.step-second{
  padding: 0px;
}
.rightSide-header{
  width: 100%;
  justify-content: space-between;
  height: 53px;
  background: #F3F8FF;
  border-radius: 3px 3px 0px 0px;
  align-items: center;
  padding: 0px 28px;
}
.rightSide-header-left{
  width: 70%;
  flex-shrink: 0;
  align-items: center;
}
.rightSide-header-left div:first-of-type{
  font-weight: 500;
  font-size: 16px;
  color: #0584F1;
  margin-right: 16px;
  width:80px;
  flex-shrink:0;
}
.rightSide-header-left div:last-of-type{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}

.rightSide-header-right div:first-of-type{
  font-size: 16px;
  color: #000000;
  margin-right: 24px;
}
.rightSide-header-right div:last-of-type{
  font-size: 16px;
  color: #000000;
}
.header-title2{
  height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top:30px;
  padding: 0px 28px;
}
.checktype-list{
  padding: 0px 28px 0 28px;
  margin-top:14px;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 14px;
  position: relative;
}
.checktype-item{
  width: 250px;
  height: 104px;
  background: #F7F7F7;
  border-radius: 7px;
  padding: 22px;
  position: relative;
  cursor:pointer;
}
.checktype-item.active{
  background: #F2F6FD;
  border: 1px solid #0584F1;
}
.checktype-item img{
  position: absolute;
}
.checktype-item img:first-of-type{
  display: none;
}
.checktype-item img:nth-of-type(2){
  display: block;
  width: 250px;
  height: 104px;
  left:0;
  top:0;
}
.checktype-item img:last-of-type{
  display: none;
  width: 250px;
  height: 104px;
  left:0;
  top:0;
}
.checktype-item.active img:nth-of-type(2){
  display: none;
}
.checktype-item.active img:last-of-type{
  display: block;
}

.checktype-item.active img:first-of-type{
  display: block;
  right:-1px;
  bottom:-1px;
  width:40px;
  height:40px;
}
.checktype-item .itemtop{
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  min-height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #333333;
}
.checktype-item .itemtop div:first-of-type{
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  font-weight:bold;
}
.checktype-item .itemtop div:last-of-type{
  font-size: 14px;
  color: #999999;
  width: 103px;
  flex-shrink: 0;
  text-align: right;
}
.checktype-item.active .itemtop div:last-of-type{
  color:#FF7736;
}

.checktype-item .itembottom{
  height: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #666666;
  line-height: 16px;
  margin-top: 22px;
}
.leftSide-out.step-second{
  background:white;
}
.leftSide .payall{
  width:243px;
  min-height:218px;
  margin: 42px auto 0;
}
.leftSide .paytitle{
  height: 22px;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 14px;
}
#payqrcodeImg-box{
  width: 157px;
  height: 157px;
  border-radius: 10px;
  border: 1px solid #0584F1;
  position: relative;
}
#payqrcodeImg{
  width: 140px;
  height: 140px;
  margin: 8.5px auto 0;
}
.payqrcode-box > div:first-of-type > div:last-of-type {
  width: 100%;
  margin-top: 5px;
  height: 20px;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.payqrcode-box > div:last-of-type{
  flex-grow: 1;
  margin-left:14px
}

.payqrcode-box > div:last-of-type > div:first-of-type{
  height: 42px;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 42px;
  margin-top: 14px;
}
.payqrcode-box > div:last-of-type > div:first-of-type > span{
  font-size: 30px;
  color: #FF7900;
  margin-right: 3px;
}
.payqrcode-box > div:last-of-type > div:nth-of-type(2){
  height: 20px;
  color: #999999;
  line-height: 20px;
  margin-top: 25px;
}
.payqrcode-box > div:last-of-type > div:last-of-type{
  margin-top:8px;
  column-gap: 12px;
}
.payqrcode-box > div:last-of-type > div:last-of-type img{
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.payqrcode-box > div:last-of-type > div:last-of-type img:first-of-type{
  display:block;
}
.payqrcode-box > div:last-of-type > div:last-of-type img:last-of-type{
  display:none;
}
.payqrcode-box > div:last-of-type > div:last-of-type > div.active img:first-of-type{
  display:none;
}
.payqrcode-box > div:last-of-type > div:last-of-type > div.active img:last-of-type{
  display:block;
}
.payqrcode-error{
  position: absolute;
  left:0;
  top:0;
  width: 155px;
  height: 155px;
  background: #FFFFFF;
  opacity: 0.92;
  filter: blur(0px);
  border-radius: 10px;
  z-index:8;
  display:flex;
  justify-content:center;
  flex-direction:column;
  display:none;
}
.payqrcode-error.active{
  display:flex;
}
.payqrcode-error img{
  width: 45px;
  height: 45px;
  display: block;
  margin: 0px auto 0;
  cursor: pointer;
}
.payqrcode-error p{
  min-height: 22px;
  font-size: 16px;
  color: #019AFA;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  font-weight:bold;
}
.login-com-box{
  display: none;
}
.login-com-box .login-mask{
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  position: fixed;
  z-index: 888;
}
.login-com-box .login-con{
  position: fixed;
  top: 50%;
  left:50%;
  z-index: 889;
  width: 730px;
  height: 381px;
  margin-left: -365px;
  margin-top: -190.5px;
  background: #fff;
  border-radius: 14px;
}
.login-com-box .login-con > div:first-of-type{
  width: 248px;
  height: 100%;
  flex-shirk: 0;
  background: #0584F1;
  border-radius: 14px 0px 0px 14px;
  padding: 28px 34px;
  position: relative;
  box-sizing: border-box;
}
.login-com-box .login-con > div:first-of-type > img:last-of-type{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -49px;
}
.login-com-box .login-con .login-title{
  text-align: center;
  height: 28px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.login-com-box .login-con .login-desc{
  margin-left: -10px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  padding:0px 8.5px 4px;
  margin-top: 7px;
  width: 203px;
  border-bottom: 1px solid rgba(255,255,255,0.27);
}
.login-com-box .login-con .login-desc-item{
  width: 100%;
  align-items: center;
  height: 24px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.login-com-box .login-con .login-desc-item img{
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.login-com-box .login-con .login-desc-item-first{
  margin-top: 42px;
}

.login-com-box .login-con > div:last-of-type{
  flex-grow: 1;
  padding: 46px 61px;
  position: relative;
}
.login-com-box .login-con > div:last-of-type > img:first-of-type{
  position: absolute;
  top:16px;
  right:16px;
  width: 20px;
  height: 20px;
  cursor:pointer;
}
.login-com-box .login-con .login-form-title{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: center;
}
.login-com-box .login-con  .login-form{
  margin-top: 44px;
}
.login-com-box .login-con  .login-form .login-form-item{
  width: 100%;
  height: 36px;
  background: white;
  align-items: center;
}
.login-com-box .login-con  .login-form .login-form-item input{
  width:100%;
  border-radius: 6px;
}
.login-com-box .login-con  .login-form .login-form-item .login-form-input{
  flex-grow: 1;
  height: 100%;
  background: white;
  border-radius: 6px;
  border: 1px solid #DDDFE7;
}
.login-com-box .login-con  .login-form .login-form-item .login-form-input input{
  padding: 0 15px;
  color: #333C5B;
}
.login-com-box .login-con  .login-form .login-form-item .verfify-code{
  width: 116px;
  height: 36px;
  line-height: 36px;
  flex-shirk: 0;
  background: #EEF4FD;
  border-radius: 6px;
  margin-left:8px;
  color: #0584F1;
  text-align: center;
  cursor: pointer;
}
.login-com-box .login-con  .login-form .login-form-item .verfify-code.loading{
  background: #F7F7F7;
  color: #666666;
}
.login-com-box .login-con  .login-form .login-form-item:first-of-type{
  margin-bottom: 20px;
}
.login-com-box .login-con .login-form-btn{
  width: 136px;
  height: 39px;
  background: #0584F1;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 44px auto 24px;
  cursor: pointer;
}
.login-com-box .login-form-status{
  align-items: center;
  justify-content: center;
  width: auto;
  height: 17px;
  font-size: 12px;
  color: #0584F1;
  line-height: 17px;
}
.login-com-box .login-form-status img{
  margin-right: 8px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.login-com-box .login-form-status img:first-of-type{
  display: none;
}
.login-com-box .login-form-status img:last-of-type{
  display: block;
}

.login-com-box .login-form-status.active img:first-of-type{
  display: block;
}
.login-com-box .login-form-status.active img:last-of-type{
  display: none;
}
.header-notice{
  width: 100%;
  height: 40px;
  background: #FFEFE3;
  align-items: center;
  justify-content: center;
  min-width:1280px;
}
.header-notice-box{
  width: 1100px;
  height: 40px;
  background: #FFEFE3;
  align-items: center;
  font-size: 16px;
  color: #FD7B14;
  letter-spacing: 1px;
}
.header-notice-box img{
  width: 16px;
  height: 20px;
  margin-right: 8px;
}
.content-wrapper-report{
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
.content-wrapper-report .report-list{
  width: 100%;
  overflow: hidden;
}
.content-wrapper-report .report-list .report-item{
  width: 1100px;
  max-height: 130px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
}
.content-wrapper-report .report-list .report-item.active{
  max-height: unset;
  min-height: 120px;
}
.content-wrapper-report .report-list .report-item table{
  width: 100%;
  padding: 35px 73px;
}
.report-item-title td{
  min-height: 20px;
  color: #999999;
  line-height: 20px;
}
.report-item-con td{
  padding-top:8px;
}
.report-item-con td{
  height: 22px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.report-item-con .td-papertitle,.report-item-con .td-papertype,.td-paper-progress,.td-paper-statusdesc{
  font-size: 16px;
  color: #333333;
}
.report-item-con .td-papertitle{
  max-width:229px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}
.report-item-con .td-papertype{
  max-width:229px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}
.td-paper-progress-box{
  display: flex;
  align-items: center;
}
.report-item-con .td-paper-progress{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor:pointer;
}
.td-papersimilarity{
  color: #FF7736 !important;
}
.report-item-con .td-paper-progress div{
  display:flex;
}
.td-paper-progress img:first-of-type{
  display:block;
}
.td-paper-progress img:last-of-type{
  display:none;
}
.td-paper-progress.active img:first-of-type{
  display:none;
}
.td-paper-progress.active img:last-of-type{
  display:block;
}
.td-paper-progress{
  margin-left:5px;
  overflow:hidden;
}
.report-flag-btn{
  margin-left:5px;
  height: 22px;
  font-size: 16px;
  color: #0584F1;
  line-height: 22px;
  cursor: pointer;
}
.td-paper-progress img{
  width:15px;
  height:15px;
  margin-left:6px;
}
.td-paper-progress-num{
  margin-left:5px;
}
.td-paper-statusdesc{
  height: 100%;
}
.report-download-btn{
  color:#999999 !important;
}
.report-download-btn.success{
  color: #0584F1 !important;
  cursor: pointer;
}
.td-paper-title-box{
  width:275px;
}
.td-paper-type-box{
  width:255px;
}
.td-paper-similarity-box{
  width:88px;
}
.td-paper-code-box{
  width:120px;
  max-width:120px;
}
.td-paper-status-box{
  width:155px;
}
.report-item tr{
  display:flex;
}
.report-list .report-item .report-item-con-close{
  display:block !important;
}
.report-list .report-item .report-item-con-open{
  display:none !important;
}
.report-list .report-item.active .report-item-con-close{
  display:none !important;
}
.report-list .report-item.active .report-item-con-open{
  display:block !important;
}

.report-item-con-open .td-paper-type-box{
  width:355px !important;
  max-width:355px !important;
}
.report-item-con-open .td-papertype{
  max-width:355px !important;
  width:355px !important;
}

.report-item.active .td-paper-type-box{
  width:355px !important;
  max-width:355px !important;
}

.report-item.active .td-paper-similarity-box{
  width:150px !important;
  max-width:150px !important;
  padding-left:10px;
}
.report-item tr{
  display:flex;
}

.report-item.active  .td-paper-code-box{
  width:210px;
  max-width:210px;
}
.report-item-con td{
  position: relative;
  left: -6px;
}
.content-wrapper-report .report-list .report-item.active table{
  padding: 25px 73px;
}

.report-item-top{
  display:none;
}
.report-item.active .report-item-top{
  display:flex;
}
.report-item-top{
  width: 100%%;
  height: 78px;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(111,123,122,0.05);
  border-radius: 10px 10px 0px 0px;
  align-items: center;
  padding:0 73px;
  justify-content: space-between;
}
.report-item-top .report-item-top-left{
  align-items: center;
}
.report-item-top .report-item-top-left div:first-of-type{
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  max-width: 487px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}
.report-item-top .report-item-top-left div:nth-of-type(2){
  color: #999999;
  line-height: 22px;
  letter-spacing: 1px;
  margin-left: 20px;
}
.report-item-top .report-item-top-left div:last-of-type{
  color: #999999;
  line-height: 22px;
  margin-left: 8px;
}

.report-item-top .report-item-top-right{
  align-items: center;
}
.report-item-top .report-item-top-right img{
  width:32px;
  height:32px;
  margin-left:11px;
}
.report-item-top .report-item-top-right div{
  height: 22px;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
.report-item-top .report-item-top-right img:first-of-type{
  display:block;
}
.report-item-top .report-item-top-right img:last-of-type{
  display:none;
}

.report-item-top .report-item-top-right.active img:first-of-type{
  display:none;
}
.report-item-top .report-item-top-right.active img:last-of-type{
  display:block;
  cursor: pointer;
}
.report-item-con-close-btn td{
  width:100% !important;
  text-align:right !important;
}
.report-item-con-close-btn{
  align-items: center;
  display:none !important;
}
.report-item-con-close-btn td{
  display:flex;
  width:100%;
  justify-content: flex-end;
  height: 22px;
  font-size: 16px;
  color: #0584F1;
  line-height: 22px;
}
.report-item-con-close-btn td{
  margin-left:5px;
  cursor: pointer;
}
.report-item.active .report-item-con-close-btn{
  display:flex !important;
}
.main-report {
  padding: 28px 0;
  min-height: calc(100vh - 141px) !important;
}
.page-com{
  width: 100%;
  height: 43px;
  align-items: center;
  justify-content: flex-end;
  background: #FFFFFF;
  box-shadow: 0px 1px 13px 0px rgba(111,123,122,0.11);
  border-radius: 4px;
  column-gap: 10px;
  padding: 0 80px;
}
.page-item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
  border: 1px solid #DCDCDC;
  font-size: 13px;
  color: rgba(0,0,0,0.6);
  cursor:pointer;
}
.page-item.active{
  border: none;
  color:white;
  background: #0584F1;
}
.page-item img{
  width: 29px;
  height: 29px;
}
.page-item.page-change,.page-item.page-more{
  border: none;
}
.report-empty-box{
  width:100%;
  height:auto;
  overflow:hidden;
  margin-top:11%;
}
.report-empty-box div{
  width:344px;
  height:344px;
  position:relative;
  margin:0 auto;
  overflow:hidden;
}
.report-empty-box img{
  width:344px;
  height:auto;
  position:absolute;
  left:0;
  top:0;
}
.report-empty-box div div{
  width:100%;
  text-align:center;
  margin-top:284px;
  font-weight: 500;
  font-size: 17px;
  color: #666666;
  line-height: 24px;
}
.report-empty-box div div span{
  color:#0584F1;
  font-size: 17px;
  cursor: pointer;
}
.report-download-mask{
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  position: fixed;
  z-index: 888;
  display: none;
}
.report-download-model{
  position: fixed;
  z-index: 889;
  width: 700px;
  min-height:262px;
  background: #FFFFFF;
  border-radius: 13px;
  left:50%;
  top:21%;
  margin-left:-350px;
  padding: 24px;
  display: none;
}
.report-download-model-title{
  width: 100%;
  text-align: center;
  height: 30px;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin: 0 0 24px;
}
.report-download-model > img:first-of-type{
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 17px;
  right: 17px;
}
.report-download-model-item {
  min-height: 100px;
  width: 510px;
  margin: 0 auto;
  padding: 18px 24px;
}
.report-download-model-con-left{
  background: #F3F8FF;
}
.report-download-model-con-right{
  background: #FFF0E5;
}
.report-download-model-item > div:first-of-type > div:first-of-type{
  width: 255px;
  text-align: right;
  height: 22px;
  font-size: 16px;
  color: #0584F1;
  line-height: 22px;
}
.report-download-model-item > div:first-of-type > div:last-of-type{
  flex-grow: 1;
  text-align: right;
  height: 22px;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
}

.report-download-model-item > div:last-of-type{
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 32px;
  margin-top: 19px;
}
.report-download-model-item > div:last-of-type > div{
  width: calc(33.33333% - 22px) ;
  flex-shrink: 0;
  min-height: 22px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.report-download-model-btn{
  margin: 24px auto 0;
  width: 136px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #0584F1;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1px;
  cursor: pointer;
}
.hide{
  display: none !important;
}