w
html,body {
	max-width: 550px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	background: #f0f2f5;
}

.customer_icon{
	position: absolute;
	right: 0;
	/* width: 115px; */
	/* margin-top: 40%; */
	width: 100px;
	top: 0;
	margin-top: 10px;
}

.main-container {
	overflow-x: hidden;
	background: url("../images/main-bg.png") no-repeat center center;
	background-size: cover;
	min-height: 97vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 20px;
}

.logo{
	width: 180px;
	min-width: 33%;
}

.button-lists{
	width:100%; display:flex;align-items: center;flex-direction: column;gap: 8px;
	margin-bottom: 10px;
}

.carousel {
	width: calc(100% - 32px);
	margin: 0 auto;
	max-width: 600px;
	height: auto;
	background: transparent;
	background-size: cover;
	background-position: center;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

/*.swiper-slide img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*}*/

/*.btn1, .btn2, .btn3 {*/
/*	margin: 10px;*/
/*	padding: 10px 20px;*/
/*	border: none;*/
/*	border-radius: 8px;*/
/*	cursor: pointer;*/
/*	font-size: 16px;*/
/*}*/

/*.btn1 {*/
/*	width: 90%;*/
/*	background: #3981FF;*/
/*	color: #fff;*/
/*	font-size: 14px;*/
/*	border-radius: 12px;*/
/*	background: linear-gradient(180deg, #73B2FF 0%, #3981FF 100%);*/
/*	box-shadow: 0px 3.21px 3.21px 0px #93C7FF inset, 0px -2.57px 2.57px 0px #275EC1 inset;*/
/*}*/

/*.btn2 {*/
/*	width: 84%;*/
/*	background: #f0f0f0;*/
/*	color: #333;*/
/*	font-size: 14px;*/
/*	border-radius: 12px;*/
/*	background: linear-gradient(180deg, #F8FBFF 0%, #FDFEFF 100%);*/
/*	box-shadow: 0px 3.82px 3.82px 0px #BBDCFF inset, 0px -3.05px 3.05px 0px #A2BFF4 inset;*/
/*}*/

/*.btn3 {*/
/*	background: transparent;*/
/*	color: #4A8FFF;*/
/*	text-decoration: underline;*/
/*	font-size: 14px;*/
/*	margin-bottom: 1rem;*/
/*	margin-top: -6px;*/
/*}*/

.bottom-sheet {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	display: none;
	flex-direction: column;
	z-index: 1000;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	&.sheet-teach {

		height: 73vh;
		/*padding: 20px;*/
	}
	&.sheet-download {

		height: 50vh;

	}

	.sheet-inner-body {
		display: flex;
		justify-content: center;
	}
}

.bottom-sheet.active {
	display: flex;
	animation-name: sheetIn;
}

.bottom-sheet.hiding {
	animation-name: sheetOut;
}

#downloadList {
	width: 100%;
	margin: 20px 0;
}

