@charset "UTF-8";
.navgroup,
.sec-subnav {
  display: none;
}

.mainwrap {
  width: 100%;
  background-color: #f85f73;
}

.nav-wrap .sub-nav li {
  display: inline-block;
  font-size: 16px;
}

.nav-wrap .sub-nav a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.nav-wrap .sub-nav a:hover {
  color: #fff;
}

.nav-wrap .sub-nav a:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.nav-wrap .sub-nav:hover a:before, .nav-wrap .sub-nav.twolevel_open a:before {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.nav-wrap .sub-nav:hover .navgroup, .nav-wrap .sub-nav.twolevel_open .navgroup {
  display: block;
}

.nav-wrap .navgroup {
  color: #333;
  width: 150px;
  background-color: #fff;
  position: absolute;
}

.nav-wrap .navgroup li.secondary-nav {
  display: block;
  position: relative;
}

.nav-wrap .navgroup li.secondary-nav > a {
  color: #363636;
  padding: 11px 8px;
  border-bottom: 1px solid #e7e7e7;
}

.nav-wrap .navgroup li.secondary-nav > a i {
  right: 20px;
  top: 14px;
  position: absolute;
}

.nav-wrap .navgroup li.secondary-nav:hover > a, .nav-wrap .navgroup li.secondary-nav.threelevel_open > a {
  color: #F45B69;
}

.nav-wrap .navgroup li.secondary-nav > a i, .nav-wrap .navgroup li.secondary-nav > a i {
  transition: transform 0.3s ease-in-out;
}

.nav-wrap .navgroup li.secondary-nav:hover > a i, .nav-wrap .navgroup li.secondary-nav.threelevel_open > a i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-wrap .navgroup li.secondary-nav:hover .sec-subnav, .nav-wrap .navgroup li.secondary-nav.threelevel_open .sec-subnav {
  display: block;
}

.nav-wrap .sec-subnav {
  position: absolute;
  top: 0;
  left: 150px;
  width: 200px;
  background-color: #fff;
}

.nav-wrap .sec-subnav li {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.nav-wrap .sec-subnav li a {
  color: #333;
  padding: 11px;
}

.nav-wrap .sec-subnav li a:hover {
  background-color: #fff;
  color: #B80C09;
}

/*測試區-主題旅遊*/
.choice .item_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.choice .item_wrap .item {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: calc(20% - 20px);
  height: 200px;
  margin: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*測試區-精選旅行*/
.category-box {
  text-align: left;
  margin: 0 20px;
  /**/
}

.category-box .tab-box {
  text-align: center;
}

.category-box .tab-box .mainNav li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.category-box .tab-box .mainNav li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #828282;
  border-radius: 5px;
  transition: all 1s;
}

.category-box .tab-box .mainNav li a:hover {
  background-color: #004a18;
  color: #fff;
}

.category-box .tab {
  margin-top: 10px;
}

.category-box .tab li {
  height: 30px;
  margin-right: 14px;
  list-style: none;
  display: inline-block;
}

.category-box .tab li a {
  color: #828282;
  text-decoration: none;
}

.category-box .tab li a:hover {
  color: #004a18;
}

.category-box .tab li a:hover:before {
  content: "✈";
  color: #004a18;
}

.category-box .info-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}

.category-box .cont-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 15px 5px;
}

.category-box .cont-wrap {
  width: 100%;
  max-width: 350px;
  border: 1px solid #c6c6c6;
}

.category-box .cont-wrap .img {
  width: 100%;
  max-width: 350px;
  height: 200px;
  overflow: hidden;
}

.category-box .cont-wrap .img img {
  width: 100%;
  z-index: 0;
}

.category-box .box_wrap {
  background-color: #fff;
  position: relative;
}

.category-box .box_item {
  height: 65px;
  border-bottom: 1px solid #e6e6e6;
}

.category-box .box_item:first-of-type .item, .category-box .box_item:last-of-type .item {
  border-bottom: 0;
}

.category-box .box_item .top-text {
  color: #fff;
}

.category-box .box_item p {
  line-height: 2;
}

