.container-fixed{
	overflow: hidden;
}
#main_content {
	overflow: hidden;
	padding: 0rem 4rem 0;
	background: #ffffff;
}


/*头部*/

.nav_header {
	padding: 2.4rem 3rem;
	padding-bottom:4.4rem;
}

.nav_dpage_logo {
	line-height: normal;
	overflow: hidden;
	margin-bottom: 1.2rem;
}

.nav_dpage_logo img {
	width: 11.2rem;
	height: 11.2rem;
}

.nav_heading {
	font-size: 2.8rem;
	font-weight: bold;
	color: #202020;
	line-height: 3.2rem;
	margin-bottom: 2rem;
}

.nav_details {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.2rem;
	color: #777777;
}


/*尾部*/

.nav_footer {
	padding: 2rem 1rem;
}

.nav_footer .ft_btn_download {
	border-radius: 20px;
	width: 100%;
	display: block;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0.67rem 1rem;
	margin-bottom: 1.6rem;
	text-decoration: none;
	max-height:50px;
}

.nav_footer .ft_btn_download:last-child {
	/*margin-bottom: 0;*/
}

.nav_footer .ft_btn_download:hover {
	color: #fff;
	opacity: 0.8;
}

.nav_footer .ft_btn_title {
	font-size: 2.8rem;
	padding: 2.5rem 1rem;
	line-height: 3rem;
	color: #FFFFFF;
	font-weight: bold;
}

.nav_footer .ft_btn_download img {
	width: auto;
	height: 3.8rem;
	margin-right: 0.5rem;
}
.nav_footer .user_faq_link .one_faq_link{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.2rem;
	color: #267eca;
}
.nav_footer .user_faq_link_url{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
 -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: initial;}
.nav_footer .one_faq_link1,.nav_footer .one_faq_link3{cursor: pointer;}
.nav_footer .one_faq_link1:hover,.nav_footer .one_faq_link3:hover{opacity: 0.8;}
.nav_footer .user_faq_link .one_faq_link.one_faq_link2{padding:0 1.5rem;color:#d7dee8;}

/*轮播图*/
.height46  {
	/*height: 46rem;*/
	height: 100%;
	margin-bottom: 3rem;
	overflow: hidden;
}
.slider-height {
	/*height: 51rem;*/
	height:100%;
	display: block;
	overflow: hidden;
}

.mySwiper {
	height: 100%;
	max-height: 48rem;
	/*padding-bottom:5rem;*/
}
.mySwiper .swiper-wrapper{
	max-height: 46rem;
}
.mySwiper .swiper-slide{
	width: auto;
	max-width: 26rem;
	/*height:100%;*/
	height: calc(100% - 30px);
	max-height: 46rem;
	margin-right:2rem;
	overflow: hidden;
}
.mySwiper img {
	width: 100%;
	height: 100%;
	max-height: 46rem;
	/*object-fit: cover;*/
}
.mySwiper .swiper-scrollbar{
	background: #EBEBEB!important;
	width: 30rem;
	height:1rem!important;
	border-radius: 4px;
	margin: auto;
    left: 0;
    right: 0;
    /*top:48rem;*/
}
.mySwiper .swiper-scrollbar-drag{
	background: #267eca!important;
}
.zoomed-image-container {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgb(24 24 24 / 80%);
}

.zoomed-image-container .zoomedImage {
	max-width: 80%;
	max-height: 80%;
	margin: auto;
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	overflow: hidden;
}
.zoomed-image-container .zoomedImage .swiper-wrapper{
	text-align:center;
}
.zoomed-image-container .zoomedImage .swiper-wrapper img{
	max-width:100%!important;
	width:auto!important;
	object-fit: cover;
	/*height: auto;*/
	max-height: 100%;
    height: auto;
}
@media only screen and (min-width: 600px) {
	.nav_footer .ft_btn_title{
		font-size: 20px;
		padding: 10px 5px;
		line-height: 20px;
	}
	.nav_footer .ft_btn_download img{
		    height: 24px;
	}
	.nav_dpage_logo img{
		    width: 72px;
    	height: 72px;
	}
	.nav_heading{
		font-size:20px;
	}
	.nav_details{
		font-size:16px;
		    line-height: 16px;
	}
	.nav_footer .user_faq_link .one_faq_link{
		font-size:16px;
		line-height: 16px;
	}
}