body {
	background: #F6F6F6;
	font-family: PingFangSC-Regular, PingFang SC;
	height: 100%;
}

.shop-content {
	box-shadow: none;
}
@media screen and (min-width: 1024px) {
	.shop-content {
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	}
	html {
		background-color: #F6F6F6;
	}
	body {
	    background: #f6f6f6;
	}
}

.shop-content-con {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.shop-content-con-title {
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.85);
	line-height: 25px;
}


.shop-content-con-tab {
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #DDDDDD;
	font-family: PingFangSC-Medium, PingFang SC;
	width: 200px;
	height: 69px;
	padding: 18px;
	background: #F6F6F6;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	margin: 0 5px;
}

.shop-content-con-tab-active {
	color: #597EF7;
	border: 1px solid #597EF7;
}

.shop-content-detail-content {
	width: 600px;
	display: block;
	margin: 0 auto;
	padding: 0 16px
}

.shop-content-row {
	width: 100%;
	justify-content: center;
}

.shop-content-detail-item {
	min-width: 450px;
	display: flex;
	margin: 6px 0;
	height: 32px;
}

.shop-content-detail-item .left {
	/* height: 17px; */
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	display: inline-block;
	padding-right: 5px;
	min-width: 62px;
}

.shop-content-detail-item .right {
	/* height: 17px; */
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	display: inline-block;
}

#buy-numdiv {
	width: 100% !important;
}

#buy-numdiv,
#buy-numl,
#buy-num,
#buy-numr {
	height: 32px !important;
	line-height: 28px !important;
	border-radius: 4px !important;
}

#buy-num {
	width: 200px !important;
}

#buy-numl,
#buy-numr {
	width: 32px !important;
	background: #597EF7;
	color: #fff;
}

#buy-numl {
	border-radius: 4px 0px 4px 0px !important;
}

#buy-numr {
	border-radius: 0px 4px 0px 4px !important;
}

.shop-content-detail-item input::-webkit-input-placeholder {
color: #999;
}

.shop-content-detail-item input:-ms-input-placeholder { 
color: #999;
}

.shop-content-detail-item input:-moz-placeholder { 
color: #999;
}

.shop-content-detail-item input::-moz-placeholder { 
color: #999;
}

.pay-btn {
	/* margin: 0 auto; */
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	width: 136px;
	height: 32px;
	background: #597EF7;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin: 0 10px;
}

.kami-title {
	margin: 30px 30px 0px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	line-height: 25px;
}

.kami-order-info {
	width: 100%;
	overflow-wrap: break-word;
	overflow: auto;
	border: 1px solid #ccc;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	/* margin: 30px; */
	height: 442px;
}

.kami-content-left {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	-webkit-box-flex: 0;
	padding: 30px 15px 30px 30px;
}

.kami-content-right {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	-webkit-box-flex: 0;
	padding: 30px 30px 30px 15px;
}

.kami-info {
	width: 100%;
	overflow-wrap: break-word;
	overflow: auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	/* margin: 30px; */
	height: 400px;
	position: relative;
}

.kami-info-left {
	width: 70px;
	display: inline-block;
	color: #919ca7;
	text-align: right;
}
.btn-info {
	display: flex;
	flex-direction: row;
}
.kami-btn {
	margin-top: -3px;
	width: 100%;
	height: 42px;
	line-height: 43px;
	background: #597EF7;
	border: none;
	border-radius: 0px 0px 0px 0px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #FFFFFF;
	float: left;
	display: flex;
	border: 1px solid #597EF7;
	justify-content: center;
	align-items: center;
}
.kami-btn-nobg {
	background: none;
	color: #597EF7;
}

.kami-info-notice {
	width: 100%;
	line-height: 25px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0px;
	padding: 10px;
	color: #9c9c9c;
	font-weight: 600;
}

.mx-auto {
	margin: 50px 30px 0px 30px;
}

.mb-1 {
	margin-bottom: 0.6rem !important;
}

.mb-1 label,
.mb-1 span {
	font-weight: 600;
	font-size: 16px;
}

.mb-1 label {
	color: #919ca7;
	display: inline-block;
	margin-bottom: 0.5rem;
	width: 85px;
}

