.route-section .route-item img {
    width: 100%;
    height: 272px;
    display: block;
}
.route-section .route-item .scheduling {
    position: relative;
    padding: 23px 42px 26px;
    background-color: #ffffff;
}
.route-section .route-item .scheduling h4 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.route-section .section-header .more-btn {
    float: right;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9C9F9F;
    position: relative;
}
.route-section .section-header .more-btn:hover .qr-code {
   display: block;
}
.route-section .section-header .qr-code {
    position: absolute;
    width: 150px;
    height: 180px;
    background: #fff;
    left: -122px;
    top: 42px;
    display: none;
}
.route-section .section-header .qr-code .img {
    width: 90px;
    height: 90px;
    display: block;
    background-color: #888;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px auto 12px;
}
.route-section .section-header .qr-code .text {
    font-size: 12px;
    color: #333333;
    text-align: center;
}
.route-section .section-header .qr-code:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    left: 112px;
    position: absolute;
    top: -10px;
    border-width: 0 11px 11px;
    border-color: transparent transparent #fff;
}
.route-section .route-item .scheduling p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}
.route-section .route-item .scheduling p span {
    color: #9C9C9C;
}
.route-section .route-item .scheduling p a {
    color: #2D65AB;
}
.route-section .route-item .scheduling p .hot-icon {
    width: 13px;
    height: 17px;
    display: inline-block;
    background: url(../images/hot_icon.png);
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .route-section .route-item .scheduling p .hot-icon {
        background-image: image-url('../images/hot_icon@2x.png');
        background-size: (image-width('../images/hot_icon@2x.png') / 2) (image-height('../images/hot_icon@2x.png') / 2);
    }
}

.route-section .route-item .scheduling .poi-btn {
    position: absolute;
    bottom: 19px;
    right: 41px;
    border: 1px solid #FF672D;
    width: 108px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    color: #FF672D;
    text-align: center;
}
.route-section .route-item .scheduling .poi-btn:hover {
    color: #ffffff;
    background-color: #FF672D;
}