
.zhuanxian-container {
    width: 100%;
    /* max-width:1230PX; */
    box-sizing: border-box;
    padding-left: 5PX;
    padding-right: 5PX
}

.zhuanxian-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.zhuanxian-container-content {
    width: 100%
}

.zhuanxian-container .time-desc-box {
    overflow: hidden;
    font-size: .75rem;
    color: #666;
    line-height: 1.125rem;
    text-align: center;
    padding: .75rem;
    height: 2.625rem;
    transition: all .3s ease-out
}

.zhuanxian-container .time-desc-box font {
    color: #ff7000;
    font-weight: 700
}

.zhuanxian-container .zhuanxian-more-desc {
    text-align: center;
    margin: 1.25rem 0 1.875rem;
    line-height: 1;
    color: #666;
    font-size: .75rem
}

.zhuanxian-container .zhuanxian-more-desc p {
    display: flex;
    align-items: center;
    justify-content: center
}

.zhuanxian-container .zhuanxian-more-desc-not-login {
    color: #999
}

.zhuanxian-intro-container {
    padding: 1.75rem 0.5rem 0.5rem;
    border-radius: 1rem;
    background-color: #fff;
    margin-bottom: 1.25rem;
    position: relative
}

.zhuanxian-intro-container .intro-badge {
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    top: 0;
    right: 0
}

.zhuanxian-intro-container .intro-header .title {
    color: #3d3d3d;
    font-weight: 500;
}

.zhuanxian-intro-container .intro-header .update-time {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #999
}

.zhuanxian-intro-container .intro-info-list {
    margin-top: 1.75rem;
    overflow: hidden
}

.zhuanxian-intro-container .intro-info-list .intro-info-item {
    display: flex
}

.zhuanxian-intro-container .intro-info-list .intro-info-item:not(:last-child) {
    margin-bottom: 1.0rem
}

.zhuanxian-intro-container .intro-info-list .intro-info-item .intro-title {
    flex-shrink: 0;
    font-size: 1rem;
    color: #ff7000;
    font-weight: 500;
    line-height: 1.5rem
}

.zhuanxian-intro-container .intro-info-list .intro-info-item .intro-desc {
    font-size: 1rem;
    color: #666;
    line-height: 1.5rem
}

.zhuanxian-intro-container .intro-info-list .intro-info-item .bold {
    font-weight: 900
}

.ltl-list-container {
    width: 100%
}

.ltl-list-container_li{
    width: 50%;
	float:left;
/*	height:10.5rem;
*/}
.ltl-list-container .ltl-list-item {
    /* height: 12rem; */
    box-sizing: border-box;
     padding: 0.2rem 0.2rem; 
    margin-bottom: 0.1rem;
    /* border-radius: 1rem; */
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
}

.ltl-list-container .ltl-list-item:hover { background:#faeef0}


.ltl-list-container .ltl-list-item-left-picture {
    display: block;
    width: 10rem;
    height: 10rem;
    border-radius: 0rem;
    margin-right: 1.75rem
}

.ltl-list-container .ltl-list-item-right-box {
	 flex: 1;
  overflow: hidden; 

}

.ltl-list-container .ltl-list-item-title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .25rem;
}

.ltl-list-container .ltl-list-item-title-left {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden
}

