* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-outline: none;
}

html,
body,
#app.app-box,
.ivu-layout {
    height: 100%;
}

/* .layout-padding{height:90%;margin-bottom:54px;} */

body {
    background: #fff !important;
    font-size: 14px;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}

body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
p,
span,
tbody,
thead,
th,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

input,
button {
    background: none;
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9bb9e8;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9bb9e8;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #9bb9e8;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9bb9e8;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.clear {
    clear: both;
}

textarea {
    font-family: 'YaHei';
    resize: none;
    color: #eee;
}

i {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

li {
    list-style: none;
}

/*img{*/
/*max-width: 100%;*/
/*max-height: 100%;*/
/*}*/
.hide {
    display: none;
}

.show {
    display: block;
}

.inline_block {
    display: inline-block;
}

[v-cloak] {
    display: none;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}

.activeBlue {
    /*color: #416eff!important;*/
}

.activeOrange {
    color: #ff713d !important;
}

.activeGreen {
    color: #2ab987 !important;
}

.activePurple {
    color: #8147ba !important;
}
/* 公共样式 */
#app {
    width: 100%;
    height: 100%;
}

#home_info_detail {
    width: 100%;
    background: #f5f5f5;
}

/* 内容盒子样式 */
.center-box {
    width: 1200px;
    margin: 0 auto;
    padding: 180px 0 51px;
}

.bidingInfo {
    background: #fff;
    width: 1200px;
}
.top-nav{
    display: flex;
    height: 48px;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid #f6f6f6;
}
.top-nav .nav-title{
    color: #999;
    padding-right: 10px;
}
.top-nav .nav-item{
    color: #333;
    padding-right: 4px;
}
.top-nav .nav-current{
    color: #3363FF;
}
.biding-detail {
    background: #fff;
    padding: 24px 30px;
}

.biding-detail .top_title {
    font-size: 24px;
    color: #333333;
}

.biding-detail .top_otherBox {
    display: flex;
    margin: 16px 0;
    align-items: center;
}

.biddingImages_content {
    display: flex;
    border-radius: 8px;
    margin-right: 10px;
}

.biddingImages_left {
    width: 5px;
    height: 24px;
}

.biddingImages_right {
    width: 5px;
    height: 24px;
}

.biddingImages {
    background-color: rgb(71, 179, 120);
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: flex;
}

.separate {
    margin: 0 4px;
}

.budget {
    color: #ff643d;
    background: #fff3f0;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
}

.win {
    color: #47b378;
    background: #f2fcf7;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
}

.down {
    color: #f54949;
    background: #fcf2f2;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
}

.change {
    color: #2ab0bf;
    background: #f2fbfc;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
}

.abolish {
    color: #fc8451;
    background: #fcf5f2;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
}

