/*
 	板块居中、限宽、样式
 * */
.section {
	margin: 0 auto;
	width: 1200px;
}
.title-bottom {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #e8e8e8;
}

/* 
	颜色
 * */
.color-deepdark {
	color: #181C29;
}
.color-dark {
	color: #4D5260;
}
.color-gray {
	color: #828897;
}
.color-danger {
	color: #3A62C8;
}
.color-deepinfo {
	color: #FF6521;
}
.color-info {
	color: #FF6B22;
}
.bg-f6f7f9 {
	background: #f6f7f9;
}
/*
 	图标
 * */
 
/*.icon-name {
	w
	h
	background: url() no-repeat center;
}*/
/*.icon-name {
	w
	h
	background: url() no-repeat center;
}*/

/* 
	首页
 * */
.main-title {
	padding: 50px 0 30px;
	height: 36px;
	line-height: 36px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #181c29;
}
.banner {
	height: 380px;
	background: url(../img/banner.png) no-repeat center;
	overflow: hidden;
}
.banner h2 {
	margin-top: 80px;
	height: 48px;
	line-height: 48px;
	font-size: 40px;
	font-weight: 600;
	color: #181c29;
}
.banner .item {
	margin-top: 40px;
	margin-right: 70px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #4d5260;
}
.banner .item i {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 11px;
	width: 16px;
	height: 16px;
	background: url(../img/ico1.png) no-repeat left center;
}
.banner .btn {
	width: 115px;
	float: right;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #ff6521;
	-webkit-border-radius:  0 5px 5px 0;
	-moz-border-radius:  0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.banner .qian_btn{
	margin-top: 60px;
}
.banner .qian{
	width: 118px;
	text-align: center;
	float: left;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #ff6521;
	line-height: 42px;
	background-color: #fff;
	border: 1px solid #ff6521;
	border-right: 0;
	-webkit-border-radius:  5px 0 0 5px;
	-moz-border-radius:  5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#server {
	background: url(../img/server.png) no-repeat center top;
}
#server .desc-wrap {
	margin: 0 auto;
	width: 1200px;
	height: 270px;
	background: #f6f7f9;
	backdrop-filter: blur(10px);
}
#server .desc-wrap p {
	padding: 60px 40px 40px;
	line-height: 26px;
	font-size: 16px;
	color: #4d5260;
	text-indent: 2em;
}
#server .btn {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #3A62C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#server .item {
	float: left;
	margin: 75px 172px 75px 0;
	width: 170px;
}
#server .item img {
	display: block;
	margin: 0 auto;
	width: 54px;
	height: 54px;
}
#server .item em {
	display: block;
	margin-top: 15px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #4d5260;
	text-align: center;
}
#cailiao {
	padding-bottom: 60px;
	background: url(../img/cailiao.png) no-repeat center top;
}
#cailiao .cailiao {
	float: left;
	width: 580px;
	height: 444px;
	background-color: #fff;
	background-image: url(../img/c2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#cailiao .cailiao h4 {
	height: 110px;
	line-height: 110px;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
#cailiao .cailiao.c2 {
	float: right;
	background-image: url(../img/c1.png);
}
#cailiao .cailiao .item {
	margin: 0 auto 15px;
	width: 492px;
	height: 88px;
	line-height: 88px;
	font-size: 18px;
	color: #181c29;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
}
#cailiao .cailiao .item em {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
#progress {
	position: relative;
	height: 420px;
	background: url(../img/progress.png) no-repeat center top;
	background-size: 1920px 476px;
}
#progress::after {
	content: "";
	position: absolute;
	top: 188px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.2);
}
#progress .main-title {
	color: #fff;
}
#progress .progress-item {
	float: left;
	position: relative;
	margin-top: 30px;
	margin-right: 196px;
	width: 150px;
	height: 170px;
}
#progress .progress-item::after {
	content: "";
	position: absolute;
	right: -104px;
	top: 38px;
	width: 6px;
	height: 10px;
	background: url(../img/ico2.png) no-repeat center;
	background-size: 6px 10px;
}
#progress .progress-item:last-of-type {
	margin-right: 0;
}
#progress .progress-item:last-of-type::after {
	display: none;
}
#progress .progress-item h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
#progress .progress-item .dot {
	margin: 10px auto;
	padding: 2px;
	position: relative;
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
#progress .progress-item .dot i {
	display: block;
	width: 8px;
	height: 8px;
	background: #3A62C8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#progress .progress-item .inner {
	margin-top: 20px;
	padding-top: 12px;
	position: relative;
	padding: 30px;
	width: 150px;
	height: 80px;
	background: #000;
	opacity: .5;
}
#progress .progress-item .inner::before {
	content: "";
	position: absolute;
	left: 68px;
	top: -7px;
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	background: #000;
}
#progress .progress-item .inner h4 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}
#progress .progress-item .inner p {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}
#step .item {
	padding: 40px 36px;
	width: 515px;
	height: 84px;
	background: #f6f7f9;
}
#step .item h4 {
	float: left;
	width: 82px;
	height: 82px;
	line-height: 82px;
	font-size: 44px;
	color: #3A62C8;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
}
#step .item p {
	float: left;
	padding-left: 44px;
	width: 385px;
	height: 82px;
	line-height: 82px;
	font-size: 24px;
	color: #4d5260;
	background: #fff;
	border: 1px solid #eee;
}
#step .btn {
	margin: 35px auto 90px;
	display: block;
	width: 160px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #3A62C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.plant {
	height: 90px;
	line-height: 90px;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: url(../img/plant.png) no-repeat center;
}

