@charset "utf-8";
.st-line-home-top {
    float: left;
    width: 1200px
}

/*线路导航*/
.st-line-dh {
    float: left;
    width: 332px;
    position: relative;
    border-top: 1px solid #e6e6e6;
    background: #f5f5f5
}
.st-line-dh .st-dh-tit {
    float: left;
    color: #fff;
    width: 286px;
    height: 40px;
    line-height: 40px;
    padding-left: 46px;
    font-size: 18px;
    background: url(../images/st-line-ico.png) no-repeat 20px -68px #00b7ee
}

.st-line-dh .st-dh-con {

}

.st-line-dh .st-dh-con h3 {
    cursor: pointer;
    padding: 14px 10px;
    position: relative;
    z-index: 9999;
    border-left: 4px solid #ebebeb;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.st-line-dh .st-dh-con h3.bor_0 {
    border-bottom: 1px solid #e6e6e6
}

.st-line-dh .st-dh-con h3.bor_0 p {
    border-bottom: 0
}

.st-line-dh .st-dh-con h3.hover{
    border-left: 4px solid #00b7ee;
    background: #fff;
}
.st-line-dh .st-dh-con .item-bar.hover {
    z-index: 999999;
    padding: 13px 10px;
    margin-top: -1px;
    border: 2px solid #00b7ee;
    border-left: 4px solid #00b7ee;
}
.st-line-dh .st-dh-con .item-bar.hover:after{
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border-left: 2px solid #fff;
}

.st-line-dh .st-dh-con h3.hover .parent-box {
    border-bottom: 0
}

.st-line-dh .st-dh-con .parent-tit {
    display: block;
    width: 307px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    position: relative;}
.st-line-dh .st-dh-con .parent-tit:hover{
    color: #fc6000;
}

.st-line-dh .st-dh-con .parent-tit .more-ico{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 6px;
    height: 11px;
    background: url("../images/arrow-right-ico2.png") 0 0;
}

.st-line-dh .st-dh-con .parent-box {
    height: 20px;
    margin-top: 2px;
    overflow: hidden;
    font-size: 0;
}

.st-line-dh .st-dh-con .parent-box .child {
    display: inline-block;
    color: #666;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-size: 12px;
}

.st-line-dh .st-dh-con .parent-box .child:hover {
    color: #fc6000
}

.st-line-dh .st-dh-con .st-dh-item {
    display: none;
    position: absolute;
    left: 330px;
    top: -1px;
    z-index: 99999;
    width: 836px;
    min-height: 301px;
    padding: 10px 15px;
    border: 2px solid #00b7ee;
    background: #fff
}

.st-dh-item dl {
    float: left;
    width: 50%;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.st-dh-item dl dt a {
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight:bold;
}

.st-dh-item dl dd {
    margin-top: 2px;
    font-size: 0;
}

.st-dh-item dl dd a {
    display: inline-block;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding-right: 11px;
    margin-right: 10px;
    position: relative;
    font-size: 12px;
}
.st-dh-item dl dd a:after{
    content: "";
    display: block;
    width: 0;
    height: 12px;
    border-left: 1px solid #e6e6e6;
    position: absolute;
    right: 0;
    top: 6px;
}

.st-dh-item dl dt a:hover,
.st-dh-item dl dd a:hover {
    color: #fc6000;
    text-decoration: underline
}

/*焦点图*/
.st-line-slideBox {
    float: right;
    width: 858px;
    height: 325px;
    overflow: hidden;
    position: relative;
    background: #e7e7e7;
}

.st-line-slideBox .hd {
    width: 100%;
    height: 13px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
    text-align: center
}

.st-line-slideBox .hd ul {
    overflow: hidden;
    zoom: 1
}

.st-line-slideBox .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    background: #fff;
    font-size: 0;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%
}

.st-line-slideBox .hd ul li.on {
    background: #ccc;
    color: #fff
}

.st-line-slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0
}

.st-line-slideBox .bd li {
    zoom: 1;
    vertical-align: middle
}

.st-line-slideBox .bd li a {
    display: table-cell;
    width: 858px;
    height: 325px;
    vertical-align: middle;
    text-align: center;
}

.st-line-slideBox .bd img {
    vertical-align: middle;
}

.st-line-slideBox .prev,
.st-line-slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5
}

.st-line-slideBox .next {
    left: auto;
    right: 1%;
    background-position: 8px 5px
}

.st-line-slideBox .prev:hover,
.st-line-slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.st-line-slideBox .prevStop {
    display: none
}

.st-line-slideBox .nextStop {
    display: none
}

/*线路首页列表*/
.st-line-home-lsit {
    float: left;
    width: 1200px
}

