.solution {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.solution_title {
    display: flex;
    width: 100%;
    height: 62px;
    align-items: center;
    cursor: default;
    justify-content: center;
}
.solution_title i{
    width: 433px;
	height: 2px;
	background-color: #001d4f;
}
.solution_title span{
    width: auto;
	height: 62px;
	/* font-family: FZLTZHUNHK--GBK1-0; */
	font-size: 68px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
    color: #001d4f;
    margin: 0 89px;
    white-space: nowrap;
}
.solution_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
    width: 100%;
}
.solution_content>span {
    width: auto;
	height: 58px;
	/* font-family: FZLTXHK; */
	font-size: 66px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
    color: #ee610b;
    margin-top: 80px;
}
.med_content {
    display: flex;
    margin-top: 50px;
    width: 100%;
}
.med_content>div{
    flex: 1;
    margin: 0 11px;
    position: relative;
}
.med_content>div:hover {
    /* background-image: linear-gradient(#00c6ff, #00c6ff), 
	linear-gradient(#00c6ff, #00c6ff);
	background-blend-mode: normal, normal; */
    box-shadow: 0 0 5px 5px slategrey;
    border-radius: 4px;
    transition: 0.3s ease;
}
.med_content>div span{
    position: absolute;
    /* font-family: FZZZHONGJW--GB1-0; */
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 1px;
    color: #ffffff;
    bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
    z-index:2;
    left: 0;
}
.med_content>div img{
    width: 100%;
    height: 100%;
}

.detail{
    display: flex;
    flex-direction: column;
    width: auto;
    position: relative;
    min-height: 500px;
}
.detail>span{
    font-size: 20px;
}
.detail>i{
    text-align: start;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 20px;
    position: fixed;
    background: rgba(225,225,225,0.6);
    padding: 5px;
}
.detail img{
    margin-top: 50px;
    border-bottom: 1px solid #efefef;
}
footer{
    margin-top: 0;
}
.detail>i:hover{
    font-weight: bold;
}
.detail_content{
    display: flex;
    margin-top: 20px;
}
.detail_content>img{
    /* width: 300px;
    height: 300px; */
    zoom: 0.3;
    max-height: 500px;
}
.detail_content>p{
    margin: 0 10px;
    font-size: 16px;
}
.detail_content>textarea{
    flex: 1;
    margin: 0 10px;
    border: none;
    background: transparent;
    outline-style: none;
    /* height: -webkit-fill-available; */
}
