/* 重置默认边距 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body, html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

html,body{
	background-color: #FFFFFF;
	font-size: 14px;
}
.top{
	position: relative;
}
.mask{
	width: 100%;
	height: 90px;
	background: rgba(242, 86, 38, 0.8);
	position: absolute;
	left: 0;
	top: 0;
}
.navigation{
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 17px 10px;
	height: 90px;
}
.navigation .logimg{
	height: 56px;
	width: 56px;
	float: left;
	margin-right: 22px;
}
.navigation .logimg img{
	width: 100%;
	height: 100%;
}
.navigation .name{
	height: 56px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	float: left;
	line-height: 56px;
}
.navigation .menu{
	height: 56px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	width: 50%;
	float: right;
}
.navigation .menu a {
	color: #FFFFFF;
}
.navigation .menu .option{
	float: left;
	margin-left: 46px;
	margin-right: 46px;
	cursor: pointer;
}
.information{
	position: absolute;
	left: 0;
	top: 32%;
	width: 100%;
}
.information .border{
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
.information .border h2{
	height: 67px;
	font-size: 48px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 67px;
	margin-bottom: 36px;
}
.information .border p{
	font-size: 18px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	line-height: 25px;
	width: 440px;
	margin-bottom: 70px;
}
.information .border .options{
	width: 340px;
}
.information .border .android{
	width: 140px;
	height: 34px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 17px;
	font-size: 16px;
	color: rgba(25, 25, 25, 0.85);
	line-height: 34px;
	float: left;
	margin-right: 54px;
	cursor: pointer;
	padding-left: 20px;
	background-image: url(../img/Android.png);
	background-repeat: no-repeat;
	background-size: 17px 20px;
	background-position: 20px center;
}
.information .border .ios{
	width: 140px;
	height: 34px;
	text-align: center;
	border-radius: 17px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 34px;
	float: left;
	cursor: pointer;
	padding-left: 20px;
	background-image: url(../img/apple.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 25px center;
}
.lb{
	width: 100%;
}
.lb img{
	width: 100%;
}
.module{
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 110px;
	padding-bottom: 80px;
}
.module .title h3{
	text-align: center;
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #555555;
	line-height: 50px;
	margin-bottom: 21px;
}
.module .title h4{
	text-align: center;
	height: 26px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #A6A6A6;
	line-height: 26px;
}
.module .product{
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.module .product .border{
	width: 400px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 5px 4px 15px 0px rgba(211, 211, 211, 0.55);
	border-radius: 12px;
	padding-left: 53px;
	padding-right: 48px;
}
.module .product .left{
	float: left;
	padding-top: 68px;
}
.module .product .left h5{
	height: 30px;
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-bottom: 8px;
}
.module .product .left p{
	height: 26px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #A6A6A6;
	line-height: 26px;
}
.module .product .right{
	float: right;
	width: 82px;
	height: 76px;
	margin-top: 62px;
}
.module .product .right img{
	width: 100%;
	height: 100%;
}
.bottom{
	border-top:#A6A6A6 1px solid;
	text-align: center;
	width: 100%;
	padding: 20px 0;
}
.bottom .copyright,
.bottom .beian {
	font-size: 14px;
	margin: 5px 0;
	color: #666;
}
.bottom .beian a {
	color: #666;
	text-decoration: none;
}
.bottom .beian a:hover {
	color: #333;
}
/* 当屏幕最小1400时，执行下面 */
@media(max-width:1200px){
	.lb{
		width: auto;
		height: 480px;
	}
	.lb img{
		width: auto;
		height: 100%;
	}
}


.content-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.feature-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.feature-container h2 {
    color: #333;
    margin-bottom: 40px;
    font-size: 32px;
}

.features {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.feature-item {
    flex: 1;
    min-width: 250px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.feature-item h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 24px;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}

.wbk {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}