/*comment*/
h3.comments-num-h3 {
    /*评论的总数的h3*/
    font-size: 22px;
    color: #999;
    font-weight: 800;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 2em;
}

.comment img {
    /*使得头像变成圆形*/
    border-radius: 60%;
    position: absolute;
    left: -61px;
}

form > img {
    float: left;
}

div.comment_body textarea {
    /*评论内容框的样式*/
    padding: 6px 12px;
    border-radius: 4px;
    /*margin-left: 20px;*/
    border: 2px solid #ddd;
    /*float: right;*/
    resize: vertical;
    width: 80%;
}

.comment_info input {
    border: 2px solid #ccc;
    padding: 1px 2px 3px;
    margin: 6px auto;
    border-radius: 4px;
}

.comment_info input {
    width: 80%;
}

.comment_submit input {
    width: 70px;
}

/**************************************************************************/
.comment_list1, .comment_list2, .comment_list3 {
    position: relative;
    margin-left: 60px;
}

div.comment_list1 {
    border-top: 1px dotted #ccc;
    margin-top: 1em;
    padding-top: 1em;
}

div.commnetListInfo cite {
    font-style: normal;
    /* color: #16a085; */
    color: #0da084;
}

div.commnetListInfo cite a {
    /* color: #16a085; */
    color: #0c967b;
    font-weight: 700;
}

div.commnetListInfo cite a:hover ,div.commnetListInfo cite a:focus{
    /*color: #bc7f1a; */
    color: #1abc9c;
    text-decoration: none;
    transition: color 0.5s;
}

div.commnetListInfo time {
    float: right;
}

@media (max-width: 320px) {
    div.commnetListInfo time {
        /*  float: none;*/
    }
}

div.commentBody {
    /* margin-left: 54px; */
    clear: both;
    word-break: break-all;
}

div.comment-footer { /*回复链接*/
    text-align: right;
}

.comment_list2 { /*二级评论*/
    margin-left: 90px;
    border-top: 1px dotted #ccc;
    margin-top: 1em;
    padding-top: 1em;
}

@media (max-width: 700px) {
    .comment_list2 {
        margin-left: 31px;
    }
}

.comment_list2 img {
    height: 40px;
    width: 40px;
    left: -54px;
}

.comment_list3 { /*三级评论*/
    margin-left: 90px;
    border-top: 1px dotted #ccc;
    margin-top: 1em;
    padding-top: 1em;
}

@media (max-width: 700px) {
    .comment_list3 {
        margin-left: 16px;
    }
}

.comment_list3 img {
    height: 30px;
    width: 30px;
    left: -43px;
}

/*一二三级评论框的样式*/
.commentbox-1, .commentbox-2, .commentbox-3 { /*使评论框靠右显示，在所有的一二三级评论前添加清除浮动*/
    position: relative;
    float: right;
    margin-bottom: 25px;
    margin-top: 25px;
}

@media (max-width: 700px) {
    .commentbox-1, .commentbox-2, .commentbox-3 {
        /* position: unset;
         float: unset;*/
    }
}

.cmtb-1-p label, .cmtb-2-p label, .cmtb-3-p label {
    position: absolute;
    top: 31px;
    left: 12px;
    margin: 0;
    color: #999;
}

.cmtb-1-p label {
    top: 11px;
    left: 12px;
}

@media (max-width: 700px) {
    .cmtb-1-p label {
        /*  top: 80px;
          left: 25px;*/
    }
}

@media (max-width: 700px) {
    .cmtb-2-p label, .cmtb-3-p label {
        /* top: 116px;
         left: 16px;*/
    }
}

img.cmtb-1-avatar, img.cmtb-2-avatar, img.cmtb-3-avatar { /*一二三级评论框的头像位置*/
    position: absolute;
    /* top: 0px; */
    left: -49px;
}

img.cmtb-1-avatar { /*一二三级评论框的头像位置*/
    left: -65px;
}

textarea#body, textarea#cmtb-2-content, textarea#cmtb-3-content {
    resize: vertical;
    outline: none;
    border: 0;
    min-height: 30px;
}

textarea#body, textarea#cmtb-2-content, textarea#cmtb-3-content {
    width: 100%;
}

@media (min-width: 700px) {
    textarea#body {
        height: 144px;
    }
}

@media (min-width: 1200px) {
    textarea#body {
        height: 125px;
    }
}

@media (min-width: 700px) {
    textarea#cmtb-2-content {

        height: 124px;
    }
}

@media (min-width: 1200px) {
    textarea#cmtb-2-content {

        height: 144px;
    }
}

