body, h1,h2,h3,h4,h5,h6, hr, p, blockquote,pre, dl,dt,dd,ul,li,ol,th,td, img,form,fieldset,legend,button,select,input,textarea{margin:0; padding:0;list-style:none} 
article,aside,details,figcaption,figure,summary,hgroup,section,nav,menu,header,main,footer {display:block}
body, html{-webkit-tap-highlight-color:rgba(0,0,0,0)}
input,button,select,a{display:inline-block; box-shadow:none; outline:none; border:none}
img{max-width:100%; border:0px;} 
em,i{font-style:normal} 
a,a:hover{outline:none; text-decoration:none; color:#000; cursor:pointer;}
button,html input[type="button"] {outline:none; cursor:pointer; background:none}
*{box-sizing:border-box}

body{    
    font:14px/1.6 
    "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",
    Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif ;   
    color:#000;
    background-color:#fff;
}
header{
	width: 100%;
	padding-bottom: 60px;
	background: url(../images/header-bg.jpg) center no-repeat #1d2024;
	background-size: cover;
}
.container{
	width:100%;
	margin:0 auto;
	padding-right:20px;
	padding-left:20px;
}
.container .row {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-logo{
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.header-logo .logo img{
	height: 45px;
}
.header-menu a{margin-left: 15px;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 15px;
	background-color: rgba(255,255,255,.2);
	border-radius: 4px;
	display: inline-block;
}
.header-menu a:hover{
	background-color: rgba(255,255,255,.3);
}
.header-logo .btn{
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	background-color: #0dc596;
	border-radius: 4px;
	display: inline-block;
}
.header-logo .btn:hover{
	background-color: #0bd19f
}
.header-banner{
	width: 100%;
	padding: 50px 0;
}
.header-banner .left-text{
	color: #fff;
}
.header-banner .left-text h2{
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.4;
}
.header-banner .left-text p{
	font-size: 18px;
	line-height: 1.8;
}
.header-banner .download-items{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.header-banner .download-items h3{
	margin-bottom: 10px;
}
.header-banner .download-items a{
	height: 50px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #0dc596;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-banner .download-items a:hover{
	background-color: #0bd19f
}
.header-banner .download-items a .iconfont{
	margin-right: 5px;
	font-size: 20px;
}
.header-banner .download-items-code{
	width: 220px;
	text-align: center;
}
.header-banner .download-items-code p{
	margin-bottom: 10px;
	font-size: 14px;
}
.header-banner .download-items-code img{
	width: 170px;
}
.header-banner .right-slide .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
    height: 360px;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 75%);
}
.header-banner .right-slide .swiper-slide-active, .header-banner .right-slide .swiper-slide-duplicate-active {
    transform: scale(1);
}
.header-banner .right-slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0dc596;
}
.header-url {
	width: 100%;
	max-width: 480px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(29,29,29,.7);
	border-radius: 25px;
}
.header-url h3{
	color: #0dc596;
}
.header-url .p1{
	margin: 0 20px;
	font-size: 24px;
}
.header-url .p2 {
    color: #B0ECFF;
	cursor: pointer;
}
.floor {
    padding: 80px 0;
}
.floor .col {
	padding: 0 15px;
}
.floor h3 {
	margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}
.floor p {
    font-size: 22px;
    line-height: 1.5;
    color: rgba(255,255,255,0.6);
}
.floor1, .floor4 {
	background-color: #0DC596;
}
.floor2{
	padding: 0;
	background: #000;
}
.floor2 .container {
	padding: 80px 40px;
	background: url(../images/floor2_bg.jpg) top right no-repeat;
}
.floor2 ul{
	max-width: 700px;
	padding-top: 10px;
	color: #fff;
	list-style: disc;
}
.floor2 li{
	margin-bottom: 12px;
	color: #0dc596;
	list-style: disc;
}
.floor2 a{
	font-size: 18px;
	color: #0dc596;
}
.floor3, .floor6{
	background-color: #1d1f23;
}
.floor4{
	padding: 0;
}
.floor4 .img{
	padding-bottom: 420px;
	text-align: right;
	position: relative;
}
.floor4 .img img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.floor5 {
	padding: 0;
	background-color: #020302;
}
.floor7 {
	padding: 50px 0;
}
.floor7 .row{
	align-items: flex-start;
}
.floor7 .col:first-child {
	border-right: 1px solid #ececec;
}
.floor7 .floor7-title {
	margin-bottom: 30px;
	color: #0dc596;
    font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.floor7 .floor7-m-title {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.floor7 .floor7-m-title .iconfont{
	margin-right: 10px;
	font-size: 54px;
	color: #0dc596;
}
.floor7 .floor7-m-title h3 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #333;
}
.floor7 .floor7-m-title p{
	font-size: 14px;
	color: #333;
}
.floor7 .floor7-content {
	text-align: center;
}
footer {
    background-color: #1d2024;
    color: #fff;
    padding: 30px 0;
}
footer .copyright {
    font-size: 15px;
    text-align: center;
}
#modal{
	display: none;
}
.modal .container{
	padding: 30px 20px 20px;
}
.modal .row{
	align-items: flex-start;
}
.modal .col{
	text-align: center;
}
.modal .logo{
	width: 50%;
	max-width: 180px;
}
.modal h3 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
}
.modal p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
}
.modal .modal-btn{
	padding: 0 20px;
	line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #0dc596;
    border-radius: 4px;
}
.modal .modal-btn:hover{
	background-color: #0bd19f
}
.modal .bubble{
	text-align: left;
	background-color: #f8f8f8;
	font-size: 14px;
    line-height: 1.6;
	margin-bottom: 15px;
    padding: 15px;
    border-radius: 4px;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
	position: relative;
}
.modal .bubble:after{
	content:'';
	position:absolute;
	right:100%;
	top:10px;
	width:0;
	height:0;
	border-width:4px;
	border-style:solid;
	border-color:transparent;
	border-right-width:8px;
	border-right-color:currentColor;
	color:#f8f8f8;
}
.ios-download .layui-layer-content p {
	font-size: 15px;
	line-height: 2.2;
}
.layui-layer .layui-layer-btn {
	padding-top: 5px;
    border-top: 1px solid #F0F0F0;
}
.layui-layer .layui-layer-btn .layui-layer-btn0 {
    border-color: #0dc596;
    background-color: #0dc596;
    color: #fff;
}
.layui-layer .layui-layer-btn .layui-layer-btn0:hover {
	background-color: #0bd19f
}
.art-word {
	color: #fff;
}
.art-word h2 {
    font-size: 32px;
    margin: 30px 0;
}
.art-word span {
    font-size: 24px;
    margin: 20px 0;
	display: block;
}
.art-word p {
    font-size: 18px;
	line-height: 1.6;
}
.art-content {
	padding: 50px 0;
}
.art-content h2 {
    font-family: PingFangTC-Semibold;
    font-size: 24px;
    letter-spacing: 2.28px;
    line-height: 1.4;
}
.art-content p {
    margin: 20px 0;
    font-family: PingFangTC-Semibold;
    font-size: 15px;
    color: #474545;
    letter-spacing: 1.9px;
    line-height: 1.8;
}
.art-content p > b {
    color: #f00;
}
.art-content p > i {
    color: #999;
}
.feedback .layui-layer-content {
	padding: 20px;
}
.feedback .fb-des {
    font-size: 15px;
    line-height: 1.5;
}
.feedback .fb-item{
	margin-top: 10px;
}
.feedback .fb-text, .feedback .fb-input {
    display: block;
    width: 100%;
    padding: 0.6rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
@media (max-width: 540px){
	.header-logo .logo img{
		height: 32px;
	}
	.header-logo .btn{
		height: 32px;
		line-height: 32px;
	}
	.header-banner .left-text h2{
		font-size: 26px;
	}
	.header-banner .left-text p{
		font-size: 16px;
	}
	.header-banner .download-items-btn{
		width: 100%;
		max-width: 240px;
	}
	.header-banner .download-items a{
		font-size: 16px;
	}
	.header-banner .download-items-code{
		display: none;
	}
	.header-banner .right-slide .swiper-slide{
		height: 200px;
	}
	.header-url {
		max-width: 300px;
		padding: 20px 15px;
		text-align: center;
		height: auto;
		display: block;
		border-radius: 10px;
	}
	.header-url h3, .header-url .p1{
		margin-bottom: 5px;
	}
	.floor {
		padding: 50px 0;
	}
	.floor h3{
		margin-top: 20px;
		font-size: 25px;
		line-height: 1.4;
	}
	.floor p{
		font-size: 18px;
	}
	.floor2, .floor5{
		padding: 0;
	}
	.floor2 .container{
		padding: 50px 40px;
		background-size: 50% auto;
	}
	.floor7 .col:first-child{
		border: none;
	}
	.row-reverse{
		flex-direction:column-reverse;
	}
	.modal .col{
		width: 100%;
	}
	.modal .modal-btn{
		margin-bottom: 30px;
	}
}
@media (min-width: 540px){
	.container .col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 960px){
	.header-banner .left-text{
		margin-bottom: 40px;
		text-align: center;
	}
	.header-banner .download-items-btn{
		width: 240px;
	}
	.floor4{
		padding: 50px 0;
	}
	.floor4 .img{
		padding: 0;
	}
	.floor4 .img img{
		position: static;
	}
}
@media (min-width: 960px){
	.header-banner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-banner .left-text{
		padding-right: 20px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.header-banner .download-items-btn{
		margin-right: 10px;
		flex: 1;
	}
	.header-banner .right-slide{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}
@media (min-width: 1200px){
	.container{
		max-width:1170px;
	}
}


.download-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.dl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    font-family: "微软雅黑", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    user-select: none;
    min-width: 180px;
    transform: translateY(0);
}

.dl-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    z-index: 1;
}

.dl-btn i {
    font-size: 1.4rem;
    margin-right: 10px;
    z-index: 2;
}

.dl-btn span {
    z-index: 2;
}

/* 安卓按钮样式 */
.dl-btn.android {
    background: linear-gradient(145deg, #ff9ac8, #ff6b9d);
    color: white;
    box-shadow: 0 6px 12px rgba(255, 107, 157, 0.4);
}

.dl-btn.android:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(255, 107, 157, 0.5);
}

.dl-btn.android:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(255, 107, 157, 0.4);
}

