body {
    background: #171616;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
a {
text-decoration:none;
color:#FFF;
}
.clearfix-after:after {
    content: '';
    display: block;
    clear: both;
}
.table-section table {
    width: 100%;
}
    .table-section table .title {
        overflow: hidden;
        font-size: 29px;
        line-height: 34px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: rgba(111,1,1,0.89);
        -webkit-text-stroke: 1px rgba(15,15,15,0.89);
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .table-section table .index_table_cell {
        width: 50%;
    }
        .table-section table .index_table_cell .thumbnail {
            position: relative;
        }
            .table-section table .index_table_cell .thumbnail img {
                display: block;
                width: 100%;
            }
            .table-section table .index_table_cell:first-child .thumbnail {
                padding: 12px 5px 12px 0;
            }
            .table-section table .index_table_cell:last-child .thumbnail {
                padding: 12px 0 12px 5px;
            }

    .table-section table .spot {
		width: 100%;
		text-align: center;
    }

footer {

}
    footer .title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px;
        font-size: 48px;
        line-height: 50px;
        font-weight: bold;
        text-align: center;
        color: #ff0702;
        letter-spacing: -0.5px;
        text-shadow: 2px 5px 5px rgba(0,0,0,0.75), 0 0 1px #000;
        white-space: nowrap;
    }
    footer .spots-list {
        position: relative;
        overflow: hidden;
        margin: 0 -10px;
    }
        footer .spots-list .item {
            float: left;
            width: 33.333333%;
            padding: 10px 0;
        }
            footer .spots-list .item .link {
                display: block;
                position: relative;
                width: 300px;
                margin: 0 auto;
                text-decoration: none;
            }
                footer .spots-list .item .link .image-container {
                    position: relative;
                }
                    footer .spots-list .item .link .image-container:before {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        border: 1px solid transparent;
                        box-sizing: border-box;
                    }
                        footer .spots-list .item:nth-child(1) .link .image-container:before,
                        footer .spots-list .item:nth-child(4) .link .image-container:before {
//                            border-color: #d800ff;
                        }
                        footer .spots-list .item:nth-child(2) .link .image-container:before,
                        footer .spots-list .item:nth-child(5) .link .image-container:before {
//                            border-color: #f20c0e;
                        }
                        footer .spots-list .item:nth-child(3) .link .image-container:before,
                        footer .spots-list .item:nth-child(6) .link .image-container:before {
//                      border-color: #fff;
                        }

                    footer .spots-list .item img {
                        display: block;
                        width: 100%;
                    }

                footer .spots-list .item .link span {
                    display: block;
                    font-size: 14px;
                    line-height: 24px;
                    color: #fff;
                    text-align: center;
                }

.imgbox {text-align: center;margin: 0 auto;}
.bpic {border:1px solid #fff;width:95%;}
.n_left {position:absolute;top:150px;left:0;z-index:3;border:0}
.n_right {position:absolute;top:150px;right:0;z-index:2;border:0}

@media screen and (max-width: 960px) {
    .table-section table .title {
        font-size: 18px;
        line-height: 24px;
    }
    footer .title {
        font-size: 28px;
        line-height: 36px;
    }
    footer .spots-list .item .link {
        width: 100%;
        padding: 0 3px;
    }
}
@media screen and (max-width: 640px) {
    .table-section table .title {
        font-size: 14px;
        line-height: 20px;
    }
    footer .title {
        font-size: 19px;
        line-height: 26px;
    }
	.n_left img, .n_right img {width:50px;}
}
@media screen and (max-width: 440px) {
    .spot-container {
        display: block;
        width: 100%;
        background: none;
    }
    .spot-container .spot-link {
        width: 100%;
    }
    .top-title-container {
        display: none;
    }
    .table-section table .index_table_cell:first-child .thumbnail {
        padding: 4px 2px;
    }
    .table-section table .index_table_cell:last-child .thumbnail {
        padding: 4px 2px;
    }
    footer .title {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    footer .spots-list .item {
        width: 100%;
    }
	.n_left, .n_right {top:50px;}
}