.mb-1 span {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.form-group{
	font-size: 14px;
}

/* 提醒 */
.ant-alert {
	font-family: PingFangSC, PingFang SC;
	box-sizing: border-box;
	margin: 0;
	color: rgba(0,0,0,.65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	font-feature-settings: "tnum";
	position: relative;
	padding: 10px 12px 6px 34px;
	word-wrap: break-word;
	border-radius: 4px
}

.ant-alert.ant-alert-no-icon {
	padding: 8px 15px
}

.ant-alert.ant-alert-closable {
	padding-right: 30px
}

.ant-alert-icon {
	position: absolute;
	top: 11.5px;
	left: 16px
}

.ant-alert-description {
	display: none;
	font-size: 14px;
	line-height: 22px
}

.ant-alert-success {
	background-color: #f6ffed;
	border: 1px solid #b7eb8f
}

.ant-alert-success .ant-alert-icon {
	color: #52c41a
}

.ant-alert-info {
	background: #F4F7FF;
	border: 1px solid #C9DCFF;
}

.ant-alert-info .ant-alert-icon {
	color: #1890ff
}

.ant-alert-warning {
	background-color: #fffbe6;
	border: 1px solid #ffe58f
}

.ant-alert-warning .ant-alert-icon {
	color: #faad14
}

.ant-alert-error {
	background-color: #fff1f0;
	border: 1px solid #ffa39e
}

.ant-alert-error .ant-alert-icon {
	color: #f5222d
}

.ant-alert-close-icon {
	position: absolute;
	top: 8px;
	right: 16px;
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer
}

.ant-alert-close-icon .anticon-close {
	color: rgba(0,0,0,.45);
	transition: color .3s
}

.ant-alert-close-icon .anticon-close:hover {
	color: rgba(0,0,0,.75)
}

.ant-alert-close-text {
	color: rgba(0,0,0,.45);
	transition: color .3s
}

.ant-alert-close-text:hover {
	color: rgba(0,0,0,.75)
}

.ant-alert-with-description {
	position: relative;
	padding: 9px 12px 6px 28px;
	color: rgba(0,0,0,.65);
	line-height: 1.5;
	border-radius: 4px
}

.ant-alert-with-description.ant-alert-no-icon {
	padding: 15px
}

.ant-alert-with-description .ant-alert-icon {
	position: absolute;
	top: 11px;
	left: 10px;
	font-size: 12px
}

.ant-alert-with-description .ant-alert-close-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 14px;
	cursor: pointer
}

.ant-alert-with-description .ant-alert-message {
	display: block;
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 12px;
	color: #597EF7;
}

.ant-alert-message {
	color: rgba(0,0,0,.85)
}

.ant-alert-with-description .ant-alert-description {
	display: block
}

.ant-alert.ant-alert-closing {
	height: 0!important;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	transform-origin: 50% 0;
	transition: all .3s cubic-bezier(.78,.14,.15,.86)
}

.ant-alert-slide-up-leave {
	-webkit-animation: antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);
	animation: antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ant-alert-banner {
	margin-bottom: 0;
	border: 0;
	border-radius: 0
}

.ant-layout, .ant-layout * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order-error-content{
	padding: 50px 0;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	border-radius: 30px;
}

.order-error-content-title{
	padding: 15px 0;
	width: 100%;
	color: #333;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
}

.order-error-content-desc{
	padding: 0px 0;
	width: 100%;
	color: #acacac;
	margin: 0 auto;
	font-size: 16px;
}
@media screen and (max-width: 800px) {

	.kami-content-left {
		flex: revert;
		padding: 20px;
	}

	.kami-content-right {
		flex: revert;
		padding: 20px;
		width: 100%;
	}
            .shop-content-detail-content {
            	width: 100%;
            	display: block;
            	margin: 0 auto;
            	padding: 0 16px
            }
			
			.order-error-content{
				width: 100%;
			}
        }




.ant-steps {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,.65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	font-feature-settings: "tnum";
	display: flex;
	width: 606px;
	font-size: 0;
}

.ant-steps-item {
	position: relative;
	display: inline-block;
	flex: 1;
	overflow: hidden;
	vertical-align: top
}

.ant-steps-item-container {
	outline: none
}

.ant-steps-item:last-child {
	flex: none
}

.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail {
	display: none
}

.ant-steps-item-content,.ant-steps-item-icon {
	display: inline-block;
	vertical-align: top
}

.ant-steps-item-icon {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	font-size: 14px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	line-height: 24px;
	text-align: center;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 24px;
	transition: background-color .3s,border-color .3s
}

.ant-steps-item-icon>.ant-steps-icon {
	position: relative;
	top: -1px;
	color: #597EF7;
	line-height: 1
}

.ant-steps-item-tail {
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	padding: 0 10px
}

.ant-steps-item-tail:after {
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	border-radius: 1px;
	transition: background .3s;
	content: ""
}

.ant-steps-item-title {
	position: relative;
	display: inline-block;
	padding-right: 16px;
	color: rgba(0,0,0,.65);
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	line-height: 32px
}

.ant-steps-item-title:after {
	position: absolute;
	top: 16px;
	left: 100%;
	display: block;
	width: 9999px;
	height: 1px;
	background: #e8e8e8;
	content: ""
}

.ant-steps-item-subtitle {
	display: inline;
	margin-left: 8px;
	font-weight: 400
}

.ant-steps-item-description,.ant-steps-item-subtitle {
	color: rgba(0,0,0,.45);
	font-size: 14px
}

.ant-steps-item-wait .ant-steps-item-icon {
	background-color: #fff;
	border-color: rgba(0,0,0,.25)
}

.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon {
	color: rgba(0,0,0,.25)
}

.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
	background: rgba(0,0,0,.25)
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
	color: rgba(0,0,0,.45)
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
	background-color: #e8e8e8
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
	color: rgba(0,0,0,.45)
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after {
	background-color: #e8e8e8
}

.ant-steps-item-process .ant-steps-item-icon {
	background-color: #fff;
	border-color: #597EF7
}

.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
	color: #597EF7
}

