@media screen and (min-width: 664px) {
    /**分享至*/
    .webshare_new_share {
        margin-top: 20px;
        border-top: 1px solid #ccc;
        position: relative;
    }

    .webshare_new_sharetext {
        width: 60px;
        height: 26px;
        line-height: 26px;
        background: #fff;
        position: absolute;
        text-align: center;
        top: -13px;
        left: 291px;
    }
    /**推送*/
    .webshare_push {
        border-bottom: 5px solid #e8eced;
    }

    .webshare_push_tip {
        margin: 12px 10px;
    }

    .webshare_push_div {
        border-top: 1px solid #ccc;
        height: 70px;
        width: 100%;
        padding-top: 10px;
    }

        .webshare_push_div:last-child {
        }

    .webshare_push img {
        margin: 0 10px;
        width: 90px;
        height: 60px;
        float: left;
    }



    .webshare_push_title {
        width: 100%;
        min-height: 40px;
    }

    .webshare_push_content {
        font-size: 11px;
    }

        .webshare_push_content div {
            float: right;
        }

            .webshare_push_content div:first-child {
                float: left;
            }
    /**回复 **/
    .webshare_comment_div {
        background: #f2f2f2;
    }

    .webshare_comment_title {
        display: none;
    }

    .webshare_comment_discuss {
        padding: 20px 31px;
        height: 60px;
    }

    .webshare_comment_discuss_input {
        width: 600px;
        height: 28px;
        border: 1px solid #dadada;
    }

    .webshare_comment_discuss_button {
        margin-top: 10px;
    }

        .webshare_comment_discuss_button img {
            width: 18px;
            height: 18px;
            float: left;
            margin-right: 5px;
        }

        .webshare_comment_discuss_button input {
            float: left;
            height: 12px;
            width: 12px;
            margin: 3px;
        }

    .webshare_comment_discuss_button_text {
        float: left;
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }

    .webshare_comment_discuss_button_submit {
        float: right;
        font-size: 12px;
        background: #4282ee;
        color: #fff;
        width: 50px;
        text-align: center;
        height: 18px;
        line-height: 18px;
    }

    .webshare_comment_oneDiv {
        border-bottom: 1px solid #ccc;
    }

    .webshare_comment_head {
        margin: 10px 10px 5px;
        height: 30px;
        font-size: 12px;
    }

        .webshare_comment_head img {
            width: 30px;
            height: 30px;
            float: left;
        }

    .webshare_comment_head_right {
        width: 600px;
        float: left;
    }

    .webshare_comment_head_name {
        color: #2E79F0;
        float: left;
        line-height: 20px;
    }

    .webshare_comment_head_content {
        float: left;
        margin-left: 5px;
        line-height: 20px;
        word-break:break-all;
    }

    .webshare_comment_content {
        margin-left: 45px;
        font-size: 14px;
    }

        .webshare_comment_content a {
        }

    .webshare_comment_time {
        font-size: 12px;
        color: #aeaeae;
    }

    .webshare_comment_innerContent {
        margin: 5px 0 10px;
        padding: 5px;
        background: #ddd;
    }

    .webshare_comment_oneComment {
        margin: 0 5px 10px;
        font-size: 12px;
    }

        .webshare_comment_oneComment:last-child {
            margin-bottom: 0;
        }

    .webshare_comment_name {
        color: #2E79F0;
    }

    .webshare_comment_word {
    }

    .webshare_comment_loadMore {
        margin: 10px auto;
        width: 100px;
        cursor: pointer;
        text-align: center;
    }

    .webshare_comment_replyDiv {
        padding-bottom: 20px;
        border-bottom: 5px solid #e8eced;
    }

    .webshare_comment_reply {
        margin: 20px auto;
        text-align: center;
    }

    .webshare_comment_replyButton {
        display: none;
    }

    .clear {
        clear: both;
    }
}

