/*采购管理*/
.buyButler-main{
    padding-bottom: 30px;
    overflow: hidden;
}

/*banner*/
.buyButler-banner{
    width: 864px;
    height: 243px;
    margin-top: 20px;
}

/*管家信息*/
.buyButler-personInfo-chunks{
    width: 864px;
}
.buyButler-personInfo-chunks .chunk{
    width: 100%;
    height: 230px;
    margin-top: 20px;
    background-color: #fff;
}
.buyButler-personInfo-chunks .chunk .pic{
    float: left;
    display: inline;
    width: 154px;
    height: 190px;
    margin: 20px 0 0 20px;
    text-align: center;
    line-height: 190px;
    border: 1px solid #e8e8e8;
}
.buyButler-personInfo-chunks .chunk .pic .pic-default img{
    vertical-align: top;
}
.buyButler-personInfo-chunks .chunk .infos{
    float: left;
    width: 260px;
    margin: 20px 0 0 15px;
}
.buyButler-personInfo-chunks .chunk .infos h3{
    margin: 5px 0 15px;
    font-size: 18px;
}
.buyButler-personInfo-chunks .chunk .infos ol li{
    margin-bottom: 8px;
    font-size: 14px;
}
.buyButler-brands{
    margin-top: 8px;
}
.buyButler-brands span{
    display: inline-block;
    width: 62px;
    height: 21px;
    margin-right: 10px;
    border: 1px solid #5d9cec;
    text-align: center;
    line-height: 21px;
    color: #5d9cec;
}
.buyButler-personInfo-chunks .chunk .links{
    float: right;
    width: 130px;
    margin-top: 35px;
}
.buyButler-personInfo-chunks .chunk .links .contact{
    padding-bottom: 20px;
}
.buyButler-personInfo-chunks .chunk .links .a-home{
    color: #5db8ec;
    font-size: 14px;
}

.buyButler-personInfo-chunks .chunk .pic-list{
    float: left;
    width: 255px;
    margin-top: 30px;
}
.buyButler-personInfo-chunks .chunk .pic-list li{
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 5px 10px;
    text-align: center;
    line-height: 73px;
    border: 1px solid #e8e8e8;
}
.buyButler-personInfo-chunks .chunk .pic-list li span{
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 18px;
    padding: 0 3px;
    line-height: 18px;
    border: 1px solid #e8e8e8;
    color: #5d9cec;
    font-size: 12px;
    font-family: Arial;
    white-space:nowrap;
    z-index: 2;
}
.buyButler-personInfo-chunks .chunk .pic-list li:hover span{
    display: block;
}