@media (min-width: 700px) {
    textarea#cmtb-3-content {

        height: 104px;
    }
}

@media (min-width: 1200px) {
    textarea#cmtb-3-content {

        height: 144px;
    }
}

p.cmtb-1-p, p.cmtb-2-p, p.cmtb-3-p {
    padding: 7px;
    border: 2px solid #ddd;
    margin-bottom: 0px;
    background-color: #fff;
}

/*********************一二三级评论的信息提交框的样式***********************/


.cmtb-1-user label, .cmtb-2-user label, .cmtb-3-user label { /*昵称和邮箱这一行的label的样式*/
    /*font-weight: normal;*/
    border: 2px solid #ddd;
    border-top: 0;
    width: 50%;
    margin-bottom: 0;
}

.cmtb-1-user label:first-child, .cmtb-2-user label:first-child, .cmtb-3-user label:first-child { /*使得这一行的样式中间的border不重叠*/
    border-right: 0;
}

::-webkit-input-placeholder { /* WebKit browsers input中placeholder的样式*/
    color: #999;
    font-weight: 700;
}

.cmtb-1-user input, .cmtb-2-user input, .cmtb-3-user input { /*这一行输入框的样式。不显示边缘细实线和有焦点时的蓝色边缘*/
    border: 0;
    outline: none;
    width: 100%;
    font-size: 10px;
}

.cmtb-1-web-submit, .cmtb-2-web-submit, .cmtb-3-web-submit {
    /*margin-top: -1px;*/
    margin-top: 0;
}



label#cmtb-1-label, label#cmtb-2-label, label#cmtb-3-label {
    /*border: 2px solid #ddd;*/
    border-top: 0;
    width: 20%;
}

label.website-label {
    border: 2px solid #ddd;
    border-top: 0;
    width: 80%;
    border-right: 0;
}

@media (max-width: 700px) {
    label.website-label {
        width: 65%;
    }
}

@media (max-width: 320px) {
    label.website-label {
        width: 60%;
    }
}

input#website, input#cmtb-2-userweb_input, input#cmtb-3-userweb_input { /*第二行的input的样式*/
    outline: none;
    border: 0;
    font-size: 10px;
}

input#cmtb-1-submit, input#cmtb-2-submit, input#cmtb-3-submit { /*提交评论按钮样式*/
    display: inline-block;
    width: 20%;
    border: 2px solid #5181da;
    color: #fff;
    background: #1f88c3;
    height: 22px;
    transition: all 0.3s;
    font-size: 10px;
}


@media (max-width: 3000px) {
    label.website-label,label#cmtb-1-label {
        height: 40px;
    }/*网站和提交的label样式*/
    input#cmtb-1-submit, input#cmtb-2-submit, input#cmtb-3-submit {
        height: 38px;
        font-size: 15px;
    }/*提交按钮的label样式*/
    input#owner, input#mail,.cmtb-2-user input, .cmtb-3-user input {
        height: 39px;
        font-size: 15px;
    }/*昵称邮箱样式*/
    input#website, input#cmtb-2-userweb_input, input#cmtb-3-userweb_input {
        margin-top: 7px;
        font-size: 15px;
    }/*网站的内部文字样式*/
    .cmtb-1-p label, .cmtb-2-p label, .cmtb-3-p label {
        font-size: 15px;
    }/*评论框内部文字样式*/
}

@media (max-width: 700px) {
    label#cmtb-1-label, label#cmtb-2-label, label#cmtb-3-label {
        width: 35%;
    }
}

@media (max-width: 320px) {
    label#cmtb-1-label, label#cmtb-2-label, label#cmtb-3-label {
        width: 40%;
    }
}

label#cmtb-1-label input, label#cmtb-2-label input, label#cmtb-3-label input {
    width: 100%;
}

input#cmtb-1-submit:hover, input#cmtb-2-submit:hover, input#cmtb-3-submit:hover { /*提交评论按钮悬浮样式*/
    background: #349eda;
    border: 2px solid #1f88c3;
}

input#cmtb-1-submit[value], input#cmtb-2-submit[value], input#cmtb-3-submit[value] { /*提交评论按钮中文字的样式*/
    /*font-weight: lighter;*/
    /*font-size: 15px;*/
    -webkit-appearance: none;
    border-radius: 0; /*这两行是为了解决在iphone上显示圆角的问题*/
}

