*, body, html{
    font-family: system-ui,-apple-system,Segoe UI,Rototo,Helvetica,Arial,sans-serif;
    color: #222;
}
.innerContainer{
    padding: .7rem 0 0;
    max-width: 1200px;
}

.box-flex{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: .4rem 0;
}
.box-articleList, .box-cityCase{
    margin-right: .48rem;
    width: calc(100% - 4.04rem);
}
.box-otherCases, .box-hotCases{
    max-width: 3.56rem;
}

/* list */
.box-banner{
    width: 100%;
    height: 3rem;
    object-fit: cover;
    margin-top: .2rem;
}

.box-cityCase .item{
    margin-top: .36rem;
}
.box-cityCase .item:first-of-type{
    margin-top: 0;
}
.box-cityCase h3{
    font-size: .18rem;
    color: #000000;
    padding-bottom: .16rem;
    border-bottom: 1px solid #DEDEDF;
}
.box-cityCase h3 strong{
    font-size: .24rem;
    font-weight: bold;
    margin-right: .1rem;
}
.box-cityCase .list{
    margin-top: .16rem;
}
.box-cityCase .list li{
    padding: .2rem 0 .24rem;
    display: flex;
    align-items: center;
    border-top: 1px solid #DEDEDF;
}
.box-cityCase .list li:first-of-type{
    border-top: none;
}
.box-cityCase .list li .content{
    display: block;
    width: calc(100% - 2.74rem);
}
.box-cityCase .list li h4{
    font-weight: 500;
    font-size: .2rem;
    line-height: .28rem;
    margin-bottom: .08rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.box-cityCase .list li span{
    font-size: .14rem;
    line-height: .2rem;
    margin-left: .5rem;
}
.box-cityCase .list li span:first-of-type{
    margin-left: 0;
}
.box-cityCase .list li p{
    margin-top: .22rem;
    font-size: .14rem;
    color: #999999;
    line-height: .24rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-cityCase .list li .cover{
    width: 2.4rem;
    height: 1.4rem;
    object-fit: cover;
    border-radius: .08rem;
    margin-left: .34rem;
}

.box-hotCases .bg{
    padding: .2rem .24rem .13rem;
    background: #F9F9FA;
}
.box-hotCases h3{
    font-size: .16rem;
}
.box-hotCases .list{
    margin-top: .13rem;
}
.box-hotCases .list li{
    position: relative;
    padding-left: .17rem;
}
.box-hotCases .list li a{
    display: block;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .14rem;
    color: #6C717A;
    line-height: .28rem;
}
.box-hotCases .list li:before{
    display: block;
    content: "";
    width: .06rem;
    height: .06rem;
    background: #D7DADE;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}



/* detail */
.box-leftBtn{
    position: absolute;
    top: .67rem;
    left: -0.94rem;
}
.box-leftBtn .item{
    font-size: .12rem;
    color: #333333;
    text-align: center;
    margin-bottom: .16rem;
    cursor: pointer;
}
.box-leftBtn .item .icon{
    width: .48rem;
    height: .48rem;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #EDF1FE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .1rem;
}
.box-leftBtn .item b{
    display: block;
    width: .2rem;
    height: .18rem;
}
.icon-btnComment{
    background: url(../images/detail/case/icon-btnComment.png) no-repeat;
    background-size: 100%;
}
.icon-btnRelay{
    background: url(../images/detail/case/icon-btnRelay.png) no-repeat;
    background-size: 100%;
}

.box-leftBtn .item .icon:hover b{
    opacity: .4;
}


.box-articleList h2{
    font-size: .36rem;
    line-height: .56rem;
    font-weight: 600;
    color: #010101;
}
.box-articleList .time{
    margin-top: .17rem;
}
.box-articleList .time span{
    font-size: .14rem;
    color: #717171;
    margin-right: .3rem;
}
.box-articleList .time span:last-of-type{
    margin-right: 0;
}

.box-articleList .content,
.box-articleList .content *{
    font-size: .18rem;
    line-height: .3rem;
    text-align: justify;
}

.box-articleList .content{
    margin-top: .36rem;
}
.box-articleList .content h1,
.box-articleList .content p{
    margin-top: .18rem;
}
.box-articleList .content img,
.box-articleList .content video{
    width: 100%;
    margin-top: .18rem;
    margin-bottom: .18rem;
}
.box-articleList .content strong{
    font-weight: 600;
}

.box-commentList{
    margin-top: .7rem;
    padding-bottom: 1.6rem;
}
.box-commentList h4,
.box-commentList h4 span{
    font-weight: bold;
    font-size: .2rem;
}
.box-commentList .box-input{
    margin-top: .27rem;
    position: relative;
}
.box-commentList .default{
    width: .37rem;
    height: .37rem;
    margin-right: .1rem;
    border-radius: 50%;
    object-fit: cover;
}

.box-commentList .inputBox{
    width: calc(100% - .47rem);
    min-height: 1rem;
    background: #F8F8F8;
    border-radius: .1rem;
    position: relative;
}
.inputBox .textarea{
    padding: .2rem;
    width: calc(100% - .4rem);
    height: calc(100% - .4rem);
    background: transparent;
    resize: none;
}
.inputBox .btn{
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    cursor: pointer;
    background: transparent;
}

.commentListBox{}
.commentListBox li{
    margin-top: .4rem;
    display: flex;
    position: relative;
}
.commentListBox li .head{
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    margin-right: .12rem;
    object-fit: cover;
}
.commentListBox li .info{}
.commentListBox li .name, .commentListBox li .ct{
    font-size: .16rem;
    color: #000000;
    line-height: .3rem;
}
.commentListBox li .ct{
    margin: .02rem 0 .13rem;
}

.commentListBox li .reply{}
.commentListBox li .reply .btn,
.commentListBox li .reply span{
    font-size: .13rem;
    cursor: pointer;
    background: transparent;
}
.commentListBox li .reply span{
    color: #999;
}
.commentListBox li .reply .time{}

.commentListBox li .box-like{
    position: absolute;
    right: 0;
    top: .06rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.commentListBox li p{
    font-size: .14rem;
    color: #000000;
}
.commentListBox li b{
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .06rem;
}
.commentListBox li .iconNo{
    background: url(../images/detail/case/icon-ctLikeNo.png) no-repeat;
    background-size: 100%;
}
.commentListBox li .iconLike{
    background: url(../images/detail/case/icon-ctLike.png) no-repeat;
    background-size: 100%;
}


.no-login{
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    border-radius: .1rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    cursor: pointer;
}
.no-login strong{
    font-weight: bold;
    margin: 0 .06rem;
}


.box-otherCases .city-name{
    padding: .29rem .24rem;
    background: #F9F9FA;
    border-radius: .1rem;

}
.box-otherCases h3{
    font-weight: bold;
    font-size: .24rem;
    color: #010101;
}
.box-otherCases .num{
    font-size: .16rem;
    line-height: .24rem;
    color: #666;
}
.box-otherCases strong{
    color: #010101;
    font-weight: bold;
    margin-right: .06rem;
}

.box-otherCases .box-list{
    margin-top: .4rem;
}
.box-otherCases .box-list h4{
    font-weight: 500;
    font-size: .2rem;
    margin-bottom: .22rem;
}
.box-otherCases .list li{
    margin-bottom: .24rem;
}
.box-otherCases li .content{
    display: flex;
    justify-content: flex-end;
}
.box-otherCases li .cover{
    width: .94rem;
    height: .7rem;
    border-radius: .06rem;
    margin-right: .14rem;
}
.box-otherCases li .title .flex{
    justify-content: space-between;
}
.box-otherCases li .title{
    width: calc(100% - 1.08rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-otherCases li .title h5{
    min-height: .44rem;
    font-size: .16rem;
    color: #222;
    line-height: .22rem;
    margin-bottom: .07rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: system-ui,-apple-system,Segoe UI,Rototo,Helvetica,Arial,sans-serif;
}
.box-otherCases li .title span{
    font-size: .13rem;
    line-height: .16rem;
    color: #999999;
}
.box-otherCases li .title span:last-of-type{
    margin-right: 0;
}