@charset "UTF-8";
.china-tours-top {
  position: relative;
}
.china-tours-top .china-tours-search {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  width: 550px;
}
.china-tours-top .china-tours-search .china-tours-search_cont {
  background: #ffffff;
  color: #444444;
  border-radius: 10px;
  padding: 8px;
}
.china-tours-top .china-tours-search .china-tours-search_cont ul {
  list-style: none;
  padding-left: 0;
}
.china-tours-top .china-tours-search .china-tours-search_cont ul li label {
  padding-left: 5px;
  cursor: pointer;
}
.china-tours-top .china-tours-search .china-tours-search_cont .search_btn {
  background: #eb6100;
  color: #ffffff;
  border: none;
  padding: 1px 20px;
  border-radius: 5px;
}

.select_des {
  list-style: none;
  padding: 5px 10px;
}
.select_des li label {
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
    font-size: 14px;
  }
}
.tours-theme {
  padding: 10px 0 30px;
}

.tours-audience {
  padding: 10px 0 30px;
  background: #eeeeee;
}
.tours-audience .item p {
  text-align: center;
  color: #444444;
  font-size: 18px;
  padding: 3px 0;
}

.city-tours {
  padding: 10px 0 30px;
}
.city-tours .item {
  position: relative;
  margin: 10px 0;
}
.city-tours .item p {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.city-tours .item:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.city-tours .item:hover:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

#carouselTopTours {
  padding: 10px 0 20px;
  margin-bottom: 25px;
}
#carouselTopTours .fb-item {
  border: 1px solid #eeeeee;
  padding: 5px 10px;
}
#carouselTopTours .fb-item .name {
  margin-bottom: 0;
  padding-top: 15px;
  font-weight: bold;
}
#carouselTopTours .fb-item .text-cont {
  height: 100px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
#carouselTopTours .carousel-indicators {
  bottom: -20px;
}
#carouselTopTours .carousel-indicators li {
  background-color: #ff0000;
}

