ul, ol {
    margin-bottom: 0;
}
.load-over-box {
    margin: 24px 0;
    /* 自动布局子元素 */
    border-radius: 8px;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    gap: 24px;
    background: #FFFFFF;
}
.leadOverPage-banner img {
    width: 100%;
}
.load-over-box .headlines-tab {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.load-over-box .headlines-tab .headlines-title {
    /* 自动布局子元素 */
    font-family: Microsoft YaHei UI;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0!important;
}
/*.load-over-box .headlines-tab .headlines-title:hover {*/
/*    color: #e22323 !important;*/
/*}*/
a:hover {
    text-decoration: none;
}
.load-over-box .headlines-tab .headlines-bar p {
    display: flex;
}
.load-over-box .headlines-tab .headlines-bar p > a.active {
    background: #F3E0BE;
    color: rgba(0, 0, 0, 0.88);
}
.load-over-box .headlines-tab .headlines-bar p > a {
    /* 自动布局子元素 */
    min-width: 88px;
    height: 30px;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 10px;
    z-index: 0;
    background: #E12323;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: normal;
    /* 中性色板/Text/colorText */
    /* 样式描述：一级文本色 */
    color: #FFFFFF;
}
.load-over-box .headlines-tab .headlines-content-main {
    /* 自动布局子元素 */
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.88);
}
.load-over-box .download-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.load-over-box .download-box .download-title {
    /* 自动布局子元素 */
    font-family: Microsoft YaHei UI;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}
.load-over-box .download-box .download-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.load-over-box .download-box .download-item a {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    color: #1677FF;
}
.load-over-box .download-box .download-item a i {
    font-size: 18px;
    position: relative;
    top: -2px;
}
.load-over-box .download-box .download-item a:hover {

    color: #1677FF;
}
.load-over-box.load-over-entrance {
    flex-direction: row;
    gap: 24px;
}
.load-over-box.load-over-entrance .load-over-entrance-item {
    /* 自动布局子元素 */
    width: 211.2px;
    height: 128px;
    border-radius: 8px;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 8px;
    font-family: Microsoft YaHei UI;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}
.load-over-box.load-over-entrance .load-over-entrance-item.zxxybgcx {
    background: url(../image/publicity/background-hl.png) no-repeat, #ECF9FD;
}
.load-over-box.load-over-entrance .load-over-entrance-item.zxxybghy {
    background: url(../image/publicity/background-ld.png) no-repeat, #ECF9FD;
}
.load-over-box.load-over-entrance .load-over-entrance-item.xycnzzsb {
    background: url(../image/publicity/background-h.png) no-repeat, #FDEEEE;
}
.load-over-box.load-over-entrance .load-over-entrance-item.wyyy {
    background: url(../image/publicity/background-j.png) no-repeat, #FBF8F2;
}
.load-over-box.load-over-entrance .load-over-entrance-item.czsc {
    background: url(../image/publicity/background-ld.png) no-repeat, #ECF9FD;
}
#preIpoReportQuery table tr th, #preIpoReportQuery table tr td,
#preIpoReportQueryRecord table tr th, #preIpoReportQueryRecord table tr td,
#preIpoReportObjectionRecord table tr th, #preIpoReportObjectionRecord table tr td,
#preIpoReportAuthQuery table tr th, #preIpoReportAuthQuery table tr td,
#verificationDedicatedCreditReport table tr th, #preIpoReportAuthQuery table tr td
{
    font-size: 14px;
}
#preIpoReportQuery table tr th:first-child,
#preIpoReportQueryRecord table tr th:first-child,
#verificationDedicatedCreditReport table tr th:first-child,
#preIpoReportAuthQuery table tr th:first-child {
    width: 65px;
}

#preIpoReportQuery .title,
#preIpoReportQueryRecord .title,
#preIpoReportObjectionRecord .title,
#verificationDedicatedCreditReport .title,
#preIpoReportAuthQuery .title {
    border-color: #bd1a2d !important;
    border-bottom: 4px solid #e22323;
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#preIpoReportQuery .title span,
#preIpoReportQueryRecord .title span,
#preIpoReportObjectionRecord .title span,
#verificationDedicatedCreditReport .title span,
#preIpoReportAuthQuery .title span {
    font-size: 24px;
    padding: 8px 19px 10px !important;
    color: #fff;
    background-color: #bd1a2d !important;
}

#preIpoReportQuery .item,
#preIpoReportQueryRecord .item,
#preIpoReportObjectionRecord .item,
#preIpoReportAuthQuery .item {
    margin: 20px 0;
}

#preIpoReportQuery .item-head,
#preIpoReportQueryRecord .item-head,
#preIpoReportObjectionRecord .item-head,
#preIpoReportAuthQuery .item-head {
    margin-bottom: 15px;
}

#preIpoReportQuery .item-body,
#preIpoReportQueryRecord .item-body,
#preIpoReportObjectionRecord .item-body,
#preIpoReportAuthQuery .item-body {
    background: #fff;
    border-radius: 5px;
    border: 1px #d1d1d1 dashed;
    padding: 16px;
}

