@charset "utf-8";

/* CSS Document */
/*轮播*/

.title-line {
	height: 4px;
	width: 32px;
	background: #d59961;
	border-radius: 10000px;
	margin-bottom: 8px;
}

.title {
	font-size: 28px;
	margin-bottom: 8px;
}

.desc {
	font-size: 24px;
}

.left-part {
	color: #ffffff;
}

.txt-box {
	margin-left: 10px;
}

.btn {
	border-radius: 4px;
	box-shadow: 0px 6px 20px 0px rgba(13, 55, 140, 0.25);
	width: 305px;
	height: 80px;
	font-size: 28px;
	margin-bottom: 32px;
}

.ios {
	background: #000000;
	color: white;

}

.android {
	background: #a5c845;
	color: white;
}

.btn-ico {
	margin-left: 4px;
}

a {
	color: initial !important;
}

.bottom {
	position: fixed;
	bottom: 10px;
}