.selected-wrapper { background: #fff; }

.tab-menu-content { box-shadow: 0 .01rem 0 #f8f8f8; background: #fff; }
.tab-menu-content .tab-menu { font-size: 0; line-height: 0; height: 50px;}
.tab-menu-content .tab-menu .tab-menu-item { font-size: 14px; line-height: 50px; display: inline-block; margin-right: 15px; color: #999; }
.tab-menu-content .tab-menu .tab-menu-item.active a { color: #ff9933; }

.tab-content { font-size: 0; line-height: 0; color: #333; width: 1010px; }
.tab-content a { color: #333; }
.tab-content a:hover { color: #ff9933; }
.tab-content .tab-content-item { font-size: 14px; line-height: 1.5em; display: inline-block; width: 202px; text-align: center; padding: 10px 0; }
.tab-content .tab-content-item h3 { font-size: 14px; padding-top: 3px; }
.tab-content .tab-content-item p { font-size: 12px; line-height: 1em; }
.tab-content .tab-content-item .img-content { width: 190px; height: 142.5px; background-position: center; background-size: cover; background-repeat: no-repeat; overflow: hidden; margin: 0 auto; border-radius: 5px; }

.pages { text-align: center; padding: 30px 0; background: #fff; }
.pages li { display: inline-block; border: 1px solid #ccc; color: #808080; margin: 0 1px; border-radius: 2px; margin-bottom: 8px; }
.pages li a,.pages li span { color: #808080; padding: 5px 10px; display: block; }
.pages li.active { border-color: #ff9933; color: #ff9933; }