.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
	background: #597EF7
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
	color: rgba(0,0,0,.85)
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
	background-color: #e8e8e8
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
	color: rgba(0,0,0,.65)
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after {
	background-color: #e8e8e8
}

.ant-steps-item-process .ant-steps-item-icon {
	background: #597EF7
}

.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
	color: #fff
}

.ant-steps-item-process .ant-steps-item-title {
	font-weight: 500
}

.ant-steps-item-finish .ant-steps-item-icon {
	background-color: #fff;
	border-color: #597EF7
}

.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon {
	color: #597EF7
}

.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
	background: #597EF7
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
	color: rgba(0,0,0,.65)
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
	background-color: #597EF7
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
	color: rgba(0,0,0,.45)
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after {
	background-color: #597EF7
}

.ant-steps-item-error .ant-steps-item-icon {
	background-color: #fff;
	border-color: #f5222d
}

.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon {
	color: #f5222d
}

.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
	background: #f5222d
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
	color: #f5222d
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
	background-color: #e8e8e8
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
	color: #f5222d
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-tail:after {
	background-color: #e8e8e8
}

.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
	background: #f5222d
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] {
	cursor: pointer
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-title {
	transition: color .3s
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title {
	color: #597EF7
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon {
	border-color: #597EF7
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon {
	color: #597EF7
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
	margin-right: 16px;
	white-space: nowrap
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
	margin-right: 0
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
	padding-right: 0
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
	display: none
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
	max-width: 140px;
	white-space: normal
}

.ant-steps-item-custom .ant-steps-item-icon {
	height: auto;
	background: none;
	border: 0
}

.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon {
	top: 0;
	left: .5px;
	width: 32px;
	height: 32px;
	font-size: 24px;
	line-height: 32px
}

.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
	color: #597EF7
}

.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
	width: auto
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
	margin-right: 12px
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
	margin-right: 0
}

.ant-steps-small .ant-steps-item-icon {
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border-radius: 24px
}

.ant-steps-small .ant-steps-item-title {
	padding-right: 12px;
	font-size: 14px;
	line-height: 24px
}

.ant-steps-small .ant-steps-item-title:after {
	top: 12px
}

.ant-steps-small .ant-steps-item-description {
	color: rgba(0,0,0,.45);
	font-size: 14px
}

.ant-steps-small .ant-steps-item-tail {
	top: 8px
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
	width: inherit;
	height: inherit;
	line-height: inherit;
	background: none;
	border: 0;
	border-radius: 0
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon {
	font-size: 24px;
	line-height: 24px;
	transform: none
}

.ant-steps-vertical {
	display: block
}

.ant-steps-vertical .ant-steps-item {
	display: block;
	overflow: visible
}

.ant-steps-vertical .ant-steps-item-icon {
	float: left;
	margin-right: 12px
}

.ant-steps-vertical .ant-steps-item-content {
	display: block;
	min-height: 48px;
	overflow: hidden
}

.ant-steps-vertical .ant-steps-item-title {
	line-height: 24px
}

.ant-steps-vertical .ant-steps-item-description {
	padding-top: 12px;
	padding-bottom: 20px;
}

.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
	position: absolute;
	top: 0;
	left: 12px;
	width: 2px;
	height: 100%;
	padding: 27px 0 6px;
}

.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after {
	width: 1px;
	height: 100%
}

.ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail {
	display: block
}

.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
	display: none
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
	position: absolute;
	top: 0;
	left: 12px;
	padding: 30px 0 6px
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
	line-height: 24px
}

@media (max-width: 480px) {
	.ant-steps-horizontal.ant-steps-label-horizontal {
		display:block
	}

	.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
		display: block;
		overflow: visible
	}

	.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
		float: left;
		margin-right: 16px
	}

	.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
		display: block;
		min-height: 48px;
		overflow: hidden
	}

	.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
		line-height: 32px
	}

	.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
		padding-bottom: 12px
	}

	.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
		position: absolute;
		top: 0;
		left: 16px;
		width: 1px;
		height: 100%;
		padding: 38px 0 6px
	}

	.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after {
		width: 1px;
		height: 100%
	}

	.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail {
		display: block
	}

	.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
		display: none
	}

	.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
		position: absolute;
		top: 0;
		left: 12px;
		padding: 30px 0 6px
	}

	.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
		line-height: 24px
	}
}

