.stroke-box,
.stroke-page-box{
	width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}

.stroke-list{
    width: 100%;
    display: block;
}
.stroke-list li {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    height: 320px;
    margin: 25px 16.5px;
}
.stroke-list li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.index-stroke-list-img {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.stroke-page-box .bx-wrapper .bx-pager,
.stroke-page-box .bx-wrapper .bx-controls-auto{
    right: 0;
}
.stroke-page-box .bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #666;
}

/*page*/
.page{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
    text-align: center;
}
.page .prev {
    padding-right: 10px;
}
.page .select {
    color: #de9700;
}
.page a {
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
}
.page .prev, .page .next {
    display: inline-block;
    vertical-align: middle;
}

.page .next {
    padding-left: 10px;
}


/*stroke-page*/
.stroke-page-title{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.stroke-page-title:after{
    content: '';
    width: 100px;
    max-width: 100%;
    display: block;
    height: 3px;
    background-color: #de9700;
    position: absolute;
    bottom: 5px;
    transform: scaleX(0);
    left: calc(50% - 50px);
}
.stroke-page-info-box{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
    margin-top: 20px;
}
.stroke-page-info-img-box{
    width: 50%;
    display: block;
    float: left;
}
.stroke-page-info-img-box li{
    width: 100%;
    height: 520px;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
}
.stroke-page-info-list-box{
    width: 49%;
    display: block;
    float: right;
}
.stroke-page-info-list{
    width: 100%;
    display: block;
    font-size: 0;
}
.stroke-out-day-box,
.stroke-offer-contact-box{
    width: 180px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;

}
.stroke-out-day-title{
    width: 120px;
    font-size: 28px;
    color: #FFF;
    letter-spacing: 10px;
    background-color: #2154a5;
    text-align: center;
    box-sizing: border-box;
    padding: 14.5px 0;
    padding-left: 24px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.stroke-out-day{
    min-width:40px; 
    font-size: 28px;
    padding: 13.5px 5px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border:1px solid #c9c9c9;
}
.stroke-out-day span{
    display: block;
    text-align: center;
    width: 100%;
}

.stroke-offer-box{
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: top;
}
.stroke-offer{
    width: 200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.stroke-offer-title{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    color: #2353a5;

    box-sizing: border-box;
}

.stroke-offer-money{
    font-size: 45px;
    letter-spacing: 1px;
    text-align: right;
    color: #e41313;

}

.stroke-offer-contact{
    width: 160px;
    max-width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    float: right;
    background-color: #ffcd04;
    line-height: 40px;
    position: relative;
    z-index: 1;
}
.stroke-offer-contact span{
    width: 20px;
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -26px;
}
.stroke-flight-list-box{
    width: 100%;
    margin-top: 20px;
    display: block;
}
.stroke-flight-list-box .title{
    font-size: 28px;
    letter-spacing: 1px;
    display: block;
    color: #3a3a3a;
    border-bottom:1px solid #c9c9c9;
}

.stroke-flight-title-box{
    width: 100%;
    display: block;
    margin-top: 10px;
    border-bottom: 2px solid #000;
}
.stroke-flight-title-box li{
    width: calc(100% / 6);
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    color: #FFF;
    background-color: #de9700;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
}
.stroke-flight-title-box li:last-child{
    border-right: 0;
}
.stroke-flight-info-box{
    width: 100%;
    display: block;
    border-bottom: 1px solid #FFF;
}
.stroke-flight-info-box li{
    width: calc(100% / 6);
    height: 46px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: 1px;
    background-color: #dcdcdc;
    border-right: 1px solid #FFF;
}
.stroke-flight-info-box li:last-child{
    border-right: 0;
}
.stroke-flight-info-title{
    background-color: #de9700;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
}

.stroke-flight-info{
    width: 100%;
    font-size: 16px;
    line-height: 46px;
}

.stroke-introduction-box{
    width: 100%;
    display: block;
    margin-top: 10px;
}
.stroke-introduction-box .title{
    font-size: 28px;
    letter-spacing: 1px;
    display: block;
    color: #3a3a3a;
    border-bottom:1px solid #c9c9c9;
}

.stroke-introduction{
    color: #3a3a3a;
    line-height: 1.6;
    text-align: justify;
    font-size: 16px;
    margin-top: 5px;
}

.stroke-itinerary{
    width: 100%;
    display: block;
    margin-top: 40px;
}
.stroke-itinerary .title{
    font-size: 28px;
    display: block;
    color: #3a3a3a;
    text-align: center;
    border-bottom: 1px solid #c9c9c9;
}

.stroke-itinerary-edit{
    font-size: 16px;
    display: block;
    line-height: 1.6;
    padding: 10px 0;
}
.stroke-itinerary-edit ol,
.stroke-itinerary-edit li,
.stroke-itinerary-edit ul{
    list-style: decimal;
    padding-left: 10px;
    box-sizing: border-box;
}
.stroke-itinerary-edit:after{
    content: '';
    display: block;
    clear: both;
}
.stroke-itinerary-edit table{
    margin: 0 auto;
}
.stroke-related{
    width: 100%;
    display: block;
    margin-top: 40px;
}

.stroke-related .title{
    font-size: 28px;
    text-align: center;
    letter-spacing: 1px;
    display: block;
    color: #3a3a3a;
    border-bottom:1px solid #c9c9c9;
}

.stroke-related-list {

    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stroke-related-list li{
    width: 400px;
    max-width: 100%;
    display: block;
    height: 320px;
    margin: 25px 0;
    overflow: hidden;
    position: relative;
}

.back{
    width: 200px;
    box-sizing: border-box;
    max-width: 100%;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    border: 2px solid #ffb000;
    border-radius: 10px;
    height: 46px;
    margin: 20px auto;
    margin-bottom: 50px;
}
.back-icon{
    position: relative;
    left: 0;
    transition: all .4s linear;
    margin-left: 20px;
    margin-right: 17px;
    margin-bottom: 0px;
}
.back-icon img{
    vertical-align: middle;
}
.back-p{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 15px;
    display: inline-block;
    vertical-align: middle;
}
/*----------編輯器---------*/
.stroke-itinerary-edit table td{
    vertical-align: middle;
}

@media only screen and (max-width: 768px){
.stroke-itinerary-edit table{
    width: 100%!important;
    }
}