/*----------- media -----------*/
.nav-icon {
    display: none;
}

@media screen and (max-width: 1440px) {
    .nav-icon {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .nav-icon {
        display: block;
    }

    .nav-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 960px) {

    .container {
        width: 96%;
        word-wrap: break-word;
        margin: 0 auto;

    }

    .brand {
        width: 40%;
    }

    .megacharity_head {
        position: relative;
    }

    .nav-slider {
        display: none;
        position: absolute;
        width: 65%;
        right: 0;
        background: #fff;
        top: 62px;
        z-index: 9999;
    }

    .nav-icon>svg {
        width: 30px;
        height: 30px;
        vertical-align: 0;
    }

    .nav-icon>svg>line {
        stroke-width: 2;
        stroke: #ff5400;
    }

    .navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
    }

    .navbar-nav>li {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 10px;
    }

    .navbar-nav>li>a {
        font-size: 17px;
    }

    .about-bg {
        padding-top: 20px;
        width: 100%;
        background: #f8f9fa;
    }

    .article-tit {
        font-size: 20px;
        font-weight: 550;
        color: #ff5400;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .about-item {
        width: 100%;
        height: auto;
        display: flex;
        background: #fff;
        /*align-items: center;*/
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .about-item-text {
        width: 100%;
        /* padding: 20px 0; */
        text-align: left;
        padding-top: 15px;
    }

    .about-item-de {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .about-item-image {
        width: 100%;
    }

    .about-item-image img {
        height: 200px;
        object-fit: cover;
    }

    .foot-bottom {
        font-size: 12px;
        line-height: 20px;
    }

    .about-item:nth-child(3),
    .about-item:nth-child(4) {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-item:nth-child(4) {
        margin-bottom: 0;
    }

    .about-item-block {
        padding-bottom: 30px;
    }

    .foot {
        display: flex;
        flex-direction: column;
    }

    .foot-logo-item {
        width: 100%;
    }

    .foot-item-nav {
        width: 100%;
        margin-bottom: 10px;
    }

    .foot-item-contact {
        width: 100%;
    }

    .foot-logo {
        margin-bottom: 10px;
    }

    .foot-logo img {
        width: 200px;
    }

    .foot-about {
        margin-bottom: 15px;
    }

    .page-bg {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #f8f9fa;
    }

    .page-banner img {
        height: 120px;
        object-fit: cover;
        display: inline-block;
        width:100%;
    }

    .post-bg {
        width: 100%;
        margin-top: 10px;
    }

    .post-item-dl {
        display: flex;
        flex-direction: column;
    }

    .post-item-dl .post-img {
        width: 100%;
        overflow: hidden;
    }

    .post-item .post-text {
        padding: 8px 10px 10px;
        text-align: left;
        flex: 1;
    }

    .post-item .post-text h4 {
        font-size: 18px;
    }

    .post-item-dl .post-item-p {
        font-size: 16px;
    }

    .article-main-form {
        width: 100%;
    }

    .article-form {
        margin-top: 20px;
    }

    .form-item {
        display: none;
    }

    .form-block {
        width: 100%;
    }

    .layui-form-other {
        line-height: 28px;
        margin: 6px 10px 0 0;
        padding-right: 10px;
        cursor: pointer;
        display: inline-block;
    }

    .layui-input-study {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .layui-form .layui-input-number .layui-form-select {
        width: 100%;
    }

    input::placeholder {
        font-size: 14px;
    }

    .banner img {
        height: 150px;
        object-fit: cover;
    }

    .layui-input-number .layui-select-title {
        width: 100%;
    }

    .layui-input-number input.layui-input {
        width: 100% !important;
        flex: unset !important;
    }

    .layui-input-number {
        display: flex;
        flex-direction: column;
    }

.page-post-main{margin-top: 10px;line-height: 25px;}
.page-post-main p{
    margin-bottom: 10px;
    line-height: 25px !important;
}
.page-post-main span{line-height: 25px !important;}
.article-main-contact li ,.page-post-main li{
    margin-bottom: 8px;
    line-height: 25px !important;
}
.article-main-contact ul, .page-post-main ul{
    margin-left: 30px;
    margin-bottom: 10px;
}



    
    
}

@media screen and (max-width: 768px) {

    .container {
        width: 96%;
        word-wrap: break-word;
        margin: 0 auto;

    }

    .brand {
        width: 40%;
    }

    .megacharity_head {
        position: relative;
    }

    .nav-slider {
        display: none;
        position: absolute;
        width: 65%;
        right: 0;
        background: #fff;
        top: 62px;
        z-index: 9999;
    }

    .nav-icon>svg {
        width: 30px;
        height: 30px;
        vertical-align: 0;
    }

    .nav-icon>svg>line {
        stroke-width: 2;
        stroke: #ff5400;
    }

    .navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
    }

    .navbar-nav>li {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 10px;
    }

    .navbar-nav>li>a {
        font-size: 17px;
    }

    .about-bg {
        padding-top: 20px;
        width: 100%;
        background: #f8f9fa;
    }

    .article-tit {
        font-size: 20px;
        font-weight: 550;
        color: #ff5400;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .about-item {
        width: 100%;
        height: auto;
        display: flex;
        background: #fff;
        /*align-items: center;*/
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .about-item-text {
        width: 100%;
        /* padding: 20px 0; */
        text-align: left;
        padding-top: 15px;
    }

    .about-item-de {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .about-item-image {
        width: 100%;
    }

    .about-item-image img {
        height: 200px;
        object-fit: cover;
    }

    .foot-bottom {
        font-size: 12px;
        line-height: 20px;
    }

    .about-item:nth-child(3),
    .about-item:nth-child(4) {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-item:nth-child(4) {
        margin-bottom: 0;
    }

    .about-item-block {
        padding-bottom: 30px;
    }

    .foot {
        display: flex;
        flex-direction: column;
    }

    .foot-logo-item {
        width: 100%;
    }

    .foot-item-nav {
        width: 100%;
        margin-bottom: 10px;
    }

    .foot-item-contact {
        width: 100%;
    }

    .foot-logo {
        margin-bottom: 10px;
    }

    .foot-logo img {
        width: 200px;
    }

    .foot-about {
        margin-bottom: 15px;
        line-height: 25px;
    }

    .page-bg {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #f8f9fa;
    }

    .page-banner img {
        height: 120px;
        object-fit: cover;
        display: inline-block;
    }

    .post-bg {
        width: 100%;
        margin-top: 10px;
    }

    .post-item-dl {
        display: flex;
        flex-direction: column;
    }

    .post-item-dl .post-img {
        width: 100%;
        overflow: hidden;
    }

    .post-item .post-text {
        padding: 8px 10px 10px;
        text-align: left;
        flex: 1;
    }

    .post-item .post-text h4 {
        font-size: 18px;
    }

    .post-item-dl .post-item-p {
        font-size: 16px;
    }

    .article-main-form {
        width: 100%;
    }

    .article-form {
        margin-top: 20px;
    }

    .form-item {
        display: none;
    }

    .form-block {
        width: 100%;
    }

    .layui-form-other {
        line-height: 28px;
        margin: 6px 10px 0 0;
        padding-right: 10px;
        cursor: pointer;
        display: inline-block;
    }

    .layui-input-study {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .layui-form .layui-input-number .layui-form-select {
        width: 100%;
    }

    input::placeholder {
        font-size: 14px;
    }

    .banner img {
        height: 150px;
        object-fit: cover;
    }

    .layui-input-number .layui-select-title {
        width: 100%;
    }

    .layui-input-number input.layui-input {
        width: 100% !important;
        flex: unset !important;
    }

    .layui-input-number {
        display: flex;
        flex-direction: column;
    }



}






@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}