.flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-f60 {
    color: #ff6060;
}
.bgW {
    background: #fff;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.guide-wrap {
    position: relative;
    width: 100%;
    max-width: 640px;
    z-index: 1000;
    top: 0;
    height: 2.8rem;
    line-height: 2.8rem;
    box-shadow: 0 0.05rem 0.4rem rgba(48,48,48,0.1);
    color: #606060;
    font-size: 0.7rem;
    overflow: hidden;
}

.guide-wrap a {
    height: 2.8rem;
    max-width: 640px;
    padding: 0 0.8rem;
}
.guide-logo-box{
    color: rgba(0, 0, 0, .5);
    font-size: .7rem;
    font-family: PingFang SC;
    display: flex;
    align-items: center;
}
.guide-logo-box img {
    /* margin-top: 0.5rem;
    margin-right: 0.75rem; */
    width: 2.2rem;
    object-fit: cover;
    vertical-align: top;
    border: none;
    margin-right: 0.1rem;
}
.guide-wrap .btn-open {
    height: 1.4rem;
    padding: 0 0.7rem;
    font-size: 0.65rem;
    border-radius: 0.2rem;
    background-color: #ee2222;
    display: flex;
    align-items: center;
    color: #fff;
    /* line-height: 1rem; */
    font-weight: bolder;
    font-family: PingFang SC;
}
.guide-wrap .border-1px {
    position: relative;
}

.guide-wrap .border-1px:before {
    content: "";
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    border: 1px solid #E0E0E0;
    border-radius: 1.5rem;
}
@media screen and (max-width: 320px) {
    .guide-wrap {
        font-size: 13px;
    }
}

/*消息提示*/
.messenger {
    position: fixed;
    z-index: 100000;
    /* height: 35px; */
    top: 0;
    line-height: 35px;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    background: rgba(60, 165, 246, 0.75);
    display: none;
    max-width: 640px;
}

.messenger.error {
    background: rgba(246, 55, 86, 0.75);
}
.messenger.column {
    background: #303030;
    color: #D2BB99;
}
.messenger.column-article {
    background: #D2BB99;
    color: #303030;
}
/*虎嗅VIP服务号*/
.qr_code_pc{
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 340px;
    border: 1px solid #d9dadc;
    width: 172px;
    padding: 16px;
    text-align: center;
    top: 60px;
}
.qr_code_pc p{
    margin: 0;
    font-size: 14px;
}