@charset "UTF-8";

/** 采购车按钮 */
.cart-button {
    cursor: pointer;
    font-size: 14px;
    float:right;
    width: 140px;
    height: 42px;
    color: #666666;
    background-color: #fff;
    border-radius: 25px;
    border: 2px solid transparent;
    padding: 0 10px 0 35px;
    background-repeat: no-repeat;
    background-position: 20px 3px;
}

/** 原版登录框 */
.avator{
    border-radius: 50px;
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px;
    margin-top: 15px;
}
.welcome-info{
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #666666;
}
.watting-buyer-money,
.watting-orders{
    display: block;
    height: 13px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #207ad6;
    font-weight: bold;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    padding: 10px 10px 10px 10px;
}
.watting-buyer-money {
    color: #ff6d00;
}
.user-info-total-detail {
    width: 61px;
    height: 13px;
    font-family: MicrosoftYaHei, serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 12px;
    letter-spacing: 0px;
    color: #666666;
}
.user-info-total li {
    float: left;
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    background: #fbfbfb;
    border: 1px solid #ffffff;
}
.user-personal {
    position: relative;
    top: 10px;
    text-align: center;
}
.inner-slider-pager {
    width: 304px;
    height: 170px;
    background: #fff;
    text-align: left;
    line-height: 45px;
}
.logout{
    font-size:14px;
    cursor: pointer;
}
.login-user-personal {
    position: absolute;
    left: 12%;
    top: 10px;
    text-align: center;
}
.user-personal strong {
    width: 43px;
    height: 14px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #333333;
}

.login-inner-slider-pager {
    width: 304px;
    height: 340px;
    background: #fff;
    text-align: left;
    line-height: 45px;
    padding-left: 10px;
}
.companyName {
    font-size: 12px;
    color: #666;
    margin-top: -20px;
}
.old-login .login {
    line-height: 75px;
    padding: 5px 20px 5px 20px;
    border-radius: 14px;
    width: 60px;
    height: 28px;
    border-style: solid;
    border-width:1px;
    font-size: 14px;
    margin: 20px;
    cursor: pointer;
}
.old-login .user-info{
    width:100%;
}
.old-login .inner-slider-pager{
    min-height:224px;
}
.old-login .user-info-total{
    width:100%;
    background:#ffffff;
    position: absolute;
    bottom: 0;
}
.old-login.slider-controls{
    height:100%;
    background: #fff;
    position: relative;
}

