<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 轮播图 */
.st-focus-banners{
    min-width: 1200px;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners{
    width: 1920px;
    height: 380px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-focus-banners .banners .item{
    display: table-cell;
    width: 1920px;
    height: 380px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners .item img{
    vertical-align: middle;
}
.st-focus-banners .focus{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index:99;
    text-align: center;
}
.st-focus-banners .focus &gt; ul{
    height: 12px;
}
.st-focus-banners .focus &gt; ul &gt; li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: top;
    background: #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.st-focus-banners .focus &gt; ul &gt; li.on{
    background: #ccc;
}



/* 栏目结构 */
.column-container {
    margin-top: 30px;
}

.column-bar {
    position: relative;
}

.column-bar .col-title {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
}

.column-bar .tab-group {
    position: absolute;
    left: 244px;
    bottom: 5px;
    font-size: 0;
}

.column-bar .tab-group li {
    color: #666;
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
    font-size: 14px;
}

.column-bar .tab-group li.on {
    color: #2dbb55;
    border-bottom: 2px solid #2dbb55;
}

.column-bar .more-link {
    color: #999;
    float: right;
    height: 40px;
    line-height: 40px;
}

.column-bar .more-link:hover {
    color: #f60;
}

.column-bar .more-icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.column-bar .more-link:hover .more-icon {
    border-color: #f60;
}

.column-wrapper {
    padding-top: 15px;
}

.same-type-box {
    width: 957px;
    height: 473px !important;
    overflow: hidden;
}

.tab-con-box {
    display: none;
}

.column-list-group &gt; li {
    float: left;
}

.column-list-group &gt; li.mr_0 {
    margin-right: 0;
}

.column-list-group .item {
    width: 228px;
    margin: 0 15px 15px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
}

.column-list-group .item:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
}

.column-list-group .item &gt; a {
    display: block;
}

.column-list-group .item .img-area {
    display: table-cell;
    width: 228px;
    height: 122px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background: #e7e7e7;
}

.column-list-group .item .img-area img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.column-list-group .item:hover .img-area img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.column-list-group .item .info-area {
    padding-bottom: 5px;
    border: 1px solid #f1f1f1;
    border-top: 0;
}

.column-list-group .item .tit-al {
    height: 22px;
    line-height: 22px;
    padding: 8px 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-list-group .item .data-bar {
    padding: 0 10px;
}

.column-list-group .item .data-bar .myd {
    color: #999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.column-list-group .item .data-bar .pri {
    float: right;
    color: #f60;
    height: 30px;
    line-height: 30px;
}

.column-list-group .item .data-bar .pri .jg {
    font-size: 16px;
}

.column-list-group .item .data-bar .pri .num {
    font-size: 20px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}


/* 产品左侧 */
.col-side-area {
    float: left;
    width: 224px;
}

.side-banner {
    width: 224px;
    height: 473px;
    overflow: hidden;
}

.side-banner img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


/*
 * 酒店栏目—列表页CSS
*/

.specialty-container {
    float: left;
    width: 905px
}


/* 条件搜索 */
.search-type-block {
    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 .sort-sum select {
    margin: 8px 5px 0 5px;
    height: 30px;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    width: 100px;
}

/* 搜索列表 */
.specialty-list-wrapper {
    padding-top: 15px;
}

.specialty-list-group &gt; li {
    margin-bottom: 15px;
}

.specialty-list-group li:last-child {
    margin-bottom: 0;
}

.results-item-block {
    display: block;
    padding: 12px;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.results-item-block .hd {
    float: left;
    width: 220px;
    height: 118px;
}

.results-item-block .hd .pic {
    display: table-cell;
    width: 220px;
    height: 118px;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}

.results-item-block .hd .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.results-item-block .info {
    height: 118px;
    padding: 0 200px 0 240px;
}

.results-item-block .info .title-bar {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.results-item-block .info .type-bar {
    height: 20px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 0;
}

.results-item-block .info .type-bar .label {
    color: #f80;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    margin-right: 6px;
    border: 1px solid #ffb622;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}

.results-item-block .info .sell-bar {
    color: #666;
    height: 20px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.results-item-block .info .gy-bar {
    margin-top: 10px;
    font-size: 0;
}
.results-item-block .info .gy-bar .item{
    display: inline-block;
    color: #666;
    margin-right: 40px;
    font-size: 12px;
}


.results-item-block .booking {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 146px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.results-item-block .booking .pri {
    color: #999;
    display: block;
    height: 32px;
}

.results-item-block .booking .pri .num {
    color: #f63;
    font-size: 14px;
}

.results-item-block .booking .pri .num em {
    font-size: 28px;
    font-family: Arial, "宋体", "Microsoft YaHei", Helvetica, sans-serif;
}

.results-item-block .booking .pri .dx {
    color: #f63;
    font-size: 22px;
    font-family: "Microsoft YaHei", Arial, "宋体", Helvetica, sans-serif;
}

.results-item-block .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: 5px;
    font-size: 0;
}

.results-item-block .booking .jf .ts {
    display: inline-block;
    width: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.results-item-block .booking .jf .num {
    display: inline-block;
    width: 50%;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #ff5603;
    font-size: 12px;
}

.results-item-block .booking .jf .num em {
    font-weight: bold;
}

.results-item-block .booking .data {
    border: 1px solid #ecf3fb;
    background-color: #f5f9fd;
    width: 144px;
    height: 36px;
    padding: 5px 0;
    margin-top: 4px;
}

.results-item-block .booking .data p {
    float: left;
    height: 32px;
    padding: 2px 0;
}

.results-item-block .booking .data p.sati {
    width: 53px;
    border-right: 1px solid #e2e9f1;
}

.results-item-block .booking .data p.comment {
    width: 89px;
}

.results-item-block .booking .data p span {
    display: inline-block;
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.results-item-block .booking .data p span.num {
    color: #f63;
    font-size: 14px;
}


/* 特产详情 */

.box-slide-area{
    float: left;
    width: 500px;
}
/* 轮播图 */
.slide-content {
    position: relative;
    overflow: hidden;
    width: 500px;
}
.slide-content .bigImg {
    height: 267px;
    overflow: hidden;
    position: relative;
    background: #e7e7e7;
}
.slide-content .bigImg li{
    height: 267px;
    overflow: hidden;
}
.slide-content .bigImg li a{
    width: 500px;
    height: 267px;
    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: 59px;
    margin-top: 10px;
}
.slide-content .sPrev,
.slide-content .sNext {
    float: left;
    display: block;
    width: 12px;
    height: 59px;
    text-indent: -9999px;
    background: url("../images/specialty-show-slide-ico.png") no-repeat 0 0;
}
.slide-content .sNext {
    float: right;
    background-position: -12px 0;
}
.slide-content .smallImg {
    float: left;
    display: inline;
    width: 468px;
    overflow: hidden;
}
.slide-content .smallImg ul {
    height: 59px;
    width: 9999px;
    overflow: hidden;
}
.slide-content .smallImg li {
    float: left;
    width: 110px;
    height: 59px;
    margin-left: 7px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.slide-content .smallImg li:after{
    content: "";
    display: none;
    width: 106px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #f90;
}
.slide-content .smallImg .on:after{
    display: block;
}
.slide-content .smallImg li span{
    width: 110px;
    height: 59px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-content .smallImg img{
    max-width: 110px;
    max-height: 59px;
    vertical-align: middle;
}

.slide-content .info-bar{
    width: 500px;
    height: 36px;
    position: absolute;
    top: 231px;
    left: 0;
    z-index: 1001;
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
    background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = rgba(0,0,0,0), endColorstr = rgba(0,0,0,.5));
}
.slide-content .info-bar .item{
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

.share-bar-box{
    padding: 10px 0;
    margin-top: 5px;
    border-bottom: 1px solid #ececec;
}
.share-bar-box .share-item,
.share-bar-box .code-item,
.share-bar-box .collect-item{
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 35px;
    position: relative;
}
.share-bar-box .share-more{
    color: #999 !important;
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
.share-bar-box .share-more .icon,
.share-bar-box .code-item .name .icon,
.share-bar-box .collect-item .icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.share-bar-box .share-more .icon{
    background: url("../images/share-collect-icon.png") no-repeat 0 1px;
}

.share-bar-box .code-item .name{
    color: #999;
}
.share-bar-box .code-item .name .icon{
    background: url("../images/share-collect-icon.png") no-repeat 0 -70px;
}
.share-bar-box .code-item .con-box{
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 100;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-left: -55px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.share-bar-box .code-item:hover .con-box{
    display: block;
}
.share-bar-box .code-item .con-box:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -8px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.share-bar-box .code-item .con-box img{
    width: 100%;
    height: 100%;
}

.share-bar-box .collect-item{
    color: #999;
    cursor: pointer;
}
.share-bar-box .collect-item .icon{
    background: url("../images/share-collect-icon.png") no-repeat 0 -22px;
}
.share-bar-box .collect-item.on .icon{
    background: url("../images/share-collect-icon.png") no-repeat 0 -46px;
}

.supplier-bar-box{
    color: #999;
    padding: 10px 0;
}
.supplier-bar-box .icon{
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/share-collect-icon.png") no-repeat 0 -94px;
}
.supplier-bar-box a{
    color: #999;
}

.box-info-area{
    float: right;
    width: 670px;
}
.detail-txt-block .tit-bar{
    font-size: 18px;
}
.detail-txt-block .sub-txt{
    color: #999;
    margin-top: 10px;
}


.detail-price-block{
    padding: 12px 16px;
    margin-top: 15px;
    background: #f8f8f8;
}
.detail-price-block .price-group .pri-bar{
    color: #999;
    display: block;
}
.detail-price-block .price-group .pri-bar.last{
    margin-top: 10px;
}
.detail-price-block .price-group .pri-bar .del{
    color: #666;
    margin-left: 32px;
    text-decoration: line-through;
    font-size: 13px;
}
.detail-price-block .price-group .pri-bar .jg{
    color: #ff0036;
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    font-family: Arial;
}
.detail-price-block .price-group .pri-bar .jg .num{
    margin-left: 3px;
    font-size: 24px;
    font-weight: bold;
}
.detail-price-block .price-group .pri-bar .label{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 6px;
    margin: -5px 0 0 10px;
    font-size: 12px;
    font-family: "宋体", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #f80;
}

.detail-price-block .data-group{
    margin-top: 20px;
    font-size: 0;
}
.detail-price-block .data-group .item{
    color: #999;
    padding: 0 20px;
    position: relative;
    font-size: 12px;
}
.detail-price-block .data-group .item:after{
    content: "";
    display: inline-block;
    height: 16px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e5dfda;
}
.detail-price-block .data-group .item:last-child{
    padding-right: 0;
}
.detail-price-block .data-group .item:last-child:after{
    display: none;
}
.detail-price-block .data-group .item .num{
    color: #ff0036;
    margin-left: 6px;
    font-weight: bold;
}
.detail-price-block .data-group .item .c-green{
    color: #149d3a;
}


.detail-info-block{
    margin-top: 7px;
}
.detail-info-block&gt;li{
    padding: 5px 0;
}
.detail-info-block&gt;li .item-hd{
    float: left;
    color: #666;
    width: 75px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
}
.detail-info-block&gt;li .item-bd{
    padding-left: 75px;
}


.coupon-group-block{
    padding: 5px 0;
    font-size: 0;
}
.coupon-group-block .label{
    color: #f80;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 15px;
    margin-right: 5px;
    position: relative;
    border: 1px solid #ff9913;
    font-size: 12px;
    background: #fffdf7;
}
.coupon-group-block .label:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url("../images/box-slide-icon.jpg") no-repeat 0 0;
}

.coupon-group-block .label:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    position: absolute;
    right: -1px;
    top: -1px;
    background: url("../images/box-slide-icon.jpg") no-repeat -5px 0;
}
.coupon-group-block .more{
    color: #666;
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
}

.integral-bar-block{
    color: #666;
    line-height: 24px;
    padding: 5px 0;
    font-size: 13px;
}

.group-list-block:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.group-list-block&gt;li{
    float: left;
    margin: 0 8px 8px 0;
    position: relative;
}
.group-list-block&gt;li .label{
    display: block;
    max-width: 540px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #c9c8ce;
    font-size: 13px;

}
.group-list-block&gt;li.active .label{
    color: #ff0036;
    height: 32px;
    line-height: 32px;
    padding: 0 19px;
    border: 2px solid #ff0036;
}
.group-list-block&gt;li .txt-con{
    color: #666;
    display: none;
    width: 290px;
    padding: 8px;
    line-height: 18px;
    position: absolute;
    top: 43px;
    z-index: 100;
    border: 1px solid #c9c8ce;
    background: #fbfbfb;
}
.group-list-block&gt;li:hover .txt-con{
    display: block;
}

/* 自由加减 */
.amount-opt-wrap {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 0;
    vertical-align: middle;
}

.amount-opt-wrap .sub-btn,
.amount-opt-wrap .add-btn {
    display: inline-block;
    color: #6a6a6a;
    width: 32px;
    height: 32px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    border: 1px solid #c9c8ce;
    background: #f1f1f1;
}

.amount-opt-wrap .sub-btn {
    border-right: 0;
}

.amount-opt-wrap .add-btn {
    border-left: 0;
}

.amount-opt-wrap .num-text {
    width: 48px;
    height: 32px;
    border: 1px solid #c9c8ce;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    font-family: Arial;
    background: #fff;
}
.amount-opt-wrap .sub-btn.disabled,
.amount-opt-wrap .add-btn.disabled{
    color: #ccc;
}


.purchase-sum-block .kc-txt{
    color: #666;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 13px;
}
.purchase-sum-block .kc-txt .c-999{
    color: #999;
}

.error-txt-label{
    color: #666;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #ff0036;
}
.error-txt-label .icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/warn-icon.png") center no-repeat;
}

.detail-freight-block{
    color: #666;
    margin-top: 10px;
}
.detail-freight-block .label{
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.freight-table{
    display: none;
    padding: 15px;
}

.freight-data-table{
    width:100%
}
.freight-data-table th{
    height: 38px;
    text-align: center;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    background: #f7f7f7;
}
.freight-data-table td{
    color: #666;
    padding: 12px;
    border: 1px solid #f0f0f0;
}

.detail-booking-block{
    margin-top: 20px;
}
.detail-booking-block .link-btn{
    color: #fefefe;
    display: inline-block;
    width: 180px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #ff0036;
    background: #ff0036;
}
.detail-booking-block .link-btn.disable{
    border-color: #e3e3e3;
    background: #efefef;
}
.detail-booking-block .end-txt{
    color: #999;
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
}



.detail-content-box{
    margin-top: 60px;
}
.nav-tab-group {
    width: 903px;
    border: 1px solid #eee;
    border-bottom: 1px solid #00b7ee;
    background: #f7f7f7
}

.nav-tab-group.fxd {
    position: fixed;
    top: 0;
    z-index: 1001;
}

.nav-tab-group span {
    color: #666;
    float: left;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.nav-tab-group span.on {
    color: #fff;
    height: 40px;
    line-height: 39px;
    background: #00b7ee
}




.tab-con-list {
    padding: 20px 0 10px;
}

.tab-con-list .list-tit {

}

.tab-con-list .list-tit strong {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}
.tab-con-list .list-tit strong:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 24px;
    vertical-align: top;
    margin-right: 10px;
    background: #00b7ee;
}

.tab-con-list .list-txt {
    color: #666;
    line-height: 28px;
    padding-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

.tab-con-list .list-txt * {
    max-width: 100%
}

.tab-con-list .list-txt strong {
    font-weight: bold !important;
}

.tab-con-list .list-txt i,
.tab-con-list .list-txt em {
    font-style: italic !important;
}

.tab-con-list .list-txt a {
    color: #0082dd;
}

.tab-con-list .list-txt a:hover {
    color: #ff8a00;
    text-decoration: underline;
}

.tab-con-list .list-txt table,
.tab-con-list .list-txt th,
.tab-con-list .list-txt td {
    border: 1px solid #e5e5e5;
}


/* 评论 */
.column-common-bar{
    padding: 5px 12px;
    border: 1px solid #eee;
    background: #f7f7f7;
}
.column-common-bar .title{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
}
.column-common-bar .type-group{
    display: inline-block;
    margin-left: 130px;
    vertical-align: top;
    font-size: 0;
}
.column-common-bar .type-group .item{
    color: #999;
    display: inline-block;
    width: 88px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 12px;
}
.column-common-bar .type-group .item.on{
    color: #666;
    border-color: #666;
}
.column-common-bar .myd{
    color: #666;
    float: right;
    margin-top: -4px;
}
.column-common-bar .myd .label{
    color: #ff0036;
    font-size: 14px;
    font-family: Arial;
}
.column-common-bar .myd .label .num{
    font-size: 32px;
}

.column-common-bar .link{
    color: #2dbb55;
    float: right;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    border: 1px solid #2dbb55;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.comment-view-group&gt;li{
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}

.comment-view-group&gt;li .group-hd{
    float: left;
    width: 200px;
}
.comment-view-group&gt;li .group-hd .hd-img{
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.comment-view-group&gt;li .group-hd .name,
.comment-view-group&gt;li .group-hd .level{
    display: block;
    color: #999;
    padding: 6px 10px 0 60px;
}
.comment-view-group&gt;li .group-bd{
    padding-left: 200px;
}

.comment-view-group&gt;li .group-bd .star-bar{
    margin-bottom: 10px;
}
.star-grade-group{
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width:110px;
}
.star-grade-group .item{
    display: inline-block;
    width: 110px;
    height: 17px;
    margin-right: 4px;
    background: url("../images/comment_five_star.png")  no-repeat;
}

.comment-view-group&gt;li .group-bd .txt-bar{
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
}
.comment-view-group&gt;li .group-bd .data-bar{
    font-size: 0;
}
.comment-view-group&gt;li .group-bd .data-bar .label{
    display: inline-block;
    color: #999;
    margin-right: 30px;
    font-size: 12px;
}

.comment-view-group&gt;li .group-bd .img-bar {

}

.comment-view-group&gt;li .group-bd .img-bar .fancybox {
    float: left;
    width: 54px;
    height: 54px;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.comment-view-group&gt;li .group-bd .img-bar .fancybox img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 咨询 */
.question-view-group{

}
.question-view-group&gt;li{
    padding: 15px 5px;
    border-bottom: 1px solid #eee;
}
.question-view-group&gt;li .ask-bar{
    font-size: 0;
}
.question-view-group&gt;li .ask-bar .label,
.question-view-group&gt;li .answer-bar .label{
    color: #fff;
    float: left;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size: 14px;
    font-weight:bold;
    background: #f90;
}
.question-view-group&gt;li .answer-bar .label{
    background: #2dbb55;
}
.question-view-group&gt;li .ask-bar .txt{
    padding: 0 260px 0 40px;
}
.question-view-group&gt;li .ask-bar .txt,
.question-view-group&gt;li .answer-bar .txt{
    color: #666;
    display: block;
    line-height: 26px;
    font-size: 14px;
}
.question-view-group&gt;li .answer-bar .txt{
    padding-left: 40px;
}
.question-view-group&gt;li .ask-bar .num{
    color: #999;
    float: right;
    display: inline-block;
    line-height: 26px;
    margin-left: 20px;
    font-size: 12px;
}
.question-view-group&gt;li .answer-bar{
    margin-top: 12px;
    font-size: 0;
}


.page-content{
    padding: 15px 0;
    text-align: right;
    font-size: 0;
}
.page-content &gt; a{
    display: inline-block;
    color: #666;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    background: #f5f5f5;
}
.page-block{
    display: inline-block;
}
.page-block &gt; span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 3px;
    font-size: 14px;
}
.page-block &gt; a{
    display: inline-block;
    color: #666;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    background: #f5f5f5;
}
.page-block &gt; a.on,
.page-block &gt; a:hover,
.page-content &gt; a:hover{
    color: #2dbb55;
    border: 1px solid #2dbb55;
}

/* 我要咨询 */
#faqContainer{
    display: none;
}
.faq-wrapper{
    padding: 15px;
}
.faq-wrapper .faq-area{
    width: 100%;
    padding: 5px;
    resize: none;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq-info-block{
    margin-top: 10px;
    text-align: right;
}
.faq-info-block .item{
    color: #666;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.faq-info-block .item .input-text{
    width: 100px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.faq-info-block .submit-btn{
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #f90;
}
.faq-info-block .submit-btn:hover{
    background: #f80;
}
.faq-info-block .lgn-btn{
    color: #f90;
    float: left;
    height: 36px;
    line-height: 36px;
}
.refund-con{
    margin-top:10px;
}

</pre></body></html>