@media screen and (max-width:768px) {
    #header {
        display: block;
        width: 100%;
        height: auto;
        background: url(//m.lindaschicas.com/material/skymobil/images/bg.png) no-repeat;
        background-size: cover;
        position: relative;
    }

    #header::before {
        content: '';
        background: url('//m.lindaschicas.com/material/skymobil/images/logo1.png') no-repeat;
        background-size: cover;
        position: absolute;
        width: 290px;
        height: 23px;
        top: 88px;
        left: calc(50% - 145px);
        display: none!important;
    }

    #header::after {
        content: '';
        background: url('//m.lindaschicas.com/material/skymobil/images/bg1.png') no-repeat;
        background-size: cover;
        position: absolute;
        width: 125px;
        height: 71px;
        top: 10px;
        left: calc(50% - 62.5px);
        display: none!important;
    }

    #header .header-top {
        width: 100%;
        margin: 0 auto;
        height: 190px;
		display:block!important;
    }

    #header .zxts-top {
        display: none;
    }

    .header-topt {
        display: none;
    }

    #header .header-top .header-topr {
        width: 250px;
        float: right;
        padding-right: 0;
        position: absolute;
        bottom: 25px;
        left: calc(50% - 125px);
    }
    #pageform img{
           position: absolute!important;
			height: 35px!important;
			border-top-right-radius: 19px!important;
			border-bottom-right-radius: 19px!important;
			right: -1px!important;
    }

    .search-box {
        float: none !important;
        position: relative;
        width: 250px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 19px;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .search-box::before{
        content: '';
        background: url('http://m.lindaschicas.com/material/skymobil/images/search.png') no-repeat;
        background-size: cover;
        position: absolute;
        width: 20px;
        height: 20px;
        /* top: 10px; */
        /* left: calc(50% - 62.5px); */
        right: 10px;
    }
    #pageform {
        height: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    #header .header-top .header-topr .search-box input {
        width: 100% !important;
        border: none !important;
        float: none !important;
        height: 35px !important;
        color: #999999;
        background: transparent !important;
        line-height: 35px;
    }

    .cy_nvn {
        display: block !important;
        width: 100%;
        height: 83px!important;
        background: #277e37;
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .cy_nvn ul {
        width: 100% !important;
        border-top: 1px solid #fff;

    }

    .cy_nvn ul li.nav-item {
        height: 40px;
        line-height: 40px;
        width: calc(25% - 2px);
        text-align: center;
        background: #CA1C1D;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .cy_nvn .nav-item a {
        line-height: 40px;
        color: #FFFFFF;
        font-size: 16px !important;
        display: block;
    }

    .cy_nvn ul li:nth-child(2) {
        display: none;
    }

    .cy_nvn ul li:nth-child(4) {
        display: none;
    }

    .cy_nvn ul li:nth-child(7) {
        border-right: none;
        width: 25%;

    }

    .cy_nvn ul li:nth-child(6) {
        display: none;
    }

    .cy_nvn ul li:nth-child(8) {
        display: none;
    }

    .cy_nvn ul li:nth-child(10) {
        display: none;
    }

    .cy_nvn ul li:nth-child(12) {
        display: none;
    }

    .cy_nvn ul li:nth-child(14) {
        display: none;
    }

    .cy_nvn ul li:nth-child(15) {
        border-right: none;
        width: 25%;

    }
}

