body {
    padding-bottom: 145px;
}

/* 菜单及轮播 start */
.row {
    width: 1118px;
    margin: 0 auto;
}

.main {
    display: flex;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}


.police-img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.main-menu {
    cursor: pointer;
    overflow: auto;
    max-height: 402px;
}

.main-menu::-webkit-scrollbar {
    display: none;
    width: 0;
}

.main-menu-item {
    padding: 9px 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    line-height: 22px;
}

.main-menu-item-two {
    display: none;
    width: 658px;
    height: 418px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 164px;
    box-sizing: border-box;
    padding: 14px 20px;
    color: #000;
    box-shadow: 0px 6px 14px 0px rgba(108, 119, 127, 0.1);
    border: 1px solid #dce3ed;
    border-bottom: none;
    z-index: 10;
    cursor: default;
    border-radius: 8px;
}

.main-menu-item-two-item {
    font-size: 14px;
    color: #111;
    line-height: 20px;
}

.main-menu-item-two-list {
    display: flex;
    flex-wrap: wrap;
}

.main-menu-item-two-title {
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    line-height: 20px;
}

.main-menu-item-two-list-item {
    margin-top: 14px;
    margin-right: 20px;
    color: #667586;
    cursor: pointer;
}

.main-menu-item-two-list-item:hover {
    color: #2577E3;
}

.main-menu-item:hover {
    background: #D7E7FF;
    color: #2577E3;
}

.main-menu-item:hover .main-menu-item-two {
    display: block;
}

.main-menu-item-title {
    min-width: 128px;
    width: 128px;
}

.main-center {
    margin: 0 20px;
}

.main-center-swiper {
    width: 638px;
    height: 295px;
    border-radius: 8px;
    background: #ccc;
    margin-bottom: 20px;
}

.main-center-total {
    display: flex;
    justify-content: space-between;
}

.main-center-data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 314px;
    height: 113px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.main-center-data-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
}

.main-center-data-img {
    opacity: 0.29;
    margin-right: 20px;
    width: 41px;
    height: 45px;
}

.main-center-total-name {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #666666;
}

.main-center-total-num {
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    color: #333333;
}

.main-center-total-text {
    font-weight: 400;
    font-size: 12px;
}

