* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
body {
    padding-bottom: 6.25rem;
}
.flex {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.ft12 {
    height: 1rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
}

.container {
    padding: 1rem 1.25rem;
}
.head > div{
    justify-content: space-between;
    align-items: center;
}
.head > div p:nth-child(1) {
    color: rgba(34,34,34,1);
}
.head > div p:nth-child(2) {
    color: rgba(167,167,167,1);
}
.head > p {
    margin-top: .25rem;
    font-size: 18px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(34,34,34,1);
    line-height: 25px;
}

/* 响应/受理时间 */
.support {
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.support .resTime {
    width: 160px;
    height: 22px;
    line-height: 22px;
    background: rgba(248,248,248,1);
    position: relative;
}
.support .resTime > .resing {
    padding-left: 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    line-height: 22px;
    background-color: rgb(194, 220, 252);
    color: rgba(46,140,255,1);
    font-size: 12px;
}
.support .resTime > span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
    color: rgba(46,140,255,1);

}
.support .outTime {
    width: 160px;
    height: 22px;
    background: rgba(255,237,239,1);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,76,103,1);
    line-height: 22px;
    padding-left: 8px;
    border-radius: 2px;
}

/* 作者信息 */
.author {
    height: 40px;
    width: 100%;
    background-color: #fff;
    margin-top: 16px;
    align-items: center;
    justify-content: space-between;
}
.author .avatar {
    position: relative;
    height: 40px;
    width: 40px;
}
.author .avatar img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.author .avatar i {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../assets/icon-man.png) no-repeat center center;
    background-size: 14px 14px;
}
.author p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    line-height: 40px;
    margin-left: 8px;
}
.author .focus {
    background-image: linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    width: 68px;
    height: 32px;
    border-radius: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.author .focus2 {
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 125px;
    border: 1px solid rgba(238,238,238,1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(34,34,34,1);
}
.author .focus span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 20px;
}
/* 内容 */
.content > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    line-height: 22px;
    margin-top: 12px;
}
/* 图片查看 */
.thumb{
    margin:1em 0;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 20%;
}	
.thumb img {
    margin-bottom: 2px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 0.6%;
}
.thumb .imgStyle2 {
    width: 45%;
    height: 6.875rem;
}	
.thumb .imgStyle {
    width: 100%;
    height: 9.4375rem;
}	
#origin-img{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
}
#origin-img .swiper-slide img{
	width:100%;
	vertical-align:middle;
}	
.swiper-pagination{
    color:#fff;
    bottom: 18px;
    left: 20px;
}	
.swiper-pagination-current {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,76,103,1);
    line-height: 25px;
}
.swiper-pagination-total, .countLine {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 17px;
}
.downImg{
    width: 24px;
    height: 24px;
	position:absolute;
    bottom: 18px;
    right: 20px;
    z-index:5;
    background: url(../assets/icon_down.png) no-repeat center center;
    background-size: 100% 100%;
}	


/* 视频 */
.video {
    width: 268px;
    height: 151px;
    border-radius: 6px;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
.video .v-play {
    width: 268px;
    height: 151px;
}
.video #videoBtn {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video .videoImgPlay {
    background: url(../assets/video-play.png) no-repeat center center;
    background-size: 100% 100%;
}
.video .videoImgStop {
    background: url(../assets/video-stop.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 问政部门 */
.department {
    height: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.department p {
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    clear: both;
}
.department p span {
    width: 180px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: right;
}
.department span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(46,140,255,1);
}


/* 官方回复 */
.reply, .no-reply {
    width: 100%;
    min-height: 122px;
    border-radius: 2px;
    background: #F8F8F8;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.reply, .no-reply > P {
    font-size: 14px;
    font-weight: 400;
    color: rgba(167,167,167,1);
    margin-top: 18px;
}
.reply > p {
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgb(22, 8, 8);
    line-height: 22px;
    margin-bottom: 8px;
}
.reply .replyed > p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    margin-bottom: 12px;
}
.reply .score {
    display: block;
    width: 208px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    border-radius: 125px;
    margin: 0 auto;
    margin-top: 18px;
}


/* 问政人评分 */
.author-score > p {
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(34,34,34,1);
    line-height: 22px;
    margin-top: 19px;
}
.author-score .fenshu {
    margin-top: 8px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.author-score .fenshu > p {
    font-size: 20px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: rgba(34,34,34,1);
}
.author-score .fenshu > p > span {
    font-size:48px;
    font-family:AvenirNextCondensed-DemiBold,AvenirNextCondensed;
    font-weight:600;
    color:rgba(34,34,34,1);
}
.author-score > span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    margin-top: 12px;
}
#star {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#star img {
    margin: 0 1px;
    width: 24px;
    height: 24px;
}
.vcp-controls-panel, .vcp-timelabel, .vcp-volume {
    height: 2rem !important;
}
.vcp-timelabel {
    line-height: 2rem !important;
}
.vcp-fullscreen-toggle, .vcp-playtoggle {
    width: 2rem !important;
    height: 2rem !important;
}
.vcp-timelabel {
    font-size: 14px !important;
}
img {
    object-fit: cover !important;
}
.vcp-poster-pic.cover, .vcp-poster-pic.default {
    height: auto !important;
    width: 100% !important;
}

ul, ol {
    list-style: none;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.recommend-title {
    padding: 16px 0 16px 10px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.recommend-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #FF4C67;
    width: 3px;
    height: 22px;
    border-radius: 2px;
}
.detail-ul li {
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}
.comment-ul .head-a {
    margin-right: 12px;
}
.detail-ul li>a {
    display: block;
}
.head-a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
}
.comment-fr {
    overflow: hidden;
}
.head-a img {
    border-radius: 50%;
}
.display-a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.gender {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    background: url(./assets/icon-women.png) no-repeat;
    background-size: 100% 100%;
}
.gender-blue {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    background: url(./assets/icon-man.png) no-repeat;
    background-size: 100% 100%;
}
.comment-fr-tit1 {
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    font-weight: bold;
}
.comment-fr-tit2 {
    font-size: 12px;
    color: #222222;
    line-height: 16px;
}
.comment-fr-tit2 .zan-sty {
    background: url(../images/zan2.png)no-repeat;
    background-size: 100% 100%;
}
.comment-fr-tit2 i {
    width: 20px;
    height: 20px;
    background: url(../images/zan1.png)no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.comment-tit {
    margin-top: 8px;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    text-align: justify;
}
.comment-tit-hf {
    background: #F8F8F8;
    margin-top: 12px;
    padding: 10px 12px;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    border-radius: 6px;
}
.comment-tit-hf span {
    margin-right: 5px;
    color: #4297FE;
}
.comment-tit-time {
    font-size: 12px;
    color: #646464;
    margin-top: 8px;
    line-height: 16px;
}

.header > i {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(-50%);
    left: 1.25rem;
    background: url(../images/icon_back.png) no-repeat center center;
    background-size: 100% 100%;
}