/* iOS按钮样式 */
.dl-btn.ios {
    background: linear-gradient(145deg, #ff84c6, #f759ab);
    color: white;
    box-shadow: 0 6px 12px rgba(247, 89, 171, 0.4);
}

.dl-btn.ios:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(247, 89, 171, 0.5);
}

.dl-btn.ios:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(247, 89, 171, 0.4);
}

/* 微光效果 */
.dl-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.dl-btn:hover::after {
    opacity: 1;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

/* 响应式设计 */
@media (max-width: 480px) {
    .download-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .dl-btn {
        width: 100%;
        max-width: 280px;
    }
}

/*下载弹窗*/
        /* 弹窗样式 */
       .download-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            backdrop-filter: blur(5px); /* 背景模糊效果 */
        }
        
        .download-modal.active {
            display: flex;
            animation: modalFadeIn 0.4s cubic-bezier(0.18, 1.25, 0.6, 1.08);
        }
        
        .modal-content {
            background: linear-gradient(135deg, #fff6f7 0%, #ffeef0 100%);
            border-radius: 20px;
            width: 90%;
            max-width: 500px;
            max-height: 80vh;
            overflow-y: auto;
            box-shadow: 0 15px 40px rgba(255, 145, 175, 0.25);
            border: 1px solid #ffd6de;
            transform: scale(0.9);
            opacity: 0;
            transition: transform 0.4s ease, opacity 0.4s ease;
        }
        
        .download-modal.active .modal-content {
            transform: scale(1);
            opacity: 1;
        }
        
        .modal-header {
            padding: 25px 25px 15px;
            border-bottom: 1px solid #ffd6de;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 20px 20px 0 0;
        }
        
        .modal-header h2 {
            margin: 0;
            color: #e83e8c;
            font-size: 1.5rem;
            font-weight: 600;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        }
        
        .close-btn {
            background: none;
            border: none;
            font-size: 28px;
            cursor: pointer;
            color: #ff9eb1;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .close-btn:hover {
            color: #e83e8c;
            background-color: rgba(232, 62, 140, 0.1);
            transform: rotate(90deg);
        }
        
        .download-options {
            padding: 20px 25px;
        }
        
        .option-intro {
            text-align: center;
            color: #888;
            margin-bottom: 20px;
            font-size: 0.95rem;
        }
        
        .download-option {
            padding: 18px;
            border: 1px solid #ffd6de;
            border-radius: 12px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
            background: white;
            box-shadow: 0 4px 12px rgba(255, 158, 177, 0.15);
        }
        
        .download-option:hover {
            border-color: #ff9eb1;
            box-shadow: 0 6px 16px rgba(255, 158, 177, 0.25);
            transform: translateY(-3px);
        }
        
        .download-option h3 {
            margin: 0 0 12px 0;
            color: #e83e8c;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
        }
        
        .option-info {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }
        
        .download-option.recommended {
            border: 2px solid #ff9eb1;
            background: linear-gradient(135deg, #fff6f7 0%, #ffeaf0 100%);
            position: relative;
            overflow: hidden;
        }
        
        .download-option.recommended::before {
            content: "推荐";
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ff6b9d;
            color: white;
            font-size: 0.7rem;
            padding: 3px 8px;
            border-radius: 20px;
            font-weight: bold;
        }
        
        .download-link {
            display: inline-flex;
            padding: 12px 24px;
            background: linear-gradient(135deg, #ff9eb1 0%, #ff6b9d 100%);
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-size: 14px;
            margin-top: 5px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-weight: 500;
            box-shadow: 0 4px 12px rgba(255, 107, 157, 0.35);
            align-items: center;
        }
        
        .download-link:hover {
            box-shadow: 0 6px 16px rgba(255, 107, 157, 0.45);
            transform: translateY(-2px);
            background: linear-gradient(135deg, #ffa9bb 0%, #ff7bab 100%);
        }
        
        .download-link:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(255, 107, 157, 0.35);
        }
        
        .url-text {
            font-size: 12px;
            color: #888;
            background-color: #f8f8f8;
            padding: 10px;
            border-radius: 6px;
            overflow-x: auto;
            margin-top: 12px;
            display: none;
            border: 1px dashed #ffd6de;
        }
        
        .toggle-url {
            color: #ff9eb1;
            font-size: 12px;
            cursor: pointer;
            margin-left: 10px;
            font-weight: 500;
            transition: all 0.2s ease;
        }
        
        .toggle-url:hover {
            color: #e83e8c;
            text-decoration: underline;
        }
        
        .action-buttons {
            display: flex;
            justify-content: flex-end;
            margin-top: 20px;
        }
        
        .btn-secondary {
            display: inline-flex;
            padding: 10px 20px;
            background: transparent;
            color: #ff6b9d;
            text-decoration: none;
            border-radius: 30px;
            font-size: 14px;
            margin-right: 10px;
            transition: all 0.3s ease;
            border: 1px solid #ffd6de;
            cursor: pointer;
            font-weight: 500;
            align-items: center;
        }
        
        .btn-secondary:hover {
            background: rgba(255, 107, 157, 0.1);
            border-color: #ff9eb1;
        }
        
        @keyframes modalFadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        /* 响应式设计 */
        @media (max-width: 600px) {
            .modal-content {
                width: 95%;
                margin: 10px;
            }
            
            .modal-header {
                padding: 20px 20px 12px;
            }
            
            .download-options {
                padding: 15px;
            }
            
            .download-option {
                padding: 15px;
            }
        }
/*下载弹窗结束*/