#preIpoReportQuery .item-body .timeRange,
#preIpoReportQueryRecord .item-body .timeRange,
#preIpoReportObjectionRecord .item-body .timeRange,
#preIpoReportAuthQuery .item-body .timeRange {
    font-size: 14px;
}

#preIpoReportQuery .item-body .timeRange span,
#preIpoReportQueryRecord .item-body .timeRange span,
#preIpoReportObjectionRecord .item-body .timeRange span,
#preIpoReportAuthQuery .item-body .timeRange span {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

#preIpoReportQuery .item-body .checkedListBox,
#preIpoReportQueryRecord .item-body .checkedListBox,
#preIpoReportObjectionRecord .item-body .checkedListBox,
#preIpoReportAuthQuery .item-body .checkedListBox {
    margin-top: 12px;
}

#preIpoReportQuery .item-body .checkedListBox-title,
#preIpoReportQueryRecord .item-body .checkedListBox-title,
#preIpoReportObjectionRecord .item-body .checkedListBox-title,
#preIpoReportAuthQuery .item-body .checkedListBox-title {
    margin-bottom: 12px;
    font-size: 14px;
}

#preIpoReportQuery .item-body .checkedListBox-title .checkedListLength,
#preIpoReportQueryRecord .item-body .checkedListBox-title .checkedListLength,
#preIpoReportObjectionRecord .item-body .checkedListBox-title .checkedListLength,
#preIpoReportAuthQuery .item-body .checkedListBox-title .checkedListLength {
    color: #bd1a2d;
    font-size: 16px;
    padding: 0 5px;
}

#preIpoReportQuery .item-body .checkedListBox .checkedList-item,
#preIpoReportQueryRecord .item-body .checkedListBox .checkedList-item,
#preIpoReportObjectionRecord .item-body .checkedListBox .checkedList-item,
#preIpoReportAuthQuery .item-body .checkedListBox .checkedList-item {
    float: left;
    width: 171px;
    padding: 8px 0;
    text-align: center;
    border-radius: 5px;
    margin-right: 12px;
    background: #bd1a2d;
    color: #fff;
    margin-bottom: 12px;
}

#preIpoReportQuery .item .radioGroup label,
#preIpoReportQuery .item .checkboxGroup label,
#preIpoReportQueryRecord .item .radioGroup label,
#preIpoReportObjectionRecord .item .radioGroup label,
#preIpoReportQueryRecord .item .checkboxGroup label,
#preIpoReportObjectionRecord .item .checkboxGroup label,
#preIpoReportAuthQuery .item .radioGroup label,
#preIpoReportAuthQuery .item .checkboxGroup label {
    min-width: 100px;
    margin-right: 12px;
}

#preIpoReportQuery .item .radioGroup label input,
#preIpoReportQuery .item .checkboxGroup label input,
#preIpoReportQueryRecord .item .radioGroup label input,
#preIpoReportObjectionRecord .item .radioGroup label input,
#preIpoReportQueryRecord .item .checkboxGroup label input,
#preIpoReportObjectionRecord .item .checkboxGroup label input,
#preIpoReportAuthQuery .item .radioGroup label input,
#preIpoReportAuthQuery .item .checkboxGroup label input {
    margin-right: 5px;
}

#preIpoReportQuery .item .radioGroup label span,
#preIpoReportQuery .item .checkboxGroup label span,
#preIpoReportQueryRecord .item .radioGroup label span,
#preIpoReportObjectionRecord .item .radioGroup label span,
#preIpoReportQueryRecord .item .checkboxGroup label span,
#preIpoReportObjectionRecord .item .checkboxGroup label span,
#preIpoReportAuthQuery .item .radioGroup label span,
#preIpoReportAuthQuery .item .checkboxGroup label span {
    position: relative;
    top: 2px;
}

#preIpoReportQuery .item .checkboxGroup .checkbox-item,
#preIpoReportQueryRecord .item .checkboxGroup .checkbox-item,
#preIpoReportObjectionRecord .item .checkboxGroup .checkbox-item,
#preIpoReportAuthQuery .item .checkboxGroup .checkbox-item {
    width: 32.9%;
    display: inline-block;
}

#preIpoReportQuery .item .checkboxGroup label,
#preIpoReportQueryRecord .item .checkboxGroup label,
#preIpoReportObjectionRecord .item .checkboxGroup label,
#preIpoReportAuthQuery .item .checkboxGroup label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#preIpoReportQuery .infoTip,
#preIpoReportQueryRecord .infoTip,
#preIpoReportObjectionRecord .infoTip,
#preIpoReportAuthQuery .infoTip {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    /* 辅助色02 */
    color: #FF8811;
}

#preIpoReportQuery .infoTip i,
#preIpoReportQueryRecord .infoTip i,
#preIpoReportObjectionRecord .infoTip i,
#preIpoReportAuthQuery .infoTip i {
    font-size: inherit;
    line-height: inherit;
}

#preIpoReportQuery .btnGroup,
#preIpoReportQueryRecord .btnGroup,
#preIpoReportObjectionRecord .btnGroup,
#preIpoReportAuthQuery .btnGroup {
    text-align: center;
}

