
.vip-right-box textarea.notes {
    height: 89px;
}

/*form*/
.center-input{
	float: left;
    overflow: hidden;
    width: 261px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
    position: relative;
}
.center-input img{
	width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 1px;
	cursor: pointer;
}
.select-search-box{
	position: absolute;
    left: 20px;
    top: 36px;
    z-index: 100;
    overflow: hidden;
    padding: 9px 0;
    width: 279px;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 15px #ededed;
    border: 1px solid #ededed;
}
.search-section{
	height: 35px;
	overflow: hidden;
	border:1px solid #ededed;
    margin:0 9px;
}
.search-section input{
	width: 174px;
	float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding:0 9px;
	border-right:1px solid #ededed;
}
.search-btn{
	width: 66px;
	float: right;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #d50000;
}
.search-btn:hover{
    background: #b60e0e;
}
.search-list{
	overflow: hidden;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top:8px;
}
/* .search-list::-webkit-scrollbar {
    display: none;
} */
.search-list li{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	cursor: pointer;
    padding: 0 9px;
}
.search-list li:hover{
	background-color: #f8f8f8;
}
.map-box{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    /* left: 390px; */
    cursor: pointer;
}
.vip-addr{
	width: 20px;
    height: 20px;
}
.vip-addr.no.active{
    display: inline-block;
}
.vip-addr.yes{
    display: none;
}
.vip-addr.yes.active{
    display: inline-block;
}
.map-box:hover .no{
    display:none;
}
.map-box:hover .yes{
    display:inline-block;
}
.map-box .vip-addr{
    display: none;
}
.map-box .map-block{
    display: block;
}
.mutiple-select,.single-select{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-bottom: -1px;
	cursor: pointer;
	float: left;
	min-width: 80px;
    padding-right:24px;
}
.mutiple-select.active,.single-select.active{
	background: none;
}
.width-last{

}
.mutiple-select img,.single-select img{
	width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    left: -3px;
    margin-right: 4px;
}
.input-unit{
	overflow: hidden;
	width: 353px;
	border:1px solid #ededed;
    height: 34px;
    position: relative;
}
.unit{
    cursor: pointer;
}
.input-unit input{
	overflow: hidden;
    width: 260px;
    border-right: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
    float: left;
}
.input-unit .vip-unit{
	overflow: hidden;
	width:74px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #333;
    float: left;
}
.vip-units{
    overflow: hidden;
    width: 74px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #333;
    float: left;
    border: 1px solid #ededed;
    border-left: none;
    cursor: pointer;
}
.input-unit .vip-unit img{
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-left: 2px;
}

.input-unit-small{
    overflow: hidden;
    width: 170px;
    border:1px solid #ededed;
    height: 34px;
    margin-right: 10px;
    float: left;
}
.input-unit-small input{
    overflow: hidden;
    width: 113px;
    border-right: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
    float: left;
}
.input-unit-small .vip-unit{
    overflow: hidden;
    width:38px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #333;
    float: left;
}
.vip-add{
	overflow: hidden;
	width: 353px;
	border:1px dashed #ededed;
    height: 35px;
    line-height: 35px;
    *line-height: 30px;
    _line-height: 33px;
    font-size: 14px;
    text-align: center;
    color: #333;
	cursor: pointer;
}
.vip-add img{
	width: 20px;
    height: 20px;
    position: relative;
    top:5px;
    left: 5px;
    margin-right: 10px;
}
.has-tags{
	overflow:hidden;
}









/*四级联动-地区*/
.district-list{
    margin-top: 20px;
    overflow:hidden;
}
.district-box{
    float: left;
    overflow: hidden;
    margin-right: 14px;
    width: 154px;
    position: relative;
}
.district{
    overflow: hidden;
    border: 1px solid #ededed;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #333;
    padding-left: 9px;
    padding-right: 18px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}
