html{font-size: 13.33333333vw;}

/*-------新资讯-------*/
.new-dh-c{
    height: 52px;
    padding: 0 15px 0 3px;
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;left: 0;top: 0;
    background-color: #ffffff;z-index: 9999;
}
.nav-hei{height: 51px}
.new-dh-c .back-btn{
    width: 30px;
    height: 100%;
    background: url('../image/ask/lc-back.png') no-repeat center center;
    background-size: 10px 18px;
    cursor: pointer;
}
.new-dh-c .jl-span{
    width: 32px;height: 32px;
    border-radius: 50%;

}
.new-dh-c .jl-span img{
    display: block;
    border-radius: 50%;
}
.jl-name{
    font-size: 16px;color: #1A1A1A;
    margin-left: 5px;
}
.jl-type{
    font-size: 11px; margin-right: 1px;
    color: #0759fe;
    background-color: #F0F7FF;
    border-radius: 2px;
    border: 1px solid #E7EFFF;
    padding: 1px 5px;
    margin-left: 5px;
}
.jl-type1{
    font-size: 11px; margin-right: 1px;
    color: #333333;
    background-color: #FFF3EA;
    border-radius: 2px;
    border: 1px solid #FFC9AE;
    padding: 2px 5px;
    margin-left: 5px;
}
.jl-btn{
    display: block;width: 100px;height: 35px;
    border-radius: 30px;
    color: #ffffff!important;
    background-color: #1D7AFF;text-align: center;
    line-height: 35px;font-size: 12px;
    font-weight: normal;
    margin-left: auto;
    cursor: pointer;
}
.jl-btn img{
    position: relative;top: 2px;margin-right: 4px;
    width: 14px;
}
/*-------精选问答顶栏两态-------*/
.new-dh-c .dh-title-bar{flex: 1;position: relative;display: flex;align-items: center;height: 100%;}
.new-dh-c .wc-logo{height: 22px;margin-left: 8px;cursor: pointer}
.new-dh-c .qa-title{position: absolute;left: 50%;transform: translateX(-50%);font-size: 17px;color: #1A1A1A;font-weight: 500;}
.new-dh-c .dh-user-bar{flex: 1;display: flex;align-items: center;min-width: 0;height: 100%;}
.new-dh-c .jl-span{position: relative;flex-shrink: 0;}
.new-dh-c .jl-span .vv{position: absolute;right: -2px;bottom: 0;width: 12px;height: auto;}
.new-dh-c .jl-name{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.top_img{
    margin: 10px 0 0;
    border-radius: 15px;
    overflow: hidden;max-height: 200px;
}
.top_img img{
    display: block;
}
.tn-span{
    display: inline-block;
    font-size: .2rem;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: .1rem;
    background-color: #0759FE;
    margin-bottom: .1rem;
}
.sl-cont{
    font-size: 12px;
    color: #8A8A8E;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background-color: rgba(216, 232, 255, 0.25);
    border-radius: .08rem;
    margin-bottom: .25rem;
}
.sl-cont img{
    width: 14px;height: 14px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.sl-cont .zl-s{
    font-weight: bold;
    color: #1D7AFF;
}
.bz-rig{
    margin-left: auto;
}
.center-sl{
    display: inline-block;
    text-align: center;
    border-radius: .5rem;
    justify-content: center;
    margin-bottom: .2rem;
}
.center-bg{
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    background-color: transparent;
}
.comment-cont-bot{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}
.bot-title{
    display: flex;
    align-items: center;font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.bot-title .num{
    font-weight: normal;
    margin-left: 5px;
}
.rig-t{
    margin-left: auto;
    width: 99px;
    display: flex;align-items: center;
    padding: 3px;
    border-radius: 3px;background-color: #F5F5F5;
    cursor: pointer;
}
.rig-t span{
    width: 50%;height: 18px;
    line-height: 18px;
    font-size: 12px;color: #8A8A8E;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}
.rig-t span.ac{
    color: #0A83FE;
    background-color: #ffffff;
    border-radius: 3px;
}
.pl-input{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.pl-photo{
    width: 32px;height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.pl-photo img{
    display: block;
    width: 32px;height: 32px;
}
.right-input{
    width: 286px;
    height: 37px;
    background: #F6F6F6;
    border-radius: 20px 20px 20px 20px;
    padding: 0 10px;
    margin-left: 10px;
}
.pl-item{
    border-bottom: 1px solid #ECECEC;
    display: flex;
    margin-top: 15px;
    padding-bottom: 15px;
}
.pl-item:last-child{
    border-bottom: none;
}
.pl-item .pl-l1{
    width: 36px;height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.pl-item .pl-l1 img{
    display: block;
    width: 36px;height: 36px;
}
.pl-item .right-wd{
    flex: 1;
    min-width: 0;
}
.pl-item .t1{
    font-size: 16px;
    color: #1A1A1A;font-weight: bold;
    margin-bottom: 5px;
}
.pl-item .int1{
    font-size: .28rem;
    color: #3A3A3C;
    line-height: .44rem;
}
.pl-item .di1{
    font-size: .24rem;color: #C7C7CC;
    line-height: .44rem;
    display: flex;
    margin-top: .1rem;
}
.reply-wd{
    color: #0A83FE;
    padding: 0 10px;
    cursor: pointer;
}
.di-detail{
    background-color: #F6FAFF;
    border-radius: .15rem;
    padding: 15px 12px 15px 12px;
    font-size: 13px;
    margin-bottom: .2rem;
    margin-top: .2rem;
}
.di-detail .detail-l1 {
    color: #95979A;display: flex;
    align-items: center;
    margin-bottom: .15rem;
}
.detail-l1 .name{
    color: #333333;
    margin-right: .07rem;
}
.detail-l1 .name img{
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.comment-cont-bot .name-f1{
    display: inline-block;
    width: 30px;
    height: 17px;
    background: linear-gradient( 180deg, #455063 0%, #091832 100%);
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;font-size: 10px;
    text-align: center;
    line-height: 17px;margin-right: 3px;
    margin-left: 4px;
    font-weight: normal;
    vertical-align: middle;
}
.detail-l1 .name1{
    color: #95979A;margin-right: 3px;
}
.di-detail .detail-l2{
    line-height: 22px;
    color: #3A3A3C;
}
.zk-reply{
    font-size: 14px;
    color: #1A73E8;
    padding-top: 5px;
}
.zk-reply img{
    width: 10px;
    margin-left: 4px;
}
.bottom-reply-cont{
    width: 100%;
    padding: 20px 10px;
    background-color: #ffffff;
    border-top: 1px solid #E8E8E8;
    position: fixed;left: 0;bottom: 0;
    display: flex;
}
.bottom-reply-cont .opr-it{
    font-size: 11px;
    color: #8A8A8E;
    padding: 0 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bottom-reply-cont .opr-it img{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 5px;
    /* 图标不响应点击：避免百度等浏览器劫持 img 点击拉起图片浏览，
       导致事件到不了绑定了处理函数的父级 .opr-it */
    pointer-events: none;
}
.bottom-reply-cont .opr-it{
    -webkit-touch-callout: none; /* 禁止长按弹出保存图片菜单 */
}
.bottom-reply-cont .opr-it.zaned p{
    color: #1D7AFF;
}
.share-tip-pop{
    position: fixed;
    width: 100%;height: 100%;
    left: 0;top: 0;
    z-index: 10120;
    background: rgba(0,0,0,.55);
}
.share-tip-pop img{
    display: block;
    width: 100%;
    position: relative;
    top: 40%;
}
.share-video-pop{
    padding: 15px;position: fixed;
    width: 440px;left: 50%;
    margin-left: -220px;top: 24vh;
    background-color: #FFFFFF;
    z-index: 10020;border-radius: 5px;
}
.share-video-pop .pop-close{
    background: none;width: 18px;height: 18px;
    right: 20px;top: 20px;cursor: pointer;
}
.share-video-pop .pop-close img{
    display: block;width: 18px;height: 18px;
}
.share-video-pop .pop-main-img{
    margin-top: 40px;margin-bottom: 8px;
    text-align: center;
}
.share-video-pop .pop-main-img img{
    width: 180px;height: 180px;
}
.share-video-pop .pop-main-msg{
    font-size: 14px;color: #000;
    line-height: 22px;text-align: center;
    padding-top: 4px;
    padding-bottom: 20px;
}
.right-pl-b{
    width: 54%;
    height: 40px;
    background: #F6F6F6;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    color: #8B8B8B;
    line-height: 40px;
    padding: 0 10px;
    margin-left: 10px;cursor: pointer;
}
.comment-pop{
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
    position: fixed;left: 0;bottom: 0;
    z-index: 109999;
}
.p-title{
    font-size: 17px;
    color: #1A1A1A;
    line-height: 20px;
    padding: 5px 0 10px;
}
.p-main-c{
    display: flex;
    align-items: flex-end;
}
.area-cont{
    resize: none;
    width: 270px;
    height: 44px;
    background: #F6F6F6;
    border-radius: 10px ;
    font-size: 15px;
    color: #333333;
    line-height: 22px;padding: 10px;
}
.p-main-c .send-btn{
    width: 70px;
    height: 44px;
    background: #2563EB;
    border-radius: 8px 8px 8px 8px;
    font-size: 15px;
    color: #ffffff;margin-left: auto;
}
.paddingCont{
    padding: 0 15px 90px;
}
.sm-msg{
    font-size: 12px;
    color: #8A8A8E;line-height: 22px;
    margin-top: .4rem;
}
.sc-bot-cont{
    font-size: 13px;
    margin-top: 15px;
    max-height: 64px;
    overflow: hidden;
}
.sc-bot-cont .bot-sc-s{
    background-color: #F0F7FF;
    color: #1A7FE8;
    padding: 0 12px;
    margin-right: 7px;margin-bottom: 10px;
    border-radius: 20px;
    display: inline-block;
    line-height: 26px;
    cursor: pointer;
}

.gw-page-top{
    margin-top: .4rem;
}
.gw-page-top .title-top{
    font-size: 0;
}
.block-top-title{
    font-weight: bold;font-size: 21px;
    margin-bottom: .25rem;line-height: 31px;
}
.title-top .main-top-time{
    font-size: 12px;
    color: #838383;
}
.title-top .main-top-time span{
    margin-right: 35px;
}
.new-detail-v2{
    padding: 10px 15px 90px;
    font-size: 0;
}
.question-a-detail .q-t .q{
    font-size: .42rem;font-weight: bold;
    line-height: .6rem;color:#333;
    margin-bottom: .2rem;
}
.question-a-detail .q-b{
    padding-top: 15px;
}
.new-detail-v2 .top-middle{
    font-size: .22rem;
    color: #838383;
}
.author-info-middle{
    background-color: #F4F5F9;
    padding: 10px;
    margin-top: 15px;position: relative;
    border-radius: 8px;
}
.author-info-middle .middle-bg{
    display: flex;
    align-items: center;
}
.author-info-middle .recom-span-b{
    width: 50px;height: 50px;
    position: relative;
}
.author-info-middle .recom-span-b .recom-span{
    border-radius: 50%;width: 50px;height: 50px;
    overflow: hidden;
    display: block;
}
.author-info-middle .recom-span-b .vv{
    position: absolute;right: 0;
    bottom: 0;width: 15px;height: 15px;
}
.author-info-middle .user-tg{
    width: 20px;height: 22px;
    position: absolute;
    left: -5px;
    top: -7px;z-index: 3;
}
.author-info-middle .main-right{
    margin-left: 8px;
    min-height: 45px;
}
.author-info-middle .main-right .info-name{
    font-size: 15px;font-weight: bold;
    /*line-height: 24px;*/
    margin-top: 2px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.info-name .user-type{
    font-size: 11px; margin-right: 1px;
    color: #0759fe;
    background-color: #F0F7FF;
    border-radius: 3px;
    border: 1px solid #E7EFFF;
    padding: 2px 5px;
    font-weight: normal;margin-left: 3px;
}
.info-name .user-type1{
    font-size: 11px; margin-right: 1px;
    color: #333333;
    background-color: #FFF3EA;
    border-radius: 3px;
    border: 1px solid #FFF3EA;
    padding: 2px 5px;
    font-weight: normal;margin-left: 3px;
}
.info-flag .new-span{
    color: #7d828c;font-size: 12px;
    margin-right: 18px;
    position: relative;
}
.info-flag .new-span:first-child:before{
    content: "";
    width: 1px;height: 10px;
    background-color: #E5E8ED;
    position: absolute;
    right: -8px;top: 3px;
}
.zz-span.center-nav{
    border-radius: 15px;
    position: relative;z-index: 2;
    background-color: #EAEDF9;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 5px 10px;
}
.zz-span .rz-span{
    position: relative;
    padding-right: 20px;
    font-size: 11px;
}
.zz-span .rz-span:after{
    content: "";
    width: 1px;height: 8px;
    background-color: #C8CDD5;
    position: absolute;top: 6px;right: 10px;
}
.author-info-middle .zz-span .rz-span:after{
    top: 3px;
}
.zz-span img{
    height: 11px;
    margin-right: 3px;
    position: relative;top: 2px;
}
.zz-span.center-nav img{
    /*top: 0;*/
}
.zz-span .cy-span{
    font-size: 11px!important;color: #727272;
    position: relative;
    margin-right: 15px;
}
.zz-span .bh-span{
    font-size: 10px;color: #727272;
    white-space: nowrap;
}
.zz-span.center-nav .cy-span,.zz-span.center-nav .bh-span{
    color: #555555;
}
.zz-span .cy-span img{
    width: 11px;height: 11px;
    margin-right: 2px;
    position: relative;top: 1px;
}
.zz-span.user-nav .rz-span:after{
    position: absolute;top: 3px;right: 3px;
}
/* 经理卡片认证行：.manager-list 为 font-size:0，子级需单独恢复字号 */
.manager-list .zz-span{
    font-size: 10px;
    color: #727272;
    display: flex;
    align-items: center;
    line-height: 16px;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.manager-list .zz-span img{
    width: auto;height: 11px;
    margin-right: 3px;
    border-radius: 0;
}
.manager-list .zz-span .rz-span{
    color: #232323;
}
.cy-nav .rz-span{
    color: #01b7a8;
}
.sf-nav .rz-span{
    color: #01b7a8;
}
.manager-list .zz-span .cy-span,
.manager-list .zz-span .bh-span{
    font-size: 10px;
    color: #727272;
    white-space: nowrap;
}
.author-zx-btn{
    display: block;width: 82px;height: 30px;
    border-radius: 30px;
    color: #ffffff!important;
    background-color: #0B85FD;text-align: center;
    line-height: 30px;font-size: 12px;
    font-weight: normal;
    margin-left: auto;
}
.question-a-detail .q-b .q-b-d{
    font-size: .32rem;line-height: .6rem;
    padding: .1rem 0;
    color:#333333;
    margin-bottom: 10px;
}
.question-a-detail .q-b .q-b-d img{
    border-radius: .2rem;
    width: 100%;
    margin-top: .1rem;
}
.qh-recom-cont{
    padding: 15px 0 15px 15px;
    background-color: #ffffff;
    border-radius: 15px;
}
.qh-recom-cont .re-ti{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.qh-recom-cont .re-ti .lan{
    color: #1D7AFF;
}
.recom-main{
    margin-top: 10px;
}
.recom-main-show{
    width: 100%;
    padding-bottom: .2rem;
    /*overflow: hidden*/
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow-y: hidden;overflow-x: auto;
}
.recom-main .recom-item{
    background-color: #F9F9F9;
    border: 1px solid #EAEAEA;
    padding: 10px;
    border-radius: 10px;
    min-width: 105px;font-size: 0;
    display: inline-flex;
    /*display: inline-block;*/
    margin-right: 10px;
    line-height: normal;
}
.recom-main .recom-item .l-img{
    height: 36px;width: 36px;
    margin-top: 10px;margin-bottom: 7px;
}
.recom-main .recom-item .r-img{
    padding-left: 10px;
}
.recom-main .recom-item .item-t{
    font-size: .26rem;color: #1A1A1A;
    line-height: .52rem;
    font-weight: bold;
}
.recom-main .recom-item .item-b1{
    color: #8A8A8E;font-size: .24rem;
}
.recom-main .recom-item .item-b1 span{
    color: #1CB578;
    font-size: 10px;
}
.recom-main .recom-item .item-b1 .u-img{
    width: 15px;height: 15px;
    border-radius: 50%;
    position: relative;top: 3px;margin-right: 3px;
}
.article-word{
    font-size: .32rem;line-height: .6rem;
    padding: .3rem 0;color: #333333;
}
.article-word img{
    height: auto;
    border-radius: .2rem;
}
.article-word table{
    max-width: 100%!important;
}
/* 正文排版：补偿 m_public.css 全局重置(*{margin:0;padding:0;list-style:none})吞掉的样式；
   p 用子选择器，避免影响经理卡片内的 line1-p/line2-p */
.article-word > p{
    margin: .24rem 0;
}
.article-word h1,.article-word h2,.article-word h3,
.article-word h4,.article-word h5,.article-word h6{
    font-size: .36rem;
    font-weight: bold;
    color: #232323;
    line-height: .52rem;
    margin: .4rem 0 .24rem;
}
.article-word ul{ list-style: disc; }
.article-word ol{ list-style: decimal; }
.article-word ul,.article-word ol{
    padding-left: .4rem;
    margin: .24rem 0;
}
.article-word li{ margin: .12rem 0; }
.article-word blockquote{
    border-left: 3px solid #E6E8EF;
    padding-left: .2rem;
    color: #666666;
    margin: .24rem 0;
}
.article-word pre{
    background-color: #F4F5F9;
    border-radius: .1rem;
    padding: .2rem;
    margin: .24rem 0;
    white-space: pre-wrap;
}
.manager-list{
    padding: .3rem .25rem;
    border-radius: 10px;
    background-color: #F4F5F9;
    margin: .2rem 0;
    position: relative;font-size: 0;
}
.zq-flex{
    display: flex;margin-bottom: .15rem;
}
.zs-company{
    width: auto;
    max-width: 2.05rem;max-height: .3rem;
    margin-bottom: .15rem;
}
.manager-list .list-flex{
    display: flex;
    align-items: center;width: 100%;
}
.manager-list .left-user{
    min-width: 1.02rem;
    width: 1.02rem;height: 1.02rem;
    /*border-radius: 50%;*/
    border-radius: .2rem;
    display: block;
    /*overflow: hidden;*/
    position: relative;
    border: 2px solid #ffffff;
}
.main-block-middle .left-user img{
    border-radius: .2rem;
}
.main-block-middle .middle-info .line1-p{
    width: auto;
}
.left-user .vv{
    width: .24rem!important;
    height: .24rem!important;
    position: absolute;
    right: -.1rem;bottom: -.02rem;
    z-index: 4;
}
.fixed-cont .left-user{
    min-width: .8rem;
    width: .8rem;height: .8rem;
    /*border-radius: 50%;*/
    border-radius: .15rem;
    display: block;
    overflow: hidden;
    position: relative;
}
.manager-list .left-user img,.main-block-middle .left-user img,.fixed-cont .left-user img{
    width: 100%;height: 100%;
    display: block;border-radius: .15rem;
}
.left-user .info-status{
    display: block;
    font-size: .2rem;
    color: #00b057;text-align: center;
    line-height: .32rem;
    background: rgba(255,255,255,0.9);
    position: absolute;
    left: 0;bottom: 0;width: 100%;
    margin-left: 0;margin-bottom: 0;
}
.info-status:before{
    content: "";display: inline-block;
    width: 5px;height: 5px;
    border-radius: 50%;
    background-color: #20bc59;
    /*position: relative;top: -2px;*/
    margin-right: 3px;
}
.middle-info{
    font-size: .2rem;
    padding-left: .2rem;
}
.line1-p .name{
    font-size: .3rem;color: #232323;
    font-weight: bold;
}
.line1-p .type{
    color: #666666;
    font-size: .26rem;
}
.line1-p{
}
.line1-p .user-type{
    font-size: 11px; margin-right: 1px;
    color: #0759fe;
    background-color: #F0F7FF;
    border-radius: 3px;
    border: 1px solid #E7EFFF;
    padding: 2px 5px;
    position: relative;top: -2px;
}
.line1-p .user-type1{
    font-size: 11px; margin-right: 1px;
    color: #333333;
    background-color: #FFF3EA;
    border-radius: 2px;
    border: 1px solid #FFF3EA;
    padding: 2px 5px;
    position: relative;top: -3px;
}
.line2-p{
    color: #666666;
    line-height: .4rem;
    /*margin-bottom: .1rem;*/
    margin-top: .06rem;
    /*display: flex;*/
    align-items: baseline;
}
.line2-p span{
    line-height: .36rem;
    color: #959595;
    background-color: #ECEEF3;
    -webkit-border-radius: 3px;border-radius: 3px;
    padding: 2px 4px;
    margin-right: .08rem;
}
.line2-p .bold{
    font-weight: bold;
    font-size: .24rem;color: #333333;
    padding: 0 .04rem;
}
.line{
    font-size: .2rem;
    color: #E6E8EF;
    padding: 0 .1rem;
}
.lx-btn {
    background-color: #0B85FD;
    border-radius: .3rem;
    height: .6rem;
    width: 84px;
    text-align: center;
    line-height: .6rem;
    margin-left: auto;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
}
.lx-btn:hover,.lx-btn:focus{
    color: rgba(255, 255, 255, 1);
}
.card-new-cont{
    background-color: #FAFAFA;
    border: 1px solid #F0F0F0;
    padding: .2rem .3rem;
    border-radius: .2rem;
    display: flex;align-items: center;
    margin: .3rem 0;line-height: .4rem;
}
.card-new-cont .new-l-img{
    min-width: .72rem!important;height: .72rem!important;
    border-radius: .1rem!important;
    margin-right: .2rem;
}
.card-new-cont .lq-t{
    color: #0B85FD;font-size: .24rem;
    margin-left: auto;
}
.card-new-cont .new-right .l1{
    font-size: .28rem;
    color: #333333;
    margin-bottom: .05rem;
}
.card-new-cont .new-right .l2{
    font-size: .22rem;
    color: #999999;
}



/* PC 打开精选页联系TA：findPop 扫码弹窗 */
.new-contact-pop{
    width: 400px;position: fixed;
    left: 50%;margin-left: -200px;
    top: 50%;transform: translateY(-50%);
    z-index: 10020;
    background-color: #FFF;
    border-radius: 5px;
}
.new-contact-pop .close-btn{
    width: 20px;height: 20px;
    position: absolute;right: 15px;top: 19px;
    cursor: pointer;
}
.new-contact-pop .close-btn img{
    display: block;
}
.new-contact-pop .contact-main-info{
    padding: 35px 40px;
}
.contact-main-info .new-img-c {
    display: block;
    width: 72px;height: 72px;
    border-radius: 50%;overflow: hidden;
    margin: 10px auto;
}
.contact-main-info .new-img-c img{
    width: 100%;height: 100%;
    display: block;
}
.contact-main-info .new-name-c{
    font-size: 16px;color: #333;
    text-align: center;font-weight: bold;
    padding-top: 5px;
}
.contact-main-info .new-contact-tell{
    text-align: center;font-size: 26px;
    font-weight: bold;
    color: #fb1d1d;margin: 5px 0;
}
.contact-main-info .new-contact-tell img{
    width: 24px;
    margin-right: 6px;
    vertical-align: middle;
}
.contact-main-info .note-msg{
    color: #868686;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    width: auto;
}
.contact-main-info .new-contact-wx{
    text-align: center;
    margin: 15px 0;
}
.contact-main-info .new-contact-wx img{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
.contact-main-info .new-contact-wx .msg{
    font-size: 16px;color: #333;
    line-height: 24px;padding-top: 4px;
}
.contact-main-info .h4-type1{
    color: #0759FE!important;
    font-size: 11px!important;
    font-weight: normal;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #E5EEFF;
    background: #F0F7FF;
    margin-left: 4px;
}

@media screen and (min-width: 750px){
    html{background-color: #F2F2F2;height: 100%;font-size: 52px!important;}
    body,html{max-width: 500px;margin: 0 auto;min-height: 100%;width: 500px;}
    body{background-color: #ffffff;}
    .new-dh-c,.bottom-reply-cont{width: 500px!important;left: 50%;margin-left: -250px;}
    .comment-pop{width: 500px!important;left: 50%!important;margin-left: -250px!important;}
}