#preIpoReportQuery .btnGroup .btn,
#preIpoReportQueryRecord .btnGroup .btn,
#preIpoReportObjectionRecord .btnGroup .btn,
#preIpoReportAuthQuery .btnGroup .btn,.leadOverPage-flow  .btnGroup .btn {
    background-color: #FFFFFF;
    border-color: #E12323;
    min-width: 180px;
    color: #E12323;
    margin-right: 20px;
    border-radius: 6px;
}

#preIpoReportQuery .btnGroup .btn:active, #preIpoReportQuery .btnGroup .btn:hover, #preIpoReportQuery .btnGroup .btn:focus,
#preIpoReportQueryRecord .btnGroup .btn:active,
#preIpoReportObjectionRecord .btnGroup .btn:active,
#preIpoReportQueryRecord .btnGroup .btn:hover,
#preIpoReportObjectionRecord .btnGroup .btn:hover,
#preIpoReportQueryRecord .btnGroup .btn:focus,
#preIpoReportObjectionRecord .btnGroup .btn:focus,
#preIpoReportAuthQuery .btnGroup .btn:active,
#preIpoReportAuthQuery .btnGroup .btn:hover,
#preIpoReportAuthQuery .btnGroup .btn:focus {
    color: #E12323;
    outline: none;
}

#preIpoReportQuery .formBox,
#preIpoReportQueryRecord .formBox,
#preIpoReportObjectionRecord .formBox,
#preIpoReportAuthQuery .formBox {
    position: static;
    left: 24px;
    top: 98px;
    width: 1152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 24px;
    align-self: stretch;
}

#preIpoReportQuery .formBox .form,
#preIpoReportQueryRecord .formBox .form,
#preIpoReportObjectionRecord .formBox .form,
#preIpoReportAuthQuery .formBox .form {
    display: table-cell;
    vertical-align: middle;
}

#preIpoReportQuery .formBox .form-item,
#preIpoReportQueryRecord .formBox .form-item,
#preIpoReportObjectionRecord .formBox .form-item,
#preIpoReportAuthQuery .formBox .form-item {
    margin-bottom: 24px;
}

#preIpoReportQuery .formBox .form-item span,
#preIpoReportQueryRecord .formBox .form-item span,
#preIpoReportObjectionRecord .formBox .form-item span,
#preIpoReportAuthQuery .formBox .form-item span {
    width: 170px;
    text-align: right;
    font-weight: normal;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 32px;
}

#preIpoReportQuery .formBox .form-item label,
#preIpoReportQueryRecord .formBox .form-item label,
#preIpoReportObjectionRecord .formBox .form-item label,
#preIpoReportAuthQuery .formBox .form-item label {
    margin-bottom: 0;
}
.w250 {
    width: 250px!important;
}
#preIpoReportQuery .formBox .form-item span em,
#preIpoReportQueryRecord .formBox .form-item span em,
#preIpoReportObjectionRecord .formBox .form-item span em,
#preIpoReportAuthQuery .formBox .form-item span em {
    color: #bd1a2d;
    font-style: normal;
    position: relative;
    top: 3px;
    right: 3px;
}

#preIpoReportQuery .formBox .form-item input,
#preIpoReportQueryRecord .formBox .form-item input,
#preIpoReportObjectionRecord .formBox .form-item input,
#preIpoReportAuthQuery .formBox .form-item input {
    position: static;
    left: 167px;
    top: 0;
    width: 359px;
    height: 32px;
    padding: 0 12px;
    border-radius: 6px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
}

#preIpoReportQuery .formBox .form-item input::placeholder,
#preIpoReportQueryRecord .formBox .form-item input::placeholder,
#preIpoReportObjectionRecord .formBox .form-item input::placeholder,
#preIpoReportAuthQuery .formBox .form-item input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

#preIpoReportQuery .tips span,
#preIpoReportQueryRecord .tips span,
#preIpoReportObjectionRecord .tips span,
#preIpoReportAuthQuery .tips span {
    font-weight: bold;
    color: #bd1a2d;
}
.illegalInfoModal .modal-body .btn-bottom,
.queryCodeInfoModal .modal-body .btn-bottom
{
    text-align: center;
}
.illegalInfoModal .modal-content,.illegalInfoModal .modal-body .btn-bottom button,
.queryCodeInfoModal .modal-content,.queryCodeInfoModal .modal-body .btn-bottom button
{
    width: auto !important;

}
.illegalInfoModal .modal-body .btn-bottom button,
.queryCodeInfoModal .modal-body .btn-bottom button
{
    background: #bd1a2d !important;
    border-color: #bd1a2d !important;
}
.illegalInfoModal .modal-body .modalContent,
.queryCodeInfoModal .modal-body .modalContent
{
    padding-top: 0 !important;
}
.illegalInfoModal .modal-body .modalContent .subTitle,
.queryCodeInfoModal .modal-body .modalContent .subTitle
{
    display: none;
}
.illegalInfoModal .modal-body .modalContent .text-center,
.queryCodeInfoModal .modal-body .modalContent .text-center
{
    text-align: left;
}
.illegalInfoModal .queryCodeInfo-label,
.queryCodeInfoModal .queryCodeInfo-label
{
    color: #999999;
}

.illegalInfoModal .queryCodeInfo-item,
.queryCodeInfoModal .queryCodeInfo-item
{
    color: #000;
}

