@charset "UTF-8";
* {
  font-family: "微軟正黑體";
  position: relative;
  box-sizing: border-box;
}
body {
  background-color: #f3f3f3;
}
body .customer_service {
  width: 25%;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 15;
}
body .customer_service img {
  width: 100%;
  height: 100%;
}
body .sign_in_container {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
body .sign_in_container .sign_input {
  width: 80%;
  height: auto;
  margin: 20px auto;
}
body .sign_in_container .sign_input span {
  font-weight: bold;
  top: 5px;
}
body .sign_in_container .sign_input .ta_r {
  text-align: right;
  font-family: 微軟正黑體;
  font-weight: bold;
}
body .sign_in_container .sign_input input {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #dcdbdb;
  margin-top: 10px;
  padding: 5px;
}
body .sign_in_container .sign_button {
  width: 80%;
  height: auto;
  margin: 20px auto;
}
body .sign_in_container .sign_button .red, body .sign_in_container .sign_button .blue {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-family: 微軟正黑體;
  font-weight: bold;
  font-size: 1.2em;
}
body .sign_in_container .sign_button .red {
  background-color: #ff5656;
}
body .sign_in_container .sign_button .blue {
  background-color: #149cff;
}
body .search_menu {
  position: fixed;
  display: none;
  float: right;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
}
body .search_menu .menu_right {
  height: 100%;
  overflow: auto;
}
body .search_menu h4 {
  margin-left: 50px;
  font-weight: bold;
  font-family: "微軟正黑體";
}
body .search_menu #dropdownMenu1, body .search_menu #dropdownMenu2 {
  background-color: #fff;
  color: #3bb620;
  font-size: 1.2em;
  margin-left: 35px;
  font-weight: bold;
}
body .search_menu .form-group ::-webkit-input-placeholder {
  color: #3bb620;
  font-size: 1.2em;
  font-weight: bold;
  opacity: 1;
}
body .search_menu .btn-default {
  margin-left: 50px;
  border: none;
  font-size: 1.2em;
  color: #3bb620;
  font-weight: bold;
  padding-left: 2px;
}
body .search_menu .btn-default span {
  margin-left: 30px;
  color: #3bb620;
}
body .search_menu .btn-default:hover {
  background-color: #fff;
}
body .search_menu .btn-default:active {
  background-color: #fff;
}
body .search_menu .btn-default.active.focus, body .search_menu .btn-default.active:focus, body .search_menu .btn-default.active:hover, body .search_menu .btn-default:active.focus, body .search_menu .btn-default:active:focus, body .search_menu .btn-default:active:hover, body .search_menu .open > .dropdown-toggle.btn-default.focus, body .search_menu .open > .dropdown-toggle.btn-default:focus, body .search_menu .open > .dropdown-toggle.btn-default:hover {
  background-color: #fff;
  color: #3bb620;
}
body .search_menu .dropdown-menu {
  left: 50px;
  top: -5px;
  border: none;
  background-color: #f8f8f8;
}
body .search_menu .dropdown-menu > .active > a, body .search_menu .dropdown-menu > .active > a:focus, body .search_menu .dropdown-menu > .active > a:hover {
  background-color: #3bb620;
}
body .search_menu .dropdown-menu > li > a:focus, body .search_menu .dropdown-menu > li > a:hover {
  background-color: #fff;
}
body .search_menu .form-group {
  width: 70%;
}
body .search_menu .order_team {
  width: 70%;
  margin-left: 50px;
}
body .search_menu .order_team label {
  color: #3bb620;
  padding: 10px;
  border: 1px solid #fff;
}
body .search_menu .order_team input[type=radio] {
  display: none;
}
body .search_menu .order_team input[type=radio]:checked + label {
  border: 1px solid #3bb620;
  padding: 10px;
  border-radius: 5px;
  color: #3bb620;
}
body .search_menu .form_style {
  width: 70%;
  margin: 0 auto;
}
body .search_menu .form_style #sel1 {
  background-color: #f8f8f8;
  border: outset 1px #f8f8f8;
  font-size: 1.1em;
  font-weight: bold;
}
body .search_menu .form_style #sel1 option {
  font-size: 1.1em;
  font-weight: bold;
}
body .search_menu .form-group {
  width: 80%;
  margin-left: 50px;
}
body .search_menu .success {
  width: 80%;
  height: 50px;
  background-color: #3bb620;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 10%;
  top: 20px;
}
body .search_menu .search_close {
  cursor: pointer;
  color: #3bb620;
  font-size: 1.5em;
  margin-top: 20px;
  margin-left: 30px;
  float: left;
  z-index: 2;
}
#abgne_topbar {
	display: none;
	position: absolute;
	z-index:10006;
}
#abgne_topbar ul{
	padding:0;
	margin:0;
}
#abgne_topbar li{
	list-style:none;
	padding-top:4px;
	padding-bottom:4px;
}
#abgne_topbar a img {
	border: none;
}
body .menu_left {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #3bb620;
  margin-left: -100%;
  transition: 0.5s;
  position: fixed;
  z-index: 1000;
}
body .menu_left .nav_left {
  height: 100%;
  overflow: auto;
}
body .menu_left .nav_left .fa.fa-times {
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 15px;
  font-size: 2em;
  cursor: pointer;
}
body .menu_left .nav_left .link_team {
  width: 100%;
}
body .menu_left .nav_left .link_team ul {
  padding: 0;
  margin: 0;
}
body .menu_left .nav_left .link_team .collapse-item.span_up {
  background: url(../img/arrow_open.png);
  background-repeat: no-repeat;
  background-position: 80% 7px;
  background-size: 20px;
}
body .menu_left .nav_left .link_team .collapse-item.active {
  color: #ffde00;
  background: url(../img/arrow_close.png);
  background-repeat: no-repeat;
  background-position: 80% 7px;
  background-size: 20px;
}
body .menu_left .nav_left .link_team .collapse-item.active .child {
  display: block;
}
body .menu_left span {
  margin-left: 15%;
}
body .menu_left h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 30px;
  font-family: 微軟正黑體;
}
body .menu_left hr {
  width: 80%;
  border: solid 1px #fff;
  margin-left: 10%;
}
body .menu_left li {
  color: #fff;
  font-size: 1.3em;
  margin-top: 10px;
  font-weight: bold;
}
body .menu_left li .child {
  height: auto;
  display: none;
  background-color: #256d0a;
  color: #fff;
}
body .menu_left li .child p {
  font-size: 0.7em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20%;
}
body .menu_bottom {
  width: 100%;
  height: 30%;
}
body .menu_bottom hr {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
body .menu_bottom h4, body .menu_bottom h5 {
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  font-family: 微軟正黑體;
}
body .menu_bottom .icon_team {
  width: 100%;
  height: 180px;
  text-align: center;
}
body .menu_bottom .icon_team .icon {
  width: 40%;
  height: 160px;
  display: inline-block;
  margin-top: 15px;
}
body .menu_bottom .icon_team .icon img {
  width: 80%;
}
body .container_top {
  min-width: 320px;
  width: 100%;
  height: auto;
  transition: 0.5s;
  padding: 0;
  nargin: 0;
}
body .container_top .overlay {
  position: fixed;
  display: none;
  float: right;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  cursor: pointer;
}
body .container_top .nav_top {
  background-color: #fff;
  height: 80px;
  text-align: center;
}
body .container_top .nav_top img {
  width: 150px;
  top: 25%;
}
body .container_top .nav_top .navtop_logo {
  background: url(./img/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  float: left;
  width: 80%;
  height: 80px;
}
body .container_top .nav_top .open_button {
  color: #3bb620;
  top: 25px;
  float: left;
  cursor: pointer;
  z-index: 1;
  width: 35px;
  left: 10px;
}
body .container_top .nav_top .search_open {
  color: #3bb620;
  font-size: 1.5em;
  cursor: pointer;
  float: right;
  top: 28px;
  width: 20px;
  right: 10px;
}
body .container_top .search_right {
  width: 100%;
  height: 400px;
  float: right;
  background-color: #79acd8;
  display: none;
  z-index: 500;
}

#section_slider {
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  z-index: 1;
  z-index: 1;
}
#section_slider .carousel-caption {
  position: absolute;
  top: 30px;
}
#section_slider .carousel-caption h3 {
  font-size: 3em;
  font-family: 微軟正黑體;
}
#section_slider .carousel-caption p {
  font-size: 1.5em;
}
#section_slider .carousel-caption .wm {
  height: 150px;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
}
#section_slider li {
  width: 25px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
}
#section_slider li.active {
  width: 50px;
  height: 9px;
  background-color: #fff;
  border: none;
}

