@charset "utf-8";
/* ===================招商加盟样式========================== */
/* 加盟流程 start */
.join_lc{
	padding-top: 1.4rem;
	padding-bottom: 2.5rem;
	position: relative;
}
.join_lc .pic{
	position: absolute;
	width: 99.5%;
	z-index: 1;
	left: 0.5%;
	bottom: 0;
}
.join_lc .con{
	
}
.join_lc .con .fl{
	color: black;
}
.join_lc .con .fl .tit{
	padding-left: 0.5rem;
	margin-top: 0.3rem;
}
.join_lc .con .fl .tit h3{
	font-size: 20px;
	font-family: "PINGFANG HEAVY";
}
.join_lc .con .fl .tit>p{
	margin-top: 0.12rem;
	font-size: 16px;
	font-family: "PINGFANG MEDIUM";
}
.join_lc .con .fl>p{
	font-size: 14px;
	padding-left: 0.5rem;
	background: url(../images/process_tit.png) no-repeat top;
	background-position: left top;
	background-size: auto 100%;
	margin-top: 0.4rem;
	height: 21px;
	font-weight: bold;
}
.join_lc .con .fl .des{
	padding-left: 0.5rem;
	font-size: 12px;
	line-height: 24px;
	margin-top: 0.04rem;
	font-family: "PINGFANG REGULAR";
}

