* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a,
img,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: none;
}

li {
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.flexbox {
	display: flex;
}


/*顶部内容（页面头部）*/

.top {
	height: 45px;
	background-color: #f7f7f7;
	line-height: 45px;
}

.top-con {
	max-width: 1200px;
	margin: 0 auto;
}

.user-name {
	float: right;
}

.user-name span {
	font-size: 15px;
	color: #333333;
}

.user-name img {
	width: 24px;
	height: 24px;
	margin-top: 10px;
	margin-right: 8px;
}

.key-share {
	float: right;
	width: 93px;
	height: 25px;
	background-color: #DC4D33;
	border-radius: 3px;
	line-height: 25px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	margin-right: 25px;
	cursor: pointer;
}

.top-iphone {
	float: right;
	margin-right: 55px;
}

.top-iphone span {
	font-size: 15px;
	color: #333333;
}

.top-iphone img {
	width: 18px;
	height: 18px;
	margin-top: 14px;
	margin-right: 8px;
}

.header {
	width: 100%;
	box-shadow: 0px 10px 4px -10px rgb(0, 0, 0, 0.18);
	background-color: white;
	position: fixed;
	top: 45px;
	z-index: 999;
	transition: all .3s;
}

.header-totop {
	top: 0px;
}

.header-con {
	max-width: 1200px;
	margin: 0 auto;
	height: 74px;
}

.logo {
	float: left;
}

.logo img {
	margin-top: 16px;
}

.pc-nav {
	width: 75%;
	line-height: 74px;
	float: right;
}

.pc-nav li {
	flex: 1;
	text-align: right;
}

.pc-nav li a {
	display: inline-block;
	color: #333333;
	height: 72px;
	transition: all .3s;
}

.pc-nav li a:after {
	content: "";
	display: block;
	position: relative;
	width: 0px;
	left: 50%;
	right: 50%;
	height: 2px;
	opacity: 0;
	top: -2px;
	background-color: #DC4D33;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.pc-nav li a:hover {
	color: #DC4D33;
}

.nav-active {
	color: #DC4D33!important;
}

.nav-active:after {
	width: 64px!important;
	left: 0%!important;
	right: 0%!important;
	opacity: 1!important;
}

.pc-nav li a:hover:after {
	width: 64px;
	left: 0%;
	right: 0%;
	opacity: 1;
}


/*手机导航*/

.mobile-nav {
	float: right;
	margin-top: 21px;
	display: none;
}

.xsnav-con {
	width: 100%;
	height: 0px;
	background-color: white;
	overflow: hidden;
	margin-left: 100%;
	opacity: 0;
	transition: all .3s ease-out;
	display: none;
}

.xsnav-showcon {
	height: 256px;
	margin-left: 0%;
	opacity: 1;
}

.xsnav-con li {
	position: relative;
	line-height: 50px;
	padding: 0 15px;
	border-top: 1px solid #ececec;
	text-align: center;
}

.xsnav-con li:last-of-type {
	border-bottom: 1px solid #ececec;
}

.xsnav-con li a {
	color: #333333;
}

.xsnav-active{
	color: #DC4D33!important;
}

/*页面内容外面大div*/

.big-con {
	max-width: 1200px;
	margin: 0 auto;
	padding: 74px 15px 0;
}


/*页面底部*/

.footer {
	width: 100%;
	height: 85px;
	background-color: #dbdbdb;
	line-height: 85px;
	font-size: 15px;
	color: #000000;
	text-align: center;
}

/*返回顶部*/

.back-top{
	width: 53px;
	height: 53px;
	position: fixed;
	right: 0;
	bottom: 20%;
}

/*产品详情*/
.prointro-tilouter{
	padding: 0 15px;
	overflow: hidden;
}
.prointro-tilouter>p{
	margin-top: 110px;
	text-align: center;
	font-size:20px;
	color: #075aab;
}
.prointro-tilbottom{
	text-align: center;
	margin-top: 12px;
}
.prointro-tbcon{
	width: auto;
	display: inline-block !important;
	display: inline;
}
.prointro-tbcon>div{
	float: left;
	margin-left: 48px;
	color: #949494;
	font-size: 15px;
}
.prointro-tbcon>div:first-of-type{
	margin-left: 0
}
.prointro-tbcon>div>p{
	margin-left: 4px;
}
.bdsl a{
	text-decoration: none;
	color: #2283f0!important;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    margin: 2px 6px 6px 0!important;
}

.product-details {
	width: 100%;
	overflow: hidden;
}

.pro-intro {
	text-align: center;
	padding-top: 110px;
	background-image: url('../images/title_back.png');
	background-size: 100% 131px;
	background-repeat: no-repeat;
}

.pro-intro p {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-top: 14px;
}

.prode-title {
	width: 100%;
	height: 24px;
	margin-top: 28px;
	margin-bottom: 30px;
}

.prode-title img {
	width: 24px;
	height: 24px;
}

.prode-title p {
	line-height: 24px;
	font-size: 18px;
	color: #333333;
	margin-left: 18px;
}

.prode-title span {
	display: block;
	flex: 1;
	height: 1px;
	background-color: #ececec;
	margin-left: 16px;
	margin-top: 13px;
}

.ej-statement {
	text-align: center;
	padding: 20px 30px;
	background-color: #f1f1f1;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
}

.bde-pro {
	padding: 30px 0 20px;
}

.bd-editor img {
	max-width: 100%;
	height: auto;
}


/*开发团队*/

.pro-team {
	margin-bottom: 20px;
}

.pro-team ul {
	margin-top: -30px;
}

.pro-team li {
	float: left;
	width: calc(100% / 4 - 2%);
	height: 345px;
	margin-top: 30px;
	margin-left: 2.6%;
	transition: all .3s;
	overflow: hidden;
	cursor: pointer;
}

.pro-team li:first-of-type {
	margin-left: 0px;
}

.pro-team li>img {
	width: 100%;
	height: 100%;
}

.show-teamintor {
	height: 44px;
	background-color: #DC4D33;
	opacity: 0.78;
	padding-left: 13px;
	line-height: 44px;
	font-size: 19px;
	color: #FFFFFF;
	margin-top: -48px;
	transition: all .4s;
}

.show-teamintor span {
	font-size: 15px;
	color: #e0e0e0;
}

.hide-teamintor {
	overflow: hidden;
	height: 345px;
	background-color: #DC4D33;
	opacity: 0.78;
	padding: 0 13px;
	color: #FFFFFF;
	transition: all .4s;
}

.hide-mername {
	height: 44px;
	line-height: 44px;
	font-size: 19px;
	margin-top: 90px;
}

.hide-mername span {
	font-size: 15px;
	color: #e0e0e0;
}

.hide-merintor {
	font-size: 15px;
	color: #e0e0e0;
	margin-top: 4px;
}

.pro-team li:hover .show-teamintor {
	margin-top: 0px;
}

.pro-team li:hover .hide-teamintor {
	margin-top: -389px;
}


/*二维码打赏*/

.reward-con {
	margin-top: 48px;
	margin-bottom: 20px;
}

.reward-qr {
	width: 46%;
}

.reward-qrintor {
	margin-left: 6.5%;
}

.reward-qrintor p {
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	margin-top: 36px;
}

.reward-qrintor img {
	margin-top: 32px;
}

.zfb-qr {
	float: left;
}

.wx-qr {
	float: right;
}


/*我要点赞*/

.dianzhan-con {
	width: 128px;
	height: 128px;
	border: solid 1px #DC4D33;
	border-radius: 50%;
	margin: 85px auto 112px;
	cursor: pointer;
}

.dianzhan-con img {
	display: block;
	width: 48px;
	height: 50px;
	margin: 28px auto 0;
}

.dianzhan-con p {
	text-align: center;
	font-size: 18px;
	color: #DC4D33;
	margin-top: 12px;
}


/*更新日志*/

.myContent {
	padding: 30px 0 50px;
}

.banben {
	font-size: 20px;
	color: #333;
	line-height: 3;
}

.banben>a {
	display: inline-block;
	color: #DC4D33;
	font-size: 14px;
	margin-left: 15px;
}


/*公司简介*/

.profile-con {
	padding: 80px 0 65px;
}

.prf-img {
	float: left;
	width: 38%;
}

.prf-img img {
	width: 100%;
}

.prf-text {
	float: left;
	width: 59.5%;
	margin-left: 2.5%;
}


.ej-name {
	width: 265px;
	height: 34px;
	margin-left: 29px;
	margin-top: 7px;
}

.prf-intor {
	margin-top: 42px;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
}


/*联系我们*/

.contant-con {
	padding: 30px 0;
}

.cantant-item {
	flex: 1;
	padding: 0 25px;
	margin-left: 30px;
	height: 460px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	transition: all .3s;
}

.cantant-item:first-of-type {
	margin-left: 0;
}

.cantant-item form {
	margin-top: 15px;
	overflow: hidden;
}

.lm-ipt {
	width: 100%;
	margin-top: 25px;
}

.lm-ipt p {
	line-height: 40px;
	font-size: 15px;
	margin-top: 0px!important;
}

.lm-ipt input {
	flex: 1;
	border-radius: 3px;
	border: solid 1px #DC4D33;
	padding-left: 15px;
	line-height: 40px;
	margin-left: 5px;
}

.lm-ipt textarea {
	flex: 1;
	border-radius: 3px;
	border: solid 1px #DC4D33;
	padding-left: 15px;
	line-height: 40px;
	resize: none;
	height: 120px;
	margin-left: 5px;
	font-family: "微软雅黑";
	letter-spacing: 0px;
}

.lm-btn {
	display: block;
	width: 120px;
	height: 40px;
	border: none;
	color: white;
	font-size: 15px;
	margin: 25px auto 0;
	background-color: #DC4D33;
	border-radius: 4px;
}

.cantant-item span {
	display: block;
	font-size: 19px;
	color: #DC4D33;
	margin-top: 50px;
}

.cantant-item p {
	margin-top: 29px;
	font-size: 14px;
	color: #333333;
}

.cantant-item p:first-of-type {
	margin-top: 35px;
}

.cantant-item img {
	margin-top: 40px;
	margin-left: 10px;
}


/*法律声明*/

/* 2026 theme refresh */
.top-iphone span,
.banben > a,
.prointro-tbcon p span,
.reward-qrintor p,
.cantant-item span,
.prf-logo .ej-name {
        color: #DC4D33;
}

.prode-title span,
.pro-intro p,
.banben,
.dianzhan-con p,
.prf-intor p a,
.bd-editor a,
.myContent a {
        color: #DC4D33 !important;
}

.prode-title img,
.pro-intro img,
.fbtime img,
.djnum img,
.top-iphone img,
.user-name img,
.xsnav-btn img,
.back-top img,
.dianzhan-con img,


.prointro-tilouter,
.pro-intro,
.layui-timeline-axis {
        border-color: #DC4D33;
        color: #DC4D33 !important;
}