#section_gofast {
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  z-index: 1;
}
#section_gofast h3 {
  text-align: center;
  font-weight: bold;
  font-family: "微軟正黑體";
  color: #3bb620;
  padding-top: 20px;
}
#section_gofast h4 {
  text-align: left;
  font-weight: bold;
  font-family: "微軟正黑體";
  color: #464646;
  left: 10px;
}
#section_gofast hr {
  width: 40%;
  margin: 0 auto;
  border: 1px solid #3bb620;
}
#section_gofast .gofast_slider {
  width: 100%;
  height: auto;
}
/*#section_gofast .swiper1 {
  float:left;
 } */

#section_gofast .gofast_slider .swiper-container {
  width: 100%;
  height: 100%;
}
#section_gofast .gofast_slider .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  margin: 20px 10px 0 !important;
  overflow: hidden;
}
#section_gofast .gofast_slider .swiper-container .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  opacity: 0.6;
}
#section_gofast .gofast_slider .swiper-container .swiper-slide h4 {
  text-align: center;
  width: 80%;
  height: 100%;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: -50%;
  font-size: 1.1em;
}

#section_theme {
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  z-index: 1;
}
#section_theme h3 {
  text-align: center;
  font-weight: bold;
  font-family: "微軟正黑體";
  color: #fe5900;
  padding-top: 20px;
}
#section_theme hr {
  width: 40%;
  margin: 0 auto;
  border: 1px solid #fe5900;
}
#section_theme #myCarousel_2 {
  z-index: 1;
  margin-top: 15px;
}
#section_theme #myCarousel_2 li {
  width: 25px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
}
#section_theme #myCarousel_2 li.active {
  width: 50px;
  height: 9px;
  background-color: #fff;
  border: none;
}
#section_theme #myCarousel_2 .carousel-caption {
  position: absolute;
  bottom: 40%;
}
#section_theme #myCarousel_2 .carousel-caption h3 {
  font-size: 2em;
  font-family: "微軟正黑體";
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