.illegalInfoModal .queryCodeInfo-img,
.queryCodeInfoModal .queryCodeInfo-img
{
    width: 200px;
    height: 235px;
    margin: 12px auto;
}
.illegalInfoModal .queryCodeInfo-code,
.queryCodeInfoModal .queryCodeInfo-code
{
    text-align: center;
    margin: 12px 0;
}

.illegalInfoModal .queryCodeInfo-img > img ,
.queryCodeInfoModal .queryCodeInfo-img > img
{
    width: 100%;
    height: 200px;
}

.illegalInfoModal .queryCodeInfo-warning ,
.queryCodeInfoModal .queryCodeInfo-warning
{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f59a23;
    text-align: center;
}

.illegalInfoModal .queryCodeInfo-tip,
.queryCodeInfoModal .queryCodeInfo-tip
{
    word-wrap: break-word;
    font-size: 16px;
    color: #999999;
    text-align: justify;
    text-indent: 32px;
    padding: 0 10px;
}
.queryCodeInfoModal .modal-dialog .modal-content{
    width: 440px !important;
}

.honour-roll-header{
    padding: 0;
    border: none;
    min-height: auto;
}
.btn:active , .btn:hover , .btn:focus{
    color: #fff;
    outline:none
}
.download-btn,.warning-btn{
    background: #bd1a2d;
    border-color:#bd1a2d;
    width: 180px;
    color: #FFF;
}
.warning-btn {
    background: rgba(245, 154, 35, 1);
    border-color:rgba(245, 154, 35, 1);
}
table tr th, table tr td {
    font-size: 14px;
}

