﻿@charset "UTF-8";
.refundamt {
  color: #ff5353;
  text-align: left;
}
.nonbank {
	width: 5%;
	line-height: 40px;
	float: left;
	display: inline-block;
}
.memo {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 14px;
  height: 62px;
  line-height: 1.42857143;
  padding: 6px 12px;
  resize: none;
  width: 100%;
}
.bankcode {
	width: 75%;
	line-height: 40px;
	text-align: left;
	display: inline-block;
}
.payProcess-block {
	overflow: hidden;
	padding-top: 30px;
	width: 100%;
}
.payProcess-item {
  background: #f1f4f6;
  padding: 10px 15px;
}
.interror {
	text-align: left;
  margin: 5px 0 3px 0;
  font-size: 12px;
  color: #dd4b39;
}
.payProcess-item.payProcess-item-white {
  background-color: #fff;
}
.payProcess-item .round-top {
  border-radius: 5px 5px 0 0;
}
.payProcess-item .round-bottom {
  border-radius: 0 0 5px 5px;
  line-height: 40px;
}
.payProcess-block-title {
	text-align: left;
	display: block;
  border-left: 0 solid #ca3c3c;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.payProcess-item .payProcess-item-row-white {
	background-color: #fff;
	border: 1px solid #d8d8d8;
}
.payProcess-item .payProcess-item-row {
  margin-bottom: -2px;
  padding: 8px 15px;
}
.payProcess-item .required-star:before {
  color: #dc1818;
  content: '*';
  padding-right: 5px;
}
.payProcess-item .info-title {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  min-width: 20%;
  float: left;
	text-align: left;
	line-height: 40px;
}
.payProcess-item .text {
  border: none;
  font-size: 14px;
  height: 40px;
  padding: 0;
  width: 80%;
	text-align: left;
  display: inline-block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  line-height: 0;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  color: #666;
}

strong {
  font-weight: 700;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both !important;
}

.outline {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0 !important;
  display: block;
  display: none;
}
.merchandise-list {
	position: relative;
}
.merchandise-list.has-top-border {
	border-top: 2px solid #999;
}
.merchandise-list .list-title-name {
	text-align: left;
	color: #fff;
	background-color: #87cddd;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
}
.merchandise-list .merchandise {
	display: block;
	position: relative;
	border: solid 1px #f0f0f0;
	margin-bottom: 1%;
	background-color: #fff;
}
@media only screen and (min-width: 768px)
	.fee-container .fee {
		font-size: 24px;
	}
}
.fee-container .fee {
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.fee-container .highlight, .fee-container .fee-prefix-text, .fee-container .fee {
	color: #ff5353;
}
.merchandise-list .merchandise.last {
	border-bottom:none;
}
.merchandise-list .merchandise figure {
	float:left;
	width:35%;
	min-width:
	80px;
	min-height:80px;
	margin-right:12px;
	margin-bottom:16px;
	position:relative;
	background-color:#e4e4e4;
}
@media only screen and (min-width:768px) {
	.merchandise-list .merchandise figure {
		max-width:100px;
	}
}
.merchandise-list .merchandise figure img {
	width:100%;
}
.merchandise-list .merchandise .close-btn {
	display:inline-block;
	position:absolute;
	right:0;
	top:-10px;
	width:33px;
	height:33px;
	background:rgba(255,255,255,0);
	font-size:12px;
	color:#ccc;
	cursor:pointer;
	text-align:center;
	line-height:33px;
}
@media only screen and (min-width:768px) {
	.merchandise-list .merchandise .close-btn:hover {
		color:#ff5353;
	}
}
.merchandise-list .merchandise .merchandise-title {
	color: #333;
	margin-bottom: 17px;
	padding-left: 0;
	padding-right: 35px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	height: 54px;
}
@media only screen and (min-width:768px) {
	.merchandise-list .merchandise .merchandise-title {
		color:#595959;
		margin-bottom:8px;
		font-size:16px;
		line-height:22px;
		text-overflow:ellipsis;
		white-space:normal;
		-webkit-line-clamp:3;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		overflow:hidden;
		word-break:break-word;
		height:66px;
	}
}
.merchandise-list .merchandise .merchandise-type {
	font-size:12px;
	text-align:center;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	height:20px;
	background:rgba(0,0,0,.5);
	color:#fff;
	font-weight:normal;
	line-height:20px;
}
/*
.merchandise-list .merchandise .merchandise-sku {
	color: #999;
	padding-right: 35px;
	font-size: 13px;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	height: 28px;
}
@media only screen and (min-width:768px) {
	.merchandise-list .merchandise .merchandise-sku {
		font-size: 14px;
		line-height: 15px;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-break: break-word;
		height: 30px;
	}
}
.merchandise-sku {
	text-align: left;
}
*/
.merchandise-list .cart-content {
	margin:16px 9px;
	position:relative;
}
@media only screen and (min-width:768px) {
	.merchandise-list .cart-content {
		margin:20px 20px;
	}
}
.merchandise-list .row {
	display:block;
}
.merchandise-list .row:before, .merchandise-list .row:after {
	content: "";
	display: table;
	clear: both;
}
.merchandise-list .row.has-top-gutter {
	margin-top: 14px;
}
.merchandise-list .row.has-bottom-gutter {
	margin-bottom:14px;
}
.merchandise-list .row.has-hozl-gutter {
	padding-left: 10px;
	padding-right: 10px;
}

.hide-over-bottom {
  display: none;
}

.hide-at-mobile {
  display: inherit;
}
/*
@media only screen and (min-width: 769px) {
  .hide-at-mobile {
    display: inherit;
  }
}
*/
.hide-at-pc {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .hide-at-pc {
    display: none !important;
  }
}

.hide-small-than-pc {
  display: none;
}

.show-at-pc {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .show-at-pc {
    display: block;
  }
}

.show-at-mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .show-at-mobile {
    display: block !important;
  }
}