.top_times {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_times .release_time {
    font-size: 12px;
    color: #888888;
}

.collection_share {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;

}

.collection_share .collection {
    width: 100px;
    height: 32px;
    background: #6088ff;
    color: #fff;
    border: 1px solid #6088ff;
    cursor: pointer;
}

.collection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collection_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collection_icon {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.moduleBox {
    display: flex;
    justify-content: space-between;
}

.moduleBox_left {
    width: 68%;
    margin-top: 15px;
}

.center_content {
    background: #fff;
    padding: 16px 24px 30px;
}

.center_content_bottom {
    background: #fff;
    padding: 16px 24px 8px;
    margin-top: 15px;
}

.itemInfoTip {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #404040;
    margin: 15px 0 8px;
}

.itemInfoData {
    padding: 8px 0 0;
    /* display: flex;
    flex-wrap: wrap; */
}

.customerContent {
    height: 74px;
    width: 100%;
    margin: 0 0 16px 0;
}

#supplierActiveItem2 {
    height: 100%;
    box-shadow: 0px 4px 10px 1px rgba(7, 17, 72, 0.1);
}

.sampleImgBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.sampleImg {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 10px 1px rgba(166, 166, 166, 0.5);
    margin: 16px 0;
    cursor: pointer;
}

.sampleImgBtnFalse{
    position: absolute;
    left: 50%;
    bottom: 29px;
    transform: translate(-50%, 0);
    width: 700px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #EED9AC 0%, #E4C585 100%);
    border-radius: 6px 6px 6px 6px;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #62350D;
    cursor: pointer;
}

.sampleImgBtn {
    position: absolute;
    left: 50%;
    bottom: 29px;
    transform: translate(-50%, 0);
    width: 700px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #A28DF4 0%, #D5E9FF 0%, #A28DF4 100%);
    border-radius: 6px 6px 6px 6px;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #2C2F45;
    cursor: pointer;
}

.mainBox7 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: url("https://bbdaseo.oss-cn-shenzhen.aliyuncs.com/static/img/cooperationItemBg2.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.itemLeft {
    margin-right: 8px;
    margin-left: 24px;
}

.cooperationItemIcon {
    width: 36px;
    height: 36px;
}

.itemCenter {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.itemCenter_name {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.itemCenter_tip {
    margin-top: 8px;
}

.homeInfoDetail_moreYc {
    width: 100%;
    display: block;
    margin-top: 15px;
    cursor: pointer;
}

.content_tip {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.content_tip_line {
    width: 3px;
    height: 18px;
    background-color: #3363ff;
    margin-right: 10px;
}

.tableBox {
    margin: 30px 0 21px;
    border: 1px solid #dedede;
}

.tableTip {
    display: flex;
    flex-wrap: wrap;
}

.tableTip .tableListItem {
    display: flex;
    width: 50%;
    border: 1px solid #dedede;
    border-top: none;
    border-right: none;
}

.tableListItem .tableListItem_box {
    display: flex;
    width: 100%;
}

.tableItem_title {
    width: 130px;
    background-color: #edf4fa;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #032445;
    font-weight: 500;
    border-right: 1px solid #dedede;
}

.tableItem_text {
    width: calc(100% - 170px);
    font-size: 16px;
    color: #032445;
    margin-left: 20px;
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.immediately_check {
    padding: 5px 20px;
    color: #3363FF;
    cursor: pointer;
}

.tableItem_content {
    width: calc(100% - 130px);
}

.tableItem_company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #6088ff;
    margin-top: 15px;
}

.tableItem_company_name {
    /* width: calc(100% - 85px); */
    width: 100%;
    padding: 5px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableItem_company_phone {
    width: 45px;
    position: relative;
}

.tableContent {
    padding: 25px 15px;
}

.tableContent_tip {
    font-size: 14px;
    color: #032445;
}

.tableHint {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    background: rgba(247, 85, 85, 0.1);
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.tableHintLogin {
    padding: 2px 4px;
    text-align: center;
    color: #fff;
    background: #6088FF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    cursor: pointer;
}

.tableContent_box {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    line-height: 32px;
}

.dataFrom {
    margin: 22px 0 0;
    color: #6088ff;
    font-size: 16px;
}

.info-link {
    width: 17px;
    height: 17px;
    -o-object-fit: fill;
    object-fit: fill;
    margin-right: 5px;
    vertical-align: middle;
}

.moduleOthers {
    width: 30%;
    margin-top: 15px;
}

.registration_guide {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    cursor: pointer;
}

.moduleOthers_cooperation1 {
    width: 100%;
    height: 212px;
    background: #ffffff;
    margin-bottom: 16px;
    cursor: pointer;
}

.cooperation_head {
    height: 58px;
    display: flex;
    align-items: center;
}

.cooperation_footer {
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperate_icon {
    width: 24px;
    height: 18px;
    margin-left: 10px;
}

.cooperate_title {
    line-height: 25px;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    margin-left: 8px;
}

.cooperate_img {
    width: 120px;
    height: 100px;
}

.cooperate_text {
    margin-top: 16px;
    font-size: 14px;
    color: #7B7B7B;
    line-height: 20px;
}

.moduleOthers_competitor {
    width: 100%;
    background: #ffffff;
    margin-bottom: 16px;
}

.moduleOthers_competitor .content_tip {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.moduleOthers_competitor .content_tip_title {
    font-weight: 400;
    color: #7b7b7b;
    margin: 20px 0 0 10px;
    font-size: 14px;
}

.rank_boxes {
    padding-bottom: 12px;
}

.rank_boxes_item {
    display: flex;
    margin: 20px 21px 10px 8px;
    justify-content: space-between;
    align-items: center;
}

.rank_boxes_item_left {
    align-items: center;
    width: 80%;
    display: flex;
}

.rank_boxes_item_tiwce {
    font-size: 12px;
    color: #7b7b7b;
}

.rank_boxes_item_num {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #ffb4a1;
    border-radius: 50%;
}

.rank_boxes_item_title {
    font-size: 14px;
    color: #4c78ff;
    margin-left: 10px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moduleOthers_business {
    width: 100%;
    min-height: 281px;
    background: #ffffff;
}

.recommendList {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.moduleOthers_business .content_tip {
    align-items: center;
    padding-top: 16px;
    display: flex;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.biding-info {
    /* width: 100%; */
    background: #fff;
    position: relative;
    cursor: pointer;
}

.biding-info .title {
    line-height: 24px;
    color: #444;
    padding-right: 60px;
    margin-bottom: 12px;
    font-size: 14px;
}

.biding-info .bottom-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.biding-info .bid-type-layout {
    display: flex;
    margin-right: 8px;
}

.biding-info .bid-type {
    color: #fff;
    border-radius: 2px;
    padding: 0 4px;
    margin-right: 0;
    display: flex;
    background: rgb(96, 136, 255);
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.biding-info .bid-subtitle {
    display: flex;
}

.biding-info .subtitle-text {
    display: inline-block;
    transform: scale(0.92);
}

.biding-info .location {
    color: #4c79ff;
    background: #f0f3ff;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 2px;
    padding: 0 8px;
    margin-right: 8px;
}

.biding-info .status {
    width: 46px;
    height: 46px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.biding-info .status_img {
    width: 20px;
    height: 20px;
}

.moduleOthers_notice {
    width: 100%;
    background: #ffffff;
    margin-bottom: 16px;
}

.moduleOthers_notice .content_tip {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.moduleOthers_notice .content_tip .content_tip_line {
    width: 3px;
    height: 18px;
    background-color: #3363ff;
    margin-right: 10px;
}

.moduleOthers_notice .relevanceBox {
    padding: 15px 0;
    list-style: none;
}

.moduleOthers_notice .relevanceItemBox {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.moduleOthers_notice .relevanceItems {
    margin-left: 10px;
    border-left: 2px solid #d9e2ff;
    cursor: pointer;
    padding-bottom: 10px;
}

.relevance_item_content {
    position: relative;
    padding-left: 15px;
    padding-right: 23px;
}

.relevance_item_center {
    box-sizing: border-box;
}

.relevance_item_center .biddingImages_content {
    display: flex;
    border-radius: 8px;
}

.relevance_item_center .biddingImages {
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    background-color: rgb(71, 179, 120);
    display: flex;
}

.relevance_item_center .relevance_item_center_time {
    font-size: 14px;
    color: #999;
}

.relevance_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.relevance_item_center_title {
    font-size: 14px;
    color: #404040;
    width: 100%;
}

.project_circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #dee6ff;
    position: absolute;
    top: 0px;
    left: -9px;
}

.forecastClear {
    display: none !important;
}

.moduleContainer .moduleClear {
    display: none !important;
}

.moduleOthers_business .hide_box {
    display: none !important;
}

.moduleOthers_business .dataList_box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.moduleOthers_business .load_box {
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moduleOthers_business .loading {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    box-shadow: 0 -10px 0 1px #666,
        10px 0px #666,
        0 10px #666,
        -10px 0 #666,
        -7px -7px 0 .5px #666,
        7px -7px 0 1.5px #666,
        7px 7px #666,
        -7px 7px #666;
}

.moduleOthers_business .load_box .spin {
    animation: spin 1s steps(8) infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.active-item{
    color: #3363FF!important;
}


/* 新增修改 */
.mod-box {
    width: 100%;
    border-radius: 4px;
    /* border: 1px solid #EEEEEE; */
    margin-bottom: 22px;
    margin-top: 20px;
}

.mod-tabs {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #EEEEEE; */
}

.mod-tabs .tabs-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.mod-tabs .tabs-box .mod-title {
    width: 138px;
    display: flex;
    align-items: center;
}

.mod-tabs .tabs-box .mod-title img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    margin-left: 14px;
}

.mod-tabs .tabs-box .mod-title span {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
}

.mod-tabs .tabs-box .tab-item-btn {
    line-height: 42px;
    font-size: 14px;
    padding: 0 16px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.mod-tabs .tabs-box .tab-item-btn-active {
    color: #2583FF;
    background: #F9F9F9;
}

.mod-list {
    width: 100%;
    background: #F9F9F9;
    padding: 16px 24px;
}

.active-mod-list {
    display: none !important;
}

.mod-list .mod-list-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mod-list .mod-list-box a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 16px;
    line-height: 30px;
}
.mod-list .mod-list-box a:hover{
    color: #666666;
}

.fl{
    display: flex;
    align-items: center;
}