.list-title .tip {
    color: #F59A23;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}
.list-title .tip i {
    margin-right: 5px;
}
.result-detail .navBox {
    width: 200px;
    background: rgba(242, 242, 242, 1);
}
.result-detail .navBox .nav-title,  .result-detail  .navBox .nav-item{
    padding:15px ;
    text-align: center;

}
.result-detail .navBox .nav-title {
    background:#bd1a2d ;
    color: #fff;
}
.result-detail  .navBox .nav-item {
    cursor: pointer;
    border-top: 1px solid #ddd;
}
.result-detail  .navBox .nav-item:hover, .result-detail  .navBox .nav-item.active  {
    color: #bd1a2d;
}
.result-detail .content {
    margin-left: 40px;
    width: 80%;
}
.contentBox {
    border:1px solid rgba(170, 170, 170, 1);
    margin-top: 20px;
}
.contentNavSwiperBox {
    position: relative;
    padding: 0 45px;
    border-bottom:1px solid rgba(170, 170, 170, 1);
}
.contentNavSwiperBox .contentNavItem {
    background: rgba(242, 242, 242, 1);
    padding: 12px 20px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.contentNavSwiperBox .contentNavItem.active {
    background: #bd1a2d;
    color: #fff;
}
.contentNavSwiperBox  .swiper-button-next,.contentNavSwiperBox  .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: rgba(242, 242, 242, 1);
}
.contentNavSwiperBox .swiper-slide{
    width: auto!important;
    margin-right: 15px!important;
}
.contentNavSwiperBox  .swiper-button-next {
    right: 0;
}
.contentNavSwiperBox  .swiper-button-prev{
    left:0
}
.contentNavSwiperBox  .swiper-button-next:after,.contentNavSwiperBox  .swiper-button-prev:after {
    font-size: 16px;
    color: #bd1a2d;
}
.contentBox .main {
    padding: 20px;
}
.contentBox .main  .main-item {
    margin-bottom: 30px;
}
.contentBox .main  .main-item .item-num{
    font-size: 18px;
    font-weight: bold;
}
.contentBox .main .sub-title{
    line-height: 39px;
}
.info-table {
    margin-top: 20px;
}
.info-table table {
    table-layout: fixed;
    width: 100%;
    border:1px solid rgba(170, 170, 170, 1);
    border-bottom: none;
}
.info-table table tr {
    border-bottom:1px solid rgba(170, 170, 170, 1);
}
.info-table table tr  td {
    padding: 12px;
}
.info-table table tr td:first-child{
    width: 18%;
    text-align: right;
    border-right:1px solid rgba(170, 170, 170, 1);
}
.info-table table tr.last-tr td{
    text-align: left;
}
.info-table table tr.last-tr td span {
    color: red;
}
.page-tip {
    /*border:1px solid #bd1a2d;*/
    /*padding: 20px;*/
    padding: 20px 40px!important;
    background-color: #FFFBFB!important;
    border: 1px solid #ffd8d8!important;
    font-size: 14px;
}
.page-tip div {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.leadOverPage-desrc .common-list-title {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ECECEC;
    margin: 0;
}
.leadOverPage-desrc .common-list-title img {
    position: relative;
    top: -3px;
}

.leadOverPage-desrc {
    padding: 0 24px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    gap: 0;
}

.leadOverPage-desrc .title {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    margin: 15px auto;
    text-align: center;
}

.leadOverPage-desrc .leadOverPage-desrc-content {
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    gap: 16px;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 40px;
}

.leadOverPage-flow {
    padding: 0 24px;
    background: #fff;
    margin-top: 24px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    gap: 0;
}

.leadOverPage-flow .common-list-title {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ECECEC;
    margin: 0;
}
.leadOverPage-flow .common-list-title img {
    position: relative;
    top: -3px;
}
.flow{
    height: 460px;
}
.flow .step {
    width: 85px;
    height: 111px;
    margin-right: 75px;
    position: relative;
}
.flow .step:last-child {
    margin-right: 75px;
}
.flow .step::before {
    content: "";
    width: 48px;
    height: 7px;
    border: dashed 2px #e22323;
    position: absolute;
    top: 39px;
    right: -56px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.flow .step::after {
    content: "";
    position: absolute;
    top: 34px;
    right: -66px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #e22323;
    transform: rotate(-45deg);
}
.flow .step img,.flow .branch .branch-item img {
    margin: 0 auto;
    display: block;
}
.flow .step .stepName,.flow .branch .branch-item .stepName {
    margin-top: 12px;
    text-align: center;
}
.flow .branch {
    width: 65px;
    height: 240px;
    border: dashed 2px #e22323;
    border-right: none;
    position: relative;
    margin-top: 90px;
}
.flow .branch.branchThree {
    width: 84px;
    height: 150px;
    margin-top: 40px;
    margin-left: 225px;
}
.flow .branchThreeBottom{
    margin-top: 122px;
    margin-left: 210px;
}
.flow .branchThreeBottom .step {
    margin-right: 0;
    width: 111px;
}
.flow .branchThreeBottom .step::before,.flow .branchThreeBottom .step::after{
    display: none;
}
.flow .branch::after,.flow .branch::before {
    content: "";
    position: absolute;
    top: -7px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #e22323;
    transform: rotate(-45deg);
}
.flow .branch::before{
    top: initial;
    bottom: -7px;
}
.flow .branch .branch-item {
    width: 111px;
    height: 111px;
    position: absolute;
    right: -118px;
    top: -40px;
}
.flow .branch .branch-items {
    width: auto;
    top: initial;
    bottom: -65px;
    right: -235px;
}
.flow .branch .branch-items >div {
    margin-right: 20px;
}

.flow .aggregation:before {
    content: "";
    position: absolute;
    top: 112px;
    right: -32px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #e22323;
    transform: rotate(-45deg);
}

.flow .aggregation {
    width: 65px;
    height: 240px;
    border: dashed 2px #e22323;
    border-left: none;
    position: absolute;
    margin-top: 90px;
}

.flow .line {
    position: absolute;
    border-top: dashed 2px #e22323;
}

.leadOverPage-flow  .btnGroup {
    /*margin-top: 108px;*/
    text-align: center;
}

.verification-banner {
    margin-bottom:24px ;
}

.default-check-tip {
    color: #AAA;
}

.preIpoReport.content {
    width: 1200px;
    padding: 0;
    display: flex;
    gap: 16px;
}
.preIpoReport .content-left {
    box-sizing: border-box;
    width: 256px;
    border-radius: 8px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    padding: 0px 8px;
    display: flex;
    flex-direction: column;

}
.preIpoReport .content-left-head {
    width: 240px;
    height: 74px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #E12323;
}
.preIpoReport .content-left-body {
    width: 240px;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.preIpoReport .content-left-body-item {
    width: 208px;
    padding: 9px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #CB1F1F;
    border-radius: 8px;
    background: #FFF6F6;
    cursor: pointer;
    text-align: center;
}
.preIpoReport .select-active {
    background: #CB1F1F;
    color: #FFF;
}
.preIpoReport .content-right {
    width: 928px;
    min-height: 200px;
    border-radius: 8px;
    padding: 0px 24px 24px 24px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}
.preIpoReport .content-right-body {
    width: 880px;
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.preIpoReport .title {
    width: 880px;
    height: 52px;
    font-family: Source Han Sans;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #E12323;
}
.preIpoReport .content-right .tab-pane {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.preIpoReport .content-right .fade {
    opacity: 1;
    display: none;
}
.preIpoReport .common-list-title img {
    width: 32px;
}
.preIpoReport .condition-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.preIpoReport .condition-group .condition-group-head {
    font-family: Microsoft YaHei UI;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.preIpoReport .condition-group .condition-group-head .required {
    font-size: 14px;
    line-height: 22px;
    color: #E12323;
}
.preIpoReport .condition-group .condition-group-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 16px;
    gap: 24px;
    background: #FAFAFA;
}

.preIpoReport .condition-group .condition-group-body .checkbox-group-item {
    display: flex;
}

.preIpoReport .condition-group .condition-group-body .checkbox-group-item .checkbox-group-title {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}

.preIpoReport .condition-group .condition-group-body .checkbox-group-item .checkbox-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}

.preIpoReport .condition-group .condition-group-body .checkbox-group-item .checkbox-item label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-right: 8px;
    margin-bottom: 0;
}

.preIpoReport .condition-group .condition-group-body .checkbox-group-item .checkbox-item label input[type="checkbox"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    accent-color: #E12323;
}

.preIpoReport .condition-group .condition-group-body .checkbox-group-item .custom-scene-input {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.88);
    padding: 2px 8px;
}

.preIpoReport .condition-group .condition-group-body .checkbox-group-item .custom-scene-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.preIpoReport .condition-group .condition-group-body .domain-check-group-item .checkbox-item label span {
    width: 102px;
}

.preIpoReport .condition-group .condition-group-body .timeRange {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.88);
}

.preIpoReport .condition-group .radioGroup {
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-size: 14px;
}

.preIpoReport .condition-group .radioGroup label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.preIpoReport .condition-group .radioGroup label input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #E12323;
}

.preIpoReport .condition-group .condition-input-search-month {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.preIpoReport .condition-group .input-datetimepicker {
    /* 自动布局 */
    display: flex;
    height: 32px;
    flex-direction: row;
    align-items: center;
    padding: 5px 12px;
    gap: 8px;
    align-self: stretch;
    background:#FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.25);
    position: relative;
}

.preIpoReport .condition-group .input-datetimepicker input {
    width: 182px;
    border: 0;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.88);
}

.preIpoReport .condition-group .input-datetimepicker select {
    color: rgba(0, 0, 0, 0.88);
    z-index: 1000;
    background-color: rgba(0,0,0,0);
}

.preIpoReport .condition-group .input-datetimepicker .si {
    position: absolute;
    font-size: 16px;
    right: 10px;
}

.preIpoReport .condition-group .input-datetimepicker input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.preIpoReport .checkedListBox .checkedListBox-title {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.preIpoReport .checkedListBox .checkedListBox-title .checkedListLength {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #E12323;
}

.checkedList {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0;
}

.checkedList .checked-domain-item {
    display: inline-block;
    width: 128px;
    height: 36px;
    border-radius: 4px;
    padding: 8px 16px;
    gap: 4px;
    background: #E12323;
    color: #FFFFFF;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.preIpoReport .search-form {
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
}

.preIpoReport .search-form label {
    margin-bottom: 0;
}

.preIpoReport .search-form input,
.preIpoReport .search-form select {
    height: 28px;
    line-height: 28px;
    border: 0;
}
.preIpoReport .search-form .search-btn {
    width: 60px!important;
    height: 32px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E12323;
    border: 1px solid transparent;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.verification-result-review {
    width: 100%;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    line-height: 22px;
}

.verification-result-review span {
    font-size: 20px;
    font-weight: bold;
    color: #E12323!important;
}

.verification-result-table td,
.verification-result-table th {
    min-height: 46px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    font-family: Microsoft YaHei UI;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.verification-result-table th {
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.tab-wrap {
    width: 880px;
}

.objection-detail {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.objection-detail .objection-status {
    width: 880px;
    border-radius: 12px;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 20px 10px;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
}

.objection-detail .objection-status-group {
    display: flex;
    gap: 10px;
}

.objection-detail .objection-status-group .objection-status-icon {
    width: 48px;
    height: 48px;
}

.objection-detail .status-underway .objection-status-group .objection-status-icon {
    background-image: url("../image/report/icon-objection-in-progress.svg");
}

.objection-detail .status-underway {
    background: rgba(255, 136, 17, 0.05);
    border: 1px solid rgba(255, 136, 17, 0.2);
}

.objection-detail .objection-status.status-underway .objection-status-title {
    color: #FF8811;
}

.objection-detail .status-pass .objection-status-group .objection-status-icon {
    background-image: url("../image/report/icon-objection-pass.svg");
}

.objection-detail .status-pass {
    background: rgba(56, 158, 13, 0.05);
    border: 1px solid rgba(56, 158, 13, 0.2);
}

.objection-detail .objection-status.status-pass .objection-status-title {
    color: #389E0D;
}

.objection-detail .status-no-pass .objection-status-group .objection-status-icon {
    background-image: url("../image/report/icon-objection-no-pass.svg");
}

.objection-detail .status-no-pass {
    background: rgba(225, 35, 35, 0.05);
    border: 1px solid rgba(225, 35, 35, 0.2);
}

.objection-detail .objection-status.status-no-pass .objection-status-title {
    color: #E12323;
}

.objection-detail .status-revocation .objection-status-group .objection-status-icon {
    background-image: url("../image/report/icon-objection-revocation.svg");
}

.objection-detail .status-revocation {
    background: rgba(152, 152, 152, 0.05);
    border: 1px solid rgba(152, 152, 152, 0.2);
}

.objection-detail .objection-status.status-revocatio .objection-status-title {
    color: #333333;
}

.objection-detail .objection-status .objection-status-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.objection-detail .objection-status .objection-status-content {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.65);
}

.objection-status-explain {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(225, 35, 35, 0.1);
}

.objection-status-explain .objection-status-explain-title {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FF8811;
}

.objection-status-explain .objection-status-explain-time {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
}

@keyframes spin-2s {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin-2s {
    animation: spin-2s 2s linear infinite;
}

.objection-detail .objection-detail-plane {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.objection-detail .objection-detail-plane .objection-record-detail {
    position: relative;
}

.objection-detail .objection-detail-plane .objection-icon-seal {
    position: absolute;
    right: 0;
}

.objection-detail .objection-detail-plane .objection-detail-plane-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ECECEC;
    border-radius: 8px;
}

.objection-detail .objection-detail-plane .objection-detail-plane-box .objection-detail-plane-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #3D3D3D;
    padding-left: 10px;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #E12323;
}

.objection-detail .objection-detail-plane .objection-detail-plane-box .objection-detail-plane-time {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
}

.objection-detail-table tbody tr {
    padding: 16px 0;
}

.objection-detail-table .objection-detail-table-label {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
    padding: 8px 0;
    vertical-align: top;
}

.objection-detail-table .objection-detail-table-label::after {
    content: "：";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
}

.objection-detail-table .objection-detail-table-value {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
    padding: 8px 0;
}

.objection-detail-file {
    display: flex;
    gap: 24px;
    max-width: 518px;
    flex-wrap: wrap;
}

.objection-detail-file .objection-detail-file-item p {
    width: 182px;
    font-size: 14px;
    line-height: 28px;
    color: #3D3D3D;
}

.illegal-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.illegal-info .illegal-info-box {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #FFFFFF;
}

.illegal-info .illegal-info-title-box {
    padding-top: 0;
}

.illegal-info .illegal-info-box .detail-herder h3 {
    font-family: Microsoft YaHei UI;
    font-size: 28px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.88);
}

.illegal-info .illegal-info-box .detail-herder p {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}

.illegal-info .illegal-info-box .common-list-title {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ECECEC;
}

.illegal-info .illegal-info-box .illegal-important {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.88);
}

.illegal-info .illegal-info-box .illegal-info-time-range {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #E12323;
}

.illegal-info .illegal-info-box .illegal-info-nav-swiper-group {
    position: relative;
}

.illegal-info .illegal-info-box .illegal-info-nav {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.06);
    overflow: hidden;
    /*gap: 32px;*/
    position: relative;
    width: 1100px;
    margin: 0 25px;
}

.illegal-info .illegal-info-box .illegal-info-nav-swiper-group .swiper-button-prev {
    left: 0;
}

.illegal-info .illegal-info-box .illegal-info-nav-swiper-group .swiper-button-next {
    right: 0;
}

.illegal-info .illegal-info-box .illegal-info-nav-swiper-group .swiper-button-prev:after,
.illegal-info .illegal-info-box .illegal-info-nav-swiper-group .swiper-button-next:after {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -2px;
    color: rgba(0, 0, 0, 0.88);
}

.illegal-info .illegal-info-box .illegal-info-nav .nav-item {
    padding: 23px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
    cursor: pointer;
    user-select: none;
    width: auto;
    margin-right: 32px;
}

.illegal-info .illegal-info-box .illegal-info-nav .nav-item.active {
    color: #E12323;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #E12323;
}

.illegal-info .illegal-info-box .illegal-info-secondary-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.illegal-info .illegal-info-box .illegal-info-secondary-nav .swiper-slide {
    width: auto;
}

.illegal-info .illegal-info-box .illegal-info-secondary-nav .contentNavItem {
    border: 1px solid #E12323;
    border-radius: 6px;
    background: #FFFFFF;
    padding: 5px 16px;
    color: #E12323;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
}

.illegal-info .illegal-info-box .illegal-info-secondary-nav .contentNavItem.active {
    background: #E12323;
    color: #FFFFFF;
}

.illegal-info .illegal-info-box .main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.illegal-info .illegal-info-box .main-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 0.5px solid rgba(0, 0, 0, 0.06);
}

.illegal-info .illegal-info-box .illegal-info-detail-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.illegal-info .illegal-info-box .illegal-info-detail-header .illegal-info-detail-num {
    font-size: 16px;
    color: #3D3D3D;
}

.illegal-info .illegal-info-box .illegal-info-detail-header .illegal-info-detail-source {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
}

.illegal-info .illegal-info-box .illegal-info-detail-header .illegal-info-detail-operation a {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: auto;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 6px;
    color: #FFFFFF;
    background: #E12323;
    border: 1px solid #E12323;
}

.illegal-info .illegal-info-box .illegal-info-detail-header .illegal-info-detail-operation a.warning-btn {
    background: #FF8811;
    border: 1px solid #FF8811;
}

.illegal-info .illegal-info-box .illegal-info-detail-table .illegal-info-detail-title {
    width: 300px;
    text-align: right;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
    vertical-align: baseline;
}

.illegal-info .illegal-info-box .illegal-info-detail-table .illegal-info-detail-value {
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
}

.record-detail {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.record-detail .record-detail-box .common-list-title {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ECECEC;
}

.record-detail .record-detail-box {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #FFFFFF;
}

.record-detail .record-detail-box .detail-herder h3 {
    font-family: Microsoft YaHei UI;
    font-size: 28px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.88);
}

.record-detail .record-detail-box .detail-herder p {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}

.record-detail .record-detail-title-box {
    padding-top: 0;
}

.record-detail .record-detail-title-box .record-detail-title .title-info {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #E12323;
    padding: 0 0 0 8px;
}

.record-detail .record-detail-title-box .record-detail-title .more-info {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
    display: flex;
    gap: 20px;
}

.record-detail .record-detail-title-box .record-detail-title .more-info .toggle {
    cursor: pointer;
    color: #E12323;
}


.record-detail .record-detail-box .record-detail-table .record-detail-title {
    width: 300px;
    text-align: right;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
    vertical-align: baseline;
}

.record-detail .record-detail-box .record-detail-table .record-detail-value {
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
}

.record-detail .info-fill-form {
    background-color: #FFF;
    padding: 0 306px;
    border: 0;
}

.record-detail .info-fill-form form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.record-detail .info-fill-form .xy-input {
    border-radius: 6px;
    padding: 5px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
}

.record-detail .info-fill-form .xy-input .xy-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}

.record-detail .info-fill-form .xy-input .xy-label i {
    font-size: 14px;
    margin-right: 5px;
}

.record-detail .info-fill-form .xy-input input {
    background-color: #FFF;
    font-size: 14px;
}

.record-detail .info-fill-form .xy-input textarea {
    background-color: #FFF;
    font-size: 14px;
}

.record-detail .info-fill-form .xy-input input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.record-detail .info-fill-form .xy-input textarea::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.record-detail .info-fill-form .xy-input .xy-guide {
    font-size: 14px;
    color: #333333;
}

.record-detail .info-fill-form .xy-input .xy-guide a {
    color: #E12323;
}

.record-detail .info-fill-form .xy-input .xy-tips {
    color: #E12323;
    position: absolute;
    width: 320px;
    right: -330px;
    top: 5px;
}

.record-detail .info-fill-form .xy-input .xy-tips i {
    vertical-align: 0;
    margin-right: 0;
}

.record-detail .info-fill-form .xy-input .xy-tips i:before {
    position: relative;
    top: 2px;
    left: -2px;
}

.record-detail .info-fill-upload-form {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.record-detail .info-fill-upload-form .pic-a-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.record-detail .info-fill-upload-form .pic-a-group .xy-upload-label {
    width: 306px;
    text-align: right;
}

.record-detail .info-fill-upload-form .pic-a-group .xy-upload-label i {
    font-size: 14px;
}

.record-detail .info-fill-upload-form .pic-a-group .xy-upload-input {
    width: 675px;
    text-align: left;
}
.record-detail .info-fill-upload-form .pic-a-group .xy-upload-input .upLoadMain {
    width: 534px;
}

.record-detail .info-fill-upload-form .tipText {
    position: relative;
    left: 392px;
    color: #E12323;
}

.record-detail .info-fill-upload-form .tipText i {
    color: #E12323;
}

.record-detail .info-fill-upload-form .tipText i:before {
    position: relative;
    top: 2px;
    left: -2px;
}

.record-detail .info-fill-upload-form .upload-tip li {
    font-size: 14px;
    line-height: 22px;
    color: #9E9E9E;
    list-style: disc;
    margin-left: 16px;
}

.record-detail .info-fill-upload-form .upLoadMain .btn {
    width: 112px;
    height: 32px;
    border-radius: 6px;
    padding: 5px 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.record-detail .btn:active {
    outline: none;
}

.record-detail .info-fill-upload-form .upLoadMain .btn i {
    font-size: 18px;
}

.record-detail .info-fill-upload-form .upLoadMain .btn span {
    line-height: 20px;
}

.record-detail .record-detail-box .submit-button {
    width: 60px;
    height: 32px;
    border-radius: 6px;
    padding: 5px 16px;
    background: #E12323;
}

.record-detail .info-fill-upload-form .file-item i {
    display: inline-block;
    font-size: 20px;
    transform: rotate(45deg);
    margin-right: 5px;
}

.record-detail .info-fill-upload-form .file-item-group {
    display: inline-block;
    padding-right: 5px;
    margin: 4px 0;
    font-size: 14px;
    color: #4096FF;
}

.record-detail .info-fill-upload-form .file-item-group .file-item {
    display: inline-block;
    min-width: 300px;
    margin-right: 16px;
}

.record-detail .info-fill-upload-form .file-item-group:hover {
    color: #4096FF;
    background: rgba(0, 0, 0, 0.04);
}

.record-detail .info-fill-upload-form .file-item-group .si {
    color: #4096FF;
    font-size: 18px;
}

.record-detail .info-fill-upload-form .file-item-group a:hover {
    color: #4096FF;
}

.natural-empower-modal .modal-content {
    border-radius: 8px;
}

.natural-empower-modal .modal-header-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.88);
}

.natural-empower-modal .si-com_closethin {
    font-size: 14px!important;
}

.natural-empower-modal .modal-content-item-label {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #3D3D3D;
}

.natural-empower-modal .modal-body {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #3D3D3D;
    text-align: left!important;
    padding: 0 24px 24px 24px!important;
}

.natural-empower-modal .modal-body ul {
    margin: 10px 0 24px 0;
}

.natural-empower-modal .modal-body ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #3D3D3D;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 12px;
}

.natural-empower-modal .authorization-confirmation {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
}

.natural-empower-modal .authorization-confirmation input[type="checkbox"] {
    margin-right: 8px;
    width: 14px;
    height: 14px;
    accent-color: #E12323;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.natural-empower-modal .authorization-confirmation div:last-child {
    color: rgba(0, 0, 0, 0.45);
}

.leadOverPage-total {
    display: flex;
    gap: 24px;
    flex-direction: row;
}

.leadOverPage-total .total-card {
    width: 270px;
    height: 110px;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    gap: 24px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.88);
}

.leadOverPage-total .total-card .total-card-number {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
