body{
    width: 100%;
    font-family: Simsun, Arial, sans-serif;
    overflow-x: hidden;
    background-color: #eee;
}
/* header banner */
.m-banner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: none;
}
.m-banner{
    display: none;
}

/* slide */
.pagination-bottom {
    bottom: .875rem !important;
    text-align: right !important;
    width: 20% !important;
    right: 20px !important;
    left: auto !important;
}

.pagination-bottom>.swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
    outline: none;
    width: .75rem;
    height: .75rem;
}

.pagination-bottom>.swiper-pagination-bullet-active {
    background: #c50f0f;
    opacity: 1;
    outline: none;
}

.pagination-lh>.swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
    outline: none;
    width: 12px;
    height: 12px;
}

.pagination-lh>.swiper-pagination-bullet-active {
    background: #ff0000;
    opacity: 1;
    outline: none;
}

.slide-img{
    width: 100%;
    height: 22.6875rem;
    background-color: rgba(255, 255, 255, .95);
    overflow-y: hidden;
    position: relative;
}
.slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-desc-wrap{
    width: 100%;
    height: 2.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.slide-desc{
    width: 75%;
    font: 1.375rem/2.75rem 'Microsoft Yahei';
    color: #fff;
    padding-left: .9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* topnews */
.top-line-img{
    display: block;
    flex: 0 0 auto;
    width: 2rem;
    margin-right: .625rem;
    float: left;
}
.top-line-img img{
    height: 100%;
}
.topnews-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hot-news-title{
    font: bold 1.75rem/2.375rem 'Microsoft Yahei';
    color: #333;
    text-align: center;
    vertical-align: text-top;
}
.hot-news-desc{
    margin-top: 1.375rem;
    font: 1rem/1.4 'Microsoft Yahei';
    color: #555;
    text-indent: 2em;
}

.top-news-list-wrap{
    margin-top: 2.625rem;
}

.top-news-list{
    list-style-type: disc;
    margin-left: 1.25rem;
    padding: 0;
}
.top-news-list li{
    height: 1.8rem;
    line-height: 1.8rem;
}
.top-news-list li a{
    font: 1.0625rem/1.4 'Microsoft Yahei';
}

/* title */
.title-s-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.title-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-img img{
    height: 100%;
}
.more-style{

    font: 1rem/1rem 'Microsoft Yahei';
    color: #555;
}


/* timeLine */
.parade-title{
    margin-top: 10%;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
.parade-inner-content{
    width: 100%;
    overflow: hidden;
}
.parade-list{
    margin: 0px 20px 0px 5px;
    border-left: 6px solid #8e8e8e;
}
.parade-list img{
    width: 100%;
}
.time-line{
    display: flex;
    height: 2rem;
    align-items: center;
    margin-bottom: 10px;
}
.event-node{
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #00a8ec;
    transform: translateX(-75%)
}
.parade-time{
    background: url("https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/sfgg/time-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 1.5625rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
}
.parade-time h3{
    color: #00a8ec;
    font: 1rem/1.5625rem "Microsoft Yahei";
}
.parade-inner-list{
    width: 95%;
    overflow: hidden;
    border-bottom: 20px solid transparent;
    margin-left: .75rem;
}
.parade-inner-list-left{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 15rem;
}
.parade-inner-list-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parade-inner-list-right{
    padding: 20px;
}
.parade-inner-list>p{
    margin-top: .75rem;
    font: 1rem/1.4 'Microsoft Yahei';
    text-align: justify;
    color: #333;
}


/* 滾動條 */
.hisTimeWrap::-webkit-scrollbar{
    width: 0.125rem;
    height: 1px;
}
.hisTimeWrap::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #8ebfff;
    border: 1px solid #8e8e8e;
}
.hisTimeWrap::-webkit-scrollbar-track{
    border-radius: 10px;
}


/* 調查 */
.dc-content{
   padding: .625rem .9375rem 1.025rem .9375rem;
   background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/sfgg/dc-bg.jpg) no-repeat top left;
   background-size: 100% 100%;
}
.dc-btns{
    text-align: center;
    margin: 10px 0;
}
.dc-btn{
    display: inline-block;
    width: 5em;
    line-height: 2;
    background: #999;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    border-radius: 5px;
    outline: none;
}
.dc-btn:hover{
	color:#fff;
}
.dc-btn-active {
    background: #0289cf;
}
.dc-list{
    width: 100%;
}
.dc-list li{
    width: 100%;
    float: left;
    padding: 5px;
}
.dc-list li{
    line-height: 1.4;
}
.dc-list li>input{
    font: 1rem/1.4 'Microsoft Yahei';
    color: #555;
}

/* mb */
.mb15{
    margin-bottom: 15px;
}


/* text-limit */
.text-limit-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.text-limit-2 {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-limit-3 {
    height: 4.1875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*roll*/
.roll-view{
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.roll-list{
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    position: relative;
}
.roll-list li{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    width: 16%;
}
.roll-list a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #555;
    overflow: hidden;
    position: relative;
}
.roll-list a:after{
    content: '';
    width: 100%;
    height: 0;
    padding-top: 157.3%;
    display: block;
}
.roll-list img{
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.roll-list span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}






/* footer */
/*copyright*/
footer {
    clear: both;
    background-color: #1c1c1c;
    padding: 10px;
    margin-top: 20px;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8em;
    margin: 0;
}
footer .copyright span{
    white-space: nowrap;
}
@media(min-width: 1365px){
  .album-thumb-item {
    height: 183px;
  }
}
@media(max-width:732px){
    html{
        font-size: 14px;
    }

    .smb25{
        margin-bottom: 1.5625rem !important;
    }

    .smb15{
        margin-bottom: .9375rem;
    }

    
    .banner-img{
        display: none;
    }
    .m-banner{
        display: block;
    }

    /* title */
    .title-img{
        height: 2.8rem;
    }

    /* slide */
    .slide-desc{
        font: 1.125rem/2.75rem 'Microsoft Yahei'; 
    } 
    /* news */
    .hot-news-title{
        font: bold 1.1875rem/1.3 'Microsoft Yahei';
    }


    /* row */
    .srow{
        width: 100%;
        margin: 0 auto;
    }

    /* dc */
    .dc-list li{
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }


    .mb15{
        margin-bottom: .9375rem;
    }

}


@media(min-width:767px){
    html{
        font-size: 16px;
    }
    .mb75{
        margin-bottom: 4.6875rem !important;
    }
    .mb35{
        margin-bottom: 2.1875rem;
    }


    .banner {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .banner>.banner-img {
        position: absolute;
        width: 1920px;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-img{
        display: block;
    }
    .m-banner{
        display: none;
    }



    /* topnews */
    .topline-style{
        width: 100%;
        height: 22.875rem;
        overflow: hidden;
    }

    /* title */
    .title-img{
        height: 5.4375rem;
    }

    /* dc */
    .dc-list li{
        width: 100%;
        float: left;
        padding: 5px;
    }

}
