html {
	font-size: 16px !important;
	background-color: #f0f1f3;
}

body {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	color: #05293c;
}

body a,
body a:hover {
	/* color: #1e8558; */
	text-decoration: none;
}

body ul li:first-child {
	margin-top: 0;
}

/*修改input的默认样式*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: transparent !important;
	background-image: none !important;
	transition: background-color 50000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}

input {
	background-color: transparent !important;
}

.box-shadow {
	box-shadow: 0 2px 0.1rem rgba(0, 0, 0, .1);
}

.box-shadow-20 {
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .04);
}


body ul li {
	margin-bottom: .5rem;
	margin-top: .5rem;
	border: 0;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	vertical-align: initial;
}

.main {
	padding: 3.75rem 0 0;
	background-color: #f0f1f3;
	min-height: calc(100vh - 100px);
}

.main-box {
	margin: 0 auto;
	max-width: 1272px;
	box-sizing: border-box;
	padding: 24px;
	display: flex;
	justify-content: space-between;
}

.header-btn {
	cursor: pointer;
}

.AsideDesktopContainer {
	background-color: #fff;
	display: block;
	height: fit-content;
	width: 288px;
}

.SearchFilterContainer {
	background-color: #fff;
	color: #181818;
	margin: 1rem 0;
	padding: 0 0 4rem;
}

.SearchFilterContainer {
	padding: 1rem;
}

.SelectedFiltersContainer {
	display: flex;
	flex-direction: column;
}

.SearchFilterContainer>:first-child {
	border-radius: 4px;
	border-top: 4px solid #f95c39;
}

.SelectedFiltersContainer .FilterTagContainer.Collapsed {
	max-height: 4.5rem;
	overflow: hidden;
}

.SelectedFiltersContainer .FilterTagContainer {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.list-box {
	flex: 1 1 0;
	margin-left: 1.5rem;
	margin-top: 0;
	width: calc(100% - 288px - 1.5rem);
}

@media (min-width: 1025px) {
	.OrganisationSearchResults .OrganisationSearchResultItem {
		margin: 1rem 0;
	}
}

.OrganisationSearchResults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.OrganisationSearchResults .OrganisationSearchResultItem {
	box-shadow: 0 2px 2px #3f5c6e26;
	margin: .5rem 0;
	margin-top: 0;
}


.OrganisationCard {
	background-color: #fff;
	border-radius: .5rem;
	color: #181818;
	display: block;
	padding: 1rem;
	text-decoration: none;
}
.OrganisationCard .attention{
	width: 40px;
}
.OrganisationCard .attention img{
	width: 100%;
}
.OrganisationCardHeader {
	align-items: center;
	display: flex;
}

.OrganisationLogoWrapper {}

/* @media (min-width: 1025px) { */
.OrganisationCard .OrganisationLogoWrapper {
	height: 48px;
	width: 48px;
	flex-shrink: 0;
}

