body {
    background: #F5F5F5;
}
.warp {
    padding: 16px 18px;
    margin: 0 auto;
    min-width: 1160px;
    max-width: 1740px;
}
.warpleft {
    margin-right: 348px;
}
.warptitle {
    height: 198px;
    background: linear-gradient( 313deg, #71C4FF 0%, #F4FBFF 43%, #DDF1FF 63%, #D1ECFF 100%);
    border-radius: 8px;
    position: relative;
}
.warptitleleft {
    position: absolute;
    top: 41px;
    left: 49px;
    min-width: 573px;
    max-width: calc(100% - 255px);
    height: 116px;
    z-index: 2;
}
.title {
    width: 319px;
    height: 43px;
}
.subtitle {
    margin-top: 16px;
    font-weight: 400;
    font-size: 15px;
    color: #272F81;
    line-height: 24px;
    text-align: left;
}
.warptitleright {
    position: absolute;
    top: 36px;
    right: 15px;
    width: 175px;
    height: 150px;
    z-index: 2;
}
.warptitlebg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 256px;
    height: 198px;
    z-index: 1;
}
.warptitlebg2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 402px;
    height: 198px;
    z-index: 1;
}
.warpcontent {
    background: #FFFFFF;
    padding: 28px 40px 36px;
    height: 100%;
    border-radius: 8px;
}
.content_title {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.typebox {
    margin-top: 14px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}
.typeitem {
    flex: 1;
    height: 42px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    background: #F7F7F7;
    color: #666666;
    margin-right: 20px;
    cursor: pointer;
}
.typeitem:last-child {
    margin-right: 0;
}
.typeitemtap {
    background: #1675FF;
    color: #FFFFFF;
}
.paperpass {
    margin-top: 10px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.paperpasstabbox {
    display: none;
    width: 33.33%;
    height: 136px;
    padding: 0 10px;
    box-sizing: border-box;
}
.paperpasstab {
    height: 100%;
    background: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #E2E2E2;
    padding: 11px 13px 14px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.paperpasstab:last-child {
    margin-right: 0;
}
.versiontop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.versionicon {
    width: 32px;
    height: 32px;
    margin-right: 4px;
}
.versiontitle {
    font-weight: 500;
    font-size: 16px;
    color: #3D4B54;
    line-height: 22px;
}
.versiontext {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.filebox {
    margin: 14px 0 36px;
    height: 172px;
    background: #F3F8FF;
    border-radius: 12px;
    padding: 34px 0;
    position: relative;
}
.fileinput {
    display: none;
}
.uploadicon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    cursor: pointer;
}
.uploadtext {
    margin: 16px auto 0;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}
.uploadtext span {
    color: #1675FF;
}
.uploadtip1 {
    margin: 8px auto 0;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.uploadtip2 {
    margin: 6px auto 0;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

.fileprogress {
    display: none;
    margin: 14px 0 36px;
    height: 172px;
    background: #F3F8FF;
    border-radius: 12px;
    padding: 34px 0;
}
.progressbox {
    width: 348px;
    height: 7px;
    background: #D8D8D8;
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
}
.progressline {
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient( 134deg, #4D96FF 0%, #076AF6 100%);
    border-radius: 8px;
}
.progresscircle {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    position: absolute;
    top: -4px;
    border: 4px solid #0584F1; 
    border-radius: 50%;
    margin-left: -6px;
    box-sizing: border-box;
}
.progresstext {
    position: absolute;
    margin-left: -6px;
    top: -23px;
    font-size: 12px;
    color: #1675FF;
    line-height: 17px;
}
.reupload {
    width: 56px;
    position: absolute;
    top: -6px;
    left: 408px;
    font-weight: 500;
    font-size: 14px;
    color: #1675FF;
    line-height: 20px;
    cursor: pointer;
}

.progresstip {
    width: 360px;
    margin: 10px auto;
    font-size: 12px;
    color: #0584F1;
    line-height: 17px;
}
.filemsg {
    width: 390px;
    margin: 18px auto;
    font-size: 14px;
    color: #333C5B;
    line-height: 20px;
    display: flex;
    align-items: center;
    transform: translateX(15px);
}
.filename {
    flex-grow: 1;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.filewordnum {
    position: relative;
    margin-left: 30px;
    min-width: 84px;
    color: #0C6DF6;
}
.filewordnum::before {
    content: "";
    position: absolute;
    left: -20px; /* 距离左边的距离 */
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
    width: 15px; /* 图片宽度 */
    height: 15px; /* 图片高度 */
    background-image: url('/images/tpl_check_and_ai/test.png'); /* 替换为你的图片路径 */
    background-size: cover; /* 使图片覆盖整个区域 */
}
.filetype{
    flex-shrink: 0;
}
.filetitle {
    display: none;
    width: 360px;
    height: 36px;
    margin: 9px auto 0;
    display: flex;
    align-items: center;
    position: relative;
}
.label {
    font-size: 14px;
    color: #A3A3A3;
    line-height: 20px;
    margin-right: 8px;
}
.filetitle input {
    flex: 1;
    height: 36px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #DDDFE7;
    font-size: 14px;
    color: #333C5B;
    line-height: 20px;
    padding: 0 15px;
}
.errortext {
    display: none;
    position: absolute;
    font-size: 12px;
    color: #F02735;
    line-height: 18px;
    top: 9px;
    left: 368px;
    width: 150px;
}
.error .errortext {
    display: block;
}
.error input {
    border: 1px solid #FF7777;
}

.uploadfail .progresscircle {
    border-color: #FF7736;
}
.uploadfail .progresstext,
.uploadfail .progresstip {
    color: #FF7736;
}
   

.submitbtn {
    margin: 36px auto 0;
    width: 160px;
    height: 46px;
    background: linear-gradient( 270deg, #005FFF 0%, #00DBFF 100%);
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.warpright {
    width: 328px;
    margin-left: 20px;
    float: right;
}
.righttop {
    display: block;
    width: 332px;
    height: 198px;
    background: linear-gradient( 310deg, #71C4FF 0%, #F6FBFF 56%, #E2F3FF 100%);
    border-radius: 8px;
}
.rightbox {
    height: 471px;
    margin-top: 16px;
    padding: 30px 22px 0;
    background: #FFFFFF;
    border-radius: 8px;
    overflow-y: scroll;
}
.righttitle {
    font-size: 16px;
    color: #101010;
    line-height: 22px;
    margin-bottom: 14px;
}
.righttextbox {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.righttitletop {
    margin-top: 34px;
}
.rightfooter{
    height: 30px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.footer {
    height: 40px;
    background: #FFFFFF;
    font-size: 14px;
    color: #9599A9;
    line-height: 40px;
    text-align: center;
    z-index: -1;
}

.toast {
    display: none;
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translate(-50%);
    background: #000000;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    border-radius: 8px;
    padding: 5px 20px;
    z-index: 1000;
}