.ltl-list-container .ltl-list-item-title-left .company-name {
    flex-shrink: 1;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ltl-list-container .ltl-list-item-title-left p {
    font-size: .75rem;
    color: #666;
    line-height: 1rem;
    display: inline-block;
    border: .0625rem solid #999;
    border-radius: .25rem;
    padding: 0 .25rem;
    margin-left: .625rem
}

.ltl-list-container .ltl-list-item-title-left .age-range {
    height: 1.25rem;
    padding: 0 .375rem;
    margin-left: .625rem;
    border-radius: .25rem;
    background: linear-gradient(116deg,#d978f2 2%,#d978f2);
    font-size: .875rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.25rem
}

.ltl-list-container .ltl-list-item-title-left .other-tag {
    height: 1.25rem;
    box-sizing: border-box;
    padding: 0 .3125rem;
    margin-left: .375rem;
    border: .0625rem solid #999;
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #999
}

.ltl-list-container .ltl-list-item-title-subbar {
    /*display: flex;*/
    align-items: center;
    padding: .1rem 0 0.25rem;
    max-width: calc(100% - 2rem);
}
.ltl-list-container .ltl-list-item-title-subbar DD{
	font-size: 0.9rem;
	line-height: 1.33rem;
	width:100%;
	float:left;
}

.adrs{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float:left;
	max-width: calc(100% - 3rem);
}
.amore{ float:right}


.ltl-list-container .ltl-list-item-title-subbar .score-appraise-company-tags {
    display: flex;
    align-items: center
}

.ltl-list-container .ltl-list-item-title-subbar .score-appraise-company-tags .score {
    margin-right: .625rem;
    font-size: 1.125rem;
    color: #fe740a;
    font-weight: 500;
    line-height: 1.125rem;
    flex-shrink: 0
}

.ltl-list-container .ltl-list-item-title-subbar .score-appraise-company-tags .tag-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    color: #ff7000;
    margin-right: .875rem;
    position: relative
}

.ltl-list-container .ltl-list-item-title-subbar .score-appraise-company-tags .tag-item:last-child {
    margin-right: 0
}

.ltl-list-container .ltl-list-item-title-subbar .score-appraise-company-tags .tag-item:not(:last-child):after {
    content: "·";
    width: .875rem;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 1rem;
    color: #ff7000
}

.ltl-list-container .ltl-list-item-title-subbar .browse-collect-section {
    margin-left: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    color: #b8b8b8;
    display: flex;
    align-items: center
}

.ltl-list-container .ltl-list-item-title-subbar .browse-collect-section .browse-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .1875rem
}

.ltl-list-container .ltl-list-item-title-subbar .browse-collect-section .collect-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .1875rem;
    margin-left: 1.625rem
}

.ltl-list-container .ltl-list-item-title-marker {
    height: 1.25rem;
    padding: 0 .375rem 0 .3125rem;
    margin-left: .625rem;
    border-radius: .25rem;
    display: flex;
    align-items: center
}

.ltl-list-container .ltl-list-item-title-marker-icon {
    width: 1.0625rem;
    height: 1.0625rem;
    margin-right: .125rem
}

.ltl-list-container .ltl-list-item-title-marker span {
    font-size: .875rem;
    color: #ff2331
}

.ltl-list-container .ltl-list-item-line {
    height: .0625rem;
    width: 100%;
    background: #e8e8e8;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left;
    transform-origin: left
}

 .ltl-list-item-line2 {
    height: .0625rem;
    width: 100%;
    background: #e8e8e8;
	clear:both;
}

.ltl-list-container .ltl-list-item-citys {
    width: calc(100% );
    margin-top: .375rem;
    margin-bottom: .375rem;
    line-height: 1;
    display: flex;
    align-items: center
}

.ltl-list-container .ltl-list-item-citys .tag {
    height: 1rem;
    margin-right: .625rem
}

