@charset "utf-8";

.banner {
	background: url(../img/banner-index-bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center !important;
	color: #fff;
}

.banner h1 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.banner .description {
	font-size: 18px;
	margin-top: 30px !important;
}

.download-box {
	background: rgba(255, 255, 255, .1);
	width: 70%;
	margin: 50px auto 0 auto;
	padding: 30px;
}


.btn {
	background-color: #f87206;
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 30px;
}

.btn:hover {
	background-color: #ff5e17;
	color: #fff
}

.btn.btn-sm {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 500;
}

.btn.btn-md {
	padding: 10px 20px;
	font-size: 18px;
}

.btn.btn-big {
	padding: 12px 25px;
	font-size: 22px;
}

.btn.white-btn {
	background-color: #fff;
	color: #000;
}

.btn.white-btn:hover {
	background-color: #cdf8ff;
	color: #000;
}

.download-box .item {
	margin: 0 15px;
}

.download-box p {
	margin-bottom: 2px;
}

.floor-average {
	margin-bottom: 30px;
}

.gray-bg {
	background-color: #f3f8ff;
}

.table {
	width: 100%;
	background-color: #fff;
}

.table tr td,
.table tr th {
	padding: 18px 30px;
	vertical-align: top;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}

.table-border {
	border: 1px solid #dfdfdf;
}

.table tr:nth-child(even) {
	background-color: #f8f8f8;
}

.table-center tr td,
.table-center tr th {
	text-align: center;
}

.table-icon-img img {
	width: 30px;
}

.box-bga-linear {
	background: linear-gradient(to bottom, #0174e9, #0282ff)
}

.color-f-white {
	color: #fff;
}

.why-box ul {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	list-style: none;
}

.why-box ul li {
	margin-bottom: 24px;
	position: relative;
	padding-left: 45px;
}

.why-box ul li span {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
}

.why-box ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 35px;
	height: 35px;
	display: block;
	background: url(../img/icon/white-right.png) no-repeat;
	background-size: contain;
}

.web-video .item {
	margin: 15px 12px;
}

.step-info>div,
.function-box>div {
	text-align: center;
}

.step-info .tit {
	font-size: 21px;
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.function-box>div {
	margin-bottom: 30px;
}

.function-box .img img {
	width: 90px;
	height: auto;
}

.function-box .tit {
	margin: 15px 0;
	font-size: 21px;
	margin-top: 20px;
	font-weight: 600;
}

.download-bottom .img img {
	width: 100px;
	height: auto;
}

.download-bottom .text {
	font-size: 20px;
}

.bottom-item .item {
	margin-left: 15px;
}