/*弹出层样式*/


/*******分享弹出层样式******开始******/
.share-wrap {
    position: fixed;
    bottom: 1rem;
    z-index: 10005;
    border-bottom: 0.16rem solid #f6f6f6;
    border-radius: 0.16rem 0.16rem 0 0;
    width: 7.5rem;
}

.share-box {
    flex-wrap: wrap;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    width: inherit;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.share-info {
    justify-content: center;
}

.share-item {
    width: 2.5rem;
    align-items: center;
}

.share-icon {
    width: 0.84rem;
    height: 0.84rem;
    background-color: #F9F9F7;
    border-radius: 5rem;
    margin-bottom: 0.18rem;
}

.share-item svg {
    width: .4rem;
    height: .4rem;
}

.share-btn {
    width: inherit;
    position: fixed;
    bottom: 0rem;
    z-index: 10000;
    color: #222222;
    justify-content: center;
    height: 1rem;
    line-height: 1rem;
}

/*******分享弹出层样式******结束******/


/*******图片弹出层样式******结束******/


.image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 7.5rem;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
}

.img-back {
    height: 64px;
    width: 7.5rem;
}

.img-back span {
    height: .34rem;
    width: .20rem;
    margin-left: 0.32rem;
    margin-top: 0.67rem;
}

.img-region {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 7.5rem;
    overflow-y: scroll;
}

.img-region div {
    /*overflow-y: scroll;*/
}

.img-region img {
    width: 7.5rem;
}

/*******图片弹出层样式******结束******/


/*******系统公告弹出层样式******开始******/
.notice-wrap {
    width: 5.72rem;
    height: 7.5rem;
    position: fixed;
    margin-left: .9rem;
    top: 2.94rem;
    z-index: 10000;
}

.notice-img {
    width: 5.72rem;
    height: 7.5rem;
}

.notice-close {
    width: .68rem;
    height: .68rem;
    position: fixed;
    margin-left: 3.44rem;
    top: 10.94rem;
    z-index: 10000;
}

.notice-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.notice-content .content {
    width: 5.44rem;
    background: white;
    margin-top: 4rem;
    margin-left: 1.04rem;
    border-radius: .1rem;
}

.notice-content .content .content-content {
    max-height: 6.5rem;
    padding: .48rem .44rem .34rem;
    border-bottom: 1px solid #E8E8E8;
    overflow: auto;
    line-height: 24px;
}

.sure {
    height: .8rem;
    color: #3D7ECF;
}

.notice-tcp {
    width: 5.92rem;
    position: fixed;
    margin-left: .8rem;
    top: 2.94rem;
    z-index: 10000;
    border-radius: .1rem;
    background: white;
}

.notice-tcp-con-img {
    width: 5.92rem;
    height: 3.36rem;
    border-radius: .08rem;
}

.notice-tcp .notice-title {
    margin: .52rem .84rem .24rem;
}

.notice-tcp .content {
    max-height: 2rem;
    overflow: auto;
    margin: 0 .42rem .3rem;
    line-height: 24px;
}

.notice-close-img {
    width: .68rem;
    height: .68rem;
    position: fixed;
    margin-left: 3.44rem;
    top: 10.5rem;
    z-index: 10000;
}

/*******系统公告弹出层样式******结束******/


/*评论删除start*/
.comment-del-bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0.3;
    height: 100rem;
    background-color: black;
    z-index: 10005;
}

.comment-del-option {
    position: fixed;
    width: 7.5rem;
    z-index: 10010;
    bottom: 0.34rem;
}

.comment-del-del {
    line-height: 0.9rem;
    text-align: center;
    height: 0.9rem;
    margin: 0 0.22rem;
    background: white;
    border-radius: 0.08rem;
    color: rgba(34, 34, 34, 0.75);
}

.comment-del-cnacle {
    line-height: 0.9rem;
    text-align: center;
    height: 0.9rem;
    margin: 0.2rem 0.22rem 0 0.22rem;
    background: white;
    border-radius: 0.08rem;
    color: #2C68FF;
}

/*评论删除end*/

.prompt-tip-wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0.6;
    height: 100rem;
    background-color: black;
    z-index: 10005;
}

.prompt-tip-triangle {
    position: fixed;
    width: 6.5rem;
    border: 2px solid #fff;
    border-radius: 4px;
    background:white;
    left:0.5rem;
    z-index: 10010;
    padding: 0.2rem 0.28rem;
    color:#222222;
    font-size:0.28rem;
    line-height:0.4rem;
}

.prompt-tip-triangle:before {
    position: absolute;
    content: "";
    top: -6px;
    left: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
/* 白色覆盖*/
.prompt-tip-triangle:after {
    position: absolute;
    content: "";
    top: -6px;
    left: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

/*===========跳转弹出框start===============*/
.modelBox {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 33;
}

.tipBox {
    width: 5.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 0.2rem;
}

.tipBox .top {
    width: 5.4rem;
    padding: 0.72rem 0.58rem 0.58rem 0.46rem;
    font-size: 0.32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #000000;
    line-height: 0.58rem;
    border-bottom: 0.02rem solid rgba(60, 60, 67, 0.29);
}

.tipBox .top p {
    margin: 0;
    padding: 0;
}

.tipBox .bottom {
    display: flex;
    text-align: center;
    height: 0.88rem;
    width: 5.4rem;
    position: relative;
}

.tipBox .bottom div:nth-child(1) {
    flex: 1;
    height: 0.88rem;
    font-size: 0.34rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #8e8e93;
    line-height: 0.88rem;
    letter-spacing: 0px;
}

.tipBox .bottom div:nth-child(2) {
    position: absolute;
    height: 0.88rem;
    width: 0.02rem;
    background-color: rgba(60, 60, 67, 0.29);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tipBox .bottom div:nth-child(3) {
    flex: 1;
    color: #c7000b;
    height: 0.88rem;
    font-size: 0.34rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 0.88rem;
    letter-spacing: 0px;
}
/*===========跳转弹出框end===============*/