.st-cp-slideTab {
    float: left;
    width: 1200px;
    margin-top: 20px
}

.st-cp-slideTab .st-tabnav {
    float: left;
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #ccc
}

.st-cp-slideTab .st-tabnav h3 {
    float: left;
    color: #00b7ee;
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
}

.st-cp-slideTab .st-tabnav span {
    float: left;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.st-cp-slideTab .st-tabnav span.on {
    color: #00b7ee;
    height: 39px;
    line-height: 40px;
    border-bottom: 3px solid #00b7ee
}

.st-cp-slideTab .st-tabnav span.on i {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-bottom: 4px solid #00b7ee;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.st-cp-slideTab .st-tabnav a.more {
    color: #333;
    float: right;
    height: 40px;
    line-height: 40px;
    padding-left: 17px;
    background: url(../images/index-ico.png) no-repeat 0 15px
}

.st-cp-slideTab .st-tabnav a:hover.more {
    color: #f80;
    background: url(../images/st-hover-ico.png) no-repeat 0 15px
}

.st-cp-slideTab .st-tabcon {
    float: left;
    width: 915px
}

.st-cp-list li,
.pic-line-list li {
    float: left;
    width: 285px;
    margin: 20px 0 0 20px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #e5e5e5;
    background: #fff
}

.st-cp-list li:hover,
.pic-line-list li:hover {
    box-shadow: 1px 3px 3px #999
}

.st-cp-list li .pic,
.pic-line-list li .pic {
    width: 285px;
    height: 194px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: #e7e7e7;
}

.st-cp-list li .pic > img,
.pic-line-list li .pic > img {
    max-width: 285px;
    max-height: 194px;
    vertical-align: middle;
}

.st-cp-list li .pic .buy,
.pic-line-list li .pic .buy {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 279px;
    height: 188px;
    border: 3px solid #fff;
    background: url(../images/st-opt-bg.png) repeat
}

.st-cp-list li:hover .pic .buy,
.pic-line-list li:hover .pic .buy {
    display: block
}

.st-cp-list li .pic .buy a,
.pic-line-list li .pic .buy a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -73px;
    display: block;
    color: #fff;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    border: 3px solid #fff;
    border-radius: 30px
}

.st-cp-list li .js,
.pic-line-list li .js {
    float: left;
    width: 265px;
    padding: 0 10px
}

.st-cp-list li .js a.tit,
.pic-line-list li .js a.tit {
    float: left;
    color: #333;
    width: 265px;
    height: 36px;
    line-height: 18px;
    margin: 5px 0 5px;
    overflow: hidden;
    font-size: 14px
}

.st-cp-list li .js a.tit:hover,
.pic-line-list li .js a.tit:hover {
    color: #fc6000;
    text-decoration: underline
}

.st-cp-list li .js p,
.pic-line-list li .js p {
    float: left;
    width: 265px;
    padding-top: 5px
}

.st-cp-list li .js p.attr,
.pic-line-list li .js p.attr {
    padding-top: 1px;
    height: 20px;
    overflow: hidden;
}

.st-cp-list li .js p.attr img,
.pic-line-list li .js p.attr img {
    display: inline-block;
    margin-right: 3px;
    max-height: 20px;
    vertical-align: middle;
}
.st-cp-list li .js p.attr span,
.pic-line-list li .js p.attr span {
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #ff8800;
    border: 1px solid #ffb622;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 8px 10px 0;
}

.st-cp-list li .js p.num,
.pic-line-list li .js p.num {
    padding-bottom: 5px;
}

.st-cp-list li .js p.num del,
.pic-line-list li .js p.num del {
    color: #999;
    float: left;
    height: 24px;
    line-height: 24px
}

.st-car-list li .js p.num del,
.pic-line-list li .js p.num del {
    text-decoration: none
}

.st-cp-list li .js p.num span,
.pic-line-list li .js p.num span {
    float: right;
    color: #fc6000;
    height: 24px;
    line-height: 24px
}