/* } */
/* .OrganisationCard .OrganisationLogoWrapper {
    flex-shrink: 0;
    height: 32px;
    width: 32px;
} */
.OrganisationCard .OrganisationLogoWrapper .Logo {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.OrganisationCard .OrganisationName {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #181818;
	display: -webkit-box;
	font-size: 1.5rem;
	font-weight: 700;
	height: fit-content;
	line-height: 2rem;
	margin: 0 0 0 1rem;
	overflow: hidden;
}

.OrganisationCard .Content {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0;
	flex-direction: row;
	gap: .5rem;
	color: #444;
}

.OrganisationCard .Content .Details {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	justify-content: space-between;
	color: #444;
}

.OrganisationCard .Content .Details .Fact {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	justify-content: space-between;
}

.OrganisationCard .Label {
	font-size: .75rem;
	font-weight: 400;
	line-height: 1rem;
}

.OrganisationCard .Value {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}

.OrganisationCard .Content .QuickFacts {
	display: grid;
	gap: .5rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: start;
	border-left: 1px solid #e0e1e3;
	border-top: none;
	gap: 1.5rem;
	padding: 0 1.5rem;
}

.Container {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.Container .Fact {
	display: flex;
	flex-direction: column;
}

.Container img {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 1rem;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerSwiper {
	border-radius: 10px;
}

/* 详情 */
.main-detail-box {
	background-color: #fff;
	margin: 0 auto;
    max-width: 1272px;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.detail-box {
	flex: 1 1 0;
	/* margin-left: 1.5rem; */
	margin-top: 0;
	width: calc(100% - 320px - 1.5rem);
}

.detail-info {
	box-shadow: 1px 2px 2px 2px #3f5c6e26;
	height: fit-content;
	grid-column-end: span 4;
	padding: 1rem;
	padding-right: 1.5rem;
	background-color: #fff;
}

.detail-info-img {
	width: 60px;
	height: 60px;
}

.detail-info-img img {
	width: 100%;
	height: 100%;
}

.detail-info .OrganisationName {
	color: #05293c;
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2rem;
	margin: 0;
	margin-left: 1rem;
	width: 200px;
}

.detail-box h2 {
	box-shadow: none;
	grid-column-end: span 8;
	grid-row: unset;
	padding: 0 1rem 1rem;
	padding-left: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 1rem;
	color: #05293c;
	margin: 0 0 .25rem;
}

.brief-introduction {
	border: 0;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	vertical-align: initial;
	margin: 0 0 .75rem;
}
.main-detail-box .QuickFacts{
	display: grid;
    gap: .5rem;
    grid-template-columns: repeat(6, 1fr);
    justify-content: start;
    border-top: none;
    gap: 1.5rem;
    padding: 24px;
	box-shadow: 1px 2px 2px 2px #3f5c6e26;
	width: 100%;
}
.main-detail-box .website-link{
	display: grid;
    gap: .5rem;
    grid-template-columns: repeat(1, 1fr);
    justify-content: start;
    border-top: none;
    gap: 1.5rem;
    padding: 24px;
	box-shadow: 1px 2px 2px 2px #3f5c6e26;
}
.main-detail-box .website-link .title{
	width: 200px;
}
.website-link a,.website-link a:hover{
	color: #1D9DF0;
}
.detail-info .attention{
	width: 40px;
	margin-left: 1rem;
	cursor: pointer;
}
.detail-info .attention img{
	width: 100%;
}

/* 用户中心 */
.lz-usercenter-main{
	margin: 0 auto;
    max-width: 1272px;
    box-sizing: border-box;
    padding: 24px;
	background-color: #FFFFFF;
}
.lz-usercenter-main .head-portrait {
	height: 128px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
	/*border-radius: 0 0 0 8px;*/
	padding-left: 0.2rem;
}
.lz-usercenter-main .head-portrait .portrait {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	border: 4px solid #FFFFFF;
	overflow: hidden;
	box-sizing: border-box;
}
.lz-usercenter-main .head-portrait .portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lz-usercenter-main .head-portrait .nickname {
	font-size: 20px;
	font-weight: 500;
	color: #212121;
}


.lz-usercenter-main .lz-userInfo-box {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.lz-userInfo-box-left ul {
	margin-bottom: 0;
}
.lz-userInfo-box-left li,
.lz-userInfo-box-left>div {
	height: 70px;
	line-height: 70px;
	width: 280px;
	text-align: center;
	border-radius: 2px;
	color: #333333;
	border-bottom: 1px solid #EFF0F0;
	cursor: pointer;
}
.lz-userInfo-box-left li.on {
	background: #2272FF;
	color: #FFFFFF;
}
.lz-userInfo-box-right {
	box-sizing: border-box;
	width: 910px;
	border-left: 1px solid #F6F6F6;
	min-height: 500px;
}
.lz-userInfo-box-right .basic-info-box {
	border-bottom: 1px solid #EFF0F0;
	;
}
.lz-userInfo-box-right .basic-info {
	font-size: 20px;
	font-weight: 400;
	color: #212121;
}
.lz-userInfo-box-right .basic-info-save {
	width: 148px;
	height: 32px;
	border-radius: 20px;
	border: 1px solid #2272FF;
	font-size: 14px;
	font-weight: 400;
	color: #2272FF;
	cursor: pointer;
}
.lz-userInfo-box-right .basic-info-save img {
	width: 20px;
	margin-right: 10px;
}
.lz-userInfo-box-right .form-title {
	width: 64px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.lz-usercenter-avatar .btn-lan,
.lz-usercenter-avatar .btn-lan:hover,
.lz-usercenter-avatar .btn-lan:active,
.lz-usercenter-avatar.btn:focus {
	color: #ffffff !important;
	background-color: #2472FF;
	border-color: #2472FF;
	outline: none !important;
	outline-offset: 0;
}
.lz-usercenter-avatar img{
	transition: All 0s ease !important;
	-webkit-transition: All 0s ease !important;;
	-moz-transition: All 0s ease !important;;
	-o-transition: All 0s ease !important;;
}
.lz-userInfo-box-right .personal-details-title {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.lz-userInfo-box-right .form-input input {
	margin-top: 0;
}
.lz-userInfo-box-right .form-input-introduction {
	width: calc(100% - 70px);
}
.lz-userInfo-box-right .prompt-msg {
	height: 40px;
	background: rgba(34, 114, 255, 0.1);
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: 400;
	color: #2272FF;
}
.lz-userInfo-box-right .lz-feedback-box-bottom-right-photo {
	border: 0;
}
.lz-userInfo-box-right .lz-feedback-box-bottom-right-photo div+div {
	margin-left: 0;
}
.text-gray {
	color: #666;
}
.order-list {
	margin: -15px auto 0;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 12px;
}
.o-item {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	padding-top: 10px;
	cursor: pointer;
}

.o-item img {
	width: 65px;
	height: 65px;
}

.o-item .tit {
	font-size:14px;
	margin-top: 5px;
	text-align: left;
}
.phone-prefix{
	width: 140px !important;
    position: relative;
    /* top: 13px; */
    flex-shrink: 0;
    margin-right: 10px;
}
.grade{
	width: 140px !important;
    position: relative;
    /* top: 13px; */
    flex-shrink: 0;
    margin-right: 10px;
}
.text-red{
	color:#f95c39;
}
.checkbox-inline:first-child,.radio-inline:first-child {
	margin-right: 10px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
	margin-left: 0 !important;
    margin-right: 10px;
}
.footer-box{
	background-color: #fff;
    border-top: 1px solid #3f5c6e26;
    width: 100%;
	padding: 40px 0;
}
.footer{
	background-color: #fff;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1220px;
	padding: 0 1rem;
}


/* 弹窗 */
.pay-popup{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
	display: flex;
	
    /* display: none; */
}
.pay-box{
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
	width: 500px;
	overflow: hidden;
}
.pay-box .title{
	padding: 15px;
	/* text-align: center; */
	border-bottom: 1px solid #3f5c6e26;
	background-color: #3EA641;
	color: #fff;
}
.pay-box .pay-qrcode{
	padding: 30px;
	text-align: center;

}
.pay-box .pay-qrcode img{
	width: 300px;
	margin: 0 auto;
}
.pay-box .btn-info,.pay-box .btn-info:hover,.pay-box.btn-info:active,.pay-box.btn-info:visited,.pay-box.btn-info:focus{
	padding: 15px;
	text-align: center;
	background-color: #3EA641 !important;
	outline:none !important;
}