.ltl-list-container .ltl-list-item-citys .city-name {
   /* flex-shrink: 0;*/
    color: #ff7204;
    font-size: 0.9rem;
}
.ltl-list-container .ltl-list-item-citys .city-name2 {
   /* flex-shrink: 0;*/
    color: #ff7204;
    font-size: 0.9rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ltl-list-container .ltl-list-item-citys .mid-city-name {
    flex-shrink: 0;
    display: inline-block;
    color: #999;
    font-size: 1.125rem;
    border: .03125rem solid #999;
    border-radius: .25rem;
    line-height: 1;
    padding: .1875rem .375rem
}

.ltl-list-container .ltl-list-item-citys .city-join-arrow {
    flex-shrink: 0;
    width: 1.375rem;
    height: .5rem;
    margin: 0 .375rem;
    -webkit-transform: translateY(-.0625rem);
    transform: translateY(-.0625rem)
}

.ltl-list-container .ltl-list-item-citys .end-address,.ltl-list-container .ltl-list-item-citys .start-address {
    max-width: calc(50% - 8.375rem);
    margin-left: 1.625rem;
    display: flex;
    align-items: center;
    line-height: 1
}

.ltl-list-container .ltl-list-item-citys .end-address .address,.ltl-list-container .ltl-list-item-citys .start-address .address {
    font-size: 1.125rem;
    color: rgba(0,0,0,.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ltl-list-container .ltl-list-item .company-address {
    max-width: calc(100%);
    display: flex;
    align-items: center;
	width:100%;
	float:left;
	margin-top:0.3rem;
}
.ltl-list-container .ltl-list-item .company-address DD{
	float:left;
	overflow: hidden;
	white-space: nowrap;
/*	text-overflow: ellipsis;
*/	margin-bottom: 0.5rem;
	color:#999;
}
.ltl-list-container .ltl-list-item .company-address DD:nth-child(1){
	width:54%;
}
.ltl-list-container .ltl-list-item .company-address DD:nth-child(2){
	width:46%;
	text-align:center;
}
/*.ltl-list-container .ltl-list-item .company-address DD:nth-child(3){
	width:45%;
	text-align:center;
}*/
.ltl-list-container .ltl-list-item .company-address .icon {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: .15rem
}

.ltl-list-container .ltl-list-item .company-address .caddress {
    flex-shrink: 1;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.125rem;
    color: #999;
}



.ltl-list-container .ltl-list-item .call_phone {
    width: 6.875rem;
    height: 3rem;
    background: #ff7000;
    border-radius: .5rem;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 400;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    right: 1.5rem;
    bottom: 1.9rem;
    cursor: pointer;
}

.reference-price-container {
    padding: 1.25rem 0.5rem;
    margin-bottom: 1.25rem;
    border-radius: 1.25rem;
    background-color: #fff;
}

.reference-price-container .price-title {
    padding-left: 1.125rem;
    background-color: #fff;
    font-size: 1rem;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.5rem;
    position: relative;
}
.reference-price-container .price-title h2{
font-size: 1.25rem;
}

.reference-price-container .price-table-container {
    margin-top: 1.25rem;
    border: .0625rem solid #e5e5e5;
    border-radius: .25rem;
    background-color: #fff;
    overflow: hidden
}

.reference-price-container .price-table-container table {
    width: 100%;
    border-collapse: collapse;
    border-radius: .25rem
}

.reference-price-container .price-table-container thead th {
    background-color: #fff0e6;
    font-size: 1rem;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.5rem
}

.reference-price-container .price-table-container tbody td,.reference-price-container .price-table-container thead th {
    height: 3rem;
    font-size: 1rem;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center
}

.reference-price-container .price-table-container tbody tr:nth-child(odd) {
    background-color: #fff
}

.reference-price-container .price-table-container tbody tr:nth-child(2n) {
    background-color: #f9f9f9
}

.reference-price-container .price-table-container .call-btn {
    border: none;
    background-color: #fff;
    cursor: pointer
}
.reference-price-container .price-notice {
    margin-top: 1.25rem;
    display: flex;
    align-content: center;
}

.reference-price-container .price-notice .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3d3d3d;
}
.reference-price-container .price-notice .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .25rem;
}

.kindly-tips-container {
    padding: 0 1.5rem;
    margin-bottom: 1.25rem
}

.kindly-tips-container .tips-title {
    margin-bottom: .625rem;
    font-size: 1rem;
    font-weight: 400;
    color: #333
}

.kindly-tips-container .tips-list .tips-item {
    font-size: 14;
    font-weight: 400;
    color: #999;
    line-height: 1.5rem
}

.toolsitem{
/*	position: absolute;
*/	background-color: #FFFFFF;
	top: 40px;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all .3s;
}
.toolsitem div{
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
	font-size:1rem;
}
.toolsitem div img{
	width: 20px;
}
.bheight {
    height: 180px;
	overflow:scroll;
}

@media screen and (max-width: 799px)
{
.licheng img
{
max-width:100%
}
.ltl-list-container LI{
    width: 100%;
	float:left;
/*	height:9.2rem;
*/}

.ltl-list-container .ltl-list-item {
    /* height: 10.5rem; */
    box-sizing: border-box;
    padding: .1rem 0.1rem;
    margin-bottom: .1rem;
    /* border-radius: 1rem; */
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.ltl-list-container .ltl-list-item-left-picture {
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 0rem;
    margin-right: 0.5rem;
}

.ltl-list-container .ltl-list-item-title-left .age-range {
display:none;
}

.ltl-list-container .ltl-list-item-title-marker {
display:none;
}

.ltl-list-container .ltl-list-item-citys {
    width: calc(100%);
    margin-top: 0.175rem;
    margin-bottom: 0.175rem;
    line-height: 1;
    display: flex;
    align-items: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ltl-list-container .ltl-list-item-title-left .company-name {
    flex-shrink: 1;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-top:0.5rem;
}

.ltl-list-container .ltl-list-item-title-subbar {
    /*display: flex;*/
    align-items: center;
    padding: 0.1rem 0 0.1rem;
    max-width: calc(100%);
}

.ltl-list-container .ltl-list-item-title-subbar p {
    font-size: 1rem;
	line-height:1.25rem;
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
	   
}


.ltl-list-container .ltl-list-item .company-address {
    /*max-width: calc(100% - 1.375rem);*/
    display: flex;
    align-items: center
}

.ltl-list-container .ltl-list-item .call_phone {
    width: 3.875rem;
    height: 2rem;
    background: #ff7000;
    border-radius: .5rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    right: .5rem;
    top: 5.6rem;
    cursor: pointer;
}

.ltl-list-container .ltl-list-item .company-address .caddress {
    flex-shrink: 1;
    font-size: 0.9rem;
    font-weight: 400;
/*    line-height: 1rem;
*/    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-bottom:0.5rem;
}

.reference-price-container .price-table-container thead th {
    background-color: #fff0e6;
    font-size: .8rem;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.5rem
}

.reference-price-container .price-table-container tbody td,.reference-price-container .price-table-container thead th {
    height: 3rem;
    font-size: .8rem;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center
}


}

@media screen and (min-width: 1920px) {
.ltl-list-container LI{
    width: 50%;
	float:left;
	height:10.5rem;
}

}

@media (min-width: 800px){
.kf_toolbar{ display:block;}
.kf_bottom{ display:none;}	
.kf_toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.kf_toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #5659a5;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.kf_toolbar dd:first-child {
	margin-top: 0;
}
.kf_toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/kf_toolbar.png) no-repeat center 0;
}
.kf_toolbar dd.qq i {
	background-position-y: 0;
}
.kf_toolbar dd.tel i {
	background-position-y: -30px;
}
.kf_toolbar dd.code i {
	background-position-y: -60px;
}
.kf_toolbar dd.top i {
	background-position-y: -90px;
}
.kf_toolbar dd span {
	display: block;
	color: #fff;
}
.kf_toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 360px;
	right: -200px;
	/*height: 100%;*/
	margin-right: 10px;
	border-radius: 5px;
	background: #1688fe;
	opacity: 0;
	transition: all .5s;
	display: flex;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	padding-left:10px;
}
.kf_toolbar dd.tel .box li.contact_text{
width:70%;
line-height: 26px;
}
.kf_toolbar dd.tel .box li.contact_pic{
width:30%;
text-align: center;
}
.kf_toolbar dd.tel .box li.contact_pic img{
width:100px;
height:auto;
}