/*.comment-footer{
    opacity: 0;
    transition: opacity .3s;
}

.commnetListInfo:hover +.commentBody +.comment-footer{
    opacity: 1;
}
.commnetListInfo +.commentBody:hover +.comment-footer{
    opacity: 1;
}
.commnetListInfo +.commentBody +.comment-footer:hover{
    opacity: 1;
}*/

.comment-footer a:hover, .comment-footer a:focus {
    color: #23527c;
    text-decoration: none;
}

.hideme {
    text-align: right;
}

.hideme :hover {
    text-decoration: none;
}

/**/
.master a:after {
    content: "博主";
    background: #16a085;
    border-radius: 3px;
    color: #fff;
    padding: 1px 3px;
    font-size: 12px;
    margin-left: 5px;
}



body {
    padding-top: 0px;
    background-color: rgb(255, 255, 255);
}

#formal_div {
    padding-top: 60px;
    opacity: 0.9;
}

#pic1 img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pointupicon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.col-xs-10.col-xs-offset-1.col-lg-8.col-lg-offset-2 {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .44);
}

.friend_row.container {
    padding-top: 10px;
}

.titleL1 {
    color: #3f87a6;
}

.friend_row hr {
    border: 1px dashed #aaa;

}

p.about_end {
    margin-bottom: 40px;
}

code {
    border: 1px solid #d7d7d7;
}

.friend_row a:hover, .friend_row a:focus {
    color: #d73a49;
    text-decoration: none;
    border-bottom: 1px dotted #ff8f21;
}

#webinfo p {
    line-height: 30px;
}

.list-paddingleft-2 li {
    margin-bottom: 15px;
}

code {
    color: #e96900;
    padding: 3px 5px;
    margin: 0 2px;
    white-space: nowrap;
}

label{
    vertical-align: top;
}

/*模仿苹果官网的ping fang字体*/



div.about_content > p, div.about_content > ul > li > p,div.about_content >div#webinfo> p {
    font-family: "SF Pro SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
}
p.titleL1 {
    font-size: 24px !important ;
}

svg.comment_svg ,svg.svg_return_comment_box{
    display: inline-block;
    fill: currentColor;

        width: 18px;
    height: 18px;
margin-bottom: -4px;
        margin-right: 4px;

}

.commnetListInfo {
    margin-bottom: 10px;
}

div#friends_list {
    margin-top: 50px;
}

div.friends_div {
    width: 49%;
    display: inline-block;
    padding: 14px;
}
@media (max-width: 768px){
div.friends_div {
    width: 100%;
}
}


.one_friend_div {
    display: inline-block;
    width: 100%;
    box-shadow: 0 2px 2px #0000006e;
    border-radius: 8px;
    overflow: hidden;
}
.friend_bg_img_pa{
    position: relative;
    height: 70%;
}
.friend_info_pa{
        position: relative;
    height: 30%;
}

.friend_bg_img{
    background-size: cover;
    background-position: center;
    position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.friend_bg_img_overlay{
    position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,.4);
    transition: all,0.5s;
}


.friend_bg_img_overlay:hover{
background-color: #00000000;
    transition: all,0.5s;
}

img.friend_info_head_img{
display: block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 5px;
    margin-top: 6px;
}

a.one_friend-link{
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
}

.friend_info {
    height: 100%;
    width: 100%;
}

.friend_info_name,.friend_info_intro{
    display: block;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.friend_info_head,.friend_info_text{
        display: inline-block;
    height: 100%;
    padding: 0px;
    float: left;
}
.friend_info_head{
    width: 30%;
}
.friend_info_text{
    width: 70%;
}

p.friend_info_name {
    font-size: 18px;
    margin-top: 8px;
}

p.friend_info_intro {
    font-size: 12px;
    margin-top: 4px;
}

@media (max-width: 402px){
p.friend_info_name {
    font-size: 12px;
}
p.friend_info_intro {
    display: none;
}
}

.row.friend_row{
    font-family: "my_consolas", "SF Pro SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #2e3e3b;
        margin-bottom: 90px;
}
a.one_friend-link:link,a.one_friend-link:visited,a.one_friend-link:hover,a.one_friend-link:active{
    border: 0px;
}

.friends_h2 {
    border-left: 5px solid #1fad83;
    padding: 10px 20px;
    margin: 20px 0 20px 0 ;
}

div#friend_req_text,p.friends_list_p,div#friend_info_p{
    font-size: 17px;
    word-break: break-all;
}


.info_p_span{
    font-weight: bold;
}
.dark_anchor{
       height: 20px;
    margin-top: -20px;
}

div#flask-flash {
    margin-top: 50px;
}