.detailRow {
    padding: 0 1rem;
}
.detailLive {
    padding: 1rem 0;
}
.detailLive .liveBox {
    overflow: hidden;
}
.detailLive .liveBox .liveTitle {
    float: left;
    font-size: 1.5rem;
    width: 60%;
}
.detailLive .liveBox .livePerson {
    float: left;
    width: 40%;
}
.detailLive .liveBox .livePerson .photo {
    float: right;
    margin-left: 4%;
    width: 25%;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
}
.detailLive .liveBox .livePerson .photo span {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.detailLive .liveBox .livePerson .photo img {
    width: 100%;
}
.detailLive .liveBox .livePerson .photo a {
    display: block;
}
.detailLive .liveMore {
    margin-top: .6rem;
    line-height: normal;
    overflow: hidden;
}
.detailLive .liveMore time {
    float: left;
    padding: 4px 0;
    color: #999;
}
.detailLive .liveMore .view {
    float: right;
    padding: 3px 10px;
    border: 1px solid #666;
    border-radius: .4rem;
}
.detailRow .liveArticle {
    padding: 1rem;
    word-break: break-all;
    line-height: 2rem;
    background-color: #eee;
    overflow: hidden;
}
.detailRow .liveArticle img{
    max-width: 100%;
}

.detailRow .liveArticle .editor {
    text-align: right;
    color: #999;
}
.detailTitle {
    padding: 12px 0 8px;
    line-height: normal;
    font-size: 1.4rem;
    border-bottom: 1px solid #ddd;
}
.detailTitle span {
    position: relative;
    display: block;
    padding-left: .8rem;
}
.detailTitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: .2rem;
    height: 100%;
    background-color: #bf0000;
}
.detailNews .list {
    margin-top: 3%;
    padding: 0 0 3% 0;
}
.detailNews .list .photo {
    width: 35%;
}
.detailNews .list .content {
    width: 62%;
    right: 0;
}
figure.detailNews .list .content p:first-child {
    font-size: 1.6rem;
    line-height: 1.3;
}
.detailNews .list .content .date {
    color: #666;
}
.mobileOperator .commentBtn {
    float: right;
    margin-right: 1rem;
    color: #999;
}

/* 评论 */
.plListBox {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border-bottom: 1px solid #e5e5e5;
}
/* 评论回复框 */
.plListBox .plTextareaBox {
    margin-top: 0;
    margin-bottom: 15px;
}
/* 存在二级回复 */
.plListBox.interactSecond {
    border-bottom: 0 none;
}
.plDataBox .nameAndTimeBox {
    float: right;
    width: 89.4%;
}
.plUserImgBox {
    float: left;
    width: 8.6%;
    height: 40px;
    margin-top: 4px;
}
.plUserImgBox img {
    width: 100%;
}
/* 评论名称以及二级评论名称 */
.nameAndTimeBox .plUserData {
    height: 40px;
}
.nameAndTimeBox .plUserData a, .secondPlBox .plUserData a {
    font-size: 14px;
    color: #333;
}
.nameAndTimeBox .plUserData .detailsTime, .secondPlBox .plUserData .detailsTime {
    font-size: 12px;
    color: #bab4b4;
}
.nameAndTimeBox .plText, .secondPlBox .plText {
    margin-top: 10px;
}
.nameBox .giveRewardTag {
    float: left;
    display: block;
    margin-left: 5px;
    font-size: 12px;
    line-height: 22px;
    color: #999;
}
.nameBox .giveRewardTag i {
    color: #cc2222;
}
/* 评论赞 回复 踩 */
.userHandleList {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.userHandleList button {
    float: right;
    display: block;
    width: 55px;
    height: 32px;
    margin-right: 9.5%;
    font-size: 14px;
    color: #999;
    border: 0 none;
    text-align: center;
    background: #fff;
    line-height: 32px;
    outline: none;
}
.userHandleList button:first-child {
    margin-right: 0;
}
.userHandleList button i {
    display: inline-block;
    vertical-align: middle;
}
.userHandleList button svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    color: #999;
}
/* 二级回复 */
.secondPlBox {
    float: right;
    width: 100%;
    padding: 0 3%;
    margin-bottom: 10px;
    background-color: #fbfbfb;
    border: 1px solid #f2f2f2;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.secondPlBox .secondSection {
    border-bottom: 1px solid #f2f2f2;
}
.secondPlBox .secondSection:last-child {
    border-bottom: 0 none;
}
.secondPlBox .plUserData {
    margin-top: 10px;
}
.secondSection .userHandleList button {
    background: #fbfbfb;
}
.notTakeBox {
    margin-top: 15px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.notTakeBox svg {
    position: relative;
    top: 5px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    color: #999;
    fill: currentColor;
}

.iconfont{
    fill: currentColor;
}

.nameBox svg {
    float: left;
    width: 22px;
    height: 22px;
}


/* 回复框部分 */
.plTextareaBox {
    margin-top: 10px;
}
.plTextareaBox textarea {
    display: block;
    width: 95%;
    height: 80px;
    padding: 5px 2%;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.plTextareaBox .sendPlBtn {
    display: block;
    float: right;
    width: 60px;
    height: 35px;
    margin-top: 10px;
    background-color: #cc0000;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    border: 0 none;
    outline: none;
}


/* 弹层 */

.remindPlate {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -125px;
    z-index: 100;
    width: 220px;
    padding: 25px 15px 15px;
    border-radius: 10px;
    background-color: #fff;
}
.remindPlate.booingPlate {
    height: 80px;
    margin-top: -45px;
}
.giveRewardBox {
    position: relative;
}
.booingPlate .giveRewardBox {
    text-align: center;
}
.remindClose {
    position: absolute;
    top: -84px;
    right: -5px;
    width: 32px;
    height: 62px;
    background: url("/Public/Zjt/images/remindClose.png") no-repeat center center;
    background-size: 100% 100%;
    border: 0 none ;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.remindTit {
    font-size: 16px;
    color: #170101;
    line-height: 16px;
    text-align: center;
}
.orderList {
    margin-top: 15px;
    text-align: center;
}
.orderList span {
    display: inline-block;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #cc2222;
}
.orderList span:last-child {
    margin-right: 0;
}
.orderList span i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    background-color: #fff;
}
.orderList span.on i {
    background-color: #cc2222;
    border: 1px solid #cc2222;
}
.customBox {
    margin: 15px auto 0;
    line-height: 28px;
    text-align: center;
}
.customBox input {
    display: inline-block;
    width: 135px;
    height: 28px;
    margin-right: 3px;
    font-size: 14px;
    line-height: 28px;
    text-indent: 8px;
    color: #333;
    border: 1px solid #999;
    border-radius: 5px;
}
.marktText {
    margin-top: 25px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    text-align: center;
}
.giveReWardBtn {
    display: inline-block;
    width: 100%;
    height: 38px;
    margin-top: 15px;
    background-color: #cc2222;
    line-height: 38px;
    border-radius: 5px;
    border: 0 none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    outline: none;
}
.booingPlate .giveReWardBtn {
    width: 35%;
}
.bottomMarktText {
    height: 30px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: none;
}
.bottomMarktText span {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
}
.bottomMarktText img {
    width: 100%;
}
.bottomMarktText span:last-child {
    display: inline-block;
    width: 170px;
    max-height: 48px;
    text-align: left;
    line-height: 16px;
    color: #999;
    overflow: hidden;
}
/* 弹层及背景 */
.boxShadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}