/*from tourdetail.css*/

/*tour detail*/

body {
  background: #fff;
}
.tourdetail {
  margin-top: 20px;
}
.main {
  padding-top: 20px;
}
.popover-content {
  padding: 9px 14px !important;
}
.breadcrumbs,
.breadcrumbs a {
  color: #999;
  font-size: 0.86em;
}
.tourdetailbanner {
  margin-top: 20px;
  position: relative;
}
.tourdetailbanner img {
  width: 100%;
}
.tourdetailbanner h3,
.tourdetailbanner a {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.tourdetailbanner h3 small {
  display: block;
  color: #fff;
  line-height: 200%;
}
.tourdetailbanner .left,
.tourdetailbanner .right {
  position: absolute;
}
.tourdetailbanner .left {
  padding: 25px;
  left: 0px;
  bottom: 0px;
}
.tourdetailbanner .right {
  padding: 8px 25px;
  right: 10px;
  bottom: 10px;
}
.tourdetailtitle {
  font-size: 1.5em;
  padding-top: 20px;
  padding-bottom: 10px;
}
.tourdetailcontent {
  color: #999;
}
.likes {
  margin-top: 10px;
}
.likes .stars {
  color: #0a9faf;
  float: left;
  margin-right: 20px;
  padding-bottom: 10px;
  line-height: 30px;
  max-width: 100%;
}
.likes .like {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: #4267b2;
  font-size: 0.8em;
}
.likes .like {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: #4267b2;
  font-size: 0.8em;
}
.likes .likeusers.small {
  color: #4267b2;
  margin-left: 5px;
}
.likes .small {
  color: #000;
}
.tourdetailiconbar {
  text-align: center;
}
.tourdetailiconbar li {
  display: inline-block;
  width: 24%;
}
@media (max-width: 768px) {
  .tourdetailiconbar li {
    width: 49%;
  }
}
.tourdetailiconbar .icon {
  width: 60px;
  height: 60px;
  margin: auto 10px;
  background: url(/img/daytour/tourdetailicon.jpg) no-repeat;
  display: inline-block;
}
.tourdetailiconbar li:nth-child(2) .icon {
  background-position: 0px -60px;
}
.tourdetailiconbar li:nth-child(3) .icon {
  background-position: 0px -120px;
}
.tourdetailiconbar li:nth-child(4) .icon {
  background-position: 0px -180px;
}
.tourdetailiconbar h4 {
  color: #5b5b5b;
  text-align: center;
}
.tourdetailiconbar h4 small {
  display: block;
  line-height: 200%;
}
.pagenavigation {
  top: 0;
  position: fixed;
  width: 100%;
  background: #3A3A44;
  border-top: 1px solid #5D5D5D;
  transition: opacity 0.5s;
  opacity: 0;
  display: none !important;
  align-items: baseline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagenavigation.mobile-anchor {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pagenavigation.mobile-anchor {
  width: 100%;
  height: 50px;
  padding: 0;
}
.pagenavigation.mobile-anchor .fa {
  position: absolute;
  height: 100%;
  line-height: 2.5;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.pagenavigation.mobile-anchor .btn-frame-left {
  left: 0;
  position: fixed;
  height: 50px;
  width: 20px;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #3a3a44 0%, rgba(58, 58, 68, 0.3) 100%);
  background: -moz-linear-gradient(left, #3a3a44 50%, rgba(58, 58, 68, 0.3) 100%);
}
.pagenavigation.mobile-anchor .btn-frame-right {
  cursor: pointer;
  right: 0;
  height: 50px;
  width: 20px;
  position: fixed;
  background: -webkit-linear-gradient(right, #3a3a44 0%, rgba(58, 58, 68, 0.3) 100%);
  background: -moz-linear-gradient(right, #3a3a44 50%, rgba(58, 58, 68, 0.3) 100%);
}
.pagenavigation.mobile-anchor ul {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagenavigation.mobile-anchor ul li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 0;
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
  /*&.active{
         &::after{
        background:none;
         bottom:10px;
        content:'\f0d7';
        font-size:25px;
        font-family:fontawesome;
        color:#3a3a44;
        height:0px;

         }
    }*/

}
@media (max-width: 768px) {
  .pagenavigation.mobile-anchor ul li {
    width: 100px;
    font-size: 15px;
    line-height: 3;
  }
}
.pagenavigation.mobile-anchor ul li a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  width: 100%;
  padding: 0;
  line-height: 2.5;
}
.pagenavigation.active {
  opacity: 1;
  z-index: 50;
  display: flex !important;
}
.pagenavigation.mobile-anchor.active {
  display: block !important;
}
.pagenavigation li.active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #D22F76;
}
.pagenavigation a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagenavigation,
.pagenavigation a {
  background: #3A3A44;
  color: #f1f1f1;
}
section {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.anchor2,
section.anchor3,
section.anchor4,
section.anchor5 {
  padding-right: 0;
}
section.anchor2 > p img {
  max-width: 100%;
  max-height: 100%;
}
.anchor2 > p {
  font-size: 15px !important;
  overflow-x: auto;
}
.tourdetailleft .title {
  padding-bottom: 10px;
  font-weight: bold;
  color: #0a9faf;
  margin-top: 0;
}
.tourdetailleft .content {
  color: #5b5b5b;
}
.tourdetail img {
  max-width: 100%;
  max-height: 100%;
}
.tourdetail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tourdetail .tab-content {
  padding-right: 0;
}
.tourdetailtab li {
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #999;
  border: solid 1px #999;
  text-align: center;
  display: inline-block;
}
.tourdetailtab li:hover,
.tourdetailtab li.active {
  background: #D22F76;
  border-color: #D22F76;
  color: #fff;
}
.tourdetailtab li.active a {
  color: #fff;
  text-decoration: none;
}
.tourdetailtab li a {
  color: #999;
  display: block;
  padding: 8px 15px;
}
.tourdetailtab li a:hover {
  color: #fff;
  text-decoration: none;
}
.abouttrip img {
  display: inline;
  max-width: 100%;
}
.timeintour {
  border-left: 5px solid #EBEBE9;
  padding: 10px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 0px;
  padding-left: 10px !important;
  font-size: 16px;
}
.timeintour:last-child {
  border-left: 5px solid #fff;
}
.timeintour::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  display: inline-block;
  background: #EBEBE9;
  border: 3px solid #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.timeintour .title {
  color: #333;
  font-size: 1em;
  margin-top: 0;
}
.timeintour .usetime {
  color: #999999;
  font-size: 0.99em;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
}
.flexslider {
  padding: 20px;
  margin-bottom: 10px !important;
}
.flexslider .flex-nav-prev .flex-prev::before {
  font-family: "fontawesome";
  content: "\f104";
}
.flexslider .flex-nav-next .flex-next::before {
  font-family: "fontawesome";
  content: "\f105";
}
.flex-control-nav {
  bottom: 5% !important;
}
.flex-control-nav li {
  border-radius: 100%;
  border: 1px solid #fff;
}
.flex-control-paging li a.flex-active {
  background: #fff !important;
}
.flexslider a:focus {
  outline: none;
}
.timeintour.map {
  border-color: #fff;
}
.listoffeatures {
  color: #5b5b5b;
  list-style-type: disc;
  line-height: 250%;
}
.listoffeatures,
.fee {
  line-height: 250%;
  color: #5b5b5b;
  margin-bottom: 20px;
}
ol.attention {
  line-height: 160%;
  color: #5b5b5b;
  margin-bottom: 20px;
  list-style-type: decimal;
}
ul.fee li::before {
  content: "- ";
  line-height: 250%;
}
.imgalbum {
  position: relative;
  margin: 0 -5px;
  display: flex;
  width: 100%;
}
.imgalbum a {
  background-size: cover !important;
}
.imgalbum .more {
  right: 0px;
  width: 170px;
  height: 170px;
  margin: 0 5px;
}
.imgalbum .no-paddingleft {
  width: 255px;
  height: 170px;
  overflow: hidden;
  padding: 0 5px;
}
.imgalbum .no-paddingleft a {
  display: inline-block;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.imgalbum .more a {
  color: #fff;
  text-align: center;
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
}
.imgalbum .more .more_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.imgalbum .more em {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  left: 0;
  right: 0;
}
.imgalbum .more span {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  padding-top: 40%;
  left: 0;
}
@media (max-width: 767px) {
  .imgalbum {
    display: inherit;
  }
  .imgalbum .no-paddingleft {
    width: 50%;
  }
  .imgalbum .more {
    width: 100%;
    padding: 0 5px;
    margin: 5px 0 0 0;
  }
}
.thehead {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  background: #f1f1f1;
  float: left;
  margin-right: 10px;
  position: relative;
}
.thehead::before {
  font-size: 25px;
  color: rgba(58, 58, 68, 0.3);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  z-index: 1;
}
.thehead img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.rate {
  float: left;
  max-width: calc(100% -  60px);
}
.rate .name small {
  margin-left: 5px;
  font-size: 100%;
}
.rate .name {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
.ratetotal {
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  font-size: 30px;
}
.row {
  margin-bottom: 10px;
}
.ratedetail {
  float: left;
  margin-right: 30px;
  margin-left: 10px;
}
.ratedetail span {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #5b5b5b;
  font-weight: 500;
}
.ratedetail span:nth-child(1) {
  padding-right: 5px;
}
.rateitem .right {
  float: left;
}
.rateitem .right .row {
  margin: 0px;
}
.ratedetail span.fa {
  color: #e5e5e5;
}
.ratedetail.rate5 span.fa {
  color: #0a9faf;
}
.ratedetail.rate4 span.fa:nth-last-child(n+2) {
  color: #0a9faf;
}
.ratedetail.rate3 span.fa:nth-last-child(n+3) {
  color: #0a9faf;
}
.ratedetail.rate2 span.fa:nth-last-child(n+4) {
  color: #0a9faf;
}
.ratedetail.rate1 span.fa:nth-last-child(n+5) {
  color: #0a9faf;
}
.ratedetail.rate0 span.fa:nth-last-child(n+6) {
  color: #0a9faf;
}
.rateitem {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.pagination li,
.pagination li a {
  display: inline-block !important;
  border: none !important;
  color: #e42b82;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination li a {
  float: none;
  padding: 0;
}
.pagination > .active > a {
  color: #999;
  background-color: #fff;
}
/*.pagination > li:nth-last-child(1) > a {
    background: #e42b82;
    color: #fff;
    border-radius: 100%;
}*/

.tourdetailright .title {
  padding: 0px 10px;
  background: #5b5b5b;
  color: #fff;
  margin: 0;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.tourdetailright .title small {
  line-height: 60px;
  color: #fff;
  font-size: 15px;
}
.tourdetailright {
  padding-top: 40px;
  opacity: 1;
  transition: all 0.5s;
  z-index: 1;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tourdetailright .step3 {
  display: none;
}
.tourdetailright .step1,
.tourdetailright .step2 {
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
.tourdetailright .step1 {
  background: #fff;
  flex: 1;
  flex-basis: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  height: 350px;
}
.tourdetailright .step1 .tourdetailitem {
  height: 130px;
}
.tourdetailright .step2 {
  height: 350px;
  flex-basis: 100%;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  flex: 1;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  left: 0;
  top: 30px;
  background: #fff;
  z-index: 2;
}
.tourdetailright .step2 h3 {
  font-size: 16px;
  font-family: NotoSansCJKtc;
  line-height: 2.19;
  letter-spacing: 0.4px;
  padding: 0 10px;
}
.tourdetailright .step2 .tourdetailitem {
  border-top: none;
  padding: 0;
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
}
.tourdetailright .step2 .tourdetailitem li {
  font-weight: normal;
}
.tourdetailright .step2 .total {
  font-size: 16px;
  color: #5b5b5b;
  font-weight: bold;
}
.tourdetailright .step2 .total span {
  float: right;
  color: #e62482;
}
.tourdetailright .step2 .booknow.disable {
  background: #ccc;
  cursor: not-allowed;
}
.tourdetailright.plan-selected {
  transform: rotateY(180deg);
}
.tourdetailright.plan-selected .step1 {
  z-index: -1;
}
.tourdetailright.plan-selected .step2 {
  /*ie11*/
  -ms-backface-visibility: visible;
}
@media (max-width: 1199px) {
  .tourdetailright {
    bottom: 0 !important;
    left: 0;
    width: 100% !important;
    z-index: 2;
    height: 100px;
    top: unset !important;
    right: unset;
  }
  .tourdetailright.plan-selected {
    transform: rotateY(0deg);
  }
  .tourdetailright .step1,
  .tourdetailright .step2 {
    display: none;
  }
  .tourdetailright .step3 {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -30px;
    left: 0;
    background: #fff;
  }
  .tourdetailright .step3 * {
    margin: 0;
    text-align: center;
  }
  .tourdetailright .step3 .wishlist {
    border-width: 1px 0 0 1px;
    border-color: #ccc;
  }
  .tourdetailright .step3 p {
    border-top: 1px solid #ccc;
    line-height: 44px;
    font-size: 16px;
  }
  .tourdetailright .step3 p span {
    color: #e62482;
  }
  .tourdetailright:hover {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
  }
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 50px;
  }
}
.tourdetailselect label {
  line-height: 34px;
}
.tourdetailright {
  width: 330px;
  position: fixed;
  right: 20%;
  top: 90px;
}
.touritem .col-xs-6 {
  border: none;
  line-height: 26px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.touritem > .itembutton {
  background: #5b5b5b;
  color: #fff;
  border-radius: 5px;
  line-height: 30px;
}
.touramount {
  line-height: 34px;
}
.touritem > .itembutton:hover {
  text-decoration: none;
  background: #666;
}
.tourdetailitem {
  border-top: 1px solid #e5e5e5;
  padding: 5px 30px;
}
.tourdetailitem li {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 2.21;
  font-weight: 300;
}
.tourdetailitem li::before {
  padding-right: 10px;
  font-weight: 300;
}
.tourdetailitem h4,
.tourdetailitem label {
  line-height: 200%;
}
.tourdetailitem h4 span {
  color: #e62482;
}
.booknow {
  height: 45px;
  line-height: 45px;
  background: #e62482;
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
}
.booknow.disable {
  background: #ccc;
}
.booknow.disable:hover {
  background: #ccc;
}
.booknow:hover {
  background: #d51b75;
  text-decoration: none;
}
.wishlist span {
  padding-right: 5px;
}
.wishlist {
  line-height: 45px;
  height: 45px;
  color: #e62482 !important;
  border: 1px solid #e62482;
  margin-top: 10px;
  font-size: 16px;
}
.wishlist:hover {
  background: #fafafa;
}
.wishlist:hover span::before {
  content: "\f004 ";
}
.panel-custom {
  margin-bottom: 10px;
}
.share a {
  color: #5b5b5b;
  margin-left: 15px;
  font-size: 17px;
}
.share {
  color: #5b5b5b;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 1629px) {
  .tourdetailright {
    right: 12%;
  }
}
@media screen and (max-width: 1400px) {
  .tourdetailright {
    right: 7%;
  }
}
@media screen and (max-width: 1200px) {
  .tourdetailleft {
    position: relative;
  }
  .share,
  .share a {
    color: #fff;
  }
  .wishlist {
    background: #fff;
  }
}
.main2 {
  padding-top: 20px;
}
.main2 p {
  font-size: 16px !important;
}
.main2 li {
  font-size: 16px !important;
}
/*plan */

.plan {
  background-color: #F3F3F3;
}
.plan .planleft {
  padding-left: 0;
  margin-top: 0px;
}
.tourdetailleft .title small {
  display: block;
  line-height: 2.5;
}
.tourdetailleft * {
  padding-left: 0;
}
.planleft h4 > span {
  float: right;
}
.planleft h4 > span > em {
  text-decoration: line-through;
  font-size: 90%;
  display: block;
  text-align: right;
  color: #999;
}
.plandetail {
  padding: 0;
  margin: 0 0 13px 0;
}
.plan-item {
  position: relative;
  min-width: 210px;
}
/*.plan-item::after{
    content:'\f107';
    font-family:"fontawesome";
    position:absolute;
    right:15px;
    bottom:3px;
    z-index:0;
}*/

.plan-item.date {
  background: #0a9faf;
  width: 302px;
}
@media (max-width: 500px) {
  .plan-item.date {
    width: 100%;
  }
}
.plan-item.date.plans {
  background: none;
  width: 100%;
}
.plan-item.date.alldates {
  position: relative;
}
.plan-item.date.alldates span.refresh {
  position: absolute;
  color: #fff;
  font-size: 14px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 3;
}
.plan-item.date.alldates span.refresh i {
  font-size: 16px;
}
/*.plan-item.amount::before{
     content:'\f0c0';
    font-family:"fontawesome";
    position:absolute;
    bottom:3px;
    left:25px;
    z-index:0;
}*/

.plan-item input[readonly],
.plan-item input {
  padding-right: 10px;
  background: none;
  position: relative;
  z-index: 1;
}
.plan-item > label {
  font-size: 0.8em;
}
.datetimepicker table tr td {
  padding: 5px 10px;
  background: none !important;
  position: relative;
}
.datetimepicker table tr td.active.active::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #e62482;
  border-radius: 100%;
  margin-left: -50%;
  left: 15px;
}
.amountpicker {
  background: #fff;
  box-shadow: 0px 0px 5px #999;
  position: absolute;
  width: 378px;
  top: 100%;
  z-index: 1010;
  transition: all 0.4s;
  max-height: 0px;
  overflow: hidden;
}
.amountpicker.active {
  max-height: 80vh;
  overflow-y: auto;
}
.tourTips {
  color: #e62482;
  font-size: 20px;
  font-weight: bold;
}
.amountpicker .item {
  padding: 20px;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .amountpicker .item {
    padding: 10px;
    font-size: 14px;
    padding-bottom: 0px;
  }
  .amountpicker .item span,
  .amountpicker .item p {
    font-size: 14px !important;
    line-height: 2.2 !important;
  }
  .amountpicker .item p {
    margin-bottom: 0;
  }
  .amountpicker .item span {
    float: left !important;
    margin-bottom: 10px;
  }
}
.amountpicker .item p {
  font-size: 15px;
  color: #333;
}
@media (max-width: 600px) {
  .amountpicker .item p {
    margin-bottom: 0;
  }
}
.amountpicker .item span em {
  text-decoration: line-through;
  margin-right: 5px;
  display: block;
  color: #999;
  font-weight: 500;
  font-size: 15px;
}
.amountpicker .item span {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.47;
}
@media (max-width: 600px) {
  .amountpicker .item span {
    float: left !important;
    margin-bottom: 15px;
  }
}
.amountcontroller {
  margin-left: 20px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #666;
  overflow: hidden;
  text-align: center;
}
.amountcontroller input {
  text-align: center;
  width: 40px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: none;
}
.amountcontroller button {
  padding: 0 15px;
  display: inline-block;
  height: 100%;
  line-height: 100%;
  background: #f3f3f3;
  color: #7d7d7d;
}
.amount .botton-bar {
  padding: 20px;
  font-size: 0.9em;
}
.amount .botton-bar button {
  padding: 5px 15px;
  margin-left: 10px;
  border-radius: 5px;
}
.amount .botton-bar button.cancel {
  background: none;
  color: #000;
}
.amount .botton-bar button.ok {
  background: #e62482;
  color: #fff;
}
.plandetailsright {
  padding-top: 56px;
  position: relative;
  z-index: 1;
}
.plandetails {
  background: #fff;
  padding: 20px;
}
.plandetails h4 {
  margin-top: 0px;
  color: #000;
}
.plandetails p {
  font-size: 0.8em;
}
.plandetails p span {
  color: #999;
  margin-right: 20px;
}
.plandetails p.col-xs-5,
.plandetails p.col-xs-3 {
  color: #999;
}
.plandetails .middle {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
.plandetails .total .pull-left {
  color: #999;
}
.plandetails .total .pull-right {
  color: #0a9faf;
  font-size: 1.3em;
}
.plandetails .buttonbar button {
  border-radius: 5px;
  padding: 10px 0;
  display: inline-block;
  width: 38%;
  margin: 0 3%;
  color: #fff;
}
.plandetails .buttonbar button.putitintolist {
  background: #e62482;
}
.plandetails .buttonbar button.buynow {
  background: #0a9faf;
}
.datepicker-container {
  margin-bottom: 20px;
}
.plan > .plandetailsright > section > .middle {
  height: 140px;
}
@media screen and (max-width: 1200px) {
  .plan > .tourdetailleft > section,
  .plan > .plandetailsright > section {
    height: auto;
  }
  .plan > .plandetailsright > section > .middle {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .amountpicker {
    width: 100%;
  }
}
/*datetimepicker*/

.bootstrap-datetimepicker-widget .datepicker {
  padding: 0 15px;
  margin: 0;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
}
.bootstrap-datetimepicker-widget table .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #f1f1f1;
}
.bootstrap-datetimepicker-widget table td.day {
  position: relative;
  background: none;
  text-align: center;
  line-height: 30px;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: none !important;
}
.bootstrap-datetimepicker-widget table td.day:hover::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 100%;
  margin-left: 50%;
  left: -15px;
  top: -1px;
  position: absolute;
  z-index: -1;
}
.bootstrap-datetimepicker-widget table td.day.disabled {
  position: relative;
  background: none;
}
.bootstrap-datetimepicker-widget table td.day.disabled:hover {
  background: none !important;
}
.bootstrap-datetimepicker-widget table td.day.disabled:hover::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 100%;
  margin-left: 50%;
  left: -15px;
  top: -1px;
  position: absolute;
  z-index: -1;
}
.bootstrap-datetimepicker-widget table td.active::after,
.bootstrap-datetimepicker-widget table td.active:hover::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #e62482;
  border-radius: 100%;
  margin-left: 50%;
  left: -15px;
  top: -1px;
  position: absolute;
  z-index: -1;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #e2277e;
}
.bootstrap-datetimepicker-widget table td span.active {
  background: #0a9faf;
}
.my-gallery figcaption {
  display: none;
}
#plandatepicker {
  color: #fff;
  border: none;
  border-radius: 0;
  height: 45px;
  cursor: pointer;
  text-align: center;
  padding-left: 10px;
  font-size: 16px;
}
#plandatepicker::-webkit-input-placeholder {
  color: #fff;
}
#plandatepicker::-moz-placeholder {
  color: #fff;
}
.plan-item.date::after {
  bottom: 8px;
  color: #fff;
  content: '\f107';
  transition: all 0.5s;
  position: absolute;
  right: 15px;
  font-family: fontawesome;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.plan-item.date.rotate::after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  width: 100%;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  display: none;
}
.glyphicon-chevron-right:before {
  color: #0a9faf;
  font-family: fontawesome;
  content: '\f105';
  font-size: 2em;
}
.glyphicon-chevron-left:before {
  color: #0a9faf;
  font-family: fontawesome;
  content: '\f104';
  font-size: 2em;
}
.datepicker {
  color: #333;
}
.plan-items {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px;
  margin-top: 0px;
  width: 655px;
  max-width: 100%;
}
.plan-items .item-part:nth-child(2) {
  max-height: 0px;
  overflow: hidden;
  padding: 0;
}
.plan-items .item-part {
  padding-bottom: 20px;
  transition: max-height 0.4s, padding 0.4s;
}
.plan-items .item-part .coustom-select .form-control {
  border-radius: 0;
  text-align: center;
  height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: none;
}
.plan-items .item-part .coustom-select .form-control option[value='請選擇日期'] {
  display: none;
}
.plan-items .item-part .coustom-select .amountpicker-outer {
  padding-left: 10px;
}
.plan-items .item-part .coustom-select::after {
  content: '\f0d7';
  position: absolute;
  right: 25px;
  bottom: 8px;
  font-family: fontawesome;
  z-index: 0;
}
.plan-items .item-part h4 {
  padding-top: 0;
  margin-top: 0;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: bold;
}
.plan-items .item-part button {
  font-size: 16px;
  background: none;
  color: #e62482;
  border: 1px solid #e62482;
  width: 93px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.4s;
  position: relative;
}
.plan-items .item-part button:hover {
  background: #e62482;
  color: #fff;
}
.plan-items .item-part button.disabled {
  border-color: #5b5b5b;
  color: #5b5b5b;
  background-color: #f1f1f1;
  cursor: not-allowed;
}
.plan-items .item-part button.disabled:hover {
  border-color: #5b5b5b;
  color: #5b5b5b;
  background-color: #f1f1f1;
}
.plan-items .item-part .price-set {
  margin-top: 0;
  color: #5b5b5b;
  font-size: 16px;
  margin-right: 30px;
  font-weight: bold;
}
.plan-items .item-part .price-set small {
  color: #999;
  text-decoration: line-through;
  font-size: 15px;
  display: block;
  text-align: right;
}
.plan-items.active .item-part:nth-child(2) {
  max-height: 250px;
  transition-property: overflow;
  transition-duration: 0.1s;
  transition-delay: 0.4s;
  padding: 0;
  overflow: visible;
}
.plan-items.active .item-part .amountpicker .amountcontroller button {
  background: #5b5b5b;
  color: #fff;
  width: 36px;
  height: 35px;
  padding: 0;
  line-height: 30px;
  border: none;
  border-radius: 0;
}
.plan-items.active .item-part .amountpicker button {
  padding: 0px;
}
.plan-items.active .item-part .amountpicker button.cancel {
  border: none;
}
.plan-items.active .item-part .amountpicker button.ok {
  background: #0a9faf;
  color: #fff;
  border: none;
  border-radius: 0;
}
.plan-items.active .item-part .amountpicker button::before {
  display: none;
}
.plan-items.active .item-part button {
  padding-left: 30px;
  padding-right: 10px;
  color: #5b5b5b;
  border-color: #5b5b5b;
}
.plan-items.active .item-part button:hover {
  background: #f1f1f1;
}
.plan-items.active .item-part button::before {
  content: '\f00c';
  font-family: fontawesome;
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.tourdetailleft p {
  font-size: 16px !important;
}
#jump {
  padding-top: 39px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
}
.resetlist {
  padding: 15px;
  font-size: 16px;
}
.anchor li {
  font-size: 16px;
}
@keyframes show-overflow {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}
@-webkit-keyframes show-overflow {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}
.fb-like {
  max-width: 100%;
  overflow: hidden;
  display: inherit !important;
}
#keyword {
  font-size: 14px !important;
}
.searchbarhotplace button {
  height: 40px;
  line-height: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.searchbarhotplace .form-control {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
/*������*/

.search-bar-item.tablist-item {
  margin-top: -15px;
}
.hotplace {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  z-index: 51;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  max-height: 0vh;
  transition: max-height 0.7s;
  overflow-y: scroll;
  overflow-x: hidden;
}
.hotplace .ul-item ul:nth-last-child(1) {
  border: none;
}
.hotplace .ul-item ul {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.hotplace .ul-item ul.country li:nth-child(1)::after {
  font-family: fontawesome;
  content: "\f0ac  \570B \5BB6 /\57CE \5E02";
  font-size: 13px;
  line-height: 38px;
  float: right;
}
.hotplace .ul-item ul.view li:nth-child(1)::after {
  font-family: fontawesome;
  content: "\f19c  \666F \9EDE";
  font-size: 13px;
  line-height: 38px;
  float: right;
}
.hotplace .ul-item ul.local li:nth-child(1)::after {
  font-family: fontawesome;
  content: "\f11d  \7576 \5730 \6E38";
  font-size: 13px;
  line-height: 38px;
  float: right;
}
.hotplace .ul-item ul.content li:nth-child(1)::after {
  font-family: fontawesome;
  content: "\f0f6   \5167 \5BB9 ";
  font-size: 13px;
  line-height: 38px;
  float: right;
}
.hotplace .ul-item ul li {
  padding: 0 15px;
  width: 100%;
  height: 40px;
}
.hotplace .ul-item ul li:hover {
  background: #e5f1f3;
}
.hotplace .ul-item ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 40px;
  line-height: 40px;
  width: 70%;
  font-size: 15px;
  text-align: left;
  line-height: 41px;
  letter-spacing: 0.4px;
  color: #333;
  float: left;
}
.containerofhotplace {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
}
.containerofhotplace .hotplacelist {
  flex: 1 2;
  -moz-flex: 1 2;
  -ms-flex: 1 2;
  -webkit-flex: 1 2;
  flex-basis: 100%;
}
.containerofhotplace .hotplacecontent {
  flex-shrink: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  flex-basis: 100%;
}
.hotplace.active {
  max-height: 380px;
  padding: 15px 0 0 0;
}
.hotplace h5 {
  font-weight: bold;
  color: #000;
}
.hotplacelist h5 {
  margin-top: 0px;
  font-weight: bold;
}
.hotplacelist span {
  color: #999;
  font-size: 0.8em;
  white-space: nowrap;
  display: inline;
}
.hotplacelist a:hover {
  color: #333;
}
.hotplacelist {
  padding: 0;
  margin: 0;
  background: #F6F6F6;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.hotplacelist > li {
  padding: 10px 20px;
  position: relative;
}
.hotplacelist > li:hover {
  background-color: #EAEAEA;
}
.hotplacelist > li.active {
  background: #E0E0E0;
}
.hotplacelist > li.active::after {
  color: #E0E0E0;
  content: "\f0da";
  font-family: "fontawesome";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}
.hotplaces {
  display: none;
}
.hotplaces.active {
  display: block;
}
.hotplaces > .row > dd > a {
  font-size: 0.8em;
  color: #000;
  white-space: nowrap;
  margin-right: 10px;
}
.hotplaces > .row > dd > a:hover {
  color: #e62482;
}
.hotplaces .row dt {
  float: left;
  width: 100px;
  text-align: left;
  padding-left: 34px;
  color: #000;
  font-size: 0.8em;
  padding-top: 21px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
@media (max-width: 400px) {
  .hotplaces .row dt {
    padding-left: 15px;
    width: 80px;
  }
}
.hotplaces .row dd {
  padding-top: 17px;
  padding-left: 120px;
  width: 100%;
  text-align: left;
}
@media (max-width: 400px) {
  .hotplaces .row dd {
    padding-left: 90px;
  }
}
.hotplaces .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0px;
}
.hotplaces .row:nth-last-child(1) {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .searchbarhotplace > .form-group {
    width: 100%;
  }
}
.searchbarhotplace {
  display: inline-block;
  border-radius: 5px;
  margin: 0 auto;
  height: 40px;
  position: relative;
  background: #fff;
  width: 500px;
}
.searchbarhotplace button {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 500px) {
  .searchbarhotplace {
    width: 80%;
  }
}
.searchbarhotplace button {
  height: 40px;
  line-height: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.searchbarhotplace .form-control {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .searchbarhotplace > .form-group {
    width: 100%;
  }
}
.mobile-anchor-shell {
  width: 100%;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
}
.mobile-anchor-shell::-webkit-scrollbar {
  display: none;
}
.anchor-outer {
  position: relative;
  width: 100%;
}
.searchbar {
  overflow: visible;
}
.searchbar .tablist li a {
  color: #999;
}
.cost ul,
.attention-stuff ul,
.cancel-rules ul,
.cost ol,
.attention-stuff ol,
.cancel-rules ol {
  list-style: none;
  padding-left: 0;
}
.cost ul li,
.attention-stuff ul li,
.cancel-rules ul li,
.cost ol li,
.attention-stuff ol li,
.cancel-rules ol li {
  padding-left: 0;
  margin-left: 0;
}
.cost ul li::before,
.attention-stuff ul li::before,
.cancel-rules ul li::before,
.cost ol li::before,
.attention-stuff ol li::before,
.cancel-rules ol li::before {
  content: '*';
  margin-right: 5px;
}
.pswp__button--arrow--left::before {
  background-image: none !important;
  content: '\f060 ' !important;
  font-family: fontawesome;
  font-size: 30px;
}
.pswp__button--arrow--left:hover::before {
  color: #fff;
}
.pswp__button--arrow--right::before {
  background-image: none !important;
  content: '\f061 ' !important;
  font-family: fontawesome;
  font-size: 30px;
}
.pswp__button--arrow--right:hover::before {
  color: #fff;
}
.pc-anchor li {
  flex-grow: 1;
}
.counter-input::-webkit-inner-spin-button,
.counter-input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
.counter-input[type="number"] {
  -moz-appearance: textfield;
}
.counter-input {
  background: transparent;
}
.staring {
  font-size: 14px;
  padding-top: 10px;
}
.staring > span,
.staring .ratedetail,
.staring .starinorder > span {
  display: inline-block;
  padding-top: 5px;
}
.staring .starinorder .ratedetail {
  margin: 0;
}
.staring .starinorder .point {
  float: right;
  font-size: 28px;
  color: #0a9faf;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #e62482;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: none;
  color: #999;
}
.title > .ratedetail span {
  font-size: 18px !important;
}
.title > .ratedetail .pull-right {
  color: #0a9faf;
  margin-left: 15px;
  line-height: 32px;
  font-size: 24px !important;
}
