@charset "utf-8";

/* 通用样式 */
html,
body {
	width: 100%;
	height: 100%;
}

/* base */
body {
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	background-attachment: fixed;*/

	/*background-color: #9e9e9e3b;*/
	background-color: #ADC5E0;
}

.home-index {
	background-image: url(hlwj-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
}

.footer {
	/*color: #f1f1f1;*/
	letter-spacing: 1px;
	font-size: 1.8rem;
}

.home-footer {
	color: #f1f1f1;
	letter-spacing: 1px;
	font-size: 1.8rem;
}

.footer span {
	padding: 0px 10px;
}

.am-footer-default {
	/*
	position: absolute;
    bottom: 0;
    width: 100%;
    */
	/*background-color: #E3E3E3;*/
	background-color: #9e9e9e9e;
}

.am-footer-default .am-footer-miscs {
	color: #333333;
    font-size: 13px;
}

.am-header {
    position: relative;
    width: 100%;
    height: 49px;
    line-height: 0;
    padding: 0 10px;
}

.height-flex-box {
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* IE */
	/*align-items: center;*/

	background-image: url(hlwj-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
}

.flex-box {
	max-width: 1200px;
	margin: 0 auto 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* IE */
	/*align-items: center;*/
	/*height: 100%;*/
}

::-webkit-scrollbar {
  width: 12px;
  margin: 5px 0px;
  background-color: #0087e9;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}


@media screen and (max-width: 500px) {
	body {
		background-size: cover;
	}
	.flex-box{
		justify-content: space-between;
	}
	::-webkit-scrollbar {
		display: none;
	}
}

/* index */

.logo {
	display: block;
	width: 50rem;
	margin-bottom: 30vh;
}

@media screen and (max-width: 500px) {
	.logo {
		width: 100%;
	}
}

/* list */
.banner {
	margin: 24px auto 0px;
}

.banner img {
	position: relative;
	top: -24px;
}

.area-select {
	width: 96%;
	margin: 0 auto;
}

.area-select .am-input-group-label {
	background-color: #ADC5E0;
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #000000;
	/*color: #666;*/
}

.area-select .am-selected {
	width: 100%;
}

.area-select .am-btn-default {
	/*color: #fff;*/
	background-color: #fff;
}

.content{
	/*height: calc( 100% - 160px);*/
	/*
	overflow-y: scroll;
	background-color: rgba(255, 255, 255, 0.3);
	*/
	backdrop-filter: blur(10px);
	padding: 15px 5px 0px;
	border-radius: 4px;
}

.content-info > div:last-child{
	float: left !important;
}

.hospital {
	background: #fff;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 15px;
}

.hospital-title {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}

.hospital-logo {
	margin-right: 1rem;
}

.hospital-logo img {
	width: 8rem;
	object-fit: cover;
}

.hospital-name h3 {
	margin: 0px;
	font-size: 1.6rem;
	line-height: 22px;
	/*height: 44px;*/
}

.hospital-name p {
	/*color: #999;*/
	margin: 5px 0px;
	font-size: 1.4rem;
	line-height: 24px;
}

.hospital-name a {
	text-decoration: none;
	outline: none;
	color: #000;
}

.hospital-content{
	padding: 10px 0px;
}

/*
.hospital-content .outer {
	height: 150px;
}
*/

.hospital-content .des {
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;*/

	/*
	overflow: hidden;
    line-height: 1.5;
    max-height: 7.5em;
    */
}

.hospital-content .am-btn{
	margin: 10px 0px;
} 

.hospital-content .targ{
	/*
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0px;
	*/
	/*color: #0084C7;*/
	/*height: 50px;*/
}

.hospital-content .targ span{
	margin: 0px  5px;
}

.hospital-code {
	margin-top: 15px;
}

.hospital-code img{
	display: block;
	max-width: 200px;
	margin: 15px auto;
}


.am-modal .am-close{
	position: absolute;
	right: 5px;
}

.am-modal-dialog{
	border-radius: 4px;
	width: 350px;
}

.modal-info{
	padding-top: 15px;
	text-align: left;
}

.modal-info a{
	/*color: #fff;*/
	font-size: 1.4rem;
}

.modal-info .item{
	margin-bottom: 15px;
}


@media screen and (max-width: 500px) {
	.banner{
		margin: 15px auto 0px;
	}
	.banner img {
		top: 0px;
		margin-bottom: 10px;
	}
	.content {
		height: calc( 100% - 165px);
		/*background: #eee;*/
	}
	.am-modal-dialog{
		width: 90%;
	}
	.hospital-code{
		max-height: 70vh;
		overflow-y: scroll;
	}
}