:root{
	--theme-color:#054781;
}
body * {
	box-sizing: border-box;
	flex-shrink: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

ul,
li {
	list-style: none;
}

html,
body {
	overflow-x: hidden;
}

body {
	/*font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,Arial, PingFang SC-Light, Microsoft YaHei;*/
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Heiti SC,STHeiTi,Microsoft YaHei,sans-serif;
	width: 100%;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	font-size: 0.32rem;
	/*background: #F7F8F9;*/
	background: #f3f5f6;
	color: #242B3A;
	position: relative;
}

header,
section,
footer,
aside,
nav,
article,
figure {
	display: block;
}
h1,h2,h3,h4{
	font-weight: normal;
}

a:active {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

button {
	/*border: 1px solid transparent;*/
	/*outline: none;*/
	/*background-color: transparent;*/
}

button:active {
	opacity: 0.6;
}

a,
button,
input,
textarea{
	background: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: none;
	-webkit-appearance: none;
	border: none;
}
select{
    background: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: none;
	border: none;
	padding: 0;
}

img {
	border: none;
	vertical-align: top;
	width: 100%;
}

.text-line-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/*超出2行就显示省略号，可以填3或者其它正整数*/
}

.text-line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/*超出2行就显示省略号，可以填3或者其它正整数*/
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}

.bg-white {
	background-color: #FFF;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex-1{
	flex: 1;
}
.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-end {
	display: flex;
	align-items: flex-end;
}


/*header*/
.header {
	height: 1rem;
	border-bottom: 0.5px solid #E5E5E5;
	padding: 0 .30rem;
}

.header .city {
	font-size: 0.28rem;
	color: #6B717C;
}

.header .city .city-name {
	margin: 0 .04rem;
}

.header .logo {
	flex: 1;
	height: 0.7rem;
	text-align: center;
}

.header .logo img {
	width: 1.6rem;
}

.header .search .icon,
.header .menu .icon {
	width: .37rem;
	height: .37rem;
	color: #4F5563;
}

.header .search {
	margin-right: 0.49rem;
}


.header-top{
    height: 1rem;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 30px;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
}
.header-top .title{
    margin-left: 0.1rem;
}
/* nav */
.nav {
	height: 1rem;
	padding: .28rem .3rem;
}

.nav a {
	font-size: 0.32rem;
	font-weight: 600;
	/*margin-right: 0.5rem;*/
	color: #6B717C;
}

.nav a.active {
	color: #054781;
}

/* footer */
.footer {
	margin: 0.7rem 0 0.5rem;
	font-size: 0.28rem;
	text-align: center;
	padding-bottom: 1rem;
}

.footer ul {
	margin-bottom: 0.1rem;
}

.footer ul li {
	position: relative;
	margin-right: 0.3rem;
}

.footer ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -0.15rem;
	transform: translateY(-50%);
	top: 50%;
	width: 0.01rem;
	height: 70%;
	background: #242B3A;

}

.footer .report {
	margin-top: 0.4rem;
	text-align: center;
}

.footer .report a {
	width: 3rem;
	padding: 0.15rem;
	margin-right: 0.2rem;
	border: 1px solid #E5E5E5;
	margin-bottom: 0.2rem;
}

.footer p{
    margin-top: 5px;
    margin-bottom: 5px;
    /*text-align: justify;*/
    padding:0 0.15rem ;
}
.footer>p:nth-child(1){
    text-align: center;
}
/* bottom-nav */
.bottom-nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1rem;
	background-color: #FFF;
	box-shadow: 0 -8px 16px 0 rgba(28, 31, 33, .1);
	z-index: 99;
	/* 	width: 100%;
	max-width: 750px;
	min-width: 320px; */
}

.bottom-nav .icon {
	width: 0.33rem;
	height: 0.33rem;
	margin-right: 0.12rem;
}