.st-cp-list li .js p.num span b,
.pic-line-list li .js p.num span b {
    padding-right: 3px;
    font-size: 18px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

.st-line-slidemenu {
    float: left;
    width: 285px;
    height: 610px;
    margin-top: 20px;
    border-radius: 3px;
    position: relative
}

.slidemenu-list,
.slidemenu-list dl {
    float: left;
    width: 285px;
    position: relative;
    z-index: 99;
}

.slidemenu-list dl dt {
    float: left;
    width: 285px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    background: url(../images/slidemenu-bt-bg.png) center no-repeat
}

.slidemenu-list dl dd {
    float: left;
    width: 265px;
    padding: 0 10px
}

.slidemenu-list dl dd a {
    float: left;
    width: 110px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: #fff
}

.slidemenu-list dl dd a:hover {
    color: #00b7ee;
    border: 1px solid #00b7ee
}

.st-line-slidemenu .slidemenu-adbg {
    width: 285px;
    height: 610px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    overflow: hidden
}

.st-line-slidemenu .slidemenu-adbg > a {
    display: table-cell;
    width: 285px;
    height: 610px;
    vertical-align: middle;
    text-align: center;
}

.st-line-slidemenu .slidemenu-adbg > a > img {
    vertical-align: middle;
}

.st-list-sd {
    float: left;
    width: 1200px;
    max-height: 110px;
    margin-top: 20px;
    overflow: hidden
}

/*线路列表*/
.st-linelist-box {
    float: left;
    width: 905px
}

.st-line-brief {
    float: left;
    color: #666;
    width: 863px;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    background: #f5f5f5
}

.st-line-brief .dest-tit {
    color: #00b7ee;
    float: left;
    width: 863px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.st-line-icon {
    color: #0088d0;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.st-line-icon:before {
    display: inline-block;
    font-family: "st-iconfont" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.line-mdd-icon:before {
    content: "\e60b";
}

.st-line-brief .brief-con {
    float: left;
    width: 863px;
    line-height: 20px
}

.st-line-brief .brief-con p {
    margin-top: 10px
}

.st-line-brief .brief-con strong,
.st-line-brief .brief-con b {
    font-weight: bold !important;
}

.st-line-brief .brief-con em,
.st-line-brief .brief-con i {
    font-style: italic !important;
}

.st-line-brief .brief-con a {
    color: #0082dd;
}

.st-line-brief .brief-con a:hover {
    color: #ff8a00;
    text-decoration: underline;
}

.st-linelist-con {
    float: left;
    width: 905px
}
.txt-line-list,
.txt-line-list ul{
    float: left;
    width: 905px
}
.txt-line-list ul li {
    float: left;
    width: 903px;
    margin-top: 15px;
    position: relative;
    border: 1px solid #e5e5e5;
}
.txt-line-list ul li>a{
    float: left;
    width: 873px;
    padding: 15px;
    position: relative;
}
.txt-line-list ul li .pic,
.txt-line-list ul li .pic span {
    width: 206px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background: #e7e7e7;
}
.txt-line-list ul li .pic {
    float: left;
}
.txt-line-list ul li .pic span img {
    max-width: 206px;
    max-height: 140px;
    vertical-align: middle;
}
.txt-line-list ul li .txt {
    float: left;
    width: 460px;
    margin-left: 18px
}
.txt-line-list ul li .txt p {
    float: left;
    width: 460px;
}
.txt-line-list ul li .txt .bt{
    float: left;
    color: #333;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 5px;
}
.txt-line-list ul li .txt .bt a img {
    vertical-align: middle;
    margin: -3px 0 0 5px;
    max-height: 16px;
}
.txt-line-list ul li .txt .attr{
    color: #ff8800;
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}
.txt-line-list ul li .txt .attr img{
    vertical-align: middle;
    margin: 0 5px 0 0;
    max-height: 20px;
}
.txt-line-list ul li .txt .attr span{
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ffb622;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:0 8px 10px 0;
}

.txt-line-list ul li .ts {
    color: #666;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-line-list ul li .ts .pos{
    display: inline-block;
    padding-left: 16px;
    color: #50b400;
    height: 22px;
    line-height: 22px;
    background: url("../images/pos-ico.png") no-repeat left center;
    margin-right: 20px;
}
.txt-line-list ul li .msg .item {
    float: left;
    color: #666;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}
.txt-line-list ul li .msg .item.dates {
    max-width: 310px;
    overflow: hidden;
}
.txt-line-list ul li .msg .item.days {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-line-list ul li .msg .item.supplier {
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-line-list ul li .msg .more-date-btn {
    float: left;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.txt-line-list ul li .booking {
    position: absolute;
    top:50%;
    right: 18px;
    width: 146px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.txt-line-list .booking a{
    display: block;
}
.txt-line-list .booking .jg{
    color: #999;
    display: block;
    height: 32px;
}
.txt-line-list .booking .jg i{
    color: #f63;
    font-size: 14px;
}
.txt-line-list .booking .jg em{
    font-size: 28px;
    font-family: Arial, "宋体", "Microsoft YaHei", Helvetica, sans-serif;
}
.txt-line-list .booking .jg em.dx{
    font-size: 22px;
    font-family: "Microsoft YaHei", Arial, "宋体", Helvetica, sans-serif;
}
.txt-line-list .booking .jf{
    display: inline-block;
    width: 120px;
    height:20px;
    color: #fff;
    border: 1px solid #ff5603;
    background-color: #ff5603;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 10px;
}
.txt-line-list .booking .jf i{
    display: inline-block;
    width: 50%;
    height:20px;
    line-height: 20px;
}
.txt-line-list .booking .jf em{
    display: inline-block;
    width: 50%;
    height:20px;
    line-height: 20px;
    background-color: #fff;
    color: #ff5603;
}
.txt-line-list .booking .jf em strong{
    font-weight: bold;
}
.txt-line-list .booking .data{
    border: 1px solid #ecf3fb;
    background-color: #f5f9fd;
    width: 144px;
    height: 36px;
    padding: 5px 0;
    margin-top: 15px;
}
.txt-line-list .booking .data p{
    float: left;
    height:32px;
    padding: 2px 0;
}
.txt-line-list .booking .data p.sati{
    width: 53px;
    border-right: 1px solid #e2e9f1;
}
.txt-line-list .booking .data p.comment{
    width: 89px;
}
.txt-line-list .booking .data p span {
    display: inline-block;
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}
.txt-line-list .booking .data p span.num {
    color: #f63;
    font-size: 14px;
}
.pic-line-list li {
    margin: 25px 25px 0 0
}

.pic-line-list li.mr_0 {
    margin-right: 0
}

/*线路详情页面*/
.st-line-show {
    float: left;
    width: 905px
}

.lineshow-tw {
    float: left;
    width: 869px;
    padding: 15px;
    border: 3px solid #d8d8d8
}

.lw-title {
    float: left;
    width: 869px;
    position: relative
}

.lw-title h1 {
    color: #333;
    font-size: 22px
}

.lw-title h1 img {
    vertical-align: middle;
    margin-left: 5px;
    max-height: 20px;
}
.lw-title h1 .sell-point {
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #ff8800;
    border: 1px solid #ffb622;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    vertical-align: middle;
}
.lw-title .sp-tip {
    line-height: 20px;
    padding-top: 10px;
}

.lw-title .sp-tip .num {
    color: #f80;
    padding-right: 20px;
    font-size: 12px;
}

/*.focus-slide {
    float: left;
    width: 460px;
    margin-top: 15px
}

.imgnav {
    position: relative;
    margin: 0 auto;
    width: 460px
}

#img {
    z-index: 10;
    width: 460px;
    height: 312px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #e7e7e7;
}

#img img {
    display: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#front {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 230px;
    height: 312px;
    background: url(../images/blank.gif)
}

#front a {
    position: absolute;
    left: 10px;
    top: 127px;
    background: url(../images/imgSlideLeft.png) no-repeat;
    width: 29px;
    height: 71px;
    display: none
}

#next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 230px;
    height: 312px;
    background: url(../images/blank.gif)
}

#next a {
    position: absolute;
    right: 10px;
    top: 127px;
    background: url(../images/imgSlideRight.png) no-repeat;
    width: 29px;
    height: 71px;
    display: none
}

#cbtn {
    background: #fff;
    position: relative;
    height: 72px;
    margin-top: 5px
}

#cbtn ul {
    position: relative;
    width: 10000px;
    height: 72px
}

#cbtn ul li {
    float: left;
    padding: 8px 3px 3px 3px;
    width: 90px;
    height: 61px;
    cursor: pointer;
    text-align: center;
    margin-right: 6px;
    position: relative;
}

#cbtn ul li .pic {
    display: table-cell;
    width: 90px;
    height: 61px;
    background-color: #e7e7e7;
    text-align: center;
    vertical-align: middle;
}
#cbtn ul li img {
    max-width: 90px;
    max-height: 61px;
    vertical-align: middle;
}

#cbtn li.hov {
    background: url(../images/imgHoverBg.gif) no-repeat
}

.ctrl div {
    clear: both
}

#cSlideUl {
    width: 402px;
    height: 72px;
    overflow: hidden;
    position: relative;
    top: 0;
    margin: 0 auto
}

.picSildeLeft {
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 9
}

.picSildeRight {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 9
}*/

.product-show-info {
    float: right;
    width: 394px;
    margin-top: 15px
}
.ps-price-block{

}
.ps-price-block .pri-sale{
    color: #fc6000;
    display: inline-block;
    font-size: 14px;
}
.ps-price-block .pri-sale .num{
    font-size: 24px;
    font-family: Arial, "宋体", "Microsoft YaHei", Helvetica, sans-serif;
}
.ps-price-block .pri-base{
    color: #666;
    display: inline-block;
    margin-left: 40px;
}


.pop-info-explain{
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.pop-info-explain .tit{
    color: #00b7ee;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dashed #00b7ee;

}
.pop-info-explain .txt{
    color: #666;
    display: none;
    width: 290px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 100;
    padding: 5px 9px;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #fff;
}
.pop-info-explain .txt:before{
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 15px;
    top: -8px;
    background: url("../images/ls-icobg.png") no-repeat -112px -16px;
}
.ps-data-block{
    margin-top: 10px;
    font-size: 0;
}
.ps-data-block .item{
    color: #7d7d7d;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.ps-data-block i{
    display: inline-block;
    height: 12px;
    vertical-align: top;
    margin: 5px 20px 0;
    border-left: 1px solid #7d7d7d;
}
.ps-type-block {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #fc6000;
    background: #fff4e4;
}
.ps-type-block .info-bar{

}
.ps-type-block .info-bar:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}
.ps-type-block .info-bar .item-hd{
    float: left;
    width: 65px;
    height: 30px;
    line-height: 30px;
}
.ps-type-block .info-bar .item-bd{
    min-height: 30px;
    padding-left: 65px;
}

.ps-attr-wrapper{
    display: inline-block;
    margin: 0 5px 10px 0;
    position: relative;
}
.ps-attr-wrapper .attr-item{
    display: block;
    border: 1px solid #b8b8b8;
    line-height: 18px;
    padding: 5px 8px;
    cursor: pointer;
    background: #fff;
}
.ps-attr-wrapper .attr-item.active{
    line-height: 16px;
    padding: 5px 6px;
    border: 2px solid #f60;
}
.ps-attr-wrapper .attr-info{
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 100;
    color: #666;
    width: 350px;
    line-height: 18px;
    padding: 5px 9px;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #fff;
}
.ps-attr-wrapper .attr-info:before{
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 20px;
    top: -8px;
    background: url("../images/ls-icobg.png") no-repeat -112px -16px;
}
.ps-attr-wrapper .attr-info .dl .dt{
    float: left;
    width: 60px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
}
.ps-attr-wrapper .attr-info .dl dd{
    padding-left: 60px;
}

.ps-attr-wrapper .attr-info .dl dd img{
    max-width: 100%;
}

.start-date-select{
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #b8b8b8;
    font-size: 12px;
}

.type-num-bar{

}
.type-num-bar .item{
    margin-bottom: 10px;
}
.type-num-bar .item .h-label{
    display: inline-block;
    width: 80px;
    margin-left: 10px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.booking-btn-link{
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.booking-btn-link.status-ing{
    color: #fff;
    background: #ff8a00;
}
.booking-btn-link.status-ing:hover{
    background: #f60;
}
.booking-btn-link.status-over{
    color: #fff;
    background: #ccc;
}


.ps-info-block{
    margin-top: 10px;
}
.ps-info-block>li:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}
.ps-info-block>li>.item-hd{
    float: left;
    width: 74px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.ps-info-block>li>.item-bd{
    min-height: 30px;
    line-height: 30px;
    padding-left: 74px;
    font-size: 14px;
}




.jf-type-wrap {
    display: inline-block;
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.jf-type-wrap .num {
    display: inline-block;
    color: #ff9b3a;
    height: 19px;
    line-height: 19px;
    padding-left: 24px;
    vertical-align: top;
    font-size: 12px;
}

.jf-type-wrap .di {
    background: url("../images/ls-icobg.png") no-repeat 0 -269px;
}

.jf-type-wrap .ding {
    background: url("../images/ls-icobg.png") no-repeat 0 -307px;
}

.jf-type-wrap .ping {
    background: url("../images/ls-icobg.png") no-repeat 0 -383px;
}

.jf-type-wrap .num i {
    float: right;
    width: 5px;
    height: 19px;
    background: url("../images/ls-icobg.png") no-repeat right -288px;
}

.jf-type-wrap .info {
    display: none;
    width: 186px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 5px 8px;
    margin-left: -102px;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #fff;
}

.jf-type-wrap .info .tit {
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}

.jf-type-wrap .info .txt {
    color: #666;
    display: block;
    line-height: 18px;
    margin-top: 2px;
}

.jf-type-wrap .info .txt:after {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    background: url("../images/ls-icobg.png") no-repeat right 0;
}

.cp-show-msg .msg-ul li .item-bd .pay-type {
    float: left;
    margin: 5px 5px 0 0;
}

.group-sale-box{
    padding: 5px 0 6px;
    height:19px;
    position: relative;
}
.group-box{
    float: left;
    max-width: 276px;
    height:19px;
    overflow: hidden;
}
.group-box .item{
    float: left;
    border:1px solid  #ff9b3a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 17px;
    line-height: 17px;
    padding: 0 4px;
    margin-left: 5px;
    font-size: 12px;
    color: #ff9b3a;
}
.group-box .item:first-child{
    margin-left: 0;
}
.group-btn{
    float: left;
    height: 19px;
    margin-left: 10px;
    position: relative;
}
.group-btn .group-more-btn{
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 19px;
}
.code-layer-box{
    position: absolute;
    top:33px;
    right:-24px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 0 10px 0 rgba(11, 2, 5, 0.15);
    width: 278px;
    height: 288px;
    padding: 5px;
    background-color: #fff;
    display: none;
}
.code-layer-box:after{
    content: "";
    position: absolute;
    top:-6px;
    right:38px;
    width: 8px;
    height:6px;
    background: url("../images/group-ico01.png") no-repeat;
}
.code-layer-box .pic{
    display: block;
    width: 185px;
    height: 185px;
    margin: 35px auto 0;
    position: relative;
}
.code-layer-box .pic img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    margin: -92px 0 0 -92px;
}
.code-layer-box p{
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
}
.code-layer-box .close-ico{
    position: absolute;
    right:14px;
    top:11px;
    width: 11px;
    height:11px;
    background: url("../images/group-ico02.png") no-repeat;
    cursor: pointer;
}.lineshow-con {
    float: left;
    width: 905px;
    margin-top: 15px
}

.tab-fix-bar {
    height: 42px;
}

.lineshow-con .tabnav-list {
    float: left;
    width: 905px;
    border-bottom: 2px solid #00b7ee;
    background: #f8f8f8
}

.lineshow-con .tabnav-list span {
    color: #666;
    float: left;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
    margin-right: -1px;
    border: 1px solid #eee;
    border-bottom: 0
}

.lineshow-con .tabnav-list span.on {
    color: #fff;
    height: 40px;
    line-height: 39px;
    border: 0;
    background: #00b7ee
}

.lineshow-con .tabnav-list a.yd-btn {
    float: right;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 5px 5px 0 0;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    background: #ff8a00
}

.lineshow-con .tabnav-list a.yd-btn:hover {
    background: #f60
}

.fxd {
    position: fixed;
    top: 0;
    z-index: 999;
}

.tabbox-list {
    float: left;
    width: 863px;
    padding: 0 20px 15px;
    border: 1px solid #d8d8d8;
    border-top: 0
}

.tabcon-list {
    float: left;
    width: 863px;
    margin-top: 20px
}

.tabcon-list .list-tit {
    float: left;
    width: 863px;
    border-bottom: 1px solid #d8d8d8
}

.tabcon-list .list-tit strong {
    float: left;
    color: #000;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    /*background:url(../images/list-tit-bg.png) left no-repeat*/
}

.tabcon-list .list-txt {
    float: left;
    color: #000;
    width: 833px;
    line-height: 24px;
    padding: 10px 15px 0;
    overflow: hidden;
}

.tabcon-list .list-txt strong {
    font-weight: bold !important;
}

.tabcon-list .list-txt i,
.tabcon-list .list-txt em {
    font-style: italic !important;
}

.tabcon-list .list-txt a {
    color: #0082dd;
}

.tabcon-list .list-txt a:hover {
    color: #ff8a00;
    text-decoration: underline;
}

.tabcon-list .list-txt *{
    max-width: 100%;
}
.tabcon-list .list-txt table,
.tabcon-list .list-txt th,
.tabcon-list .list-txt td{
    border: 1px solid #e5e5e5
}

.down-appendix {
    color: #3db6f3;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
    font-size: 14px;
    background: url("../images/appendix-ico.png") left center no-repeat;
}

.down-appendix:hover {
    text-decoration: underline;
}

.eachday {
    float: left;
    width: 863px;
    margin: 20px 0 10px;
    position: relative
}

.eachday .end {
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00b7ee
}

.eachday .day-con {
    float: left;
    width: 811px;
    padding: 0 0 20px 30px;
    margin-left: 20px;
    position: relative;
    border-left: 2px solid #eaeaea
}

.eachday .day-num {
    position: absolute;
    left: -23px;
    top: -5px;
    color: #fff;
    width: 44px;
    height: 49px;
    text-align: center;
}

.eachday .day-num:before {
    color: #00b7ee;
    content: "\e635";
    display: inline-block;
    vertical-align: middle;
    font-family: "st-iconfont" !important;
    font-style: normal;
    font-size: 44px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.eachday .day-num .sz {
    display: block;
    width: 44px;
    height: 49px;
    line-height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
}

.eachday .day-tit {
    float: left;
    width: 811px;
    min-height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8
}

.eachday .day-tit strong {
    color: #0082dd;
    float: left;
    width: 95px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold
}

.eachday .day-tit p {
    float: left;
    width: 701px;
    min-height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px
}

.eachday .day-tb {
    float: left;
    width: 811px
}

.eachday .day-tb th,
.eachday .day-tb td {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #d8d8d8
}

.eachday .day-tb .bor_0 th,
.eachday .day-tb .bor_0 td {
    border-bottom: 0
}

.eachday .day-tb th span {
    float: left;
    color: #0082dd;
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-weight: bold
}

.eachday .day-tb th span:before {
    color: #00b7ee;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 10px;
    font-family: "st-iconfont" !important;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.eachday .day-tb th .yc:before {
    content: "\e632";
}

.eachday .day-tb th .zs:before {
    content: "\e633";
}

.eachday .day-tb th .gj:before {
    content: "\e62f";
}

.eachday .txt {
    color: #000;
    float: left;
    width: 791px;
    line-height: 24px;
    padding: 10px;
    overflow: hidden
}

.eachday .txt strong {
    font-weight: bold !important;
}

.eachday .txt i,
.eachday .txt em {
    font-style: italic !important;
}

.eachday .txt a {
    color: #0082dd;
}

.eachday .txt a:hover {
    color: #ff8a00;
    text-decoration: underline;
}

.eachday .txt * {
    max-width: 100%
}

.eachday .txt table,
.eachday .txt th,
.eachday .txt td{
    border:1px solid #e5e5e5
}

.eachday .jd-lsit {
    float: left;
    width: 811px
}

.eachday .jd-lsit li {
    float: left;
    width: 240px;
    margin: 0 30px 0 10px
}

.eachday .jd-lsit li.mr_0 {
    margin-right: 0
}

.eachday .jd-lsit li .pic {
    display: table-cell;
    width: 240px;
    height: 162px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border-radius: 3px
}

.eachday .jd-lsit li .pic img {
    max-width: 240px;
    max-height: 162px;
    vertical-align: middle;
}

.eachday .jd-lsit li .tit {
    float: left;
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.eachday .jd-lsit li a:hover {
    color: #f60;
    text-decoration: underline
}

/*天数跳转*/
.day-leftnav {
    display: none;
    width: 40px;
    position: fixed;
    top: 100px;
    right: 50%;
    margin-right: 610px
}

.day-leftnav .day-navlist {
    width: 40px
}

.day-leftnav .day-navlist li {
    height: 40px;
    margin-bottom: 10px
}

.day-leftnav .day-navlist li a {
    display: block;
    color: #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    transition: all .3s;
    background: #eaeaea
}

.day-leftnav .day-navlist li a.cur {
    color: #fff;
    background: #00b7ee
}

.s-jf,
.p-jf,
.d-jf {
    float: left;
    color: #ff9b3a;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    padding-left: 24px;
    margin-right: 10px;
    background: url(../images/ls-icobg.png) no-repeat
}

.s-jf {
    background-position: 0 -307px
}

.p-jf {
    background-position: 0 -383px
}

.d-jf {
    background-position: 0 -269px
}

.s-jf i,
.p-jf i,
.d-jf i {
    float: right;
    width: 5px;
    height: 19px;
    background: url(../images/ls-icobg.png) no-repeat -123px -288px
}

/* 打印、下载行程 */
.travel-plan-link{
    color: #00b7ee;
    height: 22px;
    line-height: 22px;
    padding: 0 9px;
    margin: 5px 0 0 10px;
    border: 1px solid #00b7ee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.travel-plan-link:hover{
    color: #00a0de;
    border-color: #00a0de;
}

/* 预定、合同 */
.agreement-booking-block{
    float: left;
    height: 32px;
    line-height: 32px;
}
.agreement-booking-block .check-icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    cursor: pointer;
    background: url("../images/form-ico.png") no-repeat 0 0;
}
.agreement-booking-block .check-icon.active{
    background: url("../images/form-ico.png") no-repeat 0 -16px;
}
.agreement-booking-block .item{
    color: #f60;
}

.bk-document-box{
    line-height: 24px;
    padding: 40px;
}


.layui-layer-btn{
    border-top: 1px solid #e5e5e5;
}
.layui-layer-btn a{
    padding: 0 30px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.layui-layer-btn .layui-layer-btn0{
    color: #fff !important;
    border-color: #00b7ee !important;
    background-color: #00b7ee !important;
}

.search-type-block{
    clear: both;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    background: #fff;
}
.search-type-item{
    border-bottom: 1px solid #e6e6e6;
    background: #f0f5fb;
}
.search-type-item .item-hd{
    float: left;
    color: #666;
    width: 90px;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px 5px 0;
    text-align: right;
}
.search-type-item .item-bd{
    padding: 0 0 0 100px;
}
.item-check{
    height: 44px;
    padding: 0 20px;
    background: #fff;
}
.item-check .chick-child{
    float: left;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin: 10px 10px 0 0;
    background: #00b7ee;
}
.item-check .chick-child .closed{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    background: url("../images/st-line-ico.png") no-repeat 0 0;
}
.item-check .clear-item{
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.item-child{
    background: #fff;
}
.item-child:after,
.child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.child-block{
    padding: 5px 20px;
    overflow: hidden;
    position: relative;
    /*border-bottom: 1px dotted #ebebeb;*/
}
.item-child .all-link{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}
.child-list{
    height: 24px;
    padding: 0 84px 0 0;
    overflow: hidden;
}
.child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.child-list .item{
    float: left;
    width: 120px;
    height: 24px;
}
.child-list .item a{
    float: left;
    color: #666;
    max-width: 100px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.item-child .all-link:hover,
.child-list .item a:hover{
    background: #eef3f4;
}
.item-child .all-link.active,
.item-child .item a.active{
    color: #fff;
    background: #00b7ee;
}
.arrow{
    display: block;
    color: #999;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 5px;
}
.arrow:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.arrow.down:after{
    border-top: 4px solid #999;
}
.arrow.up:after{
    border-bottom: 4px solid #999;
}
.search-type-item .last{
    border-bottom: 0;
}


.search-console-btn{
    color: #00b7ee;
    display: block;
    width: 182px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -92px;
    border: 1px solid #e6e6e6;
    border-top: 1px solid #fff;
    background: #fff;
}
.search-console-btn:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.search-console-btn.up:after{
    border-bottom: 4px solid #00b7ee;
}
.search-console-btn.down:after{
    border-top: 4px solid #00b7ee;
}
.search-type-block .choose-start-date{
    display: inline-block;
}
.st-sort-menu .switch-show a{
	width: 46px;
	padding: 0 !important;
	text-align: center;
}
.st-sort-menu .switch-show a i{
	margin-right: 0 !important;
}
.st-sort-menu .sort-sum select{
	margin: 8px 5px 0 5px;
	height: 30px;
	border: 1px solid #cccccc;
	color: #999999;
	cursor: pointer;
	width: 100px;
}
.st-sort-menu .sort-sum select.sel-price{
	width: 130px;
}
/*点评*/
.ps-data-block .item a{
	color: #7d7d7d;
}
.ps-data-block .item a:hover{
	text-decoration: underline;
}


/* 视频播放 */
.lib-video{
    color: #fff;
    background: #000;
}
.vis-play-btn{
    display: block;
    width: 136px;
    height: 136px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -68px 0 0 -68px;
    cursor: pointer;
    background: url("../images/play-icon.png") center no-repeat;
}

/* 轮播图 */
.slide-content {
    float: left;
    position: relative;
    overflow: hidden;
    width: 460px;
    margin-top: 15px;
}
.slide-content .bigImg {
    height: 312px;
    overflow: hidden;
    position: relative;
}
.slide-content .bigImg li{
    height: 312px;
    overflow: hidden;
    background: #e7e7e7;
}
.slide-content .bigImg li a{
    width: 460px;
    height: 312px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-content .bigImg li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.slide-content .smallScroll {
    height: 64px;
    margin-top: 10px;
}
.slide-content .sPrev,
.slide-content .sNext {
    float: left;
    display: block;
    width: 20px;
    height: 63px;
    text-indent: -9999px;
}
/*.slide-content .prevStop{
    background-position: 0 0;
}*/
.slide-content .sNext {
    background: url("../images/picSlideRight.gif") center no-repeat;
}
.slide-content .sPrev{
    background: url("../images/picSlideLeft.gif") center no-repeat;
}
.slide-content .smallImg {
    float: left;
    margin: 0 8px;
    display: inline;
    width: 400px;
    overflow: hidden;
}
.slide-content .smallImg ul {
    height: 64px;
    width: 9999px;
    overflow: hidden;
}
.slide-content .smallImg li{
    float: left;
    width: 90px;
    height: 60px;
    cursor: pointer;
    display: inline;
    margin: 0 3px;
    border: 2px solid #fff;
    background: #e7e7e7;
}
.slide-content .smallImg .on{
    border-color: #f90;
}
.slide-content .smallImg li a{
    width: 90px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-content .smallImg img {
    max-width: 90px;
    max-height: 60px;
    vertical-align: middle;
}


/* 产品下架 */
.ps-under-block{
    background-color: #efefef;
    padding: 15px 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-top: 10px;
}