*{
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
}
.rb_content{
	margin-top: 80px;
	background: #ededed;
  padding-bottom: 40px;
}
@media (min-width:768px) {
	html,body{
		min-width: 750px;
	}
	.body_content{
	  margin: 0 auto;
		width: 100%;
	  background-color: white;
	}
	.intro__top {
	  width: 100%;
	  font-size: 0;
	  background: #fdfdfd;
	}
	.intro__img-box {
	  position: relative;
	  width: 100%;
	}
	.intro__img-box .page{
		width: 100%;
		padding-top: 20.83%;
		background-image: url('../../image/merchants_join/pc_banner.jpg');
		background-size: 100% 100%;
		background-repeat: no-repeat; 
	}

	.main_content{
	  padding: 0px;
	  margin: 0 auto;
	  margin-top: 20px;
		padding-bottom: 10%;
		width: 60%;
	  background-image: none;
	  /* position: relative; */
	}
	.main_title {
		margin-top: 60px;
	  padding-bottom: 20px;
	  font-size: 26px;
		font-weight: bold;
		color: #363636;
	  border-bottom: 2px solid #e9e9e9;
	}
	.main_item {
		margin-top: 18px;
		line-height: 32px;
	  font-size: 16px;
	  color: #666;
	}

	/* .main_titles {
	  margin-top: 5.23%;
	  margin-bottom: 12.23%;
	  font-size: 18px;
	  color: #666 !important;
	  line-height: 19px;
	} */

	.main_bottom {
		position: relative;
		margin-top: 45px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #e60012;
	}

	.main_bottom img {
		display: block;
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}
	
	/* .main_bottom{
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 22px;
		color: #e60012;
	}
	.main_bottom img{
		position: absolute;
		left: 0px;
		top: -54px;
		width: 138px;
		height: 138px;
	} */
}
@media (max-width:767px) {
	*{
		-webkit-text-size-adjust: none;
		color: #666;
	}
	.rb_content{
		margin-top: 60px;
	}
	.body_content{
	    background-color: white;
	}
	.intro__top{
		line-height: 0px;
	}
	.intro__img-box{
		position: relative;
		width: 100% !important;
		padding-top: 48%;
	}
	.intro__img-box .page{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		background-image: url('../../image/merchants_join/mobile_banner.jpg');
		background-size: 100% 100%;
		background-repeat: no-repeat; 
	}
	.intro__content{
		padding: 0px;
		margin: 0 auto;
		width: 60.34%;
		background-image: none;
	}

	.intro__text_main{
		margin: 13px 0 30px;
		margin-left: 2px;
	}
	.intro__title_second{
		border-left: none;
		padding: 2px 0px;
		margin-top: 65px;
	}

	.main_content{
		padding: 0px;
		margin: 0 auto;
		width: 83.3333%;
		background-image: none;
		position: relative;
		overflow: hidden;
	}

	.main_title{
		padding-top: 0.60rem;
		padding-bottom: 0.30rem;
		font-size: 0.38rem;
		font-weight: bold;
		color: #000000;
		border-bottom: 2px solid #e9e9e9;
		margin: 0px;
	}
	/* .main_title_2{
		padding-top: 0.444rem;
	} */
	.main_item{
		margin-top:0.4rem;
		font-size: 0.32rem;
		line-height: 0.5rem;
		color: #666;
	}
	/* .main_titles{
		margin: 0px;
		margin-top: 0.4rem;
		margin-bottom: 0.4rem;
		font-size: 0.32rem;
	} */


	.main_bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: .84rem;
		margin-bottom: 30px;
		text-align: center;
		font-size: 0.28rem;
		font-weight: bold;
		color: #e60012;
	}

	.main_bottom img {
		width: 2.59rem;
		height: 2.59rem;
	}
	/* .area_connect{
		margin-bottom: 0.4rem;
	}
	.main_bottom{
		width: 100%;
		margin-top: 0.5rem;
		margin-bottom: 0.84rem;
		font-size: 0.35rem;
		color: #e60012;
	}
	.main_bottom img{
		display: none;
	} */
}