@media screen and (max-width: 664px) {
    /**分享至*/
    .webshare_new_share {
        margin-top: 20px;
        border-top: 1px solid #ccc;
        position: relative;
    }

    .webshare_new_sharetext {
        width: 60px;
        height: 26px;
        line-height: 26px;
        background: #fff;
        position: absolute;
        text-align: center;
        top: -13px;
        left: 50%;
        margin-left:-30px;
    }
    /**推送*/
    .webshare_push {
        border-bottom: 5px solid #e8eced;
    }

    .webshare_push_tip {
        margin: 12px 10px;
    }

    .webshare_push_div {
        border-top: 1px solid #ccc;
        height: 70px;
        width: 100%;
        padding-top: 10px;
    }

        .webshare_push_div:last-child {
        }

    .webshare_push img {
        margin: 0 10px;
        width: 90px;
        height: 60px;
        float: left;
    }


    .webshare_push_title {
        width: 100%;
        min-height: 40px;
    }

    .webshare_push_content {
        font-size: 11px;
    }

        .webshare_push_content div {
            float: right;
        }

            .webshare_push_content div:first-child {
                float: left;
            }
    /**回复 **/
    .webshare_comment_title {
        border-bottom: 1px solid #ccc;
        height: 34px;
        padding-left: 10px;
        font-size: 15px;
    }

        .webshare_comment_title div {
            height: 34px;
            line-height: 34px;
        }

            .webshare_comment_title div:first-child {
                float: left;
            }

            .webshare_comment_title div:last-child {
                color: #2E79F0;
                float: right;
            }

        .webshare_comment_title img {
            float: right;
            height: 12px;
            width: 12px;
            margin-top: 11px;
        }

    .webshare_comment_discuss {
        display: none;
    }

    .webshare_comment_oneDiv {
        border-bottom: 1px solid #ccc;
    }

    .webshare_comment_head {
        margin: 10px 10px 5px;
        font-size: 12px;
    }

        .webshare_comment_head img {
            width: 20px;
            height: 20px;
            float: left;
        }

    .webshare_comment_head_name {
        color: #2E79F0;
        float: left;
        line-height: 20px;
        width:100%;
    }
    .webshare_comment_head_right {
        margin-left: 25px;
    }

    .webshare_comment_head_content {
        line-height: 20px;
    }
    .webshare_comment_content {
        margin-left: 30px;
        width: 280px;
        font-size: 14px;
    }

        .webshare_comment_content a {
        }

        .webshare_comment_content img {
            width: 31%;
        }

    .webshare_comment_time {
        font-size: 12px;
        color: #aeaeae;
    }

    .webshare_comment_innerContent {
        margin: 5px 0 10px;
        padding: 5px;
        background: #f5f5f5;
    }

    .webshare_comment_oneComment {
        margin: 0 5px 10px;
        font-size: 12px;
    }

        .webshare_comment_oneComment:last-child {
            margin-bottom: 5px;
        }

    .webshare_comment_name {
        color: #2E79F0;
    }

    .webshare_comment_word {
    }

    .webshare_comment_loadMore {
        margin: 10px auto;
        width: 100px;
        cursor: pointer;
        text-align: center;
    }

    .webshare_comment_replyDiv {
        padding-bottom: 20px;
        border-bottom: 5px solid #e8eced;
    }

    .webshare_comment_reply {
        margin: 20px auto;
        text-align: center;
    }

    .webshare_comment_replyButton div {
        width: 200px;
        height: 32px;
        line-height: 32px;
        float: left;
        background: #4185f2;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    .clear {
        clear: both;
    }
}
body{
    margin:0;
}
  .webshare_new_time {
            font-size: 12px;
            margin: 5px 5px 15px 0;
            float:left;
        }
  .webshare_new_time span{
      color:#4185f2;
      cursor:pointer;
  }
/**分享至 公共样式*/
 .webshare_push_text {
        margin:0 10px 0 110px;
    }
.webshare_new_sharelink {
    margin-top: 20px;
}

.webshare_new_sharelink_one {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom:10px;
}

    .webshare_new_sharelink_one:last-child {
        margin-right: 0;
    }

    .webshare_new_sharelink_one img {
        width: 44px;
        height: 44px;
         cursor: pointer;
    }

    .webshare_new_sharelink_one div {
        margin-top: 8px;
        font-size: 12px;
        cursor: pointer;
    }

    /***下载按钮公共样式*/
.webshare_download {
    height: 69px;
    padding: 17px 10px 12px;
    border-bottom: 5px solid #e8eced;
}
    .webshare_download_img{
        width:64px;
        height:64px;
        float:left;
        margin-right:10px;
    }
    .webshare_download_text{
         float:left;
         width:110px;
         text-align:left;
    }
    .webshare_download_text_bold{
         font-weight:bold;
          font-size:14px;
    }
    .webshare_download_text_light{
         font-size:11px;
    }
    .webshare_download_text div{
        height:20px;
        margin-bottom:2px;
        line-height:20px;
    }
    .webshare_download_button{
        margin-top:18px;
        float:right;
        text-align:center;
        width:80px;
        cursor:pointer;
    }
    .webshare_download_button div{
        height:30px;
        line-height:30px;
        text-align:center;
        border:1px solid #2E79F0;
        color:#2E79F0;
        font-size:13px;

    }
    