.kf_toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
	color: #fff;
}
.kf_toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.kf_toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #1688fe;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.kf_toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #1688fe;
	opacity: 0;
	transition: all .5s;
}
.kf_toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.kf_toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #1688fe;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.kf_toolbar dd:hover {
	background: #333;
}
.kf_toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.kf_toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
}

@media (max-width: 800px){
.kf_toolbar{ display:none;}
.kf_bottom{ display:block;}		
.kf_bottom {
	width: 100%;
	height: 60px;
	background:#5659a5;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.kf_bottom ul {
	max-width: 640px;
	height: 60px;
	margin: 0 auto
}
.kf_bottom ul li {
	width: 100%;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
	/* background: url(../images/kf_bottom_li.png) no-repeat right center */
}
.kf_bottom ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.kf_bottom ul li:nth-of-type(4) {
	background-image: none
}
.kf_bottom ul li.f1 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f1.png) no-repeat center;
	margin-top: 5px;
}
.kf_bottom ul li.f2 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f4.png) no-repeat center;
	margin-top: 5px;
}
.kf_bottom ul li.f3 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f2.png) no-repeat center;
	margin-top: 5px;
}
.kf_bottom ul li.f4 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f3.png) no-repeat center;
	margin-top: 5px;
}
.footer {
    margin-bottom: 40px;
}
}

/* 遮罩 */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 99;
  display: none;
}
.mask.show {
  display: block;
}

/* 底部弹出菜单 */
.bottom-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.bottom-popup.show {
  transform: translateY(0);
}

.menu-item {
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.cmobile {
	color:#0000FF;
}
.menu-item:last-child {
  border-bottom: none;
}
.close-btn {
  margin-top: 10px;
  padding: 12px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
  color: #666;
}

/* 打开按钮 */
.open-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 30px;
  background: #007aff;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
}