#section_featured, #section_otherhot {
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  z-index: 1;
}
#section_featured h3, #section_otherhot h3 {
  text-align: center;
  font-weight: bold;
  font-family: "微軟正黑體";
  color: #149cff;
  padding-top: 20px;
}
#section_featured hr, #section_otherhot hr {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #149cff;
}
#section_featured .stroke_container, #section_otherhot .stroke_container {
  width: 100%;
  height: auto;
}
#section_featured .stroke_container .stroke, #section_otherhot .stroke_container .stroke {
  width: 95%;
  height: auto;
  margin: 15px auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#section_featured .stroke_container .stroke .stroke_photo, #section_otherhot .stroke_container .stroke .stroke_photo {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#section_featured .stroke_container .stroke .photo_flower, #section_otherhot .stroke_container .stroke .photo_flower {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_flower img, #section_otherhot .stroke_container .stroke .photo_flower img {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_flower .stroke_money, #section_otherhot .stroke_container .stroke .photo_flower .stroke_money {
  width: 160px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 20px;
  left: 10px;
}
#section_featured .stroke_container .stroke .photo_flower .stroke_money .price, #section_otherhot .stroke_container .stroke .photo_flower .stroke_money .price {
  color: #ff5656;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
}
#section_featured .stroke_container .stroke .photo_flower .stroke_money .sale, #section_otherhot .stroke_container .stroke .photo_flower .stroke_money .sale {
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
  letter-spacing: 2px;
}
#section_featured .stroke_container .stroke .photo_flower .stroke_money .sale::after, #section_otherhot .stroke_container .stroke .photo_flower .stroke_money .sale::after {
  content: "元起";
  font-size: 0.7em;
  letter-spacing: 2px;
  margin-left: 10px;
}
#section_featured .stroke_container .stroke .photo_sky, #section_otherhot .stroke_container .stroke .photo_sky {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_sky img, #section_otherhot .stroke_container .stroke .photo_sky img {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_sky .stroke_money, #section_otherhot .stroke_container .stroke .photo_sky .stroke_money {
  width: 160px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 20px;
  left: 10px;
}
#section_featured .stroke_container .stroke .photo_sky .stroke_money .price, #section_otherhot .stroke_container .stroke .photo_sky .stroke_money .price {
  color: #ff5656;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
}
#section_featured .stroke_container .stroke .photo_sky .stroke_money .sale, #section_otherhot .stroke_container .stroke .photo_sky .stroke_money .sale {
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
  letter-spacing: 2px;
}
#section_featured .stroke_container .stroke .photo_sky .stroke_money .sale::after, #section_otherhot .stroke_container .stroke .photo_sky .stroke_money .sale::after {
  content: "元起";
  font-size: 0.7em;
  letter-spacing: 2px;
  margin-left: 10px;
}
#section_featured .stroke_container .stroke .photo_Kyushu, #section_otherhot .stroke_container .stroke .photo_Kyushu {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_Kyushu img, #section_otherhot .stroke_container .stroke .photo_Kyushu img {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_Kyushu .stroke_money, #section_otherhot .stroke_container .stroke .photo_Kyushu .stroke_money {
  width: 160px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 20px;
  left: 10px;
}
#section_featured .stroke_container .stroke .photo_Kyushu .stroke_money .price, #section_otherhot .stroke_container .stroke .photo_Kyushu .stroke_money .price {
  color: #ff5656;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
}
#section_featured .stroke_container .stroke .photo_Kyushu .stroke_money .sale, #section_otherhot .stroke_container .stroke .photo_Kyushu .stroke_money .sale {
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
  letter-spacing: 2px;
}
#section_featured .stroke_container .stroke .photo_Kyushu .stroke_money .sale::after, #section_otherhot .stroke_container .stroke .photo_Kyushu .stroke_money .sale::after {
  content: "元起";
  font-size: 0.7em;
  letter-spacing: 2px;
  margin-left: 10px;
}
#section_featured .stroke_container .stroke .photo_Turkey, #section_otherhot .stroke_container .stroke .photo_Turkey {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_Turkey img, #section_otherhot .stroke_container .stroke .photo_Turkey img {
  width: 100%;
  height: 100%;
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money {
  width: 160px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 20px;
  left: 10px;
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money .price, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money .price {
  color: #ff5656;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money .sale, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money .sale {
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
  letter-spacing: 2px;
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money .sale::after, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money .sale::after {
  content: "元起";
  font-size: 0.7em;
  letter-spacing: 2px;
  margin-left: 10px;
}
#section_featured .stroke_container .stroke .photo_Turkey, #section_otherhot .stroke_container .stroke .photo_Turkey {
  background: url(./img/stroke_photo04.png);
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money {
  width: 160px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 20px;
  left: 10px;
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money .price, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money .price {
  color: #ff5656;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money .sale, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money .sale {
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
  letter-spacing: 2px;
}
#section_featured .stroke_container .stroke .photo_Turkey .stroke_money .sale::after, #section_otherhot .stroke_container .stroke .photo_Turkey .stroke_money .sale::after {
  content: "元起";
  font-size: 0.7em;
  letter-spacing: 2px;
  margin-left: 10px;
}
#section_featured .stroke_container .stroke .stroke_text, #section_otherhot .stroke_container .stroke .stroke_text {
  width: 100%;
  height: 250px;
}
#section_featured .stroke_container .stroke .stroke_text h3, #section_otherhot .stroke_container .stroke .stroke_text h3 {
  text-align: left;
  color: #464646;
  padding-left: 15px;
  margin-top: 0;
}
#section_featured .stroke_container .stroke .stroke_text p, #section_otherhot .stroke_container .stroke .stroke_text p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
}
#section_featured .stroke_container .stroke .stroke_text .stroke_tag, #section_otherhot .stroke_container .stroke .stroke_text .stroke_tag {
  width: 20%;
  height: 28px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 15px;
  margin-top: 15px;
  color: #fff;
}
#section_featured .stroke_container .stroke .stroke_text .tag_pink, #section_otherhot .stroke_container .stroke .stroke_text .tag_pink {
  background-color: #ff74c3;
}
#section_featured .stroke_container .stroke .stroke_text .tag_green, #section_otherhot .stroke_container .stroke .stroke_text .tag_green {
  background-color: #4fe3c1;
}
#section_featured .stroke_container .stroke .stroke_text .tag_orange, #section_otherhot .stroke_container .stroke .stroke_text .tag_orange {
  background-color: #ff9f00;
}
#section_featured .stroke_container .stroke .stroke_text .tag_purple, #section_otherhot .stroke_container .stroke .stroke_text .tag_purple {
  background-color: #ac32ff;
}
#section_featured .stroke_container .stroke .stroke_text .tag_purple span, #section_otherhot .stroke_container .stroke .stroke_text .tag_purple span {
  color: #fff;
  line-height: 26px;
}

#section_information {
  width: 100%;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
  transition: 0.5s;
  background-color: #f3f3f3;
}
#section_information .information_container {
  width: 100%;
  height: 100%;
}
#section_information .information_container #help-left {
  width: 95%;
  background-color: #f9f9f9;
  margin: 0 auto;
}
#section_information .information_container #help-left .menu {
  box-shadow: 0 px px 0 rgba(0, 0, 0, 0.1), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 10px;
  background-color: #fff;
}
#section_information .information_container #help-left .menu ul {
  padding: 0;
  border-top: 5px solid #f3f3f3;
  border-left: solid 1.5px #f3f3f3;
  border-right: solid 1.5px #f3f3f3;
}
#section_information .information_container #help-left .menu ul .test {
  width: 100%;
  padding: 10px;
}
#section_information .information_container #help-left .menu ul .test .icon {
  width: 30%;
  height: 100%;
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
}
#section_information .information_container #help-left .menu ul .test .icon img {
  width: 100%;
  height: 100%;
}
#section_information .information_container #help-left .menu ul .test .icon .text_test {
  width: 100%;
  height: 15px;
  color: #666;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
}
#section_information .information_container #help-left .menu ul li {
  list-style: none;
  text-indent: 25px;
  font-size: 1em;
  font-weight: bold;
  padding-top: 5px;
  height: 40px;
  line-height: 30px;
}
#section_information .information_container #help-left .menu ul li a {
  display: block;
  color: #666;
  text-decoration: none;
}
#section_information .information_container #help-left .menu .summary {
  height: 50px;
  padding-top: 15px;
  padding-left: 25px;
  color: #4b8fe2;
  font-family: "微軟正黑體";
  font-weight: bold;
  font-size: 1.2em;
  border-left: solid 1.5px #f3f3f3;
  border-right: solid 1.5px #f3f3f3;
}
#section_information .information_container #help-left .menu .summary::-webkit-details-marker {
  display: none;
}
#section_information .information_container #help-left .menu .summary::after {
  content: "+";
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: #4b8fe2;
}
#section_information .information_container #help-left .menu[open] .summary::after {
  content: "-";
  width: 16px;
  height: 16px;
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: #4b8fe2;
}

