@media screen and (max-width: 768px) {
    .lg_container{
        display: none;
    }
    .small_container .index_small_card{
         height:auto;
         padding: 0;
         width: calc(100% - 1rem);
        border-radius: 0.3rem;
        box-shadow: 0rem 0rem 1rem 0rem rgb(103 102 102 / 30%);
        margin: 1rem auto !important;
        background-color: #fff;
    }
    .index_small_card{
        margin: 1rem auto !important;
    }
    .index_small_card img{
        width: 100%;
        min-height: 207px;
        max-height: 210px;
    }
    .card_title{
        border-radius: 0 0 .5rem .5rem;
        padding: 0rem .5rem;
        color: #535353;
        overflow: hidden;
        padding: .4rem .5rem;
        font-size: 0.9rem;
        -webkit-line-clamp: 3;
        overflow: hidden;
        color: #1a1a1a;
        text-align: left;
        font-weight: bold;
        margin:0;
    }
}

@media screen and (min-width: 768px) {
    .small_container{
        display: none;
    }
    .lg_container{
        width: 100%;
        height: auto;
    }
    .lg_nav{
        width:100%;
        position: fixed;
        height: 40px;
        padding: 10px 0;
        top: -70px;
        transition: transform 0.4sease;
        transform: translate3d(0, 70px, 0);
        display: flex;
        justify-content: center;
        background: #000;
        z-index:20;
    }
    .nav_content{
        max-width: 1200px;
        width: 80%;
        min-width: 1024px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }
    .share_to{
        display:flex;
        justify-content:space-between;
    }
    .share_to a{
        width:40px;
        height:40px;
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius:50%;
        background: rgba(255, 255, 255, .15);
        margin-right:15px;
    }
    .share_to a:nth-child(1):hover{
        background: #3b5997;
    }
    .share_to a:nth-child(2):hover{
        background: #00aced;
    }
    .share_to a:nth-child(3):hover{
        background: #230B1E;
    }
    .logo_txt{
        font-size:2rem;
        color:#fff;
        font-weight:bold;
        display:flex;
        align-items:center;
    }
    .logo_txt img{
        width: 180px;
    }
    .content-common{
        display: flex;
        max-width: 1200px;
        width: 80%;
        min-width: 1024px;
        margin: 0 auto;
        margin-top:80px;
    }
    .left_common{
        flex:.7;
        display: flex;
    }
    .right_common{
        flex:.3;
    }
    .left_left{
        flex:.36;
        overflow: hidden;
    }
    .left_right{
        flex:.64;
        overflow: hidden;
        padding:0 20px;
    }
    .title_parent{
        width:100%;
        margin: 15px 0;
        position: relative;
        text-align: center;
        margin-top:0;
    }
    .title_parent::before{
        content: '';
        background: #555;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 50%;
        width: 100%;
        height: 1px;
        z-index: 0;
    }
    .title_parent h2{
        background: #ff005b;
        color: #fff;
        display: inline-block;
        font-size: 1.1rem;
        font-weight: 700;
        padding: 5px 13px;
        position: relative;
        text-transform: uppercase;
        transform: skewX(-15deg);
        z-index: 1;
    }
    .left_left img{
        width: 100%;
        position: relative;
        z-index: 0;
        vertical-align: top;
        opacity: 1;
    }
    .quiz_info{
        display:flex;
    }
    .quiz_num{
        flex: 0.2;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        font-weight: bold;
        color: #ccc;
    }
    .quiz_txt{
        flex: 0.8;
        padding: 6px 0;
    }
    .card_top{
        color: #777;
        font-size: 12px;
        padding: 5px 0 3px 0;
        text-align: left;
    }
    h3{
        margin:0;
    }
    .quiz_txt h3{
        color: #222;
        font-weight: 700;
        line-height: 1.5;
        font-size: .7em;
        /* letter-spacing: -.02em; */
        opacity: 1;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .common_item{
        margin-bottom:10px;
        width:100%;
    }
    .middle_item a{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .middle_item img{
        height: 270px;
        object-fit: cover;
        margin:0 auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .middle_item{
        position: relative;
        margin-bottom: 30px;
        min-height:270px;
    }
    .middle_item:hover img{
        opacity: 0.8;
        transtion: all 0.3s ease;
    }
    .quiz_title{
        position: absolute;
        bottom: 0px;
        width: calc(100% - 40px);
        padding: 20px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    }
    .quiz_title h3{
        color: #fff;
        font-weight: 700;
        letter-spacing: -.02em;
        line-height: .95;
        font-size: 22px;
        margin-right: 20px;
        text-align: left;
    }
    .tab_menu{
        display:flex;
    }
    .tab_menu span{
        width:50%;
        text-align: center;
        transform: skewX(-15deg);
        margin-right: 1px;
        display: inline-block;
        font-size: .8rem;
        font-weight: 700;
        padding: 5px 13px;
        text-transform: uppercase;
        z-index: 1;
        border: 1px solid #aaa;
        cursor: pointer;
    }
    .tab_menu span.active{
        background: #ff005b;
        color: #fff;
        border: 1px solid #ff005b;
        border-right: none;
    }
    .right_item .right_common{
        width: 100%;
    }
    .right_item{
        margin-bottom:10px;
    }
    .right_item a{
        display:flex;
    }
    .right_common img{
        width: 160px;
        height:84px;
        margin-right:10px;
        object-fit: cover;
    }
    .right_common .quiz_info{
        display:flex;
        flex:1;
        flex-wrap: wrap;
    }
    .quiz_info h3{
        color: #222;
        font-weight: 700;
        line-height: 1.2;
        font-size: .9rem;
        letter-spacing: -.02em;
        opacity: 1;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .card_top{
        display:block;
        width:100%;
    }
    .ad_container{
        width: 100%;
        height:250px;
        margin:25px;
       display:flex;
       justify-content:center;
       align-items:center;
       color:#ccc;

    }
    .middle_content,.bottom_content{
        width: 100%;
        min-width: 1024px;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 80px;
    }
    .quiz_top_common{
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .middle_content .title_parent::before{
        height: 2px !important;
    }
    .quiz_top_common a{
        /* flex:1; */
        /* margin-right:10px; */
        width: 49.5%;
        position: relative;
        max-height: 297px;
        overflow: hidden;
    }
    .quiz_top_common a:hover img{
        opacity: 0.8;
        transtion: all 0.3s ease;
    }
    .quiz_top_common img{
        width: 100%;
    }
    .quiz_top_common h3{
        position: absolute;
        bottom: 0px;
        width: calc(100% - 40px);
        padding: 20px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
        color: #fff;
        font-weight: 700;
        letter-spacing: -.02em;
        line-height: .95;
        font-size: 22px;
        margin-right: 20px;
        text-align: left;
    }
    .quiz_bottom_common{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .quiz_bottom_common a{
        width:24.5%;
    }
    .quiz_bottom_common a img{
        width:100%;
        height:160px;
        object-fit: cover;
    }
    .quiz_bottom_common a:hover img{
        opacity: 0.8;
        transtion: all 0.3s ease;
    }
    .bottom_title{
        color: #222;
        font-weight: 700;
        line-height: 1.2;
        font-size: .9rem;
        letter-spacing: -.02em;
        opacity: 1;
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .bottom_content{
        margin-top: 50px;
    }
    img:hover{
        opacity: 0.8;
    }
    .more_item a{
        display:flex;
        justify-content: justify-bettween;
        align-items: center;
    }
    .img_parent_more{
        flex: 0.35;
        margin-right: 20px;
    }
    .img_parent_more img{
        width: 100%;
        height: 232px;
        object-fit: cover;
    }
    .quiz_more_info{
        flex: 0.65;
    }
    .quiz_more_info h3{
        font-weight: 700;
        letter-spacing: -.02em;
        line-height: 1.1;
        font-size: 26px;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color:#222;
    }
    .quiz_more_info p{
        color: #555;
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.4;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .more_item{
        border-top: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .latest_ul{
        display:none;
    }
}