﻿.daytour-page {
    position: relative;
}
.white-container {
    width: 100%;
    background: #ffffff;
    padding: 40px 0 60px;
}
.cover-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*上部 start*/
.product .product-name {
    line-height: 1.2;
}


.content-wrap {
    border: 1px solid #E6E6E6;
    padding: 25px 15px;
    color: #333;
}
.content-wrap h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #000;
}
.content-wrap h5 {
    font-size: 16px;
}
.desc-wrap {
    font-size: 14px;
    margin-top: 20px;
}
.to-plan-wrap {
    border: 1px solid #E6E6E6;
}
.to-plan-content {
    padding: 25px 15px;
}
.to-plan-content .title-text {
}
.to-plan-content .price-text {
    color: #FF2864;
    text-align: right;
}
.to-plan-content .price-text span {
    font-size: 22px;
    font-weight: bold;
    margin-left: 2px;
}
.to-plan-wrap .cover-img {
    width: 100%;
    height: 200px;
}
.btn-box {
    text-align: center;
    display: inline-block;
    padding: 10px 30px 14px;
    border-radius: 3px;
    min-width: 200px;
    font-size: 18px;
    line-height: 18px;
    height: 40px;
}
.to-plan-btn {
    background: #FF2965;
    color: #fff;
}
.to-plan-btn i {
    color: #fff;
    margin-right: 10px;
}
.to-plan-btn:hover, .to-plan-btn:focus {
    color: #fff;
    opacity: .8;
}
.disable-btn {
    background: #ddd;
    color: #000;
}

/*上部 end*/

/*下部 start*/
.tab-container.left .tab-content {
    padding-right: 0;
}
.tab-container .tab-content .tab-pane {
    height: 500px;
    overflow-y: scroll;
    padding-right: 20px;
}


#plan {
    padding-top: 40px;
}
.section-group section {
    border-top: 1px solid #E6E6E6;
    margin-top: 40px;
    padding-top: 40px;
}
.section-group section:nth-of-type(1) {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.section-group h3 {
    text-align: center;
    color: #000000;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.plan-list .plan-item {
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    padding: 25px 10px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.plan-item .plan-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.plan-header h5 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.plan-header .price-wrap {
    color: #FF2864;
}
.plan-header .price-wrap span {
    font-size: 22px;
    margin-left: 2px;
    font-weight: bold;
}
.plan-form {
    margin-top: 20px;
}
.plan-form .form-control {
    height: 42px;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 14px;
    background: #fff;
}
.plan-choose-wrap {
    position: relative;
}
.plan-choose-wrap .plan-choose-content {
    position: absolute;
    top: 42px;
    right: 0px;
    width: 482px;
    max-width: 94vw;
    background: #fff;
    border: solid 1px #E6E6E6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    z-index: 803;
}
.plan-choose-item {
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #E6E6E6;
    color: #333333;
}
.plan-choose-item .item-left {
    font-size: 14px;
    white-space: pre-line;
}
.item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}
.item-right .price-text {
    padding-right: 10px;
}
.item-right .num-picker span {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.item-right .num-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.item-right .num-picker .action-cell {
    width: 30px;
    color: #7d7d7d;
    border: 1px solid #dcd8d8;
    background: #fafafa;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.item-right .num-picker .num-text {
    width: 50px;
    color: #969696;
    border: 1px solid #c2c2c2;
}
.plan-choose-footer {
    padding: 12px 20px;
    text-align: right;
}
.plan-choose-footer .cancel-btn, .plan-choose-footer .confirm-btn {
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.plan-choose-footer .cancel-btn {
    color: #888;
}
.plan-choose-footer .confirm-btn {
    color: #fff;
    background: #FF2965;
}
.plan-info {
    margin-top: 20px;
}
.section-group .notes {
    margin-top: 20px;
}
.mock-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.mock-wrap i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.cart-container {
    background: #fff;
    border: 1px solid #E6E6E6;
    padding: 25px 15px;
}
.cart-container.fixed {
    position: fixed;
    top: 50px;
}
.cart-container h3 {
    color: #646464;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cart-item {
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    font-size: 14px;
}
.cart-item p {
    color: #333333;
    margin-bottom: 4px;
}
.cart-item span {
    word-break: break-all;
}
.cart-item .delete-text {
    cursor: pointer;
    color: #777;
}
.cart-item .pd-0 {
    padding: 0;
}
.cart-item .delete-text:hover {
    opacity: .8;
}
.page-right {
    position: relative;
}
.cart-container .total-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
}
.cart-container .total-wrap .label {
    font-size: 14px;
    color: #333;
    padding: 0;
    font-weight: normal;
}
.cart-container .total-wrap .price-wrap {
    color: #FF2864;
    padding-right: 5px;
}
.cart-container .total-wrap .price-wrap span {
    font-size: 22px;
    font-weight: bold;
}
.cart-container .btn-wrap button:hover {
    opacity: .8;
}
.btn i {
    font-size: 12px;
    margin-right: 4px;
    color: #fff;
    display: none;
}
.btn.loading i{
    display: inline-block;
}
.cart-container .btn-wrap .btn {
    margin-bottom: 10px;
}
.cart-container .btn-wrap .btn-add-cart {
    background: #ff9600;
}
.cart-container .btn-wrap .btn-buy {
    background: #FF2965;
}
/*下部 end*/

/*Contents 導航 start*/
.seaction-nav {
    display: none;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 9;
    border-bottom: 1px solid #acacac;
}
.seaction-nav nav {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}
.seaction-nav nav.active, .seaction-nav nav:hover {
    color: #ff2864;
    border-bottom: 2px solid #ff2864;
}
/*Contents 導航 end*/