.franchiser-index {
	padding-bottom: 60px;
}

/* 加盟支持 */
.franchiser-index .support-container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.franchiser-index .support-container:lang(en){
	min-width: 100%!important;
	padding-left: 0;
	padding-right: 0;
}
.franchiser-index .support-container .item {
    min-width: calc(100%/3 - 10px);
    margin: 5px;
    flex: 1;
}
.franchiser-index .support-container .item:lang(en){
    margin: 0;
}
.franchiser-index .support-container .item img {
	width: 100%;
}

.require-img {
	width: 100%;
}

/* 加盟合作申请 */
.franchiser-index .input-group {
	padding: 0 10px 25px !important;
}

.franchiser-index .input-group-text {
	align-items: flex-start;
	background: #ffff;
	border: none;
	border-right: none;
	font-size: 15px;
	line-height: 1.6;
	flex-shrink: 0;
	padding: 0.625rem 0.75rem;
}

.franchiser-index .form-control {
	border: none;
	font-size: 15px;
	padding: 0.625rem 0.75rem;
	padding-left: 0;
}

.franchiser-index .form-control:not(textarea) {
	height: calc(2em + 0.75rem + 2px);
}

.franchiser-index .form-control:focus {
	box-shadow: none;
}

.franchiser-index .btn-view {
	display: flex;
	justify-content: flex-end;
}

.franchiser-index .btn {
	height: 48px;
	width: 140px;
	border-radius: 24px;
	background-color: #053484;
	display: flex;
	align-items: center;
	justify-content: center;
}

.franchiser-index textarea {
	resize: none
}

@media screen and (max-width: 767px) {
	.franchiser-index .franchiser-title {
		font-size: 20px;
		padding: 30px 0;
	}

	.franchiser-index .btn-view {
		justify-content: center;
	}
}