.main-nologin {
    position: relative;
    padding: 20px 0;
    width: 240px;
    background: linear-gradient(180.29deg, #CDE3FF -9.18%, #F9FCFF 30.55%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.main-nologin-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}

.main-nologin-top {
    padding: 0 20px 10px 20px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}

.main-login-top {
    padding: 0 20px 10px 20px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}

.main-login-top-msg {
    flex: 1;
    margin-left: 10px;
}

.main-login-top-msg-name {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #111111;
}

.main-login-top-name {
    width: 82px;
}

.main-login-top-out {
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #2577E3;
}

.main-login-top-msg-desc {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.main-nologin-top-msg-desc-color {
    color: #2577E3;
}

.main-login-top-content {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.main-login-top-content-btn {
    padding: 0 5px;
    background: #D7E7FF;
    color: #2577E3;
    font-size: 12px;
    line-height: 20px;
    border-radius: 26px;
}

.main-login-top-content-btn .el-icon-sort {
    margin-right: 3px;
    transform: rotate(90deg);
}

.main-login-top-content-company {
    width: 1px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #333333;

}

.main-login-top-edit {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    background: #2577E3;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.main-nologin-top-title {
    display: flex;
}

.main-nologin-top-title-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.main-nologin-top-text {
    flex: 1;
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #111111;
}

.main-nologin-top-btns {
    margin-top: 20px;
}

.nologin-login-btn {
    padding: 0px 16px;
    width: 95px;
    height: 28px;
    background: #2577E3;
    mix-blend-mode: normal;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 12px;
}

.nologin-free-btn {
    background: #fff;
    border: 1px solid #2577E3;
    color: #2577E3;
}

.main-nologin-center-list {
    height: 84px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-nologin-center-title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
}

.main-nologin-center-modules {
    display: flex;
    margin-top: 10px;
}

.main-nologin-center-module-item {
    width: 53px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.main-nologin-center-module-item:last-of-type {
    margin-right: 0;
}

.main-nologin-center-module-img {
    width: 25px;
    height: 25px;
}

.main-nologin-center-modules-my {
    margin-top: 7px;
    font-size: 12px;
    line-height: 18px;
    color: #111111;
}

.main-nologin-news {
    box-sizing: border-box;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding: 20px 20px 0;
}

.main-nologin-news-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 10px;
}

.main-nologin-news-img-box-tips::after {
    content: '';
    position: absolute;
    left: 59.38%;
    right: 15.62%;
    top: 15.62%;
    bottom: 59.38%;
    background: #FF4C00;
    border-radius: 50%;
}

.main-nologin-news-img {
    position: relative;
    width: 16px;
    height: 19px;
}

.main-nologin-news-img-box .main-nologin-news-img-box-total {
    position: absolute;
    top: 6px;
    right: 5px;
    background: #FF4C00;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.main-nologin-news-text {
    margin-left: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #111111;
}

.main-nologin-news-btn {
    padding: 0px 16px;
    border: none;
    width: 56px;
    height: 28px;
    background: #FF6000;
    mix-blend-mode: normal;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
}

/* 菜单及轮播 end */
/* 流程和排名 start */

.process-ranking {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: flex;
}

.process-ranking-img {
    width: 404px;
    height: 544px;
    border-radius: 4px 0px 0px 4px;
}

.buy-form-img {
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    right: 0;
    top: 0;
}

.process-ranking-form {
    z-index: 2;
    box-sizing: border-box;
    position: relative;
    width: 404px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 0px 4px 4px 0px;
}

.process-ranking-form-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
}

.process-ranking-form-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.process-ranking-input {
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    border-left: 12px solid #F9FAFC;
    border-right: 12px solid #F9FAFC;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.process-ranking-input-name {
    min-width: 56px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    color: #111;
    background: #F9FAFC;
}

.process-ranking-top-input {
    width: 100%;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    background: #F9FAFC;
}

.process-ranking-top-input-small {
    width: 100%;
}

.popper-class {
    background: #F9FAFC;
    width: 100%;

}

.popper-class-left {
    padding-left: 10px;
    border-radius: 8px;

}

.el-date-editor.el-input.popper-class {
    width: 100%;
}

.el-date-editor.el-input.popper-class .el-input__inner {
    padding: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #AAAAAA !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #AAAAAA !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #AAAAAA !important;
}

.process-ranking-input .el-input__inner {
    border: none;
    background-color: unset;
    line-height: 35px;
    height: 35px;
    padding: 0;
}

.process-ranking-input .el-cascader {
    line-height: 35px;
}

.process-ranking-form-btn {
    margin-top: 20px;
    padding: 0px 16px;
    background: #2577E3;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.index-bottom-right {
    padding-top: 20px;
    margin-left: 20px;
    width: 290px;
}

.process-ranking-right-one {
    box-sizing: border-box;
    height: 262px;
    padding: 12px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #CDE1FF 0%, #FFFFFF 31.33%);
    border: 1px solid rgba(0, 74, 255, 0.5);
    border-radius: 4px;
    margin-bottom: 20px;
}

.process-ranking-right-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #7AA1FD;
}

.process-ranking-right-header-border {
    border-bottom: 1px solid #A6850F;
}

.process-ranking-right-top {
    line-height: 52px;
    color: #1E6FFF;
    font-weight: 500;
    font-size: 24px;
}

.process-ranking-right-top-color {
    color: #A6850F;
}

.process-ranking-right-title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.process-ranking-right-list {
    margin-top: 10px;
}

.process-ranking-right-list-item {
    margin-top: 10px;
    display: flex;
}

.process-ranking-right-list-num {
    margin-right: 12px;
    font-size: 16px;
    line-height: 23px;
    color: #2577E3;
}

.process-ranking-right-list-num-color {
    color: #FFB400;
}

.process-ranking-right-list-last {
    color: #999;
}

.process-ranking-right-list-name {
    flex: 1;
    width: 1px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.process-ranking-right-two {
    background: linear-gradient(180deg, #FFF6C6 18.03%, #FFFFFF 28.99%);
    border: 1px solid #B1942D;
    ;
}

/* 流程和排名 end */
/* 最新求购及更多 start */
.latest-purchase {
    margin-top: 20px;
    display: flex;
    padding-top: 100px;
    transform: translateY(-100px);
}

.latest-purchase-left {
    flex: 1;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}

.latest-purchase-title {
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
}

.latest-purchase-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 768px;
}

.latest-purchase-item {
    box-sizing: border-box;
    width: 374px;
    background: #FAFAFA;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
}

.latest-purchase-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 5px;
}

.latest-purchase-item-name {
    margin-top: 7px;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 22px;
}

.latest-purchase-item-header {
    margin-right: 20px;
    min-width: 56px;
    color: #999999;
}

.latest-purchase-item-text {
    margin-right: 20px;
    color: #333;
}

.latest-purchase-item-text-color {
    color: #FF4319;
}

.latest-purchase-right-card {
    padding: 20px 36px 10px 20px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 20px;
}

.latest-purchase-more-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.latest-purchase-more-list {
    display: flex;
    flex-wrap: wrap;
}

.latest-purchase-more-item {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    margin-right: 10px;
    margin-bottom: 10px;
}

.latest-purchase-contact-content {
    display: flex;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.latest-purchase-contact-content-left {
    flex: 1;
    margin-left: 5px;
}

/* 最新求购及更多 end */
.swipe-img {
    width: 100%;
}

/* 无结果缺省 */
.search-company-empty {
    height: 470px;
    margin-top: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.search-company-empty-img {
    width: 124px;
    height: 124px;
}

.search-company-empty-des {
    font-size: 18px;
    line-height: 26px;
    color: #999;
}

.rich-text {
    margin-top: 20px;
    height: auto;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}