html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
/*============居中显示===============*/
.home_main {
    display: flex;
    width: 100%;
    justify-content: center;
}
.home_content {
    width: 1300px;
    margin: auto;
}


.left {
    float: left;
}

.right {
    float: right;
}

.placeholder-div {
    width: 100%;
    height: 68px;
}

.btm-img-floating {
    position: fixed;
    z-index: 100;
    height: 70px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 0px;
    left: 0;
    background: url("/dist/imgs/home/btmColor.png");
    background-size: 100% 100%;
}

.btm-img-floating .btm-img-wrapper {
    width: 100%;
    height: 154px;
    position: absolute;
    top: -84px;
    z-index: 99;
    cursor: pointer;
}

.btm-img-floating .btm-img-wrapper .btm-qr-img {
    width: 100%;
    height: 154px;
    overflow: hidden;
    position: relative;
}

.btm-img-floating .btm-img-wrapper .btm-qr-img .container-qr-img {
    max-width: 100%;
    min-width: 1920px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.btm-img-floating .btm-img-wrapper .btm-qr-img .btm-close-img {
    position: absolute;
    right: 155px;
    bottom: 38px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.qr-img-packUp {
    width: 110px;
    height: 100px;
    position: fixed;
    left: -300px;
    bottom: 77px;
    cursor: pointer;
    z-index: 9999;
}

.temp-container {
    width: 100%;
    font-family: MicrosoftYaHei;
    position: relative;
    min-height: 100%;
}

.temp-container .home-container {
    width: 100%;
    background: #fff;
    min-width: 1300px;
}

.temp-container .home-container .home-content {
    width: 1299px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 10px;*/
}

.temp-container .home-container .home-content .home-content-one {
    width: 1299px;
}

.temp-container .home-container .home-content .home-content-one .direct-mining {
    width: 280px;
    height: 328px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-header {
    height: 43px;
    width: 100%;
    background: url("../imgs/home/directMiningBgc.png");
    background-size: 100% 100%;
    border-bottom: 3px solid #0284ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 20px 0 10px;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-header
.direct-mining-label {
    width: 89px;
    height: 35px;
    background: #0284ff;
    border-radius: 7px 7px 2px 2px;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-header
a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
    line-height: 35px;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-content {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ececec;
    padding: 6px 9px 0 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-content
.direct-mining-item {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #121212;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px dashed #d9d9d9;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-content
.direct-mining-item:hover {
    color: #0084ff !important;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-content
.direct-mining-item:first-child {
    border: none;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-content
.direct-mining-item
img {
    width: 10px;
    height: 10px;
    margin: 13px 6px 0 0;
}

.temp-container
.home-container
.home-content
.home-content-one
.direct-mining
.direct-mining-content
.direct-mining-item
.content-abstract {
    width: 193px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
    font-size: 14px;
}

.temp-container .home-container .home-content .home-content-one .banner-one {
    width: 580px;
    height: 330px;
    margin: 0 19px;
}

.temp-container
.home-container
.home-content
.home-content-one
.banner-one
.homeBannerOne {
    width: 580px;
    height: 330px;
}

.temp-container
.home-container
.home-content
.home-content-one
.banner-one
.homeBannerOne
img {
    width: 580px;
    height: 330px;
    border-radius: 5px;
}

.temp-container .home-container .home-content .home-content-one .login-info {
    width: 280px;
    /* height: 317px; */
    background: #ffffff;
    /* box-shadow: 0px 0px 6px 0px rgba(58, 60, 94, 0.13); */
    border-radius: 5px;
    margin-left: 20px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header {
    padding: 14px 0 24px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.portrait-wrapper {
    width: 47px;
    height: 56px;
    margin: -12px 12px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 0 4px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.portrait-wrapper.isVip {
    background: url("../imgs/home/nan_icon_head portrait@2x@2x.png");
    background-size: 100% 100%;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.portrait-wrapper
img {
    width: 40px;
    height: 40px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.noLogin-wrapper {
    padding: 4px 0 0 0;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #121212;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.noLogin-wrapper
a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.login-not-vip
.not-vip-left
.not-vip-header
.username {
    width: 50px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.login-not-vip
.not-vip-left
.not-vip-header
img {
    width: 59px;
    height: 18px;
    margin-left: 7px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.login-not-vip
.not-vip-left
.userID {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    margin-top: 7px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.login-info-header
.login-not-vip
.vip-right {
    width: 70px;
    height: 24px;
    background: linear-gradient(90deg, #fff2d1 0%, #ffe0a4 100%);
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #31374d;
    margin-top: 12px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.register-and-login {
    padding: 0 22px 10px 22px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.register-and-login
a {
    color: rgba(0, 132, 255, 1);
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.register-and-login
a.login-btn {
    background: #25b488;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.register-and-login
a:first-child {
    margin: 0;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.register-and-login
a:hover {
    opacity: 0.8;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.attention-scan-order
.record-item {
    width: 88px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    display: block;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.attention-scan-order
.record-item
.num {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.search-items {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.search-items
.item {
    width: 88px;
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #121212;
    margin-top: 19px;
    text-decoration: none;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.search-items
.item:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.search-items
.item
img {
    width: 46px;
    height: 46px;
    margin-bottom: 6px;
}

.temp-container
.home-container
.home-content
.home-content-one
.login-info
.search-items
.item
div {
    text-align: center;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left {
    width: 880px;
    margin-right: 20px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info {
    margin-top: 21px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-header {
    border-bottom: 2px solid #0284ff;
    padding: 0 0 12px 7px;
    margin-bottom: 20px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-header
.bid-header-left
img {
    width: 4px;
    height: 16px;
    margin: 5px 10px 0 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-header
.bid-header-left
div {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0284ff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-header
.bid-header-right {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0284ff;
    margin: 3px 12px 0 0;
    -line-height: 18px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-menu {
    width: 133px;
    height: 531px;
    padding: 9px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../imgs/home/bidMenuBgc.png");
    background-size: 100% 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-menu::-webkit-scrollbar {
    display: none;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-menu
.menu-item {
    width: 133px;
    height: 40px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    padding-left: 34px;
    cursor: pointer;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-menu
.menu-item.menuActive {
    background: #518bff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-menu
.menu-item.menuActive
img {
    display: block;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-menu
.menu-item
img {
    width: 4px;
    height: 8px;
    margin: 18px 0 0 22px;
    display: none;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-menu
.menu-item
.label {
    line-height: 40px;
    padding: 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content {
    width: 747px;
    height: 531px;
    border: 1px solid #ececec;
    border-left: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 17px 0 17px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item {
    width: 349px;
    height: 69px;
    background: #f5f9fc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 12px 12px 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item:nth-child(2n) {
    margin-right: 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item:hover {
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(186, 186, 187, 0.31);
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item
.info-header {
    margin-bottom: 12px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item
.info-header
img {
    width: 40px;
    height: 19px;
    margin-right: 12px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item
.info-header
.bid-abstract {
    width: 271px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #121212;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item
.info-btm
.address {
    height: 20px;
    line-height: 20px;
    background: #f1f3ff;
    border-radius: 2px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #027aff;
    padding: 0 4px;
    margin-right: 10px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item
.info-btm
.money {
    height: 20px;
    line-height: 20px;
    background: #fff7f0;
    border-radius: 2px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #fa6400;
    padding: 0 4px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.bid-info
.bid-info-content
.bid-content
.bid-item
.info-btm
.date {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier {
    margin-top: 30px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market {
    width: 500px;
    margin-right: 12px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-header {
    border-bottom: 2px solid #0284ff;
    padding: 0 0 12px 7px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-header
.demand-header-left
img {
    width: 4px;
    height: 16px;
    margin: 5px 10px 0 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-header
.demand-header-left
div {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0284ff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-header
.bid-header-right {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0284ff;
    margin: 3px 12px 0 0;
    -line-height: 18px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content {
    width: 500px;
    height: 504px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ececec;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 13px 4px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.content-label {
    width: 100%;
    height: 40px;
    background: #f5f9fc;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 25px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0284ff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.content-label
.purchase-status {
    margin-right: 27px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.content-label
.purchase-product {
    width: 210px;
    margin-right: 28px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.content-label
.purchase-region {
    margin-right: 33px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.purchase-content {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.purchase-content
.purchase-item {
    padding: 12px 0 12px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #121212;
    display: block;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.purchase-content
.purchase-item:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.purchase-content
.purchase-item:nth-child(2n) {
    background: #fafafa;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.purchase-content
.purchase-item
img {
    width: 51px;
    height: 19px;
    margin-right: 28px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.purchase-content
.purchase-item
.purchase-product {
    width: 210px;
    margin-right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.demand-market
.demand-market-content
.purchase-content
.purchase-item
.purchase-region {
    width: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 9px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier {
    width: 368px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-header {
    border-bottom: 2px solid #0284ff;
    padding: 0 0 12px 7px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-header
.supplier-header-left
img {
    width: 4px;
    height: 16px;
    margin: 5px 10px 0 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-header
.supplier-header-left
div {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0284ff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-header
.bid-header-right {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0284ff;
    margin: 3px 12px 0 0;
    -line-height: 18px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content {
    height: 504px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ececec;
    border-top: none;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier {
    display: block;
    padding: 13px 0;
    border-top: 1px dashed #dbdbdb;
    color: #121212;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier
.supplier-pic {
    width: 130px;
    height: 85px;
    margin-right: 9px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier
.excellent-supplier-right {
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier
.excellent-supplier-right
.supplier-name {
    width: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier
.excellent-supplier-right
img {
    width: 67px;
    height: 20px;
    margin: 12px 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier
.excellent-supplier-right
.supplier-info
div {
    max-width: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    background: #f8f9ff;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    color: #027aff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.excellent-supplier
.excellent-supplier-right
.supplier-info
div.supplier-type {
    background: #f3fcf7;
    color: #42cb83;
    margin-left: 12px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.supplier-item {
    border-top: 1px dashed #dbdbdb;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #121212;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.supplier-item:hover {
    color: #0284ff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.supplier-item
.supplier-icon {
    width: 38px;
    height: 38px;
    margin: 3px 12px 0 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.supplier-item
.supplier-detail
.name {
    width: 210px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.supplier-item
.supplier-detail
.supplier-info
div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 70px;
    height: 20px;
    background: #f8f9ff;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    color: #027aff;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.supplier-item
.supplier-detail
.supplier-info
div.supplier-type {
    background: #f3fcf7;
    color: #42cb83;
    margin-left: 12px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-left
.demand-market-supplier
.supplier
.supplier-content
.supplier-item
.excellent-supplier-icon {
    width: 67px;
    height: 20px;
    margin-left: 10px;
    margin-top: 13px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right {
    width: 280px;
    margin-top: 30px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-congratulation-list {
    width: 100%;
    height: 330px;
    padding: 40px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../imgs/home/bidCongratulation.png");
    background-size: 100% 100%;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-congratulation-list
.congratulation-wrapper {
    height: 250px;
    overflow: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-congratulation-list
.congratulation-wrapper::-webkit-scrollbar {
    display: none;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-congratulation-list
.congratulation-wrapper
.bid-enterprise {
    margin-top: 17px;
    display: block;
    color: #121212;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-congratulation-list
.congratulation-wrapper
.bid-enterprise
.bid-sign {
    width: 66px;
    height: 19px;
    background: #ffece9;
    border-radius: 2px;
    border: 1px solid #fdd8d4;
    text-align: center;
    line-height: 19px;
    margin-right: 9px;
    font-size: 10px;
    font-family: MicrosoftYaHei;
    color: #de0504;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-congratulation-list
.congratulation-wrapper
.bid-enterprise
.enterprise-name {
    width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview {
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 28px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-header {
    height: 43px;
    width: 100%;
    background: url("../imgs/home/directMiningBgc.png");
    background-size: 100% 100%;
    border-bottom: 3px solid #0284ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 20px 0 10px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-header
.direct-mining-label {
    width: 89px;
    height: 35px;
    border-radius: 7px 7px 2px 2px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0284ff;
    cursor: pointer;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-header
.direct-mining-label.headerActive {
    background: #0284ff;
    color: #ffffff;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-header
a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
    line-height: 35px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-content {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ececec;
    padding: 6px 9px 0 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 346px;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-content
.direct-mining-item {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #121212;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px dashed #d9d9d9;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-content
.direct-mining-item:hover {
    color: #0084ff !important;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-content
.direct-mining-item:first-child {
    border: none;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-content
.direct-mining-item
img {
    width: 10px;
    height: 10px;
    margin: 13px 6px 0 0;
}

.temp-container
.home-container
.home-content
.home-content-two
.content-two-right
.bid-preview
.direct-mining-content
.direct-mining-item
.content-abstract {
    width: 193px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
    font-size: 14px;
}

.temp-container .home-container .home-content .home-banner-two {
    margin-top: 20px;
    height: 160px;
}

.temp-container .home-container .home-content .home-banner-two .homeBannerTwo {
    width: 100%;
    height: 160px;
}

.temp-container
.home-container
.home-content
.home-banner-two
.homeBannerTwo
img {
    width: 100%;
    height: 160px;
    border-radius: 5px;
}

.temp-container .home-container .home-content .bid-classify-container {
    margin-top: 21px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left {
    width: 880px;
    margin-right: 20px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-info-header {
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 12px 7px;
    margin-bottom: 13px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-info-header
.bid-header-left
img {
    width: 4px;
    height: 16px;
    margin: 5px 10px 0 0;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-info-header
.bid-header-left
div {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0284ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-info-header
.bid-header-right {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0284ff;
    margin: 3px 12px 0 0;
    -line-height: 18px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item {
    background: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(12, 46, 112, 0.12);
    border-radius: 5px;
    width: 430px;
    height: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 11px 20px 12px 20px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item:nth-child(2n) {
    margin-right: 20px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item.longer {
    width: 880px;
    height: 264px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item.longer
.classify-content {
    background: #f2f6f7;
    border-radius: 5px;
    padding: 3px 0 3px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 196px;
    overflow: hidden;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item.longer
.classify-content
.classify-detail-item {
    margin: 11px 0;
    padding-right: 12px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item.longer
.classify-content
.classify-detail-item
a {
    font-size: 13px;
    color: #333;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-item-header
.classify-name {
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #666666;
    margin-bottom: 12px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-item-header
.classify-name
img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-item-header
.classify-more {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #606972;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-item-header
.classify-more:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-item-header
.classify-more
img {
    width: 14px;
    height: 14px;
    margin: 3px 0 0 9px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-item-header
.classify-more
.more {
    margin-top: 4px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-content {
    background: #f2f6f7;
    border-radius: 5px;
    padding: 3px 0 3px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 136px;
    overflow: hidden;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-content
.classify-detail-item {
    margin: 11px 0;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-content
.classify-detail-item
.item-name
.name {
    font-size: 13px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #206dca;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-content
.classify-detail-item
.item-name
.divider-sign {
    width: 1px;
    height: 12px;
    background: #2f84eb;
    margin: 4px 10px 0 10px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-content
.classify-detail-item
a {
    margin-right: 15px;
    text-decoration: none;
    font-size: 13px;
    color: #333333;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-left
.bid-classify-content
.classify-item
.classify-content
.classify-detail-item
a:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right {
    width: 280px;
    margin-top: -348px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.common-right-header {
    padding: 14px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.common-right-header
img {
    width: 3px;
    height: 14px;
    margin-right: 7px;
    margin-top: 3px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.common-right-header
.name {
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.common-right-header
a {
    width: 39px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.common-right-header
a:hover {
    color: #027aff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build {
    height: 521px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content {
    padding: 0 13px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.before-item {
    padding: 10px 0 6px 0;
    display: block;
    border-bottom: 1px dashed #d9d9d9;
    color: #121212;
    text-decoration: none;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.before-item:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.before-item
.build-abstract {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    width: 248px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.before-item
.info-float {
    margin-bottom: 6px;
    color: #000;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.before-item
.info-float
.address {
    margin-right: 10px;
    width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.before-item
.info-float
span {
    color: #666666;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.before-item
.item-btm
.show-btn {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.after-item {
    margin: 12px 0;
    display: block;
    color: #121212;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.after-item:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.after-item
img {
    width: 10px;
    height: 10px;
    margin: 4px 6px 0 0;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.plan-to-build
.plan-build-content
.after-item
.item-abstract {
    width: 190px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 4px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.auction {
    width: 280px;
    height: 374px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.auction
.auction-content {
    padding: 0 0 0 12px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.auction
.auction-content
.after-item {
    display: block;
    height: 39px;
    line-height: 39px;
    color: #121212;
    border-top: 1px dashed #d9d9d9;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.auction
.auction-content
.after-item:first-child {
    border: none;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.auction
.auction-content
.after-item:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.auction
.auction-content
.after-item
img {
    width: 51px;
    height: 19px;
    margin: 11px 10px 0 0;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.auction
.auction-content
.after-item
.item-abstract {
    width: 184px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 16px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information {
    margin-top: 95px;
    width: 280px;
    height: 346px;
    background: #ffffff;
    border-radius: 5px;
    /* border: 1px solid #DFDFDF; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content {
    padding: 14px 0 0 22px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    height: 294px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.time-line {
    position: absolute;
    top: 20px;
    left: 76px;
    width: 1px;
    height: 243px;
    background: #e2e2e2;
    z-index: 10;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.info-item {
    margin-bottom: 14px;
    display: block;
    color: #121212;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.info-item:hover {
    color: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.info-item:hover
.abstract {
    color: #0084ff !important;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.info-item:hover
.circle {
    background: #0084ff;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.info-item
.date {
    width: 52px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.info-item
.circle {
    width: 6px;
    height: 6px;
    background: rgba(226, 226, 226, 1);
    border-radius: 100%;
    margin: 6px 13px 0 0;
    z-index: 999;
    position: relative;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.industry-information
.industry-info-content
.info-item
.abstract {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 167px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #121212;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.all-city-site {
    margin-top: 20px;
    width: 280px;
    height: 317px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.all-city-site
.site-icon {
    width: 150px;
    height: 39px;
    margin: 14px 0 14px 60px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.all-city-site
.city-site-item {
    margin: 0 0 0 14px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.all-city-site
.city-site-item
.site-classify {
    font-size: 13px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin-right: 7px;
    line-height: 30px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.all-city-site
.city-site-item
.site-classify-item {
    width: 216px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.all-city-site
.city-site-item
.site-classify-item
a {
    float: left;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #333333;
    text-decoration: none;
    margin-right: 14px;
    line-height: 30px;
}

.temp-container
.home-container
.home-content
.bid-classify-container
.bid-classify-right
.all-city-site
.city-site-item
.site-classify-item
a:hover {
    color: #0084ff;
}

.temp-container .cooperation-enterprise {
    width: 100%;
    height: 735px;
    margin-top: 35px;
    background: url("../imgs/home/cooperationEnterpriseBgc.png");
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 88;
}

.temp-container .cooperation-enterprise .cooperation-ent-wrapper {
    width: 1248px;
    margin: 0 auto;
    padding: 51px 0 0 0;
}

.temp-container .cooperation-enterprise .cooperation-ent-wrapper .title {
    text-align: center;
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.temp-container .cooperation-enterprise .cooperation-ent-wrapper .desc {
    font-size: 17px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    text-align: center;
    margin-bottom: 41px;
}

.temp-container
.cooperation-enterprise
.cooperation-ent-wrapper
.enterprise-icon-content {
    width: 100%;
    height: 398px;
    position: relative;
}

.temp-container
.cooperation-enterprise
.cooperation-ent-wrapper
.enterprise-icon-content
.enterprise-icon-wrapper {
    width: 100%;
    height: 398px;
    background: #ffffff;
    border-radius: 10px;
    padding: 27px 0 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.temp-container
.cooperation-enterprise
.cooperation-ent-wrapper
.enterprise-icon-content
.enterprise-icon-wrapper
.left {
    width: 184px;
    height: 99px;
    margin: 0 20px 20px 0;
    border: 1px solid #ececec;
}

.temp-container
.cooperation-enterprise
.cooperation-ent-wrapper
.enterprise-icon-content
.enterprise-icon-wrapper
.left:hover {
    box-shadow: 0px 0px 6px 0px rgba(186, 186, 187, 0.31);
}

.temp-container
.cooperation-enterprise
.cooperation-ent-wrapper
.enterprise-icon-content
.enterprise-icon-wrapper
.left:nth-child(6n) {
    border-right: 0;
}

.temp-container
.cooperation-enterprise
.cooperation-ent-wrapper
.enterprise-icon-content
.absBgc {
    position: absolute;
    width: 1176px;
    height: 414px;
    left: 36px;
    top: 19px;
    z-index: 100;
}

.temp-container .data-show {
    width: 100%;
    height: 481px;
    margin-top: -65px;
    background: url("../imgs/home/dataShowBgc.png");
    background-size: 100% 100%;
    z-index: -199;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container .data-show .data-show-wrapper {
    padding-top: 65px;
    width: 1248px;
    margin: 0 auto;
}

.temp-container .data-show .data-show-wrapper .title {
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #106eff;
    margin: 49px 0 19px 0;
    text-align: center;
}

.temp-container .data-show .data-show-wrapper .blue-divider {
    width: 40px;
    height: 7px;
    background: #106eff;
    margin: 0 auto;
}

.temp-container .data-show .data-show-wrapper .desc {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #828282;
    margin: 19px 0 68px 0;
    text-align: center;
}

.temp-container .data-show .data-show-wrapper .data-number {
    width: 100%;
}

.temp-container .data-show .data-show-wrapper .data-number .data-num-item {
    width: 33%;
    text-align: center;
}

.temp-container
.data-show
.data-show-wrapper
.data-number
.data-num-item
.number-label {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #5a5858;
    margin-bottom: 10px;
}

.temp-container
.data-show
.data-show-wrapper
.data-number
.data-num-item
.number {
    font-size: 42px;
    font-family: MicrosoftYaHei;
    color: #5a5858;
}

.temp-container
.data-show
.data-show-wrapper
.data-number
.data-num-item
.number
img {
    width: 16.84px;
    height: 20px;
}

.temp-container
.data-show
.data-show-wrapper
.data-number
.data-num-item
.needle-icon {
    width: 11px;
    height: 85px;
}

.temp-container .project-feature {
    width: 100%;
    height: 129px;
    padding: 34px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.temp-container .project-feature .feature-wrapper {
    width: 1248px;
    margin: 0 auto;
}

.temp-container .project-feature .feature-wrapper .feature-item {
    width: 25%;
    text-align: center;
    border-left: 1px dashed #d4d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 75px;
}

.temp-container .project-feature .feature-wrapper .feature-item:first-child {
    border: none;
}

.temp-container .project-feature .feature-wrapper .feature-item img {
    width: 60px;
    height: 60px;
    margin-right: 6px;
}

.temp-container
.project-feature
.feature-wrapper
.feature-item
.feature-item-right {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: left;
}

.temp-container
.project-feature
.feature-wrapper
.feature-item
.feature-item-right
.feature-explain {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    margin-top: 8px;
}

.temp-container .btm-register-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    background: url("../imgs/home/btmRegisterIcon.png");
    background-size: 100% 100%;
}

.temp-container .btm-register-wrapper .register-wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.temp-container .btm-register-wrapper .register-wrapper a {
    position: absolute;
    top: 64px;
    right: 40px;
    width: 194px;
    height: 53px;
    background: #f3574a;
    border-radius: 4px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 53px;
    text-align: center;
}

.temp-container .btm-register-wrapper .register-wrapper a:hover {
    opacity: 0.8;
}

/* 5.19新版本 */
.caption-city {
    height: 13px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
    line-height: 13px;
    margin-right: 5px;
}

.caption-title h5 a {
    width:530px;
    overflow:hidden;
    line-height: 28px;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.caption-notice-item:hover .caption-title h5 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
    cursor: pointer;
}

.caption-notice-item:hover {
    box-shadow: 0px 2px 8px 0px rgba(129, 137, 142, 0.24);
}

.caption-notice-item:hover .notice-main-title {
    color: #0084ff;
    cursor: pointer;
}

.rowhide {
    color: #a1a1a1 !important;
}

.caption-time {
    height: 12px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 12px;
}

.attention_title {
    height: 16px;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    margin: auto;
    margin-top: 30px;
}

.attention_title span {
    margin: 0 9px;
}

.attention_title img {
    width: 53px;
    height: 9px;
}

.computer {
    width: 50px;
    height: 50px;
    margin-top: 44px;
}

.attention-scan-order {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px !important;
    height: 317px;
}

.attention-scan-order h3 {
    width: 130px;
    height: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
    margin-top: 34px;
}

.attention-scan-order h4 {
    width: 211px;
    height: 14px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #96a0ae;
    line-height: 14px;
    margin-top: 2px;
}

.attention_btn {
    border: 0;
    width: 110px;
    height: 40px;
    background: #2583ff;
    border-radius: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 14px;
    margin-top: 20px;
}

.register_title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 17px;
}

.register_title span:last-child:hover {
    border-bottom: 1px solid #0084ff;
    cursor: pointer;
}

.register_title span {
    width: 91px;
    height: 16px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
    line-height: 16px;
}

.register_title span:first-child {
    width: 62px;
    height: 16px;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.register-and-login {
    display: flex;
    flex-direction: column;
}

.register_main {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    margin-top: 20px;
}

.register_main div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000 !important;
}

.register_main div a:hover p {
    color: #0084ff;
}

.register_main div:hover {
    color: #0084ff;
}

.register_main img {
    width: 40px;
    height: 40px;
}

.register_main div {
    width: 70px;
    height: 100px;
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register_main div p {
    margin-top: 13px;
}

.fenzhan {
    width: 88px !important;
    height: 39px !important;
}

.fenzhan_title {
    margin-bottom: 30px;
}

.site-classify-item a {
    margin-right: 14px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 22px;
    white-space: nowrap;
    display: inline-block;
}

.site-classify-item a:hover {
    height: 14px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
    line-height: 14px;
}

.site-classify-item {
    width: 219px;
}

.all-city-site {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 28px;
    width: 280px;
    height: 337px;
    background-color: #fff;
    float: right;
    margin-top: -117px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-classify {
    margin-left: 19px;
    height: 14px;
    font-size: 13px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
    margin-top: 5px;
}

.bidding-more {
    cursor: pointer;
}

.bidding-more:hover {
    color: #0084ff;
}

.bid-classify-main {
    position: relative;
}

.hot-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    background: #fff;
    color: rgba(0, 132, 255, 1);
}

.bid-hot-item {
    margin-right: 18px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.bid-hot-item:hover {
    color: #0084ff;
}

.footer-title img {
    width: 40px;
    height: 40px;
}

.footer-title {
    background: url("/dist/imgs/home/foot-bg.png");
    background-size: 100% 100%;
    border-bottom: 1px solid #fff;
    padding: 36px 0;
}

.footer-tit {
    width: 1200px;
    display: flex;
    margin: auto;
    color: #fff;
}

.footer-title-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-title-item h3 {
    width: 112px;
    height: 18px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 18px;
    margin-left: 21px;
}

.footer-title-item span {
    margin-left: 21px;
    width: 143px;
    height: 19px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 19px;
}

.footer-title-item div {
    margin-top: -15px;
}

.wbt {
    width: 8px;
    height: 5px;
    margin-left: 5px;
    margin-top: -3px;
}

.notloginuser {
    margin-top: -150px !important;
}

.industry-informations {
    margin-top: 60px !important;
}

.bid-hot {
    position: relative;
}

.bid-hot .hot {
    position: absolute;
    top: -5px;
    width: 25px;
    height: 13px;
    right: -5px;
}

.notice-main-title a {
    color: #121212;
}

.notice-main-title a:hover {
    color: #0084ff;
}

/* 2022 7.18 新版本样式 */
.home-content-nav {
    margin-top: -30px;
    background: linear-gradient(180deg, #F1F5FF 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 12px 0px rgba(164,169,189,0.18);
    border-radius: 6px;
}
.home-content-nav ul {
    display: flex;
    margin: 0;
    height: 145px;
    justify-content: space-between;
}

.home-content-nav ul li{
    flex: 1;
    padding: 20px 20px;
    display: flex;
}
.home-content-nav ul li h4{
    font-size: 16px;
    margin-top: 5px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #444444;
}
.home-content-nav ul li span{
    font-size: 14px;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 15px;
    margin-right: 15px;
}
.home-content-nav ul .home-item-lines {
    width: 1px;
    height: 95%;
    background: #EFEFEF;
}
.home-content-nav ul li span:hover {
    color: #0084FF;
}
.home-item-links {
    display: flex;
    flex-wrap: wrap;
}

.home-item-ico {
    width: 26px;
    height: 26px;
    margin-right: 12px;
}
.home-item-navIcon {
    width: 24px;
    height: 12px;
    margin-bottom: 2px;
}

/*=======================首页订阅入口，2023/6/5添加===============*/
.home-subscribe-nox {
    height: 84px;
    margin-top: 30px;
    padding-right: 68px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url("/dist/imgs/home/subscribe.png");
    background-size: 100% 100%;
}
.home-subscribe-nox .layui-input {
    border-radius: 4px;
}

.home-subscribe-nox .layui-btn {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #242321;
    border-radius: 4px;
    background: #FFD700;
}
.home-subscribe-nox .layui-btn:hover {
    color: #242321;
    background: #FFD700;
}
.home-subscribe-nox .home-subscribe-select {
    height: 46px;
    width: 260px;
    margin: 0 15px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px 0 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.home-subscribe-nox .home-subscribe-select .wbt {
    width: 13px;
    height: 8px;
    margin-top: 2px;
}
.home-subscribe-nox .home-subscribe-select .home-sub-selectBox {
    display: flex;
}
.home-subscribe-nox .home-subscribe-select .home-sub-items {
    background: #EFF5FF;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    color: #007DFA;
    margin-right: 5px;
}
.activity {
    width: 1299px;
    height: 132px !important;
    margin-top: 20px;
}

.bidding-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px 0;
    flex: 1;
}

/*============最新资讯===========*/
.home_NewMess {
    width: 100%;
    padding-bottom: 44px;
    background-color: #f6f8fb;
    /*background: url("/dist/imgs/home/home_bg_news.png") no-repeat;*/
    background-size: cover;
}
.NewMessage-bg{
    padding: 50px 0;
    margin: 0;
    /*background-color: #f5f8fb;*/
}
.bidding-head h3 {
    margin: 0 12px;
    font-weight: 600;
}

.bidding-head img {
    width: 22px;
    height: 23px;
}

.icon_more {
    width: 16px;
    height: 16px;
    margin-left: 7px;
}

.container-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-head span {
    height: 15px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #374567;
    line-height: 15px;
    cursor: pointer;
}

.caption-notice ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.caption-notice ul li {
    list-style: none;
    width: 648px;
    height: 130px;
    padding: 20px 22px 30px 21px;
}

.caption-title {
    display: flex;
    justify-content: space-between;
}

.caption-title a {
    color: #444;
}

.caption-title a:hover {
    color: #0084ff;
}

.caption-title h5 {
    height: 60px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #444444;
    line-height: 26px;
    margin: 0;
    display: flex;
}

.collect-ico {
    width: 30px;
    height: 30px;
    margin-top: 4px;
    cursor: pointer;
}

.notice-main {
    display: flex;
    justify-content: space-between;
}
.notice-main div span{
    margin-right: 10px;
}
.notice-type {
    padding: 2px 6px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #fff;
    line-height: 12px;
    background: #0084FF;
    border-radius: 2px;
}

.notice-money, .notice-city, .notice-product {
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    font-family: MicrosoftYaHei;
}
.notice-money{
    background: #fff3ef;
    color: #ff643d;
}
.notice-city {
    background: #EDF5FF;
    color: #007DFA;
}
.notice-product{
    background: #E7F9FC;
    color: #0EC6DA;
}

.notice-time {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 16px;
}

.caption-notice ul {
    margin-top: 30px;
    background-color: #fff;
}

.caption-advance ul li {
    width: 648px;
    padding: 20px 22px 30px 21px;
    height: 120px;
}

.bootop {
    border-bottom: 1px solid #eeeeee;
}

.caption-advance ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding-left: 0;
}

.caption-win .notice-type {
    color: #fff;
    background: #32D879;
    border-radius: 2px;
}

.caption-advance .notice-type {
    background: #32D879;
    border-radius: 2px;
    color: #fff;
}

.caption-win ul {
    margin-top: 30px;
    background-color: #fff;
}

.caption-win ul li {
    width: 648px;
    padding: 20px 22px 30px 21px;
    height: 120px;
}

.bootop {
    border-bottom: 1px solid #eeeeee;
}

.caption-win ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding-left: 0;
}

li {
    list-style: none;
}

.home-content-two {
    background-color: #fff;
    min-width: 1300px;
}

ul {
    padding-left: 0;
}

.content-two-main ul li {
    width: 415px;
    height: 172px;
    padding: 25px 29px 28px 20px;
    border: 1px solid #EEF3FB;
    margin: 13px 0;
    border-radius: 6px;
    background-size: 70px 55px;
    background-position: right 0 top 0;
    background:url("/dist/imgs/home/home_nav.png") no-repeat right top, linear-gradient(180deg, #EFF5FF 0%, rgba(255,255,255,0.2) 100%);
}

.content-two-main ul {
    width: 1299px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bild {
    width: 4px;
    height: 14px;
    background: #0076f3;
}

.main-two-title h4 {
    height: 20px;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin: 0px 6px 0px 6px;
}

.main-two-title {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.two-title-ico {
    width: 15px;
    height: 15px;
}

.two-main h5 {
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #006de6;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.two-main img {
    width: 6px;
    height: 8px;
    margin-left: 3px;
}

.two-main {
    display: flex;
    align-items: center;
}

.two-main div span a {
    margin: 0 8px;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #121212;
    line-height: 16px;
}

.two-main div span a:hover {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #0084ff;
    line-height: 16px;
}

.two-main div {
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.switch {
    height: 56px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0084ff;
    cursor: pointer;
    line-height: 15px;
    margin: 0 0 22px;

}

.switch img {
    width: 17px;
    /*height: 17px;*/
}

.message-title {
    width: 1300px;
    margin: auto;
}
.message-title ul li{
    margin: 0 10px;
}
.message-title ul li h4 {
    height: 18px;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    line-height: 18px;
    color: #6e7581;
}

.message-title ul li {
    text-align: center;
    width: 130px;
    cursor: pointer;
    padding-bottom: 9px;
}

.message-title ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
}

.bold {
    font-weight: bold;
}

.message-bild h4 {
    font-weight: bold;
    color: #0081FF !important;
}

.message-bild {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0084ff;
    line-height: 18px;
    border-bottom: 3px solid #0084ff;
}

.message-main {
    width: 1300px;
    height: 479px;
    background-color: #ffffff;
    margin: auto;
    display: flex;
    margin-top: 20px;
}

.message-banner {
    width: 590px;
    height: 280px;
}

.message-main {
    padding: 36px 34px 41px 25px;
}

.message-main-title {
    font-size: 17px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #444444;
    line-height: 18px;
    margin-top: 26px;
    margin-bottom: 8px;
    padding-bottom: 14px;
    border-bottom:1px solid #EEEEEE;;
}
.message-left .message-time{
    width: 120px;
    height: 38px;
    background: #006DFF;
    position: absolute;
    left: 0;
    top: 210px;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
.message-left{
    position: relative;
}
.message-main-content {
    width: 596px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20 pxF;
}

.message-left div {
    margin-top: 12px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #c2c2c2;
    line-height: 19px;
}

.message-right-time {
    width: 70px;
    height: 71px;
    background: #f2f6f8;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.message-day {
    width: 33px;
    height: 25px;
    font-size: 28px;
    font-family: MicrosoftYaHei;
    color: #666;
    line-height: 25px;
}

.message-data {
    width: 48px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666;
    line-height: 12px;
    text-align: center;
}

.message-right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.message-right ul li:first-child{
    margin-top: 0;
}
.message-right-main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 70px;
    margin-left: 19px;
}

.message-right-main h3 {
    width: 540px;
    height: 18px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 18px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
}

.message-main-bottom {
    display: flex;
}

.message-long {
    margin: 0 12px;
}

.message-main-bottom div {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #c2c2c2;
    line-height: 19px;
}

.message-enterprise {
    width: 264px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    margin-left: 35px;
}

.message-right {
    margin-left: 37px;
}

.message-right ul {
    height: 402px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.message-right-main h3:hover {
    color: #0084ff;
}

.bidding-title-p {
    margin: auto;
    text-align: center;
    width: 532px;
    height: 18px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 18px;
    margin-top: -15px;
}
.cooperation {
    width: 1300px;
    margin: auto;
}

.collaborate {
    background-color: #fff;
    overflow: hidden;
}

.cooperation ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 33px;
}

.cooperation ul li img {
    width: 100%;
}

.cooperation ul li:hover {
    box-shadow: 0px 0px 4px 0px rgba(146, 146, 146, 0.37);
}

.cooperation ul li {
    width: 222px;
    height: 90px;
    margin-bottom: 30px;
}

/* 底部footer样式 */
.foot-substation {
    display: flex;
    margin-top: 10px;
}

.foot-substation span {
    width: 108px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #9fa3a7;
    line-height: 12px;
}

.foot-substation ul {
    width: 97%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
}

.foot-substation ul li {
    display: block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.foot-substation ul li a:hover {
    color: #fff;
}

.foot-substation ul li a {
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #acafbc !important;
    line-height: 12px;
}

.Handover {
    position: absolute;
    right: -1px;
    top: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
}

.Handover img {
    width: 56px;
    height: 56px;
}

.Handover-introduce {
    background: url("/dist/imgs/home/introduce-bg.png");
    background-size: 100% 100%;
    width: 108px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.phone-login {
    margin-top: 48px
}

.modal-title-icon {
    right: -1px;
}

.dialog-register .closeLoginModalImg {
    width: 16px;
    height: 16px;
    float: right;
    margin-right: -27px;
    cursor: pointer;
    margin-top: -28px;
}

.gotopage-login img {
    width: 8px;
    height: 14px;
    margin-right: 3px;
    margin-right: 7px;
    margin-left: 30px;
}

.gotopage-login {
    height: 18px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0084FF;
    line-height: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 28px;
}

.dialog-register h4 {
    width: 36px;
    height: 18px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 18px;
    margin: auto;
    margin-top: 23px;
}

.registerForm-phone .ipt-select {
    height: 44px;
}

.registerForm-phone {
    position: relative;
    display: flex;
}

#registerForm {
    width: 350px;
    height: 44px;
    margin: auto;
}

.loadMore {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadMore span{
    color: #0084FF;
    cursor: pointer;
    margin-top: 15px;
}
.loadMore .noMore{
    color: #ededed;
    cursor:not-allowed;
}

.NewMessage{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1300px;
    margin: auto;
}
.NewMessage a span img{
    margin-top: -3px;
}
.NewMessage a{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #374567;
    line-height: 15px;
}
.NewMessage a:hover{
    color: #0084FF;
}
.container-head span:hover{
    color: #0084FF;
}
.icon_more{
    margin-top: -3px;
}
.message-right-main h3 a{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 18px;
}
.message-right-main h3 a:hover{
    color: #0084FF;
}
.message-main-title a{
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 18px;
}
.message-main-title a:hover{
    color: #0084FF;
}
/*# sourceMappingURL=home.css.map */

/*============2023/03/08首页修改============*/
.home_newBa {
    background: #f6f8fb;
    /*background: url("/dist/imgs/home/home_bg_recommend.png");*/
    background-size: 100% 100%;
    padding-bottom: 35px;
}
.home-content-owner {
    /*background: url("/dist/imgs/home/owner.png") no-repeat;*/
    /*background-size: 100% 558px;*/
    min-width: 1300px;
}
.content-owner {
    display: flex;
    justify-content: center;
}
.content-owner-main {
    width: 1300px;
    display: flex;
    padding: 25px 0 80px;
}
.content-owner-main .content-owner-left {
    width: 310px;
    margin-right: 40px;
}

.content-owner-main .content-owner-right {
    flex: 2;
}
/*业主部分头部更多*/
.content-owner-head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.content-owner-head h4{
    font-weight: bold;
    position: relative;
    padding-left: 24px;
    font-size: 16PX;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #333333;
}
.content-owner-head a{
    color: #0084FF;
    font-size: 15px;
    position: relative;
    padding-right: 16px;
}
.content-owner-head a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    background-size: 100% 100%;
    background-image: url("/dist/imgs/home/icon_more.png");
}
.content-owner-head h4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 17px;
    background-size: 100% 100%;
    background-image: url("/dist/imgs/home/icon_nav.png");
}
.home-big-recom {
    margin-top: 12px;
}
.home-big-recom a {
    padding: 24px 0 30px 2px;
    color: #121212;
    display: block;
    border-bottom: 2px dotted #EEEEEE;
}
.home-big-recom h5 {
    margin-top: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home-big-recom a:hover h5{
    color: #0084FF;
}

/*======================业主推荐===================*/
.content-owner-recom {
    margin-top: 20px;
    cursor: pointer;
    padding: 20px 15px;
    display: block;
    width: 100%;
    color: #000 !important;
    text-decoration: none;
    border: 1px solid #fff;
    background-size: cover;
    box-shadow: 0px 2px 12px 0px rgba(105,108,112,0.11);
    background-image: url("/dist/imgs/home/owner_bg.png");
    border-radius: 6px;
}
.content-owner-recom .owner-recom-title {
    display: flex;
    align-items: center;
}
.content-owner-recom .owner-recom-title span {
    padding: 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    line-height: 14px;
    letter-spacing: 1px;
    margin-right: 12px;
}
.span_01 {
    background: #4FAEFC;
}
.span_02{
    background: #F4A578;
}
.span_03{
    background: #87C865;
}
.content-owner-recom .owner-recom-info {
    display: flex;
    align-items: center;
    margin-left: 46px;
}
.content-owner-recom .owner-recom-info span {
    color: #7C8293;
    font-size: 12px;
}
.content-owner-recom .owner-recom-info .owner-recom-info-msg h5{
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 0;
}
.content-owner-recom .owner-recom-info .owner-recom-info-line {
    width: 1px;
    height: 23px;
    margin: 0 20px;
    background: #DEDEDE;
}
.content-owner-recom .owner-recom-title h4 {
    font-size: 16px;
    width: 80%;
    font-family: MicrosoftYaHei;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.content-owner-recom:hover {
    border-color: #93C4F3;
}
.owner-recom-interre {
    font-size: 13px;
    padding: 6px 6px 6px 30px;
    margin-top: 15px;
    border-radius: 6px;
    background: #F6F9FE;
    color: #FF8413;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    font-family: MicrosoftYaHei;
    text-overflow:ellipsis;
}
.owner-recom-interre:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 6px;
    background-size: 100% 100%;
    background-image: url("/dist/imgs/home/icon_chanpin.png");
}

/*===============首页立即注册==================*/
.home-content-register {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background: url("/dist/imgs/home/bg_register.png") no-repeat center;
}
.home-content-register .content-register-main {
    width: 1300px;
}
.home-content-register .content-register-main .register-main-text {
    font-size: 27px;
    margin: 0;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.home-content-register .content-register-main .register-main-btn {
    width: 119px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    background: #0084FF;
    border-radius: 4px;
}
/*======================首页企业推荐=================*/
.content-comyList {
    padding: 10px;
}
.content-comyList .col {
    padding: 0 10px !important;
}
/*===============招标文书=============*/
.home-biding-book {
    width: 100%;
    justify-content: center;
    /*background-size: 100% 424px;*/
    /*background-size: cover;*/
    /*background: url("/dist/imgs/home/bg_download.png") no-repeat;*/
}
.home-biding-content {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-biding-content .biding-content-item {
    display: flex;
    width: 48%;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}
.home-biding-content .biding-content-item a {
    color: #121212;
    display: flex;
    width: 80%;
    align-items: center;
}
.home-biding-content .biding-content-item a img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.home-biding-content .biding-content-item h5 {
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    font-family: MicrosoftYaHei;
    text-overflow:ellipsis;
}
.home-biding-content .biding-content-item span {
    color: #666;
    font-size: 15px;
}
.home-biding-content .biding-content-item a:hover h5 {
    color: #0084FF;
}

/*=================海量下载==================*/
.magn_download {
    height: 180px;
    width: 100%;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background: url("/dist/imgs/home/home_banner.png");
}
.magn_download .magn_download_btn {
    border-radius: 3px;
    text-decoration: none;
    width: 150px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 18px;
    border: 1px solid #FFFFFF;
}

/*====================elementUi样式修改=================*/
.home-subscribe-nox .el-input__inner{
    height: 46px;
    line-height: 46px;
}



/*====================首页红包弹出框=====================*/

.homeVIpBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.46);
}
.homeVIpBox .redPacket {
    width: 530px;
    cursor: pointer;
}
.homeVIpBox .closes {
    width: 30px;
    cursor: pointer;
}


