.pagelocationBox {
    margin-top: 100px;
}

/*=================    GM代码  END   ========================*/

.headerBox {
    width: 600px;
    margin: 20px auto 60px;
    text-align: center;
    position: relative;
}
.headerBox .serviceHeader{
    margin-top:25px;
}
.headerBox .serviceHeader a {
    overflow: hidden;
    text-align: center;
}

.headerBox .serviceHeader h1 {
    padding-left: 76px;
    font-size: 34px;
    color: #333333;
    letter-spacing: 26px;
    background: url("../img/icon_fanned.png") no-repeat;
    background-position: 25% -10px;
    font-weight: 400;
}

.headerBox .serviceHeader p {
    font-size: 14px;
    padding-top: 10px;
    color: #3D3D3D;
    letter-spacing: 4px;
}

/* 路线筛选 */

.line_filter-container {
    margin: 42px auto;
}

.line_filter {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
}

.line_filter a {
    font-size: 42px;
    color: #666666;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    user-select: none;
}

.line_filter .line_filter-active {
    color: #E52B31;
}

.line_filter .line-bar {
    display: inline-block;
    width: 4px;
    height: 56px;
    margin: 0 46px;
    vertical-align: bottom;
    background-color: #BFBFBF;
}

.line_filter a span {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 12px;
    vertical-align: text-bottom;
}

/* 类型容器 */

.line_type-box {
    width: 1200px;
    margin: 40px auto 0;
}

.line_type-box .line_type-content {
    position: relative;
    background-color: #F5F5F5;
    font-size: 0;
}

/**
.line_type-box .line_type-content::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #F5F5F5;
    top: -40px;
    left: 30%;
    transition: left .4s ease-in-out;
}*/

.line_type-content .line_type-item {
    display: inline-block;
    width: 20%;
    padding: 26px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.line_type-item span {
    display: block;
    margin-top: 14px;
    font-size: 18px;
    color: #333333;
}

.l_type_img-box {
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 20px;
    border-radius: 50%;
    background-color: #BFBFBF;
}

.line_type-content .line_type-active .l_type_img-box {
    background-color: #D53421;
}

.l_type_img-box img {
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
}

.line_time-box {
    width: 1200px;
    margin: 20px auto 0;
    border: 1px solid #F3F3F3;
    padding: 0 40px;
}

.line_time-box .line_time-select {
    color: #000000;
}

.line_time-box ul {
    display: inline-block;
    font-size: 0;
    margin: 0 14px;
}

.line_time-box ul li {
    display: inline-block;
    margin: 15px 6px;
}

.line_time-box li a {
    display: block;
    color: #000000;
    font-size: 16px;
    padding: 4px 14px;
    height: 30px;
}

.line_time-box .line_time-active {
    color: #FFFFFF;
    background-color: #E52B31;
    border-radius: 15px;
}
.line_time-box .line_time-active a {
    color: #FFFFFF;
    background-color: #E52B31;
    border-radius: 15px;

}
/* 瀑布流 */

.line-container {
    display:flex;
    flex-wrap:wrap;
    width: 1200px;
    margin: auto;
}

.line_item {
    width: 280px;
    margin-right:26px;
    margin-top:26px;
    border: 1px solid #f5f2f2;
    border-radius: 5px;
}
.line_item:nth-child(4n){
    margin-right:0;
}
.line_item .line_item-img {
    position: relative;
    overflow: hidden;
    width: 280px;
    height:180px;
}
.line_item .time_type{
    position:absolute;
    bottom:10px;
    right:10px;
    padding:4px 14px;
    color:#fff;
    border-radius:14px;
    background-color:rgba(219,43,49, .9);
}
.line_item .line_item-img>a {
    display:block;
    width: 280px;
    height:180px;
    overflow: hidden;
    background-color: #eeedef;
}
.line_item .line_item-img img{
    min-width:280px;
    min-height:180px;
}



.line_item-container {
    padding-top: 14px;
}

.line_item-container .line_item-name {
    display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height:44px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F;
    padding:0 10px;
    margin-bottom:8px;
}

.line_item-content {
    display:flex;
    max-height:125px;
    margin:0 14px;
    border-top: 1px solid #f5f2f2;
}

.line_item-content>span {
    margin: 40px auto;
    width: 20px;
    text-align: center;
    color: #1F1F1F;
}

.line_item-content .place-list {
    padding-left: 28px;
    width: 192px;
    max-height:125px;
    overflow-y: scroll;
}

.line_item-content .place-list li {
    position: relative;
    font-size: 14px;
    color: #787878;
    margin: 10px auto;
}
.line_item-content .place-list li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #E52B31;
    position: absolute;
    top: 5px;
    left: -18px;
}
.line_item-content .place-list li::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgb(204, 201, 201);
    top: 18px;
    left: -14px;
}
.place-list li:last-child::after {
    display: none;
}
.place-list li>span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.line_price{    
    /* background-image: linear-gradient(-180deg, rgba(255,255,255,0) 0%, #fff 100%); */
    box-shadow: 0 -10px 10px rgba(133, 130, 130, 0.1);
    padding:8px;
}
.line_price p {
    float: left;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    color: #E52B31;
}
.line_price a {
    position: relative;
    float: right;
    box-sizing: content-box;
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #E52B31;
    border: 1px solid #E52B31;
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
    transition: all .2s ease-in-out;

}
.line_price a:hover {
    color: #ffffff;
    background-color: #E52B31;
}
.loading {
    width: 60px;
    height: 24px;
    background: url('../img/loading.gif') no-repeat;
    background-size: 100%;
    position: relative;
    top: 20px;
    margin: auto;
}
.nodata {
    display: none;
    width: 120px;
    height:300px;
    font-size: 24px;
    color: #bbbbbb;
    text-align: center;
    position: relative;
    top: 120px;
    margin: auto;
}
