
header{
	height: 56px;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 520px;
	z-index: 100;
	border-bottom: 1px solid rgba(255, 255, 255, 0.70);
}
.carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
}
.index_title {
    font-family: 'PingFang SC';
    position: absolute;
    width: 100%;
    height: 112px;
    line-height: 56px;
    text-align: center;
    z-index: 99;
    top: calc(50% - 90px);
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.index_flex {
    position: absolute;
    display: flex;
	padding-left: 77px;
	padding-right: 61px;
	flex-wrap: wrap;
    color: #FBFBFB;
    bottom: 66px;
	height: 152px;
    width: 100%;
    justify-content: space-between;
	background: linear-gradient(90deg, rgba(30, 41, 74, 0.00) 0.05%, rgba(30, 41, 74, 0.30) 33.35%, rgba(30, 41, 74, 0.30) 65.61%, rgba(30, 41, 74, 0.00) 99.95%);
}
.index_flex>div{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.index_flex{
	font-size: 12px;
	
}
.index_flex .num {
    font-family: 'DIN-Medium';
    font-size: 32px;
}
.index_flex p{
	height: 12px;
	line-height: 12px;
}
.index_flex .flex-right {
	align-items: flex-end;
}
.index_flex>div>div{
	width: 91px;
}
.downward {
    position: absolute;
    bottom: 15px;
    color: #fff;
    width: 32px;
    margin: 0;
    z-index: 9;
    font-size: 32px;
    left: calc(50% - 16px);
    animation: duwn 1.3s ease-out infinite;
}
@-moz-keyframes duwn {
    form {
        bottom: 60px;
    }
    to {
        bottom: 45px;
    }
}

@-o-keyframes duwn {
    form {
        bottom: 45px;
    }
    to {
        bottom: 25px;
    }
}

@-webkit-keyframes duwn {
    form {
        bottom: 40px;
    }
    to {
        bottom: 25px;
    }
}

@keyframes duwn {
    from {
        bottom: 25px;
    }
    50% {
        bottom: 0px;
    }
    to {
        bottom: 25px;
    }
}
/* 明医简介 */
.content-box{
	padding: 0 35px 40px 36px;
	background-color: #fff;
}
.con-title{
	text-align: center;
	font-family: 'PingFang SC Bold';
	font-size: 32px;
	color: #1E294A;
	font-weight: 400;
	padding-top: 47px;
	padding-bottom: 24px;
}
.con_con{
	font-family: PingFang SC;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	color: #5C5E66;
}
.content-box .more {
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
    background-color: #1877F2;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 40px;
}
/*  明医动态 */
.content-trends{
	padding: 0 24px 40px 23px;
}
.trends-title{
	text-align: center;
	font-family: PingFang SC;
	font-size: 32px;
	color: #1E294A;
	font-weight: 400;
	padding-top: 48px;
}
.list{
	padding: 11px 8px;
	border-radius: 8px;
	border: 1px solid #FFF;
	background: linear-gradient(275deg, #F2F8FF 0%, #FFF 100%);
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
}
.list>img{
	border-radius: 5px;
	height: 128px;
	object-fit: cover;
}
.list-title{
	font-size: 14px;
	padding: 4px 8px 8px;
	line-height: 21px;
	text-align: justify;
}
.list-bottom{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 0 8px;
	line-height: 25px;
}
.list-bottom span{
	color: #5C5E66;
	font-family: DIN;
}
.list-bottom a{
	color: #5C5E66;
}
.con-item-cy{
    margin-top:0;
}
