@media screen and (max-width: 500px) {
    .container-min {
        width: 90% !important;
    }

    /* .container-min .main .box:first-child {
        margin: 0 4% 0 0;
    }

    .container-min .main .box:last-child {
        margin: 0 0 0 4%;
    } */

    .container-min .services .box {
        font-size: 9px !important;
        width: 43% !important;
    }

    .container-min .services .box p img {
        width: 40%;
    }

    footer {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1280px) {
    .container-min {
        width: 90% !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

.container-min {
    width: 61%;
    margin: 0 auto;
}

.logo {
    text-align: center;
    margin-bottom: 5px;
}

.container .nav {
    /* height: 40px; */
    background: #333;
}

.container .nav ul {
    justify-content: center;
}

.container .nav ul {
    flex-wrap: wrap;
    display: flex;
}

.container .nav a {
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: white;
}

.container .nav li {
    margin: 0 3% 0 3%;
    list-style-type: none;
}

.container .nav .active::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: bisque;
    display: block;
    margin-top: -6px;
}

.container-min .main {
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.container-min .box {
    /* padding: 10px; */
    width: 30%;
    /* margin: 0 4% 0 4%; */
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.container-min .services {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.container-min .services .box {
    padding: 10px;
    width: 46%;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

.container-min footer {
    font-size: 15px;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.container-min footer span {

    color: #919191;
    font-weight: bold;
}

.container-min footer p {
    color: black;
    font-weight: bold;
}

.container-min .qiuckservice {
    margin-top: 40px;
    text-align: center;
}

/* .container-min .main div:first-child{
    
} */
.container-min .main .button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 150px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dd3a5f;
    border-radius: 8px;
    margin: 10px 10px 0 0;
}

.container-min .main .buttons {
    display: flex;
}

.container-min .main .buttons a {
    text-decoration: none;
    color: white;
}


.container-min .main-apps {
    padding: 15px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.container-min .main-apps .box img {
    width: 75px;
}

.container-min .main-apps .box a  {
    text-decoration: none;
    color: black;
}

.container-min .main-apps .box {
    box-shadow: none;
    width: 112px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

footer a{
    text-decoration: none;
}