﻿@charset "utf-8";

/* CSS Document */

.probe_mc_topic {
    position: static;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#dianzan .zan {
    float: none;
    margin: 24px auto 0;
}

#dianzan .cai,
#dianzan .line {
    position: absolute;
    left: -99999px;
    z-index: -100;
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.probe_mc_important span {
    line-height: 2em;
    padding: 0.2em 0;
}


/*.probe_mc_img a{
	display:inline-block;
	width:680px;
	height:510px;
}*/


/*
以下相关点赞css单独添加于20170726-15:47
*/

.probe_mc_img {
    min-height: auto;
    box-shadow: none;
}

#dianzan .zan a {
    position: relative;
    background: url(//www.xinhuanet.com/fortune/20160329/insight/img/like.png) center 24px no-repeat;
    color: #f74a4c;
    text-indent: -9999px;
    overflow: hidden;
}

#dianzan .zan a:before {
    content: "+1";
    position: absolute;
    top: 50px;
    left: 35px;
    color: #000;
    font-size: 16px;
    text-indent: 0;
    opacity: 0;
    transition: all 0.1s ease 0s;
}

#dianzan .zan:active a:before {
    opacity: 1;
}

#dianzan .zan a:active {
    background-color: #348cec;
}

.probe_main_another_face,
.probe_main_read_btn {
    display: none;
}

.probe_mc_important {
    margin-top: 0;
}

body #dianzan{
    display: none;
}
