a,
a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "iconfont";
	/* Project id 3309157 */
	src: url('https://img.wetradecn.online/website/landing_page_th/iconfont.woff2') format('woff2'),
		url('https://img.wetradecn.online/website/landing_page_th/iconfont.woff') format('woff'),
		url('https://img.wetradecn.online/website/landing_page_th/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-jiahao1:before {
	content: "\e727";
}

.icon-jianhao:before {
	content: "\e729";
}

.section-content p {
	padding-left: 25px;
}

.section-content ol {
	line-height: 23px;
	padding-left: 40px;
	list-style: decimal;
}

.panel-group {
	overflow: hidden;
	margin-top: 40px;
}

.panel-group .panel {
	background: transparent;
	text-align: left;
	border-radius: 0 !important;
	border-top: 1px solid #D6D6D6;
	padding: 30px 27px;
	margin-top: 0 !important;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333;
}

.panel-group .panel:last-child {
	border-bottom: 1px solid #D6D6D6;
}

.panel-group .panel-heading {
	border-radius: 0;
	padding: 0;
}

.panel-title p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0;
}

.panel-title p:hover,
.panel-title p:focus {
	color: #353C4E;
}

.panel-title i {
	font-size: 27px;
}

.panel-body {
	border-top: none !important;
	padding: 10px 0 0 0 !important;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #757575;
}

.main-banner>.container {
	position: relative;
	height: 100%;
}

.banner-content {
	position: absolute;
	left: 0;
	color: #fff;
	bottom: 20px;
}

.banner-title {
	font-size: 48px;
	font-weight: bold;
}

.banner-intro {
	font-size: 14px;
}

.banner-corner-text {
	font-size: 12px;
}

.banner-foot {
	margin: 30px 0 50px 0;
}

.banner-foot a {
	width: 192px;
	font-size: 18px;
	text-align: center;
}

.software-b {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.software-i {
	display: flex;
	align-items: center;
	border-radius: 9px;
	background: #F9F9F9;
	padding: 15px 0;
	border: 1px solid #E8E8E8;
	width: 273px;
	margin-right: 40px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;

}

.ios:hover .footer-contact-poptip {
	opacity: 1;
	overflow: visible;
	animation-name: fade;
	animation-duration: 0.8s;
}
.android:hover .footer-contact-poptip {
	opacity: 1;
	overflow: visible;
	animation-name: fade;
	animation-duration: 0.8s;
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

.footer-contact-poptip {
	position: absolute;
	top: 115%;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 35px rgb(0 0 0 / 20%);
	z-index: 9;
	opacity: 0;
	overflow: hidden;
}

.footer-contact-poptip img {
	width: 130px !important;
	height: 130px;
	max-width: none;
	margin: 0 !important;
}

.footer-contact-poptip::before {
	border-top-color: #ddd;
	bottom: -11px;
}

.footer-contact-poptip::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: #fff;
	top: -9px;
	left: 50%;
	margin-left: -10px;
}

.software-i:hover {
	border: 1px solid #F29220;
	background: #FFFBF7;
}

.software-i img {
	width: 46px;
	margin-right: 17px;
	margin-left: 20px;
}

.software-i>div {
	width: 100%;
}

.sw-t {
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	margin-bottom: 7px;
}

.sw-d {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.sw-manual {
	padding: 30px 27px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #E8E8E8;
}

.sw-manual:last-child {
	border-bottom: 1px solid #E8E8E8;
}

.sw-manual>span {
	color: #333333;
}

.sw-manual>a {
	color: #4A90E2;
}

.sw-b {
	padding-bottom: 70px;
}

@media (max-width: 768px) {
	.container {
		width: 100%;
	}

	.banner-content {
		bottom: 0;
		left: 20px;
	}

	.banner-foot {
		margin: 10px 0 20px 0;
	}

	.banner-title {
		font-size: 32px
	}
}
