@keyframes stroketop {
    0% {
        stroke-dashoffset: 1200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes strokebot {
    0% {
        stroke-dashoffset: 780;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/* 2018-4-30新增 */

.road .item .text h3 {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: left;
}

.vr_item {
    margin: 0 auto 40px;
    padding: 0 0 40px;
    border-bottom: 1.5px solid #af0318;
}

.vr_item .details {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5% 0 0;
}

.vr_item .photo {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
}

.vr_item .photo img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.vr_item .details h5 {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
}

.vr_item .details p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 16px;
    box-sizing: border-box;
}

.off-load_item {
    border-bottom: 0;
}

.off-load {
    font-size: 0;
}

.off-load>div:first-child {
    margin: 0 5% 0 0;
}

@media screen and (min-width: 1280px) {
    /* 2018-4-30新增 */
    .vr_item .photo::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 4px;
        left: 4px;
        border: .5px solid #af0318;
    }
    /*---------------賽道介紹-----------*/
    .road {
        width: 80%;
        min-width: 1200px;
        max-width: 1600px;
        position: relative;
        margin: 0 auto;
        padding: 64px;
        box-sizing: border-box;
        background: #f5f5f5;
    }
    /*---------------賽道介紹標題-----------*/
    .road .title {
        width: 100%;
        margin-bottom: 32px;
        position: relative;
    }
    .road .title h2 {
        font-size: 34px;
        line-height: 50px;
        letter-spacing: 4px;
        color: #ad0117;
        transform: skew(-15deg);
    }
    .road .title .api_fb {
        position: absolute;
        right: 0;
        top: 16px;
        margin: auto;
    }
    .road .title .api_fb::before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .title .api_fb iframe {
        display: inline-block;
        vertical-align: middle;
    }
    /*---------------賽道介紹內容-----------*/
    .road .item {
        width: 100%;
        box-shadow: 8px 8px 0 0 #e5e5e5;
        margin-bottom: 64px;
    }
    .road .item .photo {
        width: 100%;
        font-size: 0;
    }
    .road .item .photo img {
        width: 100%;
    }
    .road .item .text {
        width: 100%;
        background: #fff;
        padding: 32px 64px 48px;
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
    }
    .road .item .text .left {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .road .item .text .left p {
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 30px;
        color: #333;
        font-weight: 600;
        text-align: left;
        margin-top: 16px;
    }
    .road .item .text .right {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    .road .item .text .right::before {
        content: '';
        width: 18px;
        height: 180px;
        position: absolute;
        left: 10%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #af0318;
        transform: skew(-30deg);
    }
    .road .item .text .right .first {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        margin-right: 5%;
        transform: skew(-20deg);
    }
    .road .item .text .right .first p {
        font-size: 16px;
        line-height: 46px;
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        transform: skew(20deg);
    }
    .road .item .text .right .second {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }
    .road .item .text .right .second p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 46px;
        color: #b72f3c;
        text-align: left;
    }
    /*---------------賽道介紹 統一標題----------*/
    .road .s_title {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 12px;
        margin-bottom: 32px;
    }
    .road .s_title h4 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 1px;
        transform: skew(-15deg);
        color: #af0318;
        padding-left: 36px;
        position: relative;
    }
    .road .s_title h4 span {
        font-size: 18px;
        color: #666;
        margin-left: 8px;
    }
    .road .s_title h4::before {
        content: '';
        width: 10px;
        height: 40px;
        background: #af0318;
        position: absolute;
        left: 10px;
        top: 0;
    }
    /*---------------賽道介紹 競賽內容-----------*/
    .road .competition {
        width: 100%;
        margin-bottom: 48px;
    }
    .road .competition .detail {
        width: 100%;
        font-size: 0;
    }
    .road .competition .detail .box {
        width: 17.5%;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
    }
    .road .competition .detail .box+.box {
        margin-left: 3%;
    }
    .road .competition .detail .box .map {
        width: 80%;
        padding-bottom: 60%;
        margin: auto;
        position: relative;
        transform: scale(1);
        transition: 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .road .competition .detail .box .map svg {
        width: 90%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .road .competition .detail .box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #af0318;
        line-height: 20px;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .competition .detail .box h6 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #717171;
        line-height: 20px;
        text-align: center;
        margin-top: 12px;
    }
    /*---------------賽道介紹 休閒內容-----------*/
    .road .leisure {
        width: 100%;
        margin-bottom: 48px;
    }
    .road .leisure .detail {
        width: 100%;
        font-size: 0;
    }
    .road .leisure .detail .box {
        width: 15%;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
    }
    .road .leisure .detail .box+.box {
        margin-left: 2%;
    }
    .road .leisure .detail .box .map {
        width: 80%;
        padding-bottom: 70%;
        margin: auto;
        position: relative;
        transform: scale(1);
        transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .road .leisure .detail .box .map svg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .road .leisure .detail .box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #af0318;
        line-height: 20px;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .leisure .detail .box h6 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #717171;
        line-height: 20px;
        text-align: center;
        margin-top: 12px;
    }
    /*---------------賽道介紹 旗號內容-----------*/
    .road .flag {
        width: 100%;
    }
    .road .flag .detail {
        width: 100%;
        font-size: 0;
    }
    .road .flag .detail .box {
        width: 32%;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
        margin: 0 2% 3% 0;
    }
    .road .flag .detail .box:nth-child(3n) {
        margin: 0 0 3% 0;
    }
    .road .flag .detail .box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #af0318;
        line-height: 20px;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .flag .detail .box h6 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #717171;
        line-height: 20px;
        text-align: center;
        margin-top: 12px;
    }
    .road .flag .detail .box .icon {
        width: 28%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-right: 2%;
    }
    .road .flag .detail .box .icon .photo {
        width: 40px;
        height: 40px;
        margin: 0 auto 8px;
        font-size: 0;
        transform: rotateY(0);
    }
    .road .flag .detail .box .icon .photo.special {
        width: 60px;
    }
    .road .flag .detail .box .icon .photo::before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .icon .photo img {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .icon p {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 5px;
        line-height: 21px;
        color: #333;
    }
    .road .flag .detail .box .text {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .text p {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 22px;
        color: #333;
        height: 66px;
        overflow: hidden;
    }
    .road .flag .detail .box.special .text p {
        height: 110px;
    }
    /*---------------賽道動畫 旗號內容-----------*/
    .st1 {
        stroke-dasharray: 1200;
        stroke-dashoffset: 0;
    }
    .st4 {
        stroke-dasharray: 780;
        stroke-dashoffset: 0;
    }
    .road .competition .detail .box:hover .map,
    .road .leisure .detail .box:hover .map {
        transform: scale(1.2);
    }
    .road .competition .detail .box:hover .map .st1,
    .road .leisure .detail .box:hover .map .st4 {
        animation: stroketop 1.2s linear both;
    }
    .road .flag .detail .box:hover .icon .photo {
        transform: rotateY(360deg);
        transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    /* 2018-4-30新增 */
    .vr_item {
        width: 88%;
    }
    .vr_item .details {
        width: 100%;
        margin: 0 0 16px;
    }
    .vr_item .photo {
        width: 100%;
    }
    .vr_item .details p {
        padding: 0;
    }
    .off-load>div:first-child {
        margin: 0;
    }
    .off-load .photo {
        width: 50%;
    }
    /*---------------賽道介紹-----------*/
    .road {
        width: 90%;
        position: relative;
        margin: 0 auto;
        padding: 32px;
        box-sizing: border-box;
        background: #f5f5f5;
    }
    /*---------------賽道介紹標題-----------*/
    .road .title {
        width: 100%;
        margin-bottom: 32px;
        position: relative;
    }
    .road .title h2 {
        font-size: 34px;
        line-height: 50px;
        letter-spacing: 4px;
        color: #ad0117;
        transform: skew(-15deg);
    }
    .road .title .api_fb {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .road .title .api_fb::before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .title .api_fb iframe {
        display: inline-block;
        vertical-align: middle;
    }
    /*---------------賽道介紹內容-----------*/
    .road .item {
        width: 100%;
        box-shadow: 8px 8px 0 0 #e5e5e5;
        margin-bottom: 64px;
    }
    .road .item .photo {
        width: 100%;
        font-size: 0;
    }
    .road .item .photo img {
        width: 100%;
    }
    .road .item .text {
        width: 100%;
        background: #fff;
        padding: 16px 32px 24px;
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
    }
    .road .item .text .left {
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }
    .road .item .text .left p {
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 30px;
        color: #333;
        font-weight: 600;
        text-align: left;
        margin-top: 16px;
    }
    .road .item .text .right {
        width: 53%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    .road .item .text .right::before {
        content: '';
        width: 18px;
        height: 180px;
        position: absolute;
        left: 10%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #af0318;
        transform: skew(-30deg);
    }
    .road .item .text .right .first {
        width: 35%;
        display: inline-block;
        vertical-align: top;
        margin-right: 5%;
        transform: skew(-20deg);
    }
    .road .item .text .right .first p {
        font-size: 16px;
        line-height: 46px;
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        transform: skew(20deg);
    }
    .road .item .text .right .second {
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }
    .road .item .text .right .second p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 46px;
        color: #b72f3c;
        text-align: left;
    }
    /*---------------賽道介紹 統一標題----------*/
    .road .s_title {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .road .s_title h4 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 1px;
        transform: skew(-15deg);
        color: #af0318;
        padding-left: 36px;
        position: relative;
    }
    .road .s_title h4 span {
        font-size: 18px;
        color: #666;
        margin-left: 8px;
    }
    .road .s_title h4::before {
        content: '';
        width: 10px;
        height: 40px;
        background: #af0318;
        position: absolute;
        left: 10px;
        top: 0;
    }
    /*---------------賽道介紹 競賽內容-----------*/
    .road .competition {
        width: 100%;
        margin-bottom: 48px;
    }
    .road .competition .detail {
        width: 100%;
        font-size: 0;
    }
    .road .competition .detail .box {
        width: 17.5%;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
    }
    .road .competition .detail .box+.box {
        margin-left: 3%;
    }
    .road .competition .detail .box .map {
        width: 80%;
        padding-bottom: 60%;
        margin: auto;
        position: relative;
        transform: scale(1);
        transition: 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .road .competition .detail .box .map svg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .road .competition .detail .box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #af0318;
        line-height: 20px;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .competition .detail .box h6 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #717171;
        line-height: 20px;
        text-align: center;
        margin-top: 12px;
    }
    /*---------------賽道介紹 休閒內容-----------*/
    .road .leisure {
        width: 100%;
        margin-bottom: 48px;
    }
    .road .leisure .detail {
        width: 100%;
        font-size: 0;
    }
    .road .leisure .detail .box {
        width: 15%;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
    }
    .road .leisure .detail .box+.box {
        margin-left: 2%;
    }
    .road .leisure .detail .box .map {
        width: 80%;
        padding-bottom: 70%;
        margin: auto;
        position: relative;
        transform: scale(1);
        transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .road .leisure .detail .box .map svg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .road .leisure .detail .box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #af0318;
        line-height: 20px;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .leisure .detail .box h6 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #717171;
        line-height: 20px;
        text-align: center;
        margin-top: 12px;
    }
    /*---------------賽道介紹 旗號內容-----------*/
    .road .flag {
        width: 100%;
    }
    .road .flag .detail {
        width: 100%;
        font-size: 0;
    }
    .road .flag .detail .box {
        width: 32%;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
        margin: 0 2% 3% 0;
    }
    .road .flag .detail .box:nth-child(3n) {
        margin: 0 0 3% 0;
    }
    .road .flag .detail .box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #af0318;
        line-height: 20px;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .flag .detail .box h6 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #717171;
        line-height: 20px;
        text-align: center;
        margin-top: 12px;
    }
    .road .flag .detail .box .icon {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .flag .detail .box .icon .photo {
        width: 40px;
        height: 40px;
        margin: 0 auto 8px;
        font-size: 0;
    }
    .road .flag .detail .box .icon .photo.special {
        width: 60px;
    }
    .road .flag .detail .box .icon .photo::before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .icon .photo img {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .icon p {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 5px;
        line-height: 21px;
        color: #333;
    }
    .road .flag .detail .box .text {
        width: 100%;
    }
    .road .flag .detail .box .text p {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 21px;
        color: #333;
        height: 84px;
        overflow: hidden;
    }
    .road .flag .detail .box.special .text p {
        height: 126px;
    }
    /*---------------賽道動畫 旗號內容-----------*/
    .st1 {
        stroke-dasharray: 1200;
        stroke-dashoffset: 0;
    }
    .st4 {
        stroke-dasharray: 780;
        stroke-dashoffset: 0;
    }
    .road .competition .detail .box:hover .map,
    .road .leisure .detail .box:hover .map {
        transform: scale(1.2);
    }
    .road .competition .detail .box:hover .map .st1,
    .road .leisure .detail .box:hover .map .st4 {
        animation: stroketop 1.2s linear both;
    }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .road .item .text .right::before {
            left: 18%;
        }
    }
}

@media screen and (max-width: 767px) {
    /* 2018-4-30新增 */
    .vr_item {
        width: 100%;
        border-bottom: 0;
        margin: 0;
    }
    .vr_item .details {
        width: 100%;
        margin: 0 0 16px;
    }
    .vr_item .photo {
        width: 100%;
    }
    .vr_item .details p {
        font-size: 15px;
    }
    .vr_item .details h5 {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .off-load>div:first-child {
        margin: 0 0 12px;
    }
    .road .title h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 3px;
        color: #ad0117;
    }
    .road .item .text h3 {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    /*---------------賽道介紹-----------*/
    .road {
        width: 100%;
        min-width: 300px;
        max-width: 600px;
        position: relative;
        padding: 16px 0;
        box-sizing: border-box;
        background: #f5f5f5;
        margin: 0 auto;
    }
    /*---------------賽道介紹標題-----------*/
    .road .title {
        width: 90%;
        min-width: 300px;
        max-width: 600px;
        margin: 0 auto 8px;
        position: relative;
    }
    .road .title .api_fb {
        width: 100%;
    }
    .road .title .api_fb::before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .title .api_fb iframe {
        display: inline-block;
        vertical-align: middle;
    }
    /*---------------賽道介紹內容-----------*/
    .road .item {
        width: 100%;
        margin-bottom: 24px;
    }
    .road .item .photo {
        width: 100%;
        font-size: 0;
    }
    .road .item .photo img {
        width: 100%;
    }
    .road .item .text {
        width: 100%;
        padding: 8px 16px 0 16px;
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
    .road .item .text .left {
        width: 82%;
        position: absolute;
        background: #af0318;
        left: 0;
        top: -7%;
        padding: 12px;
        box-sizing: border-box;
        transform: skew(-20deg);
    }
    .road .item .text .left::before {
        content: '';
        width: 10%;
        height: 100%;
        position: absolute;
        background: #af0318;
        left: 0;
        top: 0;
        transform: skew(20deg);
    }
    .road .item .text .left p {
        font-size: 3.5vw;
        letter-spacing: 1px;
        line-height: 20px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        transform: skew(20deg);
        height: 80px;
    }
    .road .item .text .right {
        width: 100%;
        font-size: 0;
        position: relative;
        margin-top: 96px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .road .item .text .right .first {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .road .item .text .right .first p {
        font-size: 16px;
        line-height: 36px;
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .road .item .text .right .second {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .road .item .text .right .second p {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 36px;
        color: #b72f3c;
        text-align: right;
        border-bottom: 1px solid #ccc;
    }
    /*---------------賽道介紹 統一標題----------*/
    .road .s_title {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin: 0 0 12px;
        padding: 0 16px 12px 16px;
        box-sizing: border-box;
    }
    .road .s_title h4 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 1px;
        transform: skew(-15deg);
        color: #af0318;
        padding-left: 36px;
        position: relative;
    }
    .road .s_title h4 span {
        font-size: 17px;
        color: #666;
        margin-left: 8px;
    }
    .road .s_title h4::before {
        content: '';
        width: 10px;
        height: 40px;
        background: #af0318;
        position: absolute;
        left: 10px;
        top: 0;
    }
    /*---------------賽道介紹 競賽內容-----------*/
    .road .competition {
        width: 90%;
        margin: 0 auto 48px;
    }
    .road .detail {
        width: 100%;
        font-size: 0;
    }
    .road .detail .box {
        width: 48.5%;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
        margin-bottom: 8px;
    }
    .road .detail .box:nth-child(2n) {
        margin-left: 3%;
    }
    .road .detail .box .map {
        width: 80%;
        padding-bottom: 60%;
        margin: auto;
        position: relative;
        transform: scale(1);
        transition: 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .road .detail .box .map svg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .road .detail .box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #af0318;
        line-height: 20px;
        text-align: center;
        margin-bottom: 12px;
    }
    .road .detail .box h6 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #717171;
        line-height: 20px;
        text-align: center;
        margin-top: 12px;
    }
    /*---------------賽道介紹 休閒內容-----------*/
    .road .leisure {
        width: 90%;
        min-width: 300px;
        max-width: 600px;
        margin: 0 auto 48px;
    }
    /*---------------賽道介紹 旗號內容-----------*/
    .road .flag {
        width: 90%;
        min-width: 300px;
        max-width: 600px;
        margin: 0 auto;
    }
    .road .flag .detail {
        width: 100%;
        font-size: 0;
    }
    .road .flag .detail .box {
        width: 100%;
        background: #fff;
        padding: 16px;
        box-sizing: border-box;
        margin-bottom: 16px;
        margin-left: 0;
    }
    .road .flag .detail .box .icon {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    .road .flag .detail .box .icon .photo {
        width: 40px;
        height: 40px;
        margin: 0 auto 8px;
        font-size: 0;
    }
    .road .flag .detail .box .icon .photo.special {
        width: 60px;
    }
    .road .flag .detail .box .icon .photo::before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .icon .photo img {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .icon p {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 5px;
        line-height: 21px;
        color: #333;
    }
    .road .flag .detail .box .text {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
    }
    .road .flag .detail .box .text p {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 21px;
        color: #333;
    }
    /*---------------賽道動畫 旗號內容-----------*/
    .st1 {
        stroke-dasharray: 1200;
        stroke-dashoffset: 0;
    }
    .st4 {
        stroke-dasharray: 780;
        stroke-dashoffset: 0;
    }
    .road .competition .detail .box:hover .map,
    .road .leisure .detail .box:hover .map {
        transform: scale(1.2);
    }
    .road .competition .detail .box:hover .map .st1,
    .road .leisure .detail .box:hover .map .st4 {
        animation: stroketop 1.2s linear both;
    }
}