/**
 * 线路详情页
 */
 *{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 轮播banner */
.st-swiper-container {
    width: 10rem;
    height: 5.333333rem;
    background: #e7e7e7
}

.st-swiper-container .item {
    display: block;
    width: 10rem;
    height: 5.333333rem;
    position: relative;
}

.st-swiper-container .item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.st-swiper-container .swiper-info {
    color: #fff;
    position: absolute;
    bottom: 0.96rem;
    right: 0.333333rem;
    z-index: 10;
    height: 0.533333rem;
    line-height: 0.6rem;
    padding: 0 0.266667rem;
    font-family: Arial;
    font-size: 0.266667rem;
    -webkit-border-radius: 0.266667rem;
    border-radius: 0.266667rem;
    background: rgba(0, 0, 0, .6)
}

.st-swiper-container .swiper-info:before {
    content: "";
    display: inline-block;
    width: 0.373333rem;
    height: 0.373333rem;
    vertical-align: middle;
    margin: -0.08rem 0.08rem 0 0;
    background: url("../images/photo-icon.png") center no-repeat;
    background-size: contain;
}

.st-swiper-container .info-bar{
    width: 200%;
    height: 2.4rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1001;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    box-sizing: border-box;
    font-size: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
    background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
}
.st-swiper-container .info-bar .label{
    color: #fff;
    display: inline-block;
    font-size: 0.586667rem
}

/* 基础信息 */
.product-info-block{
    margin-top: -0.2rem;
    padding: 0.32rem;
    position: relative;
    z-index: 1005;
    -webkit-border-top-left-radius: 0.32rem;
    border-radius-top-left: 0.32rem;
    -webkit-border-top-right-radius: 0.32rem;
    border-radius-top-right: 0.32rem;
    background: #fff
}
.product-info-block .tit-bar{
    line-height: 0.64rem;
    font-size: 0.426667rem
}
.product-info-block .bst-bar{
    width: 200%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -0.4rem
}
.product-info-block .bst-bar .l-box .dx{
    color: #f70;
    font-size: 0.96rem
}
.product-info-block .bst-bar .l-box .pri{
    color: #f70;
    font-size: 0.533333rem
}
.product-info-block .bst-bar .l-box .pri .num{
    font-size: 0.96rem
}
.product-info-block .bst-bar .l-box .del{
    color: #999;
    display: inline-block;
    margin-left: 0.8rem;
    text-decoration: line-through;
    font-size: 0.586667rem
}
.product-info-block .bst-bar .r-box .item{
    color: #999;
    display: inline-block;
    margin-left: 0.8rem;
    vertical-align: bottom;
    font-size: 0.586667rem
}
.product-info-block .gys-bar{
    color: #999;
    width: 200%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    margin-top: -0.24rem;
    font-size: 0.586667rem
}

/* 拼团信息 */
.group-info-block-show{
    margin-bottom: 0.266667rem;
    background: #fff
}
.group-tit-bar{
    height: 1.12rem;
    padding: 0 0.2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: url("../images/group-team-bg.jpg") center no-repeat;
    background-size: cover;
}
.group-tit-bar .group-icon{
    display: inline-block;
    width: 0.56rem;
    height: 0.56rem;
    background: url("../images/gold-icon.png") center no-repeat;
    background-size: cover;
}
.group-tit-bar .group-msg{
    color: #ff6a03;
    display: block;
    width: 6.8rem;
    padding: 0 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.32rem
}
.group-tit-bar .group-link{
    color: #fff;
    display: inline-block;
    padding: 0.12rem 0.32rem;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    background: -moz-linear-gradient(left, #ff882e, #ff3f21);
    background: -webkit-linear-gradient(left, #ff882e, #ff3f21);
    background: -ms-linear-gradient(left, #ff882e, #ff3f21);
    background: -o-linear-gradient(left, #ff882e, #ff3f21);
    font-size: 0.32rem
}
.group-list-box{
    padding: 0 0.32rem;
    background: #fff
}
.group-list-box>li{
    display: -webkit-box;
    display: -moz-box;
    padding: 0.266667rem 0;
    border-bottom: 1px solid #f2f2f2
}
.group-list-box>li:last-child{
    border-bottom: 0
}
.group-list-box .hd{
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.group-list-box .hd img{
    width: 100%;
    height: 100%
}
.group-list-box .md{
    width: 5.6rem;
    margin-left: 0.2rem
}
.group-list-box .md .name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.32rem
}
.group-list-box .md .date{
    color: #666;
    width: 200%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    margin-top: -0.32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.533333rem
}
.group-list-box .md .date .num{
    color: #2dbb55
}
.group-list-box .fd{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: right;
}
.group-list-box .fd .h-box{
    width: 200%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin-bottom: -1rem
}
.group-list-box .fd .date{
    color: #666;
    display: block;
    font-size: 0.533333rem
}
.group-list-box .fd .join{
    color: #fff;
    display: inline-block;
    height: 0.96rem;
    line-height: 0.96rem;
    padding: 0 0.6rem;
    margin-top: 0.2rem;
    font-size: 0.533333rem;
    border-radius: 0.6rem;
    background: #2dbb55
}

.product-pre-block {
    padding: 0 0.333333rem;
    background: #fff;
}

/* 积分 */
.product-itg-bar {
    width: 200%;
    padding: 0.64rem 0;
    margin-bottom: -1rem;
    position: relative;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.product-itg-bar .itg-icon {
    display: inline-block;
    width: 0.613333rem;
    height: 0.72rem;
    vertical-align: middle;
    margin-top: -0.2rem;
    background: url("../images/gift-icon.png") center no-repeat;
    background-size: contain;
}

.product-itg-bar .item {
    color: #666;
    display: inline-block;
    margin-left: 0.32rem;
    font-size: 0.533333rem
}

.product-itg-bar .item:before {
    content: "";
    display: inline-block;
    width: 0.64rem;
    height: 0.613333rem;
    vertical-align: middle;
    margin-right: 0.16rem;
    background: url("../images/gift-item-icon.png") center no-repeat;
    background-size: contain;
}

.product-itg-bar .more-item {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    right: 0.28rem;
    border-top: 2px solid #a0a0a0;
    border-right: 2px solid #a0a0a0;
    -webkit-transform: rotate(45deg) translateY(-70%);
    transform: rotate(45deg) translateY(-70%);
}

.layer-show-content {
    position: fixed !important;
    top: 4rem;
    bottom: 0;
    right: 0;
    left: 0;
}

.info-show-bar {
    padding: 0.24rem 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: relative;
    font-size: 0.426667rem;
    border: 1px solid #e6e6e6
}

.info-show-bar .close-icon {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.info-show-bar .close-icon:before, .close-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.6rem;
    height: 1px;
    background-color: #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-show-bar .close-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.info-show-area {
    padding: 0 0.333333rem;
    position: absolute;
    top: 1.12rem;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.info-show-area.full {
    bottom: 0
}

.info-integral-block {
    padding: 0.2rem 0
}

.info-integral-block .tit {
    font-size: 0.373333rem
}

.info-integral-block .tit:before {
    content: "";
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin: -0.12rem 0.16rem 0 0;
    background: url("../images/gift-item-icon.png") center no-repeat;
    background-size: contain;
}

.info-integral-block .info-list {
    padding-top: 0.08rem
}

.info-integral-block .info-list > li {
    color: #999;
    font-size: 0.32rem
}

.info-integral-block .info-list > li:before {
    content: "";
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    vertical-align: middle;
    margin: -0.12rem 0.253333rem 0 0.08rem;
    border-radius: 50%;
    background: #ccc
}

.info-integral-block .info-list > li .dk {
    color: #fdbc0d
}


/* 其他模块 */
.rele-module-block {
    margin-top: 0.266667rem;
    background: #fff
}

.rele-hd-bar {
    padding: 0.32rem;
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.rele-hd-bar .title {
    display: inline-block;
    font-size: 0.373333rem
}

.rele-hd-bar .title:before {
    content: "";
    display: inline-block;
    width: 0.066667rem;
    height: 0.373333rem;
    vertical-align: middle;
    margin: -0.08rem 0.16rem 0 0;
    background: #2dbb55
}

.rele-module-area {
    padding: 0 0.333333rem
}

.more-bar-link {
    padding: 0.266667rem 0;
    text-align: center;
}

.more-bar-link .more-btn {
    color: #2dbb55;
    display: inline-block;
    padding: 0.2rem 0.48rem;
    border: 1px solid #2dbb55;
    border-radius: 0.8rem;
    font-size: 0.32rem
}

.rele-hd-bar .secondary {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.333333rem;
    transform: translateY(-50%) scale(.5);
    transform-origin: right;
    font-size: 0
}

.rele-hd-bar .secondary .item {
    color: #666;
    display: inline-block;
    padding: 0 0.4rem;
    border-right: 1px solid #e6e6e6;
    font-size: 0.64rem
}

.rele-hd-bar .secondary .item:last-child {
    border-right: 0;
}

/* 评论模块 */
.comment-list-group {

}

.comment-list-group > li {
    padding: 0.266667rem 0
}

.comment-list-group .info-hd {
    display: -webkit-box;
    display: -moz-box;
}

.comment-list-group .info-hd .hd-img {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%
}

.comment-list-group .info-hd .user {
    -webkit-box-flex: 1;
    margin-left: 0.266667rem
}

.comment-list-group .info-hd .user .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.32rem
}

.comment-list-group .info-hd .user .date {
    color: #999;
    display: inline-block;
    margin: -0.16rem 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left;
    transform-origin: left;
    font-size: 0.533333rem;
}

.comment-list-group .info-bd {
    line-height: 0.533333rem;
    margin-top: 0.16rem;
    font-size: 0.32rem
}

.comment-grade-bar {
    height: 0.426667rem;
    margin-top: 0.2rem;
    overflow: hidden;
    font-size: 0
}

.comment-grade-bar .icon {
    display: inline-block;
    width: 0.4rem;
    height: 0.373333rem;
    margin-right: 0.08rem;
    vertical-align: top;
    background: url("../images/star-grey-icon.png") center no-repeat;
    background-size: contain;
}

.comment-grade-bar .icon:last-child {
    margin-right: 0
}

.comment-grade-bar .icon.on {
    background: url("../images/star-light-icon.png") center no-repeat;
    background-size: contain;
}

/* 问答模块 */
.faq-list-group {
    padding: 0.2rem 0
}

.faq-list-group .item {
    padding: 0.12rem 0;
    line-height: 0.426667rem;
    font-size: 0.32rem
}

.faq-list-group .item .icon {
    color: #fff;
    display: inline-block;
    width: 0.853333rem;
    height: 0.853333rem;
    line-height: 0.853333rem;
    text-align: center;
    border-radius: 0.08rem;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    vertical-align: middle;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin: -0.08rem -0.2rem -0.4rem 0;
    font-size: 0.533333rem;
    font-style: normal;
    background: #f80
}

.module-empty-content {
    padding: 0.2rem 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-empty-content .txt {
    color: #999;
    display: block;
    font-size: 0.32rem
}

.module-empty-content .link {
    color: #2dbb55;
    display: inline-block;
    padding: 0.2rem 0.48rem;
    border: 1px solid #2dbb55;
    border-radius: 0.8rem;
    font-size: 0.32rem
}


/* 日期选择 */
.choose-date-bar{
    padding: 0.266667rem 0;
    font-size: 0
}
.choose-date-bar .item{
    display: inline-block;
    width: 2.4rem;
    height: 1.2rem;
    margin-right: 0.16rem;
    padding: 0.16rem 0;
    text-align: center;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    box-sizing: border-box;
}
.choose-date-bar .item .date{
    color: #666;
    display: block;
    font-size: 0.32rem;
}
.choose-date-bar .item .pri{
    display: block;
    color: #f70;
    margin-top: 0.08rem;
    font-size: 0.32rem;
}
.choose-date-bar .more{
    color: #2dbb55;
    display: inline-block;
    width: 1.6rem;
    height: 1.2rem;
    line-height: 0.44rem;
    padding: 0.16rem 0.4rem;
    text-align: center;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    box-sizing: border-box;
    font-size: 0.32rem;
}

/* 剩余模块 */
.other-module-block{
    background: #fff
}
.view-group-block{

}
.view-group-bar{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 1.12rem;
    padding: 0 0.32rem;
    border-bottom: 1px solid #f2f2f2
}
.view-group-bar:last-child{
    border-bottom: 0
}
.view-group-bar .item-hd{
    display: inline-block;
    font-size: 0.373333rem
}
.view-group-bar .more-icon{
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.16rem;
    border-top: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* TAB切换栏 */
.fixed-placeholder-bar{
    height: 1.146667rem;
    margin-top: 0.266667rem;
}
.module-tab-bar{
    font-size: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.4rem;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    background: #fff
}
.module-tab-bar.fixed{
    position: fixed;
    top: 1.2rem;
    left: 0;
    right: 0;
    z-index: 100;
}
.module-tab-bar .item{
    color: #333;
    display: inline-block;
    height: 1.12rem;
    line-height: 1.12rem;
    padding: 0 0.16rem;
    font-size: 0.373333rem;
}
.module-tab-bar .item.active{
    color: #2dbb55;
    position: relative;
}
.module-tab-bar .item.active:after{
    content: "";
    display: block;
    height: 0.08rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2dbb55
}

/* 切换内容 */
.module-section{
    position: relative;
    margin-bottom: 0.266667rem;
    background: #fff
}
.module-tit-bar{
    color: #333;
    height: 1.12rem;
    line-height: 1.12rem;
    padding: 0 0.32rem;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.373333rem
}
.module-tit-bar .download-file{
    color: #2dbb55;
    display: inline-block;
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    border: 1px solid #2dbb55;
    font-size: 0.32rem;
    background: #fff
}
.module-content,
.other-show-content{
    color: #666;
    padding: 0.32rem;
    line-height: 0.56rem;
    font-size: 0.346667rem
}
.module-content img,
.each-day-box .route-bar .bd img,
.other-show-content img{
    vertical-align: middle;
}
.module-content *,
.each-day-box .route-bar .bd *,
.other-show-content *{
    max-width: 100%
}
.module-content em,
.module-content i,
.each-day-box .route-bar .bd em,
.each-day-box .route-bar .bd i,
.other-show-content em,
.other-show-content i{
    font-style: italic;
}
.module-content b,
.module-content strong,
.each-day-box .route-bar .bd b,
.each-day-box .route-bar .bd strong,
.other-show-content b,
.other-show-content strong{
    font-weight: bold;
}
.module-content table,
.module-content td,
.each-day-box .route-bar .bd table,
.each-day-box .route-bar .bd td,
.other-show-content table,
.other-show-content td{
    border: 1px solid #e5e5e5 
}

/* 行程 */
.each-day-box{
    padding: 0 0.32rem 0.32rem 0.56rem;
    border-bottom: 1px solid #f2f2f2
}
.each-day-box:last-child{
    border-bottom: 0
}
.each-day-box .day-bar{
    text-align: center;
}
.each-day-box .day-bar .label{
    display: inline-block;
    color: #fff;
    padding: 0.12rem 0.4rem;
    vertical-align: top;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    font-size: 0.32rem;
    background: #2dbb55
}
.each-day-box .tit-bar{
    padding: 0.2rem 0;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.373333rem
}
.each-day-box .tra-bar{
    line-height: 0.56rem;
    padding-left: 0.4rem;
    padding-bottom: 0.32rem;
    position: relative;
    border-left: 1px dotted #e5e5e5;
    font-size: 0.32rem
}
.each-day-box .tra-bar:before,
.each-day-box .diet-group:before,
.each-day-box .stay-bar:before,
.each-day-box .route-bar:before,
.each-day-box .spot-bar:before{
    content: "";
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 0;
    left: -0.24rem;
    background: url("../images/tra-icon.png") center no-repeat;
    background-size: contain; 
}
.each-day-box .tra-bar:before{
    background: url("../images/tra-icon.png") center no-repeat;
    background-size: contain; 
}
.each-day-box .diet-group:before{
    background: url("../images/diet-icon.png") center no-repeat;
    background-size: contain; 
}
.each-day-box .stay-bar:before{
    background: url("../images/stay-icon.png") center no-repeat;
    background-size: contain; 
}
.each-day-box .route-bar:before{
    background: url("../images/xc-icon.png") center no-repeat;
    background-size: contain; 
}
.each-day-box .spot-bar:before{
    background: url("../images/jd-icon.png") center no-repeat;
    background-size: contain; 
}
.each-day-box .diet-group{
    padding-left: 0.4rem;
    padding-bottom: 0.32rem;
    position: relative;
    border-left: 1px dotted #e5e5e5;
}
.each-day-box .diet-group .item{
    color: #333;
    line-height: 0.56rem;
    font-size: 0.32rem
}
.each-day-box .stay-bar,
.each-day-box .route-bar{
    color: #666;
    line-height: 0.56rem;
    padding-left: 0.4rem;
    padding-bottom: 0.32rem;
    position: relative;
    border-left: 1px dotted #e5e5e5;
}
.each-day-box .stay-bar .hd,
.each-day-box .route-bar .hd{
    color: #333;
    float: left;
    display: inline-block;
    width: 1rem;
    height: 0.48rem;
    vertical-align: top;
    font-size: 0.32rem
}
.each-day-box .route-bar:last-child{
    border-left: 0;
}
.each-day-box .spot-bar{
    position: relative;
    padding-left: 0.4rem
}
.each-day-box .spot-bar .tit{
    font-size: 0.32rem
}

.spot-group-list{
}
.spot-group-list>li{
    float: left;
    margin: 0.32rem 0.32rem 0 0;
}
.spot-group-list>li.mr_0{
    margin-right: 0
}
.spot-group-list .item{
    display: block;
    width: 4.2rem;
    height: 2.4rem;
    position: relative;
    overflow: hidden;
    background: #e7e7e7
}
.spot-group-list .item img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.spot-group-list .item .name{
    color: #fff;
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.32rem;
    background: rgba(0,0,0,.2)
}

/* 其他详情 */
.other-show-container{
    background: #fff
}

/* 下架提示 */
.cancel-show-bar {
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 1.28rem;
    left: 0;
    padding: 0.2rem 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}

/* 视频控制 */
.vis-play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.813333rem;
    height: 1.813333rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../images/play-icon.png) center no-repeat;
    background-size: contain;
}
.vis-pause-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.813333rem;
    height: 1.813333rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../images/stop-icon.png) center no-repeat;
    background-size: contain;
}


/* 选择套餐 */
.tc-module-block{
    margin-top: 0.266667rem;
    background: #fff
}
.tc-module-block:first-child{
    margin-top: 0
}
.tc-module-bar{
    padding: 0.32rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2
}
.tc-module-bar .tit{
    font-size: 0.373333rem
}
.tc-module-bar .sub{
    color: #999;
    font-size: 0.32rem
}
.tc-module-bar .sub .num{
    color: #2dbb55
}
.tc-group-box{
    padding: 0.16rem;
    font-size: 0
}
.tc-group-box .item{
    display: inline-block;
    padding: 0.24rem;
    margin: 0.133333rem;
    font-size: 0.32rem;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    background: #f7f7f7
}
.tc-group-box .item.active{
    color: #2dbb55;
    border-color: #2dbb55;
    background: #f7fff9
}



/* 选择数量 */
.sum-group-box{
    padding: 0.16rem
}
.sum-group-box>li{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.16rem
}
.sum-group-box>li.hide{
    display:none;
}
.sum-group-box .type{
    color: #666;
    display: block;
    width: 3rem;
    font-size: 0.32rem
}
.sum-group-box .type .info-icon{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: middle;
    margin: -0.08rem 0 0 0.16rem;
    background: url("../images/info-icon.png") center no-repeat;
    background-size: contain;
}
.sum-group-box .pri{
    color: #666;
    display: block;
    width: 3rem;
    font-size: 0.32rem;
}
.sum-group-box .amount-opt-wrap{
    width: 4rem;
    text-align: right;
    overflow: hidden;
}
.sum-group-box .amount-opt-wrap .num-text{
    color: #666;
    border-radius: 0;
    -webkit-border-radius: 0; 
    background: #f0f0f0
}
.sum-group-box .amount-opt-wrap .sub-btn,
.sum-group-box .amount-opt-wrap .add-btn{
    color: #fff;
    line-height: 0.65rem;
    background: #2dbb55
}
.sum-group-box .amount-opt-wrap .sub-btn{
    -webkit-border-top-left-radius: 0.08rem;
    border-top-left-radius: 0.08rem;
    -webkit-border-bottom-left-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem;
}
.sum-group-box .amount-opt-wrap .add-btn{
    -webkit-border-top-right-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
    -webkit-border-bottom-right-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
}
.sum-group-box .amount-opt-wrap .sub-btn.disable,
.sum-group-box .amount-opt-wrap .add-btn.disable{
    background: #ccc
}



/* 报价说明 */
.tc-explain-block{
    color: #666;
    line-height: 0.48rem;
    padding: 0.32rem;
    font-size: 0.32rem
}

.layer-define-wrapper .layui-m-layercont{
    color: #666;
    line-height: 0.48rem;
    padding: 0.4rem;
    text-align: left;
    font-size: 0.32rem
}
.layer-define-wrapper .layui-m-layerbtn{
    height: 1.2rem;
    line-height: 1.2rem;
    border-top-color: #e3e5e9;
}
.layer-define-wrapper .layui-m-layerbtn span{
    color: #333;
    font-size: 0.373333rem
}
.layer-define-wrapper .layui-m-layerbtn span[yes] {
    color: #333;
}


/* 底部漂浮栏 */
.tc-placeholder-bar{
    height: 1.28rem
}
.tc-fixed-bar{
    display: -webkit-box;
    display: -moz-box;
    height: 1.28rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1002;
    box-shadow: 0 -0.013333rem 0.16rem rgba(0, 0, 0, .05);
    background: #fff;
}
.tc-fixed-bar .total{
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: 1.28rem;
    line-height: 1.28rem;
    padding-left: 0.4rem;
    font-size: 0.32rem
}
.tc-fixed-bar .total .pri{
    color: #f70;
    font-size: 0.48rem
}
.tc-fixed-bar .label{
    color: #999;
    display: block;
    height: 1.28rem;
    line-height: 1.28rem;
    padding-right: 0.2rem;
    font-size: 0.32rem
}
.tc-fixed-bar .btn-booking{
    color: #fff;
    display: block;
    width: 3.6rem;
    height: 1.28rem;
    line-height: 1.28rem;
    text-align: center;
    font-size: 0.373333rem;
    background: #2dbb55
}
.tc-fixed-bar .btn-booking.disable{
    color: #9d9d9d;
    background: #d0d0d0
}





/* 日历报价 */
.calendar-week-bar{
    display: -webkit-box;
    display: -moz-box;
    font-size: 0;
    background: #fafafa
}
.calendar-week-bar>li{
    color: #999;
    width: 10%;
    padding: 0.2rem 0;
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    font-size: 0.373333rem
}
.calendar-date-bar{
    display: flex;
    display: -webkit-flex;
    padding: 0.32rem 0.4rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efeff4;
    font-size: 0.373333rem
}
.calendar-date-bar .prev{
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    transform: rotate(-45deg)
}
.calendar-date-bar .next{
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg)
}
.calendar-date-bar .prev.disable,
.calendar-date-bar .next.disable{
    border-color: #eee
}

.calendar-box table{
    width: 100%
}
.calendar-box table td{
    width: 14.2857%;
    height: 1.6rem;
    text-align: center;
    font-size: 0.373333rem;
    font-family: Arial
}
.calendar-box td .pri{
    color: #f70;
    display: block;
    width: 200%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    font-size: 0.48rem;
}
.calendar-box td .stock{
    color: #999;
    display: block;
    width: 200%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    margin: -0.12rem 0 -0.2rem;
    font-size: 0.48rem;
}
.calendar-box .p-item .day,
.calendar-box .n-item .day{
    color: #999;
    font-size: 0.32rem
}
.calendar-box .c-item.active{
    background: #2dbb55
}
.calendar-box .c-item.active .day,
.calendar-box .c-item.active .pri,
.calendar-box .c-item.active .stock{
    color: #fff
}
.suit_description img{
    max-width:100%;
}
.other-content-box {
    display: none;
}
.view-group-block .other-show-content {
    color: #666;
    padding: 0.32rem;
    line-height: 0.56rem;
    font-size: 0.346667rem;
}
.view-group-block.active .other-content-box {
    display: block;
}
.other-show-container {
    background: #fff;
}
.view-group-block.active .view-group-bar .more-icon {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*
 * 保险信息
 */

.insurance-view-group .group-item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.266667rem 0.4rem;
    border-bottom: 1px solid #e6e6e6
}
.insurance-view-group .group-item .check{
    width: 0.56rem;
    height: 0.56rem;
    background: url("../images/bx-check-icon.png") center no-repeat;
    background-size: contain
}
.insurance-view-group .group-item .check.active{
    background: url("../images/bx-check-active-icon.png") center no-repeat;
    background-size: contain
}
.insurance-view-group .group-item .name{
    width: 5.866667rem;
    margin-left: 0.373333rem;
    font-size: 0.373333rem
}
.insurance-view-group .group-item .info{
    width: 2.4rem;
    text-align: right
}
.insurance-view-group .group-item .info .price{
    font-size: 0.32rem
}
.insurance-view-group .group-item .info .price .jg{
    color: #f70;
    font-size: 0.24rem;
}
.insurance-view-group .group-item .info .price .num{
    font-size: 0.426667rem;
}
.insurance-view-group .group-item .info .more{
    color: #999;
    width: 200%;
    height: 0.96rem;
    line-height: 0.96rem;
    margin-top: -0.4rem;
    transform: scale(.5);
    transform-origin: left bottom;
    font-size: 0.586667rem
}
.insurance-view-group .group-item .info .more:after{
    content: "";
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin-left: 0.16rem;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg)
}

/*
 * 保险详情
 */
.layer-content-shadow{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000001;
    background: rgba(0,0,0,.6)
}
.layer-content-shadow.hide{
    display: none
}
.layer-content-box{
    position: fixed;
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
    border-radius: 0.133333rem;
    background: #fff
}
.layer-title-bar{
    padding: 0.266667rem 0.4rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.373333rem
}
.layer-title-bar .close-btn{
    width: 0.373333rem;
    height: 0.373333rem;
    position: absolute;
    top: 0.346667rem;
    right: 0.4rem;
    background: url("../images/close-icon.png") center no-repeat;
    background-size: contain
}
.content-block{
    position: absolute;
    top: 1.066667rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
.content-tip-list{
    padding: 0.4rem 0.266667rem
}
.content-list{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 0.533333rem;
}
.content-list .hd{
    margin-left: 0.266667rem;
    font-size: 0.32rem
}
.content-list .bd{
    margin-left: 0.266667rem;
    font-size: 0.32rem
}
.content-view-box{
    margin: 0 0.266667rem;
    border-top: 1px solid #e6e6e6
}
.content-title-bar{
    padding: 0.4rem 0;
    text-align: center;
    font-size: 0.32rem
}
.content-view-group{
    padding: 0 0.266667rem 0.266667rem
}
.content-view-group .item-bar{
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.533333rem;
    font-size: 0.32rem
}
.l-i-p{
    font-weight: bold;
}