html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  //font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
*{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
input {
  -webkit-user-select:auto;
}
body,html {
  font-family: 'Microsoft YaHei UI','ArialMT','SimSun';
  line-height: 1;
  
	background: #F5FAFF;
  font-size: 10px;
  color: #666;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
.flex-box {
	display: -webkit-flex;
	display: flex;
}
.flex-li {
	flex: 1;
}
.text-center {
	text-align: center;
}
.header {
	position: relative;
	/* height: 32rem; */
	color: rgba(250,250,250,.6);
	background: url('../img/bj1.jpg') no-repeat;
	background-position: center left;
	background-size: cover;
	padding-bottom: 2rem;
	line-height: 1.5rem;
}
.title {
	padding: 1.5rem;
	font-size: 1.2rem;
	color: #fff;
	border-bottom: 1px solid #979797;
}
.ml10 {
	margin-left: 1rem;
}
.lo {
	width: 38px;
	height: 40px;
	background: url('../img/logo.png') no-repeat;
	background-size: 100% 100%;
}
.text-right {
	text-align: right;
}
.btn {
	display: inline-block;
	width: 6.6rem;
	height: 3rem;
	margin-top: .5rem;
	text-align: center;
	line-height: 3rem;
	background: #F78C56;
	border-radius: .2rem;
}
.btn.big {
	width: 80%;
	height: 4rem;
	margin-top: 1.4rem;
	margin-bottom: 3rem;
	line-height: 4rem;
	font-size: 1.6rem;
	color: #fff;
}
.pc-title{
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.big-title {
	margin-top: 3.8rem;
	margin-bottom: 1.5rem;
	font-size: 2.8rem;
	line-height: 4rem;
	color: #fff;
}
.big-title_sub {
	margin-bottom: 3.8rem;
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #fff;
}
.fcw {
	color: #fff;
}
.box{
	position: relative;
	padding: 1.2rem;
	margin-bottom: 1rem;
	background-color: #fff;
}
.swiper-title {
	color: #666;
	font-size: 1.2rem;
}
.swiper-title>h2 {
	margin-bottom: 1rem;
	color: #333;
	font-size: 2rem;
	line-height: 2.8rem;
}
.swiper-slide {
	font-size: 1.2rem;
	padding: 1.6rem;
	color: #666;
	line-height: 1.7rem;
}
h3 {
	margin-top: .5rem;
	/* margin-bottom: 1rem; */
	color: #333;
	font-size: 1.4rem;
}
.des {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.modal {
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	background-color: rgba(0,0,0,.3);
	display: none;
}
.modal-content {
	position: fixed;
	top: 2rem;
	/* max-height: 40rem; */
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	font-size: 1.2rem;
	color: #666;
	overflow: auto;
	line-height: 3rem;
}
.modal-header {
	position: relative;
	padding: 1.5rem 1.5rem 0;
	font-size: 1.6rem;
	color: #333;
}
.close {
	position: absolute;
	left: 2rem;
	top: 2rem;
	width: 2rem;
	height: 2rem;
	background: url('../img/close.png') no-repeat;
	background-size: 100% 100%;
}
.modal-body {
	padding: 0 1.5rem;
}
.modal-body>p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #333;
	font-size: 1.4rem;
}
.modal-body>ol {
	list-style-type: disc;
	margin-left: 2rem;
}
.title.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	/* padding: 2rem; */
	
	background-color: #000;
	transition: padding ease .3s;
	/* animation: mymove 3s ease-in-out 0s 1 alternate forwards; */
}
.title .btn {
	/* color: #000; */
	/* background-color: #fff; */
}
.title.fixed .btn {
	color: #fff;
	background-color: #F78C56;
}
@keyframes mymove{
	from{opacity: 1;}
	to{opacity: 0.5;}			
}

.header-body img{
	max-width: 90%;
	width: auto;
	height: auto;
}
.header-body .ewm{
	margin-top: 1rem;
}
.header-body .ewm img{
	width: 50%;
	max-width: 300px;
}

.download{
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5rem;
}

.down-tle h3{
	font-size: 2rem;
	color: #333;
}
.down-tle p{
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}
.down-con{
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.down-con>div{
	padding: 3rem 0;
	width: 23.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
}
.down-con>div img{
	margin: 1rem 0;
	width: 40%;
}

.down-con>div a{
	background-color: #F78C56;
	color: #fff;
	border-radius: 15px;
	width: 70%;
	padding: 1rem 0;
}

.down-con1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
	color: #333;
}
.down-con1>div{
	padding: 3rem 0;
	width: 50%;
	display: flex;
	text-align: left;
}

.down-con1>div div{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.down-con1 h3{
	font-size: 18px;
}
.down-con1 p{
	margin-top: 15px;
	font-size: 12px;
	line-height: 22px;
}

@media (min-width: 1200px) {  
    .down-con {  
        max-width: 1200px;
		margin: auto;
    }
	.down-con1{
		max-width: 1200px;
		margin: auto;
	}
}

.footer-con{
	background-color: #24253a;
	padding: 1rem 0;
	font-size: 1.2rem;
	color: #fff;
}

.foot_box{
	padding: 0px 20px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: #13cac4;
	border-top: #0aafaa 1px solid;
	height: 60px;
	display: none;
	justify-content: space-between;
	align-items: center;
}
.h-60{
	height: 60px;
	display: none;
}

.foot_box div{
	width: 130px;
	line-height: 40px;
	height: 40px;
	border-radius: 22px;
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	color: #0ec5bf;
	text-align: center;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}
.foot_box img{
	height: 40px;
	width: auto;
}


@media (max-width: 769px) {  
   .down-con .phone-hide{
	   display: none;
   }
   .down-con>div{
	   width: 48%;
   }
   .down-con1>div{
	   width: 100%;
   }
   .foot_box{
	   display: flex;
   }
   .h-60{
	   display: block;
   }
}

.dl_header{
	background-color: black;
}

.dl_header img{
	height: 40px;
	width: auto;
}

.dl_con{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 5rem;
}

.dl_con .img{
	background-color: #eee;
	border-radius: 15px;
	box-shadow: 0 5 5 #eaeaea;
	height: 150px;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dl_con .img img{
	height: auto;
	width: 90px;
	margin: auto;;
}

.dl_con a{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #1E59E4;
	border-radius: 16px;
	font-size: 1.5rem;
	color: #fff;
	display: block;
	width: 80%;
	max-width: 300px;
	margin: 2rem auto;
}


.div-model{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e5e5e5;
	color: #0b0b0b;
	font-size: 16px;
	border-radius: 10px;
	z-index: 999;
	width: 80%;
	height: 120px;
	margin: auto;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 0 15px;
}

.div-model p{
	text-indent: 2em;
}

.div-model > div{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.div-model .load-tle1{
	color: #358370;
	padding: 5px 10px;
}
.div-model .load-tle2{
	background-color: #00bfb8;
	color: #fff;
	border-radius: 10px;
	padding: 5px 15px;
	display: block;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	line-height: normal;
}
.copy-message {  
    position: fixed; /* 或者 absolute，取决于你的布局 */  
    top: 200px; /* 根据需要调整 */  
    left: 0px; /* 根据需要调整 */ 
	right: 0px;
	margin: auto;
    padding: 10px;
	width: 60px;
	text-align: center;
    background-color: #333;  
    color: white;  
    border-radius: 5px; 
    display: none; /* 初始时隐藏 */  
    transition: opacity 0.5s ease; /* 平滑显示/隐藏效果 */
	z-index: 1024;
	display: none;
}  
  
.copy-message.show {  
    display: block;  
    opacity: 1;  
}