@media screen  and (max-width: 1199px) {
    #list-1 >div> .cont-req:nth-of-type(5) {
        display: none;
    }

    .t2_pick {
        height: 160px;
        width: 180px;
    }

    .list-hen li {
        height: 160px;
    }
    .entry-meta{
        display: none;
    }
}
@media (max-width: 992px) {
/*    #list-1 >div> .cont-req:nth-of-type(4) {
        display: none;
    }*/
    .container {
        max-width: 100%;
    }
    .right{
        display: none;
    }
    .left{
        padding-left: 15px;
    }
    .t2_pick {
        height: 180px;
        width: 270px;
    }
    .list-hen li {
        height: 220px;
    }
    .btn-Msg a{
        height: auto;
    }
    .entry-meta{
        display: block;
    }
}
/*-- 导航栏 --*/
@media screen and (max-width: 768px){
    .phone ul li{
        height: 40px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .phone ol{
        display: none!important;
    }
    .phone ul{
        width: 180px;
        z-index: 10;
        border:1px solid rgba(200, 200, 200, 0.8);
        height: auto;
    }
    .phone ul li,.phone ul li a{
        width: 100%;
        text-align: left;
        line-height: 40px;
    }
    .phone ul li a::after{
        display: none;
    }
    .phone .phone-show{
        height: 60px;
        line-height: 60px;
        width: 60px;
        margin-right: 0;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        padding: 15px 10px;
    }
    .phone-show>div{
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    .phone .nav{
        position: absolute;
        right: 15px;
        top: 48px;
        display: none;
        border-bottom:4px solid #83c2cd;
    }
    .phone a.this{
        background: rgba(111, 135, 168, 0.8);
        color: #fff;
    }
    .phone a.this *{
        color: #fff;
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    .t2_pick,.t2_pick img{
        width: 200px;
        height: 150px;
    }
    .entry-meta li{
        height: auto;
    }
    .list-hen li.cont-req2,.lvti{
        height: 190px;
    }
    #phone-show{
        height: 40px;
        width: 50px;
        padding: 8px;
    }
}
@media (max-width: 660px) {
   #list-1 >div{
        justify-content: space-around;
    }
    .t2_pick{
        width: 200px;
        height: 130px;
    }
    .entry-meta li{
        display: none;
    }
    .list-hen li.cont-req2{
        position: relative;
        padding-bottom: 46px;
    }
    .entry-meta li.btn-Msg{
        display: block;
        position: absolute;
        padding: 0;
        margin:10px 0 0 0;
        left: -2px;
        width: 100%;
    }
    .btn-Msg a{
        width: 100%;
        height: 100%;
        top: 0;
    }
    .list-hen li.cont-req2,.lvti{
        height: auto;
    }

}
@media (max-width: 580px) {
    .t2_pick{
        display: none;
    }
    .cont-req2 .lvti{
        padding-left: 0;
    }
    .container.header-all.phone,.header{
        height: 48px;
    }
    .panel-sou input{
        width: 80%;
    }
    .ce{
        right: 0;
        width: 30px;
    }
    .ce .ceL{
        height: 30px;
        line-height: 30px;
    }
    .ce .ceL .top{
        font-size: 18px;
    }
}
@media (max-width: 459px) {
    #list-1{
        display: none;
    }
    .title label{
        display: none;
    }
}

/* Loading - start */
.loading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(119, 119, 119, 0.8);
    z-index: 9999;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #6ecfcc;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
/* Loading - end */