/*发布需求*/
.buyButler-demand{
    width: 100%;
    height: 243px;
    margin-top: 20px;
    background: #fff url(../images/buyButler-demand_bg.jpg) 20px 30px no-repeat;
}
.buyButler-demand .text{
    padding: 145px 0 0 155px;
}
.buyButler-demand .text h3{
    display: block;
    font-size: 16px;
    font-weight: 100;
}
.buyButler-demand .text .a-btn {
    display: block;
    width: 140px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    background-color: #ffb320;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
.buyButler-demand .text .a-btn:hover{
    background-color: #f1a005;
}

/*点赞排行榜*/
.link-ranklist{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}
.link-ranklist .lists{
    height: 200px;
    margin: 0 10px;
    overflow: hidden;
}
.link-ranklist .lists li{
    width: 100%;
    height: 41px;
    border-bottom: 1px dashed #e8e8e8;
    line-height: 40px;
    overflow: hidden;
}
.link-ranklist .lists li .ranklist-icon{
    display: inline-block;
    width: 19px;
    height: 26px;
    margin-left: 6px;
    background: url(../images/ranklist_icons.png) no-repeat 0 0;
    vertical-align: middle;
}
.link-ranklist .lists li .ranklist-icon_2{
    background-position: 0 -39px;
}
.link-ranklist .lists li .ranklist-icon_3{
    background-position: 0 -80px;
}
.link-ranklist .lists li .icon-number{
    display: inline-block;
    width: 15px;
    margin-left: 10px;
    color: #666;
    font-family: Arial;
    font-style: inherit;
    font-size: 16px;
    vertical-align: middle;
}
.link-ranklist .lists li .icon-head{
    display: inline-block;
    margin-left: 20px;
    width: 24px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e8e8e8;
}
.link-ranklist .lists li .icon-head .img-default{
    vertical-align: top;
}
.link-ranklist .lists li strong{
    margin-left: 15px;
    font-size: 14px;
    font-weight: 100;
}
.link-ranklist .lists li .tips{
    float: right;
    font-size: 14px;
    font-family: Arial;
}
.link-ranklist .lists li .tips .icon{
    margin-right: 5px;
    margin-left: 10px;
    color: #d5d5d5;
    font-size: 22px;
    cursor: pointer;
}

/*====== 采购管理详情页面样式 ======*/
/*个人信息*/
.buyButler-details-personInfo{
    width: 864px;
    height: 284px;
    margin-top: 20px;
    background-color: #fff;
}
.buyButler-details-personInfo .pic{
    float: left;
    display: inline;
    width: 194px;
    height: 238px;
    margin: 20px 0 0 20px;
    text-align: center;
    line-height: 238px;
    border: 1px solid #e8e8e8;
}
.buyButler-details-personInfo .info{
    position: relative;
    float: left;
    width: 610px;
    margin: 20px 0 0 20px;
}
.buyButler-details-personInfo .info h3{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.buyButler-details-personInfo .txt_1, .buyButler-details-personInfo .txt_2, .buyButler-details-personInfo .txt_3{
    font-size: 14px;
}
.buyButler-details-personInfo .txt_1{
    margin-top: 3px;
}
.buyButler-details-personInfo .txt_2{
    margin-top: 15px;
    line-height: 22px;
}
.buyButler-details-personInfo .txt_3{
    margin-top: 15px;
    margin-bottom: 15px;
}
.buyButler-details-personInfo .msg-number{
    position: absolute;
    top: 0;
    right: 0;
}
.buyButler-details-personInfo .msg-number .number{
    margin-left: 15px;
}
.buyButler-details-personInfo .msg-number .number strong, .buyButler-details-personInfo .msg-number span{
    display: block;
}
.buyButler-details-personInfo .msg-number .number strong{
    font-size: 18px;
    font-weight: 100;
}
.buyButler-details-personInfo .msg-number .number span{
    font-size: 14px;
}
.buyButler-details-personInfo .like{
    position: absolute;
    right: 20px;
    bottom: 0;
}
.buyButler-details-personInfo .like .icon{
    font-size: 28px;
    color: #d5d5d5;
    vertical-align: bottom;
    cursor: pointer;
}
.buyButler-details-personInfo .like span{
    margin-left: 5px;
    font-size: 14px;

}
.buyButler-details-personInfo .like span em{
    margin-left: 5px;
}

/*cas信息列表*/
.buyButler-cas-lists{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.buyButler-cas-lists .cas-item{
    float: left;
    width: 50%;
}
.buyButler-cas-lists .cas-item .pic{
    float: left;
    display: inline;
    width: 140px;
    height: 140px;
    margin: 20px 0 0 20px;
    text-align: center;
    line-height: 138px;
    border: 1px solid #e8e8e8;
}
.buyButler-cas-lists .cas-item .text{
    float: left;
    margin: 20px 0 0 20px;
}
.buyButler-cas-lists .cas-item .text h4{
    padding-top: 25px;
    font-size: 16px;
}
.buyButler-cas-lists .cas-item .text p{
    margin-top: 15px;
    color: #666;
}

/*直接联系我*/
.aside-directContact{
    width: 100%;
    height: 154px;
    margin-top: 20px;
    background-color: #fff;
}
.aside-directContact .links{
    padding-top: 40px;
    text-align: center;
}
.aside-directContact .links a{
    display: inline-block;
    margin: 0 10px;
}

/*最新咨询*/
.aside-newConsult{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
}
.aside-newConsult-cont{
    height: 295px;
    overflow: hidden;
}
.aside-newConsult .lists{
    margin: 0 10px;
}
.aside-newConsult .lists li{
    width: 100%;
    height: 59px;
    border-bottom: 1px dashed #e8e8e8;
}
.aside-newConsult .lists li .newConsult-cas{
    float: left;
    padding: 10px 0 0 10px;
    line-height: 22px;
}
.aside-newConsult .lists li a{
    float: right;
    margin-right: 15px;
    line-height: 59px;
}







