/* 双伪标签清浮动，解决塌陷 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    background-color: #fff;
}

.mb40 {
    margin-bottom: 40px;
}

.w70 {
    width: 70px;
    color: #999999
}

.w170 {
    width: 150px;
    padding-left: 20px;
}


/* banner开始 */

.banner .top {
    height: 100px;
    background: url(../images/bannerBg.png) no-repeat center center;
}

.headerTNav a.on {
    color: #fff;
}

.headerTNav a:hover {
    color: #fff;
}

.indexNav li a {
    margin-left: 30px;
    color: #ebf4ff;
}

.indexNav li a:hover,
.indexNav li.on a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}


/* 主体内容 */

.contentLeft {
    border: 1px solid #ededed;
    width: 860px;
    padding: 20px;
    border-radius: 5px;
}

.contentLeft .logPic {
    width: 125px;
    height: 120px;
}

.contentLeft .lable {
    padding: 3px 7px;
    background-color: #e7f0fc;
    color: #148df7;
    border-radius: 3px;
}


/* 分享 */

.iconBox {
    width: 100%;
}

.collectionBox {
    width: 68px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 34px;
    background: url(../../foundPlace/images/collected.png) no-repeat 12px center;
    background-color: #fff;
    color: #f78214;
    border: 1px solid #f78214;
}

.collectionBox:hover {
    background: url(../../foundPlace/images/nocollect.png) no-repeat 12px center;
    background-color: #f78214;
    color: #f5f5f5;
    
}

.collectionBox.on {
    background: url(../../foundPlace/images/collecting.png) no-repeat 12px center;
    background-color: #f78214;
    color: #fff!important
}

.shareBox {
    width: 68px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 34px;
    background: url(../../foundPlace/images/shared.png) no-repeat 12px center;
    color: #148df7;
    border: 1px solid #148df7;
    padding-bottom: 0px;
}

.shareBox:hover,
.shareBox.on {
    background: url(../../foundPlace/images/share.png) no-repeat 12px center;
    background-color: #148df7;
    color: #f5f5f5;
}

.c4c {
    color: #4c4c4c;
}

.c80 {
    color: #808080;
}

.buyBtn,
.carBtn {
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border: 1px solid #148df7;
    color: #fff;
    border-radius: 5px;
}

.buyBtn {
    background-color: #148df7;
    margin-right: 50px;
}

.carBtn {
    color: #148df7;
}

.contentLeft .lineThree span {
    display: inline-block;
    width: 210px;
}
.contentLeft .lineThree .email{
    width: 450px;
}

.contentLeft .bottom .hd {
    border-bottom: 1px solid #ededed;
}

.contentLeft .bottom span {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #808080
}

.spanOn {
    background-color: #e7f0fc;
    color: #148df7!important;
    border-bottom: 1px solid #148df7;
}

.C148df7 {
    color: #148df7
}

.C99 {
    color: #999999
}

.bd {
    color: #616366;
    line-height: 25px;
}

.contentRight {
    width: 245px;
    border: 1px solid #ededed;
    padding: 15px 15px 0px 15px;
    border-radius: 5px;
}

.contentRight .lineOne {
    color: #308bd8;
    background: url(../../foundService/images/people.png) left center no-repeat;
    padding-left: 20px;
}

.w80 {
    width: 80px;
}
.w155{
    width: 165px;
}
.contentRight tr {
    padding: 5px 0;
    display: block
}
/* chatBtn */
.chatBtn{
    width: 70px;
    height: 37px;
    line-height: 37px;
    padding-left: 34px;
    color: #fff;
    margin: 20px auto ;
    background:#148cf6 url(../../public/images/icons/message2.png) no-repeat 12px center;
    border-radius: 5px;
}
.notDia{
	top: 20%;
	width: 572px;
	height: 306px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(165, 165, 165);
	padding: 27px 26px;
}
.notDia textarea{
    width: 535px;
    height: 152px;
    background-color: #f5f8fa;
    border: 1px solid #e8ebed;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 16px;
    color: #808080;
}
.text-black{
    color: #000;
}
.chat_cancelBtn,
.chat_sureBtn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #148df7;
    color: #f5f5f5;
    font-size: 16px;
}
.chat_cancelBtn{
    background-color: #e6e6e6;
    color: #999;
    margin-right: 45px;
}
.seeBtn{
    color: #148cf6;
    cursor: pointer;
    margin-left: 5px;
}