
html,
body {
    min-height: 100%;
    background: #008C94;
}
 

/*intro*/
.intro-pic {
    position: fixed;
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
    top: 0;
}

.intro-pic img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.intro-pic img.filter {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.intro-thought {
    margin: 0 0.24rem;
    padding: 0.22rem;
    font-size: 0.3rem;
    color: #666;
    background: #f7f8fa;
    text-align: left;
    position: relative;
}

.intro-thought.on {
    max-height: initial;
}

.thoughtWrap {
    overflow: hidden;
    max-height: 1.68rem;
    -webkit-line-clamp: 4;
    transition: all .2s;
    line-height: 0.42rem;
}

.thoughtWrap.on {
    /*max-height:none;*/
    margin-bottom: 0.42rem;
}

.fold {
    color: #21a5ff;
    position: absolute;
    bottom: .2rem;
    left: .22rem;
}

.topicCon {
    /* background: #fff; */
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 3.9rem;
    height: 100%;
    /* padding-top: 0.45rem; */
    /* border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    transition: all .6s; */
}

.fold img {
    width: 0.24rem;
    height: 0.22rem;
    transform: rotate(0deg);
    transition: transform 0.3s;
    vertical-align: middle;
}

.fold img.xiangshang {
    transform: rotate(-180deg);
}

.topicConScroll {
    /*padding-top: 0.45rem;*/
    background: #fff;
    /*border-top-left-radius: 18px;
    border-top-right-radius: 18px;*/
    transition: all .6s;
    overflow: hidden;
    background: #008C94;
    padding-bottom: 16px;
}

.colorline {
    margin: 0px 16px;
    background: #CDE6E4;
    height: 100%;
    -moz-box-shadow: 0px 0px 3px 6px #294342;
    box-shadow: 0px 0px 3px 6px #294342;
}

.newser .newser-tl {
    text-align: center;
}

.iconBox {
    width: 100%;
    position: absolute;
    top: 2rem;
    padding: 0 1.2rem;
}

.iconBox span {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    text-align: center;
    line-height: 4rem;
}

.iconBox img {
    width: 2rem;
    height: 2rem;
    color: #222;
    vertical-align: middle;
}

.page-zhuanti .list .oneImg .title {
    text-align: center;
}

.newser {
    position: relative;
}

.newser .bfBtn {
    width: 0.70rem;
    height: 0.70rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newser .bfBtn .icon {
    vertical-align: middle;
    margin-bottom: 2%;
    width: 0.26rem;
    height: 0.26rem;
    fill: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.night .topicCon {
    background: #1C1E20 !important;
}

.night .intro-thought {
    background: #2C2D2E !important;
}
</style>