@keyframes sheetIn {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes sheetOut {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	to {
		transform: translateY(100%);
		opacity: 0;
	}
}







.swiper-slide {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	width: 100%;
	touch-action: pan-y pan-x;
// overflow: hidden;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 7px;
}
.main-container{
	overflow-x: hidden;
// background: url("../assets/images/download/app/main-bg.png") no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}
.carousel {
	background: transparent;
	background-size: cover;
	background-position: center;
}
:deep(.q-carousel__navigation--bottom){
	bottom: 0px;
}
.btn1{
	width: 84%;
	margin: 23px auto 0;
	display: flex;
	justify-content: center;
	color: #FFFFFF;
	font-size: 14px;
	border: 0px;
	padding: 0.8rem;
	background: linear-gradient(180deg, #73B2FF 0%, #3981FF 100%);
	box-shadow: 0px 3.21px 3.21px 0px #93C7FF inset;
	box-shadow: 0px -2.57px 2.57px 0px #275EC1 inset;
	border-radius: 12px;
}
.btn1-1{
	width: 84%;
	color: #FFFFFF;
	font-size: 14px;
	border: 0px;
	padding: 0.8rem;
	background: url("../images/appDbutton.png") no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.btn2{
	width: 84%;
	margin-top: 10px;
	color: #7A80A1;
	font-size: 14px;
	border: 0px;
	padding: 0.8rem;
	background: linear-gradient(180deg, #F8FBFF 0%, #FDFEFF 100%);
	box-shadow: 0px 3.82px 3.82px 0px #BBDCFF inset;
	box-shadow: 0px -3.05px 3.05px 0px #A2BFF4 inset;
	border-radius: 12px;
	display: flex;
	justify-content: center;
}
.btn3{
	font-size: 14px;
	color:#4A8FFF;
	border: 0px;
	padding: 0.5rem;
	margin-bottom: 1rem;
	background: transparent;
	text-decoration: underline;
	margin-top: -6px;
	display: flex;
	justify-content: center;
}
.custom-bottom-sheet {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	z-index: 9999;
	display: flex;
	align-items: flex-end;
	transition: background 0.3s;
}
.sheet-content,
.sheet-content2 {
	width: 100%;
	background: #fff;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 -2px 16px rgba(0,0,0,0.08);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	opacity: 0;
	transform: translateY(100%);
}
.sheet-content {
	height: 50vh;
	transition: transform 0.35s cubic-bezier(.4,0,.2,1), opacity 0.25s;
}
.sheet-content2 {
	height: 73vh;
	transition: transform 0.35s cubic-bezier(.4,0,.2,1), opacity 0.25s;
}
.sheet-content.show,
.sheet-content2.show {
	animation: sheetIn 0.35s cubic-bezier(.4,0,.2,1) forwards;
}
.sheet-content.hide,
.sheet-content2.hide {
	animation: sheetOut 0.25s cubic-bezier(.4,0,.2,1) forwards;
}
.inner-sheet {
	height: 100%;
	position: relative;
}
.sheet-content-bg{
	width: 100%;
	position: relative;
}
.sheet-content-bg2{
	right: 0;
	position: absolute;
	bottom: 6px;
	width: 200px;
}
.sheet-content-bg3{
	right: 10px;
	position: absolute;
	bottom: 50%;
	width: 30px;
	transform: translateY(50%);
}
.sheet-content-1{
	color:#fff;
	position: absolute;
	left: 10%;
	top: 16%;
	font-size: 32px;
}
.sub1-download-card {
	width: 100%;
	margin: auto;
	height: 80px;
	background-color: #f5f5f5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	box-sizing: border-box;
}
.sub1-download-card.sub1-disabled {
	opacity: 0.7;
}
.sub1-icon {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	margin-right: 16px;
}
.sub1-content {
	flex: 1;
}
.sub1-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
}
.sub1-subtitle {
	font-size: 14px;
	color: #888;
}
.sub1-btn-download {
	width: 100px;
	height: 32px;
	border-radius: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
}
.sub1-btn-download.sub1-active {
	background: linear-gradient(to bottom right, #58b8ff, #2196f3);
}
.sub1-btn-download.sub1-inactive {
	background: linear-gradient(to bottom right, #aaaaaa, #666666);
	cursor: default;
}
.teach1-header-tip {
	background: #ffffff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	width: 100%;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}
.teach1-notch {
	width: 100px;
	height: 6px;
	background-color: #ddd;
	border-radius: 3px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 5%;
}
.teach1-title {
	color: #1677ff;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 8px;
	margin-top: 24px;
}
.teach1-subtitle {
	font-size: 14px;
	color: #666;
	margin: 0;
}
.teach1-step-gallery{
	overflow: auto;
}

.common-large-btn {
	background: url("../assets/images/login/login-btn-bg-dark.svg") no-repeat center center;
	background-size: cover;
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #3a93ce;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

@keyframes sheetIn {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes sheetOut {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	to {
		transform: translateY(100%);
		opacity: 0;
	}
}

.swiper-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.swiper {
	position: relative;
}
.swiper-pagination {
	bottom: -20px !important;
	span.swiper-pagination-bullet {

		box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
		background: #fff;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin: 0 4px;
		transition: background-color 0.3s, transform 0.3s;
		border: 1px solid rgb(10, 10, 10);
		&.swiper-pagination-bullet-active {

			border: 1px solid rgb(74, 143, 255);



		}
	}
}

.custom-slide-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.sheet-mask {
	position: fixed;
	z-index: 1000;
	left: 0; top: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.5);
	transition: opacity 0.2s;
}
.sheet-mask.hidden {
	display: none;
}
