@media screen and (max-width: 1280px) {

    .w {
        width: 96%;
    }

    .form-input1 {
        flex: 1;
    }

    .form-input2 {
        width: 120px;
    }

    .main-type {
        margin-top: 0;
    }

    .main-type ul li {
        margin-top: 25px;
    }

}


@media screen and (max-width: 500px) {

    .main .w {
        padding: 0 0 30px;
    }

    .main-type ul {
        padding: 0 2%;
    }

    .main-type ul li {
        width: 48%;
        height: auto;
        background: none !important;
    }

    .main-type ul li a {
        height: auto;
        text-align: center;
        padding: 5px 10px;
        border-radius: 20px;
        background: #F6F6F6;
    }

    .main-type ul li a p {
        font-size: 16px;
    }

    .main-column {
        flex-direction: column;
        padding: 7px 2% 0 2%;
    }

    .main-column>p {
        font-size: 20px;
        padding-left: 10px;
    }

    .main-column ul {
        margin-top: 20px;
    }

    .main-column ul li {
        margin: 0 5px 25px 5px;
    }

    .main-column ul li a {
        padding: 0 15px;
        font-size: 14px;
    }

    .info-list li {
        margin-top: 20px;
    }
    
    .info-list li .other {
        flex-wrap: wrap;
    }

    .describe .p1 {
        font-size: 22px;
    }

    .describe .p2 {
        margin-top: 5px;
    }

    .other-news {
        width: 100%;
    }

    .other-details {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .other-details a {
        width: 120px;
        height: 40px;
    }

    .other-details a span {
        font-size: 16px;
    }

}