body{
	background-image: url(../image/mobile_bgimg-2.jpg);
	background-repeat: no-repeat;  
	background-attachment: fixed;  
	background-size: cover;  
	background-position: center center; 
}
.text1{
    width: 100%;
	display: flex;
	margin-top: 6.25rem;
	flex-direction: column;
	align-items: center;
	font-family: "宋体";
	font-weight: bold;
	font-size: 3.25rem /* 100/16 */;
}
.text2{
	text-align: center;
	font-size: 1.8rem;
}
.title{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	margin: 3.25rem 0;
	border-bottom: 0;
}
.title span{
	width: 18%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #17abe3;
	border-radius: 10px;
	font-size: 2.1rem;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px #add5dd,2px 2px #add5dd,2px 2px #BAE6EF,2px 2px #BAE6EF,2px 2px #BAE6EF;
}
.but{
	width: 100%;
	height: 150px;
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	background-color: #fff;
}
.button {
	display: inline-block;
	padding: 10px;
	color: #000;
    width: 220px;
    height: 100px;
    background: url("../image/nomal-bg.9fabfc40.png");
    border-radius: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 30px;
}
.icons{
	width: 32px;
	height:32px;
}
.iosPlay button{
	width: 100%;
	height: 12.75rem /* 150/16 */;
	text-align: center;
	background-color: #6cd8ff; 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px; 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
	margin-top: 2.5rem /* 40/16 */;
	transition: all 0.3s ease; 
	background-image: none;
}
.iosPlay .btn.button:hover {
	background-color: #17abe3; 
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
}
.iosPlay .icons {
	width: 5rem /* 48/16 */;
	height: 5rem /* 48/16 */;
	vertical-align: middle; 
	margin: 0 0.375rem 0.625rem 0;;
}
.iosPlay  .btn.button a {
	font-size: 3rem /* 48/16 */; 
	font-weight: bold; 
	color: #000; 
}

.function{
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 30px 0px rgba(175, 171, 171, 0.75); 
	background: #fff;
	padding: 10px;
}
li{
	font-size: 1.6rem /* 24/16 */;
	padding: .825rem /* 10/16 */;
}
.function span{
	color: red;
}
.functionImg{
	width: 30%;
	height: 360px;
	padding:15px;
}
.functionImg img {  
	width: 100%;  
	height: 100%;  
	object-fit: contain; /* 或 "contain"，取决于你的需求 */  
}  
.functionUl{
	width: 74% ;
	display: flex;  
	align-items: center;
	flex-wrap: wrap;  
}
table {
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
}

th,td {
	border: 1px solid #17abe3;
	padding: 10px;
	text-align: center;
	font-size: 1.6rem;
}
ol{
	text-align: left;
	margin-left: 2.0rem /* 20/16 */;
}
th {
	background-color: #f8f9fa;
}

.expense{
	font-size:24px;
	letter-spacing: 2px;
	padding: 10px;
}


.text{
	font-size: 1.8rem;
	color: #17abe3;
}
.liImg{
	width:6.25rem /* 100/16 *//* 90/16 */;
	height: 6.25rem /* 90/16 */;
	padding-left: 3.75rem /* 60/16 */;
}

.container {
    width: 100%;
    text-align: center;
	box-shadow: 0 0 30px 0px rgba(175, 171, 171, 0.75); 
	background: #fff;
	margin-top: 1.25rem /* 20/16 */;
}

.header {
    padding-top: 1.25rem /* 20/16 */ ;
}

.header h1 {
    font-size: 2em;
    color: #333;
}

.image-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px; /* Space between images */
}

.image-column {
    flex: 1 1 calc(50% - 10px); /* Flex grow, shrink, and basis */
    max-width: calc(50% - 10px); /* Max width to ensure two columns */
}

.image-column img {
    width: 60%;
    height: 95%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-column {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media screen and (min-width:641px) and (max-width:980px){
	.title span{
		width: 26%;
		font-size: 2.0rem;
	}
	.functionImg{
		width: 50%;
		height: 360px;
	}
	li{
		font-size: 20px;
		padding: 20px;
	}
}

@media screen and (max-width: 640px){
	.title span{
		width: 40%;
		font-size: 1.6rem;
	}
	.text1{
		margin-top: 100px;
		font-size: 2.25rem /* 100/16 */;
	}
	.text2{
		font-size: 1.5rem;
	}
	.title{
		font-size: 1.8rem;
	}
	.function{
		display: block;
	}
	.functionImg{
		width: 100% ;
		height: 340px;
	}
	li{
		font-size: 1.0rem;
	}
	.popup{
		width: 6.875rem /* 110/16 */;
	    height: 6.875rem;
		top:92%;
	    left: 76%;
	}
	.popup span{
		font-size: 14px;
	}
}