﻿.daytour-page {
    margin-top: -10px;
    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;
}
#slide-banner .swiper-slide img {
    width: 100%;
}

/*麵包屑導航 start*/
.breadcrumb-wrap {
    margin-bottom: 0;
}
.breadcrumb-wrap li {
    display: inline-block;
}
.breadcrumb-wrap li:after {
    content: '/';
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.breadcrumb-wrap li:nth-last-of-type(1):after {
    display: none;
}
.breadcrumb-wrap li a {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 0;
    color: #000000;
}
.breadcrumb-wrap li a:hover {
    opacity: .8;
}
/*麵包屑導航 end*/

.page-content-left {
    width: 774px;
}
.page-content-right {
    padding-left: 50px;
}


/*上部 start*/
.page-title {
    font-size: 28px;
    line-height: 40px;
    max-width: 970px;
}
.product-id-text {
    text-align: right;
}
.banner-wrap {
    width: 100%;
    position: relative;
}
.banner-wrap .more-btn {
    height: 42px;
    position: absolute;
    bottom: 18px;
    right: 20px;
    min-width: 150px;
    font-weight: bold;
}
.banner-wrap img {
    width: 100%;
    border-radius: 8px;
}
.content-wrap {
    padding: 40px 0px 20px;
    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;
}
.lowest-price-wrap {
    padding-top: 24px;
}
.lowest-price-wrap .t1 {
    font-size: 15px;
}
.lowest-price-wrap .t2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
.lowest-price-wrap .el-button {
    width: 100%;
    margin-top: 30px;
}

.to-plan-wrap {
    border: 1px solid #E6E6E6;
}
.to-plan-content {
    padding: 25px 15px;
}
.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;
}
.to-plan-btn-wrap {
    text-align: center;
}
.btn {
    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*/
.calendar-picker {
  display: flex;
  margin-top: 22px;
}
.calendar-left {
  flex: 1;
  margin-right: 24px;
}
.calendar-right {
  flex: 1;
}
.calendar-panel {
    background-color: #ffffff;
    padding: 24px;
}
.calendar-panel h2 {
    text-align: center;
    font-size: 15px;
    color: #0f0f0f;
    line-height: 38px;
    background-color: #edecf0;
}
.calendar-picker table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 10px;
}
.calendar-picker th {
    height: 46px;
    font-size: 14px;
    text-align: center;
    width: 51px;
}
.calendar-picker td {
    height: 46px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    transition: .2s all;
}
.calendar-picker td .price-text {
    font-size: 12px;
    color: #575757;
}
.calendar-picker .selected {
  background-color: #3366cc;
  color: #fff;
}
.calendar-picker .disabled {
    color: #a6a9a9;
    cursor: default;
}
.calendar-picker .selected .price-text {
    color: #fff;
}
/* 方案日期選擇器 end*/

/*下部 start*/
#plan {
    padding-top: 40px;
}
.section-group section {
    margin-top: 40px;
    padding-top: 40px;
}
.section-group section:nth-of-type(1) {
    margin-top: 0;
}
.section-group h3 {
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
.date-picker-section-n {
    background-color: #dfefe0;
    padding: 20px;
}
.date-action-bar .el-button {
    font-weight: bold;
}
.plan-switch {
    height: 44px;
    line-height: 44px;
    word-break: break-all;
    font-size: 15px;
    font-weight: bold;
    padding: 0 22px;
    border: 1px solid #294184;
    border-radius: 22px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: .2s all;
}
.daytour-page .plan-switch.disabled {
    color: #999d9d;
    border-color: #999d9d;
    cursor: default;
}
.daytour-page .plan-switch.select {
    color: #ffffff;
}
.plan-info {
    background-color: #edecf0;
    padding: 20px;
}

.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;
    left: 15px;
    min-width: 482px;
    background: #fff;
    border: solid 1px #E6E6E6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    z-index: 3;
}
.plan-choose-item {
    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: 18px 20px;
    border-bottom: 1px solid #E6E6E6;
    color: #333333;
}
.plan-choose-item .item-left {
    font-size: 14px;
    width: 200px;
    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: 0 10px;
}
.num-picker span {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.num-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.num-picker .action-cell {
    width: 50px;
    height: 44px;
    line-height: 44px;
    color: #7d7d7d;
    border: 1px solid #dcd8d8;
    background: #fafafa;
    cursor: pointer;
    border-radius: 22px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.num-picker .num-text {
    width: 50px;
    font-size: 12px;
    font-weight: bold;
}
.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;
}
.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 {
    margin-top: 83px;
    width: 346px;
    padding: 16px;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(158, 158, 158, 0.25);
    border-radius: 8px;
}
.cart-container.fixed {
    position: fixed;
    top: 50px;
}
.cart-container h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}
.cart-container .product-item {
    width: 100%;
    background-color: #edecf0;
    padding: 10px 15px;
    margin-bottom: 1px;
}
.cart-container .product-item-name {
    font-size: 15px;
}
.cart-item {
    border-bottom: 1px solid #E6E6E6;
    font-size: 15px;
    font-weight: bold;
}
.cart-item p {
    color: #333333;
    margin-bottom: 4px;
}
.cart-item span {
    word-break: break-all;
}
.cart-item .delete-text {
    cursor: pointer;
    background-color: #E60012;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 2px 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.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;
    font-size: 22px;
    font-weight: bold;
}
.cart-container .btn-wrap {
    margin-top: 40px;
}
.cart-container .btn-wrap .el-button {
    width: 100%;
}
.cart-container .btn-wrap div:hover {
    opacity: .8;
}
/*下部 end*/

/*Contents 導航 start*/
.seaction-nav {
    display: none;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}
.seaction-nav nav {
    padding: 0 15px;
    height: 65px;
    line-height: 65px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.seaction-nav nav.active, .seaction-nav nav:hover {
    color: #ff2864;
}
.seaction-nav .back-up-btn {
    font-weight: bold;
    height: 42px;
    width: 118px;
}
/*Contents 導航 end*/

/*產品圖片輪播 start*/
.product-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    height: 530px;
}
.product-swiper-container .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.product-swiper {
    height: 80%;
    width: 944px;
}
.product-swiper-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 5px;
}
.product-swiper-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}
.product-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.product-swiper-thumbs .swiper-slide {
    height: 112px;
}
.product-swiper-dialog .el-dialog {
    border-radius: 8px;
}
.product-swiper-dialog .el-dialog__header {
    padding: 0;
}
.product-swiper-dialog .el-dialog__body {
    padding: 0;
}
.product-swiper-dialog .img-info {
    padding-left: 18px;
    padding-top: 58px;
}
.product-swiper-dialog .img-info .info-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
.product-swiper-dialog .img-info .pic-total {
    color: #575757;
}
.product-swiper-dialog .img-info .pic-total i {
    font-size: 18px;
    margin-right: 4px;
}
.product-swiper-dialog .el-dialog__close {
    font-size: 28px;
    color: #000000;
}
/*產品圖片輪播 end*/