.top10-tm {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .top10-tm {
    background: url(../jpg/top-10-china-tours-1.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.top10-tm .top10-form {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.top10-tm .top10-form h2 {
  text-align: center;
  color: #fff;
  background: #444444;
  padding: 10px 0;
}
.top10-tm .top10-form .book-item {
  padding: 10px 10px;
}
.top10-tm .top10-form .travel-item {
  border-top: 1px dashed #ccc !important;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10px;
}
.top10-tm .top10-form .travel-item .request-item {
  margin-bottom: 10px;
}

.tour-list {
  padding-bottom: 20px;
}

.tours-tm {
  background: #eeeeee;
}

.tour-reviews {
  background-color: #34e1a1;
  padding: 25px 0;
}
.tour-reviews .carousel-inner .carousel-item {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 0 3px #ffffff;
}
.tour-reviews .carousel-inner .carousel-item .fb-item {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 0 3px #ffffff;
}
.tour-reviews .carousel-inner .carousel-item .fb-item h3 {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
.tour-reviews .carousel-inner .carousel-item .fb-item .name {
  padding-top: 5px;
  font-weight: 700;
  font-size: 16px;
}
.tour-reviews .carousel-inner .carousel-item .fb-item .name span {
  font-weight: normal;
  padding-left: 8px;
}
.tour-reviews .carousel-inner .carousel-item .fb-item .text-cont.active {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tour-reviews .carousel-inner .carousel-item .fb-item .more span {
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.tour-reviews .carousel-control-prev, .tour-reviews .carousel-control-next {
  width: 30px;
  background-image: none;
  top: 5%;
  margin-top: -35px;
}
.tour-reviews .carousel-control-prev {
  margin-left: -30px;
}
.tour-reviews .carousel-control-next {
  margin-right: -30px;
}
@media (max-width: 768px) {
  .tour-reviews .carousel-control-prev {
    margin-left: 0;
  }
  .tour-reviews .carousel-control-next {
    margin-right: 0;
  }
}
.tour-reviews .tripadvisor-img img {
  display: block;
  margin: auto;
}

.top10-footer a {
  font-size: 18px;
  color: #444444;
}

.asia-tours .item {
  margin: 15px 0 10px;
}

.asia-tours .sub-title {
  color: #B00000;
}

.page-top .page-info p img {
  width: initial;
}
.page-top p:first-child img {
  width: 100%;
}

.tour-info {
  padding-bottom: 20px;
  padding-top: 20px;
}
.tour-info .head-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 10px;
  color: #B00000;
}
.tour-info .no-collapse-head .price-inq {
  display: flex;
  margin: 10px auto 20px auto;
  height: 40px;
  min-width: 290px;
}
.tour-info .no-collapse-head .price-inq p {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B00000;
  padding: 0 5px;
  text-align: center;
}
.tour-info .no-collapse-head .price-inq p .red {
  font-weight: bold;
}
.tour-info .no-collapse-head .price-inq .line-inquiry {
  font-size: 1.5em;
  background: #B00000;
}
.tour-info .no-collapse-head .price-inq .line-inquiry a {
  color: #ffffff;
}
.tour-info h1 {
  padding: 0 0 20px;
}
.tour-info .column-title-triangle {
  font-family: Arial;
  /* line-height: 40px; */
  font-size: 1.5em;
  font-weight: bold;
  color: #B80007;
}
.tour-info .tour-info-right p {
  margin-bottom: 10px;
}
.tour-info .tour-info-right .t-code {
  padding-left: 25px;
  background: url("../png/1-3.png") no-repeat left;
}
.tour-info .tour-info-right .t-type {
  padding-left: 25px;
  background: url("../png/2-5.png") no-repeat left;
}
.tour-info .tour-info-right .t-high {
  padding-left: 25px;
  background: url("../png/3-3.png") no-repeat left;
}
.tour-info .tour-info-right .price {
  font-size: 18px;
  margin: 20px 0;
}
.tour-info .tour-info-right .price span {
  font-size: 20px;
}
.tour-info .tour-info-right .price del {
  padding: 0 5px;
}
.tour-info .table_detail table {
  border: 1px solid #dddddd;
}
.tour-info .table_detail table tr td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 0.3rem 0.5rem;
}
.tour-info .table_detail table tr:first-child {
  background: #eeeeee;
}
.tour-info .line_quire ul {
  justify-content: center;
  display: flex;
  height: 35px;
  line-height: 35px;
  margin: 20px auto;
  list-style: none;
}
.tour-info .line_quire ul li {
  width: 30%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}
.tour-info .line_quire ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-size: 1.5em;
  height: 40px;
  line-height: 40px;
}
.tour-info #xc-info-old img {
  max-width: 100%;
}

@media (max-width: 578px) {
  .tour-info .line_quire ul {
    padding-left: 0;
  }
  .tour-info .line_quire ul li {
    width: 100%;
  }
}
.tour-details {
  background: #eeeeee;
  padding: 25px 0;
}
.tour-details .ss-collapse .ling-nav {
  background: #535353;
  position: relative;
  overflow: hidden;
}
.tour-details .ss-collapse .ling-nav > a {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding: 10px;
  font-size: 30px;
  text-decoration: none;
}
.tour-details .ss-collapse .ling-nav > a.active {
  background: #535353;
}
@media (min-width: 992px) {
  .tour-details .ss-collapse .ling-nav > a {
    padding: 10px;
    font-size: 30px;
  }
}
.tour-details .ss-collapse .ling-nav .oc-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0 10px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tour-details .ss-collapse .ling-nav .oc-btn {
    font-size: 16px;
  }
}
.tour-details .ss-collapse .ling-nav.nav-active {
  position: fixed;
  top: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .tour-details .ss-collapse .ling-nav.nav-active {
    width: 510px;
  }
}
@media (min-width: 768px) {
  .tour-details .ss-collapse .ling-nav.nav-active {
    width: 690px;
  }
}
@media (min-width: 1200px) {
  .tour-details .ss-collapse .ling-nav.nav-active {
    width: 825px;
  }
}
.tour-details .ss-collapse .collapse-item {
  background: #ffffff;
  margin: 10px 0 15px;
  padding: 10px;
}
.tour-details .ss-collapse .collapse-item .c-header {
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}
.tour-details .ss-collapse .collapse-item .c-header::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #b00000 transparent transparent transparent;
  top: 20px;
  right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.tour-details .ss-collapse .collapse-item .c-header.active:after {
  top: 12px;
  border-color: transparent transparent #b00000 transparent;
}
.tour-details .ss-collapse .collapse-item .c-header h5 span {
  padding-right: 10px;
}
.tour-details .ss-collapse .collapse-item .c-content {
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border-top: 1px dotted #ccc;
  text-align: justify;
  padding-top: 10px;
}
.tour-details .ss-collapse .collapse-item .c-content img {
  max-width: 100%;
}
.tour-details .ss-collapse #xc-info-old {
  background: #fff;
  padding: 25px 15px;
}
.tour-details.nav-active {
  position: fixed;
  top: 0;
  z-index: 1;
}
.tour-details .right-item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #FFFFFF;
  text-align: center;
}
.tour-details #right-form .right-item {
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.tour-details #right-form .right-item h4 {
  color: #b00000;
  padding-top: 20px;
  text-align: center;
}
.tour-details #right-form .right-item .right-form {
  padding: 5px 10px;
}
.tour-details #right-form .right-item .right-form .r-minadd {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item {
  position: relative;
  height: 40px;
  display: inline-block;
}
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item input {
  border: 1px solid #ccc;
  width: 60px;
  height: 40px;
  margin-left: 2px;
  padding-left: 5px;
}
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item .min,
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item .add {
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  right: 2px;
  background: #ededed;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 16px;
  border-color: #ededed;
  cursor: pointer;
}
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item .min:hover,
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item .add:hover {
  color: #b00;
}
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item .min {
  bottom: 2px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tour-details #right-form .right-item .right-form .r-minadd .r-add-item .add {
  top: 2px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.tour-details #right-form.rf-active .form-r {
  box-shadow: 0 0 3px #aaaaaa;
  -webkit-box-shadow: 0 0 3px #aaaaaa;
  -moz-box-shadow: 0 0 3px #aaaaaa;
}
@media (min-width: 768px) {
  .tour-details #right-form {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .tour-details #right-form {
    width: 255px;
  }
}

