/*************************************************************************************************************/



img {
    width: 100%;
    vertical-align: top;
}

/*flex box*/

.flex {

	display: flex;

}



.basis-xs {

	flex-basis: 20%;

}



.basis-sm {

	flex-basis: 40%;

}



.basis-df {

	flex-basis: 50%;

}



.basis-lg {

	flex-basis: 60%;

}



.basis-xl {

	flex-basis: 80%;

}



.flex-sub {

	flex: 1;

}



.flex-twice {

	flex: 2;

}



.flex-treble {

	flex: 3;

}



.flex-direction {

	flex-direction: column;

}



.flex-wrap {

	flex-wrap: wrap;

}



.align-start {

	align-items: flex-start;

}



.align-end {

	align-items: flex-end;

}



.align-center {

	align-items: center;

}



.align-stretch {

	align-items: stretch;

}



.self-start {

	align-self: flex-start;

}



.self-center {

	align-self: flex-center;

}



.self-end {

	align-self: flex-end;

}



.self-stretch {

	align-self: stretch;

}



.align-stretch {

	align-items: stretch;

}



.justify-start {

	justify-content: flex-start;

}



.justify-end {

	justify-content: flex-end;

}



.justify-center {

	justify-content: center;

}



.justify-between {

	justify-content: space-between;

}



.justify-around {

	justify-content: space-around;

}





.poscenter {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.posVcenter {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}

.posHcenter {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}
.header {
    padding: 0 15px;
    height: 53px;
    border-bottom: 1px solid #d8dbde;
}
.header_right .please {
    font-size: 15px;
    color: #1366ff;
}
.header_right .header_line {
    height: 15px;
    background: #e9e9e9;
    width: 1px;
    margin: 0 10px;
}
.header_right button {
    background: #1366ff;
    border-radius: 100px;
    color: #fff;
    font-size: 12.5px;
    width: 70px;
    height: 24px;
}
.tags {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
}
.tags p {
    font-size: 12px;
    color: #959595;
    text-align: center;
    line-height: 16px;
}
.headtitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
}
.myContent_wrap .banner {
    position: relative;
}
.myContent_wrap .banner .text {
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 0 28px;
    font-weight: bold;
}
.myContent_wrap .banner .text p:nth-child(1) {
    font-size: 18px;
    line-height: 28px;
}
.myContent_wrap .banner .text p:nth-child(2) {
    font-size: 13px;
    margin-top: 10px;
}
.writer {
    padding: 20px 0 15px;
}
.writer .avatar {
    width: 40px;
    margin-right: 10px;
    flex-shrink: 0;
}
.writer .info {
    flex-grow: 1;
}
.writer .info p {
    font-size: 16px;
    color: #1a1a1a;
}
.writer .guanzhu_btn {
    width: 63px;
    height: 31px;
}
.writer .guanzhu_btn button {
    color: #4374f4;
    background: #f6f6f6;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    font-size: 14px;
}
.line {
    width: 100%;
    height: 2.5px;
    background: #f8f8f8;
    margin: 30px 0 25px;
}
.padding {
    padding: 0 15px;
}
.content p {
    margin-bottom: 22px;
    line-height: 30px;
}
.myContent_wrap .title {
    padding-left: 12px;
    position: relative;
    font-weight: bold;
    margin-bottom: 22px;
    font-size: 20px;
}
.blockquote {
    margin: 1.4em 0;
    padding-left: 1em;
    color: #646464;
    border-left: 3px solid #d3d3d3;
}
.myContent_wrap .title::after {
    content: '';
    height: 27px;
    width: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.biaoti {
    color: #00A6A4;
    font-size: 20px;
}
.zhushi {
    display: block;
    padding-left: 17px;
    position: relative;
    color: #bababa;
    margin-top: 15px;
}
.zhushi::after {
    content: '';
    height: 27px;
    width: 3px;
    background: #bababa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.head {
    height: 60px;
    width: 100%;
    background:#CDF6EE;
    color: #232426;
    font-size: 12px;
    box-sizing: border-box;
}
.head .logo {
    width: 125px;
}
.head .tag_a a {
    margin-left: 10px;
}
.Post-Header p {
    font-size: 13px;
    color: #919191;
}
.guanzhu_btn {
    width: 90px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background: #828282;
    border-radius: 100px;
}
.comment_head {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 16px;
    box-sizing: border-box;
    color: #3a3043;
    font-size: 16px;
    position: relative;
}
.comment_head::after {
    content: '';
    width: 18px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 33px;
}
.avatars img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: -10px;
}
.avatars img:last-child {
    margin-right: 10px;
}
.hotsort {
    color: #3a3043;
    font-size: 16px;
    padding: 0 16px;
    height: 50px;
}
.comment_box {
    padding: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}
.comment_box:last-child {
    border-bottom: none;
}
.comment_box .avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 7px;
}
.comment_box .name {
    font-size: 15px;
}
.comment_box .date {
    font-size: 13px;
    color: #999;
}
.comment_content {
    padding-left: 37px;
    margin-top: 14px;
    font-size: 16px;
}
.comment_content .reply {
    padding: 10px;
    background: #fafafa;
    font-size: 14px;
    margin-top: 11px;
}
.comment_content .reply .green {
    color: #15c080;
}
.comment_content .reply>p {
    margin-bottom: 15px;
}
.comment_content .reply>p:last-child {
    margin-bottom: 0;
}
.more_comment {
    height: 50px;
}
.more_comment {
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
}