.join_lc .con .fr{
	position: relative;
	z-index: 2;
	width: 62%;
}
.join_lc .con .fr ul{}
.join_lc .con .fr ul li{
	width: calc( (100% - 0.1rem)/2 );
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	background: #ebebeb;
	color: black;
	height: 1.55rem;
	padding:0.4rem 0.55rem 0 0.5rem;
	float: left;
	font-family: "PINGFANG REGULAR";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.join_lc .con .fr ul li:hover{
	color: white;
	background: linear-gradient(to right, #05675c , #098b7f);
}
.join_lc .con .fr ul li:nth-child(2n){
	margin-right: 0;
}
.join_lc .con .fr ul li .ico{
	float: left;
	width: 0.55rem;
}
.join_lc .con .fr ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.join_lc .con .fr ul li .ico img{
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.join_lc .con .fr ul li .info{
	float: left;
	width: calc( 100% - 0.55rem);
}
.join_lc .con .fr ul li .info h4{
	font-size: 14px;
}
.join_lc .con .fr ul li:hover .info h4{
	color: white;
}
.join_lc .con .fr ul li .info span{
	margin-top: 0.1rem;
	display: inline-block;
	width: 0.82rem;
	height: 1px;
	background: linear-gradient(to right, #05675c , #098b7f);
}
.join_lc .con .fr ul li:hover .info span{
	background: white;
}
.join_lc .con .fr ul li .info p{
	font-size: 12px;
	line-height: 24px;
	margin-top: 0.12rem;
	color: #3e3a39;
	text-align: justify;
}
.join_lc .con .fr ul li:hover .info p{
	color: white;
}
/* 加盟流程 end */



/* 加盟宣传图 start */
.join_pic{
	position: relative;
	height: 8.3rem;
	background: url(../images/join_xc.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.join_pic .w13{
	position: relative;
	height: 100%;
}
.join_pic p{
	position: absolute;
	color: white;
	font-size: 26px;
	top: 4.25rem;
	left: 0;
}
.join_pic p span{
	font-size: 30px;
	display: block;
	margin-top: 0.36rem;
	font-weight: normal;
}
/* 加盟宣传图 end */


/* 加盟支持 start*/
.join_zc{
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}
.join_zc ul{
	margin-top: 0.85rem;
}
.join_zc ul li{
	position: relative;
	float: left;
	width: 15.5%;
	margin-right: 1.4%;
	padding-top: 0.9rem;
	height: 3rem;
	text-align: center;
	background: white;
	background: url(../images/join_zc_bg.png) no-repeat center;
	background-size: 100% 100%;
	font-size: 0;
}
/* .join_zc ul li::before {
    position: absolute;
    content: "";
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    background: linear-gradient(to right, #05675c 0%, #098b7f 100%);
    z-index: -1;
} */
.join_zc ul li:hover{
	background-image: linear-gradient(to right, #05675c , #098b7f);
}
.join_zc ul li:last-child{
	margin-right: 0;
}
.join_zc ul li .ico{
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
}
.join_zc ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.join_zc ul li .ico img{
	display: inline-block;
	max-height: 100%;
	width: auto;
	height: auto;
}
.join_zc ul li p{
	margin-top: 0.55rem;
	font-size: 12px;
	color: #000000;
	font-family: "PINGFANG REGULAR";
	font-weight: bold;
}
.join_zc ul li:hover p{
	color: white;
}
/* 加盟支持 end */

/* 在线加盟 start */
.join_zx{
	background: url(../images/join_message.jpg) no-repeat center;
	background-size: cover;
	padding: 0.75rem 0 1.15rem;
}
.join_zx .fl{
	width: 7rem;
	min-height: 6.4rem;
	background-color: white;
	padding: 0.6rem 0 0.3rem 0.7rem;
}
.join_zx .fl li{
	display: block;
	height: 28px;
	line-height: 28px;
	/* width: 90%; */
	margin-bottom: 0.25rem;
	font-size: 0;
}
.join_zx .fl li span{
	font-size: 14px;
	vertical-align: middle;
	height: 20px;
	margin-left: 0.05rem;
}
.join_zx .fl li label{
	position: relative;
	font-size: 14px;
	width: 1rem;
	display: inline-block;
	font-family: "PINGFANG REGULAR";
	vertical-align: middle;
	/* font-weight: bold; */
}
.join_zx .fl li label::before{
	position: absolute;
	content: ":";
	right: 0;
	top: 0;
	height: 28px;
	line-height: 28px;
}
.join_zx .fl li.txt input{
	display: inline-block;
	margin-left: 0.2rem;
	width: 3.6rem;
	border: 1px solid #82b3ad;
	border-radius: 4px;
	height: 28px;
	line-height: 28px;
	padding-left: 0.05rem;
	vertical-align: middle;
}
/* 选择从第7个开始的，直到最后 */
.join_zx .fl li:nth-child(n+7).txt input{
	width: 4.5rem;
}
.join_zx .fl li input[type="radio"]{
	margin-left: 0.2rem;
	cursor: pointer;
}
.join_zx .fl li input[type="radio"]:last-child{
	margin-left: 0.65rem;
}
/* 自定义单选样式 start*/
.radio_type {
    width: 20px;
    height: 20px;
    position: relative;
}
.radio_type:before {
    content: "";
    width: 15px;
    height: 15px;
	margin: 1px;
    border: 1px solid #19874f;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #19874f;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    text-align: center;
    background: #19874f;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
} 
/* 自定义单选样式 end*/

.join_zx .form_to{
	margin-top: 0.4rem;
	padding-left: 1.5rem;
}
.join_zx .form_to input{
	width: 0.75rem;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 16px;
	color: white;
	background: linear-gradient(to right, #05675c , #098b7f);
	cursor: pointer;
}
.join_zx .form_to input[type="reset"]{
	margin-left: 0.36rem;
}


@-webkit-keyframes icons {
	0% {
		-webkit-transform: rotate(2deg) scale(1);
		transform: rotate(2deg) scale(1)
	}

	to {
		-webkit-transform: rotate(-2deg) scale(1.1);
		transform: rotate(-2deg) scale(1.1)
	}
}

@keyframes icons {
	0% {
		-webkit-transform: rotate(2deg) scale(1);
		transform: rotate(2deg) scale(1)
	}

	to {
		-webkit-transform: rotate(-2deg) scale(1.1);
		transform: rotate(-2deg) scale(1.1)
	}
}


.city-picker-selector .selector-item {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 200px;
	height: 36px;
	line-height: 36px;
	float: left;
	margin-left: 20px;
	position: relative
}

.city-picker-selector .selector-item:first-child {
	margin-left: 0
}

.city-picker-selector .selector-item:after {
	content: '';
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #ccc;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 15px;
	right: 5px;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms
}

.city-picker-selector .selector-show .selector-list {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.city-picker-selector .selector-show:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.city-picker-selector .selector-name {
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	display: block;
	text-indent: 5%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.city-picker-selector .selector-name:hover {
	background-color: #fdfdfd;
	border-radius: 5px
}

.city-picker-selector .selector-name.df-color {
	color: #999
}

.city-picker-selector .selector-name.forbid {
	cursor: default
}

.city-picker-selector .selector-name.disabled {
	background-color: #eef1f6;
	cursor: not-allowed
}

.city-picker-selector .selector-list {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 44px;
	left: -1px;
	z-index: 1;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.city-picker-selector ul {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto
}

.city-picker-selector li {
	border-top: 1px solid #f7f7f7;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	width: 90%;
	padding: 0 5%;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.city-picker-selector li:first-child {
	border-top: none
}

.city-picker-selector li.placeholder-li {
	cursor: default
}

.city-picker-selector li strong {
	color: #6ab9d8;
	padding: 0 5px
}

.city-picker-selector li.caller:hover {
	background: #f5f5f5
}

.city-picker-selector li.caller.active,
.city-picker-selector li.caller.active:hover {
	background: #6ab9d8;
	color: #fff
}

.city-picker-selector li.forbid {
	color: #999;
	font-size: 14px;
	cursor: not-allowed
}

.city-picker-selector .selector-search {
	border: 1px solid #ececec;
	border-top: none;
	background: #f8f8f8;
	font-size: 0;
	padding: 10px;
	height: 28px;
	margin-left: -1px;
	margin-right: -1px
}

.city-picker-selector .input-search {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 26px;
	line-height: 26px\9;
	padding: 0;
	text-indent: 5px
}

.city-picker-selector .input-search:focus {
	outline: none
}

.city-picker-selector .input-search::-webkit-input-placeholder {
	color: #bababa
}

.city-picker-select{
	display: inline-block;
	margin-left: 0.2rem;
}

select {
	border: 1px solid #82b3ad;
	background: #fff;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
	outline: none;
	width: 1.2rem;
	height: 28px;
	margin-right: 10px;
}

select:disabled {
	background-color: #eef1f6;
	cursor: not-allowed;
}

select option{
	width: 100%;
}
/* 在线加盟 end */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.join_lc .con .fr {
	    width: 58%;
	}
	.join_lc .con .fr ul li {
	    padding: 0.25rem 0.3rem 0 0.4rem;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	.join_lc .con .fl{
		width: 44%;
	}
	.join_lc .con .fr {
	    width: 55%;
	}
	.join_lc .con .fr ul li{
		padding: 0.2rem 0.15rem 0.3rem;
	}
	.join_lc .con .fr ul li .info p{
		line-height: 20px;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	
}

@media all and (max-width:960px) {
   .join_lc{
		padding: 0.7rem 0 0;
   }
   .join_lc .con .fl,.join_lc .con .fr{
		float: none;
		width: 100%;
   }
   .join_lc .con .fl .tit{
	   text-align: center;
   }
   .join_lc .con .fl>p,.join_lc .con .fl .des{
		display: none;
   }
   .join_lc .con .fr ul{
	   margin-top: 0.6rem;
   }
   .join_lc .con .fr ul li {
       padding: 0.25rem 0.3rem 0 0.4rem;
   }
   .join_lc .pic{
	   position: relative;
	   width: 99.5%;
	   margin-left: 0.5%;
   }
   
   .join_pic{
	   height: 4rem;
	   background-image: url(../images/join_xc_mb.jpg);
	   background-attachment: inherit;
   }
   
   .join_zc ul li {
   	    width: 32%;
   	    margin-right: 2%;
   	    margin-bottom: 0.7rem;
   		height: 3rem;
   	}
   	.join_zc ul li:nth-child(3n){
   		margin-right: 0;
   	}
   	.join_zc ul li p {
   	    font-size: 0.24rem;
   	    line-height: 0.3rem;
   	    margin: 0.4rem 0.1rem 0;
   	}
   	.join_zc{
   		padding: 0.8rem 0 0.4rem;
   	}
	
	.join_zx{
		background-image: none;
		padding: 0;
		width: 100%;
		overflow-x: hidden;
	}
	.join_zx .fl{
		width: 100%;
		min-height: auto;
		padding: 0.6rem 0;
	}
	.join_zx .fl li label{
		width: 25%;
	}
	.join_zx .fl li.txt input{
		margin-left: 0.3rem;
		width: calc(75% - 0.3rem) !important;

	}
	.city-picker-select{
		margin-left: 0.3rem;
		width: calc(75% - 0.3rem) !important;
	}
	.city-picker-select select{
		width: 40%;
	}
	
	.join_zx .form_to input{
		width: 1.4rem;
		height: 0.6rem;
	}
}

@media all and (max-width:800px) {
   .join_lc .con .fr ul li{
	   width: 100% !important;
	   float: none !important;
	   height: auto;
	   margin: 0 auto 0.4rem;
	   padding: 0.3rem 4% 0.3rem;
   }
   .join_lc .con .fr ul li .info{
	  padding-left: 0.2rem;
   }
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.join_zc ul li, .join_zc ul li:nth-child(3n) {
	    width: 46%;
	    margin-right: 8%;
	    padding-top: 1.05rem;
	    height: 4.1rem;
	    margin-bottom: 0.3rem;
	}
	.join_zc ul li:nth-child(2n){
		margin-right: 0;
	}
	.join_zc ul li .ico{
		height: 0.7rem;
		line-height: 0.7rem;
	}
	
	.join_zx .fl li label{
		font-size: 12px;
	}
}

@media all and (max-width:540px) {
   
}

@media all and (max-width:420px) {
   
}

@media all and (max-width:375px) {
   
}

