@media all and (max-width: 999px) {
    /* idx-banner */
    .index-banner {
        margin-top: 50px;
    }
    .owl-index.owl-theme .owl-dots {
    	display: block !important;
    	position: absolute;
    	left: calc(50% - 21px);
        bottom: 0;
        z-index: 2;
    }
    .owl-index.owl-theme .owl-dots .owl-dot span {
    	width: 8px;
        height: 8px;
        margin: 5px 3px;
        background: #FFF;
    }
    .owl-index.owl-theme .owl-dots .owl-dot.active span, .owl-index.owl-theme .owl-dots .owl-dot:hover span {
    	background: #FD9D9E;
    }


    /* index-block */
    .idx-main-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px 0;
    }
    .main-block {
        width: calc(100%/3);
        text-align: center;
        margin: 10px 0;
    }
    .idx-notice-block {
        background: url(../images/index/idx01.png) no-repeat center;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: center;
    }
    .idx-notice-title {
        font-family: 'Noto Serif TC', serif;
        font-weight: 900;
        color: #d50000;
        font-size: 26px;
    }
    .idx-notice-content {
        padding: 0 10px;
    }
    .idx-notice-content, .idx-notice-content p {
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        margin: 0;
    }
    .idx-pro-title {
        font-size: 16px;
        margin-top: 15px;
    }
    .idx-pro-block-all {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
    }
    .idx-pro-block {
        width: calc(100%/4);
        text-align: center;
        margin: 10px 0;
        padding: 0 8px;
    }
    .gray-block {
        height: 12px;
        background: #EFEFEF;
    }
    .idx-list-title {
        padding: 15px 10px;
        display: flex;
        justify-content: space-between;
    }
    .idx-list-title span {
        font-size: 16px;
        position: relative;
    }
    .idx-list-title .recommend-title::after {
        content: '';
        position: absolute;
        background: url(../images/index/idx-icon21.png) no-repeat center;
        top: 2px;
        right: -25px;
        width: 21px;
        height: 20px;
    }
    .idx-list-title .new-pd-title::after {
        content: '';
        position: absolute;
        background: url(../images/index/idx-icon22.png) no-repeat center;
        top: 2px;
        right: -25px;
        width: 21px;
        height: 20px;
    }
    .idx-list-title .idx-more {
        font-size: 14px;
        color: #dc4e4e;
    }
    .idx-list-block-all {
        background: #FFEFEF;
        padding: 10px;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .idx-list-block {
        position: relative;
        width: calc(50% - 8px);
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .idx-list-block:nth-child(2n) {
        margin-right: 0;
    }
    .idx-list-block .link {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .list-pic { 
        position: relative;
        padding-top: 90%;
        background: #FFF;
    }
    .list-pic figure { 
        position: absolute; 
        top: 0px; 
        left: 0px; 
        width: 100%; 
        height: 100%; 
        display: flex; 
        justify-content:center; 
        align-items: center; 
        overflow: hidden; 
    }
    .list-pic img { 
        width: auto !important; 
        height: auto !important; 
        max-width: 100% !important; 
        max-height: 100% !important; 
    }
    .list-des {
        background: #F9F9F9;
        padding: 10px;
        min-height: 75px;
    }
    .list-title {
        font-size: 15px;
        color: #bf0000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .list-num {
        font-size: 14px;
    }
    .label-hot {
        content: '';
        position: absolute;
        background: url(../images/index/icon-hot.png) no-repeat center;
        top: 1px;
        right: 0px;
        width: 55px;
        height: 27px;
        z-index: 99;
    }
    .label-new {
        content: '';
        position: absolute;
        background: url(../images/index/icon-new.png) no-repeat center;
        top: 5px;
        right: 0px;
        width: 57px;
        height: 22px;
        z-index: 99;
    }
    .new-pd-block {
        margin-bottom: 65px;
    }
}