#section_attention {
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  /*z-index: 1;*/
  background-color: #f3f3f3;
}
#section_attention h3 {
  text-align: center;
  font-weight: bold;
  font-family: "微軟正黑體";
  color: #8b562a;
  padding-top: 20px;
}
#section_attention hr {
  width: 40%;
  margin: 0 auto;
  border: 1px solid #8b562a;
}
#section_attention .attention_container {
  width: 100%;
  height: 100%;
}
#section_attention .attention_container .attention {
  width: 100%;
  height: auto;
  text-align: center;
}
#section_attention .attention_container .attention .icon {
  width: 30%;
  height: 100%;
  display: inline-block;
  margin-top: 20px;
}
#section_attention .attention_container .attention .icon img {
  width: 80%;
  height: 80%;
}

.jumbotron {
  margin-top: 50px;
  background-color: #3bb620;
  padding: 0;
  margin-bottom: 0;
  transition: 0.5s;
}
.jumbotron .container-fluid {
  width: 100%;
  height: auto;
  padding: 0;
}
.jumbotron .container-fluid .about_we {
  width: 100%;
  height: auto;
  background-color: #417506;
  text-align: center;
}
.jumbotron .container-fluid .about_we ul {
  height: 40px;
  padding: 0;
}
.jumbotron .container-fluid .about_we ul li {
  display: inline-block;
  color: #fff;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.jumbotron .container-fluid .about_we ul .br_r {
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #fff;
}
.jumbotron .container-fluid .about_me {
  width: 100%;
  height: auto;
  padding: 45px;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 1px;
}
.jumbotron .container-fluid .about_me .titel {
  font-size: 1.2em;
}
.jumbotron .container-fluid .about_me .big_font {
  font-size: 2em;
}
.jumbotron .container-fluid .about_me .br_r {
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #fff;
}
.jumbotron .container-fluid .about_me .e-mail_icon {
  width: 25%;
  padding: 5px;
}
.jumbotron .container-fluid .about_me .e-mail_icon img {
  width: 100%;
  height: 100%;
}
.jumbotron .container-fluid .about_bottom {
  width: 100%;
  height: 50px;
  background-color: #417506;
  color: #fff;
  font-size: 0.5em;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-top: 10px;
}

.section_benner {
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.5s;
}
.section_benner img {
  width: 100%;
  opacity: 0.8;
  margin: 0;
}
.section_benner h4 {
  text-align: center;
  width: 100%;
  height: 100%;
  color: white;
  position: absolute;
  bottom: -50%;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 微軟正黑體;
}

#section_Search_resultsA {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: #f3f3f3;
  transition: 0.5s;
}
#section_Search_resultsA .search_resultsA_container {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#section_Search_resultsA .search_resultsA_container .results_team {
  width: 95%;
  height: 150px;
  margin: 0 auto;
  padding-bottom: 5px;
}
#section_Search_resultsA .search_resultsA_container .results_team .introduction {
  width: 59%;
  height: 100%;
  border-radius: 15px;
  float: left;
  border: solid 1px #f3f3f3;
  border-right: none;
  box-shadow: 0px 5px 2px #f3f3f3;
  background-color: #fff;
}
#section_Search_resultsA .search_resultsA_container .results_team .introduction .group_number {
  font-size: 0.5em;
  color: #9f9f9f;
  font-weight: bold;
  padding: 10px;
}
#section_Search_resultsA .search_resultsA_container .results_team .introduction .idcontent {
  width: 95%;
  font-size: 1em;
  font-weight: bold;
  padding-left: 10px;
}
#section_Search_resultsA .search_resultsA_container .results_team .introduction .total_price {
  width: 100%;
  font-size: 1.5em;
  color: #ff5656;
  font-weight: bold;
  padding-left: 10px;
  position: absolute;
  bottom: 15px;
}
#section_Search_resultsA .search_resultsA_container .results_team .introduction .total_price::after {
  content: "元";
  font-size: 0.7em;
  margin-left: 15px;
  font-weight: bold;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time {
  width: 40%;
  height: 100%;
  border-radius: 15px;
  border: solid 1px #f3f3f3;
  border-left: none;
  float: right;
  box-shadow: 0px 5px 2px #f3f3f3;
  background-color: #fff;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time .flight {
  font-size: 1em;
  color: #9f9f9f;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time .flight span {
  font-size: 1em;
  color: #3bb620;
  font-weight: bold;
  padding-left: 20px;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time .join {
  width: 100%;
  text-align: center;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time .join button {
  width: 80%;
  border-radius: 5px;
  border: none;
  padding: 3px;
  color: #fff;
  top: 5px;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time .join .button_addition {
  background-color: #3bb620;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time .join .button_fullness {
  background-color: #ff5656;
}
#section_Search_resultsA .search_resultsA_container .results_team .flight_time .join .button_candidate {
  background-color: #149cff;
}
#section_Search_resultsA .search_resultsA_container .results_team .results_dashed {
  border-left: dashed 2px #d4d4d4;
  width: 0.5px;
  height: 80%;
  top: 13px;
  left: 1px;
  float: left;
}

#section_Search_resultsB {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: #f3f3f3;
  transition: 0.5s;
}
#section_Search_resultsB .search_results_containerB {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#section_Search_resultsB .search_results_containerB .results_teamB {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border-bottom: dashed 2px #d4d4d4;
  background-color: #fff;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .introduction_img {
  width: 100%;
  height: 100%;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .introduction_img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .stroke_money {
  width: 140px;
  height: auto;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .stroke_money .price {
  color: #ff5656;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .stroke_money .sale {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 2px;
  left: 15px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .stroke_money .sale::after {
  content: "元起";
  font-size: 0.5em;
  letter-spacing: 2px;
  padding-left: 10px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .idcontent_b {
  width: 100%;
  height: 80px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .idcontent_b .group_number {
  color: #9f9f9f;
  font-size: 1em;
}
#section_Search_resultsB .search_results_containerB .results_teamB .introduction_b .idcontent_b span {
  font-weight: bold;
  padding-left: 15px;
  top: 15px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b {
  width: 100%;
  height: 20%;
  background-color: #fff;
  border-radius: 10px;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time {
  width: 100%;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight {
  width: 30%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding: 15px;
  color: #9f9f9f;
  font-weight: bold;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight span {
  color: #3bb620;
  font-weight: bold;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight_b {
  width: 20%;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight_b span {
  font-weight: bold;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight_b .c_b {
  color: #149cff;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight_b .c_r {
  color: #ff5656;
}

#pagination_lest{
    width: 100%;
    height: auto;
    text-align: center;
}
#pagination_lest .pagination_box{
  width: 50%;
  height: auto;
  margin: 0 auto;

}
#pagination_lest .pagination{
  display: inline-block;

}
#pagination_lest .pagination a{
  color: #3bb620; 
  }
#pagination_lest .pagination a:hover{
  color: #fff;
  background: #3bb620; 
  }
  #pagination_lest .pagination a:active{
  color: #fff;
  background: #3bb620; 
  }
#pagination_lest .back{
  display: inline-block;
  list-style: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: -30px;
  font-size: 1.5em;
  color: #3bb620;

}
#pagination_lest .next{
  display: inline-block;
  list-style: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: -30px;
  font-size: 1.5em;
  color: #3bb620;

}















#section_video {
  width: 100%;
  height: auto;
}
#section_video h3 {
  text-align: center;
  font-weight: bold;
  font-family: "微軟正黑體";
  color: #fe5900;
  padding-top: 20px;
}
#section_video hr {
  width: 40%;
  margin: 0 auto;
  border: 1px solid #fe5900;
}
#section_video h4 {
  font-family: "微軟正黑體";
  font-weight: bold;
  font-size: 1.2em;
  left: 15px;
  padding-top: 15px;
}
#section_video h5 {
  font-family: "微軟正黑體";
  font-weight: bold;
  font-size: 1em;
  left: 15px;
}
#section_video .embed-responsive.embed-responsive-16by9 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #000;
}
#section_video .embed-responsive.embed-responsive-16by9 .embed-responsive-item {
  opacity: 0.8;
}
#section_video .video_text {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 60px;
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

