body {
  font-family: "微软雅黑";
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
option[disabled] {
  color: #999;
}
a {
  color: #0078c8;
}
a:hover {
  text-decoration: none;
}
.container {
  min-width: 970px;
}
.con {
  position: relative;
  margin-bottom: 15px;
  background: #FFF;
  border: #ddd 1px solid;
  transition: all .2s;
}
.con:before,
.con:after {
  display: table;
  content: '';
}
.con:after {
  clear: both;
}
.con:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.con-blue {
  position: relative;
  margin-bottom: 15px;
  background: #f0f4f7;
  transition: all .2s;
}
.con-blue:before,
.con-blue:after {
  display: table;
  content: '';
}
.con-blue:after {
  clear: both;
}
.con-blue:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.con2 {
  position: relative;
  margin-bottom: 15px;
  border: #ddd 1px solid;
}
.con2:before,
.con2:after {
  display: table;
  content: '';
}
.con2:after {
  clear: both;
}
.bar {
  margin-bottom: 20px;
  position: relative;
}
.bar:before,
.bar:after {
  display: table;
  content: '';
}
.bar:after {
  clear: both;
}
.bar .marks {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #0078c8;
}
.bar-title {
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #0078c8;
}
.bar-tip {
  margin-left: 10px;
  font-size: 16px;
  color: #909090;
}
.bar2-title {
  padding-left: 15px;
  padding-right: 15px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 18px;
  border-bottom: #ddd 1px solid;
}
.thumbnail {
  border-radius: 0;
  background: #f0f4f7!important;
}
.btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 9px 12px;
}
.btn-default-shadow:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 10px -14px rgba(0, 120, 200, 0.3);
}
.btn-default {
  transition: all .2s;
  color: #0078c8;
  background: #fff;
}
.btn-default:hover {
  color: #0078c8;
}
.btn-primary {
  background-color: #0078c8;
}
.btn-yellow {
  background-color: #f5c34e;
  color: #fff;
}
.btn-yellow:hover {
  color: #fff;
}
.btn-red {
  background-color: #ff5555;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
}
.text-muted {
  color: #909090;
}
.modal-content {
  border-radius: 0;
  min-width: 500px;
}
.modal-header {
  background-color: #f3f3f3;
}
.form-control {
  border-radius: 0;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
}
.breadcrumb > li + li:before {
  content: '>';
}
.crumb {
  margin-left: 10px;
  font-size: 14px;
  color: #909090;
}
.crumb .cat-text {
  margin-top: 4px;
  float: left;
  display: inline;
  line-height: 22px;
  height: 22px;
  color: #636363;
  text-decoration: none;
}
.crumb .arrow {
  float: left;
  margin: 4px 3px 0;
}
.crumb .pro {
  position: relative;
  float: left;
  display: block;
  margin: 4px 5px 0 0;
  padding: 0 22px 0 4px;
  max-width: 144px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #e8e8e8;
  height: 24px;
  line-height: 1.45;
  color: #636363;
  text-decoration: none;
}
.crumb .pro:hover {
  background: #f0f4f7;
  border: 1px solid #84c0ee;
}
.crumb .pro:hover .glyphicon {
  color: #0078C8;
}
.crumb .glyphicon {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 10px;
  color: #A8A8A8;
}
/*header*/
.header {
  z-index: 99;
  width: 100%;
}
.header.header-gradient {
  background: #094b76;
  background: -webkit-linear-gradient(left, #094b76, #0d2331);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #094b76, #0d2331);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #094b76, #0d2331);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #094b76, #0d2331);
  /* 标准的语法 */
}
.header-transparent {
  background: transparent!important;
  position: fixed!important;
  box-shadow: none!important;
  border-bottom: 0!important;
  transition: all .4s ease;
}
.header-sticky {
  position: fixed!important;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
}
.header.js-transparent {
  transition: all 0.27s ease-out;
}
.header .inner {
  padding: 5px 15px;
  text-align: center;
}
.masthead-brand {
  position: relative;
  float: left;
  padding-left: 220px;
  padding-bottom: 10px;
}
.masthead-brand a {
  position: absolute;
  left: 0;
  top: -10px;
}
.masthead-nav > li,
.masthead-other > li {
  display: inline-block;
}
.masthead-nav > li + li,
.masthead-other > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a,
.masthead-other > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-other > li > a:hover,
.masthead-nav > li > a:focus,
.masthead-other > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}
.masthead-nav > .active > a,
.masthead-other > .active > a {
  color: #fff;
  border-bottom-color: #fff;
}
.masthead-nav > .active > a:hover,
.masthead-other > .active > a:hover,
.masthead-nav > .active > a:focus,
.masthead-other > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.masthead-nav {
  float: left;
}
.masthead-other {
  float: right;
}
.footer {
  border-top: #ddd 1px solid;
  text-align: center;
  color: #909090;
  font-size: 14px;
  background: #fff;
}
.footer-img ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-img ul li {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
.footer-link ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-link ul li {
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
  color: #909090;
}
.footer-link ul li a {
  color: #909090;
}
.footer-link ul li a:hover {
  color: #0078c8;
  text-decoration: none;
  transition: all .2s;
}
.footer-copyright {
  text-align: center;
  padding-bottom: 20px;
}
.reg-item {
  position: relative;
  margin-bottom: 15px;
}
.reg-item:before,
.reg-item:after {
  display: table;
  content: '';
}
.reg-item:after {
  clear: both;
}
.reg-item-icon {
  position: absolute;
  left: 7px;
  top: 50%;
  top: 6px\9;
  transform: translateY(-50%);
  z-index: 2;
  color: #909090;
}
.reg-item .form-control {
  padding-left: 24px;
}
.reg-item-flex {
  display: flex;
  display: -webkit-flex;
}
.reg-item-flex .form-control {
  flex: 1;
  -webkit-flex: 1;
}
.reg-item-yanzheng {
  display: inline-block;
  padding-left: 5px;
}
.w {
  margin: 0 auto;
  width: 1230px;
  overflow: hidden;
}
.page-bgcolor1 {
  background: #fff;
}
.page-bgcolor2 {
  background: #f2f3f5;
}
.topbanner {
  position: relative;
}
.quick-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 18%;
  margin-top: -182px;
  width: 312px;
  background: #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.3) 6px 3px 5px;
}
.quick-box-hd {
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #094b76;
  color: #fff;
  font-size: 18px;
  border-bottom: #ddd 1px solid;
}
.quick-box-bd {
  padding: 20px 15px;
}
.quick-box .checkout-group {
  margin-bottom: 10px;
}
.quick-box .checkout-group li {
  margin-right: 0;
}
.quick-box .checkout-group label {
  color: #333333;
  font-size: 16px;
}
.notice-bar {
  display: flex;
  display: -webkit-flex;
  height: 50px;
  line-height: 50px;
  width: 100%;
  overflow: hidden;
}
.notice-bar-title {
  float: left\9;
  width: 110px;
  padding: 0 5px 0 15px;
  font-size: 13px;
  color: #909090;
  background: #fff;
}
.notice-bar-title i {
  color: #f35719;
}
.notice-bar-con {
  flex: 1;
  -webkit-flex: 1;
  float: left\9;
  width: 1120px\9;
  white-space: nowrap;
  overflow: hidden;
}
.notice-bar-con .wrap {
  position: relative;
  overflow: hidden;
  height: 50px;
}
.notice-bar-con .wrap ul {
  overflow: hidden;
  position: absolute;
  width: 1600px;
  left: 0;
  top: 0;
  _height: 1px;
}
.notice-bar-con .wrap ul li {
  float: left;
}
.notice-bar-con .symbol {
  font-family: "宋体";
}
.notice-bar-con a {
  margin-right: 20px;
}
.notice-bar-con a:hover {
  text-decoration: underline;
}
.yewu-infolist {
  padding: 80px 0;
}
.yewu-infolist:before,
.yewu-infolist:after {
  display: table;
  content: '';
}
.yewu-infolist:after {
  clear: both;
}
.yewu-infolist-item {
  float: left;
  margin: 0 15px;
  padding: 15px;
  width: 277px;
  height: 350px;
  text-align: center;
  background: #fff;
}
.yewu-infolist-item .hd {
  padding: 15px 0;
  font-size: 20px;
  color: #333;
}
.yewu-infolist-item .bd {
  font-size: 14px;
  color: #909090;
  line-height: 20px;
}
.yewu-infolist-item .bd img {
  margin-bottom: 15px;
}
.yewu-infolist-item .ft {
  margin-top: 15px;
}
.yewu-infolist-item .ft .btn-yewu {
  padding: 8px 0;
  width: 140px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fafbfc;
  border: #ddd 1px solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: .2s all;
  -webkit-transition: .2s all;
}
.yewu-infolist-item .ft .btn-yewu:hover {
  background: #f2f3f4;
}
.bigtitle {
  padding-top: 80px;
  padding-bottom: 48px;
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 36px;
}
.bigtitle-sub {
  line-height: 38px;
  color: #909090;
  font-size: 16px;
  text-align: center;
}
.bigcontent {
  margin-bottom: 80px;
}
.img-group {
  float: left;
  margin-right: 5px;
  margin-bottom: 70px;
}
.img-group a {
  display: block;
}
.img-group img {
  width: 231px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cartype-box {
  padding: 0 5px;
  overflow: hidden;
}
.cartype-group:before,
.cartype-group:after {
  display: table;
  content: '';
}
.cartype-group:after {
  clear: both;
}
.cartype-group-item {
  position: relative;
  float: left;
  width: 231px;
  height: 180px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: #ddd 1px solid;
  overflow: hidden;
}
.cartype-group-item img {
  height: 180px;
}
.cartype-group-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
}
.cartype-carousel {
  height: 420px;
  margin-bottom: 0!important;
}
.cartype-carousel .item {
  height: auto!important;
  width: 100%!important;
  max-height: 420px;
  background-color: transparent!important;
}
.cartype-carousel .carousel-inner > .item .carousel-caption {
  padding-bottom: 0;
}
.cartype-carousel .carousel-indicators {
  bottom: 0;
  text-align: center;
}
.cartype-carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
}
.cartype-carousel .carousel-indicators li.active {
  background-color: #F5C34E;
  border: none;
}
.box {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  width: 1330px;
  margin: 0 auto;
  overflow: hidden;
}
.box-con {
  width: 1230px;
  overflow: hidden;
}
.box-con dd {
  float: left;
  width: 300px;
}
.box .prev,
.box .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.box .prev img,
.box .next img {
  width: 40px;
  height: 40px;
}
.box .next {
  left: auto;
  right: 0;
}
.box .travel-box {
  padding: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 280px;
  height: 300px;
  border: #ddd 1px solid;
}
.box .travel-box img {
  width: 268px;
  height: 204px;
}
.box .travel-box:hover {
  box-shadow: 0px 0px 10px #b2b2b2;
  -webkit-box-shadow: 0px 0px 10px #b2b2b2;
}
.box .travel-box-title {
  padding: 15px 10px 5px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box .travel-box-price {
  padding: 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #ff5555;
}
.travel-btn-area {
  margin: 0 auto 20px;
  width: 1230px;
}
.travel-btn-more {
  background: #f2f3f4;
  border: #ddd 1px solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.travel-btn-more:hover {
  background: #f0f1f2;
}
.xianlu-group:before,
.xianlu-group:after {
  display: table;
  content: '';
}
.xianlu-group:after {
  clear: both;
}
.xianlu-group-list {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.xianlu-group-list .xianlu-box {
  display: block;
  padding: 0 10px;
  width: 216px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: #ddd 1px solid;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xianlu-group-list .xianlu-box:hover {
  background-color: #f2f3f5;
}
.title-wrapper {
  position: relative;
  padding-top: 50px;
  min-height: 50px;
  background: #094b76;
}
.title-wrapper .inner {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.title-wrapper h2 {
  color: #fff;
  margin-bottom: 20px;
}
.title-wrapper h4 {
  color: #fff;
}
.title-wrapper .inner-con {
  text-align: center;
}
.title-wrapper .inner-con a:focus,
.title-wrapper .inner-con a:link,
.title-wrapper .inner-con a:hover,
.title-wrapper .inner-con a:active {
  text-decoration: none;
}
.title-wrapper .search-lg {
  min-width: 940px;
  display: flex;
}
.title-wrapper .search-lg .search-left {
  flex: 1;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f5c34e;
  border-radius: 5px;
}
.title-wrapper .search-lg .search-bar {
  width: 18px;
  height: 75px;
  background: url(../images/front/search-bar.png) no-repeat;
}
.title-wrapper .search-lg .search-btn {
  width: 150px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #f5c34e;
  color: #fff;
  border-radius: 5px;
  font-size: 30px;
}
.title-wrapper .search-lg .search-btn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.container-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tag {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  min-width: 50px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  border: #ddd 1px solid;
}
.tag-hot {
  color: #FF7800;
  border-color: #ff7800;
}
.tag-new {
  color: #0078C8;
  border-color: #0078c8;
}
.tag-default {
  color: #636363;
  border-color: #b5b5b5;
}
.search-result {
  min-height: 500px;
}
.search-result .img-wrapper {
  margin-top: 20px;
  text-align: center;
}
.search-result .img-wrapper .img-txt {
  padding-bottom: 15px;
  color: #c5dbf2;
  font-size: 24px;
  font-weight: 400;
}
.thumbnail {
  position: relative;
  margin-bottom: 15px;
  background: #FFF;
  border: #ddd 1px solid;
  transition: all .2s;
}
.thumbnail .pos {
  margin-top: -34px;
}
.thumbnail:before,
.thumbnail:after {
  display: table;
  content: '';
}
.thumbnail:after {
  clear: both;
}
.thumbnail:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.thumbnail textarea {
  display: block;
  width: 100%;
  border: none;
}
.preview {
  height: auto!important;
  margin-bottom: 0!important;
}
.preview .item {
  height: auto!important;
  width: 100%!important;
  max-height: 235px;
}
.preview .carousel-inner > .item > img {
  position: relative;
  width: 100%!important;
  height: auto!important;
  max-height: 235px;
  margin-left: 0!important;
  left: auto;
}
.preview .carousel-inner > .item .carousel-caption {
  padding-bottom: 0;
}
.preview .carousel-indicators {
  bottom: 0;
  right: 2%;
  left: auto;
  text-align: right;
}
.preview .btn-default:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 10px -14px rgba(0, 120, 200, 0.3);
}
.cartype-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.cartype-main {
  float: left;
  width: 880px;
}
.cartype-side {
  float: right;
  width: 300px;
}
.cartype-container {
  background: #fff;
  border: #ddd 1px solid;
}
.cartype-list {
  min-width: 695px;
}
.cartype-list-item {
  display: table;
  padding: 25px 15px;
  width: 100%;
  border-bottom: #ddd 1px solid;
}
.cartype-list-item:last-child {
  border-bottom: transparent;
}
.cartype-list-item:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 4px 5px 5px;
}
.cartype-list .item-pic {
  display: table-cell;
  width: 230px;
  height: 150px;
  vertical-align: middle;
  overflow: hidden;
}
.cartype-list .item-pic img {
  width: 230px;
  min-height: 150px;
}
.cartype-list .item-desc {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  min-width: 300px;
}
.cartype-list .item-desc .tit {
  color: #333;
  font-size: 18px;
}
.cartype-list .item-op {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  text-align: right;
}
.filter {
  padding: 0 15px;
  min-width: 300px;
}
.filter-hd {
  padding-top: 10px;
}
.filter-hd .tit {
  color: #333333;
  font-size: 14px;
}
.cartype-size-list:before,
.cartype-size-list:after {
  display: table;
  content: '';
}
.cartype-size-list:after {
  clear: both;
}
.cartype-size-list li {
  display: inline-block;
  padding-bottom: 10px;
  width: 32%;
  text-align: center;
  font-size: 12px;
}
.cartype-size-list li a {
  color: #909090;
}
.cartype-size-list li a .iconfont {
  color: #e0e0e0;
}
.cartype-size-list li a:hover,
.cartype-size-list li a:focus {
  text-decoration: none;
}
.cartype-size-list li a.checked {
  color: #0078c8;
}
.cartype-size-list li a.checked .iconfont {
  color: #0078c8;
}
.cartype-size-list li .iconfont {
  font-size: 40px;
}
.cartype-filterlist {
  padding-top: 10px;
}
.cartype-filterlist:before,
.cartype-filterlist:after {
  display: table;
  content: '';
}
.cartype-filterlist:after {
  clear: both;
}
.cartype-filterlist li {
  float: left;
  padding-bottom: 10px;
  width: 67px;
  font-size: 12px;
  white-space: nowrap;
}
.cartype-filterlist li a {
  color: #909090;
}
.cartype-filterlist li a:hover,
.cartype-filterlist li a:focus {
  text-decoration: none;
}
.cartype-filterlist li a.checked {
  color: #0078c8;
}
.cartype-otherlist li {
  border-bottom: #ddd 1px solid;
}
.cartype-otherlist li:last-child {
  border-bottom: transparent;
}
.cartype-otherlist .thumbnail {
  margin-bottom: 0;
  background: #ffffff!important;
  border: none;
}
.cartype-otherlist .thumbnail:hover {
  box-shadow: none;
}
.go-top {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 999;
  text-align: center;
}
.go-top ul li {
  position: relative;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  cursor: pointer;
}
.go-top ul li .tool-tip {
  position: absolute;
  right: 90px;
  top: 0;
  padding: 10px;
  width: 150px;
  background: #f3f3f3;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  display: none;
  opacity: 0;
}
.go-top ul li .tool-tip:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 150px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 8px #f3f3f3;
  border-right: solid 8px transparent;
  transition: all .2s;
}
.go-top ul li:hover .tool-tip {
  display: block;
  opacity: 1;
  transition: all .2s;
}
.go-top a {
  display: block;
  width: 80px;
  height: 80px;
}
.go-top .go {
  background: #fff;
  border: #ddd 1px solid;
}
.go-top .tool {
  background-color: #094b76;
  transition: all .2s;
}
.go-top .tool:hover {
  background-color: #0078c8;
}
.step-tit {
  display: flex;
  margin-top: 20px;
  font-weight: 700;
}
.step-tit .step-tit-extra {
  flex: 1;
  margin-left: 15px;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 400;
}
.step-tit .step-tit-extra .checkbox,
.step-tit .step-tit-extra .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.step-tit .step-tit-extra .checkbox label,
.step-tit .step-tit-extra .radio label {
  color: #636363;
  font-size: 14px;
}
.step-tit .step-tit-extra .checkbox input[type=checkbox],
.step-tit .step-tit-extra .radio input[type=checkbox],
.step-tit .step-tit-extra .checkbox input[type=radio],
.step-tit .step-tit-extra .radio input[type=radio] {
  margin-top: 0;
}
.step-con {
  margin-top: 20px;
}
.step-con .checkout-txt {
  color: #636363;
  margin-right: 9px;
  margin-bottom: 15px;
}
.hr {
  border-bottom: #ddd 1px solid;
}
.checkout-group:before,
.checkout-group:after {
  display: table;
  content: '';
}
.checkout-group:after {
  clear: both;
}
.checkout-group li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px!important;
}
.checkout-group-item {
  display: inline-block;
  position: relative;
  min-width: 115px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border: #ddd 1px solid;
}
.checkout-group-item:hover,
.checkout-group-item.selected {
  padding-top: 4px;
  padding-bottom: 4px;
  border: #0078C8 2px solid;
}
.checkout-group-item:hover .checkout-tipbox,
.checkout-group-item.selected .checkout-tipbox {
  display: block;
  opacity: 1;
}
.checkout-group-item.disabled {
  background: #F5F5F5;
  border-style: dashed;
  opacity: .7;
}
.checkout-group-item:hover.disabled {
  padding-top: 5px;
  padding-bottom: 5px;
  border: #ddd 1px dashed;
}
.checkout-group-item.selected.disabled {
  padding-top: 5px;
  padding-bottom: 5px;
  border: #0078C8 1px dashed;
}
.checkout-group-item b {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url(../images/front/icon-selected.png) no-repeat;
}
.checkout-group-item .item-sum {
  float: right;
}
.checkout-group-item .item-sum .weight {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #F35719;
}
.checkout-group-item .weight {
  color: #4eadf2;
  font-size: 13px;
}
.checkout-group .checkout-tipbox {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 5px 10px;
  width: 180px;
  text-align: left;
  background: #fff;
  border: #ddd 1px solid;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 0;
}
.checkout-group .checkout-tipbox i:after {
  content: '';
  position: absolute;
  left: 20px;
  top: -8px;
  width: 20px;
  height: 9px;
  background: url(../images/front/icon-arrowup.png) no-repeat;
}
.checkout-group label {
  color: #636363;
  font-weight: 400;
  width: 72px;
  padding-right: 5px;
  text-align: right;
}
.checkout-group .input-group {
  display: inline-block;
}
.checkout-group .input-group .input-group-addon {
  padding-top: 8px;
  padding-bottom: 8px;
  width: auto;
  border-radius: 0!important;
}
.checkout-group .form-control {
  display: inline-block;
  width: auto;
  min-width: 200px;
}
.checkout-group .quantity-wrapper .input-group-addon {
  float: left;
}
.checkout-group.checkout-group-block li {
  display: block;
  margin-right: 0;
}
.checkout-group.checkout-group-block .checkout-group-item {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-group.checkout-group-block .checkout-group-item.selected,
.checkout-group.checkout-group-block .checkout-group-item:hover {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .checkout-group li {
    float: left;
  }
  .checkout-group .input-group {
    display: inline-table;
  }
  .checkout-group .input-group .form-control {
    display: table-cell;
  }
  .checkout-group.checkout-group-block li {
    float: none;
  }
}
.con textarea {
  display: block;
  width: 100%;
  border: none;
}
.quantity-remove,
.quantity-add {
  cursor: pointer;
}
.quantity-remove.glyphicon,
.quantity-add.glyphicon {
  display: block;
  cursor: pointer;
}
.form-group-options .input-group-addon {
  padding-left: 6px;
  padding-right: 6px;
}
.checkout-weight {
  color: #F35719;
}
.checkout-price {
  float: right;
  margin-bottom: 20px;
}
.checkout-price-tit {
  font-size: 14px;
  color: #636363;
}
.checkout-price-sum {
  font-size: 16px;
  color: #ff5555;
}
.checkout-price-sum .weight {
  font-size: 24px;
}
.checkout-point {
  text-align: right;
}
.checkout-point .text-muted {
  transition: all .2s;
}
.checkout-point .text-muted.hide {
  display: none;
  opacity: 0;
}
.checkout-point .text-muted.show {
  display: block;
  opacity: 1;
}
.checkout-point .checkbox label {
  margin-top: 6px;
}
.checkout-point .checkbox .form-control.hide {
  display: none;
  opacity: 0;
}
.checkout-point .checkbox .form-control.show {
  display: block;
  opacity: 1;
}
.menu-wrapper {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: #ddd 1px solid;
}
.menu-wrapper .menu:before,
.menu-wrapper .menu:after {
  display: table;
  content: '';
}
.menu-wrapper .menu:after {
  clear: both;
}
.menu-wrapper .menu li {
  display: inline-block;
  padding: 0 15px;
  color: #333;
  font-size: 18px;
}
.menu-wrapper .menu li a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #333;
}
.menu-wrapper .menu li a:hover {
  text-decoration: none;
}
.menu-wrapper .menu li a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.menu-wrapper .menu li a:focus {
  text-decoration: none;
}
.menu-wrapper .menu li.active a {
  color: #0078c8;
}
.menu-wrapper .menu li.active a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0078c8;
}
.order-table-header {
  width: 100%;
  border: #EDEDED 1px solid;
}
.order-table-header th {
  text-align: center;
  padding: 12px 15px;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}
