<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search {
    position: relative;
}
.search-keyword {
    width: 100%;
    padding: 0 0 0 5px;
    font-size: 1em;
    color: #3C3C3C;
    background: #F4F4F4;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #CFCBC5;
    box-shadow: 0 1px 3px #C8C8C8 inset;
}
.swipe-box {
	padding-top: 0px;
    width:100%;
    height:210px;
    margin:0 auto;
    overflow: hidden;
}
.swipe-box &gt; .swipe {
    width:100%;
    height:210px;
}
.swipe-box &gt; .swipe img {
   border:1px solid #eee;
}

.activities {
    padding: 0px 0 0;
}
.activities .list {
    width: 100%;
    margin: 0 auto;
}
.activities .list ul {
    width: 100%;
}
.activities .list .one-img {

}
.activities .list .one-img .app li {
    float: left;
    width: 22%;
    margin: 0 0 6px;
	position:relative; left:6%; 
}
.activities .list .one-img .app img {
margin-bottom: 5px;
}
.activities .list .one-img dl {
    font-size: .9em;
    text-align: center;
}
.activities .tabbox {
    margin: 0px auto;
}
.activities .tabs-hd {
    background:#FFF;
}
.activities .tabs {
    position: relative;
}
.activities .tabs li {
    text-align: center;
    float: left;
    width:33%;
    font-size:14px;
    border-right:1px solid #DDD;
}
.activities .tabs li:last-child {
    border-right:0;
}
.activities .tabs li a {
    display: block;
    padding:6px 0;
}
.activities .tabs li.selected {
    background: #f2f2f2;
}
.activities .tabs li.selected a {
    color: #cc0000;
}
.activities .tab-show {
    width: 100%;
    margin:0px auto;
}
.activities .tab-show .subjects:after {
    content:" ";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.activities .tab-show .subjects li {
    float:left;
    width:50%;
    font-size:12px;
}
.activities .tab-show .subjects li .subject-item {
    width: 96%;
    margin:auto;
    position:relative;
}
.activities .tab-show .subjects li .subject-item img {
    width: 100%;
	height: 150px;
	padding:10px 0px 0px 0px;
}
/* 针对手机版 */
@media (max-width: 767px) {
    .activities .tab-show .subjects li .subject-item img {
    width: 100%;
	height: 150px;
	padding:10px 0px 0px 0px;
    }
}

/* 针对电脑端 */
@media (min-width: 768px) {
    .activities .tab-show .subjects li .subject-item img {
        height: 100%;
        width: 100%;
    }
}
.activities .tab-show .subjects li .subject-item .subject-title {
    bottom:0px;
    display:block;
    text-align:center;
    width:100%;
    padding:4px 0;
    background: #f9f9f9;
}
.activities .tab-show .subjects li .subject-item .subject-title a {
    color:#000;
	font-size:16px;
	text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 3px;
}</pre></body></html>