
.step-1 .step-1-main{
	height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.step-1 .step-1-main .step-1-left{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.step-1 .title{
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	margin: 11px 0px 27px;
}
.step-1 .msg{
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	margin-bottom: 30px;
}
.step-1 .btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 50px;
	background: #156CED;
	border-radius: 2px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 22px;
	transition: all .3s; 
}
.step-1 .btn:hover{
	transform: scale(1.1);
}
.step-1 .tisp{
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	padding-left: 93px;
	
}
.step-1 .tisp a{
	font-weight: 400;
	font-size: 14px;
	color: #156CED;
	
}
.step-1 .step-1-main img{
	
	margin-left: 108px;
}
.step-1 .tab{
	background: #EEEEEE;
}
.step-1 .tab-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	
}
.step-1 .tab-box::after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	background: #D2D2D2;
}
.step-1 .tab-box span{
	width: 50%;
	height: 65px;
	line-height: 65px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #156CED;
	text-align: center;
}
.step-1 .tab-box span a{
	color: #333333;
}
.step-1 .tab-box span a:hover{
	color: #156CED;
}
.step-2{
	margin:80px 0px;
}
.step-2-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 40px 0px rgba(14,5,10,0.08);
}
.step-2-txt{
	padding-left: 60px;
}
.step-2-main img{
	width:500px ;
	height: 350px;
	margin-left: 52px;
}
.step-2-main h6{
	font-weight: 400;
	font-size: 36px;
	color: #000000;
	margin-bottom: 40px;
}
.step-2-main p{
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
.step-2-main p:not(:last-child){
	margin-bottom:30px ;
	
}


.step-3{
	padding:83px 0px 85px;
	background-size: 100% 100%;
	margin-top: 82px;
}
.step-3-wh{
	background: url('../../images/bazaar/wh/bg.png') no-repeat;
}
.step-3-gjs{
	background: url('../../images/bazaar/gjs/bg.png') no-repeat;
}
.step-3-cfd{
	background: url('../../images/bazaar/cfd/bg.png') no-repeat;
}
.step-3-ny{
	background: url('../../images/bazaar/ny/bg.png') no-repeat;
}
.step-3-main{
	display: flex;
	
	align-items: center;
}
.step-3-main img{
	width:500px ;
	height: 350px;
	margin-right: 52px;
}
.step-3-main h6{
	font-weight: 400;
	font-size: 36px;
	color: #000000;
	margin-bottom: 40px;
}
.step-3-main p{
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
.step-3-main p:not(:last-child){
	margin-bottom:30px ;
	
}

.step-4{
	margin:100px 0px 85px;
}
.step-4-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.step-4-txt{
	padding-left: 60px;
	flex: 1;
}
.step-4-main img{
	width:500px ;
	height: 350px;
}
.step-4-main h6{
	font-weight: 400;
	font-size: 36px;
	color: #000000;
	margin-bottom: 40px;
}
.step-4-main ul li{
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	margin-bottom: 8px;
	
}
.step-4-main ul li::before{
	content:'●';
	width:15px;
	height:15px;
	color: #156CED;
	margin-right: 10px;
}
