
html {
  overflow-x: hidden; }

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  background-color:#fbfbfb;
  background-image:url(../../images/bg.png);
  background-attachment: fixed;
  background-position: bottom;
  background-size: contain;
  background-repeat:no-repeat;
 
   font-size: 16px;
   color:#909090;
  
   
}
.thsr_bg{
   background-color:#fbfbfb;
   background-image:url(../../images/bg_thsr.png);

}
.oversea_bg{
   background-color:#fff;
   background-image:url(../../images/bg_oversea.png);

}
@media (max-width: 640px) {
	body {
	  background-image:none;
	}
}
input, textarea, p {
  font-weight: 300; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.probootstrap-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 7em 0; }
  .probootstrap-cover .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .probootstrap-cover a:hover {
    color: #fff; }
  .probootstrap-cover h2 {
    color: #fff; }
  .probootstrap-cover p {
    color: rgba(255, 255, 255, 0.7); }
  .probootstrap-cover > .container > .row {
    padding: 7em 0; }

.btn {
  padding: 15px 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 400; }
  .btn.btn-primary {
    color: #fff; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.bg_image, .probootstrap-section-half .probootstrap-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.with-overlay {
  position: relative; }
  .with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4); }

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .3em; }

.navbar-toggler span i {
  font-size: 30px; }

.probootstrap_navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%; }
  @media (max-width: 991px) {
    .probootstrap_navbar {
      background: rgba(0, 0, 0, 0.6); } }
  .probootstrap_navbar .nav-item .nav-link {
    padding: 1.6em 1em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400; }
    @media (max-width: 991px) {
      .probootstrap_navbar .nav-item .nav-link {
        padding: .5em 0; } }
    .probootstrap_navbar .nav-item .nav-link.active {
      color: #fff; }
  .probootstrap_navbar.scrolled {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px; }
    .probootstrap_navbar.scrolled .nav-item .nav-link {
      padding: .5em 1em; }
    .probootstrap_navbar.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .probootstrap_navbar.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }

.border-bottom {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .border-bottom:after {
    width: 50px;
    height: 2px;
    background: #810446;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

#section-feature-testimonial blockquote p {
  color: #000; }

#section-feature-testimonial .probootstrap-author img {
  width: 70px;
  margin-bottom: 10px; }

#section-feature-testimonial .probootstrap-author a {
  display: block; }
  #section-feature-testimonial .probootstrap-author a span {
    display: block; }
  #section-feature-testimonial .probootstrap-author a .probootstrap-name {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #000;
    font-weight: 700; }
  #section-feature-testimonial .probootstrap-author a .probootstrap-title {
    color: #b3b3b3; }

#section-city-guides {
  border-top: 1px solid #e6e6e6; }