/* main */
#app {
	margin-top: 30px;
	padding-bottom: 60px;
}
#app .unit {
	margin-bottom: 20px;
	padding: 0 30px;
	background: #fff;
	overflow: hidden;
}
.unit .step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	padding: 30px 0;
}
.unit .step .item {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 290px;
	height: 44px;
	background: url(../img/step0.png) no-repeat 0 0;
}
.unit .step .item.active {
	width: 270px;
	height: 44px;
	background: url(../img/step1.png) no-repeat 0 0;
}
.unit .step .item:last-of-type {
	width: 270px;
}
.unit .step .item:last-of-type.active {
	background: url(../img/step2.png) no-repeat 0 0;
}
.unit .step .item em {
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-style: italic;
}
.unit .step .item span {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.unit .tips {
	margin-bottom: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 600;
	text-indent: 15px;
	color: #fc8908;
	background: rgba(252,137,8,0.10);
}
.title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	padding: 20px 0;
}
.title-wrap h2 {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	font-weight: 600;
	color: #181c29;
}
.title-wrap h2 em {
	margin-left: 5px;
	font-size: 16px;
	color: #828897;
	font-weight: 600;
}
.unit-form-wrap {
	padding-bottom: 30px;
}
.unit-form-wrap .unit-form {
	display: flex;
	align-items: flex-start;
	
	margin-bottom: 20px;
}
.unit-form-wrap .unit-form .label {
	margin-right: 20px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #4d5260;
	font-weight: 600;
	text-align: right;
}
.unit-form-wrap .unit-form .content {
	display: flex;
	align-items: flex-start;
}
.unit-form-wrap .unit-form .content .type-nav {
	margin: 3px 10px 3px 0;
	width: 120px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #4d5260;
	font-weight: 600;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	user-select: none;
}
.unit-form-wrap .unit-form .content .type-nav.active {
	color: #3A62C8;
	border: 1px solid #3A62C8;
	background: url(../img/ico3.png) no-repeat 0 0;
}
.unit .upload {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	margin-right: 24px;
	width: 94px;
	height: 94px;
	background: #f6f7f9;
	border: 1px dashed #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	user-select: none;
}
.unit .upload i {
	width: 21px;
	height: 21px;
	background: url(../img/ico-img.png) no-repeat center;
}
.unit .upload span {
	margin-top: 10px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #828897;
}
.unit .upload:active span {
	color: #000;
}
.unit .content .desc {
	width: 170px;
	line-height: 20px;
	font-size: 12px;
	color: #828897;
	font-weight: 600;
}
.unit .btn-wrap {
	display: flex;
	justify-content: flex-end;
	padding: 30px;
}
.unit .btn-wrap .btn {
	margin-left: 30px;
	width: 170px;
	height: 44px;
}
.ivu-icon-ios-trash-outline:before,
.ivu-icon-ios-eye-outline:before {
	display: none;
	content: '';
}
.ivu-icon-ios-trash-outline {
	width: 20px;
	height: 24px;
	background: url(../img/delect.png) no-repeat center;
	background-size: 20px;
}
.ivu-icon-ios-eye-outline {
	width: 20px;
	height: 24px;
	background: url(../img/view.png) no-repeat center;
	background-size: 20px;
}