@charset "utf-8";

.app_qrcode {
	position: fixed;
	right: 0;
	top: calc(50%-175px);
	z-index: 99;
}

.app_qrcode .panel {
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}

.app_qrcode .panel a {
	text-decoration: none;
}

.app_qrcode .panel-body {
	padding: 20px 30px;
	background-color: #ccc;
	cursor: pointer;
}

.app_qrcode .panel-footer {
	background: #777;
	border: 0;
	color: #fff;
	border-radius: 0;
	letter-spacing: 2px;
	font-weight: 400;
}

.app_qrcode .panel-footer::before,
.appModal .modal-title::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 7px;
}

.app_qrcode .active .panel-footer {
	background: #8b7d5d;
}

.panel_android::before {
	background: url('../img/app/index_btn_icon_Android.svg') center no-repeat;
	background-size: contain;
}

.panel_ios::before {
	background: url('../img/app/index_btn_icon_IOS.svg') center no-repeat;
	background-size: contain;
}

.app_qr {
	width: 90px;
	height: 90px;
	border-radius: 12px;
}

.process_img {
	display: block;
	margin: 25px auto 10px;
	width: 380px;
}

.app_process {
	color: #808080;
	font-size: 18px;
}

.appModal::after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.appModal .modal-content {
	background: #efefef;
}

.appModal .modal-content .app_qr {
	width: 150px;
	height: 150px;
}

.appModal .modal-header {
	padding: 8px 15px;
	color: #777;
}

.appModal .modal-title {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 700;
}

.appModal .modal_title_android::before {
	background: url('../img/app/index_header_icon_Android.svg') center no-repeat;
	background-size: contain;
}

.appModal .modal_title_ios::before {
	background: url('../img/app/index_header_icon_IOS.svg') center no-repeat;
	background-size: contain;
}

.appModal .modal-body {
	padding: 35px 15px 55px;
}

.qa_btn {
	background: url('../img/app/btn_qa_01.svg') center no-repeat;
	background-size: contain;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 15px 20px;
	border-radius: 12px;
	margin: 5px auto 0px;
	display: block;
	width: 160px;
	cursor: pointer;
}

.qa_btn a {
	color: #666;
}


.micronet {
	position: fixed;
	top: 160px;
	right: 25px;
	z-index: 99;
	width: 75px;
	height: 60px;	
	border-radius: 0;
	cursor: pointer;
	justify-content: flex-start;
	align-items: center;
	flex-direction:column;
	gap: 10px;
}

.micronet p {	
	color: var(--micronet-color);
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

/* 20200928 首頁：新增-智能下單入口 + 修改微商入口icon */

.micronet::before {
	content: "";
  display: block;
  width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 50%;
  /* position: absolute;
  top: -35px; */
  background-image: var(--index-micronet-icon);
  box-shadow: 0 1px 3px 0 rgba(0, 79, 214, 0.16);
  background-size: var(--index-micronet-icon-size);
  background-position: center center,center center;
  background-repeat: no-repeat,no-repeat;
 
}

.micronet p{
  color: var(--micronet-color);
  font-weight: normal;
}

/*智能下單*/
.intelligent-order{
  position: fixed;
  top: 180px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-top: 110px;
}

.intelligent-order::before{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  background-image: url('../img/app/TG_intelligent-order_icon.png'), linear-gradient(to bottom, rgb(255, 255, 255), rgb(228, 223, 252));
  box-shadow: 0 1px 3px 0 rgba(0, 79, 214, 0.16);
  background-size: 65% auto,100%;
  background-position: center center,center center;
  background-repeat: no-repeat,no-repeat;
}

.intelligent-order p{
	width: 100%;
  	color: #707070;
  	font-weight: normal;
  	letter-spacing: 1px;
	position: absolute;
	left: 50%;
	top: 30px;
	line-height: 1;
	text-align: center;
	transform: translateX(-50%);
}