#section_community h3 {
  text-align: center;
  font-weight: bold;
  font-family: "微軟正黑體";
  color: #3bb620;
  padding-top: 20px;
}
#section_community hr {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #3bb620;
}
#section_community .container {
  width: 100%;
  height: auto;
}
#section_community .container .community_box {
  width: 95%;
  height: auto;
  margin: 0 auto;
}
#section_community .container .community_box .community_titel {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  padding-top: 15px;
}
#section_community .container .community_box .community_titel .community_img {
  width: 15%;
  float: left;
}
#section_community .container .community_box .community_titel .community_img img {
  width: 100%;
  height: 100%;
}
#section_community .container .community_box .community_titel .community_text {
  width: 80%;
  display: inline-block;
  left: 10px;
  margin-top: 5px;
}
#section_community .container .community_box .community_container {
  width: 100%;
  height: 300px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.advisory_container {
  width: 100%;
  height: auto;
  transition: 0.5s;
  margin-bottom: 70px;
}
.advisory_container .advisory_input {
  width: 80%;
  height: auto;
  margin: 20px auto;
}
.advisory_container .advisory_input form span {
  font-weight: bold;
  top: 5px;
  color: #4a4a4a;
}
.advisory_container .advisory_input form input {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #dcdbdb;
  margin-top: 10px;
  padding: 5px;
}
.advisory_container .advisory_input form textarea {
  width: 100%;
  height: 200px;
  top: 15px;
  border-radius: 5px;
  border: solid 1px #dcdbdb;
}
.advisory_container .advisory_input form .button_team {
  width: 100%;
  height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  top: 20px;
}
.advisory_container .advisory_input form .button_team .adv_button {
  width: 40%;
  height: 100%;
  border-radius: 5px;
  border: none;
}
.advisory_container .advisory_input form .button_team .adv_b {
  background-color: #149cff;
  right: 5px;
}
.advisory_container .advisory_input form .button_team .adv_r {
  background-color: #ff5656;
  left: 5px;
}
.advisory_container .advisory_input .gender_wrapper {
  width: 100%;
  height: 50px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 5px;
}
.advisory_container .advisory_input .gender_wrapper .seletest {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 1.5px #4a4a4a;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 4px;
}
.advisory_container .advisory_input .gender_wrapper .seletest::before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background-color: #4a4a4a;
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
}
.advisory_container .advisory_input .gender_wrapper .gender_text {
  top: 0;
}
.advisory_container .advisory_input .gender_wrapper .seletest2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 1.5px #4a4a4a;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  top: 4px;
}
.advisory_container .advisory_input .gender_wrapper .seletest2::before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background-color: #4a4a4a;
  position: absolute;
  top: 3px;
  left: 4px;
  display: none;
}
.advisory_container .advisory_input input[type=radio] {
  display: none;
}
.advisory_container .advisory_input input[type=radio]:checked + label span::before {
  display: inline-block;
}
.advisory_container .advisory_input .category_wrapper {
  width: 100%;
  height: 50px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 5px;
}
.advisory_container .advisory_input .category_wrapper .gender_text {
  top: 0;
}
.advisory_container .advisory_input .category_wrapper .seletest {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 1.5px #4a4a4a;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 4px;
}
.advisory_container .advisory_input .category_wrapper .seletest::before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background-color: #4a4a4a;
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
}
.advisory_container .advisory_input input[type=radio] {
  display: none;
}
.advisory_container .advisory_input input[type=radio]:checked + label span::before {
  display: inline-block;
}