.probootstrap-thumbnail {
  position: relative;
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1; }
  .probootstrap-thumbnail.sleep {
    opacity: .5; }
  .probootstrap-thumbnail img {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
    bottom: 0;
    z-index: 2; }
  .probootstrap-thumbnail h3 {
    z-index: 1;
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    opacity: 0;
    visibility: hidden;
    bottom: 30px; }
    @media (max-width: 991px) {
      .probootstrap-thumbnail h3 {
        font-size: 24px;
        bottom: 0; } }
    @media (max-width: 767px) {
      .probootstrap-thumbnail h3 {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        margin-top: 10px; } }
  .probootstrap-thumbnail:hover h3 {
    opacity: 1;
    visibility: visible;
    bottom: -20px; }
    @media (max-width: 991px) {
      .probootstrap-thumbnail:hover h3 {
        bottom: 0px; } }
  .probootstrap-thumbnail:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    bottom: 20px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .probootstrap-thumbnail:hover img {
        bottom: 20px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    @media (max-width: 767px) {
      .probootstrap-thumbnail:hover img {
        bottom: 0px;
        opacity: 1;
        visibility: visible; } }

.probootstrap_select-wrap {
  position: relative; }
  .probootstrap_select-wrap:before {
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3d0";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.probootstrap-section-half {
  float: left;
  width: 100%; }
  .probootstrap-section-half .probootstrap-image,
  .probootstrap-section-half .probootstrap-text {
    width: 50%; }
    @media (max-width: 991px) {
      .probootstrap-section-half .probootstrap-image,
      .probootstrap-section-half .probootstrap-text {
        width: 100%; } }
  @media (max-width: 767px) {
    .probootstrap-section-half .probootstrap-image {
      height: 400px; } }
  .probootstrap-section-half .probootstrap-text {
    background: #ECECEC; }
    .probootstrap-section-half .probootstrap-text .probootstrap-inner {
      padding: 7em; }
      @media (max-width: 991px) {
        .probootstrap-section-half .probootstrap-text .probootstrap-inner {
          padding: 3em; } }
      @media (max-width: 991px) {
        .probootstrap-section-half .probootstrap-text .probootstrap-inner {
          padding-left: 15px;
          padding-right: 15px; } }

.probootstrap_section {
  padding: 7em 0;
  float: left;
  width: 100%; }
  .probootstrap_section.bg-light {
    background: #ECECEC !important; }

.probootstrap_feature-v1 {
  padding: 3em;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0;
  border-radius: 4px; }
  .probootstrap_feature-v1:hover, .probootstrap_feature-v1:focus {
    top: -10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }
    @media (max-width: 991px) {
      .probootstrap_feature-v1:hover, .probootstrap_feature-v1:focus {
        top: 0; } }

.probootstrap-border-top {
  border-top: 1px solid #ECECEC; }

@media (max-width: 991px) {
  .probootstrap-section-heading {
    font-size: 28px !important; } }

.probootstrap-media {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    .probootstrap-media {
      display: block !important; } }
  .probootstrap-media .probootstrap-media-image {
    background-size: cover;
    width: 50%; }
    @media (max-width: 991px) {
      .probootstrap-media .probootstrap-media-image {
        width: 100%;
        height: 200px; } }
  .probootstrap-media .media-body {
    padding: 2em; }

.probootstrap-form {
  margin-bottom: 0px;
  padding: 40px;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0px; }
  @media (max-width: 991px) {
    .probootstrap-form {
      padding: 15px; } }
  .probootstrap-form image {
    font-weight: normal; }
  .probootstrap-form .form-control {
    height: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 1px solid #d9d9d9; }
    .probootstrap-form .form-control:active, .probootstrap-form .form-control:focus, .probootstrap-form .form-control:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #810446; }
  .probootstrap-form .form-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .probootstrap-form .form-group label {
    text-transform: uppercase;
    font-size: 13px; }
  .probootstrap-form .form-group .form-field {
    position: relative; }
    .probootstrap-form .form-group .form-field .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px; }
    .probootstrap-form .form-group .form-field .form-control {
      padding-right: 50px; }
  .probootstrap-form textarea.form-control {
    height: inherit;
    resize: vertical; }

.probootstrap-contact-details {
  padding: 0;
  margin: 0; }
  .probootstrap-contact-details li {
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.4;
    list-style: none; }
    .probootstrap-contact-details li > span {
      font-weight: 400 !important;
      display: block;
      font-size: 16px;
      margin-bottom: 5px;
      color: rgba(0, 0, 0, 0.3); }

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border: 1px solid #d9d9d9; }
  .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus,
  .select2-dropdown:active,
  .select2-dropdown:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #810446; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #810446; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #d9d9d9;
  color: #000; }

.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555555;
  font-size: 16px;
  text-transform: none;
  outline: 0;
  min-height: 45px;
  text-align: left; }
  .select2-selection .select2-selection__rendered {
    margin: 7px; }
  .select2-selection .select2-selection__arrow {
    margin: 7px; }

.select2-search__field {
  outline: none !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }
  .select2-search__field:focus, .select2-search__field:active {
    outline: none !important; }

.owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  padding-top: 20px; }

.owl-carousel .owl-item {
  opacity: .4; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel .probootstrap-slide {
  display: block;
  position: relative;
  padding: 7rem 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-align: center; }
  .owl-carousel .probootstrap-slide em {
    display: block;
    position: absolute;
    bottom: 10px;
    color: #999999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: normal;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    font-size: 13px;
    line-height: 1.4; }
  .owl-carousel .probootstrap-slide span {
    color: #000;
    position: absolute;
    top: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .owl-carousel .probootstrap-slide span:before {
      font-size: 100px; }
  .owl-carousel .probootstrap-slide:hover, .owl-carousel .probootstrap-slide:focus {
    bottom: 10px;
    -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.05); }
    .owl-carousel .probootstrap-slide:hover em, .owl-carousel .probootstrap-slide:focus em {
      bottom: 30px;
      opacity: 1;
      visibility: visible; }
    .owl-carousel .probootstrap-slide:hover span, .owl-carousel .probootstrap-slide:focus span {
      top: 40%;
      color: #810446; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px; }
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
    border: 1px solid red; }
  .owl-carousel .owl-nav .owl-next {
    right: 0 !important; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #810446; }

.probootstrap-date-wrap {
  position: relative; }
  .probootstrap-date-wrap .icon {
    position: absolute;
    top: 50%;
    color: #ccc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px; }

.font-light {
  font-weight: 300; }

.probootstrap-animate {
  opacity: 0;
  visibility: hidden; }
img{
	max-width:100%;

} 
.div_con{
	width:60%;
	margin:0 auto;

}
.main_title{
	background-color:#E8ECF2;
	height:74px;

}
.media_box1{
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	margin-bottom:1.5em;

}

.media_box2{
	margin-bottom:1.5em;
	border-radius: 16px;

}

.media_box3{
	margin-bottom:1.5em;
	border-radius: 16px;
	bottom:0px;

}
.main_area{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;

}
.main_shadow{
box-shadow: 0 6px 10px -6px rgba(97, 97, 97, 0.5);
}
.media_box {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(97, 97, 97, 0.5);
  box-shadow: 0 2px 10px 0 rgba(97, 97, 97, 0.5); }
.btn_base{
	border:1px solid #E4E4E3;
	background-color:#E4E4E3;
	border-radius:30px;
	color:#A5A5A5;
	width:100px;
	height:37px;
	cursor:pointer;
	font-weight:bold;
}
.btn_base:hover{
	border:1px solid #EA3A19;
	background-color:#E4E4E3;
	border-radius:30px;
	color:#EA3A19;
	font-weight:bold;
}
.btn_active{
	border:1px solid #EA3A19;
	background-color:#EA3A19;
	border-radius:30px;
	color:#fff;
	font-weight:bold;
}
.btn_blue{
	border:1px solid #053A95;
	background-color:#D4D9E6;
	border-radius:6px;
	color:#053A95;
	width:130px;
	height:37px;
	cursor:pointer;
	line-height:34px;
	font-weight:bold;
	background-image:url(../../images/search.png); 
	background-repeat:no-repeat;
	padding-left:42px;

}
.btn_blue:hover{
	border:1px solid #053A95;
	background-color:#053A95;
	border-radius:6px;
	color:#fff;
	font-weight:bold;
	background-image:url(../../images/search2.png); 
}
.btn_base2{
	background-color:#B4B5B4;
	border-radius:10px;
	color:#fff;
	width:120px;
	height:37px;
	cursor:pointer;
	font-weight:bold;
	text-align:center; 
	line-height:37px;
}
.btn_base2:hover{
	background-color:#EA3A19;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
}
.btn_active2{
	background-color:#EA3A19;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
}
.btn_base2_span{
	background-color:#B4B5B4;
	border-radius:10px;
	color:#fff;
	width:120px;
	height:37px;
	cursor:pointer;
	font-weight:bold;
	text-align:center; 
	line-height:37px;
	display:inline-block
}
.btn_base2_span:hover{
	background-color:#EA3A19;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
}
.btn_active2_span{
	background-color:#EA3A19;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
}
.p20{
	padding:20px;

}
.index_p20{
		padding:20px 20px;
	
}
.line_h30{
	line-height:30px;

}
.div_p{
	padding:10px;
}
.div_title{
	font-size:1.2em;
	color:#909090;
	padding-left:10px;

}
.blue_line{
	border-bottom:2px solid #053A95;
}
.red_color{
	color:#CA3E6F;

}
.black_color{
	color:#000;
}
.blue_color{
	color:#053A95;
}
.grey_color{
	/*color:#000;*/
	color:#636463;
}
.f_w{
	font-weight:bold;
}
.f_w3{
	font-weight:300;
}
.div50_1{
	float:left; width:50%; padding-right:0.5%;
}
.div50_2{
	float:left; width:50%; padding-left:0.5%;	
}
.div50m_1{
	float:left; width:30%; padding-right:0.5%;
}
.div50m_2{
	float:left; width:70%; padding-left:0.5%;	
}

.div60_1{
	float:left; width:60%; padding-right:0.5%;
}
.div60_2{
	float:left; width:40%; padding-left:0.5%;	
}
.div33{
	float:left; width:33%; padding:10px;	
}
.dateicon{
	background-image:url(../../images/icon.png);
	background-repeat:no-repeat;
	background-position:right;

}
.dateicon2{
	background-image:url(../../images/icon1.png);
	background-repeat:no-repeat;
	background-position:right;

}
.car_div_type{
	cursor:pointer;

}
.car_type{
	background-color:#F5F5F5;
	border:1px solid #F5F5F5;
	border-radius:16px;
	overflow:hidden;
}
.car_type_active{
	background-color:#EA9382;
	border:1px solid #EA3A19;
	border-radius:16px;
}
.car_type:hover{
	background-color:#EA9382;
	border:1px solid #EA3A19;
	border-radius:16px;
}
.car_font_title{
	font-size:0.8em;
	color:#3F548E;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;

}
.car_font_title_sub{
	font-size:0.8em;
	color:#3F548E;
	padding-left:10px;
	padding-right:10px;

}
.car_font_title_sub_p{
	font-size:0.8em;
	color:#810446;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	padding-top:10px;
	

}
.car_font_txt{
	font-size:0.8em;
	color:#7E7E7E;
	padding-left:10px;
	padding-right:10px;
	
}
.price_1{
	font-size:1em;
}

.price_2{
	font-size:1.5em;
}
.price_txt{
	line-height:44px;

}
.price_txt2{
	font-size:0.8em;
	font-weight:normal;
	color:#810446;

}
.price_total{
	color:#EA3A19;
}
.res_btn{
	background-color:#e7ae9e; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.5em;
}
.res_btn:hover{
	background-color:#ea886c; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.5em;
}
.order_idno{
	font-size:2em; color:#000; font-weight:bold
}
.order_idno1{
	font-size:1.8em; color:#000; font-weight:bold; line-height:36px;
}
.order_idno2{
	font-size:0.8em; color:#000;  font-weight:bold;
}
.res_btn0{
	background-color:#aab3cd; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.5em;
}
.res_btn0:hover{
	background-color:#8e9dcb; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.5em;
}
.corder_btn{
	float:right;
	background-color:#EA9382;
	border:1px solid #EA3A19;
	color:#fff;
	cursor:pointer;
	margin-left:10px;
	margin-top:6px;
	border-radius:10px;
	padding:0px 10px;
}
.corder_btn:hover{
	float:right;
	background-color:#EA3A19;
	border:1px solid #EA3A19;
	color:#fff;
	cursor:pointer;
}

.corder_btn2{
	float:right;
	background-color:#e94c2e;
	border:1px solid #d72a0a;
	color:#fff;
	cursor:pointer;
	margin-left:10px;
	margin-top:6px;
	border-radius:10px;
	padding:0px 10px;
}
.corder_btn2:hover{
	float:right;
	background-color:#d72a0a;
	border:1px solid #d72a0a;
	color:#fff;
	cursor:pointer;
}


.t_bg{
	background-image:url(../../images/Union.png);background-size: 100% auto ; background-repeat:no-repeat
}
.t_title{
	color:#053A95; font-size:1.5em; font-weight:bold; margin-bottom:2px;
}
.t_main{
	color:#000; font-size:1em; font-weight:bold
}
.t_m1{
	float:left; padding-top:10px; padding-right:6px;
}
.t_m2{
	float:left; padding-top:14px;
}
.t_m2_color{
	color:#053A95;
}
.t_m21{
	color:#000; font-weight:normal;
}
.t_txt{
	color:#CA3E6F; text-align:center; font-size:0.8em; font-weight:bold; padding-top:14px; padding-bottom:14px;
}

.t_m1_r{
	float:left; padding-top:16px;
}
.t_m2_r{
	float:right; padding-top:16px; padding-right:6px;
}
.t_m3_r{
	float:right; padding-top:16px;
}
	.tpic{
		display:block;
	}
	.tpic_mobile{
		display:none;
	}

.ticket_t{
	cursor:pointer;
	background-color:#FFF;
	border-bottom:1px dashed #CCCCCC;
	padding:6px;

}
.ticket_t:hover{
	cursor:pointer;
	background-color:#DEDEDE;
	border-bottom:1px dashed #CCCCCC;
	padding:6px;

}
.bank_btn{
	color:#FFF;
	float:left;
	padding:22px 20px;
	text-align:left;
	cursor:pointer;
}
.bank_btn_txt{
	line-height:20px;
}
.bank_btn_txt2{
		font-size:0.8em;	
}
.bank_btn:hover{
	color:#FFF;
	float:left;
	text-shadow: black 0.1em 0.1em 0.2em
}
.bank_logo{
	max-width:250px;

}
.b_link_div_serice{
	width:33.33%;
	padding:30px;
	float:left;

}
.b_link_div{
	width:33.33%;
	padding:10px;
	float:left;

}
.b_link_div2{
	width:50%;
	padding:10px;
	float:left;

}
.b_link_div2_left{
	text-align:left;
}
.b_link_div2_right{
	text-align:right;
}
.bank_title{
	float:left; color:#fff; font-size:1.5em; padding-top:20px;
}
.title_txt{
	color:#053A95; font-weight:bold; font-size:24px; padding-left:0px;
}
.step_div{
	padding-left:100px; padding-right:100px; padding-top:20px; padding-bottom:20px;
}
.step_d1{
	float:left; width:32px; height:32px; border-radius:100%;  text-align:center; line-height:30px; 
}
.step_1{
	 border:1px solid #F85606;background-color:#F85606;color:#fff;
}
.step_0{
	 border:1px solid #c7c7c7;background-color:#fff;color:#c7c7c7;
}
.step_d2{
	float:left; padding-left:10px; padding-right:10px; line-height:30px;
}
.step_d2_1{
	color:#000; font-size:16px; font-weight:bold;
}
.step_d2_0{
	color:#c7c7c7; font-size:16px;
}
.step_d3{
	float:left; margin-right:10px;width:100px;  background-repeat:repeat-x
}
.step_d3_1{
	background-image:url(../../images/line_o.png);
}
.step_d3_0{
	background-image:url(../../images/line_g.png);
}
.step_pc{
	display:block;
}
.step_mobile{
	display:none;
}
.flex-container {
  display: flex;
  padding: 10px;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}


.item {
  background-color: #dedede;
  border-radius:10px;
  justify-content: center;
  align-items: center;
  color: #4C4E64;
	cursor:pointer;
	font-weight:bold;
	text-align:center; 
	padding:4px 20px;
	margin:10px;
}
.item:hover{
  background-color: #EA3A19;
  color:#fff;

}
.item2 {
  background-color: #EA3A19;
  border-radius:10px;
  justify-content: center;
  align-items: center;
  color: #fff;
	cursor:pointer;
	font-weight:bold;
	text-align:center; 
	padding:4px 20px;
	margin:10px;
}

.v_txt{
	color:#053A95; font-weight:bold; font-size:24px; padding-left:0px;
}
.v_txt2{
	color:#000; font-weight:bold; font-size:20px; padding-left:0px;
}
.d_left{
	float:left;
	width:25%;
	padding-left:10px;
	padding-right:10px;
}
.d_right{
	float:left;
	width:75%;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #3F548E;
}
.thsr_left{
	float:left;
	padding-right:10px;
	padding-top:4px;
}
.thsr_right{
	float:left;
	width:50%;
}
.thsr_right3{
	float:left;
	width:70%;
}
.thsr_left2{
	float:left;
	padding-right:10px;
	padding-top:4px;
}
.thsr_right2{
	float:left;
	width:30%;
	padding-right:10px;
}
.w70{
	width:70px;
}

@media (max-width: 1200px) {
	
	.step_div{
		padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:20px;
	}
	.step_d3{
		float:left; margin-right:10px;width:50px;  background-repeat:repeat-x
	}
}
@media (max-width: 1024px) {
	
	.step_div{
		padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:20px;
	}
	.step_d3{
		float:left; margin-right:10px;width:10px;  background-repeat:repeat-x
	}
}
@media (max-width: 999px) {
	.div_con{
		width:100%;
		margin:0 auto;
	
	}
	.d_left{
		float:none;
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.d_right{
		float:none;
		width:100%;
		padding-left:10px;
		padding-right:10px;
		border-left:0px solid #3F548E;
		padding-top:10px;
	}
	.b_link_div_serice{
		width:33.33%;
		padding:10px;
		float:left;
	
	}
	.thsr_left2{
		float:left;
		padding-right:10px;
		padding-top:4px;
	}
	.thsr_right2{
		float:left;
		width:25%;
		
	}
	.w70{
		width:50px;
	}


}
@media (max-width: 760px) {
	.div33{
		float:left; width:50%; padding:10px;	
	}
	.res_btn{
		background-color:#e7ae9e; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.2em;
	}
	.res_btn:hover{
		background-color:#ea886c; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.2em;
	}
	.order_idno{
		font-size:1.5em; color:#000; font-weight:bold
	}
	.order_idno1{
		font-size:1.5em; color:#000; font-weight:bold; line-height:26px;
	}
	.order_idno2{
		font-size:0.8em; color:#000; line-height:24px;
	}
	.res_btn0{
		background-color:#aab3cd; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.2em;
	}
	.res_btn0:hover{
		background-color:#8e9dcb; color:#fff; width:80%; cursor:pointer;display:inline-block; padding-top:10px; padding-bottom:10px; font-size:1.2em;
	}
	
	.btn_base{
		width:70px;
		height:30px;
	}
	/*.btn_blue{
		border:1px solid #053A95;
		background-color:#D4D9E6;
		border-radius:6px;
		color:#053A95;
		width:110px;
		height:30px;
		cursor:pointer;
		line-height:30px;
		font-weight:bold;
		background-image:url(../../images/search_m.png); 
		background-repeat:no-repeat;
		padding-left:32px;
	
	}
	.btn_blue:hover{
		border:1px solid #053A95;
		background-color:#053A95;
		border-radius:6px;
		color:#fff;
		font-weight:bold;
		background-image:url(../../images/search2_m.png); 
	}*/
	
	.btn_blue{
		border:1px solid #053A95;
		background-color:#D4D9E6;
		border-radius:6px;
		color:#053A95;
		width:90px;
		height:30px;
		cursor:pointer;
		line-height:30px;
		font-weight:bold;
		background-image:none; 
		background-repeat:no-repeat;
		padding-left:0px;
		text-align:center;
	
	}
	.btn_blue:hover{
		border:1px solid #053A95;
		background-color:#053A95;
		border-radius:6px;
		color:#fff;
		font-weight:bold;
		background-image:none; 
	}
	
	.p20{
		padding:10px;
	
	}
	.index_p20{
		padding:20px 10px;
	
	}

	.t_title{
		color:#053A95; font-size:1.1em; font-weight:bold; margin-bottom:2px;
	}
	.t_main{
		color:#000; font-size:0.9em; font-weight:bold
	}
	.t_m1{
		float:left; padding-top:10px; padding-right:6px;
	}
	.t_m2{
		float:left; padding-top:14px;	
	}
	.t_m2_color{
		color:#053A95;
	}
	.t_m3{
		float:right; padding-top:10px;
	}
	.t_txt{
		color:#CA3E6F; text-align:center; font-size:0.6em; font-weight:bold; padding-top:10px;
	}
	
	.t_m1_r{
		float:left; padding-top:10px;
	}
	.t_m2_r{
		float:right; padding-top:14px; padding-right:6px;
	}
	.t_m3_r{
		float:right; padding-top:10px;
	}
	.tpic{
		display:none;
	}
	.tpic_mobile{
		display:block;
	}
	.bank_logo{
		max-width:150px;
	
	}
	.bank_btn{
		color:#FFF;
		float:left;
		padding:10px 10px;
		text-align:left;
		cursor:pointer;
	}
	.bank_btn_txt2{
		font-size:0.6em;	
	}
	
	.step_pc{
		display:none;
	}
	.step_mobile{
		display:block;
	}
	.step_d1_m{
		float:left;
		border-radius:10px;
		text-align:center;
		background-color:#F85606;color:#fff;
		border:1px solid #F85606;
		margin-right:4px;
		padding:6px;
		font-size:0.8em;
	
	}
	.step_d2_m{
		float:left;
		border-radius:10px;
		text-align:center;
		background-color:#fff;color:#c7c7c7;
		border:1px solid #c7c7c7;
		margin-right:4px;
		padding:6px;
		font-size:0.8em;
	
	}
	.step_div{
		padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:10px;
	}
	.step_d3{
		float:left; margin-right:4px;width:26px;  background-repeat:repeat-x
	}
	.step_d3_1{
		background-image:url(../../images/line_o_m.png);
	}
	.step_d3_0{
		background-image:url(../../images/line_g_m.png);
	}
	.bank_title{
		float:left; color:#fff; font-size:1.2em; padding-top:8px;
	}
	
	

}
@media (max-width: 640px) {
	.b_link_div{
		width:33.33%;
		padding:4px;
		float:left;
	
	}
	.step_d3{
		float:left; margin-right:4px;width:26px;  background-repeat:repeat-x;
		display:none;
	}
	
	
}

@media (max-width: 480px) {
	.div_con{
		width:100%;
		margin:0 auto;
	
	}
	
}