.bottom-nav .tel {
	width: 2.36rem;
	height: .80rem;
	background: #FD9101;
	border-radius: .40rem;
	color: #FFF;
}

.bottom-nav .chat {
	width: 2.36rem;
	height: .80rem;
	background: #054781;
	border-radius: .40rem;
	color: #FFF;
	position: relative;
}
.bottom-nav .chat .num{
    position: absolute;
    top: 0px;
    left: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff2e30;
    color: #FFF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    opacity: 0;
    animation: blink 1s ease-in-out 1s infinite;
}

@keyframes blink{
    0%{
        opacity: 0;
    }  
    100%{
        opacity: 1;
    }
}

.bottom-nav .sign {
	width: 2.36rem;
	height: .80rem;
	color: #054781;
}

/* 在线预约 */
.sign-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 9999;
	display: none;
}
.sign-box .box{
	/*width: 6.42rem;*/
	width: 90%;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	border-radius: 4px;
	overflow: hidden;
	margin:0;
}
.sign-box .box .title{
	/*height: 1rem;*/
	background-color: #054781;
	color: #FFF;
	font-size: 16px;
	padding: 10px 0;
}
.sign-box .box .title .close-btn{
	position: absolute;
	top: 0rem;
	right: 0rem;
	/*width: 1rem;*/
	/*height: 1rem;*/
	width: 20px;
	height: 20px;
	background: #999;
}
.sign-box .box .title .close-btn .icon{
	/*width: 0.45rem;*/
	/*height: 0.45rem;*/
	width: 20px;
	height: 20px;
}

.sign-box .box .frm{
	padding: 0 0.3rem;
	font-size: 16px;
}
.sign-box .box .input-box{
	/*width: 5.82rem;*/
	/*height: 0.88rem;*/
	width: 100%;
	
	border: 1px solid #BCBFC4;
	margin-top: 20px;
	padding: 10px;
}

.sign-box .box .input-box span{
	color: red;
	margin-right: 0.1rem;
}
.sign-box .box .sub-btn{
	/*width: 5.82rem;*/
	/*height: 0.88rem;*/
	width: 100%;
	padding: 10px;
	background: #054781;
	border-radius: 0.08rem;
	color: #FFF;
	margin-top: 0.6rem ;
	margin-bottom: 0.3rem;
}


/*分页*/
.pagination{
	/*margin-top: .4rem;*/
	display: flex;
	justify-content: center;
	align-content: center;
}
.pagination li{
	margin:5px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
}
.pagination li a,.pagination li span{
	display: block;
	height: 100%;
	padding:0.2rem 0.3rem;
	font-size: 0.26rem;
	
	color: #4F5563;
}
.pagination li.active a,.pagination li:hover a{
	background-color: #054781;
	border-color: #054781;
	color: #FFF;
}
.pagination li span:hover{
	cursor: not-allowed;
}

/*消息提示框*/
.hidden{
    display: none;
}

#message-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
  color: rgb(18, 102, 244);
  background-color: #EDF3FF;
  padding:10px 20px;
  border-radius: 2px;
  z-index: 9999999999999;
}
#message-box .icon{
    font-size: 16px;
    margin-right: 5px;
    color: #1266f4;
    
}
#message-content {
  text-align: center;
  font-size: 16px;
}

.err{
  color: rgb( 78,89,105 ) !important;
  background-color: rgb( 255,236,232 ) !important;
}
.err .err-icon{
    border-radius: 50%;
    padding: 3px;
    color: #FFF !important;
    background-color: rgb(245, 63, 63) !important;
}

/*empty-box*/
.empty-box .empty-img{
    width: 50%;
}
.empty-box .empty-text{
    color: #bdc2cb;
}

/*返回顶部*/
#to-top{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 30%;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: #FFF;
    z-index: 999;
    box-shadow: rgba(18, 18, 18, 0.06) 0px 6px 14px 0px;
    width: 40px;
    height: 40px;
}
#to-top .icon{
    font-size: 18px;
}
