@charset "utf-8";

body {
	font-family: "microsoft yahei";
}

/*banner*/
.bap-banner-box {
	color: #000;
	width: 100%;
	height: 366px;
	background: url("../image/bap_sky_erp/bapyun_bg.png") center no-repeat;
	background-size: auto 100%;
}

.bap-banner-box .banner-big-title {
	width: 280px;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 30px;
	margin-top: 120px;
	border-bottom: 1px solid #666;
}

.bap-banner-box .banner-middle-title {
	width: 100%;
	line-height: 65px;
	font-size: 45px;
	margin-top: 16px;
	/*font-family: "幼圆";*/
}

@media (max-width: 1200px) {
	.bap-banner-box {
		height: 300px;
	}

	.bap-banner-box .banner-big-title {
		font-size: 16px;
		margin-top: 90px;
		width: 290px;
		border-bottom: 1px solid #333;
	}

	.bap-banner-box .banner-middle-title {
		font-size: 26px;
		margin-top: 12px;
	}
}

@media (max-width: 992px) {
	.bap-banner-box {
		height: 250px;
	}

	.bap-banner-box .banner-big-title {
		font-size: 14px;
		margin-top: 70px;
		width: 260px;
		border-bottom: 1px solid #333;
	}

	.bap-banner-box .banner-middle-title {
		font-size: 22px;
		margin-top: 8px;
		line-height: 30px;
	}
}

@media (max-width: 460px) {
	.bap-banner-box {
		height: 184px;
	}

	.bap-banner-box .banner-big-title {
		font-size: 13px;
		margin-top: 46px;
	}

	.bap-banner-box .banner-middle-title {
		font-size: 16px;
		margin-top: 0px;
		line-height: 20px;
	}
}

/*按钮样式*/
.bap-btn-style-one {
	margin: 40px auto;
	cursor: pointer;
	width: 100px;
	height: 40px;
	border: #1e90ff solid 1px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 0px;
	background: #1381e7;
}

.bap-btn-style-one a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
}

.bap-btn-style-one:hover {
	background: #1586f4;
	color: #fff;
	border: #1586f4 solid 1px;
}

.bap-btn-style-one:hover a {
	color: #fff;
}

/* 中间 */
.step {
	display: flex;
	padding: 0 9%;
}

.step-data {
	width: 320px;
	margin: 100px auto;
	background: #91bdff;
	color: #fff;
	border: 4px solid #d6e7ff;
	border-radius: 50px;
	padding-left: 30px;
	line-height: 60px;
	font-size: 30px;
	cursor: pointer;
}

.step-3 {
	width: 388px;
	padding-left: 25px;
	padding-right: 25px;
}

.step-data>img {
	padding-right: 20px;
}

.step-3>img {
	padding-right: 17px;
}

.line {
	width: 42px;
	height: 3px;
	background: #91bdff;
	margin: auto 2px;
}

.detail,
.install,
.initialize {
	padding-left: 17%;
	border: 1px solid #cecece;
	margin-bottom: 50px;
}

.detail-second-title {
	color: #333;
	font-size: 24px;
	margin: 50px 0;
}

.install-second-title {
	color: #000;
	font-size: 40px;
	margin: 75px 0 42px 0;
}

.form-group label {
	color: #666;
}

.form-group .form-label>b {
	color: #118ae9;
	padding: 0 3px;
	font-weight: 700;
}

.form-group .form-label>span {
	color: #999;
	padding: 0 3px;
	font-size: 12px;
	font-weight: 100;
}

#phone {
	width: 50px;
}

#channelType {
	height: 45px;
	line-height: 45px;
}

.ChannelSummary {
	display: none;
}

/* 表单样式 */
.install,
.initialize {
	display: none;
	padding-bottom: 50px;
}

.install ul,
.initialize ul {
	padding-left: 20px;
}

.install ul li,
.initialize ul li {
	font-size: 24px;
	list-style: disc;
	color: #3385ff;
	margin-bottom: 25px;
}

.install-content>span {
	color: #999;
	font-weight: 100;
}

.install>p:last-child {
	margin-top: 48px;
	font-size: 24px;
	color: #3385ff;
}

.install>p a:hover {
	text-decoration: none;
	color: #3385ff;
}

