body { margin: 0 auto }
header { background-color: #fff; background-image: linear-gradient(top, #FFFFFF 0%, #EDEDED 100%); background-image: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%); background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%); background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%); background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%); }
header h1 { width: 1130px; margin: 0 auto; text-align: center; color: #5e676d; padding: 20px 0; }
.container .daoyu { width: 1080px; margin: 30px auto 20px; padding: 20px; background: #eee; border-radius: 20px; }
.container .daoyu p { text-indent: 2em; font-size: 14px; margin: 0 }
#thumbs { width: 1130px; margin: 20px auto 50px; }
#thumbs a { width: 200px; height: 205px; display: inline-block; border: 5px solid #fff; border-top: 10px solid #fff; border-bottom: 20px solid #fff; margin: 6px 6px 10px; position: relative; text-decoration: none; background-position: center center; background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; text-align: center; border-radius: 15px; color: #333 }
#thumbs a:after { background-color: #fff; bottom: -193px; content: attr(title); display: inline-block; font-size: 10px; max-width: 180px; overflow: hidden; padding: 2px 10px; position: relative; text-align: center; white-space: nowrap; }
.swiper1 .selected { color: #ec5566; border-bottom: 2px solid #ec5566; }
.swiper1 .swiper-slide { text-align: center; font-size: 16px; height: 50px; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; cursor: pointer; width: 33% !important; font-weight: bold; }
.swiper2 { width: 100%; }
.swiper2 .swiper-slide { background-color: #ccc; padding-top: 15px; }
footer { background: #eee; margin: 0 auto; font-size: 13px; text-align: center; padding: 5px 0 15px 0; }