.order-item {
  border: #ddd 1px solid;
  border-bottom: none;
  margin-bottom: 20px;
  transition: all .2s;
}
.order-item:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.order-item .order-title {
  padding: 10px 15px;
  background: #F5F5F5;
}
.order-item .order-title .col {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.order-item .order-title .date {
  color: #909090;
}
.order-item.item-active .order-title {
  background-color: #e8f2ff;
}
.order-item.item-closed .order-title {
  background-color: #F3F3F3;
}
.order-item.item-closed .order-info .date-block {
  background: #f1f2f3;
  color: #909090;
}
.order-info {
  width: 100%;
}
.order-info table {
  border-bottom: none;
}
.order-info td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: #dedede 1px solid;
}
.order-info td.br {
  border-right: #dedede 1px solid;
}
.order-info-img {
  width: 80px;
  height: 80px;
  text-align: right;
  overflow: hidden;
}
.order-info-img img {
  height: 80px;
}
.order-info .date-block {
  display: inline-block;
  margin-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #529feb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.order-info .total-num {
  font-weight: 700;
}
.order-info .order-code-bar {
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.order-info .order-code-bar a:focus {
  text-decoration: none;
}
.order-info .order-code-con {
  height: 36px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  background: #fff;
  overflow: hidden;
}
.order-info .order-code-con span {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  background: #f1f2f3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.order-info .ing {
  color: #F35719;
}
.order-info .done {
  color: #1ea000;
}
.order-info .closed {
  color: #909090;
}
.state {
  width: 1140px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.state:before,
.state:after {
  display: table;
  content: '';
}
.state:after {
  clear: both;
}
.state .left {
  float: left;
  padding: 0 15px 0 15px;
}
.state .left + .right {
  border-left: #dedede 1px solid;
}
.state .right {
  float: left;
  padding: 20px 0 0 20px;
  overflow: hidden;
}
.state .left-state {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  color: #0078c8;
}
@media screen and (min-width: 768px) {
}
.order-process {
  display: block;
  margin-top: 38px;
}
.order-process:before,
.order-process:after {
  display: table;
  content: '';
}
.order-process:after {
  clear: both;
}
.order-process ul {
  position: absolute;
  width: 100%;
  margin-top: -48px;
  text-align: center;
}
.order-process .txt1 {
  height: 36px;
  margin-bottom: 17px;
  font-size: 12px;
}
.order-process .txt2 {
  font-size: 14px;
  line-height: 25px;
  color: #909090;
}
.order-process .txt3 {
  color: #909090;
  line-height: 15px;
}
.order-process .node {
  position: relative;
  top: -32px;
  float: left;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 50px;
}
.order-process .node .iconfont {
  font-size: 36px;
  line-height: 70px;
}
.order-process .node ul {
  z-index: 1;
  width: 189px;
  margin-left: -62px;
}
.order-process .proce {
  position: relative;
  float: left;
  width: 124px;
  height: 9px;
  background: url(../images/front/proce-icons.png) no-repeat;
}
.order-process .proce.doing {
  background-color: transparent;
}
.order-process .done {
  background-position: 0 -57px;
}
.order-process .done .iconfont {
  color: #909090;
}
.order-process .done .txt1 {
  color: #909090;
  font-weight: 700;
}
.order-process .doing {
  background-position: 0 -96px;
  background-color: #f5c34e;
}
.order-process .doing .iconfont {
  color: #fff;
}
.order-process .doing .txt1,
.order-process .doing .txt2 {
  color: #f5c34e;
  font-weight: 700;
}
.order-process .ready .iconfont {
  color: #f5c34e;
}
.order-process .ready .txt2,
.order-process .ready .txt3 {
  color: #333;
}
.order-process .wait {
  color: #909090;
  background-position: 0 -19px;
}
.order-txtinfo {
  width: 100%;
  width: 1140px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
}
.order-txtinfo li {
  min-height: 249px;
}
.order-txtinfo li + li {
  border-left: #dedede 1px solid;
}
.order-txtinfo .txtinfo-tit {
  font-size: 14px;
  margin-bottom: 7px;
}
.order-txtinfo .txtinfo-con {
  display: table;
}
.order-txtinfo .txtinfo-con > div {
  margin-bottom: 5px;
}
.order-txtinfo .txtinfo-con label {
  font-weight: 400;
}
.order-txtinfo .txtinfo-con span {
  display: table-cell;
}
.order-txtinfo .txtinfo-con .txt1 {
  display: table-cell;
  width: 100px;
}
.order-txtinfo .txtinfo-con + .txtinfo-tit {
  margin-top: 20px;
}
.good-list {
  width: 1140px;
}
.good-list .order-table-header {
  margin-bottom: -1px;
}
.goods-total {
  padding-left: 15px;
  padding-right: 15px;
  width: 1140px;
}
.goods-total ul {
  float: right;
  width: 730px;
}
.goods-total ul li {
  line-height: 2;
}
.goods-total .tit {
  float: left;
  width: 600px;
  text-align: right;
}
.goods-total .tit.weight {
  color: #ff5555;
}
.goods-total .sum {
  float: left;
  width: 130px;
  text-align: right;
}
.goods-total .sum.weight {
  color: #ff5555;
  font-weight: 700;
  font-size: 16px;
}
.list-rankeditor {
  text-align: left;
}
.list-rankeditor .edit-list-item {
  vertical-align: bottom;
}
.list-rankeditor .edit-list-item:before,
.list-rankeditor .edit-list-item:after {
  display: table;
  content: '';
}
.list-rankeditor .edit-list-item:after {
  clear: both;
}
.list-rankeditor .edit-list-item-rank {
  margin-bottom: 15px;
}
.list-rankeditor .bar-label {
  float: left;
  width: 100px;
}
.list-rankeditor .rank-bar {
  float: left;
  margin-right: 5px;
  margin-top: -3px;
}
.list-rankeditor .rank-list-item {
  float: left;
  cursor: pointer;
  margin-right: 3px;
}
.list-rankeditor .rank-list.rank-disabled .rank-list-item {
  cursor: default;
}
.list-rankeditor .rank-list .icon-star-shixin {
  color: #aaa;
  font-size: 20px;
}
.list-rankeditor .rank-list .item-active .icon-star-shixin {
  color: #f5c34e;
}
.list-rankeditor .rank-txt {
  float: left;
}
.list-rankeditor .rank-txt .weight {
  color: #F35719;
}
.comment-textarea {
  padding: 10px 10px 0;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-textarea textarea {
  width: 100%;
  height: 54px;
  max-width: 100%;
  max-height: 54px;
  min-height: 54px;
  line-height: 18px;
  border: medium none;
  color: #333;
  resize: none;
  font-size: 13px;
}
.comment-textarea .textarea-ext {
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #909090;
}
.comment-con {
  margin-top: 15px;
}
.comment-con .date {
  margin-top: 5px;
  color: #909090;
}
.reback-box {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  min-height: 220px;
  background-color: #f0f4f7;
}
.reback-box .reback-con {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.reback-box .reback-con p {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.reback-box .reback-con .iconfont {
  font-size: 60px;
  margin-right: 15px;
}
.reback-box .reback-con .reback {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.reback-box .reback-con .tip {
  display: block;
  color: #333;
}
.reback-box .reback-con .tip .weight {
  color: #F35719;
}
.reback-box.success {
  color: #0078c8;
}
.reback-box.fail {
  color: #ff5555;
}
.info-card {
  width: 768px;
  margin: 0 auto;
  background: #fff;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.info-card-head {
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 24px;
}
.info-card-head-title {
  font-size: 16px;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.info-card-head-title .iconfont {
  font-size: 18px;
}
.info-card-body {
  padding: 0 24px;
}
.info-card-line li {
  border-bottom: #ddd 1px solid;
}
.info-card-line li:last-child {
  border-bottom: none;
}
.info-card-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -3px;
  margin-right: -3px;
  -ms-flex-align: center;
  align-items: center;
}
.info-card-item:before,
.info-card-item:after {
  display: table;
  content: '';
}
.info-card-item:after {
  clear: both;
}
.info-card-item .iconfont {
  font-size: 1.5em;
  color: #a8a8a8;
}
.info-card-item .item-icon {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  padding-top: 2px;
  color: #909090;
}
.info-card-item .item-txt {
  font-size: 14px;
}
.info-card-item .item-right {
  padding-left: 3px;
  padding-right: 3px;
  text-align: right;
}
.info-card-item .weight {
  color: #F35719;
}
.info-card-item .tip {
  color: #909090;
  font-size: 12px;
}
.tabbar {
  padding-top: 5px;
  padding-bottom: 5px;
  border: #DDD 1px solid;
  background: #F5F5F5;
}
.tabbar .tabbar-list:before,
.tabbar .tabbar-list:after {
  display: table;
  content: '';
}
.tabbar .tabbar-list:after {
  clear: both;
}
.tabbar .tabbar-list li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.tabbar .tabbar-list li a {
  display: inline-block;
  text-align: center;
  color: #333;
}
.tabbar .tabbar-list li a:hover,
.tabbar .tabbar-list li a:focus {
  color: #0078c8;
  text-decoration: none;
}
.tabbar .tabbar-list li.selected a {
  color: #0078c8;
}
.coupon-list:before,
.coupon-list:after {
  display: table;
  content: '';
}
.coupon-list:after {
  clear: both;
}
.coupon-box {
  float: left;
  padding: 10px;
  font-weight: lighter;
}
.coupon-box .coupon {
  position: relative;
  background-image: url(../images/front/bg-coupon.png);
  background-repeat: repeat-y;
  width: 240px;
  height: 120px;
  cursor: pointer;
}
.coupon-box .coupon .scope {
  top: 25px;
  right: 20px;
  font-weight: 700;
}
.coupon-box .coupon .lb-use-cond {
  font-size: 13px;
  top: 70px;
  left: 9px;
}
.coupon-box .coupon .use-cond {
  font-size: 13px;
  top: 70px;
  left: 74px;
}
.coupon-box .coupon .lb-valid-date {
  font-size: 13px;
  top: 90px;
  left: 9px;
}
.coupon-box .coupon .valid-date {
  font-size: 13px;
  top: 90px;
  left: 74px;
}
.coupon-box .coupon-bg-color1 {
  background-color: #f37979;
}
.coupon-box .coupon-bg-color1:hover {
  background-color: #e16363;
}
.coupon-box .coupon-bg-color2 {
  background-color: #679ee2;
}
.coupon-box .coupon-bg-color2:hover {
  background-color: #538ace;
}
.coupon-box a {
  display: block;
  float: left;
  position: absolute;
  color: #fff;
}
.coupon-box .amount {
  top: 10px;
  left: 20px;
  font-size: 40px;
  line-height: 1;
}
.coupon-box .price-symbol {
  font-size: 20px;
  font-family: "Microsoft Yahei", Simsun, serif;
  vertical-align: 2px;
}
.coupon-box .name {
  font-size: 22px;
}
.travel-order-wrapper {
  width: 960px;
  margin: 0 auto;
}
.travel-order-hd {
  width: 100%;
  padding-top: 5px;
  border-bottom: #679ee2 2px solid;
}
.travel-order-hd .title {
  font-size: 20px;
  color: #0078c8;
}
.travel-order-info {
  padding: 15px;
}
.travel-order-info:before,
.travel-order-info:after {
  display: table;
  content: '';
}
.travel-order-info:after {
  clear: both;
}
.travel-order-info .info-img {
  float: left;
  margin-right: 15px;
  width: 88px;
  height: 88px;
}
.travel-order-info .info-img img {
  width: 88px;
  height: 88px;
}
.travel-order-info .info-con {
  float: left;
  max-width: 820px;
  overflow: hidden;
}
.travel-order-info .info-con .info-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}
.travel-order-info .info-con .info-extra {
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}
.travel-order-info .info-con .info-amount {
  font-size: 12px;
}
.travel-order-info .info-con .info-amount .price {
  font-size: 18px;
  color: #ff5555;
}
.travel-order-inner .inner-hd {
  height: 30px;
  line-height: 30px;
  width: 100%;
  background: #F5F5F5;
  font-size: 12px;
}
.travel-order-inner .inner-hd .btn {
  padding: 2px 3px;
  font-size: 12px;
}
.travel-order-inner .inner-hd .iconfont {
  font-size: 12px;
}
.travel-order-inner .inner-title {
  margin-left: 15px;
  font-size: 13px;
  color: #909090;
}
.travel-order-inner .inner-bd {
  margin-bottom: 20px;
}
.travel-order-inner .inner-con {
  padding: 10px 15px;
}
.travel-order-inner .inner-date {
  padding: 10px 15px;
  text-align: center;
}
.travel-order-inner .inner-date .input-group {
  margin: 0 auto;
}
.travel-order-inner .inner-time {
  padding: 15px 15px 0;
  background: #e3edf7;
}
.travel-order-inner .inner-numbox {
  margin-bottom: 10px;
}
.travel-order-inner .inner-numbox:before,
.travel-order-inner .inner-numbox:after {
  display: table;
  content: '';
}
.travel-order-inner .inner-numbox:after {
  clear: both;
}
.travel-order-inner .inner-numbox label {
  float: left;
  font-weight: 400;
  margin-top: 5px;
}
.travel-order-inner .inner-numbox .input-group {
  float: left;
}
.travel-order-ft:before,
.travel-order-ft:after {
  display: table;
  content: '';
}
.travel-order-ft:after {
  clear: both;
}
.travel-order-ft .travel-order-total {
  margin-bottom: 10px;
}
.travel-order-ft .travel-order-total .title {
  font-size: 16px;
  color: #333;
}
.travel-order-ft .travel-order-total .amount {
  font-size: 24px;
  color: #ff5555;
}
body[name="travel"] .w {
  margin: 0 auto;
  width: 1200px;
}
body[name="travel"] .main {
  float: left;
  width: 960px;
}
body[name="travel"] .side {
  float: right;
  width: 225px;
}
body[name="travel"] .sidemenu {
  width: 100%;
}
body[name="travel"] .sidemenu-bar {
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #0078c8;
}
body[name="travel"] .sidemenu-con {
  padding-top: 5px;
  padding-bottom: 5px;
  border: #ddd 1px solid;
  border-top: none;
}
body[name="travel"] .sidemenu-con:before,
body[name="travel"] .sidemenu-con:after {
  display: table;
  content: '';
}
body[name="travel"] .sidemenu-con:after {
  clear: both;
}
body[name="travel"] .sidemenu-list-tit {
  padding-left: 15px;
  padding-right: 15px;
  color: #0078c8;
  font-size: 12px;
  font-weight: 700;
}
body[name="travel"] .sidemenu-list {
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  font-size: 12px;
}
body[name="travel"] .sidemenu-list:before,
body[name="travel"] .sidemenu-list:after {
  display: table;
  content: '';
}
body[name="travel"] .sidemenu-list:after {
  clear: both;
}
body[name="travel"] .sidemenu-list-item {
  float: left;
  margin-right: 7px;
  line-height: 28px;
}
body[name="travel"] .sidemenu-list a {
  color: #333;
}
body[name="travel"] .sidemenu-list a:hover {
  color: #0078c8;
}
body[name="travel"] .box {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
body[name="travel"] .box-con {
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
}
body[name="travel"] .box-con dd {
  padding-left: 10px;
  padding-right: 10px;
  width: 239px;
}
body[name="travel"] .box .travel-box {
  border: none;
  margin-bottom: 0;
  width: 219px;
  height: 197px;
}
body[name="travel"] .box .travel-box img {
  width: 209px;
  height: 139px;
}
body[name="travel"] .box .travel-box-title {
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
body[name="travel"] .box .travel-box-price {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  color: #909090;
  font-weight: 400;
}
body[name="travel"] .box .travel-box-price .price {
  color: #FF5555;
}
body[name="travel"] .box .travel-box-price .price .weight {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 18px;
  font-weight: 700;
}
body[name="travel"] .search {
  margin-bottom: 15px;
}
body[name="travel"] .search-box {
  width: 100%;
  border: #0078C8 3px solid;
}
body[name="travel"] .search-box:before,
body[name="travel"] .search-box:after {
  display: table;
  content: '';
}
body[name="travel"] .search-box:after {
  clear: both;
}
body[name="travel"] .search-box .search-input {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  width: 882px;
  height: 32px;
  line-height: 32px;
  border: none;
  appearance: none;
  outline: medium;
}
body[name="travel"] .search-box .search-btn {
  float: right;
  width: 70px;
  height: 32px;
  line-height: 32px;
  background: #0078C8;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: none;
}
body[name="travel"] .search .hotsearch {
  padding-top: 3px;
  padding-bottom: 3px;
}
body[name="travel"] .search .hotsearch a {
  margin-left: 5px;
  margin-right: 5px;
  color: #333;
}
body[name="travel"] .search .hotsearch a:hover {
  color: #0078c8;
}
body[name="travel"] .travel-bar {
  background: #f6f6f6;
  height: 40px;
  line-height: 40px;
}
body[name="travel"] .travel-bar-title {
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}
body[name="travel"] .travel-list {
  width: 100%;
}
body[name="travel"] .travel-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #ddd 1px solid;
}
body[name="travel"] .travel-list-item:before,
body[name="travel"] .travel-list-item:after {
  display: table;
  content: '';
}
body[name="travel"] .travel-list-item:after {
  clear: both;
}
body[name="travel"] .travel-list-item img {
  float: left;
  width: 123px;
  height: 82px;
  margin-right: 15px;
}
body[name="travel"] .travel-list-item .item-con {
  float: left;
  width: 700px;
}
body[name="travel"] .travel-list-item .item-con .tit {
  margin-bottom: 5px;
  font-size: 16px;
  color: #0078c8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body[name="travel"] .travel-list-item .item-con .subtit {
  font-size: 12px;
}
body[name="travel"] .travel-list-item .item-con .subtit span {
  color: #ddd;
  margin-left: 7px;
  margin-right: 7px;
}
body[name="travel"] .travel-list-item .item-con .list-item-price {
  margin-top: 15px;
  color: #909090;
  font-size: 12px;
}
body[name="travel"] .travel-list-item .item-con .list-item-price .price {
  color: #FF5555;
}
body[name="travel"] .travel-list-item .item-con .list-item-price .weight {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
}
body[name="travel"] .travel-list-item .item-con .list-item-btn {
  float: right;
  margin-top: 5px;
}
body[name="travel"] .travel-list-item .list-item-btn {
  float: right;
}
body[name="travel"] .travel-list .btn-block-blue {
  display: block;
  padding-top: 11px;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  background: #0078C8;
}
body[name="travel"] .travel-prev {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
}
body[name="travel"] .travel-prev:before,
body[name="travel"] .travel-prev:after {
  display: table;
  content: '';
}
body[name="travel"] .travel-prev:after {
  clear: both;
}
body[name="travel"] .travel-prev .carousel {
  float: left;
  width: 320px;
}
body[name="travel"] .travel-prev .carousel .item {
  height: 213px;
}
body[name="travel"] .travel-prev .carousel-inner > .item > img {
  left: 0;
  margin-left: 0;
  width: 320px;
}
body[name="travel"] .travel-summary {
  float: right;
  width: 595px;
}
body[name="travel"] .travel-summary .title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}
body[name="travel"] .price-info {
  width: 100%;
  margin-bottom: 12px;
}
body[name="travel"] .price-info .price-title {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background: #f5c34e;
}
body[name="travel"] .price-info .price-main {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding-top: 18px\9;
  padding-left: 10px;
  padding-right: 10px;
  height: 77px;
  border: #ffde94 1px solid;
  background: #fffaef;
}
body[name="travel"] .price-info .price {
  color: #909090;
  font-size: 12px;
}
body[name="travel"] .price-info .price .amount {
  color: #FF5555;
  font-size: 30px;
}
body[name="travel"] .order {
  width: 66%;
  float: left;
}
body[name="travel"] .order ul li {
  position: relative;
  padding-left: 77px;
  line-height: 25px;
  font-size: 13px;
}
body[name="travel"] .order label {
  position: absolute;
  left: 0;
  font-weight: 400;
  color: #909090;
}
body[name="travel"] .order span {
  color: #333;
}
body[name="travel"] .order span i {
  padding-left: 7px;
  padding-right: 7px;
  font-style: normal;
  color: #909090;
}
body[name="travel"] .order .tag-new {
  color: #0078c8;
}
body[name="travel"] .order-btn-area {
  float: right;
}
body[name="travel"] .btn-order {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #FF5555;
  border: none;
}
body[name="travel"] .btn-order:focus,
body[name="travel"] .btn-order:active {
  outline: none;
}
body[name="travel"] .travel-info {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 95px;
  margin-left: 15px;
  margin-right: 15px;
  border-top: #ddd 1px solid;
  line-height: 21px;
  font-size: 14px;
  color: #333;
  min-height: 110px;
}
body[name="travel"] .travel-info .title {
  position: absolute;
  left: 0;
  top: 15px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 18px\9;
  width: 80px;
  height: 80px;
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  background: #0078C8;
}
.page {
  text-align: center;
}
.page .pagination {
  border-radius: 0;
}
.page .pagination li {
  display: inline-block;
  float: left;
}
.page .pagination > li {
  margin-right: 3px;
}
.page .pagination > li:first-child > a,
.page .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page .pagination > li:last-child > a,
.page .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