.category-box .box_item:first-of-type {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.inte-inf-box {
  display: block;
  color: #333;
  font-size: 15px;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
}

.inte-inf-box .inte-inf {
  padding-top: 10px;
  line-height: 20px;
}

.inte-inf-box .text-title {
  width: calc(100% - 70px);
  display: inline-block;
}

.inte-inf-box .text-title span {
  font-size: 13.5px;
}

.inte-inf-box .text-price {
  text-align: right;
  float: right;
  width: 70px;
  padding-top: 20px;
}

.inte-inf-box .text-price .price-inf {
  color: #db0000;
}

.inte-inf-box .text-price .top-text {
  color: #fff;
}

/*本月精選，原index.css裡面樣式*/
.index_place .tour .itemCard {
  width: 22%;
  /* box-shadow: rgba(136, 135, 135, 0.4) 2px 2px 8px 0; */
  /* border-radius: 5px; */
  /* border: 1px solid #ececec; */
}

.index_place .tour .itemCard .content-wrap > div.pic {
  border-radius: 5px 5px 0 0;
}

.index_place .tour .itemCard .content-wrap > div.content {
  border-radius: 0 0 5px 5px;
  width: calc(100% - 80px);
  background-color: #f9f9f9;
  color: #333;
  /* font-size: 14px; */
  padding: 10px;
}

.index_place .tour .itemCard p.productNum {
  color: #848484;
}

.index_place .tour .itemCard h4 {
  font-size: 16px;
}

.index_place .tour .itemCard > div.pic {
  border-radius: 5px 5px 0 0;
  position: relative;
}

/*本月精選-價格*/
.index_place .tour .itemCard .price {
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(6, 6, 6, 0.3)); */
  margin-top: -60px;
  padding: 5px;  /* 2018/12/06修改--原始padding:15px; */
  position: relative;
}

.index_place .tour .itemCard .price:before {
  content: '';
  background-image: linear-gradient(transparent 65%,rgba(0,0,0,.75));
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
}


}

.index_place .tour .itemCard .price b {
  font-size: 25px;
}