.details-notice {
  padding: 5px 0 20px;
}
.details-notice .reviews-panel {
  background: #EEEEEE;
  padding: 15px 5px 5px;
  padding-bottom: 20px;
}
.details-notice .reviews-panel h4 {
  position: relative;
  background: url("../png/11.png") no-repeat left;
  padding-left: 35px;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.details-notice .reviews-panel h4 span {
  position: absolute;
  right: 5px;
  padding: 3px 10px;
  border: 1px solid #ee7b2a;
  border-radius: 10px;
  font-size: 16px;
}
.details-notice .reviews-panel h4 span::hover {
  background: #ee7b2a;
}
.details-notice .reviews-panel h4 span::hover a {
  color: #FFFFFF;
}
.details-notice .reviews-panel h4 span a {
  color: #ee7b2a;
  font-size: 14px;
}
@media (max-width: 768px) {
  .details-notice .reviews-panel h4 span a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .details-notice .reviews-panel h4 span {
    bottom: -25px;
  }
}
.details-notice .reviews-panel .r-panel {
  margin-top: 10px;
}
.details-notice .reviews-panel .r-panel .pl-item {
  position: absolute;
  display: block;
  opacity: 0;
  overflow: hidden;
  padding: 10px 5px;
  background: #FFFFFF;
  margin-bottom: 10px;
  left: -9999px;
}
.details-notice .reviews-panel .r-panel .pl-item.active {
  position: relative;
  opacity: 1;
  left: 0;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-user {
  text-align: center;
  word-wrap: break-word;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-user .ss-ms img {
  position: relative;
  top: 0;
  margin-left: 50%;
  left: -30px;
  border-radius: 50%;
  width: 60px;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-cont {
  display: block;
  position: relative;
  width: 100%;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-cont.state-hidden {
  height: 76px;
  overflow: hidden;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-cont .show-more {
  position: absolute;
  right: 0;
  top: 50px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white, white, white);
  /* Safari 5.1 - 6 */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white, white, white);
  /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white, white, white);
  /* Firefox 3.6 - 15*/
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, white, white);
  /* 标准的语法 */
  padding-left: 25px;
  color: #069;
  cursor: pointer;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-cont .show-more.active {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 5px;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-star {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.details-notice .reviews-panel .r-panel .pl-item .pl-star img {
  margin-right: 5px;
  margin-top: -5px;
}
.details-notice .reviews-panel .t-star {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 10px;
}
.details-notice .reviews-panel .t-star img {
  margin-top: -5px;
}
.details-notice .reviews-panel .pl-more {
  text-align: center;
  margin: 25px auto 5px;
}
.details-notice .reviews-panel .pl-more span {
  color: #ee7b2a;
  border: 1px solid #ee7b2a;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
.details-notice .reviews-panel .pl-more span:hover {
  background: #ee7b2a;
  color: #fff;
}
.details-notice .reviews-panel .pl-more span.more-up:before, .details-notice .reviews-panel .pl-more span.more-up:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  border: 10px solid;
}
.details-notice .reviews-panel .pl-more span.more-up:before {
  border-color: #ee7b2a transparent transparent transparent;
  bottom: -25px;
}
.details-notice .reviews-panel .pl-more span.more-up:after {
  border-color: #eee transparent transparent transparent;
  bottom: -23px;
}
.details-notice .reviews-panel .pl-more span.more-dw:before, .details-notice .reviews-panel .pl-more span.more-dw:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  border: 10px solid;
}
.details-notice .reviews-panel .pl-more span.more-dw:before {
  border-color: transparent transparent #ee7b2a transparent;
  top: -25px;
}
.details-notice .reviews-panel .pl-more span.more-dw:after {
  border-color: transparent transparent #eee  transparent;
  top: -23px;
}
.details-notice .reviews-panel .pl-cont {
  word-wrap: break-word;
}

.ss-line-item.useful-info ul {
  padding-left: 15px;
  list-style: none;
}
.ss-line-item.useful-info ul li {
  position: relative;
  padding-left: 10px;
}
.ss-line-item.useful-info ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background: #444444;
}
.ss-line-item.useful-info ul li a {
  color: #444444;
}
.ss-line-item .c-us-pc {
  overflow: hidden;
  background: url(../jpg/c-us.jpg) no-repeat left top;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.ss-line-item .table-tab .year-item .year {
  font-size: 20px;
  padding: 5px 30px;
  border: 1px solid #dee2e6;
  border-bottom: none;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ss-line-item .table-tab .year-item .year.active {
  background: #FEEED7;
}
.ss-line-item .table-tab .table-item {
  display: none;
}
.ss-line-item .table-tab .table-item th {
  font-weight: normal;
  background: #FEEED7;
  text-align: center;
}
.ss-line-item .table-tab .table-item td {
  text-align: center;
}
.ss-line-item .table-tab .table-item td a {
  padding: 2px 10px;
  background: #eb6100;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
}
.ss-line-item .table-tab .table-item.active {
  display: block;
}
.ss-line-item table td, .ss-line-item table th {
  padding: .6rem;
  vertical-align: middle;
}
.ss-line-item table td p, .ss-line-item table th p {
  margin-bottom: 0;
}
.ss-line-item .price-info {
  padding: 20px 0 10px;
}
.ss-line-item .price-info h4.priceinfo {
  padding-left: 25px;
  background: url(../png/8-3.png) no-repeat left;
  background-size: 20px 20px;
}
.ss-line-item .price-info h4.expriceinfo {
  padding-left: 25px;
  background: url(../png/9-3.png) no-repeat left;
  background-size: 20px 20px;
}
.ss-line-item .asia-tours-price table td, .ss-line-item .asia-tours-price table th {
  text-align: center;
}

.family-feedback {
  padding-bottom: 25px;
}
.family-feedback h2 {
  text-align: center;
  padding: 30px;
  color: #575757;
  font-size: 30px;
  width: 100%;
}
.family-feedback h2 a {
  color: #337ab7;
  text-decoration: none;
}
.family-feedback .carousel {
  border: 2px solid #dddddd;
  padding: 15px 15px;
}
.family-feedback .carousel .carousel-item a {
  display: flex;
}
.family-feedback .carousel .carousel-item a div {
  display: inline-block;
}
.family-feedback .carousel .carousel-item a:hover {
  text-decoration: none;
}
.family-feedback .carousel .carousel-item a p {
  color: #444444;
}
.family-feedback .carousel .carousel-item .fb-name {
  text-align: center;
  margin-bottom: 0;
}
.family-feedback .carousel .carousel-control-prev {
  width: auto;
}
.family-feedback .carousel .carousel-control-prev .carousel-control-prev-icon {
  color: #aaaaaa;
  background-image: none;
  top: 50%;
  margin-top: -35px;
  font-weight: bold;
  font-size: 3em;
}
.family-feedback .carousel .carousel-control-next {
  width: auto;
}
.family-feedback .carousel .carousel-control-next .carousel-control-next-icon {
  color: #aaaaaa;
  background-image: none;
  top: 50%;
  margin-top: -35px;
  font-weight: bold;
  font-size: 3em;
}

.search-list .item {
  margin: 10px 0;
  border-bottom: 2px dotted #dddddd;
  padding: 5px 8px;
}
.search-list .item:hover {
  background: #eeeeee;
}
.search-list .item p {
  margin-bottom: 0;
}
.search-list .item p.title {
  font-size: 18px;
  margin-bottom: 10px;
}
.search-list .item p.title a {
  color: #444444;
}
.search-list .item p.des {
  background: url("../png/weizhi.png") no-repeat left 2px;
  padding-left: 25px;
  margin-bottom: 15px;
}
.search-list .item p.price {
  font-size: 18px;
  margin-bottom: 10px;
}

.book-page.book-bg {
  background: #eeeeee;
}
.book-page .book-item {
  background: #FFFFFF;
  margin: 10px 0 15px;
  overflow: hidden;
  border-radius: 8px;
}
.book-page .book-item h2 {
  margin-top: 0;
  background: #434343;
  color: #fff;
  padding: 8px 5px 8px 10px;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.book-page .book-item h2 span img {
  position: relative;
  margin-top: -5px;
  margin-right: 10px;
}
.book-page .book-item .item-content {
  padding: 8px 15px 0;
}
.book-page .book-item .item-content p {
  margin-bottom: 0.75rem;
}
.book-page .book-item .item-content .travel-item {
  margin: 10px 0 15px;
  padding: 8px 0;
}
.book-page .book-item .item-content h3 {
  color: #b00000;
}

.theme-info h2 {
  width: 100%;
  color: #B00000;
  display: block;
  float: left;
  position: relative;
  background: #eee;
  height: 45px;
  line-height: 45px;
  padding-left: 55px;
  margin: 25px 0 5px;
}
.theme-info .clear {
  clear: both;
}
.theme-info .china_tour_list_title h2:before {
  content: "";
  width: 45px;
  text-align: center;
  float: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 40px;
  padding-left: 10px;
  background: #eb6100 url(../gif/arrows.gif) no-repeat 10px 10px;
}
.theme-info .china_tour_list_title {
  margin-bottom: 20px;
}
.theme-info .list-item {
  margin-bottom: 20px;
}
.theme-info .list-item ul {
  width: 70%;
  float: right;
}
.theme-info .list-item ul li {
  list-style-type: none;
}
.theme-info .list-item ul li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -15px;
  border: 5px solid;
  border-color: transparent transparent transparent #B00000;
}
.theme-info .list-item ul li a {
  font-size: 1em;
  text-decoration: none;
  color: #555555;
}
.theme-info .list-item ul li a:hover {
  text-decoration: underline;
  color: #FF0000;
}

@media (max-width: 768px) {
  .theme-info .list-item > ul {
    width: 100%;
    font-size: 0.9em;
    padding-left: 0;
  }
}
.ss-fb-main {
  padding: 10px 0 35px 0;
}
.ss-fb-main h3 {
  text-align: center;
  padding: 25px;
  font-size: 24px;
}
.ss-fb-main h3 span {
  padding-bottom: 8px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
}
.ss-fb-main h3 span:before {
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -25px;
  background: #bb0000;
}
.ss-fb-main h4 {
  text-align: center;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 18px;
}
.ss-fb-main .carousel-indicators {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.ss-fb-main .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.ss-fb-main .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #b00;
  border: 1px solid #b00;
}
.ss-fb-main .carousel .fb-item {
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 5px;
}
.ss-fb-main .carousel .name {
  padding-top: 15px;
  font-weight: bold;
  text-align: left;
}
.ss-fb-main .carousel .text-cont {
  height: 70px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ss-faq-main {
  padding: 15px 0;
}
.ss-faq-main h3 {
  position: relative;
  border-bottom: 1px dotted #9d9d9d;
  font-size: 24px;
  padding: 15px 0;
}
.ss-faq-main h3 span {
  position: absolute;
  right: 10px;
  font-size: 14px;
  border: 1px solid #9d9d9d;
  padding: 2px 5px;
  border-radius: 5px;
}
.ss-faq-main .ss-faq-item {
  padding: 0 5px;
  margin: 10px 0;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
}
.ss-faq-main .ss-faq-item .ss-faq-title {
  padding: 10px 25px 10px 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: #777777;
}
.ss-faq-main .ss-faq-item .ss-faq-cont {
  display: none;
  padding: 5px 10px;
  font-size: 16px;
}

.book-room .min + input {
  width: 30px;
  text-align: center;
  height: 23px;
  border: 1px solid;
  border-color: transparent transparent #cccccc transparent;
}
.book-room .min, .book-room .add {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  padding: 3px 8px;
  border: 1px solid #cccccc;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.book-room .min:hover, .book-room .add:hover {
  background: #eeeeee;
}
.book-room .item-list {
  border: 1px solid #dcdcdc;
}
.book-room .item-list h3 {
  margin: 0;
  padding: 0;
}
.book-room .item-list .room-item {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.book-room .item-list .room-item .num {
  margin-bottom: 15px;
  padding-bottom: 5px;
  overflow: hidden;
}
.book-room .item-list .room-item .room-num {
  padding: 5px 10px;
  font-size: 16px;
}
.book-room .addroom {
  color: #448aca;
  margin-right: 15px;
  cursor: pointer;
}
.book-room .removeroom {
  display: none;
  cursor: pointer;
}
.book-room .removeroom.active {
  display: inline-block;
  color: #448aca;
}

.book-info {
  border: 1px solid #eeeeee;
}
.book-info h3 {
  background: #eeeeee;
  padding: 15px 15px;
  margin: 0;
  font-size: 2rem;
}
.book-info .book-info-content {
  padding: 5px 15px;
}

.book-user h3 {
  padding: 15px 0;
}

.datepicker-jq .book_table_day input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbb;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.datepicker-jq .book_table_day input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.datepicker-jq .book_table_date input {
  z-index: 0;
  background: transparent;
  width: 320px;
}
.datepicker-jq .book_table_date span {
  align-items: center;
}
.datepicker-jq .book_table_date .number-item {
  position: relative;
  align-items: center;
}
.datepicker-jq .book_table_date .number-item .min {
  position: absolute;
  background: #dddddd;
  height: 34px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  z-index: 1;
}
.datepicker-jq .book_table_date .number-item .add {
  position: absolute;
  background: #dddddd;
  height: 34px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  right: 0;
  z-index: 1;
}
.datepicker-jq .book_table_date .number-item .tour_days {
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=tours.css.map */
