.youqinglianjie {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 110px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #D3354A;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-bottom: 1px solid white;
}
.dropdown-list a {
	text-decoration: none;
	color: white;
}

.youqinglianjie-top {
	margin: 0 auto;
	font-size: 22px;
	color: white;
	text-align: center;
}


.youqinglianjie-bottom {
    max-width: 1920px;
    width: 80%;
    height: 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.xialakuang {
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #CA0E27;
    color: white;
    font-size: 18px;
    border: none;
    cursor: pointer;
    position: relative;
}

.custom-dropdown .dropdown-btn {
    width: 100%;
    height: 100%;
    line-height: 40px;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.custom-dropdown .dropdown-btn::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-dropdown .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #CA0E27;
    color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    z-index: 9999;
    box-sizing: border-box;
}

.custom-dropdown.open .dropdown-list {
    max-height: 300px;
    overflow-y: auto;
}

.custom-dropdown .dropdown-item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #ad0c21;
}

.dropdown-hidden-inputs {
    display: none;
}

option {
    width: 90%;
    font-size: 14px;
}





.footer {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	height: 230px;
	background-color: #D3354A;
	padding-top: 30px;
	padding-bottom: 10px;
}

.footer-div {
	max-width: 1380px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 53px;
}

.footer-img {
	width: 130px;
	height: 130px;
}

.erweima-img {
	width: 100%;
}

.footer-right {
	max-width: 1140px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footernav-bar1 {
	color: #ffffff;
	font-size: 16px;
}

.footernav-bar a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 15px;
	font-size: 16px;
}

.footer-bottom {
	max-width: 600px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	color: #ffffff;
	padding: 15px 15px;
	font-size: 16px;
	gap: 10px;
}

@media (max-width: 1280px) and (min-width: 768px) {
	.youqinglianjie {
		max-width: 1280px;
		width: 100%;
		height: 170px;
		padding-top: 27px;
		padding-bottom: 36px;
		gap: 20px;
	}

	.youqinglianjie-top {
		font-size: 26px;
	}

	.youqinglianjie-bottom {
		max-width: 850px;
		width: 90%;
		height: 48px;
		display: flex;
		gap: 5px;
		align-items: center;
	}

	.xialakuang {
		max-width: 160px;
		width: 100%;
		height: 48px;
		text-align: center;
		background-color: #CA0E27;
		color: white;
		font-size: 16px;
		border: none;
		cursor: pointer;
		position: relative;
	}

	.custom-dropdown .dropdown-btn {
		width: 100%;
		height: 100%;
		line-height: 48px;
		position: relative;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.custom-dropdown .dropdown-btn::after {
		content: "▼";
		font-size: 12px;
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}

	.custom-dropdown .dropdown-list {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #CA0E27;
		color: white;
		list-style: none;
		margin: 0;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease;
		z-index: 9999;
		box-sizing: border-box;
	}

	.custom-dropdown.open .dropdown-list {
		max-height: 300px;
		overflow-y: auto;
	}

	.custom-dropdown .dropdown-item {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		cursor: pointer;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.custom-dropdown .dropdown-item:hover {
		background-color: #ad0c21;
	}

	.dropdown-hidden-inputs {
		display: none;
	}

	option {
		width: 90%;
		font-size: 14px;
	}

	.footer {
		max-width: 1280px;
		width: 100%;
		height: 240px;
		background-color: #D3354A;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-div {
		max-width: 750px;
		width: 100%;
		height: auto;
		gap: 20px;
	}

	.footer-img {
		width: 120px;
		height: 120px;
	}

	.erweima-img {
		width: 100%;
	}

	.footer-right {
		height: auto;
		max-width: 650px;
		gap: 15px;
	}

	.footernav-bar1 {
		font-size: 16px;
	}

	.footernav-bar a {
		color: #ffffff;
		text-decoration: none;
		margin: 0 5px;
		font-size: 14px;
	}

	.footer-bottom {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		color: #ffffff;
		padding: 10px 0;
		font-size: 14px;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.youqinglianjie {
		max-width: 767px;
		width: 100%;
		height: 193px;
		padding-top: 27px;
		padding-bottom: 36px;
		gap: 20px;
	}

	.youqinglianjie-top {
		font-size: 18px;
	}

	.youqinglianjie-bottom {
	        max-width: 767px;
	        width: 90%;
	        height: auto;
	        flex-direction: row;
	        display: flex;
			flex-wrap: wrap;
	    }
	    .xialakuang {
	        width: 150px;
	        height: 30px;
	        font-size: 14px;
	        border: none;
	        margin-bottom: 10px;
	    }
	    .custom-dropdown .dropdown-btn {
	        line-height: 30px;
	        padding: 0 15px;
	    }
	    .custom-dropdown .dropdown-btn::after {
	        font-size: 10px;
	        right: 5px;
	    }
	    .custom-dropdown .dropdown-item {
	        height: 32px;
	        line-height: 32px;
	        font-size: 12px;
	    }

	.footer {
		max-width: 767px;
		height: auto;
		background-color: #D3354A;
		padding-top: 12px;
		padding-bottom: 20px;
	}

	.footer-div {
		max-width: 500px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		gap: 10px;
	}

	.footer-img {
		width: 80px;
		height: 80px;
		margin: 0 auto;
	}

	.erweima-img {
		width: 100%;
	}

	.footer-right {
		max-width: 1140px;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.footernav-bar {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.footernav-bar1 {
		display: none;
	}

	.footernav-bar a {
		color: #ffffff;
		text-decoration: none;
		margin: 0 5px;
		font-size: 18px;
	}

	.footer-bottom {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		color: #ffffff;
		padding: 15px 20px;
		font-size: 12px;
		gap: 10px;
	}
}
