﻿@charset "utf-8";

/*首頁旅遊紀錄&我的行程按鈕*/

.mbtnar {
    position: fixed;
    bottom: 6%;
    right: 5px;
    width: 5%;
}

.mbtbx {
    margin: 10px 0 10px 0;
    height: 85px;
}

.mbtbx:nth-child(1){
background-image: url(/TripIsU/images/mbtn01_pc.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
}

.mbtbx:nth-child(2){
background-image: url(/TripIsU/images/mbtn02_pc.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
}

.mbtbx a{
display: block;
height: 85px;
}


/*平板 iPad Pro*/
@media screen and (min-width: 1024px) and (max-width: 1366px){

.mbtnar {
    bottom: 6%;
    right: 5px;
    width: 7%;
}

}


/*平板 iPad*/
@media screen and (min-width: 768px) and (max-width: 1024px){

.mbtnar {
    position: fixed;
    bottom: 0%;
    right: inherit;
    left: 0px;
    width: 100%;
}

.mbtbx {
    margin: 0px 0 0px 0;
    height: 85px;
    float: left;
    width: 50%;
}

.mbtbx:nth-child(1){
background-image: url(/TripIsU/images/mbtnbg_1024.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(1) a {
    background-image: url(/TripIsU/images/mbtn01.png);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center center;
    width: 100%;
    margin: 10px auto 0 auto;
}

.mbtbx:nth-child(2){
background-image: url(/TripIsU/images/mbtnbg_1024.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(2) a {
    background-image: url(/TripIsU/images/mbtn02.png);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center center;
    width: 100%;
    margin: 10px auto 0 auto;
}

}


/*平板 iPad橫向*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){

.mbtbx {
    margin: 0px 0 0px 0;
    height: 55px;
    float: left;
    width: 50%;
}

.mbtbx a {
    height: 50px;
}

.mbtbx:nth-child(1) a {
    background-size: 27%;
    width: 100%;
    margin: 4px auto 0 auto;
}

.mbtbx:nth-child(2) a {
    background-size: 27%;
    width: 100%;
    margin: 4px auto 0 auto;
}

}


@media screen and (max-width: 960px){

.mbtbx img {
    width: 40%;

}


}


@media screen and (max-width: 480px){

.mbtnar {
    position: fixed;
    bottom: 0%;
    right: inherit;
    left: 0px;
    width: 100%;
}

.mbtbx {
    margin: 0px 0 0px 0;
    height: 70px;
    float: left;
    width: 50%;
}

.mbtbx a {
    height: 60px;
}

.mbtbx:nth-child(1){
background-image: url(/TripIsU/images/mbtnbg.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(1) a {
    background-image: url(/TripIsU/images/mbtn01.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center center;
    width: 100%;
    margin: 10px auto 0 auto;
}

.mbtbx:nth-child(2){
background-image: url(/TripIsU/images/mbtnbg.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: center bottom;
}

.mbtbx:nth-child(2) a {
    background-image: url(/TripIsU/images/mbtn02.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center center;
    width: 100%;
    margin: 10px auto 0 auto;
}

}

/*首頁旅遊紀錄&我的行程按鈕-----結束*/


/*抵達景點跳窗*/

.arvpopbg{
position: fixed;
background-color: rgba(0,0,0,0.90);
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 99;
display: none;
}

.arclose {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    background-image: url(/TripIsU/images/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.arvp01 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvpbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvcon{
width: 85%;
margin: 40px auto 0 auto;
height: 95%;
overflow: auto;
padding: 0 20px;
}

.arvh1 {
    color: #dd035a;
    font-size: 2em;
    text-align: center;
    margin: 6px 0 18px 0;
	font-weight: bold;
}

.arvpc {
width: 300px;
height: 300px;
border-radius: 50%;
margin: 0 auto 10px auto;
background-image: url(/TripIsU/images/smpc5.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.arvbadge{
margin: 0 0 40px 0;
}

.arbgal{
margin: 0 3px 8px 3px;
float: left;
width: 16%;
}

.arbgebox{
background-image: url(/TripIsU/images/sunlight.png);
background-repeat: no-repeat;
background-size: 100%;
}

.arbgebox img {
    width: 107%;
    margin-top: -8px;
}

.arvbgtt{
color: rgba(92,92,92,1.00);
font-size: 0.8em;
text-align: center;
margin-top: -5px;
}

.arvstx{
font-size: 1.15em;
margin: 0 0 15px 0;
text-align: justify;
}

.arfall{
margin: 0 0 10px 0;
}

.arfts{
font-size: 1em;
margin: 0 0 3px 0;
}

.arfem {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px;
    border: 3px solid #f2c12a;
    border-radius: 10px;
    height: 55px;
    background-color: #fff;
}

.atftbox {
    background-color: transparent;
    height: 38px;
    width: 99%;
    border: none;
	font-size: 1.05em;
}

.atftbox:focus-visible {
    outline: none;
}

.arsend{
margin: 20px 0 0 0;
text-align: center;
}

.arsendbtn {
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #fc7938;
    color: #fff;
    border-radius: 8px;
	font-size: 1.1em;
	display: inline-block;
}

.arvw{
background-image: -webkit-linear-gradient(270deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
background-image: linear-gradient(180deg,rgba(243,163,0,1.00) 0%,rgba(243,120,0,1.00) 100%);
}

.arsendbtn img {
    padding: 2px 7px 0 0;
	width: 25px;
    float: left;
}

.arvinftx {
    font-size: 1.28em;
    margin: 0 0 35px 0;
    color: #e73c01;
    font-weight: bold;
    text-align: center;
	padding: 10px 0 0 0;
}

.arvinftx span{
    font-size: 0.85em;
    color: #6f6f6f;
    font-weight: normal;
	display: block;
}

.arrecdbtn {
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #fc7938;
    color: #fff;
    border-radius: 8px;
    font-size: 1.3em;
    display: inline-block;
}

.arrecdbtn img {
    padding: 0 0px 0 0;
    width: 58%;
    margin-top: -23px;
    float: left;
}

@media screen and (max-width: 1920px){

.arvcon {
    margin: 20px auto 0 auto;
}

.arvpc {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
}

.arbgebox img {
    width: 95%;
    margin-top: -8px;
}

.arbgal {
    height: 85px;
}

.arsendbtn {
    padding: 15px 20px 10px 20px;
}

.arsendbtn img {
    padding: 2px 15px 0 0;
    width: 30px;
    margin-top: -6px;
}

#startPUSH img {
    width: 45px;
    margin-top: -7px;
}
	
}

@media screen and (max-width: 1440px){
	
.arvp01 {
    width: 29%;
    top: 5%;
    left: 34%;
    height: 95%;
}

.arvcon {
    margin: 15px auto 0 auto;
}

.arvpc {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px auto;
}

.arbgebox img {
    width: 98%;
    margin-top: -8px;
}

.arvh1 {
    font-size: 1.5em;
}

}


/*平板 iPad Pro*/
@media screen and (min-width: 1024px) and (max-width: 1366px){

.arvp01 {
    width: 35%;
    position: absolute;
    top: 5%;
    left: 32%;
    height: 95%;
}

.arvcon{
width: 85%;
margin: 30px auto 0 auto;
}

.arvh1 {
    font-size: 1.7em;
    margin: 0 0 10px 0;
}

#startPUSH img {
    width: 27px;
    margin-top: 0px;
}
	

}



/*平板 iPad*/
@media screen and (min-width: 768px) and (max-width: 1024px){

.arvp01 {
    width: 60%;
    position: absolute;
    top: 10%;
    left: 20%;
    height: 80%;
}

.arvcon{
width: 85%;
margin: 30px auto 0 auto;
}

.arvh1 {
    font-size: 1.6em;
    margin: 0 0 10px 0;
}

.arvpc {
    width: 200px;
    height: 200px;
}

.arvbadge {
    margin: 0 0 20px 0;
}

.arvstx {
    font-size: 1em;
}

.arfem {
    height: 50px;
}

.arsendbtn {
    font-size: 1em;
}

.atftbox {
    height: 32px;
    font-size: 1em;
}

.arvinftx {
    font-size: 1.2em;
}

}

/*平板 iPad橫向*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){

.arvp01 {
    width: 40%;
    top: 10%;
    left: 30%;
    height: 80%;
}

}



@media screen and (max-width: 480px){

.arvp01 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arvcon {
    width: 90%;
    margin: 15px auto 0 auto;
	height: 93%;
}

.arvh1 {
    font-size: 1.5em;
}

.arvpc {
    width: 180px;
    height: 180px;
}

.arvbadge {
    margin: 0 0 5px 0;
}

.arvstx {
    font-size: 1em;
}

.arfem {
    height: 40px;
}

.atftbox {
    height: 25px;
    font-size: 1em;
}

.arsendbtn {
    padding: 13px 13px 13px 13px;
    font-size: 1em;
}

.arclose {
    width: 35px;
    height: 35px;
}

.arvinftx {
    font-size: 1.15em;
}

.arrecdbtn {
    font-size: 1.15em;
}

.arrecdbtn img {
    width: 57%;
}

.arsendbtn img {
    padding: 2px 15px 0 0;
    width: 25px;
}

#startPUSH img {
    width: 25px;
    margin-top: -1px;
}

}

/*手機橫向*/
@media screen and (min-width: 375px) and (max-width: 960px) and (orientation:landscape){

.arvp01 {
    width: 35%;
    top: 9%;
    left: 33%;
    height: 88%;
}

.arvh1 {
    font-size: 1.35em;
    margin: 0 0 20px 0;
}

.arvpc {
    width: 170px;
    height: 170px;
}

.arvbadge {
    margin: 0 0 20px 0;
}

}


/*抵達景點跳窗----結束*/

/*抵達景點小卡牌跳窗*/

.arvp02 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvpcrdbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arcdh1 {
    background-image: url(/TripIsU/images/arvtitbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 98%;
    margin: 10px auto 20px auto;
    text-align: center;
    color: #dd035a;
    font-size: 1.5em;
    font-weight: bold;
    padding: 11px 0 15px 0;
}

.arcdvall{
margin: 0 0 20px 0 ;
}

.arcdbx{
float: left;
margin: 0 4px 15px 4px;
width: 30%;
}

.arcdbx_pc{
margin: 0 0 5px 0;
background-repeat: no-repeat;
background-size: 100%;
text-align: center;
height: 130px;
}

.arcpcbg01{
background-image: url(/TripIsU/images/arvcdbg.png);
}

.arcpcbg02{
background-image: url(/TripIsU/images/arvcdbg2.png);
}

.arcpcbg03{
background-image: url(/TripIsU/images/arvcdbg3.png);
}

.arcdbx_pc img {
    width: 68%;
    margin-top: 28px;
}

.arcdbx_txt {
    background-color: #cfc9e5;
    padding: 1px 0 1px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 0.95em;
}

.arcdbx_txt span {
    color: #f0013f;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    margin: 0 2px 0 2px;
}

.arvsecbtn{

}

.arvsecbtn img{
width: 78%;
}

@media screen and (max-width: 1920px){
.arcdbx_pc {
    height: 175px;
}

.arvp02 {
    top: 3%;
    height: 95%;
}

}

@media screen and (max-width: 1440px){
.arcdbx_pc {
    height: 136px;
}

}


@media screen and (max-width: 480px){

.arvp02 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arcdh1 {
    width: 99%;
    padding: 10px 0 10px 0;
    font-size: 1.5em;
    margin: 10px auto 7px auto;
}

.arcdbx_pc {
    height: 128px;
}

}


/*抵達景點小卡牌跳窗----結束*/


/*抵達景點跳窗_已遊覽過本次無徽章及成就跳窗*/

.arvp03 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvnobg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvp03 .arvh1{
margin: 20px 0 0 0;
}

.arnch2 {
    font-size: 1.2em;
    width: 90%;
    margin: 30px auto 30px auto;
    text-align: justify;
}

@media screen and (max-width: 480px){

.arvp03 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}
}


/*抵達景點跳窗_已遊覽過本次無徽章及成就跳窗----結束*/

/*抵達景點跳窗_成就徽章跳出*/

.arvp04 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvcd_ligbg{
background-image: url(/TripIsU/images/avcard_ligbg.png);
background-repeat: no-repeat;
background-size: 120%;
width: 100%;
height: 100%;
background-position: center center;
opacity: 0.7;
position: fixed;
}

.arvLV1{
    background-image: url(/TripIsU/images/avcardbg01.png);
}

.arvLV2{
    background-image: url(/TripIsU/images/avcardbg02.png);
}

.arvLV3{
    background-image: url(/TripIsU/images/avcardbg03.png);
}

.acrd_close {
    text-align: right;
    width: 3.5%;
    height: 30px;
    margin: 20px 15px 0 0;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 1.1em;
    background-image: url(/TripIsU/images/close.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    float: right;
    background-position: left -1px;
}

.acrd_close a{
color: #fff;
display: block;
}

.acrd_share {
width: 5%;
height: 26px;
background-color: #3fc2df;
padding: 4px 9px 0px 9px;
color: #fff;
font-size: 1em;
border-radius: 20px;
clear: both;
margin: 0 0 0 11%;
text-align: center;
position: absolute;
bottom: 3%;
left: 0%;
background-image: -webkit-linear-gradient(270deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
background-image: linear-gradient(180deg,rgba(0,185,231,1.00) 0%,rgba(0,151,200,1.00) 100%);
}

.acrd_share a{
display: block;
color: #fff;
}

.acrd_share a img {
    width: 16px;
    margin: 0 5px 0 0;
}

.avcrd_clsh1 {
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    margin: 27px 0 0 0;
    font-weight: bold;
}

.avcrd_clsh2 {
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.acdch2_LV1{
color: #dc0404;
}

.acdch2_LV2{
color: #dc0404;
}

.acdch2_LV3{
color: #9d6a01;
}

.avcrd_badage{
margin: 15px auto 0 auto;
text-align: center;
width: 68%;
}

.avcrd_badage img{
width: 100%;
}

.arvsscrdare {
    margin: 0 0 20px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 6%;
}

.arvsscdbox {
    display: inline-block;
    width: 4%;
    height: 95px;
    margin: 0 4px 0 4px;
    background-image: url(/TripIsU/images/arv_sscdbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
	opacity: 0.6;
}

.arvsscdbox img {
    width: 76%;
    margin: 10px 0 0 0;
}

.arvsc_bk{
background-image: url(/TripIsU/images/arv_sscd_bk.png) !important;
}

.arvsc_bk img{
visibility: hidden;
}

.arvsc_ac {
width: 6%;
height: 106px;
box-shadow: 0px 0px 8px 1px rgba(255,255,255,0.70);
-webkit-box-shadow: 0px 0px 8px 1px rgba(255,255,255,0.70);
opacity: 1;
}

.arvbdgsend {
    margin: 20px 0 0 0;
    text-align: center;
    position: absolute;
    bottom: 3%;
    right: 2%;
}

@media screen and (max-width: 1920px){

.avcrd_clsh1 {
    font-size: 1.3em;
    margin: 65px 0 0 0;
}

.avcrd_clsh2 {
    font-size: 1.25em;
    margin: 25px 0 0 0;
}
	
}



@media screen and (max-width: 1440px){

.avcrd_clsh1 {
    font-size: 1.25em;
    margin: 46px 0 0 0;
}

.avcrd_clsh2 {
    font-size: 1.25em;
    margin: 14px 0 0 0;
}
	
}


@media screen and (max-width: 480px){

.arvp04 {
    width: 95%;
    top: 11.5%;
    left: 3%;
    height: 60%;
}

.acrd_close {
    width: 10%;
    height: 25px;
    padding: 0 0 0 20px;
    font-size: 1em;
    background-size: 40%;
    background-position: left -2px;
}

.acrd_share {
    width: 16%;
}

.avcrd_clsh1 {
    font-size: 1.15em;
    margin: 42px 0 0 0;
}

.avcrd_clsh2 {
    font-size: 1.1em;
    margin: 15px 0 0 0;
}

.arvsscrdare {
    bottom: 14%;
}

.arvsscdbox {
    width: 12%;
    height: 67px;
    margin: 0 4px 0 4px;
}

.arvsc_ac {
width: 17%;
height: 92px;
}

}

/*抵達景點跳窗_成就徽章跳出----結束*/


/*實地遊覽選擇頁*/

.trvcinf {
    font-size: 1.2em;
    width: 90%;
    margin: 0 auto 15px auto;
}

.trvcselall{
    margin: 30px 0 0 0;
}

.trvc_selcA {
    width: 95%;
    margin: 0 auto;
}

.trcstxt{
text-align: center;
color: rgba(70,70,70,1.00);
margin: 10px 0 20px 0;
}

.trcseAcon{
padding: 0 0 10px 0;
}

.trcseAcon:after,.trcseBcon:after{
content: '';
display: block;
clear: both;
}

.trcsAbox{
float: left;
width: 45%;
margin: 0 2% 20px 2%;
}

.trcsA_pc{
margin: 0 0 2px 0;
}

.trcsA_pc img{
width: 100%;
}

.trcsA_txt{
color: #328ac8;
text-align: center;
height: 45px;
}

.trcseBcon {
    padding: 0 0 10px 0;
    width: 100%;
    margin: 0 auto;
}

.trcsBbox {
    float: left;
    width: 44%;
    margin: 0 4% 15px 4%;
    position: relative;
    background-color: #C8EFF0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #1CD3D3;
    border-radius: 8px;
    padding: 10px 5px 10px 9%;
    font-size: 1em;
}

.trcsBbox:nth-child(2n) {
    margin: 0 0% 15px 4%;
}

.trcsBpc {
    position: absolute;
    left: -25px;
    width: 38%;
    top: 7px;
}

.trcsBpc img{
width: 100%;
}

.trvc_selcB{
padding: 25px 0 0 0;
margin: 30px 0 0 0;
border-top: 1px solid #929292;
}

.trvc_sBtit{
font-size: 1.3em;
font-weight: bold;
color: #2c2c2c;
width: 92%;
margin: 0 auto;
height: 30px;
}

.trvc_sBtit::before {
    content: "";
    width: 5px;
    background-color: #d21023;
    height: 29px;
    float: left;
    margin: 0 8px 0 0;
}

.trvc_sBtit::after{
content: "";
display: block;
clear: both;
}

.trvc_sBsst{
font-size: 1.05em;
margin: 7px auto 0 auto;
width: 92%;
color: #2c2c2c;
}

.selcBall{
margin: 15px 0 0 0;
padding: 0 0 15px 0
}

.selcB_box{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
margin: 0 0 20px 0;
}

.selcB_box:nth-child(1){
background-color: #fde4d6;
}

.selcB_box:nth-child(2){
background-color: #c7f1ec;
}

.selcB_box:nth-child(3){
background-color: #f4fbd7;
}

.selcB_box:nth-child(4){
background-color: #fdddf4;
}

.selcB_box:nth-child(5){
background-color: #d7f1fb;
}


.selcB_tiop{

}

.selcB_tiop:after,.selcB_bom:after{
content: '';
display: block;
clear: both;
}

.selcB_tiop_left{
float: left;
color: #de103b;
font-size: 1.2em;
font-weight: bold;
width: 70%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 3px 0 0px 10px;
border-top-left-radius: 5px;
height: 60px;
}

.selcB_tiop_left img{
margin: 0 8px 0 0;
}

.selcB_tiop_right {
    float: right;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: url(/TripIsU/images/sercb_chk_wht.svg);
    background-position: 20% center;
    padding: 19px 0 17px 3%;
    border-top-right-radius: 5px;
    font-size: 1.1em;
    text-align: center;
	height: 60px;
}

.selcB_box:nth-child(1) .selcB_tiop_right{
background-color: #efc1a7;
}

.selcB_box:nth-child(2) .selcB_tiop_right{
background-color: #8dddd3;
}

.selcB_box:nth-child(3) .selcB_tiop_right{
background-color: #a5df8a;
}

.selcB_box:nth-child(4) .selcB_tiop_right{
background-color: #efa4d9;
}

.selcB_box:nth-child(5) .selcB_tiop_right{
background-color: #78cae9;
}

.selcB_bom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 10px 22px 10px;
    -webkit-box-shadow: 0px 0px 4px #9e9e9e;
    box-shadow: 0px 0px 6px 0px #b3b3b3;
    border-radius: 5px;
}

.selcB_box:nth-child(1) .selcB_bom{
background-color: #fcd5bf;
}

.selcB_box:nth-child(2) .selcB_bom{
background-color: #9be5dc;
}

.selcB_box:nth-child(3) .selcB_bom{
background-color: #c9edb9;
}

.selcB_box:nth-child(4) .selcB_bom{
background-color: #f6c2e7;
}

.selcB_box:nth-child(5) .selcB_bom{
background-color: #afe4f8;
}

.selcBbx {
    float: left;
    width: 31%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px 7px 4px;
    background-color: #fff;
    border-radius: 5px;
    /* text-align: center; */
    padding: 0px 10px 0px 35px;
    background-image: url(/TripIsU/images/sercb_chk_gry.svg);
    background-repeat: no-repeat;
    background-position: 10% center;
    color: #2c2c2c;
    height: 47px;
    display: table;
    font-size: 0.95em;
}

.selcBbx span {
    display: table-cell;
    vertical-align: middle;
}

.selbxac{
background-color: #f37d3b !important;
background-image: url(/TripIsU/images/sercb_chk_wht.svg);
color: #fff;
}

.trcselbbtn{
border-radius: 5px;
background-image: -webkit-linear-gradient(270deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
background-image: linear-gradient(180deg,rgba(111,212,180,1.00) 0.52%,rgba(87,187,155,1.00) 100%);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
font-size: 1.25em;
color: #fff;
padding: 10px 0 10px 0;
border-bottom: 2px solid #30866a;
}

.trcselbbtn img{
width: 30px;
margin: 0 10px 0 0;
}

.trvc_selruls {
    padding: 30px 0 0 0;
    margin: 35px 0 0 0;
    border-top: 1px solid #929292;
}

.trcsru_ftx{
color: #ed1d44;
font-size: 1.05em;
}

.trcsru_rall{
margin: 15px 0 0 0;
padding: 0 0 20px 0;
}

.trcsru_rall:after{
content: '';
display: block;
clear: both;
}

.trcsru_rbox{
float: left;
width: 45%;
margin: 0 2% 20px 2%;
-webkit-box-shadow: 0px 0px 3px #A8A8A8;
box-shadow: 0px 0px 3px #A8A8A8;
}

.trcsru_rbox_pc{

}

.trcsru_rbox_pc img{
width: 100%;
}

.trcsru_rbox_tx{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 10px 10px 10px;
background-color: #fff;
}

.trcsru_rbth1{
font-size: 1em;
height: 50px;
}

.trcsru_rb_heart{
background-image: url(/TripIsU/images/arvser_heart.svg);
background-repeat: no-repeat;
background-size: 100%;
width: 25px;
height: 22px;
}

.heratac{
background-image: url(/TripIsU/images/arvser_heart_ac.svg);
}

.serbtarea{
    padding: 0 0 30px 0;
}

.serbtarea a {
    display: inline-block;
    width: 46%;
}

.serbtarea a img {
    width: 100%;
}

@media screen and (max-width: 1920px){

.trcsAbox {
    width: 21%;
    margin: 0 2% 20px 2%;
}

.trcsBpc {
    left: -10px;
    width: 13%;
    top: -11px;
}

.selcBbx {
    width: 31%;
    margin: 0 4px 7px 4px;
    padding: 0px 10px 0px 45px;
    height: 47px;
    font-size: 0.95em;
}

.trcsru_rbox {
    width: 21%;
    margin: 0 2% 20px 2%;
}

.serbtarea a {
    width: 18%;
}

.selcB_box {
    margin: 0 33px 20px 0;
    width: 46%;
    float: left;
}

.selcB_bom {
    height: 195px;
}

}

@media screen and (max-width: 1440px){
	
.trcsBpc {
    left: -10px;
    width: 13%;
    top: -5px;
}	

.selcBbx {
    width: 31%;
    margin: 0 4px 7px 4px;
    padding: 0px 10px 0px 43px;
    height: 47px;
    font-size: 0.95em;
}

.trcsru_rbox {
    width: 21%;
    margin: 0 2% 20px 2%;
}
	
}

@media screen and (max-device-width: 480px){
	
.trcsAbox {
    width: 45%;
}

.trcsBpc {
    left: -25px;
    width: 38%;
    top: 7px;
}	
	
.selcBbx {
    width: 31%;
    margin: 0 4px 7px 4px;
    padding: 0px 10px 0px 35px;
    color: #2c2c2c;
    height: 47px;
    font-size: 0.95em;
}

.trcsru_rbox_pc {
    height: 140px;
    overflow: hidden;
}

.trcsru_rbox {
    width: 45%;
    margin: 0 2% 20px 2%;
}
	
.serbtarea a {
    width: 46%;
}

.selcB_box {
    margin: 0 0px 20px 0;
    width: 100%;
    float: none;
}

.selcB_bom {
    height: auto;
}
	
}


/*實地遊覽選擇頁----結束*/

/*實地遊覽選擇頁跳窗*/

.arvp05 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/selcinf_popbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.viwinftx{
font-size: 1em;
margin: 10px auto 10px auto;
text-align: justify;
}

.viwinftx_gys{
font-size: 0.9em;
color: #808080;
width: 90%;
margin: 10px auto 10px auto;
}

.viwlistall{
color: #0aa687;
}

.viwlistall ul {
    margin: 0px;
    padding: 0 0 0 38px;
}

.viwlistall ul li{
    margin: 0 0 8px 0;
    list-style-position: outside;
    list-style-type: disc;
}

.bdgqur{
color: #696b6b;
font-size: 0.9em;
}

.arvp06 {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvnobg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arsenobtn {
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #9b9b9b;
    color: #fff;
    border-radius: 8px;
    font-size: 1.1em;
    display: inline-block;
	margin: 0 3px 0 3px;
}

.arsenobtn img {
padding: 2px 7px 0 0;
width: 25px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width: 1920px){

.viwinftx {
    font-size: 1.12em;
    margin: 10px auto 30px auto;
    line-height: 1.7em;
}

.viwlistall ul li {
    font-size: 1.1em;
}

}

@media screen and (max-width: 480px){

.arvp05 {
    width: 93%;
    top: 7.5%;
    left: 3.5%;
    height: 88%;
}

.arvp06 {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arvp06 .arvcon {
    width: 85%;
    margin: 20px auto 0 auto;
}

.arsenobtn {
    padding: 8px 13px 8px 13px;
    font-size: 1em;
}

.viwinftx{
font-size: 1em;
margin: 10px auto 10px auto;
text-align: justify;
}

.viwlistall ul li{
    font-size: 1em;
}

}


/*實地遊覽選擇頁跳窗----結束*/

/*旅遊紀錄簿_實地遊覽成就*/

.recbokh1 {
    text-align: center;
    background-image: url(/TripIsU/images/trA_intbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    font-size: 2.6em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #14889D;
    margin: 0 auto 30px auto;
}

.recbokswt {
    text-align: center;
    font-size: 1.82em;
    color: #592918;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.trboktab{
margin: 0 0 15px 0 ;
}

.trboktab:after{
content: '';
display: block;
clear: both;
}

.trbokbox{
float: left;
width: 31.5%;
margin: 0 3px 0 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 15px 0 15px 0;
text-align: center;
font-size: 1.05em;
border-radius: 8px;
background-image: url(/TripIsU/images/trvbok_tabbg.png);
background-repeat: repeat;
color: #fff;
}

.tbox_ac{
background-image: url(/TripIsU/images/trvbok_tabbg_ac.png);
box-shadow: 0 0 4px 1px #b7b7b7;
}

.trbokbox a{
display: block;
color: #fff;
}

.trboksst {
    text-align: center;
    font-size: 1.05em;
    color: #323232;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c1c1c1;
}

.trboksst span{
font-size: 1.2em;
color: #ee094a;
font-style: italic;
font-weight: bold;
margin: 0 5px 0 5px;
font-family: Arial;
}

.todaywin{
padding: 0 0 15px 0;
background-image: url(/TripIsU/images/trbokfirework.png);
background-repeat: no-repeat;
background-size: 100%;
}

.todaywh1{
text-align: center;
color: #d74340;
font-size: 1.5em;
margin: 0 0 10px 0;
}

.towin_bdg_bg{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 10px 10px 10px;
border-radius: 8px;
background-image: url(/TripIsU/images/trbok_tdwinbg.png);
background-repeat: repeat;
border: 1px solid #F8C284;
-webkit-box-shadow: inset 0px 0px 0px 1px #F4F4F4;
box-shadow: inset 0px 0px 0px 1px #F4F4F4;
width: 98%;
margin: 0 auto 0 auto;
}

.towin_bdg_bg:after{
content: '';
display: block;
clear: both;
}

.twbg_box{
float: left;
width: 45%;
margin: 0 2% 20px 2%;
}

.twbg_box_pc{
margin: 0 0 0px 0;
}

.twbg_box_pc img{
width: 100%;
}

.twbg_box_h1{
color: #dc0404;
text-align: center;
font-size: 1.05em;
margin: 0 0 5px 0;
}

.twbg_box_h2{
color: #fff;
text-align: center;
font-size: 1.05em;
margin: 0 0 3px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 6px 0 6px 0;
background-color: #d74340;
border-radius: 5px;
}

.twbg_wnum{
text-align: center;
color: #3f3f3f;
font-size: 1.05em;
font-family: Arial;
}

.twbg_wnum span {
    color: #00b9e1;
    font-size: 1.4em;
    font-style: italic;
    margin: 0 5px 0 0;
}

.twbg_wdate{
text-align: center;
color: #7f7f7f;
font-size: 0.9em;
font-family: Arial;
}

.tevwcard {
    background-image: url(/TripIsU/images/trbok_cardbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 275px;
    width: 110%;
    margin: 5px 0 0 -18px;
    position: relative;
    padding: 0 0 15px 0;
}

.tevwcard_title {
background-image: url(/TripIsU/images/trbok_card_titbg.png);
background-repeat: no-repeat;
background-size: 100%;
width: 52%;
position: absolute;
top: 1%;
left: 24%;
height: 65px;
text-align: center;
color: #fff;
font-size: 1.15em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px 0 0 0;
}

.tevwcard_con{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 82%;
margin: 0 auto 0 auto;
padding: 70px 0 0 0;
} 

.tvcdh1{
color: #d74340;
text-align: center;
margin: 0 0 5px 0;
font-size: 1.3em;
font-weight: bold;
}

.tvbgar{

}

.tvbgar:after{
content: '';
display: block;
clear: both;
}

.tvbgbk{
width: 31%;
float: left;
margin: 0 1% 0 1%;
}

.tvbgbk_pc{
width: 95px;
height: 95px;
background-color: rgba(255,255,255,0.40);
border-radius: 50%;
border: 1px solid rgba(196,196,196,1.00);
text-align: center;
}

.tvbgbk_pc img{
width: 95%;
}

.tvbgbk_num{
text-align: center;
color: #3f3f3f;
font-size: 0.9em;
font-family: Arial;
margin: 3px 0 0 0;
}

.tvbgbk_num span {
    color: #00b9e1;
    font-size: 1.3em;
    font-style: italic;
    margin: 0 5px 0 0;
}

.tvbgbk_num span:nth-child(2){
color: #f3083f;
font-size: 1em;
}

.netnm{
font-size: 1.25em;
}

.netnm span{
font-size: 0.85em;
}

@media screen and (max-width: 1440px){
	
.twbg_box {
    width: 29%;
}

}


@media screen and (max-width: 480px){
	
.recbokh1 {
    font-size: 1.7em;
    letter-spacing: 0px;
    margin: 0 auto 20px auto;
}

.recbokswt {
    font-size: 1.3em;
    margin: 0 0 20px 0;
}

.twbg_box{
width: 45%;
}

.tevwcard {
    height: 275px;
    width: 110%;
    margin: 5px 0 0 -18px;
    padding: 0 0 15px 0;
	float:none;
}

.tevwcard_title {
    width: 60%;
    top: -1%;
    left: 20%;
    height: 71px;
    font-size: 1.15em;
    padding: 25px 0 0 0;
}

.tevwcard_con{
width: 82%;
padding: 70px 0 0 0;
} 

.twbg_box_h1 {
    height: 50px;
}

}

/*旅遊紀錄簿_實地遊覽成就----結束*/

/*旅遊紀錄簿_遊覽景點紀錄*/

.trbokrec_sel {
    padding: 18px 0 18px 0;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: center;
    margin: 30px 0 30px 0;
}

.trbk_select{
display: inline-block;
padding: 9px 6px 6px 6px;
border: 2px solid #c0c0c0;
border-radius: 5px;
margin: 0 5px 0 5px;
min-width: 120px;
font-size: 1.05em;
}

.trbk_mrsel {
    padding: 8px 16px 8px 16px;
    text-align: center;
    background-color: #efe89d;
    box-shadow: 0 0 5px 1px #cacaca, inset 0 0 5px 1px #fff;
    color: #f55b08;
    font-size: 1.05em;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px 0 5px;
}

.trbk_mrsel a{
display: block;
color: #f55b08;
}

.trbk_lisall{
padding: 0 0 40px 0;
}

.trbk_lisbar{
padding: 13px 15px 13px 15px;
background-image: -webkit-linear-gradient(180deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
background-image: -moz-linear-gradient(180deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
background-image: -o-linear-gradient(180deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
background-image: linear-gradient(270deg,rgba(142,239,238,1.00) 0%,rgba(100,225,224,1.00) 100%);
margin: 0 0 2px 0;
}

.trbk_lisbar:nth-child(2n){
background-image: -webkit-linear-gradient(0deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
background-image: -moz-linear-gradient(0deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
background-image: -o-linear-gradient(0deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
background-image: linear-gradient(90deg,rgba(182,244,234,1.00) 0%,rgba(140,240,225,1.00) 100%);
}

.trbk_lisbar:after{
content: '';
display: block;
clear: both;
}

.trbk_lisbar_h1{
color: #21507c;
float: left;
width: 56%;
margin: 0 2% 0 0;
font-size: 1.05em;
}

.trbk_lisbar_h2{
color: #535353;
float: left;
width: 17%;
margin: 0 2% 0 0;
}

.trbk_lisbar_h3{
color: #7b7b7b;
float: left;
width: 20%;
margin: 0 2% 0 0;
font-size: 0.9em;
}

.trlb_heart {
    background-image: url(/TripIsU/images/arvser_heart.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    height: 23px;
    background-position: center center;
}

.trlb_heart_ac {
    background-image: url(/TripIsU/images/arvser_heart_ac.svg);
}

.trbk_addtrv{
padding: 0 0 40px 0;
text-align: center;
}

.trbk_addtrv a {
    display: block;
    width: 40%;
    padding: 12px 0px 12px 30px;
    background-image: url(/TripIsU/images/addfort.svg);
    background-repeat: no-repeat;
    background-position: 13% center;
    background-size: 25px;
    color: #fff;
    background-color: #eb3963;
    box-shadow: 0 0 5px 1px #cacaca, inset 0 0 1px 1px #fff;
    margin: 0 auto;
	border-radius: 5px;
}

.arv_mselpop {
    width: 29%;
    position: absolute;
    top: 9%;
    left: 34%;
    background-image: url(/TripIsU/images/arvpbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 88%;
}

.arvmsph1 {
    color: #dd035a;
    font-size: 1.6em;
    margin: 6px 0 18px 0;
    font-weight: bold;
}

.mrslb{
margin: 0 0 0px 0;
}

.mrslb_checkbox{
width: 20px;
height: 20px;
float: left;
margin: 3px 7px 0 0;
}

.mrslb label{
font-size: 1.07em;
}

.card {
    margin: 0 0 8px 0;
	border: none !important;
}

.card-header {
    border: none;
    color: #fff;
    font-size: 1.15em;
    padding: 10px 10px 10px 55px !important;
    font-weight: bold;
	border-radius: 5px !important;
}

.card-header a{
	color: #fff;
	display: block;
}

.card:nth-child(1) .card-header{
    background-color: #ee815f;
    background-image: url(/TripIsU/images/mrsel_icon01.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(1) .collapse{
background-color: rgba(255,207,192,0.70);
}

.card:nth-child(2) .card-header{
    background-color: #40cbba;
    background-image: url(/TripIsU/images/mrsel_icon02.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(2) .collapse{
background-color: rgba(151,222,213,0.70);
}

.card:nth-child(3) .card-header{
    background-color: #7ebe62;
    background-image: url(/TripIsU/images/mrsel_icon03.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(3) .collapse{
background-color: rgba(188,239,166,0.70);
}

.card:nth-child(4) .card-header{
    background-color: #e286c7;
    background-image: url(/TripIsU/images/mrsel_icon04.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(4) .collapse{
background-color: rgba(252,204,238,0.70);
}

.card:nth-child(5) .card-header{
    background-color: #65bee0;
    background-image: url(/TripIsU/images/mrsel_icon05.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 15%;
}

.card:nth-child(5) .collapse{
background-color: rgba(174,224,243,0.70);
}

.card-body {
    padding: 15px 25px 15px 30px !important;
}

.collapse {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.mb-0 {
background-image: url(/TripIsU/images/awdown.svg);
background-repeat: no-repeat;
background-position: 99% center;
}

@media screen and (max-width: 480px){

.arv_mselpop {
    width: 90%;
    top: 9%;
    left: 5%;
    height: 88%;
}

.arvmsph1 {
    font-size: 1.3em;
}

}


/*旅遊紀錄簿_遊覽景點紀錄----結束*/


/*我的行程*/

.mytrvsst {
    text-align: center;
    font-size: 1.05em;
    color: #323232;
    padding: 0 0 20px 0;
    margin: -15px 0 20px 0;
}

.mytrcardall{
margin: 20px 0 0 0;
padding: 0 0 40px 0;
}

.mytrcardbox {
    margin: 0 0 15px -11px;
    min-height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 13px 13px 13px;
    width: 104%;
}

.mycd_self{
background-image: url(/TripIsU/images/mytrv_bg01.png);
}

.mycd_suite{
background-image: url(/TripIsU/images/mytrv_bg02.png);
}

.mycd_h1{
color: #d74340;
font-weight: bold;
font-size: 1.3em;
text-align: center;
margin: 0 0 10px 0;
}

.mycdtrall {
    width: 92%;
    margin: 24px 0 0 25px;
	position: relative;
}

.mycdtrall:after,.mycdtrblock:after{
content: '';
display: block;
clear: both;
}

.mycdtrblock {
float: left;
width: 50%;
position: relative;
background-image: url(../images/nexarrow.svg);
background-repeat: no-repeat;
background-position: 97% center;
background-size: 8%;
padding: 0 10px 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 18px 0;
}

.mycdtrblock:last-child {
background-image: none;

}

.mytrnumc {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #4dc6e3;
    color: #fff;
    left: -5px;
    top: -13px;
    font-size: 0.8em;
}

.mycdtrblock_pc {
    float: left;
    margin: 0 5px 0 0;
}

.mycdtrblock_pc,.mycdtrblock_pc img{
width: 63px;
height: 63px;
border-radius: 50%;
}

.mycdtrblock_pc img{

}

.mycdtrblock_txt{
color: #314d56;
font-size: 0.95em;
float: left;
width: 50%;
padding: 6px 0 0 0;
height: 63px;
}

.mytrmortx {
    color: #d80152;
    font-size: 1.05em;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 7px;
}

.mytrvbtm{
text-align: right;
margin: 5px 0 0 0;
}

.mytrvbtm_deltime{
color: #6a6a6a;
font-size: 0.9em;
display: inline-block;
margin: 0 9px 0 0;
}

.mytrvbtm_delbtn{
display: inline-block;
}

.mytrvbtm_delbtn a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 9px 5px 24px;
    background-color: #a1a1a1;
    background-image: url(../images/send_no.svg);
    background-repeat: no-repeat;
    background-position: 9% center;
    background-size: 11%;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9em;
}


@media screen and (max-width: 1920px){
	
.mytrcardbox {
    margin: 0 40px 30px 0px;
    min-height: 505px;
    background-size: 100%;
    padding: 70px 30px 25px 35px;
    width: 45%;
    float: left;
}

.mycd_h1 {
    font-size: 1.8em;
    margin: 0 0 50px 0;
}

.mycdtrblock_pc, .mycdtrblock_pc img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.mycdtrblock {
margin: 0 0 35px 0;
}

	
}

@media screen and (max-width: 480px){

.mytrcardbox {
    margin: 0 0 15px -11px;
    min-height: 370px;
    background-size: 100%;
    padding: 50px 13px 13px 13px;
    width: 104%;
	float: none;
}

.mycd_h1{
font-size: 1.3em;
margin: 0 0 10px 0;
}

.mycdtrblock_pc,.mycdtrblock_pc img{
width: 63px;
height: 63px;
border-radius: 50%;
}

.mycdtrblock {
margin: 0 0 18px 0;
}
	
}


/*我的行程----結束*/


/*我的行程_調整行程內容*/

.mtr_backlist{
text-align: right;
margin: 0 0 10px 0;
}

.mtr_backlist a {
    display: inline-block;
    padding: 7px 10px 7px 35px;
    color: #fff;
    background-color: #a4a4a4;
    background-image: url(../images/back_arrow.svg);
    background-repeat: no-repeat;
    background-position: 6% center;
    border-radius: 5px;
}

.mtrved_title{
font-size: 1.5em;
color: #d74340;
margin: 0 0 5px 0;
font-weight: bold;
}

.mtrved_data{
margin: 0 0 15px 0;
}

.mtrved_data:after{
content: '';
display: block;
clear: both;
}

.mtrved_dttx{
color: #575757;
float: left;
font-size: 0.95em;
}

.mtrved_edtbtn{
float: right;
width: 27%;
}

.mtrved_edtbtn img{
width: 100%;
}

.mveditall{
padding: 0 0 30px 0;
margin: 30px 0 0 0;
}

.mveditall:after{
content: '';
display: block;
clear: both;
}

.mved_box{
float: left;
margin: 0 2% 20px 2%;
width: 45%;
position: relative;
border-radius: 5px;
}

.mved_box_num{
position: absolute;
background-color: #ff8814;
width: 25px;
height: 25px;
border-radius: 50%;
top: -10px;
left: -10px;
font-size: 0.9em;
color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 3px 0 0 0;
}

.mved_box_num img{
width: 49%;
}

.mved_box_pc{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 115px;
overflow: hidden;
}

.mved_box_pc img{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
width: 100%;
}

.mved_box_txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 15px 8px;
    color: #314d56;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 60px;
	font-size: 1.2em;
}

.mved_box_txt a{
    color: #314d56;
}

.mved_box_stamp {
    position: absolute;
    width: 63px;
    height: 63px;
    bottom: 20px;
    right: -10px;
    background-image: url(../images/tralA_stamp.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


@media screen and (max-width: 1920px){

.mved_box_pc {
    height: 300px;
}

.mved_box {
    width: 29%;
}

.mtrved_edtbtn {
    width: 10%;
}

.mtrved_title{
font-size: 1.8em;
}
	
}


@media screen and (max-width: 480px){

.mved_box_pc{
height: 115px;
}

.mved_box{
width: 45%;
}

.mved_box_txt {
	font-size: 1em;
}

.mtrved_edtbtn{
width: 27%;
}

.mtrved_title{
font-size: 1.5em;
}
	
}

/*我的行程_調整行程內容----結束*/
