@media screen and (max-width:768px) {
    body {
        min-width:300px!important;
        /* min-width:400px!important; */
      }
    .sky-show-pc{
        display: none!important;
    }
    .flex-direction-column{
        display:flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex {
        display: flex;
    }
    .flex-end {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .bg-fff {
        background: #fff;
    }

    ul,
    li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .sky-color {
        color: #353432!important;
    }
    .sky-foot{
        background:#CA1C1D;
        padding: 15px 5px 20px 5px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-top: 40px;
        line-height: 25px;
    }
    body,
    html {
        padding: 0px;
        margin: 0px;
    }

    .omit {
        overflow: hidden;
        /*超出部分隐藏*/
        text-overflow: ellipsis;
        /* 超出部分显示省略号 */
        white-space: nowrap;
        /*规定段落中的文本不进行换行 */
    }

    .omit-two {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .omit-three {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 18px;
    }

    .mr-r-10 {
        margin-right: 10px;
    }

    .mr-r-5 {
        margin-right: 5px;
    }
    .mr-r-5:nth-child(even) {
        margin-right: 0;
    }

    .mr-r-10 {
        margin-right: 10px;
    }
    .mr-r-10:nth-child(even) {
        margin-right: 0;
    }
    .mr-t-10 {
        margin-top: 10px;
    }

    .mr-b-10 {
        margin-bottom: 10px;
    }

    .mr-b-5 {
        margin-bottom: 5px;
    }

    .mr-t-5 {
        margin-top: 5px;
    }
    .mr-t-10 {
        margin-top: 10px;
    }
    .mr-t-20 {
        margin-top: 20px;
    }
    .mr-t-30 {
        margin-top: 30px;
    }
    .mr-lr-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .bg-them{
        background: #CA1C1D;
    }
    .color-them{
        color: #CA1C1D;
    }

    .sky-nav-title{
        color: #333;
        font-size: 14px;
    }
    .sky-head {
        position: relative;
        background: url('/material/skymobil/images/bg.png') no-repeat;
        background-position: center;
        background-size: cover;
        padding: 15px 0;
       
    }
    .sky-nav-list{
        position: sticky;
        top: 0;
        z-index: 99;

    }
    .sky-logo {
        width: 100%;

    }

    .sky-title {
        font-size: 26px;
        color: #fff;
    }

    .sky-nav {
        flex: 1;
        background: #CA1C1D;
        color: #fff;
        font-size: 16px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        z-index: 99;
    }
    .sky-nav a{
        color: #fff;
    }
    .sky-rline {
        width: 2px;
        height: 100%;
        background: #FFFFFF;
    }
   
    .sky-brt {
        border-top: 2px solid #fff;
    }
    .sky-search {
        position: relative;
        width: 250px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 19px;
        margin: 10px auto;
    }

    .sky-search input {
        text-align: center;
        border: none;
        background: transparent;
        /* width: 100%; */
        flex-grow: 1;
        height: 100%;
    }

    .sky-search-icon {
        right: 5px;
        z-index: 9;
        padding: 5px;
        width: 30px;
    }
   

    .tygl-main .cen-div-1 .con-left ul li a{
        text-align: center;
        text-indent:0;
    }

    .sky-video-msg {
        color: #6F6E6E;
        font-size: 11px;
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sky-btn1 a{
        color: #fff!important;
    }



    .tygl-main .cen-div-1 .con-left ul li:nth-child(7) {
        width: 50%;
    }
    .sky-btn4 .mt-t-5{
        margin-top: 0!important;
    }
    .sky-video-msg{
        padding: 0 5px!important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .cy_nvn{
        display: none;
    }
    .tyxl-main .cen-div{
        padding-top: 10px;
    }
    #header {
        display: none;
    }
    #footer {
        display: none;
    }
}
@media screen and (min-width:768px) {
    .sky-show-mobile{
        display: none!important;
    }
}