.district select{
    position: absolute;
    left: 0;
    top:0;
    border:none;
    padding:0;
    width: 100%;
    height: 33px;
    outline: none;
    line-height: 33px;
    font-size: 14px;
    color: #333;
    padding-left: 9px;
    padding-right: 18px;
    background: #fff;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    _margin-top:6px;
    opacity: 0;
    filter: alpha(opacity:0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.district select option{
    height: 33px;
    outline: none;
    line-height: 33px;
    font-size: 14px;
    color: #333;
}
.district select::-ms-expand { display: none; }
.district img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 1px;
    cursor: pointer;
}
.select-district{
    width: 74px;
    overflow:hidden;
    position: absolute;
    right: -1px;
    top: 34px;
    z-index: 990;
    background-color: #fff;
    box-shadow: 0 0 15px #ededed;
    border: 1px solid #ededed;
    display: none;
}
/* .select-district::-webkit-scrollbar {
    display: none;
} */
.select-district li{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding:0 10px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.select-district li:hover{
    background-color: #f8f8f8;
}
.two-address,.three-address,.four-address{
    display: none;
}







/*项目联系方式*/
.form-title{
    margin:20px 30px 0;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-top: 1px solid #ededed;
}
.form-title span{
    color: #d50000;
    font-size: 14px;
    margin-left: 5px;
}





.search-input-box{
    margin:20px 20px 30px;
    overflow:hidden;
}
.project-name{
    width:91px;
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.project-input{
    width: 344px;
    padding:0 10px;
    height: 34px;
    border: 1px solid #ededed;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    display: block;
    float: left;
}
.project-btn{
    margin-left: 21px;
    width: 99px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    background: #d50000;
    text-align: center;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.project-btn:hover{
    background: #b60e0e;
    transition: all .225s ease-in-out;
}
.project-tips{
    float: right;
    width: 230px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.project-tips span{
    color: #1f6cdd;
    cursor: pointer;
}
.business-form{
    display: none;
}


.contact-person-box{
    display: none;
}


.business-table{
    overflow:hidden;
    margin:0 20px;
}
.business-table-head{
    overflow:hidden;
    background: #f8f8f8;
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed;
}
.table-left{
    width:530px;
    float: left;
    height:47px;
    line-height:47px;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.table-right{
    width:160px;
    float: right;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}


.list{
    overflow:hidden;
}
.list li{
    overflow: hidden;
    padding: 30px 0 26px;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 2px;
}
.list-li-left{
    width: 600px;
    float: left;
    overflow:hidden;
}
.list-li-right{
    width: 160px;
    float: right;
    overflow:hidden;
}
.list li:hover{
    /*background: #f9f9f9;*/
}
.product-img{
    width: 206px;
    height: 153px;
    float: left;
    margin-right: 29px;
    border:1px solid #ededed;
}
.product-img img{
    width: auto;
    display: block;
    margin:0 auto;
    max-width: 206px;
    height: 153px;
}

.product-intro{
    float: left;
    overflow: hidden;
    width: 466px;
    padding-right: 120px;
}
.business .product-intro{
    float: left;
    overflow: hidden;
    width: 360px;
    padding-right:0px;
}
.product-intro.no-img{
    width: 698px;
}
/* 商业搜索列表样式开始 */
.business .brand-intro {
    width: 100%;
}
.brand-intro .product-info-content{
    overflow: hidden;
}
.brand-intro .product-info-content .product-info{
    float: left;
    width: 260px;
    margin-right: 30px;
}
/* 商业搜索列表样式结束 */
.product-tit{
    width:100%;
    font-size: 22px;
    color: #333333;
    padding-bottom: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.product-tit p.pro-name{
    max-width: 85%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-tit span{
    padding:0 9px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #d50000;
    border: 1px solid #d50000;
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    margin-right:12px;
    vertical-align: top;
}
.product-tit:hover{
    color: #d50000;
}
.product-info{
    width:100%;
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-info img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top:-2px;
}
.product-labels{
    width:100%;
    margin-top: 12px;
    overflow: hidden;
}
.blue{
    font-size: 12px;
    color: #5e98d3;
    height: 24px;
    line-height: 24px;
    padding:0 10px;
    background: #ecf4fc;
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-right: 10px;
}
.yellow{
    font-size: 12px;
    color: #cb7d4a;
    height: 26px;
    line-height: 26px;
    padding:0 10px;
    background: #ffeee3;
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-right: 10px;
}


.li-name{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 40px;
}
.li-name span{
    font-size: 14px;
}
.li-tel{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.li-contact{
    width: 118px;
    height: 34px;
    border: 1px solid #1f6cdd;
    line-height: 34px;
    font-size: 14px;
    color: #1f6cdd;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-top: 7px;
}
.li-contact:hover{
    border: 1px solid #1a5bba;
    color: #1a5bba;
    transition: all .225s ease-in-out;
}


.add-person{
    overflow: hidden;
    width:120px;
    margin-left: 134px;
    border:1px dashed #ededed;
    height: 35px;
    line-height: 35px;
    *line-height: 30px;
    _line-height: 33px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    text-align: center;
}
.add-person img{
    width: 20px;
    height: 20px;
    position: relative;
    top:5px;
    left: 7px;
    margin-right: 10px;
}


.contact-person{
    overflow:hidden;
    /*margin:0 30px;*/
}
.contact-person li{
    overflow:hidden;
    margin-bottom: 20px;
}





/*添加地址*/
.add-box {
    width: 60px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
    color: #1f6cdd;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}
.add-meeting.add-box,.del-meeting{
    height:65px;
    line-height:65px;
}

/*对外招商热线*/
.hot-tel-box{
    overflow:hidden;
    width: 353px;
    float: left;
}
.area-tel{
    float: left;
    overflow: hidden;
    width: 77px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}
.line-tel{
    float: left;
    overflow: hidden;
    width: 30px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-align: center;
}


/*价格定位*/
.money-unit{
    overflow:hidden;
    width: 353px;
    height: 36px;
    float: left;
}
.money-unit-input{
    float: left;
    overflow: hidden;
    width: 104px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 9px;
}
.money-unit-line{
    float: left;
    overflow: hidden;
    width: 30px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.money-unit-unit{
    overflow: hidden;
    width: 74px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #333;
    float: left;
    border: 1px solid #ededed;
    border-left: none;
}

/*自定义下拉框*/
.select-custom{
    width: 353px;
    border: 1px solid #ededed;
    height: 34px;
    position: relative;
}
.select-custom-text{
   height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 9px;
    padding-right: 25px;
    color: #333;
    position: relative;
    cursor: pointer;
}
.select-custom-text img{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 11px;
    right: 9px;
}
.select-custom-box{
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: -1px;
    top: 34px;
    z-index: 990;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px #ededed;
    border: 1px solid #ededed;
     display: none;
}
/* .select-custom-box::-webkit-scrollbar {
    display: none;
} */
.select-custom-box li{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.select-custom-box li:hover{
    background-color: #f8f8f8;
}



/*上传logo*/
.logo-box{
    width: 200px;
    border:1px solid #ededed;
    padding:10px;
    position: relative;
    margin-bottom: 10px;
}
.logo-icon-box {
    width: 200px;
    height: 120px;
    padding-top: 50px;
}
.logo-icon {
    width: 40px;
    height: 34px;
    display: block;
    margin: 0 auto;
}
.logo-text {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*padding-top: 20px;*/
}
.logo{
    width: 200px;
    height: 150px;
    cursor: pointer;
    display: block;
}
.logo-wrap{
    width: 200px;
    height: 150px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    background: none;
}
.logo-upload{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0;
    filter:Alpha(Opacity=0);
}
.date-box{
    float: left;
    overflow: hidden;
    width: 355px;
    height: 36px;
    line-height: 36px;
    position: relative;
}
.date-meeting-box{
    float: left;
    overflow: hidden;
    width: 171px;
    height: 36px;
    line-height: 36px;
    position: relative;
}
.date{
    position: absolute;
    right: 8px;
    top: 11px;
    width: 14px;
    height: 14px;
}
.date-text{
    width: 50px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
    float: left;
}

.brand-logo.logo-box {
    margin-bottom: 0;
}


.loading-btn{
    background: #ccc!important;
}
.loading-btn:hover{
    background: #ccc!important;
    cursor: default;
}
.loading-btn-save{
    border:1px solid #ededed;
    color: #ccc;
}
.loading-btn-save:hover{
    border:1px solid #ededed;
    color: #ccc;
    cursor: default;
}

/*底部项目云列表*/
.item-yun-box {
    margin-top: 15px;
    min-height:253px;
}
.item-yun-title {
    color:#333333;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.left-content-box {
    float: left;
    width: 70%;
    border-right: 1px solid #ededed;
    height: 197px;
}
.left-content-box p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-yun-tag-one {
    background: #FFF4E4;
    color: #805E3F;
    padding: 6px 12px;
    margin-right: 15px;
    margin-left: 20px;
    float: left;
    font-size: 12px;
}
.item-yun-tag-two {
    background: #e8e8e8;
    color: #999;
    padding: 6px 12px;
    margin-right: 15px;
    margin-left: 20px;
    float: left;
    font-size: 12px;
}
.item-yun-code {
    float: left;
    width: 29%;
    height: 100px;
}
.item-title {
    margin-right: 90px;
    height: 24px;
    line-height: 24px;
    float: left;
    color: #333;
    width: 230px;
    overflow: hidden;
}
.item-time {
    height: 24px;
    line-height: 24px;
    float: right;
    margin-right: 30px;
    color:#a6a6a6;
    font-size: 14px;
}
.item-yun-code img {
    width: 136px;
    height: 136px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.item-yun-code p{
    text-align: center;
}
.yun {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.left-box {
    width: 100%;
    height: 44px;
}
.text {
    font-size: 14px;
}
.vip-units-company {
    overflow: hidden;
    width: 74px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #333;
    float: left;
    border: 1px solid #ededed;
    border-left: none;
    cursor: pointer;
}