.panel-lite {
	width: 80%;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.tips a {
	color: #3385ff;
}

@media (min-width: 350px) {
	.step {
		display: none;
	}

	.min-step>.steps {
		display: flex;
		margin: 20px 5px 5px 5px;
	}

	.min-step>.steps>section p {
		text-align: center;
		font-size: 12px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.min-step>.steps .step-data {
		width: 95px;
		margin: 0 0 10px 0;
		background: #91bdff;
		color: #fff;
		border: 2px solid #d6e7ff;
		border-radius: 30px;
		padding-left: 0px;
		height: 50px;
		line-height: 40px;
		font-size: 14px;
		cursor: pointer;
		text-align: center;
	}

	.line {
		width: 16px;
		height: 3px;
		background: #91bdff;
		margin: auto 4px;
		margin-top: 26px;
	}

	.min-step>.steps .step-data img {
		width: 70%;
	}

	.min-step>.steps .step-data-active {
		background: #3385ff;
	}

	.detail,
	.install,
	.initialize {
		padding-left: 3%;
	}

	.detail-second-title {
		font-size: 18px;
		margin: 30px 0;
	}

	/* 安装软件 */
	.install-second-title {
		color: #000;
		font-size: 24px;
		margin: 30px 0 24px 0;
	}

	.install ul li,
	.initialize ul li {
		font-size: 20px;
		list-style: disc;
		color: #3385ff;
		margin-bottom: 15px;
	}

	.install>p:last-child {
		margin-top: 20px;
		font-size: 20px;
		color: #3385ff;
	}

	/* 	.detail-second-title {font-size: 20px;}
	.step {padding: 0;}
	.step img {display: none;}
	.step-data {width: 100px;margin:20px 5px;background: #91bdff;color: #fff;border: 4px solid #d6e7ff;border-radius: 50px;padding-left: 0px;height:50px;line-height: 40px;font-size: 14px;cursor: pointer;text-align: center;}
	.line {width: 16px;height: 3px;background: #91bdff;margin: auto 0;}
	.detail, .install, .initialize {padding-left: 20px;}
	.panel-lite {width: 95%;} */
}

@media (min-width: 768px) {
	.step {
		display: flex;
		padding: 0 ;
	}
	.min-step {display: none;}
	.step-data {
		width: 320px;
		margin: 100px auto;
		background: #91bdff;
		color: #fff;
		border: 4px solid #d6e7ff;
		border-radius: 50px;
		padding-left: 30px;
		line-height: 60px;
		font-size: 12px;
		cursor: pointer;
	}
	.step-3 {
	    width: 388px;
	    padding-left: 25px;
		padding-right: 0;
	}
	.line {
		width: 42px;
		height: 3px;
		background: #91bdff;
		margin: auto;
	}
}
@media (min-width: 996px) {
	.step {
		display: flex;
		padding: 0 9%;
	}
	.min-step {display: none;}
	.step-data {
		width: 320px;
		margin: 100px auto;
		background: #91bdff;
		color: #fff;
		border: 4px solid #d6e7ff;
		border-radius: 50px;
		padding-left: 30px;
		line-height: 60px;
		font-size: 12px;
		cursor: pointer;
	}
	
	.line {
		width: 42px;
		height: 3px;
		background: #91bdff;
		margin: auto;
	}
}
@media (min-width: 1200px) {
	.step {
		display: flex;
		padding: 0 9%;
	}
	
	.step-data {
		width: 320px;
		margin: 100px auto;
		background: #91bdff;
		color: #fff;
		border: 4px solid #d6e7ff;
		border-radius: 50px;
		padding-left: 30px;
		line-height: 60px;
		font-size: 30px;
		cursor: pointer;
	}
	
	.step-3 {
		width: 388px;
		padding-left: 25px;
		padding-right: 25px;
	}
	

	.min-step {
		display: none;
	}


	.detail,
	.install,
	.initialize {
		padding-left: 17%;
	}

	.detail-second-title {
		font-size: 24px;
		margin: 50px 0;
	}

	.install-second-title {
		color: #000;
		font-size: 40px;
		margin: 75px 0 42px 0;
	}

	.install>p:last-child {
		margin-top: 48px;
		font-size: 24px;
		color: #3385ff;
	}

	.install ul li,
	.initialize ul li {
		font-size: 24px;
		list-style: disc;
		color: #3385ff;
		margin-bottom: 25px;
	}

	.line {
		width: 42px;
		height: 3px;
		background: #91bdff;
		margin: auto;
	}
}

.step-data-active {
	background: #3385ff;
}

.form-group {
	position: relative;
	font-size: 15px;
	color: #666;
}

.form-group+.form-group {
	margin-top: 30px;
}

.form-group .form-label {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form-group .form-control {
	width: 100%;
	position: relative;
	z-index: 3;
	height: 35px;
	background: none;
	border: none;
	padding: 5px 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid #777;
}

.form-group .form-control:invalid {
	outline: none;
}

.form-group .form-control:focus,
.form-group .form-control:valid {
	outline: none;
}

.form-group .form-control:focus+.form-label,
.form-group .form-control:valid+.form-label {
	font-size: 15px;
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

/* input样式 */
.form-control {
	box-shadow: none;
	border-radius: 0 !important;
}

.form-control:focus {
	border-color: none !important;
	box-shadow: none !important;
}

.loaderBack {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
}

/* loading */
.loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	width: 280px;
	height: 15px;
	margin: 0 auto;
	margin-top: 100px;
	display: none;
}

.loading span {
	display: inline-block;
	width: 15px;
	height: 100%;
	margin-right: 5px;
	border-radius: 50%;
	background: #1381e7;
	-webkit-animation: load 1.04s ease infinite;
}

.loading span:last-child {
	margin-right: 0px;
}

@-webkit-keyframes load {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.3);
	}

	100% {
		opacity: 0.2;
		-webkit-transform: scale(.3);
	}
}

.loading span:nth-child(1) {
	-webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
	-webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
	-webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
	-webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
	-webkit-animation-delay: 0.65s;
}

.loading p {
	color: #999;
}