.clear-float:before, .clear-float:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1280px) {
  ._hide-at-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1281px) {
  ._hide-at-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  ._show-at-mobile {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  ._show-at-pad {
    display: block !important;
  }
}

@media only screen and (min-width: 1281px) {
  ._show-at-pc {
    display: block !important;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
  opacity: 10 !important;
}

.transparent {
  opacity: 0;
}

.red-text {
  color: #ff0000;
}

.p-100 {
  width: 100%;
}

.p-50 {
  width: 50%;
}

.margin-top-init, .margin-init, .all-init {
  margin-top: 0 !important;
}

.margin-right-init, .margin-init, .all-init {
  margin-right: 0 !important;
}

.margin-bottom-init, .margin-init, .all-init {
  margin-bottom: 0 !important;
}

.margin-left-init, .margin-init, .all-init {
  margin-left: 0 !important;
}

.padding-top-init, .padding-init, .all-init {
  padding-top: 0 !important;
}

.padding-right-init, .padding-init, .all-init {
  padding-right: 0 !important;
}

.padding-bottom-init, .padding-init, .all-init {
  padding-bottom: 0 !important;
}

.padding-left-init, .padding-init, .all-init {
  padding-left: 0 !important;
}

.align-init {
  text-align: left !important;
}

.theme-init {
  background: inherit !important;
  border: none !important;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.table {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: inherit;
  color: inherit;
}

.table-cell {
  display: table-cell;
  width: 1%;
  font-size: inherit;
  color: inherit;
}

.justify-align .align-item {
  text-align: center;
  width: 33.3333333%;
}
.justify-align .align-item:first-child {
  text-align: left;
}
.justify-align .align-item:last-child {
  text-align: right;
}
.justify-align .align-item-content, .justify-align img[name="91mai_qrcode"] {
  width: 96%;
  display: inline-block;
  font-size: 14px;
}

.border-bottom-init {
  border-bottom: none !important;
}

.w1280h600 {
  min-height: calc(100vw * 0.8 * 0.4984);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .w1280h600 {
    min-height: calc(98vw * 0.7244 * 0.4984);
  }
}
@media only screen and (min-width: 1281px) {
  .w1280h600 {
    min-height: calc(80vw * 0.8 * 0.4984);
  }
}

.w1280h400 {
  min-height: calc(100vw * 0.8 * 0.3125);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .w1280h400 {
    min-height: calc(98vw * 0.7244 * 0.3125);
  }
}
@media only screen and (min-width: 1281px) {
  .w1280h400 {
    min-height: calc(80vw * 0.8 * 0.3125);
  }
}

.webkit-smooth-fixed {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.link-no-hover:hover {
  color: currentColor !important;
  cursor: default;
}

@media only screen and (min-width: 768px) {
  .center-child-large-mobile {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .init-width-large-mobile {
    width: auto !important;
    max-width: 100% !important;
  }
}

.init-cursor {
  cursor: default;
}

.default-link {
  color: #0000EE !important;
  cursor: pointer;
}

.disabled-link {
  pointer-events: none;
  color: #666;
  cursor: not-allowed;
}

.disabled-item {
  pointer-events: none;
  cursor: none;
  opacity: 0.8;
}
.default-block {
  -moz-box-shadow: 0 0 5px #B8B8B8 inset;
  -webkit-box-shadow: 0 0 5px #B8B8B8 inset;
  box-shadow: 0 0 5px #B8B8B8 inset;
}

.loading-area {
  -moz-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  /*@include screen-is(pc){
    padding-left: calc(100vw - 100%);
  }*/
}
@media only screen and (max-width: 767px) {
  .loading-area.fix-show-app-download {
    margin-top: 40px;
  }
}

.finish-loading {
  opacity: 10;
}

.is-loading {
  height: 10px;
  overflow-y: hidden;
}

.shake-x {
  -webkit-animation: "shake-x" 0.3s linear 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: "shake-x" 0.3s linear 0s;
  -moz-animation-fill-mode: forwards;
  -ms-animation: "shake-x" 0.3s linear 0s;
  -ms-animation-fill-mode: forwards;
  animation: "shake-x" 0.3s linear 0s;
  animation-fill-mode: forwards;
}

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.h100p {
  height: 100%;
}

.wh100p {
  width: 100%;
  height: 100%;
}

.impersonate-user-highlight {
  font-size: 24px;
  text-align: center;
  color: red;
  margin: 16px 0;
}

.order-breadcrumb-bar {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .order-breadcrumb-bar {
    margin-bottom: 0px;
  }
}

.order-layout {
  font-family: inherit;
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (min-width: 769px) {
  .order-layout {
    font-size: 14px;
    margin: 10px auto;
    width: 90%;
  }
}
.order-layout a {
  color: #428bca;
  text-decoration: none;
}
.order-layout a:hover {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .order-layout a:hover {
    color: #7ebae3;
  }
}
@media only screen and (max-width: 1080px) {
	.hide-at-mobile {
		display: none;
	}
	.inverse-desktop-btn .cancelBtn, .inverse-desktop-btn .submitBtn {
		width: 40% !important;
	}
	.payProcess-item .info-title {
		min-width: 40% !important;
	}
	.payProcess-item .text {
		width: 60% !important;
	}
	.nonbank {
		width: 10% !important;
	}
	.bankcode {
		width: 50% !important;
	}
}
.order-layout .invoice-btn:hover {
	cursor:pointer;
}

@media only screen and (min-width: 769px) {
  .order-layout .invoice-btn {
    display: inline-block;
    margin-left: 10px;
  }
}
.order-layout .invoice-desc {
  color: #595959;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .order-layout .invoice-desc {
    display: inline;
    margin-left: 10px;
  }
}
.order-layout .order-block {
  background-color: #e1e8ed;
  margin-top: 12px;
}
@media only screen and (min-width: 769px) {
  .order-layout .order-block {
    background-color: #fdfdfd;
    margin-top: 0;
  }
}
.order-layout .TG-block {
  background-color: #f1f4f6;
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .order-layout .TG-block {
    background-color: #fdfdfd;
    border: 1px solid #dadada;
    border-radius: 3px;
  }
}
.order-layout .TM-block {
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 769px) {
  .order-layout .TM-block {
    padding: 10px 30px 15px;
    background-color: #fff;
  }
}
.order-layout .TM-content {
  background-color: #fff;
}
.order-layout .TS-block {
  position: relative;
}
.order-layout .TS-block:after {
  clear: both;
  content: '';
  display: block;
}
.order-layout .TS-block.line:after {
  content: '';
  display: block;
  margin: 0 16px;
  border-bottom: 1px solid #dadada;
}
@media only screen and (min-width: 769px) {
  .order-layout .TS-block.line:after {
    margin: 0;
  }
}
.order-layout .TS-block > .content {
  overflow: auto;
  padding: 16px;
}
@media only screen and (min-width: 769px) {
  .order-layout .TS-block > .content {
    padding: 16px 0;
  }
}
.order-layout .btn-block {
  padding: 0 10px;
}
.order-layout .inline-block {
  display: inline-block;
}
.order-layout .line-height {
  line-height: 30px;
}
.order-layout .annotate {
  color: #999999;
  line-height: 18px;
  font-size: 13px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 769px) {
  .order-layout .annotate {
    margin-left: 10px;
    display: inline-block;
    line-height: normal;
    padding-bottom: 0;
  }
}
.order-layout .annotate-warning {
  padding-bottom: 8px;
}
.order-layout .address-text {
  font-size: 1.1em;
}
.order-layout .crm-member-tier-info {
  padding: 5px 15px;
  color: #4a4e5c;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  .order-layout .crm-member-tier-info {
    padding: 20px 30px 0px;
    font-size: 14px;
  }
}
.order-layout .crm-member-tier-name {
  color: #ff5353;
}

.order-list .order-block {
  border-top: 1px solid #e9e9e9;
}
@media only screen and (min-width: 769px) {
  .order-list .order-block {
    border-top: 0;
  }
}
.order-list .trades-ad {
  text-align: center;
}
.order-list .ad-img {
  height: 100%;
  max-height: 160px;
  max-width: 640px;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .order-list .temperature-border.fix-temperature-border {
    border: 0;
  }
}
.order-list .TG-block {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .order-list .TG-block {
    margin-bottom: 30px;
  }
}
.order-list .TG-gap::after {
  content: '';
  display: block;
  height: 10px;
  background-color: #e1e8ed;
  border-top: 1px solid #C5D3DC;
  border-bottom: 1px solid #C5D3DC;
}
@media only screen and (min-width: 769px) {
  .order-list .TG-gap::after {
    content: none;
  }
}

.order-detail-layout .TS-header {
  padding: 5px 10px;
}
.order-detail-layout .TG-block {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.order-detail-layout .TS-block > .content {
  padding: 16px;
}

.checkbox-label .label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  margin-top: 2px;
}
.checkbox-label .disabled {
  background-color: #f1f1f1;
  cursor: none;
}
.checkbox-label .disabled.checked {
  border: 1px solid #ccc;
  color: #ccc;
}
.checkbox-label .checked {
  border: 1px solid #428bca;
  color: #428bca;
}
.checkbox-label .input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.invoice-block {
  background-color: #f1f4f6;
  font-family: inherit;
  padding: 20px 15px 15px;
  min-height: 100vh;
}
@media only screen and (min-width: 769px) {
  .invoice-block {
    background-color: #fdfdfd;
    padding: 0 30px;
  }
}
.invoice-block .invoiceHeader {
  background-color: #fdfdfd;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 10px 12px 16px;
}
.invoice-block .invoiceTxt {
  line-height: 22px;
  padding-bottom: 5px;
}
.invoice-block .invoiceSubTxt {
  margin: 5px;
  display: inline-block;
}
.invoice-block .invoiceContent {
  margin-top: 30px;
}
.invoice-block .invoice-desc {
  line-height: 18px;
  margin-top: 8px;
}
.invoice-block .title-list-border {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.invoice-block .title-list-border::before {
  background-color: #94a8bc;
  content: '';
  margin: 7px 7px 7px 0;
  width: 4px;
}
.invoice-block .famiport-container {
  margin-top: 16px;
}
.invoice-block .famiport-info-block {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 16px;
}
.invoice-block .famiport-info-block.top-border {
  border-top: 5px solid rgba(66, 139, 202, 0.3);
}
.invoice-block .famiport-info-block .icon-delivery {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.invoice-block .famiport-info-block .info-title {
  display: table-cell;
  vertical-align: middle;
}
.invoice-block .famiport-info-block .info-content {
  display: table-cell;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .invoice-block .famiport-info-block .info-content {
    font-size: 15px;
  }
}
.invoice-block .famiport-info-block .info-invoice-title {
  margin-bottom: 8px;
}
.invoice-block .famiport-info-block .info-invoice-number {
  margin-bottom: 8px;
}
.invoice-block .famiport-info-block .info-invoice-cellphone {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.invoice-block .famiport-process-block {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .invoice-block .famiport-process-block {
    margin-top: 12px;
  }
}
.invoice-block .famiport-process-block .famiport-process-header {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 16px;
  font-size: 15px;
}
.invoice-block .famiport-process-block .famiport-process-content {
  padding: 0 16px;
}
.invoice-block .famiport-process-block .famiport-process-list {
  padding: 8px 0;
  font-size: 13px;
}
.invoice-block .famiport-process-block .famiport-process-list.bottom-border {
  border-bottom: 1px dashed #e1e1e1;
}
.invoice-block .famiport-process-block .famiport-process-list.last {
  margin-bottom: 8px;
}
.invoice-block .famiport-process-block .famiport-desc-btn {
  border-radius: 5px;
  background-color: #428bca;
  color: #ffffff;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  .invoice-block .famiport-process-block .famiport-desc-btn {
    max-width: 280px;
    margin-bottom: 20px;
  }
}
.invoice-block .famiport-process-block .famiport-desc {
  line-height: 18px;
  margin-bottom: 16px;
}
.invoice-block .circle-soild {
  border-radius: 12px;
  width: 22px;
  background-color: #6a849a;
  color: #ffffff;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
}
.invoice-block .img-step-title {
  padding-bottom: 8px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .invoice-block .img-step-title {
    margin-bottom: 12px;
    border-bottom: 1px dashed #e1e1e1;
  }
}
.invoice-block .img-step-content {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .invoice-block .img-step-content {
    margin-bottom: 40px;
  }
}
.invoice-block .img-step-content .content-img {
  width: 100%;
}
.invoice-block .img-step-content .img-gap {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .invoice-block .img-step-content .img-gap {
    margin-bottom: 20px;
  }
}

.refund-block {
  background-color: #f1f4f6;
  font-family: inherit;
  padding: 20px 0;
}
@media only screen and (min-width: 769px) {
  .refund-block {
    background-color: #fdfdfd;
    margin-bottom: 30px;
    padding: 0;
  }
}
.refund-block .fixBlock {
  background-color: #fdfdfd;
}
.refund-block .refundTxt {
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
}
.refund-block .fixBtn {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .refund-block .border {
    border: 1px solid #dadada;
  }
}
.refund-block .order-detail {
  margin-bottom: 0;
}
.refund-block .order-detail-block {
  padding-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .refund-block .order-detail-block {
    padding-bottom: 0;
  }
}
.refund-block .more-btn {
  margin-top: 20px;
}

.inverse-block {
  font-family: inherit;
}
@media only screen and (min-width: 769px) {
  .inverse-block {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .inverse-block .border {
    border: 1px solid #e9e9e9;
  }
}
.inverse-block .tool {
  margin: 0 15px 15px;
}
@media only screen and (min-width: 769px) {
  .inverse-block .tool {
    margin: 15px 30px 0;
  }
}
.inverse-block .row {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.inverse-block .line::after {
  border-bottom: 1px solid #dadada;
  clear: both;
  content: '';
  display: block;
}
.inverse-block .line.noMargin::after {
  content: '';
  margin: 0 -10px;
}
.inverse-block .selectArea {
  padding-top: 38px;
  text-align: center;
  width: 40px;
}
@media only screen and (min-width: 769px) {
  .inverse-block .selectArea {
    background-color: #f2f4f6;
    border-right: 1px dotted #e9e9e9;
    padding-top: 48px;
    width: 60px;
  }
}
.inverse-block .item {
  padding: 16px 0;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 769px) {
  .inverse-block .item {
    padding: 16px;
    width: calc(100% - 60px);
  }
}
.inverse-block .prompt {
  font-size: 1.1em;
}
.inverse-block .fixTGBlock {
  margin-bottom: 0;
  margin-top: 0;
}
.inverse-block .fixTemperatureBorder {
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.inverse-block .fixTMBlock {
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 769px) {
  .inverse-block .fixTMBlock {
    padding: 15px 30px 30px;
  }
}
.inverse-block .fixSalePageGift {
  margin: 0;
  padding: 5px 0 0;
}

.inverse-info-block {
  background-color: #f1f4f6;
  padding: 0 15px 15px;
}
.inverse-info-block .description img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .inverse-info-block {
    background-color: #fdfdfd;
    margin: 30px 0;
    padding: 0;
  }
}
.inverse-info-block.paddingBottom {
  overflow: auto;
  padding-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .inverse-info-block.paddingBottom {
    padding-bottom: 0;
  }
}
.inverse-info-block .submessage {
  margin-top: 8px;
}
.inverse-info-block .causeDescription {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  resize: none;
  width: 100%;
}
.inverse-info-block .causeDescription.cause-desc-warning {
  border: 1px solid #ff5353;
}
.inverse-info-block .description {
  background-color: #fdfdfd;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  color: #666;
  padding: 10px;
  white-space: pre-wrap;
}
.inverse-info-block .agreeCheckbox {
  color: #428bca;
  float: left;
  width: 30px;
}
.inverse-info-block .agreeDesc {
  color: #428bca;
  float: left;
  width: calc(100% - 30px);
}
.inverse-info-block .annotate {
  color: #999999;
  line-height: 18px;
  font-size: 13px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .inverse-info-block .annotate {
    margin-left: 10px;
    display: inline-block;
    line-height: normal;
    padding-bottom: 0;
  }
}

.no-data-block {
  position: absolute;
  bottom: 0;
  top: 95px;
  left: 0;
  right: 0;
  background-color: #f1f4f6;
}
.no-data-block i {
  font-size: 65px;
  margin-bottom: 30px;
  color: #d0d0d0;
}
.no-data-block .message {
  margin: 50px 20px;
  text-align: center;
  color: #595959;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.no-data-block .back-btn {
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  color: #333;
  line-height: 40px;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .no-data-block {
    position: static;
    background-color: #fdfdfd;
  }
  .no-data-block i {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .no-data-block .message {
    margin: 50px 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.member-menu .menu-active {
  background-color: #A0E7F3;
}
.member-menu .menu-active a {
  color: white;
}

.order-info {
  padding: 10px 15px;
}
@media only screen and (min-width: 769px) {
  .order-info {
    background-color: #fdfdfd;
    padding: 10px 30px;
  }
}
.order-info .atm-payment-info {
  margin-top: 4px;
}
.order-info .atm-payment-info-row {
  float: left;
}
.order-info .atm-payment-info-row.atm-payment-info-title {
  color: #666;
  font-size: 12px;
}
@media only screen and (min-width: 769px) {
  .order-info .atm-payment-info-row.atm-payment-info-title {
    color: inherit;
    font-size: 14px;
  }
}
.left {
	float:left!important;
}
.right {
	float:right!important;
}
.order-info .atm-payment-info-row.atm-payment-info-desc {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .order-info .atm-payment-info-row.atm-payment-info-desc {
    clear: none;
    margin-left: 15px;
  }
}

.icon-service {
  color: #7c7c7c;
  cursor: pointer;
  font-size: 1.5em;
}
.icon-service:hover {
  color: #428bca;
}

.icon-asterisk::before {
  content: '※';
  font-size: 1.4em;
  margin-right: 5px;
}

.icon-required-star::before {
  color: #ff5353;
  content: '*';
  padding-right: 5px;
}

.icon-snap {
  font-size: 1.4em;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.icon-img {
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
.no-data {
  margin: 100px 0 20px 0;
  text-align: center;
  font-size: 14px;
}
.no-data i {
  color: #d0d0d0;
  font-size: 60px;
  margin-bottom: 30px;
  display: block;
}

.order-history-text {
  text-align: center;
  margin: 30px 0 80px;
}
@media only screen and (min-width: 769px) {
  .order-history-text {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .bank-select .nameFilter {
    width: 150px;
  }
  .bank-select .nameSelect {
    width: calc(100% - 155px);
  }
}

.layout-footer .scroll-to-top {
  top: -90px !important;
}

.electronic-block {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .electronic-block {
    padding: 0;
  }
}
.electronic-block .electronic-desc {
  padding: 5px;
  background-color: #fdfdfd;
}
.electronic-block .electronic-txt {
  font-size: 13px;
  padding: 10px 13px;
  line-height: 24px;
}

.erp-block {
  font-family: inherit;
  font-size: 13px;
  line-height: 22px;
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .erp-block {
    font-size: 14px;
    margin-top: 40px;
  }
}

.erp-content-block {
  line-height: 22px;
  background-color: #f1f4f6;
  width: 100%;
  margin: 10px auto;
  padding-bottom: 50px;
  border-radius: 3px;
}
@media only screen and (min-width: 769px) {
  .erp-content-block {
    width: 50%;
    margin: 50px auto;
    border: 1px solid #dadada;
    background-color: inherit;
  }
}
.erp-content-block .form-detail li, .erp-content-block .order-detail li {
  background-color: #f1f4f6;
}
.erp-content-block .title {
  min-height: 32px;
  font-weight: 600;
}
.erp-content-block .desc {
  min-height: 32px;
  color: #666666;
}
.erp-content-block .erp-content {
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  .erp-content-block .erp-content {
    padding-top: 24px;
  }
}
.erp-content-block .common-btn {
  margin: auto;
  width: 80%;
  margin-top: 10px;
}
.erp-content-block .dashed-line:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #b3b3b3;
}
.erp-content-block .TG-header {
  border-top: solid 1px #d4d9dd;
  border-radius: 3px 0 3px 0;
}
@media only screen and (min-width: 769px) {
  .erp-content-block .TG-header {
    border-top: 0;
  }
}

.erp-message-block {
  text-align: center;
  margin-top: 26px;
}
@media only screen and (min-width: 769px) {
  .erp-message-block {
    margin-top: 50px;
  }
}
.erp-message-block i {
  color: #d0d0d0;
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
}
.erp-message-block .no-data-text {
  line-height: 40px;
  color: #adadad;
}

.TG-header {
  background-color: #f1f4f6;
  padding: 10px 15px;
  position: relative;
  /* ATM隞狡鞈??? */
  /* ATM ??icon */
}
@media only screen and (min-width: 769px) {
  .TG-header {
    padding: 15px 30px;
  }
  .TG-header.pos-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.TG-header .header-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.TG-header .header-content.flex-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.TG-header .header-content.flex-content .content-item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.TG-header.header-padding {
  padding: 14px 15px;
}
.TG-header .icon {
  font-size: 1.2em;
  position: relative;
  top: 2px;
}
.TG-header .total {
  clear: both;
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 769px) {
  .TG-header .total {
    clear: none;
    display: inline-block;
    margin: 0;
  }
}
.TG-header .tool {
	text-align: left;
  border-top: 1px dashed #b3b3b3;
  line-height: 20px;
  padding-top: 10px;
}
@media only screen and (min-width: 769px) {
  .TG-header .tool {
    border-top: 0;
    padding-top: 24px;
  }
}
.TG-header .shipping {
  margin-left: 20px;
}
.TG-header .feeText {
  font-size: .8em;
  margin-left: 5px;
}
.TG-header .fee {
  color: #808080;
  margin: 5px 5px 0 0;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .TG-header .fee {
    margin: 0 5px 0 0;
  }
}
.TG-header .toolText {
  margin-left: 10px;
}
@media only screen and (min-width: 769px) {
  .TG-header .toolText {
    margin-left: 30px;
  }
}
.TG-header .desc {
	text-align: left;
  color: #808080;
  font-size: .95em;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .TG-header .desc.second-desc {
    margin-top: 10px;
  }
}
.TG-header .value {
  font-size: 1.1em;
}
.TG-header .borderBottom {
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .TG-header .borderBottom {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.TG-header .atm-payment-info-btn {
  position: absolute;
  top: 65px;
  right: 15px;
  border: solid 1px #428bca;
  border-radius: 3px;
  color: #428bca;
  width: 89px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 13px !important;
  cursor: pointer;
}
.TG-header .atm-payment-info-btn:hover {
  color: #7ebae3;
  border-color: #7ebae3;
}
@media only screen and (min-width: 769px) {
  .TG-header .tg-header-second-row {
    margin-top: 3px;
  }
  .TG-header .atm-payment-info-btn {
    top: 39px;
    right: 30px;
  }
}
.TG-header .icon-atm-resize {
  font-size: 14px;
}
.TG-header .caution {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.TG-header .caution .icon-asterisk::before {
  margin-right: unset;
}
.TG-header .tooltip.cancel-order::before {
  top: -51px;
  left: -225px;
  width: 218px;
}
@media only screen and (min-width: 768px) {
  .TG-header .tooltip.cancel-order::after {
    left: 1px;
  }
}
.TG-header .tooltip.cancel-order .fa {
  font-size: 1.1em;
}

.TS-header {
  background-color: #c8d0d7;
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
}
.TS-header .snapshot {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.TS-header .snapshot:hover {
  color: #5b666f;
  text-decoration: none;
}

.TG-header-detail .tgCode {
  padding-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .TG-header-detail .tgCode {
    display: inline-block;
    padding-bottom: 0;
  }
}
.TG-header-detail .tool {
  display: block;
  float: none;
  padding-top: 10px;
}
@media only screen and (min-width: 769px) {
  .TG-header-detail .tool {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
  }
}

.order-summary {
  position: relative;
}
.order-summary.line {
  border-top: 1px solid #e1e8ed;
  margin: 0 16px;
  padding: 16px 0;
}
@media only screen and (min-width: 769px) {
  .order-summary.line {
    margin: 0 16px;
    padding: 16px 0;
  }
}
.order-summary .return-order {
  bottom: 0;
  position: absolute;
  right: 16px;
  background-color: #fff0f2;
  border-radius: 2px;
  padding: 0px 4px;
}
@media only screen and (min-width: 769px) {
  .order-summary .return-order {
    right: 0;
  }
}
.order-summary.pos-summary {
  margin: 16px 0;
  padding-bottom: 1px !important;
}
.order-summary.pos-summary.return-sales {
  opacity: 0.7;
}
.order-summary > .content {
  box-sizing: border-box;
  float: left;
  line-height: initial;
  padding-left: 10px;
  width: calc(100% - 80px);
}
@media only screen and (min-width: 769px) {
  .order-summary > .content {
    width: calc(100% - 110px);
  }
}
.order-summary > .content.pos-sale-content {
  width: 100%;
  padding-left: 0;
  margin-bottom: 5px;
}
.order-summary > .content.pos-sale-content.sku-content {
  width: 60%;
  max-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-summary > .content.pos-sale-content.sku-content .sku-item {
  margin-top: 7px;
  width: 50%;
  line-height: 13px;
}
.order-summary > .content.pos-sale-content.sku-content .sku-item .sku-title {
  margin-right: 5px;
}
.order-summary > .content.pos-sale-content .sale-title {
  width: 70%;
}
.order-summary > .content.pos-sale-content .sale-amount-title {
  margin-bottom: 2px;
}
.order-summary .amount {
  font-weight: 500;
  vertical-align: middle;
}
.order-summary .payment {
	text-align: left;
  margin-top: 10px;
}
.order-summary .img {
  float: left;
  width: 80px;
}
@media only screen and (min-width: 769px) {
  .order-summary .img {
    width: 100px;
  }
}
.order-summary .name {
  color: #333;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 769px) {
  .order-summary .name {
    margin-right: 100px;
  }
}
.order-summary .hasLink:hover {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .order-summary .hasLink:hover {
    color: #428bca;
    text-decoration: underline;
  }
}
.order-summary .label {
  border: 1px solid #f47979;
  color: #f47979;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
  padding: 0 6px;
  vertical-align: middle;
}
.order-summary .label-container .label:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 769px) {
  .order-summary .delivery-at-pc {
    display: block;
    text-align: center;
  }
}
.order-summary .delivery {
  border-radius: 20px;
  margin: 15px 5px 0;
  padding: 5px 20px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 769px) {
  .order-summary .delivery.pc-btn {
    display: inline-block;
    width: 200px;
  }
}
.order-summary .delivery.short-btn {
  margin: 15px 40px 0;
}
.order-summary .delivery.blueBorder {
  border: 1px solid #428bca;
}
.order-summary .delivery.disabledBorder {
  border: 1px solid #dddddd;
}
.order-summary .delivery.returnBorder {
  border: none;
  background-color: #fff0f2;
}
.order-summary .delivery .icon-arrow {
  margin-top: 4px;
}
.order-summary .question {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  .order-summary .question {
    right: 25px;
    top: 30px;
  }
}
.order-summary .textAlign {
  text-align: center;
}
.order-summary .flowStatus {
	text-align: left;
  line-height: 20px;
  margin-top: 15px;
  overflow: auto;
}
.order-summary .refundMessage {
  color: #ff9933;
}
.order-summary .refundMessage {
  color: #ff9933;
}
.order-summary .refundFailMessage {
  color: #ff6464;
}
.order-summary .mainMessage {
  font-size: .95em;
  margin-right: 5px;
}
.order-summary .subMessage {
  display: block;
  font-size: .95em;
}
@media only screen and (min-width: 769px) {
  .order-summary .subMessage {
    display: inline-block;
    line-height: initial;
  }
}

.shipping-block {
  text-align: center;
  margin: -9px 0 0;
  padding-bottom: 6px;
}
@media only screen and (min-width: 769px) {
  .shipping-block {
    padding-top: 6px;
    background-color: #f1f4f6;
  }
}
.shipping-block .shipping-detail {
  margin: 6px 15px 15px 15px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  overflow: auto;
}
.shipping-block .shipping-detail .shipping-item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.shipping-block .shipping-detail .shipping-item .shipping-dispaly {
  padding: 6px;
  line-height: 1.54;
}
@media only screen and (min-width: 769px) {
  .shipping-block .shipping-detail .shipping-item .shipping-dispaly {
    padding: 6px 12px;
  }
}
.shipping-block .shipping-detail .shipping-item .shipping-title {
  width: 74px;
  text-align: right;
  padding-right: 12px;
  background-color: #dfe6eb;
  border-bottom: 1px solid #dfe6eb;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shipping-block .shipping-detail .shipping-item .shipping-title.last {
  border-bottom: none;
}
.shipping-block .shipping-detail .shipping-item .shipping-content {
  text-align: left;
  border-bottom: 1px dashed #e2e2e2;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
@media only screen and (min-width: 769px) {
  .shipping-block .shipping-detail .shipping-item .shipping-content {
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7;
  }
}
.shipping-block .shipping-detail .shipping-item .shipping-content.last {
  border-bottom: none;
}

.order-detail-block {
  box-sizing: border-box;
  padding: 0 16px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .order-detail-block {
    padding: 0;
  }
}

.order-detail {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin-bottom: 10px;
  width: 100%;
}
.order-detail li {
  background-color: #f1f4f6;
}

.order-salePageGift {
  color: #428bca;
  font-size: 1.5em;
  margin-bottom: 10px;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}
.order-salePageGift .gift {
  line-height: 20px;
  list-style: square inside;
}
.order-salePageGift .giftText {
  color: #767676;
  font-size: 13px;
  margin-left: -5px;
  width: 60px;
}
.order-salePageGift .saleTitle {
  color: black;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: calc(90% - 60px);
}
@media only screen and (min-width: 769px) {
  .order-salePageGift .saleTitle {
    width: calc(90% - 60px);
  }
}

.order-free {
  line-height: 30px;
  padding: 10px 20px 10px;
}
.order-free .free,
.order-free .invoice,
.order-free .refund {
  margin-right: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .order-free .free,
  .order-free .invoice,
  .order-free .refund {
    margin-right: 16px;
    font-weight: inherit;
  }
}
.order-free .refund {
  display: block;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .order-free .refund {
    display: inline-block;
  }
}

.inverse-summary {
  display: -webkit-flex;
  display: flex;
}
.inverse-summary .content {
  margin: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .inverse-summary .content {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.inverse-summary .spec {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
@media only screen and (min-width: 769px) {
  .inverse-summary .spec {
    margin: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.inverse-summary .money {
	text-align: left;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .inverse-summary .money {
    margin: auto;
  }
}
.inverse-summary .img {
  height: 60px;
  width: 60px;
}
@media only screen and (min-width: 769px) {
  .inverse-summary .img {
    height: 80px;
    width: 80px;
  }
}
.inverse-summary .name {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media only screen and (min-width: 769px) {
  .inverse-summary .name {
    margin-right: 20px;
  }
}
.inverse-summary .title {
  padding: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.inverse-summary .sku {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media only screen and (min-width: 769px) {
  .inverse-summary .sku {
    margin-top: 5px;
  }
}
.inverse-summary .qty {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inverse-reason {
  background-color: #fff8ee;
  font-size: 1.05em;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .inverse-reason {
    border-top: 1px solid #e9e9e9;
    padding: 0 20px;
    text-align: left;
  }
  .inverse-reason .reason {
    width: 250px;
  }
}
.inverse-reason select {
  font-size: 1.05em;
}
.inverse-reason.warning p {
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  .inverse-reason.warning p {
    display: inline-block;
    margin-left: 10px;
  }
}
.inverse-reason.warning select {
  border: 1px solid #ff5353;
}
.inverse-reason.show {
  max-height: 1000px;
  padding: 10px 20px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.inverse-reason .reason {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  padding: 0 20px 0 10px;
  width: 58%;
}

.text.mini {
  font-size: .8em;
}
.text.min {
	text-align: left;
  font-size: .9em;
}
.text.small {
  font-size: 1em;
}
.text.middle, .form-title, .insert-form.fixAddressForm .item-row .option, .insert-form.fixAddressForm .item-row .text, .insert-form input[type=text], .insert-form input[type=tel], .insert-form select, .insert-form textarea {
  font-size: 1.15em;
}
.text.max {
  font-size: 1.23em;
}
.text.gaint {
  font-size: 24px;
}
.text.light-title {
  color: #767676;
}
.text.light-text {
	text-align: left;
  color: #999;
}
.text.depp-text {
  color: #474747;
}
.text.depp-title, .form-detail .desc, .order-detail .desc, .insert-form .desc, .insert-form .dropdown {
  color: #333;
}
.text.amount {
  color: #ff6464;
}
.text.sale-amount {
  color: #ff595a;
}
.text.depp-desc, .form-title, .form-title-noborder, .form-detail .title, .order-detail .title {
  color: #595959;
}
.text.depp-title.hover:hover, .form-detail .hover.desc:hover, .order-detail .hover.desc:hover, .insert-form .hover.desc:hover, .insert-form .hover.dropdown:hover {
  color: #595959;
}
.text.warning {
  color: #ff5353;
  text-align: left;
}
.text.message {
  color: #ff9933;
}
.text.status-title {
  color: #999999;
}
.text.status-text {
  color: #428bca;
}
.text.w300 {
  font-weight: 300;
}
.text.bold {
  font-weight: bold;
}
.text.disabled {
  color: #dcdcdc;
}
.text.disabled-title {
  color: #dddddd;
}
.text.return-title {
  color: #ff9699;
}
.text.sale-title-text {
  color: #666666;
}
.text.sale-sku-title {
  color: #666666;
}
.text.shipping-title-text {
  color: #595959;
}
.text.cursor-point {
  cursor: pointer;
}
.text.text-align-right {
  text-align: right;
}

.input.warning {
  border-bottom: 2px solid #ff5353;
}
.input.focus {
  border-bottom: 2px solid #50e3c2;
}

.form-title {
  border-left: 4px solid #95a9bc;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: initial;
}

.form-title-erp {
  background-color: #c8d0d7;
  color: #fff;
  line-height: 22px;
  padding: 5px 10px;
}

.form-title-noborder {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.form-title-desc {
  color: #9b9b9b;
}

.form-detail, .order-detail {
  border: solid 1px #e1e1e1;
}
.form-detail li:nth-last-child(n+2) .title:after, .order-detail li:nth-last-child(n+2) .title:after, .form-detail li:nth-last-child(n+2) .desc:after, .order-detail li:nth-last-child(n+2) .desc:after {
  border-bottom: dotted 1px #e1e1e1;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.form-detail li, .order-detail li {
  background-color: #dfe6eb;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .form-detail li, .order-detail li {
    background-color: #f1f4f6;
  }
}
.form-detail li:nth-last-child(n+2) .title, .order-detail li:nth-last-child(n+2) .title {
  position: relative;
}
.form-detail li:nth-last-child(n+2) .title:after, .order-detail li:nth-last-child(n+2) .title:after {
  left: 12px;
}
.form-detail li:nth-last-child(n+2) .desc, .order-detail li:nth-last-child(n+2) .desc {
  position: relative;
}
.form-detail li:nth-last-child(n+2) .desc:after, .order-detail li:nth-last-child(n+2) .desc:after {
  right: 12px;
}
.form-detail .title, .order-detail .title {
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: right;
  width: 40%;
}
@media only screen and (min-width: 769px) {
  .form-detail .title, .order-detail .title {
    width: 25%;
  }
}
.form-detail .desc, .order-detail .desc {
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: left;
  width: 60%;
}
@media only screen and (min-width: 769px) {
  .form-detail .desc, .order-detail .desc {
    width: 75%;
  }
}
.form-detail .margin-right, .order-detail .margin-right {
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  .form-detail .margin-right, .order-detail .margin-right {
    margin-right: 25px;
  }
}

.insert-form {
  background-color: #fdfdfd;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.insert-form.fixAddressForm {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.insert-form.fixAddressForm li:last-child {
  border-bottom: 0;
}
.insert-form.fixAddressForm.round-bottom {
  border-bottom: 1px solid #d8d8d8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.insert-form li {
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.insert-form .title {
  box-sizing: border-box;
  color: #666;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  width: 117px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.insert-form .desc {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 50px;
  min-height: 2.5em;
  padding-right: 5px;
  width: calc(100% - 120px);
}
.insert-form .dropdown {
  box-sizing: border-box;
  float: right;
  line-height: 50px;
  padding: 0 15px;
  width: 50%;
}
.insert-form .dropdown.borderRight {
  border-right: 1px solid #e1e1e1;
}
.insert-form input[type=text], .insert-form input[type=tel], .insert-form select, .insert-form textarea {
  background-color: inherit;
  border: 0;
  font-size: 1.1em;
  height: 40px;
  vertical-align: middle;
  width: 100%;
}
.insert-form textarea {
  padding: 15px 0;
  resize: none;
}
.insert-form .message, .insert-form .warning {
  line-height: normal;
  padding-bottom: 10px;
}
.insert-form .radio-btn label {
  margin-right: 15px;
}
.insert-form .radio-btn input[type=radio] {
  margin-right: 3px;
}

.search-form {
  border: 1px solid #d4d9dd;
  width: 90%;
  margin: 0 auto;
  border-radius: 3px;
}
@media only screen and (min-width: 769px) {
  .search-form {
    width: 50%;
  }
}
.search-form .search-form-title {
  background-color: #f1f4f6;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 3px 3px 0 0;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .search-form .search-form-title {
    padding: 0 20px;
  }
}
.search-form .search-form-content {
  padding: 5px 10px 10px;
}
@media only screen and (min-width: 769px) {
  .search-form .search-form-content {
    padding: 20px 25%;
  }
}
.search-form .search-form-txt {
  line-height: 30px;
  margin-bottom: 12px;
}
.search-form .search-form-condition {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 10px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  color: #4a4e5c;
}
.search-form .search-form-btn {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
  background-color: #ff5353;
  border: 1px solid #ff5353;
  color: #fff;
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.search-form .search-form-warning {
  border-bottom: 2px solid #ff5353;
}
.search-form .search-form-focus {
  border-bottom: 2px solid #50e3c2;
}

.normal-form .title {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.normal-form .option-list {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .normal-form .option-list {
    flex-direction: row;
  }
}
.normal-form .option-item {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.normal-form .option-item:first-child {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .normal-form .option-item:first-child {
    margin-bottom: 0;
  }
}
.normal-form .option-label {
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3em;
  margin-left: 6px;
}
.normal-form .option-label.disabled .icon-delivery {
  opacity: .5;
}
.normal-form .option-label.disabled .option-label-text {
  color: #dcdcdc;
}
.normal-form .option-label-text {
  margin: 0 5px;
}
.normal-form .caution.tooltip {
  line-height: 1.1em;
}
.normal-form .caution.tooltip::before {
  text-align: center;
  top: -29px;
}
@media only screen and (min-width: 768px) {
  .normal-form .caution.tooltip::before {
    top: -30px;
    left: -125px;
  }
}
.normal-form .caution.tooltip::after {
  top: -7px;
  left: 1px;
}
.normal-form .caution .fa {
  font-size: 1.2em;
  padding-bottom: 1px;
}
.normal-form .icon-delivery {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .normal-form .icon-delivery {
    margin-top: 1px;
  }
}

.more-arrow {
  background-color: #fff;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.more-arrow i {
  font-size: 1.5em;
}
.more-arrow .open {
  -moz-transform: rotate(3.14159rad);
  -o-transform: rotate(3.14159rad);
  -ms-transform: rotate(3.14159rad);
  -webkit-transform: rotate(3.14159rad);
  transform: rotate(3.14159rad);
}

.link-arrow {
  color: #428bca;
}
.link-arrow .close {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.progress-bar {
  margin: 0 -10px;
  overflow: auto;
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .progress-bar {
    border-top: 1px dashed #cfcfcf;
    margin: 0 0 0 110px;
    padding: 10px 0;
  }
  .progress-bar.pos-progress-bar {
    margin-left: 0;
    border-top: none;
    padding-top: 0;
  }
}
.progress-bar .block {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.progress-bar .node {
  line-height: 16px;
  position: relative;
  text-align: center;
}
.progress-bar .node .dot {
  background-color: #fff;
  border: 2px solid #c0b9b9;
  border-radius: 99em;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  z-index: 1;
}
.progress-bar .node .date {
  color: #428bca;
  min-height: 24px;
}
.progress-bar .node .status {
  color: #b2b2b2;
}
.progress-bar .line {
  background-color: #f1f1f1;
  height: 10px;
  left: -50%;
  position: absolute;
  top: 27px;
  width: 100%;
}
.progress-bar .active .dot {
  background-color: #fff;
  border: 2px solid #428bca;
}
.progress-bar .active .line {
  background-color: #def0ff;
}
.progress-bar .focus .status {
  color: #428bca;
}
.progress-bar .focus .dot {
  background-color: #428bca;
  border: 2px solid #428bca;
}
.progress-bar .focus .line {
  background-color: #def0ff;
}
.progress-bar .return .date {
  color: #b2b2b2;
}
.progress-bar .return .status {
  color: #b2b2b2;
}
.progress-bar .return .dot {
  background-color: #fff;
  border: 2px solid #c0b9b9;
}
.progress-bar .return .line {
  background-color: #f1f1f1;
}

.temperature-border {
  border: solid 1px #e2e2e2;
}

.pos-order-border {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
@media only screen and (min-width: 769px) {
  .pos-order-border {
    border: none;
  }
}

.temperature-block .temperature-tag {
  border-bottom: 3px solid #a6dbe7;
  display: block;
  text-align: left;
}
.temperature-block .temperature-tag .label {
  border-bottom: 24px solid #87cddd;
  border-right: 10px solid transparent;
  border-top-left-radius: 3px;
  color: #fff;
  height: 0;
  line-height: 25px;
  padding: 0 10px;
  display: inline-block;
}
.temperature-block .temperature-bar {
	text-align: left;
  background-color: #87cddd;
  color: #fff;
  padding: 2px 10px;
}
.temperature-block .temperature-header {
  background-color: #abdde9;
}
.temperature-block .temperature-free {
  border: solid 3px #9cd7e5;
}
@media only screen and (min-width: 769px) {
  .temperature-block .temperature-free {
    background-color: #edf3f8;
    border-color: #edf3f8;
  }
  .temperature-block .temperature-free .free {
    color: #64b2c4;
  }
}
.temperature-block .temperature-free .free {
  color: #4aa9c0;
}
.temperature-block .temperature-border {
  border-top: 0;
  border-bottom: 1px solid #d8ecf1;
  border-left: 1px solid #d8ecf1;
  border-right: 1px solid #d8ecf1;
}

.temperature-free {
  background-color: #fdfdfd;
  border: solid 2px #c8d0d7;
}
@media only screen and (min-width: 769px) {
  .temperature-free {
    background-color: #edf3f8;
    border-color: #edf3f8;
  }
  .temperature-free .free {
    color: #64b2c4;
  }
}
.temperature-free .free {
  color: #595959;
}

.member-prompt-block.top-gutter {
  margin-top: 12px;
}

.member-prompt {
  background-color: #fffbeb;
  border-bottom: 1px solid #f6e4b0;
  border-right: 1px solid #f6e4b0;
  padding: 5px 8px;
}
@media only screen and (min-width: 769px) {
  .member-prompt {
    border: 1px solid #f6e4b0;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .member-prompt .angle {
    transform: none;
  }
}
.member-prompt.refund {
  border-left: 5px solid #f6e4b0;
}
.member-prompt.fee {
  border-left: 5px solid #a9eadc;
}
.member-prompt i {
  font-size: 20px;
  text-decoration: none;
}
.member-prompt .prompt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.member-prompt .prompt:hover {
  text-decoration: none;
}
.member-prompt .desc {
  display: inline-block;
  margin: 0 7px;
  width: 95%;
}
@media only screen and (min-width: 769px) {
  .member-prompt .desc {
    margin: 0 10px;
  }
}
.member-prompt .angle {
  font-size: 1.5em;
}
.member-prompt .info {
  color: #7ebae3;
}

.no-data-block .back-btn, .inverse-desktop-btn .cancelBtn, .inverse-desktop-btn .submitBtn, .reorder-btn, .common-btn {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  height: 40px;
  width: 190px;
  text-align: center;
}

.inverse-desktop-btn {
  padding: 10px 0 30px 0;
}
.inverse-desktop-btn .cancelBtn {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  color: #333;
  margin-right: 20px;
  line-height: 40px;
}
.inverse-desktop-btn .submitBtn {
  background-color: #ff5353;
  border: 1px solid #ff5353;
  color: #fff;
}

.inverse-mobile-btn {
  padding-bottom: 80px;
  text-align: center;
}
.inverse-mobile-btn .cancelBtn {
  margin-right: 10px;
  width: 45%;
}
.inverse-mobile-btn .submitBtn {
  width: 45%;
}

.reorder-btn {
  background-color: #ff5353;
  box-sizing: border-box;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  transition: background-color 100ms;
  width: initial;
}

.reorder-btn:hover {
  background-color: #fff;
  border: solid 1px #d1d1d1;
  color: #ff5353 !important;
}

.submit-btn {
  background-color: #ff5353;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .submit-btn {
    margin: 0;
    width: 261px;
  }
  .submit-btn.top {
    margin-top: 20px;
  }
}

.common-btn {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  color: #333;
}

.pickup-btn {
  background-color: #428bca;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .pickup-btn {
    width: 60px;
  }
}
.pickup-btn:hover {
  background-color: #78b1e3;
}
.pickup-btn.pickup {
  background-color: #c5c5c5;
}

.family-return-btn {
  border-radius: 20px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #428bca;
  cursor: pointer;
  display: inline-block;
  width: 110px;
  font-size: .95em;
  color: #428bca;
  background-color: #fff;
}
.family-return-btn:hover {
  border-color: #7db9ff;
  color: #7db9ff;
}
@media only screen and (max-width: 768px) {
  .family-return-btn {
    display: none;
  }
}

.atm-payinfo-title-container {
  text-align: center;
  border-bottom: dashed 1px #D0D0D0;
  padding: 15px 0 9px;
}
.atm-payinfo-title-container .atm-payinfo-title {
  color: #428bca;
  font-size: 18px;
  font-weight: 600;
}
.atm-payinfo-title-container .atm-payinfo-sub-title {
  color: #999;
  font-size: 12px;
  margin-top: 9px;
}

.atm-payinfo-content {
  margin: 5px 15px 10px;
}
.atm-payinfo-content .atm-payinfo-row {
  height: 38px;
  line-height: 38px;
  border-bottom: dashed 1px #D0D0D0;
}
.atm-payinfo-content .atm-payinfo-row:before, .atm-payinfo-content .atm-payinfo-row:after {
  content: "";
  display: table;
  clear: both;
}
.atm-payinfo-content .atm-payinfo-row-title {
  float: left;
  color: #999;
}
.atm-payinfo-content .atm-payinfo-row-desc {
  float: right;
  color: #666;
}
.atm-payinfo-content .atm-payinfo-row-desc.price-red {
  color: #ff5353;
}
.atm-payinfo-content .atm-payinfo-desc {
  margin-top: 10px;
  text-align: left;
}
.atm-payinfo-content .atm-payinfo-desc-item {
	float: left;
	width: 100%;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  line-height: 1.3em;
}
.atm-payinfo-content .total-price {
  font-size: 19px;
  font-weight: 500;
}

/*??璅內*/
.highlight-text {
  color: #333 !important;
}

/* ATM隞狡鞈?Modal */
.atm-payinfo-modal .modal-dialog {
  margin-top: 15%;
}
@media only screen and (max-width: 1280px) {
  .atm-payinfo-modal .modal-dialog {
    margin-top: 10%;
  }
}
.atm-payinfo-modal .modal-content {
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .order-container {
    margin-left: 30px;
    margin-top: 10px;
    border: solid 1px #d4d9de;
  }
}

@media only screen and (min-width: 769px) {
  .order-tab {
    background-color: #f1f4f6;
    height: 50px;
    border-bottom: solid 1px #d4d9de;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .order-tab {
    text-align: center;
    height: 53px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: -11px;
  }
}
@media only screen and (min-width: 769px) {
  .order-tab .tab-ul {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .order-tab .tab-ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  .order-tab .tab-ul .tab-li {
    text-align: center;
    margin: 16px 20px 0px 40px;
    height: 31px;
    cursor: pointer;
  }
  .order-tab .tab-ul .tab-li.second-li {
    margin-left: 20px;
  }
  .order-tab .tab-ul .tab-li.actived {
    border-bottom: 3px solid #4a4e5c;
  }
}
@media only screen and (max-width: 768px) {
  .order-tab .tab-ul .tab-li {
    height: 21px;
    margin-top: 15px;
    padding-right: 13px;
    cursor: pointer;
  }
  .order-tab .tab-ul .tab-li.left {
    padding-right: 13px;
  }
  .order-tab .tab-ul .tab-li.right {
    padding-left: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .order-tab .tab-ul .tab-li .tab-link {
    color: #999999;
    font-weight: bold;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .order-tab .tab-ul .tab-li .tab-link {
    font-size: 15px;
    color: #666;
    font-weight: bold;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 769px) {
  .order-tab .tab-ul .tab-li .tab-link.actived {
    color: #4a4e5c;
  }
}
@media only screen and (max-width: 768px) {
  .order-tab .tab-ul .tab-li .tab-link.actived {
    border-bottom: 3px solid #666;
    padding-bottom: 3px;
    opacity: 1;
  }
}

.cvs-step-container {
  margin-top: 16px;
}

.cvs-step-info-block {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 16px;
}
.cvs-step-info-block.top-border {
  border-top: 5px solid rgba(66, 139, 202, 0.3);
}
.cvs-step-info-block .icon-delivery {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.cvs-step-info-block .info-title {
  font-size: 15px;
  margin-bottom: 8px;
}
.cvs-step-info-block .info-number {
  margin-bottom: 8px;
}
.cvs-step-info-block .info-desc {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.cvs-step-info-block .caution-title {
  font-size: 15px;
}
.cvs-step-info-block .caution-content .item {
  list-style: disc;
  margin-left: 20px;
}

.cvs-step-process-block {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .cvs-step-process-block {
    margin-top: 12px;
  }
}
.cvs-step-process-block .cvs-step-process-header {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 16px;
  font-size: 15px;
}
.cvs-step-process-block .cvs-step-process-content {
  padding: 0 16px;
}
.cvs-step-process-block .cvs-step-process-list {
  padding: 8px 0;
  font-size: 13px;
}
.cvs-step-process-block .cvs-step-process-list.bottom-border {
  border-bottom: 1px dashed #e1e1e1;
}
.cvs-step-process-block .cvs-step-process-list.last {
  margin-bottom: 16px;
}
.cvs-step-process-block .cvs-step-desc-btn {
  border-radius: 5px;
  background-color: #428bca;
  color: #ffffff;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  .cvs-step-process-block .cvs-step-desc-btn {
    max-width: 280px;
    margin-bottom: 20px;
  }
}
.cvs-step-process-block .cvs-step-desc {
  line-height: 18px;
  margin-bottom: 16px;
}
.menu-list.member-menu li {
	width:100%;
	display:inline-block;
	position:relative;
	line-height:inherit;
	padding-top:12px;
	padding-bottom:12px;
	text-align:left;
	padding-left:5px;
	box-sizing:border-box;
	border-bottom:1px dashed #ccc;
}
.circle-point-after {
	position:relative;
}
.circle-point-after:after {
	content:'';
	position:absolute;
	top:0;
	margin-left:2px;
	width:6px;
	height:6px;
	background-color:#ff3d3c;
	border-radius:24px;
}
.circle-point-after.asidebar:after {
	top:-2px;
}

.circle-solid {
  border-radius: 12px;
  width: 22px;
  background-color: #6a849a;
  color: #ffffff;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
}

.cvs-img-step-title {
  padding-bottom: 8px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .cvs-img-step-title {
    margin-bottom: 12px;
    border-bottom: 1px dashed #e1e1e1;
  }
}

.cvs-img-step-content {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .cvs-img-step-content {
    margin-bottom: 40px;
  }
}
.cvs-img-step-content .content-img {
  width: 100%;
}
.cvs-img-step-content .img-gap {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .cvs-img-step-content .img-gap {
    margin-bottom: 20px;
  }
}

.mobile-back-btn-block {
  text-align: center;
  padding: 18px 19px 3px 16px;
}
.mobile-back-btn-block .cancelBtn {
  width: 100%;
}

.address-block .block-title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  padding: 15px 0 5px 0;
  margin-left: 5px;
  border-left: 0 solid #ca3c3c;
  font-size: 18px;
  margin-bottom: 5px;
}
.address-block .item-row {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  margin-bottom: -1px;
  padding: 8px 15px;
}
.address-block .item-row .choose-place {
  width: 48%;
  display: inline-block;
}
.address-block .item-row .choose-place.split {
  border-right: solid 1px #dedede;
}
.address-block .item-row .choose-place.error {
  vertical-align: top;
  padding-top: 1px;
}
.address-block .item-row .address-text {
  width: 100%;
  border: none;
  height: 40px;
}
.address-block .item-row .address-text.text-only {
  line-height: 40px;
}
.address-block .item-row .option {
  width: 100%;
  color: #666;
  background-color: #fff;
  cursor: pointer;
  height: 46px;
  font-size: 15px;
  padding: 2px 0;
  border: none;
}
.address-block .round-top {
  border-radius: 5px 5px 0 0;
}
.address-block .round-bottom {
  border-radius: 0 0 5px 5px;
}
.address-block .interror {
  color: #FF5353;
}
/*
.address-block select.option {
  -webkit-appearance: none;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: #fff;
  height: 43px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  background: url("/V2/Content/Images/Icon/select_arror.png") no-repeat;
  background-position: 100% 50%;
  color: #666;
}
*/
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip::before {
  background-color: #666666;
  border-radius: 3px;
  content: attr(data-toolTipData);
  color: #ffffff;
  padding: 4px 12px;
  position: absolute;
  top: -34px;
  left: -85px;
  font-size: 12px;
  width: 280px;
}
@media only screen and (min-width: 768px) {
  .tooltip::before {
    left: -120px;
  }
}
.tooltip::after {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #666666 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -4px;
}
.tooltip::before, .tooltip::after {
  display: none;
}
.tooltip:hover::before, .tooltip:hover::after {
  display: block;
}
.tooltip.showToolTip::before, .tooltip.showToolTip::after {
  display: block;
}
.tooltip.hideToolTip::before, .tooltip.hideToolTip::after {
  display: none;
}
.tooltip.tooltip-bottom::before {
  top: 19px;
  left: -146px;
}
.tooltip.tooltip-bottom::after {
  top: 8px;
  border-color: transparent transparent #666666 transparent;
}

.light-icon {
  color: #c4cace;
}
