:focus-visible {
    outline: none
}

button:focus {
    outline: none
}

html {
    /*font-family: sans-serif;*/
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --antd-wave-shadow-color: #8231A7;
}

body {
    height: 100%;
    overflow-y: scroll;
    overflow: auto;
    margin: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    font-feature-settings: "tnum";
    font-family: "SF Pro Text", "Helvetica Neue", Helvetica, Tahoma, Arial, "Microsoft Yahei", 微软雅黑, "PingFang SC", 苹方, sans-serif;;
}

input,
select,
textarea {
    border: none;
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #8231a7;
    border-color: #8231a7;
}

.form-check-input:focus {
    border-color: #8231a7;
}

::selection {
    color: #fff;
    background: #8231A7;
}

*,
:after,
:before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(50, 50, 50, .25);
    border: 2px solid transparent;
    border-radius: 5px;

}

/* ::-webkit-scrollbar-track {
    background-color: #7d6ef2;
} */

a {
    text-decoration: none;
    color: #8231A7;
    /*font-family: MicrosoftYaHei;*/
}

a:hover {
    color: #8231A7;
}

.wrapper {
    /* min-height: 100vh;
    box-sizing: border-box;
    padding: 1px 0;
    position: relative;
    background: url(/static?q=assets/images/indexbg2.jpg) repeat;
    background-position: 50%;
    background-size: 100% auto; */
    background: url(/static?q=assets/images/indexbg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 1px 0;
    position: relative;
    min-width: 1180px;
    min-height: 100vh
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 12px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer a {
    color: #fff;
    line-height: 17px;
    padding: 8px;
}

.section {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section .title {
    text-align: center;
    width: 500px;
    margin: 260px 0 0 0;
    /* margin-top: 0!important; */
    font-size: 55px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 600;
    letter-spacing: 4px;
    color: #feffff;
}

.section .title span {
    font-size: 55px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 600;
    color: rgb(255, 194, 35);
}

.section .search-wrap {
    width: 816px;
    height: 60px;
    border-radius: 10px;
    margin: 0px auto;
    position: relative;
    display: flex;
}

.section .search-wrap .input-wrap {
    flex: 1;
    display: flex;
    background: #fff;
    align-items: center;
    border-radius: 8px;
    position: relative;
}

.section .search-wrap .input-wrap input {
    border: 0;
    flex: 1;
    outline: none;
    height: 60px;
    margin: 0;
    color: inherit;
    font-size: inherit;
    /*font-family: MicrosoftYaHei;*/
    line-height: inherit;
}

.section .search-wrap .input-wrap .dropdown {
    background: #fff;
    position: absolute;
    top: 62px;
    border-radius: 5px;
    z-index: 10;
}

.dropdown .nologin {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 716px;
    height: 220px;
}

.dropdown .nologin .leftbox {
    width: 258px;
    height: 141px;
}

.dropdown .nologin .leftbox img {
    width: 100%;
}

.rightbox .t1 {
    width: 72px;
    height: 25px;
    font-size: 18px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 600;
    color: #3e4c5b;
    line-height: 25px;
    margin: 0;
}

.rightbox .t2 {
    width: 196px;
    height: 20px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #3e4c5b;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 0;
}

.rightbox .loginbtn {
    width: 64px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #8231A7;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    /*font-weight: 400;*/
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 20px;
}

.rightbox .loginbtn:hover,
.sendcode:hover,
.login-submit:hover {
    background: #b180c4;
}

.section .search-wrap .search-btn {
    width: 158px;
    background: #8231A7;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

.section .search-wrap .search-pro-btn {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    box-shadow: none;
}

.login-content {
    width: 420px;
    /* height: 537px; */
    background: url(/static?q=assets/images/bg_login.svg) no-repeat;
    background-size: cover;
    padding: 60px;
}

.btn-close {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    text-rendering: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.login-content h3 {
    text-align: center;
    font-size: 2em;
    color: #3e4c5b;
    margin-top: 0;
    margin-bottom: 0.5em;
    /*font-weight: 400;*/
}

.ant-input-suffix {
    /* right: 70px;
    position: absolute;
    top: 255px;
    z-index: 2;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .65);
    line-height: 0;
    transform: translateY(-50%) */
    position: relative;
    top: -33px;
    left: -15px;
    float: right;
    cursor: pointer;
}

.forgetpsw {
    color: #8231a7;
    cursor: pointer;
    /* float: right; */
}

.nav-tabs .nav-link.active {
    color: #8231A7;
    /* text-shadow: 0 0 .25px currentColor; */
    background: transparent;
    border-bottom: 2px solid #8231A7;
}

.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.nav-tabs .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs .nav-link:hover {
    color: #b180c4;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    /* width: 300px; */
    height: 45px;
    /* padding: 0; */
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 32px; */
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    -webkit-appearance: none;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    outline: none;
    box-shadow: none !important;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}


input::placeholder {
    color: rgba(48, 59, 73, 0.5);
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
}

.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    /*font-weight: 400;*/
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    border-color: #d9d9d9
}

.ant-btn[disabled],
.ant-btn[disabled].active,
.ant-btn[disabled]:active,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:hover {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}

.sendcode {
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #8231A7;
    border-color: #8231A7;
    left: 239px;
}

.ant-btn-primary {
    width: 120px;
    height: 45px;
    color: #fff;
    background-color: #8231A7;
    border-color: #8231A7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045)
}

.login-submit {
    width: 100%;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #8231A7;
    color: #fff;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 2px;
}

.clear-record {
    background-color: #fafafa;
    color: #979797;
    line-height: 34px;
    text-align: right;
    padding-right: 20px;
    border-radius: 0 0 4px 4px;
}

.related-tags {
    width: 100%;
    background-color: #fafafa;
    height: 45px;
    padding: 10px 16px;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.related-history {
    display: flex;
    flex-direction: column;
}

[class*=" el-icon-"], [class^=el-icon-] {
    /*font-family: element-icons !important;*/
    speak: none;
    font-style: normal;
    /*font-weight: 400;*/
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tagsbox {
    border-radius: 4px;
    padding: 0 8px;
    justify-content: flex-start;
    align-items: baseline;
    margin-right: 9px;
    line-height: 26px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
    height: 26px;
    background: #f5f5f5;
    cursor: pointer;
    max-width: 19%;
}

.tagsboxtext {
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
}

.tagsbox .icon {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    line-height: 14px;
}

.historybox {
    padding: 0 21px 0 17px;
    display: flex;
    cursor: pointer;
    color: #3e4c5b;
    background: #fff;
    justify-content: space-between;
    align-items: center;
}

.related-history .historybox:hover {
    background: #fafafa;
    color: #8231a7
}

.related-history .el-tag {
    display: flex;
    align-items: center;
    border: none;
    height: 54px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    cursor: pointer;
    line-height: 30px;
}

.related-history .el-tag__close {
    color: #909399;
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 15px;
    width: 15px;
    line-height: 16px;
    padding: 1px;
}

.related-history .el-tag__close:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1)
}

.related-tags .el-tag__close {
    color: #909399;
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 15px;
    width: 15px;
    line-height: 16px;
    vertical-align: middle;
    top: 3px;
    right: -5px;
    padding: 1px;
}

.related-tags .el-tag__close:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}

.tab-pane p {
    text-align: center;
}

.tab-pane p a,
.tab-pane p a:hover {
    color: #8231A7;
}

.search .loginbtn {
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 10px;
}

.search .loginbtn:hover {
    background: rgba(63, 51, 255, 0.15);
}

.filtrate {
    width: 1180px;
    margin: 100px auto 10px;
}

.filtrate .basic {
    background: #fff;
}

.filtrate .basic .list {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.filtrate .basic .item {
    height: 32px;
    display: flex;
    align-items: center;
    margin: 6px 0;
    width: 25%;
}

.filtrate .basic .item label {
    width: 56px;
    height: 21px;
    padding: 0;
    display: inline-block;
    margin: 0 8px;
    /*font-family:MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #939495;
    line-height: 20px;
}

.filtrate .basic .item .input-group {
    width: 193px;
    height: 32px;
    display: flex;
    align-items: center;
}

.filtrate .basic .item .input-group i {
    font-size: 25px;
}

.filtrate .basic h3,
.filtrate .advance h3 {
    border-bottom: 1px solid #eee;
    padding: 12px 20px 12px 12px;
    color: #000;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0.5em;
    /*font-weight: 400;*/
    /*font-family: MicrosoftYaHei;*/
}

.filtrate .advance h3 a {
    color: #8231A7;
    background-color: transparent;
    border-color: transparent;
    float: right;
    box-shadow: none;
    font-size: 14px;
    /*font-weight: 400;*/
}


.filtrate .advance {
    background-color: #fdf6ff;
}

.filtrate .advance .list {
    margin-top: 16px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.filtrate .advance .item {
    width: 160px;
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.filtrate .advance .form-check-input,
.filtrate .advance .form-check-label {
    cursor: pointer;
    border-radius: 2px;
    margin: 0px 2.5px;
}

.filtrate .extend {
    display: flex;
    justify-content: center;
    background: transparent;
}

.filtrate .extend .btns {
    cursor: pointer;
    font-size: 14px;
    width: 86px;
    height: 21px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAVCAYAAAAHIbMXAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAT6ADAAQAAAABAAAAFQAAAABwIDHeAAACEUlEQVRYCe2YPS9EQRSG3zMb7FYqUZCIRKWWUEk2UdIodfwKjYK/IoIfQIRGfBUIiQJR+NhENJZEIrvE7niHuPs1MxfR2LmT3Ozc956Z5Dz7njt3RrTWCkVkNTCtNUaQNC8BAU4khVm0YoX9StMFPVPWmKsoSa+GgGBepTElIm9Gr4FnhFJBL0BjwvSTViFAUIeSwRDBlb7UBngs4y5dxBVLuOUrKPkFlCArGdmsZqGqb0yfZG/pvNV6PeR7EVzUgzM8GuAZkXZcMr9J+yTAxXTZxsIKDxmsk3ZU27aBIWkqZa9EKzyW7gNL9yAkQK5cWYWPfPvv255b4ZlAfv1t2QYEqO3STGVb3k54fLBjGxCaRudtu3J2wkMb9lyDgtLFzcEJj1bNc9G4CgpUXbIfi2Yax3VydOuE9xGhcRhFhtk5p4meXal74bHeg15x+X3nzd8LDymsuaiHoCvtz5/m8rdyQV9yn9vrj2q+p3zfvUoaHSzbJ1d2fudxFK276Brc1Dr39z5wJvdY5/GUpZWnLBt033BTw6pKjq67pOsGCe++Sm7oxjqPExj7jpPyUcPoJhQILicKo3HgTOqx8EwQJ8rzIHBAKYxx8j1e1u2Kif2vjTmd8sxukkbpkzY5+04esWVrm8SUMl7QzRdiD69OxvxqHtvckabQzr+on/fXvO4i/S87CnlOd8PdVI4GKfx06ndlhm/QNbCqVAAAAABJRU5ErkJggg==) no-repeat;
    background-size: cover;
    text-align: center;
    color: #464c55;
}

.form-control[readonly] {
    background-color: transparent !important;
}

.input-group-readonly {
    height: 32px;
    line-height: 32px;
    padding-right: 30px;
    text-overflow: ellipsis;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    cursor: pointer;
}

.input-group-readonly::placeholder {
    color: #3E4C5B;
    opacity: 50%;
}

.input-group a:hover {
    color: #c0c4cc;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-icon {
    position: absolute;
    right: 0;
    z-index: 4;
    border: none;
    background-color: transparent !important;
    padding: 0.3rem 0.3rem;
    color: #c0c4cc;
}

.input-group-option {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 38px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%);
    padding: 10px 0;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    z-index: 5;
}

.input-group-option li {
    padding-left: 15px;
    line-height: 30px;
    list-style: none;
}

.input-group-option li:hover {
    background-color: #f5f7fa;
}

.modal-body h6 {
    border-left: 3px solid #9254de;
    padding-left: 10px;
    margin-top: 30px;
}


.result {
    background-color: #fff;
    width: 1180px;
    margin: 0 auto;
    border: 1px solid #eee;
    position: relative;
    min-height: calc(100vh - 354px);
}

.result h3 {
    border-bottom: 1px solid #eee;
    padding: 12px;
    background: #e5e6ff;
    background-size: cover;
    color: rgba(0, 0, 0, .85);
    font-size: 1.17em;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result h3 .total {
    color: rgb(155, 90, 184);
    font-size: 18px;
}

.result h3 .sort {
    display: flex;
    position: relative;
    max-width: 155px;
    align-items: center;
    font-size: 14px;
    font-variant: tabular-nums;
    cursor: pointer;
    color: rgba(0, 0, 0, .65);
}

.result .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.result .list .item {
    display: flex;
    color: #444;
    width: 100%;
    padding: 30px;
    position: relative;
}

.result .list .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; /* 设置左侧位置为 50% */
    transform: translateX(-50%); /* 平移自身宽度的一半向左 */
    width: 95%;
    border-bottom: 1px solid #E9EDEF;
}

.result .list .item:hover {
    cursor: pointer;
    color: #8231A7;
    box-shadow: 0px 3px 30px 0px rgba(51, 51, 51, 0.15)
}

.result .list .item .title {
    padding: 4px 0;
}

.result .list .item .name {
    display: flex;
    align-items: center;
    margin-right: 10px;
    /*font-weight: 400;*/
    font-size: 20px;
    /*font-family: MicrosoftYaHei;*/
    margin-bottom: 12px;
}

.result .list .item p {
    margin: 10px 0;
}

.result .list .item .content table tr {
    height: 30px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #464C55;
    line-height: 20px;
}

.result .list .item .content table .title {
    text-align: right;
    color: #939495;
}

.result .list .item .content table td:not(.title) {
    padding-left: 5px;
}

.result .list .item .content table span {
    padding: 0 5px;
    color: #8231A8;
}

.result .list .item .tag {
    display: flex;
    flex-wrap: wrap;
}

.result .list .item .tag span {
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(248, 233, 255, 0.8);
    color: #8231A8;
    font-size: 12px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    letter-spacing: 1px;
}

.filtrate .list .tag {
    padding: 6px 10px;
    border: 1px solid #8231A8;
    font-size: 12px;
    /*font-family: MicrosoftYaHei;*/
    color: #8231A8;
    line-height: 18px;
    border-radius: 2px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*max-width: 300px*/
}


.result .list .item .name .company {
    margin-right: 10px;
    font-weight: 600;
    font-size: 20px;
    /*font-family: MicrosoftYaHei;*/
    float: left;
    display: inline-block;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*max-width: 300px*/
}


.result .list .item .name .company :hover {
    color: #8231A7;
}

.result .list .item .name .xing {
    margin-left: auto;
}

.result .list .item .logo {
    width: 100%;
    max-width: 90px;
    height: 90px;
    border-radius: 5px;
}

.result .list .item .logo span {
    font-size: 26px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #FFFFFF;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ant-tag {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    height: auto;
    margin-right: 8px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    cursor: default;
    opacity: 1;
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
}

.ant-tag-green {
    color: #52c41a;
    background: #f6ffed;
    border-color: #b7eb8f;
}

.ant-tag-pink {
    color: #F55941;
    background: #FCDDD8;
    border-color: #FCDDD8;
}

.ant-tag-grey {
    color: #4C516B;
    background: #E4E5E5;
    border-color: #E4E5E5;
}


.bx-star {
    float: right;
    font-size: 18px;
}

.result .pagination {
    justify-content: end;
    margin: 20px;
}

.person .pagination {
    justify-content: end;
    margin-top: 20px;
}

.yearreport .pagination {
    justify-content: end;
    margin-top: 20px;
    margin-right: 20px;
}

.page-item {
    margin-left: 8px;
    cursor: pointer;
}

.page-link {
    color: rgba(0, 0, 0, .65);
    border-radius: 2px !important;
}

.page-link:hover {
    color: inherit;
    background-color: transparent;
    border-color: #8231A7;
}

.page-item.active .page-link {
    /* color: #8231A7; */
    background-color: #8231A7;
    border-color: #8231A7;
}

.region-option {
    position: absolute;
    top: 38px;
    z-index: 5;
    width: 495px;
}

.region-option ul {
    padding: 10px 0;
    cursor: pointer;
    float: left;
    width: 165px;
    height: 180px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%);
    overflow-y: auto;
    display: none;
}

.region-option ul li {
    padding-left: 15px;
    line-height: 30px;
    list-style: none;
}

.region-option ul li:hover {
    background-color: #f5f7fa;
}

/******用户会员中心相关*******/

.user .center {
    width: 100%;
    margin-top: 110px;
    display: flex;
    justify-content: center;
}

.user .title {
    width: 946px;
    display: block;
    margin: 0px 0px 10px 0px;
    background: #fff;
    padding: 16px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.user .content-title {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin: 0px 0 0px 18px;
}

.user .left {
    margin-top: 0px;
    width: 220px;
    height: 674px;
    border-radius: 4px;
    margin-right: 14px;
    background: linear-gradient(180deg, #f7e4ff 10%, #f6e3ff 25%, #fff 50%, #ecf5ff);
}

.user .left ul li .kind {
    height: 45px;
    display: flex;
    align-items: center;
}

.user .left ul li .light {
    width: 4px;
    height: 45px;
    /* background: #8231A7; */
    float: left;
    margin-right: 16px;
}

.user .left ul li .click .light {
    background: #8231A7;
}

.user .left ul li ul li .click .light {
    background: #8231A7;
}

.user .left ul li .focus-icon {
    float: left;
    width: 18px;
    height: 18px;
    background: url(/static?q=assets/images/focus-grey.svg) 100% no-repeat;
    background-size: 100% 100%;
}

.user .left ul li .click .focus-icon, .user .left ul li .child-click .focus-icon {
    background: url(/static?q=assets/images/focus.svg) 100% no-repeat;
    background-size: 100% 100%;
}

.user .left ul li .security-icon {
    float: left;
    width: 18px;
    height: 18px;
    background: url(/static?q=assets/images/lock-grey.svg) 100% no-repeat;
    background-size: 100% 100%;
}

.user .left ul li .click .security-icon, .user .left ul li .child-click .security-icon {
    background: url(/static?q=assets/images/lock.svg) 100% no-repeat;
    background-size: 100% 100%;
}

.user .left ul li .trade-icon {
    float: left;
    width: 18px;
    height: 18px;
    background: url(/static?q=assets/images/trade-grey.svg) 100% no-repeat;
    background-size: 100% 100%;
}

.user .left ul li .click .trade-icon, .user .left ul li .child-click .trade-icon {
    background: url(/static?q=assets/images/trade.svg) 100% no-repeat;
    background-size: 100% 100%;
}


.user .left ul li .kind-title {
    float: left;
    width: 145px;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #3E4C5B;
    cursor: pointer;
}

.user .left ul li .click .kind-title {
    color: #8231A7;
}

.user .left ul li .click {
    background: #ECEDFF;
}

.user .left ul li .child-click .kind-title {
    color: #8231A7;
}

.user .left ul li .kind:hover {
    background: #ECEDFF;
}

.user .left ul li .menu-direction {
    width: 10px;
    height: 8px;
    background-image: url(/static?q=assets/images/up.svg);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.user .left ul li ul li {
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3E4C5B;
    cursor: pointer;
}

.user .left ul li ul .click {
    color: #8231A7
}


.user .left ul li ul li:hover {
    background: #ECEDFF;
}

.user .content {
    background-color: #fff;
    width: 946px;
    border: 1px solid #eee;
    position: relative;
    border-radius: 4px;
}

.user .content .content-title-left {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin: 15px 0 0 18px;
    float: left;
}

.user .content .content-title-right {
    width: 28px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin: 15px 25px 0 800px;
}

.user .content h3 {
    background-color: rgba(229, 230, 255, 1);
    width: 100%;
    height: 49px;
    border: 1px solid rgba(255, 255, 255, 0.43);
}


.user .list .line {
    border-top: 1px solid rgba(235, 238, 244, 1);
}

.user .list .item {
    background-color: rgba(255, 255, 255, 1);
    height: 99px;
    width: 100%;
}


.user .list .item-title {
    width: 865px;
    height: 25px;
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
    float: left;
    cursor: pointer;

    color: rgba(130, 49, 167, 1);
    font-size: 18px;
}

.user .list .item .thumb {
    width: 16px;
    height: 15px;
    cursor: pointer;
    margin-top: 22px;
}


.user .list .item .item-company {
    width: 100%;
    height: 30px;
    margin: 16px;
    cursor: pointer;
}


.user .list .item .item-info {
    overflow-wrap: break-word;
    color: rgba(147, 148, 149, 1);
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    text-align: left;
    white-space: nowrap;
    height: 30px;
    width: 100%;
    margin: 16px;
    cursor: pointer;
}

.user .pagination {
    margin: 20px 0px 20px 20px;
}

.user .right-content .pagination .page-item {
    margin-right: 0px;
    margin-left: 20px;
}

.user .left .head-img {
    height: 159px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
}

.user .ant-btn-primary {
    background-color: #8231A7;
    border-radius: 0px 2px 2px 0px;
    height: 40px;
    width: 102px;
    margin: 90px 0 29px 59px;
    border: #8231A7 1px solid;
}

.user .ant-btn-primary span {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
}

.user .left ul {
    list-style: none;
    padding-left: 0;
}

.user .left .focus-company {
    height: 40px;
    padding: 8px 0px 0px 20px;
    cursor: pointer;
}

.user .left .focus-company div {
    float: left;
    margin: 0px 5px 5px 10px;
    width: 16px;
    height: 16px;
    background: url(/static?q=assets/images/star.svg) 100% no-repeat;
    background-size: 100% 100%;
}

.user .left .safe {
    height: 40px;
    padding: 8px 0px 0px 20px;
    cursor: pointer;
}

.user .left .safe .lock {
    float: left;
    margin: 0px 5px 5px 10px;
    width: 16px;
    height: 16px;
    background: url(/static?q=assets/images/lock.svg) 100% no-repeat;
    background-size: 100% 100%;
    margin-top: 3px;
}


.user .left .safe img {
    margin-left: 65px;
    width: 18px;
    height: 16px;
}

.user .left ul .focus-company:hover {
    background-color: rgba(236, 245, 255);
}

.user .left ul .menu {
    background-color: #E5E6FF !important;
    color: #8231A7;
}

.user .left ul .menu2 {
    background-color: rgba(236, 245, 255);
    color: #8231A7;
}

.user .center .left .safe:hover {
    background-color: rgba(236, 245, 255);
}

.user .center .left .pwd-reset:hover {
    background-color: rgba(236, 245, 255);
}

.user .center .left .phone-change:hover {
    background-color: rgba(236, 245, 255);
}

.user .center .left .safe-focus {
    border-left: 4px solid #8231A7;
}

.user .content .item {
    width: 800px;
    height: 40px;
    margin: 40px 0 0 69px;
}

.user .right-focus .item {
    width: 930px;
    height: 74px;
    margin: 0px;
}

.user .required {
    color: red;
}

.user .content .item .phone {
    margin-left: 80px;
    float: left;
    background-color: rgba(246, 247, 255, 1);
    border-radius: 2px;
    width: 358px;
    height: 45px;
    border: 1px solid rgba(224, 224, 224, 1);
}

.user .content .item .input {
    margin-left: 80px;
    float: left;
    border-radius: 2px;
    width: 358px;
    height: 40px;
}

.user .content .item .phone-text {
    color: rgba(0, 0, 0, 1);
    padding: 10px 5px 0px 15px;
}


.user .content .item .check-code {
    /* background-color: #8231A7;  */
    border-radius: 0px 2px 2px 0px;
    height: 40px;
    margin-left: 255px;
    width: 102px;
    margin-top: -32px
}

.user .content .item .check-code-text {
    color: #eee;
    padding: 10px 5px 0px 15px;
    cursor: pointer;
}

.user .content .item .item-text {
    float: left;
    width: 48px;
    height: 22px;
    color: rgba(65, 65, 65, 1);
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    white-space: nowrap;
    line-height: 22px;
    margin-top: 9px;
}

.user .warning {
    float: left;
    background-color: rgba(255, 242, 240, 1);
    border-radius: 2px;
    width: 200px;
    height: 40px;
    border: 1px solid rgba(255, 160, 153, 1);
    margin-left: 20px;
    padding: 10px 0px 0px 10px;
}

.user .warning-logo {
    float: left;
    width: 16px;
    height: 16px;
    background: url(/static?q=assets/images/warning.png) 100% no-repeat;
    background-size: 100% 100%;
    margin: 2px 5px 0px 0px;
}

.user .warning-text {
    float: left;
    width: 120px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(48, 51, 54, 1);
    font-size: 12px;
    /*font-family: MicrosoftYaHei;*/
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
}

.user .hide {
    display: none;
}

.user .show {
    display: "inline";
}

.user .menu-direction {
    -webkit-transform: rotate(180deg);
}

.user .menu-direction {
    -webkit-transform: rotate(180deg);
}

.user .right-content {
    width: 946px;
    height: 674px;
    background: #FFFFFF;
    border-radius: 4px;

}

.user .nav {
    width: 100%;
    height: 49px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    background: #F1F3FF;
    border-radius: 4px 4px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
}

.user .nav-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.user .right-content .nav-operate {
    font-size: 14px;
    color: #333333;
}

.user .right-content .content-line {
    width: 100%;
    height: 564px;
    overflow-y: auto;
    background-color: #fff;
}

.user .right-content .content-line > div {
    width: 100%;
    height: 99px;
    background: #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user .right-content .content-line > div:hover {
    box-shadow: 0px 1px 16px 0px rgba(51, 51, 51, 0.15);
    position: relative;
}

.user .right-content .content-line > div > div {
    width: 889px;
    height: 58px;
    float: left;
    padding-left: 20px;
}

.user .right-content .content-line .person-name {
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #8231A7;
}

.user .right-content .content-line .person-content {
    margin-top: 13px;
    width: 100%;
}


/* 企业年报公司样式*/

.yearreport .company-info {
    margin: 0px auto;
    width: 1180px;
    height: 100%;
    background: linear-gradient(to bottom, #e4effbFF 120px, #FFFEFFFF 290px, #FFFEFFFF 100%);
    border-radius: 3px;
    position: relative;
}

.yearreport .company-info .item {
    background: linear-gradient(90deg, #9adbf9, #e6d6ff);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    padding: 15px 20px;
}

.yearreport .company-info .item .logo {
    width: 100%;
    max-width: 90px;
    height: 90px;
    border-radius: 5px;
}

.yearreport .company-info .item .logo span {
    font-size: 26px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #000000;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.yearreport .company-info .item .name {
    display: flex;
    align-items: center;
    color: #444;
    /*font-weight: 400;*/
    font-size: 20px;
    /*font-family: MicrosoftYaHei;*/
    margin-bottom: 16px;
}

.yearreport .company-info .title {
    color: #444;
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px;
    /*font-family: MicrosoftYaHei;*/
    float: left;
    display: inline-block;
}

/*.yearreport .company-info .status {*/
/*    float: left;*/
/*    background-color: #CDF5E6;*/
/*    padding: 0px 5px;*/
/*    overflow-wrap: break-word;*/
/*    color: rgba(7, 208, 130, 1);*/
/*    font-size: 12px;*/
/*!*    font-family: MicrosoftYaHei;*!*/
/*    text-align: right;*/
/*    white-space: nowrap;*/
/*    line-height: 17px;*/
/*}*/

.yearreport .company-info .xing {
    background-color: #FDF7FF;
    width: 34px;
    height: 46px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    position: absolute;
    right: 30px;
}

.yearreport .company-info .item .tags {
    display: flex;
    flex-wrap: wrap;
}

.yearreport .company-info .item .tags .col {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.yearreport .company-info .item .tag {
    margin-bottom: 10px
}

.yearreport .company-info .item .tag span {
    padding: 4px 8px;
    margin-right: 10px;
    background: rgba(248, 233, 255, 0.8);
    color: #8231A8;
    font-size: 12px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    letter-spacing: 1px;
}

.yearreport .company-info .content {
    width: 100%;
    height: 100%;
    padding: 0 0 25px 0;
}

.yearreport .company-info .content .list {
    width: 100%;
    height: 20px;
    margin-top: 8px;
}

.yearreport .company-info .content .left-title {
    float: left;
    width: 114px;
    text-align: right;
    height: 20px;
    font-size: 14px;
    color: #939495;
    line-height: 20px;
}

.yearreport .company-info .content .left-content {
    float: left;
    height: 20px;
    font-size: 14px;
    color: #464C55;
    line-height: 20px;
}

.yearreport .company-info .content .left-content-b {
    margin-left: 115px;
    font-size: 14px;
    color: #464C55;
    line-height: 20px;
}

.yearreport .company-info .content .more {
    position: relative;
    top: -23px;
    padding-top: 5px;
    text-align: center;
    margin-right: 28px;
    float: right;
    width: 50px;
    height: 26px;
    background: rgba(130, 49, 167, 0.2);
    border-radius: 14px;
    font-size: 12px;
    color: #8231A7;
    cursor: pointer;
}

.yearreport .content .open {
    max-width: 980px;
}

.yearreport .content .close {
    margin-right: 5px;
    max-width: 980px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.yearreport .company-info .content .more-row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #464C55;
    line-height: 20px;
}

.yearreport .company-info .content .more-rows {
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #464C55;
    line-height: 20px;
}


.yearreport .company-info .content .indeeda-logo {
    margin-right: 20px;
    width: 121px;
    height: 32px;
    float: right;
}


.yearreport .company-head {
    margin: 20px auto;
    margin-bottom: 0px;
    height: 118px;
    background: url(/static?q=assets/images/ypbg.svg) 100% no-repeat;
    background-size: 100% 100%;
    width: 1180px;
}

.yearreport .company-head-list {
    width: 265px;
    float: left;
    margin-left: 464px;
}

.yearreport .company-head-title {
    padding-top: 15px;
    margin: 0px auto;
    width: 256px;
    height: 56px;
    font-size: 40px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #000000;
    line-height: 56px;
}

.yearreport .company-head-yellow {
    margin: 0px auto;
    width: 265px;
    height: 11px;
    background: #FBCF01;
}

.yearreport .company-head-date {
    padding-top: 3px;
    margin: 0px auto;
    width: 163px;
    height: 20px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #464C55;
    line-height: 20px;
}

.yearreport .company-head-other {
    margin: 49px 0px 0px 330px;
    float: left;
    width: 98px;
    height: 20px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #8231A7;
    line-height: 20px;
    cursor: pointer;
}

.yearreport .company-head-other-btn {
    float: left;
    margin: 55px 0px 0px 5px;
}

.yearreport .company-head-year-list {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.17);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: absolute;
    margin: 75px 0px 0px 1052px;
    width: 120px;
}

.yearreport .company-head-year-purple {
    width: 120px;
    height: 39px;
    background: #F5EEFF;
    overflow-wrap: break-word;
    color: #8231A7;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    white-space: nowrap;
    line-height: 20px;
    cursor: pointer;
}

.yearreport .company-head-year-white {
    width: 120px;
    height: 39px;
    overflow-wrap: break-word;
    color: #8231A7;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    white-space: nowrap;
    line-height: 20px;
    cursor: pointer;
}

.yearreport .company-head-year-text {
    float: left;
    padding: 10px 0px 0px 10px;
}

.yearreport .company-head-year-current {
    float: left;
    margin: 16px 0px 0px 59px;
    background-color: #8231A7;
    border-radius: 4px;
    width: 8px;
    height: 8px;
}

.yearreport .detail {
    margin: 0px auto;
    height: 100%;
    width: 1180px;
    background: #FEFFFF;
    margin-bottom: 117px;
}

.yearreport .detail-list {
    width: 1143px;
    height: 30px;
    margin: 0px auto;
}

.yearreport .detail-list-left {
    float: left;
    margin-top: 24px;
    width: 3px;
    height: 13px;
    background: #8231A7;
    border-radius: 2px;
}

.yearreport .detail-title {
    float: left;
    margin: 19px 0px 15px 9px;
    width: 200px;
    height: 22px;
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.yearreport .detail-title-count {
    margin: 19px 0px 0px 10px;
    width: 30px;
    height: 22px;
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 600;
    color: #8231A7;
    line-height: 22px;
}

.yearreport table {
    margin: 0px auto;
    margin-top: 14px;
    width: 1143px;
    border: 1px solid #E8D0F3;
}

.yearreport table tr td {
    border: 1px solid #E8D0F3;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #333333;
}

.yearreport table tr .text-left {
    text-align: left;
    padding-left: 7px;
}

.yearreport table tr .text-center {
    text-align: center;
}

.yearreport table tr .td-bg {
    background-color: #F8E9FF;
}

.yearreport .hide {
    display: none;
}

.yearreport .show {
    display: "inline";
}

.yearreport .company-head .company-head-direction {
    float: left;
    width: 8px;
    height: 8px;
    background: url(/static?q=assets/images/ypup.png) 100% no-repeat;
    margin: 55px 0px 0px 5px;
}


/* 公司搜索导航 */
.search {
    width: 100%;
    min-width: 1180px;
    padding: 0 65px;
    display: flex;
    justify-content: center;
    position: fixed;
    background: #7871F5;
    z-index: 1002;
    box-shadow: 0px 8px 16px 0px rgba(66, 75, 255, 0.14);
    top: 0
}

.search .searchbox {
    display: flex;
    align-items: center;
    width: 1180px;
    height: 90px;
}

.search .searchbox .goto-btn {
    display: inline-block;
    white-space: nowrap;
    width: 90px;
    height: 35px;
    background: rgba(255, 255, 255, 0.15);
    margin-left: 140px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 15px;
}

.search .searchbox .goto-btn:hover {
    color: #FFFFFF;
    background: rgba(63, 51, 255, 0.15);
}

.search .searchbox .user-wrap {
    position: relative
}

.search .searchbox .user {
    cursor: pointer
}

.search .searchbox .user-wrap .user-content {
    margin: 0;
    right: 30px;
    position: absolute;
    top: 40px;
    border-radius: 4px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .17);
    background: #FFFFFF;
}

.search .searchbox .user-wrap .user-content:hover {
    display: block
}

.search .searchbox .user-wrap .user-content .user-item {
    background: #fff;
    cursor: pointer;
    line-height: 40px;
    width: 120px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #676767;
}

.search .searchbox .user-wrap .user-content .user-item:hover {
    background: #f5eeff;
    color: #8231a7
}

.search .searchbox .user-wrap .user-content .user-item .dot {
    display: none
}

.search .searchbox .user-wrap .user-content .user-item:hover .dot {
    display: block;
    width: 8px;
    height: 8px;
    background: #8231A7;
    border-radius: 4px;
}


.advancedSearch .item {
    width: 100%;
}

.advancedSearch .item .left-line {
    border-left: #8231A7 solid 3px;
    margin-left: 15px;
    border-radius: 2px;
    width: 3px;
    height: 13px;
}

.advancedSearch .item .title {
    margin-left: 9px;
    width: 64px;
    height: 22px;
    font-size: 16px;
    /*font-family: MicrosoftYaHei; */
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.advancedSearch .usually-keyword {
    align-items: center;
    display: flex;
    margin: 20px 0px 0px 27px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei; */
    /*font-weight: 400; */
    color: #939495;
    line-height: 20px;
}

.advancedSearch .usually-keyword .title {
    float: left;
    width: 56px;
}

.advancedSearch .usually-keyword input[type="text"] {
    float: left;
    margin-left: 40px;
    width: 352px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
}

.advancedSearch input:focus {
    border: 1px solid #8231A7;
}

.advancedSearch input[type="checkbox"]:hover {
    border: 1px solid #8231A7;
}

.advancedSearch input[type="checkbox"] {
    border-radius: 2px;
}

.advancedSearch .itme-line {
    align-items: center;
    display: flex;
    margin: 18px 0px 0px 27px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei; */
    /*font-weight: 400; */
    color: #939495;
}

.advancedSearch .itme-line .title {
    float: left;
    width: 56px;
}

.advancedSearch .itme-line .content {
    margin-left: 21px;
    float: left;
    width: 110px;
    font-size: 14px;
    /*font-family: MicrosoftYaHei; */
    /*font-weight: 400; */
    color: #464C55;
    line-height: 23px;
    position: relative;
}

.advancedSearch .itme-line .content div {
    margin: 8px 0px 0px 3px;
    width: 9px;
    height: 6px;
    float: left;
    transform: rotate(180deg);
    background-image: url(/static?q=assets/images/up.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.advancedSearch .selectedTags-list {
    padding: 16px 0px 0px 15px;
    border-top: 1px solid #E9EDEF;
}

.advancedSearch .selectedTags-list .title {
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #939495;
    line-height: 20px;
    margin-top: 10px;
}

.advancedSearch .search-list {
    width: 1180px;
    border-top: 1px solid #E9EDEF;
    height: 60px;
}

.advancedSearch .searchPro-btn {
    width: 102px;
    height: 40px;
    background: #8231A7;
    border-radius: 2px;
    float: right;
    margin: 10px 40px 10px 0px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
}

.advancedSearch .itme-line .content ul {
    display: block;
    margin: 0px 0px -78px 40px;
    position: absolute;
    inset: auto auto 0px 0px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%);
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
    padding: 0px;
    opacity: 0;
    z-index: 6;


    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.advancedSearch .itme-line .-hover ul {
    opacity: 1;

    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.advancedSearch .itme-line .-hover div {
    transform: rotate(360deg);
}

.advancedSearch .itme-line .content ul li {
    padding: 0px;
    line-height: 40px;
    list-style: none;
    width: 150px;
    /* border-radius: 5px; */
    text-align: center;
}

.advancedSearch .itme-line .content ul li:hover {
    padding: 0px;
    line-height: 40px;
    list-style: none;
    background: #E5E6FF;
    opacity: 0.8;
    font-size: 14px;
    /*font-family: MicrosoftYaHei;*/
    /*font-weight: 400;*/
    color: #8231A7;
    width: 150px;

    text-align: center;
}

.advancedSearch .-reset {
    font-size: 14px;
    /*font-weight: 400;*/
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #8231A7;
    margin-top: 10px;
}

.advancedSearch .more {
    margin: 34px 0px 0px 45px;
    font-size: 14px;
    /*font-weight: 400;*/
    line-height: 20px;
    display: flex;
    align-items: center
}

.advancedSearch .fixed-line {
    position: sticky;
    bottom: 0;
    z-index: 4;
}

.advancedSearch .row {
    padding: 5px 0px 5px 0px;
}

.advancedSearch .row .col {
    margin: 5px 0px 5px 10px;
    padding: 0px;
}

.advancedSearch .row .col .tag {
    cursor: pointer;
}

.advancedSearch .row .col .tag div {
    text-overflow: ellipsis;
    max-width: 320px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
}

.advancedSearch .row .col .tag:hover {
    background: rgba(130, 49, 168, 0.05);
}

.advancedSearch input[type="text"]::placeholder {
    color: rgb(62, 76, 91, 0.5);
}

.advancedSearch input[type="select"], .advancedSearch input[type="text"] {
    border-radius: 2px;
    border: 1px solid #D3D9E2;
    color: #464C55;
}

.advancedSearch input[type="text"]:not(:placeholder-shown) {
    color: #464C55;
    font-size: 14px;
}

.advancedSearch input[type="text"], ::-webkit-input-placeholder {
    /*font-family: MicrosoftYaHei;*/
    color: rgb(62, 76, 91, 0.5);
}

.advancedSearch input[type="text"]::-moz-placeholder {
    /*font-family: MicrosoftYaHei;*/
    color: rgb(62, 76, 91, 0.5);
}

.advancedSearch input[type="text"]::-ms-input-placeholder {
    /*font-family: MicrosoftYaHei;*/
    color: rgb(62, 76, 91, 0.5);
}

.advancedSearch ul li {
    /*font-family: MicrosoftYaHei;*/
    color: #464C55;
}

.advancedSearch .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 2s linear infinite; /* 动画属性 */
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg); /* 起始位置，角度为0度 */
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg); /* 终止位置，角度为360度（一周） */
    }
}

.content > table > tbody > tr > td > label {
    vertical-align: middle;
    max-width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.section .search-kind {
    height: 50px;
    width: 196px;
    margin: 0px auto;
    margin-top: 55px;
    cursor: pointer;
}

.section .search-kind .click {
    background-image: url('/static?q=assets/images/search-tag.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.section .search-kind .list {
    float: left;
    height: 42px;
    width: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.section .search-kind .list:hover {
    background-image: url('/static?q=assets/images/search-tag.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.section .search-kind .list:hover span {
    color: #8231A7;
}

.section .search-kind .list span {
    font-size: 18px;
    color: #FFFFFF;
}

.section .search-kind .click span {
    color: #8231A7;
}

.search .search-kind {
    width: 100%;
    height: 25px;
    margin-top: 0px;
}

.search .search-kind {
    width: 100%;
    height: 25px;
}

.search .search-kind .list {
    cursor: pointer;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 55px;
    height: 25px;
    float: left;
    border-radius: 2px 2px 0px 0px;
}

.search .search-kind .list:hover {
    background: #FFFFFF;
    color: #8231A7;
    border-bottom: 1px #E0E1E3 solid;
}

.search .search-kind .click {
    background: #FFFFFF;
    color: #8231A7;
    border-bottom: 1px #E0E1E3 solid;
}

.person .wrapper .center .tags .btn-tag {
    height: 70px;
    width: 200px;
    background: #F8F8F8;
    margin-right: 10px;
    display: flex;
    padding: 10px;
    cursor: pointer;
    color: #333333;
}

.person .wrapper .center .tags .btn-tag:hover {
    color: #8231A7;
}

.person .wrapper .center .tags .btn-tag div {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.person .wrapper .center .tags .btn-tag span {
    white-space: nowrap;
    line-height: 20px;
}

.person .wrapper .center .tags .btn-tag .total {
    margin-top: 5px;
    color: #8231A7;
}

.person .wrapper .center .company {
    color: #333;
}

.person .wrapper .center .company:hover {
    color: #8231A7;
}

.person .wrapper .center .introduce {
    width: 1200px;
    margin: 0px auto;
    background: #FEFFFF;
    border-radius: 4px;
    padding: 20px;
}

.person .wrapper .center .detail {
    width: 1200px;
    background: #FEFFFF;
    border-radius: 4px;
    margin: 0px auto;
    margin-top: 19px;
    padding-bottom: 46px;
}

.person .wrapper .center .detail-title {
    display: flex;
    align-items: center;
    padding: 19px 0 13px 0;
}

.person .wrapper .center .detail-light {
    float: left;
    width: 3px;
    height: 13px;
    background: #8231A7;
    border-radius: 2px;
    margin-right: 9px;
}

.person .wrapper .center .detail-tab {
    float: left;
    width: 100px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.person .wrapper .center .chart-kind {
    width: 250px;
    height: 440px;
    border: 1px solid #E1E5FF;
}

.person .wrapper .center .chart-kind .option {
    cursor: pointer;
    width: 248px;
    height: 110px;
    background: #FFF;
    border-bottom: 1px solid #E1E5FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.person .wrapper .center .chart-kind .option:hover {
    background: #F1F3FF;
}

.person .wrapper .center .chart-kind .select {
    background: #F1F3FF;
    color: #8231A7;
}

.person .wrapper .center .gxtb .tb {
    position: relative;
    width: 887px;
    height: 395px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    cursor: default;
    display: inline-flex;
    /*align-items: center;*/
    justify-content: space-between;
    border: 1px solid #E1E5FF;
}

.person .wrapper .center .chart-kind span {
    font-size: 16px;
    font-weight: 400;
}

.person .wrapper .center .detail-list-title {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.person .wrapper .center .detail-list-count {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #8231A7;
    margin-left: 8px;
}

.person .wrapper .modal .modal-content > div {
    width: 1200px;
    margin: 0px auto;
    margin-right: 100px;
    height: 500px;
    background: #FFFFFF;
}

.person .wrapper .modal .modal-close {
    height: 15px;
    margin-top: 15px;
    text-align: right;
    padding-right: 15px;
    cursor: pointer;
}

.person .wrapper .modal .modal-title {
    margin-top: 11px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.person .wrapper .modal .modal-count {
    margin-top: 22px;
    padding-left: 22px;
    font-size: 16px;
    color: #333333;
}

.person table {
    width: 100%;
}

.person table a:hover {
    text-decoration: underline;
}

.person table tr th {
    background: #F1F3FF;
    border: 1px solid #E1E5FF;
    text-align: center;
    font-weight: 400;
    color: #333333;
}

.person table tr td {
    height: 50px;
    border: 1px solid #E1E5FF;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.gxtb .tb .hovered {
    fill: #FEA000;
}

.gxtb .bubbleDiv {
    min-width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    border: 1px solid #E8E8E8;
    padding: 5px 10px;
    transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.gxtb .bubbleDiv .dot {
    width: 5px;
    height: 5px;
    background-color: #007bff;
    border-radius: 50%;
    margin-right: 5px;
}

.gxtb .bubbleDiv > .title {
    display: flex;
    color: #333;
    line-height: 22px;
    padding: 17px 0 14px 0;
    font-size: 16px
}

.overflow {
    overflow: hidden auto;
    max-height: 100%;
}

.overflow::-webkit-scrollbar-thumb {
    background-color: #E7E8FF;
    border-radius: 5px;
}

.pay_popup_background{
    position: absolute;
    z-index: 2;
}

.pay_popup {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(7px);
}

.pay_popup .pay-content {
    height: 506px;
    width: 836px;
    background-image: url(/static?q=assets/images/vip_card.png);
    background-repeat: round;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 13px 27px
}

.pay_popup .vip_configs {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 23px 0;
    flex-direction: row;
    justify-content: center;
}

.pay_popup .vip_configs .vip_config {
    width: 167px;
    height: 137px;
    border: 2px solid rgba(251, 105, 27, 0.15);
    position: relative;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 7px;
}

.pay_popup .vip_configs .vip_config .vip-tag1 {
    background-image: url(/static?q=assets/images/subscript.svg);
    background-repeat: round;
    height: 21px;
    width: 61px;
    position: absolute;
    left: -2.5px;
    top: -8.5px;
    z-index: 2;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
}

.pay_popup .vip_configs .vip_config .vip-tag2 {
    position: absolute;
    height: 7px;
    left: 51px;
    top: -8.5px
}

.pay_popup .vip_configs .select {
    border: 2px solid #FB691B;
    background: linear-gradient(225deg, #FFEFEF 0%, #FFFAF2 100%);
}

.pay_popup .pays {
    display: flex;
    justify-content: space-between;
}

.pay_popup .pays .pay {
    width: 48%;
    height: 50px;
    border: 1px solid #E1E1E1;
    border-radius: 1px;
    cursor: pointer;
}

.pay_popup .pays .pay img {
    width: 88px;
    height: 31px;
    margin-left: 18px;
    margin-top: 11px
}

.pay_popup .pays .select {
    border: 1px solid #423CA4;
    position: relative;
}

.pay_popup .pays .select::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 23px;
    background-image: url(/static?q=assets/images/payment.png);
    background-repeat: round;
}

.pay_popup .agree {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    cursor: pointer;
}

.pay_popup .continue {
    height: 45px;
    width: 188px;
    background: linear-gradient(270deg, #FF9E36 0%, #FB691B 98%);
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    border-radius: 2px;
}

.person .detail-content .vip-tag {
    position: relative;
}

.person .detail-content .vip-tag::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 16px;
    background-image: url(/static?q=assets/images/vip_tag.png);
    background-repeat: round;
}

.pay_popup_background .order-check-input {
    width: 13px;
    height: 13px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.pay_popup_background .order-check-input:hover {
    border-color: #8231A7;

}

.pay_popup_background .order-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #8231A7;
}

.floating-banner-container {
    position: sticky;
    bottom: 0;
    width: 100%;
}

.floating-banner-container .floating-banner {
    width: 100%;
    height: 65px;
    background-image: url(/static?q=assets/images/viphuang.png);
    background-position: 50% 1px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.floating-banner-container .floating-tont {
    color: #333333;
    position: absolute;
    left: 372px;
    bottom: 7px;
}

.floating-banner-container .floating-font {
    color: #FE4C4C
}

.floating-banner-container .click-area {
    width: 74px;
    height: 39px;
    cursor: pointer;
    position: absolute;
    left: 746px;
    bottom: 0;
    border-top-right-radius: 24px;
    border-top-left-radius: 8px;
}