@media only screen and (max-width: 768px) {
	.mb-mt-1{
		margin-top:15px;
	}
	
    .mb_hidden {
        display: none;
    }
    .fwz_section h2.fwz_title img {
        height: 4.5vh;
    }
    .fwz_section .section {
        margin: 50px 0;
        font-size: 16px;
		padding-top:50px;
		margin-top:0;
    }
    /* .fwz_section .container {
        margin: 80px auto;
    } */
    .fwz_section .sec_banner {
        padding: 20px 0 5px;
        background-position: -110px 0;
        height: 310px;
        background-size: 600px;
    }

    .fwz_section .sec_banner .sec_banner_title {
        font-size: 24px;
        margin-left: -20px;
    }

    .fwz_section .sec_banner .sec_banner_desc {
        font-size: 12px;
        margin-left: -20px;
        font-weight: 900;
        letter-spacing: 1px;
		background: rgba(255, 255, 255, 0.4);
        padding: 5px 10px;
    }

    .fwz_section .sec_symptom {
        padding-bottom: 0;
        padding-top: 30px;
        margin: 0;
    }
    .fwz_section .sec_symptom h4 {
        padding-top: 5vw;
        font-size: 25px;
        font-weight: 900;
    }
    .fwz_section .sec_symptom .sec_symptom_pic {
        min-height: 100px;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2vw;
    }

    .fwz_section .sec_symptom .sec_symptom_pic img {
      width:35vw;
    }

    .fwz_section .sec_symptom_box {
        padding-top: 30px !important;
    }

    .fwz_section .sec_symptom_box > div {
        margin-bottom: 30px;
    }

    .fwz_section .sec_reason ul li {
        margin: 40px 0;
    }
    .fwz_section .sec_reason ul li h3 {
        border-radius: 30px 0%;
        padding: 8px 0vw;
        width: 340px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .fwz_section .sec_reason ul li .content {
        border-radius: 20px;
    }
    .fwz_section .sec_reason ul li .content img {
        border-radius: 20px;
        height: 135px;
		margin:0 ;
    }
    .fwz_section .sec_reason ul li .content p {
        padding: 0 10px;
        font-size: 12px;
    }

    .fwz_section .sec_type {
        height: 153vh;
		margin:0 ;
    }
    .fwz_section .sec_type .sec_type_box .item {
        margin: 20px 0;
        padding: 10px 0;
    }

    .fwz_section .sec_type .sec_type_box .item h4 {
        border-radius: 0px 100px 100px 0px;
        font-size: 22px;
        padding: 5px 30px 5px 15px;
        margin: 2vw 0;
        margin-left: -1vw;
    }

    .fwz_section .sec_type .sec_type_box .item .content {
        margin: auto 15px;
    }
    .fwz_section .sec_type .sec_type_box .item .img_text span {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fwz_section .sec_type .sec_type_box .item .img_text span::after {
        top: unset;
        border-width: 3px 0 3px 5.7px;
        right: -5px;
        left: unset;
    }
    .fwz_section .sec_type .sec_type_box .item .img_text img {
        width: 22vw;
    }
    .fwz_section .sec_type .sec_type_box .item .img_text p {
        font-size: 12px;
        padding: 0 1vw;
        padding-left: 10px;
        width: 60vw;
    }
	.fwz_section .sec_type .sec_type_box .item1 .img_text_box{
		position:relative;
	}
	.fwz_section .sec_type .sec_type_box .item1 .img_text_box::before{
		position:absolute;
		content:" ";
		width:2.5vw;
		height:2.5vw;
		border-radius:100%;
		background:white;
		border:#c7d3ee 0.8vw solid;
		
		left: 1vw;
	}
	.fwz_section .sec_type .sec_type_box .item1 .img_text_box::after{
		position:absolute;
		content:" ";
		width:2.5vw;
		height:2.5vw;
		border-radius:100%;
		background:white;
		border:#c7d3ee 0.8vw solid;
		bottom:0;
		left: 1vw;
	}
    .fwz_section .sec_type .sec_type_box .item1 .img_text {
		position:relative;
        padding: 0.5vw 0;
    }
	.fwz_section .sec_type .sec_type_box .item1 .img_text::before {
		position:absolute;
		content:" ";
		border-left: 1px #9acafb dashed;
		height:94%;
		width:1vw;
		left:2.5vw;
		bottom:0;
    }
	
	.fwz_section .sec_type .sec_type_box .item1 .img_text:nth-child(2)::before {
		
		
		bottom:unset;
		top:0;
    }

    .fwz_section .sec_type .sec_type_box .item2 .img_text {
        flex-flow: column;
    }

    .fwz_section .sec_type .sec_type_box .item2 .img_text img {
        width: 80vw;
    }
    .fwz_section .sec_type .sec_type_box .item2 .img_text p {
        width: 80vw;
        margin-top: 20px;
        font-size: 16px;
    }

    .fwz_section .sec_person {
        
		    height: 155vh;
    background-position: -390px;
    padding-top: 20vh;
    margin: 0;
    margin-top: -75px;
    }
    .fwz_section .sec_person .sec_person_box > p {
        font-size: 18px;
        padding-top: 5vw;
    }
    .fwz_section .sec_person .sec_person_box ul {
        margin-top: 10vw;
        border-radius: 10px;
    }
    .fwz_section .sec_person .sec_person_box ul li {
        width: 47vw;
        height: 61vw;
        text-align: center;
        flex: 1;
    }
	 .fwz_section .sec_person .sec_person_box ul li span{
		 height:67px;
	 }
    .fwz_section .sec_person .sec_person_box ul li:nth-child(1) {
        border-left: none;
        border-top: none;
    }
    .fwz_section .sec_person .sec_person_box ul li:nth-child(2) {
        border-top: none;
        border-right: none;
    }
    .fwz_section .sec_person .sec_person_box ul li:nth-child(3) {
        border-left: none;
    }
    .fwz_section .sec_person .sec_person_box ul li:nth-child(4) {
        border-right: none;
    }
    .fwz_section .sec_person .sec_person_box ul li:nth-child(5) {
        border-bottom: none;
        border-left: none;
    }
    .fwz_section .sec_person .sec_person_box ul li:nth-child(6) {
        border-bottom: none;
        border-right: none;
    }

    .fwz_section .sec_person .sec_person_box ul li img {
        width: 35vw;
    }
    .fwz_section .sec_person .sec_person_box ul li span > span {
        display: block;
    }
	.fwz_section .sec_treatment .title .zh_title h2 span>span{
		  display: block;
		  margin: 0;
	}
    .fwz_section .sec_treatment .sec_treatment_box .item {
        margin: 20px 0;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item1 {
        flex-flow: column;
        padding: 10px 10px;
    }

    .fwz_section .sec_treatment .sec_treatment_box .item1 img {
        margin-bottom: 10px;
		height:55vw;
    }

  

    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text {
        margin: 10px 0;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text > p {
        width: 70%;
        padding: 0 1vw;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text h4 {
        width: 30%;
        margin: 0;
        height: 100%;
		text-align: center;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text > div {
        width: 65%;
        margin-top: 2vw;
        padding: 0 1vw;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text:nth-child(1) {
        height: 79vw;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text:nth-child(2) {
        flex-wrap: wrap;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text:nth-child(2) h4 {
        height: 64vw;
    }
	.fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text:nth-child(2)  p{
		width: 85vw;
    margin-left: -30vw;
    padding: 15px 0;
	}
    .fwz_section .sec_treatment .sec_treatment_box .item2 .item2_text img {
        width:56vw;
    }
    

    .fwz_section .sec_treatment .sec_treatment_box .item3 {
        flex-flow: column;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item3 p {
        width: 80vw;
        margin: 10px 0;
        height: 18vw;
    }
    .fwz_section .sec_treatment .sec_treatment_box .item3 .inner {
        font-size: 24px;
    }
    .fwz_section .sec_prevention {
        background-position: -165vw;
        height: 126vh;
    }
    .fwz_section .sec_prevention .sec_pre_box {
        margin-top: 5vw;
    }
    .fwz_section .sec_prevention .sec_pre_box ul {
        flex-wrap: wrap;
    }
    .fwz_section .sec_prevention .sec_pre_box ul li {
        width: 95vw;
        flex: unset;
        height:unset ;
        margin: 10px 0;
		display: flex;
         align-items: center;
    }
	
	.fwz_section .sec_prevention .sec_pre_box ul li img{
		    border-radius: 20px 0px 0px 20px;
			width: 30vw;
	}

    .fwz_section .sec_prevention .sec_pre_box ul li p {
        font-size: 14px;
        padding: 5px;
    }

    .fwz_section .title .en_title {
        font-size: 18px;
        font-weight: 600;
    }

    .fwz_section .title .zh_title {
        margin-top: -3vw;
    }
    .fwz_section .title .zh_title img {
        width: 15vw;
    }
    .fwz_section .title .zh_title h2 {
        margin: 0;
        color: #253f76;
        font-size: 20px;
        font-weight: 900;
        padding: 0 7vw;
    }
    .fwz_section .title .zh_title h2 span {
        color: #f57e2b;
    }
	
	.fwz_section  .section_com_problem {
            width: 100vw;
            margin-top: 50px;
        }

     .fwz_section .section_com_problem>h3 {
            width: 190px;
        }

     .fwz_section .section_com_problem .accordion {
            width: 90vw;
            margin: 0 auto;
            margin-top: 0;
        }

    .fwz_section .section_com_problem .accordion h2 p {
            font-size: 18px;
            font-weight: 900;
			text-align: left;
        }
}