/*本月精選，新增樣式*/
.content-wrap {
  /* height: 80px; */   /* 2018/12/06修改 */
  min-height: 90px;     /* 2018/12/06修改 */
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.content-wrap .day-box {
  width: 80px;
  height: auto;
  padding: 10px 0;
  background-color: #2ca7ff;
  border-radius: 0 0 0 5px;
  /* font-size: 18px; */
  /* font-family: Modern, "Helvetica Neue", Helvetica, sans-serif; */
  text-align: center;
  color: #fff;
}

.content-wrap .day-box > span {
  font-size: 1.6em;
}

/*＿＿＿＿＿公版2-新版行程列表頁 start＿＿＿＿＿*/

/* 篩選排序 start */
.tour_list_place .list .box i {
  margin-right: 5px;
}

.order-box {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.order-box ul {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.order-box ul li {
  width: calc(100%/4);
  text-align: center;
}

.order-box ul li.sortBtn {
  /* display: block; */
  border-right: 1px solid #ddd;
  transition: all .5s;
}

.order-box ul li.sortBtn:nth-child(4) {
  border-right: none;
}

.order-box ul li:hover a {
  background-color: #0058aa;
  color: #fff;
}

.order-box ul li.sortBtn .status > a {
  background: #565656;
  color: #fff;
}

.order-box ul li.sortBtn > i {
  margin-right: 5px;
}

.order-box li.sortBtn a {
  display: block;
  padding: 10px;
}



/*排序鈕-第二層*/
.order-box li.sortBtn > ul {
  position: absolute;
  top: 40px;
  width: calc(100%/4);
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  display: none;
}

.order-box li.sortBtn > ul.show {
  display: block;
}

.order-box li.sortBtn > ul li {
  width: 100%;
  transition: all .5s;
  color: #fff;
}
.order-box li.sortBtn > ul li:hover a {
  color: #fff;
  background-color: #565656;
}

.order-box li.sortBtn > ul li:hover > a::before {
  font-family: FontAwesome;
  content: "\f046";
  margin-right: 5px;
}
.order-box li.sortBtn > ul li a {
  display: block;
  background-color: #fff;
  color: #0058aa;
}
/* 篩選排序 end */

/* 行程列表-項目卡片 */
.tour_list_place .list .box .item {
  height: 300px;
}

.tour_list_place .list .box .content {
  /* width: 60%; */
}

.tour_list_place .list .box .content h3 {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.39;
  height: auto;
}

.tour_list_place .list .box .content h4 {
  font-size: 16px;
  margin: 0;
  height: auto;
}

.setMargin .tour_list_place .list .box .content .h4 {
    position: relative;
    height: auto;
}

.tour_list_place .list .box .content .h4 span.multi + span.multi {
  padding-left: 5px;
}

.tour_list_place .list .box .content h4.ellipsis {
  margin-top: 8px;
  -webkit-box-orient: vertical;
}

.tour_list_place .list .box .content .price {
  text-align: left;
  color: #444;
  font-size: 16px;
  padding: 10px 0;
}

.tour_list_place .list .box .content .price span {
  color: #ff404c;
}

/* 呈現五個行程日期區塊 */
.date-box {
  font-size: 15px;
  position: relative;
  z-index: 9999;
}

.date-box li.date-item {
  display: inline-block;
  border: 1px solid #9c0101;
  /* border-radius: 5px; */
  text-align: center;
  overflow: hidden;
  font-size: 12px;
}

.date-box li.date-item:hover, .date-box li.date-item:active {
  /* -webkit-transform: translateY(-8px); */
  /* transform: translateY(-8px); */
}

/* 更多日期Btn */
.date-box li.date-item-more {
  display: inline-block;
    vertical-align: top;
}

.date-box li.date-item-more a {
  font-size: 15px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 17px;
  border: 1px dashed #444;
  border-radius: 10%;
  padding-top: 8px;
  box-sizing: border-box;
  transition: all .8s;
}

.date-box li.date-item-more:hover a {
  background: #444;
  color: #fff;
}

.date-box a {
  display: block;
  color: #444;
}

.date-box a div {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

/* 行程列表-行程日期 */
.date-box a .sdate {
  background: #fff;
}

/* 行程列表-行程狀態:已成團 */
.date-box a .state {
  color: #fff;
  background: #757575;
}

/* 行程列表-行程狀態:即將成團 */
.date-box a .sblue {
  background-color: #016b9c;
}

/* 行程列表-行程狀態:熱銷中 */
.date-box a .sred {
  background-color: #9c0101;
}

/* 行程列表頁-分頁 start*/
.pagination-wrap {
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  width: 100%;
}

.pagination-wrap .pagination {
  /* margin: 0; */
  /* padding: 0; */
  /* font-size: 0; */
  display: block;
  /* list-style-type: none; */
  /* position: relative; */
}

.pagination-wrap .page-item {
  display: inline-block;
  /* text-align: center; */
  /* cursor: pointer; */
  /* color: #666; */
  /* background-color: rgba(255, 255, 255, 0.7); */
  font-size: 14px;
  margin: 0 3px;
  /* border-radius: 5px; */
  /* vertical-align: top; */
}

.pagination-wrap .page-item:first-child {
  margin-left: 0;
}

.pagination-wrap .page-item:last-child { 
  margin-right: 0;
}

.pagination-wrap .page-item:hover > a  {
  background-color: #666;
  color: #fff;
  border-radius: 5px;
}

.pagination-wrap .page-item:hover > a > i {
  color: #fff;
}

.pagination-wrap .page-item .page-link, 
.pagination-wrap .page-item .page-link-pre, 
.pagination-wrap .page-item .page-link-next {
  /* display: block; */
  /* width: 50px; */
  /* height: 40px; */
  /* line-height: 40px; */
  /* border: 1px solid #666; */
  /* text-decoration: none; */
  /* transition: all .5s; */
  /* border-radius: 5px; */
}

.pagination-bg-open {
  /* background-color: #666; */
  /* color: #fff; */
}

/* 行程列表頁-分頁 end*/

/*＿＿＿＿＿公版2-新版行程列表頁 end＿＿＿＿＿*/

/*＿＿＿＿＿公版2訂購面板樣01款＿＿＿＿＿*/
.TextColor-01, .tour_wrap .tourBuy .price span.TextColor-01 {
  color: #0073c1;
  font-weight: bold;
}

.tour_wrap .tourBuy .price span.currencyType {
  font-size: 12px;
}

.TextColor-02 {
  color: #0073c1;
  font-weight: bold;
}


.tour_wrap .tourBuy {
  /* color: #21252a; */
  /* font-family: "Arial", "Microsoft JhengHei", "PMingLiU"; */
  /* font-size: 15px; */
  /* font-weight: bold; */
  /* font-weight: 500; */
}
/*團體編號*/
.Groupnum-box {
  margin: 0 0 10px;
  font-weight: bold;
}
/*上方三欄樣式-選擇日期、團位/可賣、訂金*/
.Topbox-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.box-item {
  width: calc(100%/3);
  /*height: 120px;*/
  /* line-height: 1.5; */
  text-align: center;
  /* color: #555; */
  border: 1px solid #ffffff;
  /* box-sizing: border-box; */
  background-color: #f8f8f8;
  padding: 12px 0;
  font-size: .9em;
  font-weight: 400;
}

.box-item:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.box-item .item-icon i {
  margin: 10px 0;
}

/*出發日期*/
.datepicler-output_wrap {
  position: relative;
  z-index: 1;
}
/*選擇出發日期input*/
.datepicler-output_wrap input {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 44%;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 1.5;
  text-align: center;
  font-family: "Arial", "Microsoft JhengHei", "PMingLiU";
  font-size: 15px;
  font-weight: bold;
}

.datepicler-output_wrap .hidden {
  position: absolute;
  opacity: 0;
}
/*選擇其他日期-label*/
.selectDate {
  color: #555555;
  display: block;
  cursor: pointer;
}
.selectDate-item {
  color: #012e7e;
}

/*住宿飯店*/
.priceGroup .hotel-box {
  margin: 15px 0;
}
/*住宿飯店-icon*/
.priceGroup .hotel-box i {
  font-size: 1.5em;
  margin-right: 2%;
  vertical-align: baseline;
}
/*住宿飯店-下拉選像樣式select*/
.priceGroup .hotel-box select {
  width: calc(100% - 145px);
  width: 72%;
  padding: 8px 0;
  margin-left: 6%;
}
/*價格細項表格*/
.priceGroup .price table {
  /* border-collapse: collapse; */
  width: 100%;
  /* margin-bottom: 10px; */
  /* font-weight: 500; */
}

.priceGroup .price table tr.bdb {
  border-bottom: 1px solid #ddd;
}

.priceGroup .price table tr.bdb:last-child {
  border-bottom: 0;
}

.priceGroup .price table tr.bdb:first-child {
  border-bottom: 0;
}

.priceGroup .price table tr.bdb th {
  letter-spacing: 2px;
  font-size: 13px;
  text-align: left;
  color: #757575;
}

.priceGroup .price table tr.bdb td {
  padding: 10px 0;
}

.priceGroup .price table .price-item01 {
  width: 45%;
}

.priceGroup .price table .price-item02 {
  width: 35%;
}

.priceGroup .price table .price-item03 {
  width: 15%;
}

/*價格細項表格-選擇人數或數量*/
.priceGroup .price table .price-item03 select {
  width: 100%;
  height: 30px;
  margin: 0;
}

.tour_wrap .tourBuy .price {
  /* font-size: 16px; */
  /* position: relative; */
  /* margin-top: 15px; */
}

.tour_wrap .tourBuy .price select.panel02,
.tour_wrap .tourBuy .price span.panel02 {
  float: none;
  margin-left: 0px;
}

/*金額總計和訂金總計區塊*/
.totalAmout-box {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  /* font-size: 18px; */
}
/*金額總計和訂金總計區塊-共用樣式*/
.totalAmout-box .totalAmout-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.totalAmout-box .totalAmout-item label {
  width: 50%;
  text-align: left;
}

.totalAmout-box .totalAmout-item .item-price {
  width: 50%;
  text-align: right;
}

.totalAmout-box .totalAmout-item .total-price {
  letter-spacing: 1px;
}

.totalAmout-box .totalAmout-item .deposit-price {
  letter-spacing: 1px;
  /* font-size: 18px; */
  /* font-weight: bold; */
}

/*＿＿＿＿＿公版2訂購面板樣02款-日期排序＿＿＿＿＿*/
/*為了蓋掉原先訂購面板的css*/
.tour_wrap .tourBuy.bgw {
  background-color: #fff;
  border: 1px solid;
}

.list_wrap {
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
/*線上訂購跟專人訂購之類Btn樣式*/
.list_wrap a.btn {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  letter-spacing: 2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
/*線上訂購跟專人訂購之類Btn樣式-粉色*/
.list_wrap a.btn.style-red {
  background: #f857a6;
  background: linear-gradient(to right, #ff5858, #f857a6);
}
/*線上訂購跟專人訂購之類Btn樣式-*/
.list_wrap a.btn.style-blue {
  background: #4b6cb7;
  background: linear-gradient(to top, #23375f, #4b6cb7);
}

/*公版2訂購面板樣-大標*/
.list_wrap h3 {
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}

.list_wrap h3:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 34px;
  margin-right: 12px;
  background-color: #666;
}

.list_wrap p {
  margin: 0;
}
/*公版2訂購面-項目區塊樣式*/
.list_wrap .item-box {
  border-radius: 6px;
}
/*公版2訂購面-項目區塊樣式-未展開項目樣式設定*/
.list_wrap .item-box:first-of-type .item-box-head {
  border-top: none;
}

.list_wrap .item-box .item-box-body {
  display: none;
}
/*公版2訂購面-項目區塊樣式-展開項目樣式設定*/
.list_wrap .item-box.open {
  border: 2px solid #A7D8E5;
}
.list_wrap .item-box.open .item-box-head {
  background-color: #f6f6f6;
  border-bottom: 2px solid #f1f1f1;
}
.list_wrap .item-box.open .btn {
  color: #fff;
  background-color: #618DA7;
  border-color: #618DA7;
}

.list_wrap .item-box.open .item-box-body {
  display: block;
}

.list_wrap .item-box.open .item-box-body label.hotelname {
  font-size: 18px;
  font-weight: bold;
}

.list_wrap .item-box.open .item-box-body select[name="turPackagePriceHotel"] {
  border-radius: 5px;
  border: 1px solid #87bade;
  display: block;
  width: 100%;
  height: 35px;
  background: #fff;
  font-size: 14px;
  margin: 8px 0;
}

.list_wrap .table {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list_wrap .table > div {
  text-align: center;
  line-height: 2.8;
  font-size: 18px;
}

.list_wrap .table > div:nth-of-type(1) {
  width: 28%;
}

.list_wrap .table > div:nth-of-type(2) {
  width: 24%;
}

.list_wrap .table > div:nth-of-type(3) {
  width: 27%;
}

.list_wrap .table > div:nth-of-type(4) {
  width: 18%;
}

/*項目表格-表頭*/
.list_wrap .item-head {
  line-height: 2;
  border-radius: 4px;
  background-color: #618FA9;
  color: #fff;
}
/*項目表格-內容*/
.list_wrap .item-content_wrap {
  margin-bottom: 26px;
}

.list_wrap .item-box-head {
  border-radius: 6px 6px 0 0;
  color: #444;
  border-top: 2px solid #f2f2f2;
}
/*選擇按鈕樣式*/
.list_wrap .item-box-head .btn {
  display: inline-block;
  line-height: 1.6;
  padding: 0 10px;
  border-radius: 20px;
  border: 1px solid #888;
  font-size: 15px;
  color: #888;
  cursor: pointer;
}

.list_wrap .item-box-body {
  padding: 0 20px 20px;
}

/*商編*/
.list_wrap .item-box-body .cpy {
  margin: 16px 0;
  font-size: 18px;
  font-weight: normal;
  color: #666;
}

.list_wrap .item-box-body .cpy span {
  color: #666;
}

.list_wrap .item-box-body .cpy .Groupnum-box {
  font-size: 15px;
}

.list_wrap .item-box-body .row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list_wrap .item-box-body p {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

/*按下選擇後，展開後項目的價格*/
.list_wrap .item-box-body span {
  font-size: 18px;
  color: #4ba3b9;
}

.list_wrap .item-box-body span.currencyType {
  font-size: 15px;
}
/*按下選擇後，展開後項目的數量*/
.list_wrap .item-box-body select {
  width: 60px;
  height: 32px;
  padding-left: 6px;
  margin-left: 8px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}
/*金額統計/訂金總計樣式區塊*/
.list_wrap .item-box-body .total {
  padding-top: 10px;
  border-top: 1px dashed #ACC9DE;
}

.list_wrap .item-box-body .total .totalAmout-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list_wrap .item-box-body .total p {
  line-height: 1.4;
  margin: 0;
}


.list_wrap .item-box-body .total .color-red {
  color: #ff5758;
}

/* 201808 standard2.jsp-為了歐普雷旅遊滑雪活動-新增會員登入區塊 start */
.member-wrap {
  padding: 15px;
  text-align: right;
  z-index: 999;
  position: relative;
}

.member-wrap .member-item {
  color: #4d4d4d;
}

.member-wrap .member-item:hover {
  color: #c9314a;
}

/* 小修改原本CSS設定*/
/*
沒有會員登入會跑版 先隱藏
header .menu {
  top: 50px;
}
*/

header .menu.bg {
  top: 0;
}


/* 201808 standard2.jsp 為了歐普雷旅遊滑雪活動-新增會員登入區塊 end */

/*新增180817-新增滑雪登入畫面 css start*/
.ContainerWrap{
  background: url(../../standard/images/member/bg.jpg) top center;
  background-size: cover;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, Verdana, "Microsoft JhengHei", sans-serif;
  color: #666;
  height: 100vh;
  position: relative;
}

.LoginWrap {
  width: 90%;
  max-width: 860px;
  height: 550px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #959d9e;
  position: relative;
}

.LoginWrap > div {
  width: 50%;
  position: relative;
}

.login-left {
  width: 100%;
  height: 550px;
  background-color: #5dac81;
  border-radius: 5px 0 0 5px;
}

.login-left img {
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 100%;
}

.login-right {
  width: 100%;
  height: 550px;
  padding: 40px 25px;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
}

.login-right .SigninForm {
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 0 1px 0 -1px #eee;
}

.login-right .ForgetPWForm {
  padding-top: 20px;
}

.login-right .SigninForm .main-title, .login-right .ForgetPWForm .main-title, .login-right .Registeredform .main-title {
  font-size: 22px;
  background: -webkit-linear-gradient(top, #3cb7aa 0%, #3cb776 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.login-right .SigninForm .main-title i, .login-right .ForgetPWForm .main-title i, .login-right .Registeredform .main-title i {
  font-size: 22px;
  background: -webkit-linear-gradient(top, #3cb7aa 0%, #3cb776 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

.login-right .SigninForm .form-group, .login-right .ForgetPWForm .form-group, .login-right .Registeredform .form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.login-right .SigninForm .form-group label, .login-right .ForgetPWForm .form-group label, .login-right .Registeredform .form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  display: block;
}

.login-right .SigninForm .form-group input, .login-right .ForgetPWForm .form-group input, .login-right .Registeredform .form-group input {
  width: 95%;
  max-width: 370px;
  border: none;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  padding-left: 10px;
  font-family: "Helvetica Neue", Arial, Verdana, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
}

.login-right .SigninForm .cellphone select, .login-right .ForgetPWForm .cellphone select, .login-right .Registeredform .cellphone select {
  width: 100%;
  max-width: 80px;
  border: none;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  font-family: "Helvetica Neue", Arial, Verdana, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  display: inline-block;
  background-color: #fff;
  padding-left: 5px;
}

.login-right .SigninForm .cellphone input, .login-right .ForgetPWForm .cellphone input, .login-right .Registeredform .cellphone input {
  width: 90%;
  max-width: 280px;
  display: inline-block;
}

.login-right .SigninForm .nowloginin, .login-right .ForgetPWForm .nowloginin, .login-right .Registeredform .nowloginin {
  color: #006859;
  text-align: right;
}

.login-right .SigninForm .nowloginin a, .login-right .ForgetPWForm .nowloginin a, .login-right .Registeredform .nowloginin a {
  color: #006859;
  margin-left: 5px;
  text-decoration: none;
}

.login-right .SigninForm .nowloginin a:hover, .login-right .ForgetPWForm .nowloginin a:hover, .login-right .Registeredform .nowloginin a:hover {
  text-decoration: underline;
}

.login-right .SigninForm .nowloginin a i, .login-right .ForgetPWForm .nowloginin a i, .login-right .Registeredform .nowloginin a i {
  margin-left: 5px;
}

.login-right .SigninForm .btn-wrap, .login-right .ForgetPWForm .btn-wrap, .login-right .Registeredform .btn-wrap {
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.login-right .SigninForm .btn-wrap .btn, .login-right .ForgetPWForm .btn-wrap .btn, .login-right .Registeredform .btn-wrap .btn {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 5px;
  background: #3cb7aa;
  background: linear-gradient(to bottom, #3cb7aa 1%, #3cb776 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb7aa', endColorstr='#3cb776',GradientType=0 );
  color: #fff;
  font-family: "Helvetica Neue", Arial, Verdana, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.login-right .SigninForm .btn-wrap .btn-Registered, .login-right .SigninForm .btn-wrap .btn-login, .login-right .ForgetPWForm .btn-wrap .btn-Registered, .login-right .ForgetPWForm .btn-wrap .btn-login, .login-right .Registeredform .btn-wrap .btn-Registered, .login-right .Registeredform .btn-wrap .btn-login {
  width: 48%;
}

.login-right .SigninForm .btn-wrap .btn-Registered, .login-right .ForgetPWForm .btn-wrap .btn-Registered, .login-right .Registeredform .btn-wrap .btn-Registered {
  background: #3c99b7;
  background: linear-gradient(to bottom, #3c99b7 1%, #3cb3b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c99b7', endColorstr='#3cb3b7',GradientType=0 );
}

.SigninForm, .ForgetPWForm, .Registeredform {
  display: none;
}

.active {
  display: block;
}
/*新增180817-新增滑雪登入畫面 end*/