/** 四方格 */
.navi-in-q {
    overflow: hidden;
    width: 315px;
    height: 220px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.navi-in-q ul li :first-child {
    border-bottom: 1px #eeeeee;
    border-right: 1px #eeeeee;
}
.navi-in-q ul li {
    height: 110px;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    display: inline-block;
    width: 150px;
    float: left;
}
.navi-in-q ul li img {
    margin-top: 30px;
}

.no-module-link{
    display: none;
}
/*门户后台模块只有两项时的样式*/
.two-module-link.navi-in-q{
    height:120px;
}
.two-module-link.navi-in-q ul li{
    margin-top:5px;
    border:none;
}
.two-module-link.navi-in-q ul li+li{
    border-left: 1px solid #eee;
}
/** 原版咨询样式 */
.theme-default.info-body {
    background: #fff;
    line-height: 35px;
    height:120px;
}
.theme-default .info-button {
    background-repeat: no-repeat;
    background-position: 25px 25px;
}
.theme-default .info-title {
    padding: 10px;
    text-align: center;
    float: left;
    width: 85px;
    height: 107px;
    display: inline;
    font-weight: bold;
    line-height: 150px;
}
.theme-default .info-more-button:hover {
    background-image: url(../img/info-more-hover.png);
    background-repeat: no-repeat;
    background-position: 35px 35px;
}
.theme-default .inner-slider-text {
    font-size: 14px;
    color: #b0b0b0;
    /*width: 400px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.theme-default .text-left {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    text-align: left;
    float: left;
    font-size: 14px;
}
.theme-default .info-more {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #999999;
    padding: 5px;
    position: absolute;
}
.theme-default .basic-infos {
    width:calc(100% - 250px);
    overflow: hidden;
    height: 100px;
    float: left;
    margin: 10px;
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #eeeeee;
}
.theme-default .info-more-button {
    background-image: url(../img/info-more.png);
    background-repeat: no-repeat;
    background-position: 35px 35px;
    color: #666666;
    cursor: pointer;
}

/** 服务链接 */
.navi-pager-q {
    overflow: hidden;
    padding-bottom: 10px;
}
.navi-pager-q ul li {
    float: left;
    list-style: none;

}
.navi-pager-q ul li {
    margin-right:24px;
    width: 180px;
    height: 60px;
    box-shadow: 0px 0px 10px 0px
    rgba(221, 221, 221, 0.2);
}
.navi-pager-q ul li:last-child {
    margin-right: 0px;
}

.navi-pager-q ul li a{
    width: 66px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    margin: 40px;
    line-height: 60px;
}

.navi-pager-q ul li a span {
    padding:5px
}

.navi-in-q{
    overflow: hidden;
    width: 315px;
    /*height: 220px;*/
    background: #fff;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.navi-in-q ul li {
    height: 110px;
    border-left: 1px solid #eeeeee;
rgba(221, 221, 221, 0.2): ;
    border-top: 1px solid #eeeeee;
    display: inline-block;
    width: 150px;
    float: left;
}
.navi-in-q ul li :first-child{
    border-bottom: 1px  #eeeeee;
    border-right:1px  #eeeeee;
}
.navi-in-q ul .liu2{
    border-left:1px dashed #eeeeee;
    border-bottom: 1px dashed #eeeeee;
}
.navi-in-q ul .liu3{
    border-right:1px dashed #eeeeee;
}

.navi-in-q ul li a{
    line-height: 30px;
}
.navi-in-q ul li div a{
    cursor: pointer;
}
.navi-in-q ul li img{
    margin-top: 30px;
}

/** 热销品牌 */

.hot-li{
    margin-top: 30px;
    width: 285px;
    height: 349px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.2);
    border: solid 1px #f4f6fd;
}

.hot-title{
    width: 285px;
    height: 72px;
    background-color: #fbfbfb;
    text-align: center;
}
.hot-title span{
    width: 72px;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
}
.hot-info{
    float: left;
    padding: 10px;
    overflow: hidden;
    /* width: 325px; */
    /* height: 220px; */
    background: #fff;
    text-align: center;
}
.hot-info ul li {
    cursor: pointer;
    margin: 4px;
    display: inline-block;
    width: 108px;
    height: 114px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #eeeeee;
}
.hot-info ul li a{
    line-height: 30px;
}
.hot-info ul li img{
    margin-top: 40px;
    width: 90px;
    height: 35px;
}

.mask-div{
    position: relative;
}

.mask-div:hover .mask > p{
    padding-top: 20px;
}
.mask-div:hover .mask> span{
    display: inline-block;
    padding-top: 60px;
}

.mask {
    position: absolute !important;
    opacity: 0 !important;
}
.mask-div:hover .mask{
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #666;
    box-sizing: border-box;
    opacity: 0.80 !important;
    padding: 50px !important;
    text-align: center;
}
.product-list1{ margin-left:-25px;}
.floor-head div{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0px;
    color: #666666;
    float: right;
    margin-top: -10px;

}
.product-item1{
    width:285px; background:#FFF; float:left; position:relative; z-index:1; margin-left:20px; margin-bottom:14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);

}
.floor-head-img {
    margin-top: 6px;
    width: 4px;
    height: 21px;
    background-color: #207ad6;
    border-radius: 2px;
    position: absolute;
}
.theme-default .title{
    margin-left: 10px;
}
.theme-default .floor-head {
    margin-bottom: 25px;
}
.double-list:nth-child(2n+1){
    background:#ffffff;
}
.double-list:nth-child(2n){
    background:#f5f5f5;
}

/** 比价与反拍 */
.product-item2{
    width: 285px;
    /*background: #FFF;*/
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.enquiry-state-4{
    text-align: center;
    width: 67px;
    height: 28px;
    border-radius: 0px 14px 14px 0px;
    color: #FFFFFF;
    line-height: 30px;
}

.enquiry-state-4 span,.enquiry-state span{
    width: 36px;
    height: 12px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ffffff;

}
.seeulater-div{
    position: absolute;
    width: 285px;
    height: 269px;
    background-color: #666;
    opacity: 0.80;
}
.seeulater-div p img{
    padding: 75px 0px 10px 0px;
}
.seeulater-div span{
    color: #b0b0b0;
}
.enquiry-li{
    /*margin-top: 30px;*/
    text-align: center;
    box-shadow: 0px 0px 10px 0px
    rgba(221, 221, 221, 0.5);
    cursor: pointer;
}
.enquiry-li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-transform: translate3d(0, -2px, 0) !important;
    -moz-transform: translate3d(0, -2px, 0) !important;
    -ms-transform: translate3d(0, -2px, 0) !important;
    -o-transform: translate3d(0, -2px, 0) !important;
    transform: translate3d(0, -2px, 0) !important;
}
.enquiry-title{
    width: 285px;
    height: 199px;
    background-color: #f4f6fd;
}

.enquiry-title p{
    padding: 20px 15px 0 15px;
    height: 40px;
}
.enquiry-name-title{
    padding: 20px 15px 20px 15px;
    height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.enquiry-info{
    width: 285px;
    height: 70px;
    background-color: #ffffff;
}
.ask-auction-time {
    line-height: 40px;
    margin-top: 20px;
}
.enquiry-info-text{
    width: 63px;
    height: 15px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #999999;
}
.enquiry-info p {
    margin-left: 10px;
    padding: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.count-down{
    display:inline;
}
.count-down span{
    width: 28px;
    height: 12px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #666666;
}
.count-down div {
    display:inline;
    width: 36px;
    height: 36px;
    background-color: #333333;
    border-radius: 2px;
}
.count-down div {
    display:inline;
    background-color: #333333;
    border-radius: 2px;
    font-size: 30px;
    margin: 5px;
}
.count-down div span{
    padding: 3px;
    width: 24px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}
.enquiry-info-money{
    width: 66px;
    height: 14px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ff6d00;
}
.enquiry-state{
    text-align: center;
    width: 67px;
    height: 28px;
    border-radius: 0px 14px 14px 0px;

}
.seeulater-li{
    /*margin-top: 30px;*/
    text-align: center;
    box-shadow: 0px 0px 10px 0px
    rgba(221, 221, 221, 0.5);
}
.rev-seeulater-div{
    position: absolute;
    width: 285px;
    height: 430px;
    background-color: #666;
    opacity: 0.80;
}
.rev-seeulater-div p img{
    padding: 155px 0px 10px 0px;
}
.rev-seeulater-div span{
    color: #b0b0b0;
}
.maskContent{
    display: none;
}
.maskWrap:hover .maskContent{
    display:block;
}
.theme-default .more-text-button{
    display: inline-block;
    background-image: url(../img/info-more.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    /*color: #666666;*/
    /* width: 70px; */
    height: 21px;
    padding-right: 23px;
    cursor: pointer
}
.theme-default .more-text{
    /*left: 95%;*/
    right:0;
    position: absolute;
    bottom: 6px;
    font-size: 14px;
    text-decoration:none;
    /*top: -20px;*/
}

.re-auction-title{
    width: 285px;
    height: 360px;
    background-color: #f4f6fd;
}
.re-auction-title p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 20px 15px 0px 15px;
    height: 42px;
}
.wait{
    font-size: 18px !important;
    font-weight: bold !important;
    color:#b8c7ce !important;
}
.inner-img5{
    margin-top: 30px;
    width: 170px !important;
    height: 150px !important;
    margin-left: -10px;
}
.re-auction-time{
    width: 245px;
    height: 50px;
    border-radius: 30px;
    background-image: linear-gradient(-45deg, #dbebff 0%, #aacef9 100%);
    text-align: center;
    margin: 15px 0 0 15px;
    padding: 5px;
}
.re-auction-time div div {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 2px;
}
.re-auction-time div div span{
    width: 19px;
    height: 13px;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
}
/** 批量集采 */

.report-plan{
    text-align: center;
    width: 230px;
    height: 160px;
    background-color: #207ad60d;
    /*margin: 20px 0px 0px 170px;*/
    /*opacity: 0.05;*/
}
.report-date{
    text-align: center;
    /*width: 190px;*/
    /*height: 14px;*/
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #666666;
}
.report-no{
    /*width: 80px;*/
    /*height: 30px;*/
    font-family: FZLTHJW--GB1-0;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 65px;
    letter-spacing: 0px;
    color: #333333;
}
.report-plan-a{
    /*width: 55px;*/
    height: 14px;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}
.report-plan-a:hover{

    color: #ffffff;
}
.report-plan-a p{
    display: inline-block;
    width: 80px;
    height: 35px;
    background-color: #207ad6;
}
/** 服务与工程 */
.leaveme-10 {
    margin-top: 10px;
}
.serviceinfo-seeulater-div p img{
    padding: 85px 0px 10px 550px;

}
.serviceinfo-seeulater-div span{
    color: #b0b0b0;
    padding:45px 0px 10px 530px;
}
.serviceinfo-seeulater-div{
    z-index: 1;
    position: absolute;
    width: 1200px;
    height: 265px;
    background-color: #666;
    opacity: 0.80;
    display: none;
}
.floor-body:hover .serviceinfo-seeulater-div{
    display: block;
}
.service-list-img{
    width: 100%;
    height: 175px;
    opacity: 0.7;
    margin-top: 25px;
}
.service-list-over{
    position: relative;
    width: 260px;
    height: 50px;
    opacity: 0.7;
    left: 20px;
    top: -70px;
    text-align: center;
}
.service-list-over span{
    width: 162px;
    height: 17px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}
.service-list-div {
    width: 260px;
    height: 225px;
    display: inline-block;
    padding: 18.4px;
}
/** 其它通用样式 */
.theme-default .info-more-button:hover{
    text-decoration: none;
}
.theme-default .purch-tab{
    height: 280px;
    background-color: #ffffff;
    margin-top:30px;
}
.hot-info ul li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hot-info ul:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-shadow:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-transform: translate3d(0, -2px, 0) !important;
    -moz-transform: translate3d(0, -2px, 0) !important;
    -ms-transform: translate3d(0, -2px, 0) !important;
    -o-transform: translate3d(0, -2px, 0) !important;
    transform: translate3d(0, -2px, 0) !important;
}
.layout-body{
    background: #f5f5f5;
}