﻿/*title*/
.center-title h1{
            font-size: 3.75rem!important;
            text-align: center;
            margin-top: 60px;
}
.seven-routes-txt{
    max-width: 800px;
    margin: 0 auto 30px auto;
}
/*seiper-start*/
.seven-routes-section{
    margin-top: 50px;
}

.seven-routes{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.seven-routes .swiper-slide{
    height: 190px;
}
.slide-pic{
    width: 150px;
}

.slide-pic img{
    width: 100%;
    border-radius: 28px;
}

/* --------------- */
.map-item{
    max-width: 800px;
    margin: auto;
    font-size: 1.1rem;
    line-height: 2rem;
}

.map-item h1{
    color: #FF7A00;
    font-size: 2.75rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.map-cover{
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
}

.map-cover img{
    width: 100%;
    border-radius: 20px;
}

.container{
    margin-top: 50px;
}

.intro-title{
    color: #FF7A00;
    font-size: 1.75rem;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.travel-strateg-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.travel-strategy-pic img{
    width: 100%;
    border-radius: 20px;
}

.travel-strategy-txt h5{
    color: #ff972b;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.travel-strategy-txt ul{
    list-style: none;
    padding-left: 0;
}

.travel-strategy-txt ul li{
    display: flex;
    margin-bottom: 20px;
}

.travel-strategy-txt ul li .icon{
    width: 30px;
    margin-right: 8px;
}
.travel-strategy-txt ul li .icon img{
    width: 100%;
}

.icon-btn{
    border: #888 1px solid;
    padding: 0px 15px;
    border-radius: 40px;
    text-decoration: none;
    color: #888;
}
.icon-btn:hover{
    background-color:#ffb31a8a;
    color: #888;
}

.trafic-info-btn-wrap{
    text-align: center;
    margin-bottom: 100px;
}

.trafic-info-btn{
    width: 200px;
    margin: auto;
}

.trafic-info-btn a{
    display: block;
    padding: 30px 0px;
    background-color: #FFB31A;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}

.trafic-info-btn a:hover{
    color: #fff;
    background-color: #ff972b;
}

@media screen and (max-width:767px) and (min-width:577px){
    .trafic-info-btn{
        width: 160px;
    }
}

@media screen and (max-width:576px) {
    .center-title h1{
        font-size: 3rem!important;    
    }

    .slide-pic{
        width: 90px;
    }
    .slide-pic img{
        border-radius: 18px;
    }
    .seven-routes .swiper-slide{
        height: 140px;
    }
    .swiper-navBtn{
        display: none!important;
    }

    .intro-title h1{
        font-size: 2.45rem;
    }
    .travel-strategy-pic {
        margin: 0 auto 20px auto;      
    }
    .trafic-info-btn{
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }
}

/* 客制swiper */
.seven-routes-wrap{
    height: 190px;
    max-width: 750px;
    width: 100%;
    margin: auto;
    position: relative;
}
.swiper-navBtn{
    color: #fff!important;
    height: 32px!important;
    width: 32px!important;
    background-color: #9f9f9fe3;
    border-radius: 50%;
    background-image: none;
    position: absolute;
    top: 50%;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 14px!important;
  font-weight: 900;
}