* {
	margin: 0;
	padding: 0;
}
.wrap {
	margin: 0 auto;
	width: 6.4rem;
}
.box {
	max-width: 6.4rem;
}
.banner {
	height: 3.6rem;
	background: url(../images/fxck_01.jpg) no-repeat center;
	background-size: contain;
}
.header {
	height: 14.42rem;
	color: #363636;
	background-color: #e8e8e8;
	padding-top: 0.4rem;
}
.title {
	margin: 0 auto 0.16rem;
	width: 3.94rem;
	color: #0e2178;
	text-align: center;
	font-size: 0.32rem;
}
.title span {
	margin-left: 0.1rem;
	padding: 0.04rem 0.1rem;
	border-radius: 0.06rem;
	background-color: #0e2178;
	color: #fff;
}
.sub-title {
	margin: 0 auto;
	width: 3rem;
	text-align: center;
	font-size: 0.12rem;
}
.sub-title span {
	display: block;
	margin: 0.22rem auto 0.28rem;
	width: 0.3rem;
	height: 0.04rem;
	border-radius: 0.04rem;
	background-color: #818181;
}
.header .content {
	margin: 0 auto 0.28rem;
	max-width: 5.8rem;
	text-align: justify;
	font-size: 0.24rem;
}
.header .items {
	display: flex;
	margin: 0 auto 0.64rem;
	width: 6rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header .items span {
	display: block;
	margin-top: 0.54rem;
	width: 2.86rem;
	height: 3rem;
	border-radius: 0.28rem;
	background-color: #fff;
	box-shadow: 0.04rem 0.1rem rgba(0, 0, 0, 0.06);
	background-size: 2.98rem 1.72rem !important;
	cursor: pointer;
}
.header .items span:nth-child(1) {
	background: #fff url(../images/1.png) no-repeat top center;
}
.header .items span:nth-child(2) {
	background: #fff url(../images/2.png) no-repeat top center;
}
.header .items span:nth-child(3) {
	background: #fff url(../images/3.png) no-repeat top center;
}
.header .items span:nth-child(4) {
	background: #fff url(../images/4.png) no-repeat top center;
}
.header .items span:nth-child(5) {
	background: #fff url(../images/5.png) no-repeat top center;
}
.header .items span:nth-child(6) {
	background: #fff url(../images/6.png) no-repeat top center;
}
.header .items span p:first-child {
	margin-top: 1.8rem;
	margin-bottom: 0.04rem;
}
.header .items span p {
	margin: 0 auto 0.14rem;
	padding: 0 0.1rem;
	width: max-content;
	height: 0.28rem;
	max-width: 2.8rem;
	border-radius: 0.2rem;
	background-color: #e9e9e9;
	color: #565656;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.28rem;
}
.header .items span::after {
	content: '更多相关问题>>';
	display: block;
	padding-top: 0.1rem;
	width: 100%;
	height: 0.4rem;
	border-bottom-right-radius: 0.36rem;
	border-bottom-left-radius: 0.36rem;
	background-image: linear-gradient(#102077, #001b9d);
	color: #fff;
	text-align: center;
	font-weight: 100;
	font-size: 0.22rem;
}
.search {
	padding: 0.3rem 0;
	height: 4.6rem;
	background-color: #0e2178;
}
.search .line {
	display: block;
	width: 6.1rem;
	height: 0.01rem;
	background-color: #142d90;
	margin: 0 auto;
}
.search .s1,
.search .s2 {
	margin: 0.28rem auto;
	width: 6.1rem;
	height: 1.66rem;
}
.search .s1 div,
.search .s2 div {
	display: inline-flex;
	width: 4.05rem;
	flex-wrap: wrap;
}
.search div img {
	width: 1.95rem;
	height: 1.66rem;
}
.search .s1 img {
	float: left;
	cursor: pointer;
}
.search .s2 img {
	float: right;
	cursor: pointer;
}
.search .s1 div span,
.search .s2 div span {
	cursor: pointer;
	border-radius: 0.24rem;
	background-color: #fff;
	color: #0e2178;
	text-align: center;
	font-size: 0.22rem;
	line-height: 0.56rem;
	margin: 0.1rem 0.05rem;
}
.doctor {
	padding-top: 0.4rem;
	height: 12.78rem;
	background: #bee5fc url(../images/bg.jpg) no-repeat top;
	background-size: contain;
	position: relative;
}
.doctor .sub-title span {
	background-color: #84a3f6;
}
.doctor .goods {
	width: 6rem;
	height: 7.38rem;
	background-color: #acd1ee;
	border-top-left-radius: 0.22rem;
	border-top-right-radius: 0.22rem;
	margin: 0 auto;
	position: absolute;
	left: 0.2rem;
	bottom: 0;
}
.doctor .goods .bd {
	height: 4.2rem;
}
.doctor .goods p {
	width: 100%;
	height: 0.96rem;
	font-size: 0.32rem;
	line-height: 0.96rem;
	text-align: center;
	color: #0e2178;
}
.doctor .goods .bd ul {
	list-style-type: none;
	width: 5.58rem;
	height: 3.4rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.doctor .goods .bd ul li {
	width: 2.69rem;
	height: 1.59rem;
	margin-top: 0.3rem;
	background-color: #fff;
	border-radius: 0.16rem;
	display: inline-block;
	box-shadow: 0rem 0rem 0.28rem rgba(0, 0, 0, 0.18);
	position: relative;
	cursor: pointer;
}
.doctor .goods .bd ul li::after {
	content: '';
	display: inline-block;
	width: 0.18rem;
	height: 0.1rem;
	background-color: #3054ef;
	position: absolute;
	right: -0.08rem;
	top: 0.18rem;
}
.doctor .goods .bd ul li .name {
	width: 1rem;
	height: 0.3rem;
	color: #00499d;
	font-size: 0.24rem;
	text-align: left;
	line-height: 0.3rem;
	position: absolute;
	left: 0.24rem;
	top: 0.24rem;
}
.doctor .goods .bd ul li .cover {
	width: 0.98rem;
	height: 0.98rem;
	border-radius: 100%;
	background-color: #bee5fc;
	position: absolute;
	right: 0.1rem;
	top: 0.24rem;
}
.doctor .goods .bd ul li .info {
	width: 2.69rem;
	height: 0.48rem;
	color: #363636;
	font-size: 0.16rem;
	text-align: left;
	line-height: 0.24rem;
	position: absolute;
	left: 0.24rem;
	top: 0.94rem;
}
.doctor .goods .bd ul li .name::after {
	content: '';
	display: block;
	background-color: #00499d;
	width: 0.36rem;
	height: 0.02rem;
	margin-top: 0.14rem;
}
.doctor .goods .service {
	width: 5.61rem;
	height: 1.18rem;
	background: url(../images/fxck_03.jpg) no-repeat center;
	background-size: contain;
	margin: 0 auto;
}
.swt {
	width: 5.6rem;
	display: flex;
	justify-content: space-around;
	margin: 0.42rem auto 0;
}
.swt_botton {
	text-decoration: none;
	font-size: 0.2rem;
	color: #fff;
	height: 0.48rem;
	padding: 0 0.48rem;
	background-color: #e50051;
	text-align: center;
	line-height: 0.48rem;
	border-radius: 0.1rem;
	display: inline-block;
}
.setups {
	height: 11.68rem;
	padding-top: 0.4rem;
	background: #e8e8e8 url(../images/bg2.jpg) no-repeat 0 1.64rem;
	background-size: contain;
	position: relative;
}
.setups p {
	font-size: 0.22rem;
	line-height: 0.28rem;
	color: #363636;
	display: inline-block;
	position: relative;
	top: 0.3rem;
	left: 0.6rem;
}
.setups .swt {
	position: relative;
	top: 7.4rem;
}
.footer {
	height: 11.57rem;
	padding-top: 0.4rem;
	background: #0e2178 url(../images/bg3.jpg) no-repeat 0 2.1rem;
	background-size: contain;
	position: relative;
	/* margin-bottom: 0.86rem; */
}
.footer .title {
	color: #fff;
}
.footer .title span {
	color: #0e2178;
	background-color: #fff;
}
.footer .sub-title {
	color: #fff;
}
.footer .sub-title span {
	background-color: #8790bc;
}
.footer p {
	display: inline-block;
	color: #37a7ff;
	font-size: 0.26rem;
	line-height: 0.68rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