.ant-steps-label-vertical .ant-steps-item {
	overflow: visible
}

.ant-steps-label-vertical .ant-steps-item-tail {
	margin-left: 58px;
	padding: 3.5px 24px
}

.ant-steps-label-vertical .ant-steps-item-content {
	display: block;
	width: 116px;
	margin-top: 8px;
	text-align: center
}

.ant-steps-label-vertical .ant-steps-item-icon {
	display: inline-block;
	margin-left: 42px
}

.ant-steps-label-vertical .ant-steps-item-title {
	padding-right: 0
}

.ant-steps-label-vertical .ant-steps-item-title:after {
	display: none
}

.ant-steps-label-vertical .ant-steps-item-subtitle {
	display: block;
	margin-bottom: 4px;
	margin-left: 0;
	line-height: 1.5
}

.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
	margin-left: 46px
}

.ant-steps-dot .ant-steps-item-title,.ant-steps-dot.ant-steps-small .ant-steps-item-title {
	line-height: 1.5
}

.ant-steps-dot .ant-steps-item-tail,.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
	top: 2px;
	width: 100%;
	margin: 0 0 0 70px;
	padding: 0
}

.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after {
	width: calc(100% - 20px);
	height: 3px;
	margin-left: 12px
}

.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
	left: 2px
}

.ant-steps-dot .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
	width: 8px;
	height: 8px;
	margin-left: 67px;
	padding-right: 0;
	line-height: 8px;
	background: transparent;
	border: 0
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	transition: all .3s
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after {
	position: absolute;
	top: -12px;
	left: -26px;
	width: 60px;
	height: 32px;
	background: rgba(0,0,0,.001);
	content: ""
}

.ant-steps-dot .ant-steps-item-content,.ant-steps-dot.ant-steps-small .ant-steps-item-content {
	width: 140px
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
	width: 10px;
	height: 10px;
	line-height: 10px
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
	top: -1px
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
	margin-top: 8px;
	margin-left: 0
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
	top: 2px;
	left: -9px;
	margin: 0;
	padding: 22px 0 4px
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
	left: 0
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
	left: -2px
}

.ant-steps-navigation {
	padding-top: 12px
}

.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
	margin-left: -12px
}

.ant-steps-navigation .ant-steps-item {
	overflow: visible;
	text-align: center
}

.ant-steps-navigation .ant-steps-item-container {
	display: inline-block;
	height: 100%;
	margin-left: -16px;
	padding-bottom: 12px;
	text-align: left;
	transition: opacity .3s
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
	max-width: auto
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
	max-width: 100%;
	padding-right: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after {
	display: none
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button] {
	cursor: pointer
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover {
	opacity: .85
}

.ant-steps-navigation .ant-steps-item:last-child {
	flex: 1
}

.ant-steps-navigation .ant-steps-item:last-child:after {
	display: none
}

.ant-steps-navigation .ant-steps-item:after {
	position: absolute;
	top: 50%;
	left: 100%;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -14px;
	margin-left: -2px;
	border: 1px solid rgba(0,0,0,.25);
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	content: ""
}

.ant-steps-navigation .ant-steps-item:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 3px;
	background-color: #597EF7;
	transition: width .3s,left .3s;
	transition-timing-function: ease-out;
	content: ""
}

.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before {
	left: 0;
	width: 100%
}

@media (max-width: 768px) {
	.ant-steps {
		width: 100%;
	}
	.ant-steps-navigation>.ant-steps-item {
		margin-right:0!important
	}

	.ant-steps-navigation>.ant-steps-item:before {
		display: none
	}

	.ant-steps-navigation>.ant-steps-item.ant-steps-item-active:before {
		top: 0;
		right: 0;
		left: unset;
		display: block;
		width: 3px;
		height: calc(100% - 24px)
	}

	.ant-steps-navigation>.ant-steps-item:after {
		position: relative;
		top: -2px;
		left: 50%;
		display: block;
		width: 8px;
		height: 8px;
		margin-bottom: 8px;
		text-align: center;
		transform: rotate(135deg)
	}

	.ant-steps-navigation>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
		visibility: hidden
	}
}

.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
	margin-left: -16px;
	padding-left: 16px;
	background: #fff
}

.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
	margin-left: -12px;
	padding-left: 12px
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
	overflow: hidden
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot:after {
	right: -200px;
	width: 200px
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after,.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:before {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 8px;
	background: #fff;
	content: ""
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after {
	right: -10px;
	left: auto
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
	background: #ccc
}