#section_travel {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 50px;
}
#section_travel .travel_container {
  width: 100%;
  height: 100%;
}
#section_travel .travel_container .travel_titel {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
#section_travel .travel_container .travel_titel h4, #section_travel .travel_container .travel_titel span {
  font-size: 1.2em;
  font-weight: bold;
  font-family: 微軟正黑體;
}
#section_travel .travel_container .travel_titel .number {
  font-size: 1em;
  color: #929292;
}
#section_travel .travel_container .travel_titel .number::before {
  content: "團號";
  padding-right: 5px;
}
#section_travel .travel_container .travel_titel .collection_icon {
  font-size: 1.5em;
  padding-top: 10px;
  color: #929292;
}
#section_travel .travel_container .travel_titel .deg0 {
  bottom: 3px;
  left: 10px;
  font-size: 1em;
  color: #929292;
}
#section_travel .travel_container .travel_titel .share_icon {
  transform: rotate(-90deg);
  color: #929292;
  font-size: 1.5em;
  bottom: 3px;

}
#section_travel .travel_container .travel_titel .share_box {
      width: 50%;
    height: auto;
    float: right;
    right: 75%;
}
#section_travel .travel_container .travel_titel .modal {
  top:50%;

}
#section_travel_price {
  width: 100%;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
  transition: 0.5s;
}
#section_travel_price .travel_price_container {
  width: 100%;
  height: 100%;
}
#section_travel_price .travel_price_container .travel_price_titel {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
#section_travel_price .travel_price_container .travel_price_titel h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: 微軟正黑體;
  line-height: 1px;
  margin-bottom: 20px;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more {
  width: 100%;
  height: 100%;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .travel_list {
  width: 100%;
  height: 270px;
  margin: 0 auto;
  border-bottom: dashed 2px #d4d4d4;
  background-color: #fff;
  border-radius: 10px;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .travel_list .left_list {
  width: 40%;
  height: 100%;
  float: left;
  color: #929292;
  font-weight: bold;
  font-family: "微軟正黑體";
  padding-top: 10px;
  padding-left: 30px;
  line-height: 2em;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .travel_list .right_list {
  width: 40%;
  height: 100%;
  float: right;
  text-align: right;
  color: #3bb620;
  font-weight: bold;
  font-family: "微軟正黑體";
  padding-top: 10px;
  padding-right: 30px;
  line-height: 2em;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text {
  width: 100%;
  height: 100%;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_time {
  width: 50%;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-left: 30px;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_time .day {
  font-weight: bold;
  font-size: 1em;
  color: #929292;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_time .day::after {
  content: "出發";
  padding-left: 10px;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_time .price {
  font-weight: bold;
  font-size: 1.5em;
  color: #ff5656;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_time .price::after {
  content: "元";
  padding-left: 10px;
  font-size: 0.8em;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .participate_button {
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .participate_button .pa_button {
  width: 80%;
  height: 90%;
  background-color: #3bb620;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1em;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_description {
  width: 50%;
  height: 65%;
  float: right;
  text-align: center;
  padding-top: 10px;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_description .open_description {
  color: #929292;
  font-size: 1em;
  font-weight: bold;
  bottom: -25px;
}
#section_travel_price .travel_price_container .travel_price_titel .price_more .participate .trave_text .trave_description .de {
  color: #929292;
  font-size: 1.5em;
  padding-left: 5px;
  bottom: -25px;
}

#section_reference {
  width: 100%;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
  transition: 0.5s;
}
#section_reference .reference_container {
  width: 100%;
  height: 100%;
}
#section_reference .reference_container .reference_titel {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
#section_reference .reference_container .reference_titel h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: 微軟正黑體;
  line-height: 1px;
  margin-bottom: 20px;
}
#section_reference .reference_container .reference_titel .reference_flight {
  width: 100%;
  height: 500px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_back {
  border-top: dashed 2px #d4d4d4;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go, #section_reference .reference_container .reference_titel .reference_flight .flight_back {
  width: 100%;
  height: 50%;
  background-color: #fff;
  border-radius: 10px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_top, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_top {
  width: 100%;
  height: auto;
  padding: 15px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_top .go_tag, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_top .go_tag {
  width: 20%;
  height: 25px;
  display: inline-block;
  background-color: #149cff;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: bold;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_top .day, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_top .day {
  color: #929292;
  font-size: 1em;
  margin-left: 10px;
  font-weight: bold;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_top .time, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_top .time {
  color: #929292;
  font-size: 1em;
  margin-left: 25px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_top .time span, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_top .time span {
  margin-left: 2px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time {
  width: 100%;
  height: 65%;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_clock, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_clock {
  width: 25%;
  height: 100%;
  float: left;
  text-align: right;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_clock .departure, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_clock .departure {
  font-size: 1.5em;
  font-weight: bold;
  right: 5px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_clock .after::after, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_clock .after::after {
  content: "+1天";
  color: #ff5656;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  top: -13px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_clock .passage, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_clock .passage {
  font-size: 0.8em;
  font-weight: bold;
  color: #929292;
  right: 5px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_timeline, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_timeline {
  width: 10%;
  height: 100%;
  float: left;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_timeline .line_box, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_timeline .line_box {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_timeline .line_box .solid, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_timeline .line_box .solid {
  width: 14px;
  height: 14px;
  background-color: #929292;
  border-radius: 100%;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_timeline .line_box .top, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_timeline .line_box .top {
  right: 1px;
  margin-top: 5px;
  top: 5px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_timeline .line_box .bottom, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_timeline .line_box .bottom {
  right: 1px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_timeline .line_box .line, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_timeline .line_box .line {
  width: 2px;
  height: 35px;
  background-color: #929292;
  left: 5px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_timeline .line_box .border, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_timeline .line_box .border {
  width: 12px;
  height: 12px;
  border: solid 1.5px #929292;
  border-radius: 100%;
  left: 0;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location {
  width: 65%;
  height: 100%;
  float: left;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box {
  width: 100%;
  height: 100%;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list {
  width: 100%;
  height: 20%;
  background-color: #fff;
  margin-bottom: 12px;
  margin-top: 7px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list .starting, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list .starting {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list .company, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list .company {
  width: 50%;
  height: 40px;
  line-height: 1.2em;
  color: #929292;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 95px;
  top: -5px;
  font-size: 1em;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list .company .icon, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list .company .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list .company .icon img, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list .company .icon img {
  width: 100%;
  height: 100%;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list .company .name, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list .company .name {
  left: 5px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list .company .number, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list .company .number {
  left: 25px;
  bottom: 4px;
}
#section_reference .reference_container .reference_titel .reference_flight .flight_go .flight_time .flight_location .location_box .lecation_list .end, #section_reference .reference_container .reference_titel .reference_flight .flight_back .flight_time .flight_location .location_box .lecation_list .end {
  font-size: 0.8em;
  font-weight: bold;
  color: #929292;
  position: absolute;
  top: 0px;
}

#section_othertime {
  width: 100%;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
  transition: 0.5s;
}
#section_othertime .othertime_container {
  width: 100%;
  height: 100%;
}
#section_othertime .othertime_container .othertime_titel {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
#section_othertime .othertime_container .othertime_titel h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: 微軟正黑體;
  line-height: 1px;
  margin-bottom: 20px;
}
#section_othertime .othertime_container .othertime_titel .othertime_box {
  width: 100%;
  height: 100px;
}
#section_othertime .othertime_container .othertime_titel .othertime_box .btn-default.active.focus, #section_othertime .othertime_container .othertime_titel .othertime_box .btn-default.active:focus, #section_othertime .othertime_container .othertime_titel .othertime_box .btn-default.active:hover, #section_othertime .othertime_container .othertime_titel .othertime_box .btn-default:active.focus, #section_othertime .othertime_container .othertime_titel .othertime_box .btn-default:active:focus, #section_othertime .othertime_container .othertime_titel .othertime_box .btn-default:active:hover, #section_othertime .othertime_container .othertime_titel .othertime_box .open > .dropdown-toggle.btn-default.focus, #section_othertime .othertime_container .othertime_titel .othertime_box .open > .dropdown-toggle.btn-default:focus, #section_othertime .othertime_container .othertime_titel .othertime_box .open > .dropdown-toggle.btn-default:hover {
  color: #3bb620;
}
#section_othertime .othertime_container .othertime_titel .othertime_box .dropdown-menu {
  width: 50%;
  left: 25%;
  top: 84%;
  background-color: #f3f3f3;
}
#section_othertime .othertime_container .othertime_titel .othertime_box .dropdown-menu > .active > a, #section_othertime .othertime_container .othertime_titel .othertime_box .dropdown-menu > .active > a:focus, #section_othertime .othertime_container .othertime_titel .othertime_box .dropdown-menu > .active > a:hover {
  background-color: #3bb620;
}
#section_othertime .othertime_container .othertime_titel .othertime_box .dropdown-menu > li > a:focus, #section_othertime .othertime_container .othertime_titel .othertime_box .dropdown-menu > li > a:hover {
  background-color: #3bb620;
}
#section_othertime .othertime_container .othertime_titel .othertime_list {
  width: 100%;
  height: auto;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime {
  width: 50%;
  height: 100%;
  float: left;
  text-align: left;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .timebox, #section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox {
  width: 100%;
  height: 100%;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .timebox .gray, #section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox .gray {
  color: #929292;
  font-size: 1em;
  font-weight: bold;
  top: 25%;
  padding-left: 15px;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .timebox .red, #section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox .red {
  color: #ff5656;
  font-size: 1.5em;
  font-weight: bold;
  top: 25%;
  padding-left: 15px;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .timebox .red::after, #section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox .red::after {
  content: "元";
  margin-left: 15px;
  font-size: 0.8em;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox {
  text-align: center;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox .Number {
  width: 80%;
  color: #ff5656;
  font-size: 1em;
  font-weight: bold;
  top: 25%;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox .Number::before {
  content: "僅剩";
  font-size: 0.8em;
  padding-right: 5px;
  font-size: 1em;
  color: #929292;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox .Number::after {
  content: "位";
  font-size: 0.8em;
  padding-left: 5px;
  font-size: 1em;
  color: #929292;
}
#section_othertime .othertime_container .othertime_titel .othertime_list .list_box .othertime .balancebox .balancbutton {
  width: 80%;
  padding: 2px;
  top: 30%;
  background-color: #3bb620;
  border: none;
  border-radius: 5px;
  color: #fff;
}

#section_especially {
  width: 100%;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
  transition: 0.5s;
}
#section_especially img{
  width: 100%

}
#section_especially .especially_container {
  width: 100%;
  height: 100%;
}
#section_especially .especially_container .especially_titel {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
#section_especially .especially_container .especially_titel h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: 微軟正黑體;
  line-height: 1px;
  margin-bottom: 20px;
}
#section_especially .especially_container .especially_titel .especially_span {
  width: 100%;
  height: 150px;
  overflow: hidden;
  transition: 0.5s;
  font-size: 1.2em;
}
#section_especially .especially_container .especially_titel .especially_span .readmore {
  padding: 5px;
  line-height: 1.8em;
  font-family: "微軟正黑體";
  font-weight: bold;
  font-size: 1.2em;
}
#section_especially .especially_container .especially_titel .open_close {
  width: 100%;
  height: 30px;
  text-align: right;
  margin-top: 20px;
  font-size: 1.2em;
}
#section_especially .especially_container .especially_titel .open_close .re_close {
  color: #3bb620;
  display: none;
}
#section_especially .especially_container .especially_titel .open_close .re_close .rm {
  padding-left: 10px;
  font-size: 1.5em;
  top: 2px;
}
#section_especially .especially_container .especially_titel .open_close .re_open {
  color: #3bb620;
}
#section_especially .especially_container .especially_titel .open_close .re_open .rm {
  padding-left: 10px;
  font-size: 1.5em;
  top: 2px;
}

#section_introduction {
  width: 100%;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
  transition: 0.5s;
}
#section_introduction .introduction_container {
  width: 100%;
  height: 100%;
}
#section_introduction .introduction_container .introduction_titel {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
#section_introduction .introduction_container .introduction_titel h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: 微軟正黑體;
  line-height: 1px;
  margin-bottom: 20px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #3bb620;
  top: 10px;
  bottom: 0;
  left: 5%;
  margin-left: -3px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span, #section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span2 {
  width: 100%;
  height: 141px;
  overflow: hidden;
  transition: 0.5s;
  font-size: 1em;
  line-height: 1.5em;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span .timeline_list, #section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span2 .timeline_list {
  width: 85%;
  margin: 0 auto;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span .timeline_list, #section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span2 .timeline_list .list_top .readmore{
  font-size: 1.2em;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span .timeline_list::before, #section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span2 .timeline_list::before {
  content: "●";
  position: absolute;
  left: -17px;
  color: #3bb620;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span .timeline_list .day, #section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span2 .timeline_list .day {
  color: #ff5656;
  font-weight: bold;
  font-size: 1em;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span .timeline_list .location, #section_introduction .introduction_container .introduction_titel .introduction_box .introduction_span2 .timeline_list .location {
  font-size: 1em;
  top: 5px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 {
  width: 90%;
  height: 25px;
  text-align: right;
  margin-top: 5px;
  font-size: 1em;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_close, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_close2, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_close, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_close2 {
  color: #3bb620;
  display: none;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_close .rm, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_close2 .rm, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_close .rm, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_close2 .rm {
  padding-left: 10px;
  font-size: 1.5em;
  top: 2px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_open, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_open2, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_open, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_open2 {
  color: #3bb620;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_open .rm, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close .in_re_open2 .rm, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_open .rm, #section_introduction .introduction_container .introduction_titel .introduction_box .in_open_close2 .in_re_open2 .rm {
  padding-left: 10px;
  font-size: 1.5em;
  top: 2px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom {
  width: 100%;
  height: auto;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .food_icon, #section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .stay_icon {
  width: 30px;
  top: 20px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .food_icon img, #section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .stay_icon img {
  width: 100%;
  height: 100%;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox {
  width: 85%;
  height: 100px;
  margin: 0 auto;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox .supply_text {
  width: 85%;
  height: auto;
  float: right;
  font-size: 1em;
  font-weight: bold;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox .supply_text .breakfast::before {
  content: "早餐";
  margin-right: 10px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox .supply_text .lunch::before {
  content: "午餐";
  margin-right: 10px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox .supply_text .dinner::before {
  content: "晚餐";
  margin-right: 10px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox .stay_text {
  width: 85%;
  height: auto;
  float: right;
  font-size: 1em;
  font-weight: bold;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox .stay_text .stay::before {
  content: "住宿";
  margin-right: 10px;
}
#section_introduction .introduction_container .introduction_titel .introduction_box .list_bottom .supplybox .stay_text .stay_indent {
  text-indent: 1em;
}

#section_precautions {
  width: 100%;
  margin: 0;
  padding: 0;
  /*z-index: 1;*/
  transition: 0.5s;
}
#section_precautions .precautions_container {
  width: 100%;
  height: 100%;
}
#section_precautions .precautions_container .precautions_titel {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
#section_precautions .precautions_container .precautions_titel h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: 微軟正黑體;
  line-height: 1px;
  margin-bottom: 20px;
}
#section_precautions .precautions_container .precautions_titel .precautions_span {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.5s;
  font-size: 1em;
}
#section_precautions .precautions_container .precautions_titel .readmore {
  padding: 5px;
  line-height: 1.8em;
  font-family: "微軟正黑體";
  font-weight: bold;
  font-size: 1.2em;
}
#section_precautions .precautions_container .precautions_open_close {
  width: 100%;
  height: 30px;
  text-align: right;
  margin-top: 20px;
  font-size: 1.2em;
}
#section_precautions .precautions_container .precautions_open_close .pr_re_close {
  color: #3bb620;
  display: none;
}
#section_precautions .precautions_container .precautions_open_close .pr_re_close .rm {
  padding-left: 10px;
  font-size: 1.5em;
  top: 2px;
}
#section_precautions .precautions_container .precautions_open_close .pr_re_open {
  color: #3bb620;
}
#section_precautions .precautions_container .precautions_open_close .pr_re_open .rm {
  padding-left: 10px;
  font-size: 1.5em;
  top: 2px;
}
.modal-backdrop{
  display: none;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {

#section_gofast .swiper_l {
    float: left;
    margin-top: -180px;
    font-size: 3em;
    color: rgba(255,255,255,0.8);
    z-index: 1;
    left: 20px;
  }
#section_gofast .swiper_r {
    float: right;
    margin-top: -180px;
    font-size: 3em;
    color: rgba(255,255,255,0.8);
    z-index: 1;
    right: 20px;
  }  
#section_travel .travel_container .travel_titel .share_box {
      width: 50%;
    height: auto;
    float: right;
    right: 88%;
    

  }
}
@media screen and (max-width: 768px) {

  #section_gofast .swiper_l,#section_gofast .swiper_r {
      margin-top: -140px;
      font-size: 3em;

  }
}

@media screen and (max-width: 414px) {

  #section_gofast .swiper_l,#section_gofast .swiper_r {
      margin-top: -60px;
      font-size: 1em;
}
  #section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight {
    padding: 8px;
    margin-bottom: 15px;

}
  #pagination_lest .pagination_box{
    width: 55%;

}
  #section_travel .travel_container .travel_titel .share_box {
        width: 100px;
      height: auto;
          float: left;
      left: 0;
    

  }
}
@media screen and (max-width: 375px) {

#section_gofast .swiper_l,#section_gofast .swiper_r {
    margin-top: -60px;
    font-size: 1em;
}
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight {
  padding: 5px;
  margin-bottom: 15px;

}
#pagination_lest .pagination_box{
  width: 60%;

  }
}
@media screen and (max-width: 360px) {
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight {
  padding: 0px;
}

}
@media screen and (max-width: 320px) {

#section_gofast .swiper_l{
    margin-top: -50px;
    font-size: 1em;
    left: 10px;
}
#pagination_lest .pagination_box{
  width: 70%;

}
#section_gofast .swiper_r {
    margin-top: -50px;
    font-size: 1em;
    right:  10px;


    }
#section_Search_resultsB .search_results_containerB .results_teamB .results_dashed_b .flight_time .flight {
  padding: 0px;
  margin-bottom: 15px;

}
#section_travel .travel_container .travel_titel .share_box {
      width: 50%;
    height: auto;
    float: right;
    right: 30%;
  }
}

#goTop {
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    z-index: 999;
    position: fixed;
    bottom: 0;
    background: #5fce55;
    width: 70px;
    height: 30px;
	line-height:30px;
    left: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }