/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
.react-pdf__Page__annotations {
    display: none;
}

.react-pdf__Page__textContent {
    display: none;
}

.hiddenColumn {
    display: none;
}

.w-65 {
    width: 65%;
}

.inline-block {
    display: inline-block;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.ant-table-cell .ant-space {
    gap: 0 !important;
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

html,
body,
#root {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.pointer {
    cursor: pointer;
}


img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

.insuranceListModal .ant-upload-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

li {
    list-style: none;
}

.pointer {
    cursor: pointer;
}

.text-grey-400 {
    color: rgba(0, 0, 0, 0.45);
}

.p-24 {
    padding: 24px;
}

.bg-white {
    background: #fff;
}

.color-white {
    color: #fff;
}

.loginColor {
    color: rgba(0, 0, 0, .25);
}

.font-bold {
    font-weight: bold;
}

.radius-5 {
    border-radius: 3px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0 !important;
}

.f20 {
    font-size: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.pt-20 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.flex {
    display: flex;
}

.pr-20 {
    padding-right: 20px;
}


.pl-20 {
    padding-left: 20px;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.blod {
    font-weight: bold;
}

.border-radius-5 {
    border-radius: 5px;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.mr-10 {
    margin-right: 10px;
}

.justify-between {
    justify-content: space-between;
}

.red {
    color: #ff4d4f;
}

.p-20 {
    padding: 20px;
}

.green {
    color: #52c41a;
}

.black {
    color: black;
}

.pb-10 {
    padding-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.f30 {
    font-size: 30px;
}

.f21 {
    font-size: 21px;
}

.f16 {
    font-size: 16px;
}

.f13 {
    font-size: 12px;
}

.fixed {
    position: fixed;
    z-index: 9;
}


.top-0 {
    top: 0;
}

.p-0 {
    padding: 0 !important;
}


.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.ml-5 {
    margin: 0 5px;
}

.mr-5 {
    margin: 0 5px;
}

.m-0 {
    margin: 0;
}

.scroll::-webkit-scrollbar {
    /* 滚动条宽度和高度 */
    width: 8px;
    height: 8px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.01);
}

/*定义滚动条轨道 内阴影+圆角*/
.scroll-y::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.01);
}

.mt-8 {
    margin-top: 8px;
}

/*定义滑块 内阴影+圆角*/
.scroll-y::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */

.scroll-y {
    overflow-y: scroll;
}

.text-hover:hover {
    color: #1890ff;
    cursor: pointer;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pr-10 {
    padding-right: 10px;
}

.ant-layout-content {
    background: none;
}

.w-b-98 {
    width: 98%;
}

.top-b-50 {
    top: 50%;
}

.m-0-auto {
    margin: 0 auto;
}

.p-0-10 {
    padding: 0 10px;
}

.themeColor {
    color: #1890ff !important;
}

.font_Acens {
    font-family: 'Acens';
}

.ant-space-item .ant-typography button {
    padding: 0;
}

.font-weiruan {
    font-family: '微软雅黑';
}

.MakeCollectionsTitleColor {
    /* margin-left: 5px; */
    font-weight: 400;
    font-size: 13px;
}

.m-0 {
    margin: 0 !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-7 {
    margin-bottom: 7px;
}

.justify-around {
    justify-content: space-around;
}

.required {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
}

.p-30 {
    padding: 30px;
}

.pading-conent {
    padding: 20px 20px 0px 20px;
    padding-bottom: 5px;
}

.p-10 {
    padding: 10px;
}

.w-50 {
    width: 50%;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mr-30 {
    margin-right: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.text-center {
    text-align: center;
}

.determine {
    display: block;
    align-items: center;
    width: 100%;
    line-height: 45px;
    padding: 0 24px;
    height: 45px;
    text-align: right;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.justify-end {
    justify-content: end;
}

.justify-left {
    justify-content: left;
}

.editable-cell-value-wrap {
    padding: 0 !important;
}

.m-0-5 {
    margin: 0 5px;
}

.border {
    border: 1px solid #f0f0f0;
    line-height: 40px;
    border-top: none;
    border-left: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.transform-360 {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.w-90 {
    width: 90px;
}

.h-90 {
    height: 90px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}


.flex-shrink {
    flex-shrink: 0;
}

.absolute {
    position: absolute;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mt-10 {
    margin-top: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.f12 {
    font-size: 12px;
}

.right-0 {
    right: 0;
}

.h-full {
    height: 100%;
}

.border-title {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.border-left {
    width: 30%;
    display: inline-block;
    background: #fafafa;

}

.cur {
    cursor: pointer;
}

.pl-15 {
    padding-left: 15px;
}

.text-decoration {
    text-decoration: underline;
}

.determine button {
    margin-left: 10px;
}

.relative-t-10 {
    position: relative;
    top: 10px;
}

.relative {
    position: relative;
}

.HeaderTips_border {
    border: 1px solid #bae7ff;
    border-radius: 3px;
    padding: 10px;
    background: #e6f6ff;
}

.HeaderTips_border b {
    color: #1a90fe;
}

.defaultColor {
    color: #1a90fe;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.text-right {
    text-align: right;
}

.justify-evenly {
    justify-content: space-evenly;
}

.w-full {
    width: 100%;
}

.f11 {
    font-size: 11px;
}

.f13 {
    font-size: 13px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

.mt-5 {
    margin-top: 5px;
}

.menu-content {
    flex: auto;
}

.boxShadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px;
    border-radius: 5px;
}