#one_post, #learnMore {
    position: relative;
    width: 450px;
    background: white;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
    margin: 0px auto;
	min-height: 100%;
}
#one_post [container1] {
    width: 450px;
	display: inline-block;
}
#one_post [container2] {
    width: 260px;
    overflow: hidden;
    background: #efefef;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: fixed;
}
#one_post [container3] {
    padding: 0px 50px;
    height: calc(100% - 60px);
    overflow: auto;
    width: 175px;
}
.xz_ {
    height: 150px;
    position: relative;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: trx;
    animation-timing-function: linear;
    background: #f6f7f9;
    background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
	margin: 30px 0px;
}
#post_container .xz_ {
	height: 200px;
	margin: 30px 80px;
}	
.xz_1 {
    position: absolute;
    width: 100%;
    height: 10px;
    background: white;
    bottom: 50px;
}
.xz_2 {
    position: absolute;
    width: 100%;
    height: 10px;
    background: white;
    bottom: 30px;
}
.xz_3 {
    position: absolute;
    width: 100%;
    height: 10px;
    background: white;
    bottom: 10px;
}
.xzr_1 {
    position: absolute;
    width: 30px;
    height: 10px;
    background: white;
    bottom: 40px;
    right: 0px;
}
.xzr_2 {
    position: absolute;
    width: 60px;
    height: 10px;
    background: white;
    bottom: 0px;
    right: 0px;
}
.xz_grey {
    background: #efefef;
}
.xz2_ {
    height: 150px;
    position: relative;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: trx;
    animation-timing-function: linear;
    background: #e0e0e0;
    background-image: linear-gradient(to right, #e0e0e0 0%, #cacaca 20%, #e0e0e0 40%, #e0e0e0 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
	margin: 30px 0px;
}
@-webkit-keyframes trx {
	0% {background-position:-468px 0}
	100% {background-position:468px 0}
}
#one_post [container3] [unit] {
    margin: 10px 0px;
    cursor: pointer;
    width: 160px;
	background-size: cover;
}
#one_post [container3] [topunit] {
	margin-top: 30px;
}
#one_post [container3] img {
    width: 100%;
    margin-bottom: 5px;
	height:auto;
}
#one_post [container3] [caption] {
    color: #444444;
    font-family: rb;
    margin-bottom: 0px;
}
#one_post [container3] [caption_in] {
    color: white;
	padding: 30px 10px 10px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	text-shadow: 0px 0px 1px black;
}
#op_feed_name {
    color: white;
    padding: 0px 80px;
    background: #3da3ea;
    line-height: 60px;
}
#op_feed_name [feed] {
    text-transform: uppercase;
    opacity: .6;
}
#op_feed_name [name] {
    margin-left: 20px;
    font-family: rb;
}
#s_info {
    margin: 30px 80px;
    position: relative;
    height: 50px;
}
#op_body {
    margin: 20px auto 0px auto;
}
#lm_body {
    margin: 20px;
}
.bg_post {
    width: 100%;
    position: relative;
    max-height: 450px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.parent_icon {
    height: 50px;
    width: 50px;
    top: 10px;
    left: 20px;
    border-radius: 30px;
    overflow: hidden;
    background-color: white;
}
.parent_name,.parent_date {
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 200px);
    display: block;
    position: absolute;
    left: 60px;
}
.parent_name {
	color: #3DA3EA;
	top: 5px;
	font-family: rm;
}
.parent_date {
    color: #a0a0a0;
    top: 25px;
}
.one_post_link {
    color: white;
    margin: 10px 0px;
    cursor: pointer;
    right: 0;
    line-height: 30px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    padding: 0px 10px;
    background: #3da3ea;
}
.one_post_link img {
    height: 16px;
    padding: 7px 0px;
    position: absolute;
    left: -30px;
    opacity: 0.3;
}
.user_title_post {
    font-family: rb;
    font-size: 23px;
    color: white;
    position: absolute;
    bottom: 0;
    padding: 40px 80px 20px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	width: calc(100% - 160px);
}
.user_title_post2 {
    font-family: rb;
    font-size: 23px;
    padding: 0px 80px;
}
.user_title_post.no_pic_post {
	color: rgb(69, 69, 69);
	text-shadow: 0px 0px;
}
.parent_name.no_pic_post {
	color: gray;
	text-shadow: 0px 0px;
}
#close_op, #close_lm {
    position: fixed;
    right: 30;
    top: 30;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
    -webkit-filter: invert(1);
}
#close_op:hover, #close_lm:hover {
	opacity: 0.5;
}
.user_pic_post {
    width: 100%;
}
.repost_onepost {
    margin: 30px 80px;
    border-left: 2px solid gainsboro;
    position: relative;
}
.over_srcicon {
    height: 30px;
    margin-left: 20px;
	border-radius: 40px;
}
.repost_name {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-left: 20px;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
	font-family: rm;
    color: gray;
}
.over_srcpic {
    margin: 10px 20px 0px 20px;
    width: 200px;
	vertical-align: top;
}
.over_caption {
    font-size: 17px;
    color: rgb(69, 69, 69);
    font-family: rb;
    margin-bottom: 20px;
    display: block;
}
.over_overview {
    font-size: 13px;
    color: rgb(99, 99, 99);
}
.over_text {
    display: inline-block;
    width: calc(100% - 240px);
	vertical-align: top;
	margin-top: 10px;
}
.user_comment {
    margin: 30px 80px;
    display: block;
}
#one_post p {
	margin-top: 7px;
}
.user_comment img {
    max-width: 100% !important;
    height: auto !important;
    margin: 40px 0px !important;
    display: block;
	float: none !important;
}
.user_comment table {
	font-size: 13px;
	border-spacing: 0px;
}
.user_comment iframe {
    margin: 30px 0px;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
}
.user_comment strong {
	font-weight: normal;
    font-family: rm;
    color: gray;
	font-size: 13px !important;
}
.user_comment em {
	display: block;
}
.user_comment h2 {
	font-weight: normal;
    font-size: 17px;
    font-family: rb;
    margin: 40px 0px;
}
.user_comment h3 {
	font-weight: normal;
    font-size: 13px;
    font-family: rb;
    margin: 40px 0px;
}
.user_comment hr {
	display: none;
}
.user_comment dd {
	margin: 0px;
}
.user_comment a {
	color: #3DA3EA !important;
}
.user_comment blockquote {
    font-size: 16px;
    padding: 20px 0px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin: 40px 90px;
}
.user_comment blockquote p {
    margin: 0px !important;
    width: 150%;
    position: relative;
    left: -25%;
}
.user_comment blockquote > strong {
	width: 150%;
    position: relative;
    left: -25%;
	margin-top: 15px;
	display: block;
}
#post_tools [wrapper1] {
    position: relative;
}
[b_2] {
    color: #cacaca;
    line-height: 20px;
}
[b_2] span {
    margin-left: 10px;
	color: #3da3ea;
}
#share_post_plate,.post_tags {
	padding: 0px 80px;
}
.post_tags {
	padding: 20px 80px 20px;
	border-bottom: 10px solid #efefef;
}
#share_post_plate [item] {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px 10px 0px;
}
#share_post_plate [hinter],.post_tags [hinter] {
	padding: 20px 0px 0px;
    color: rgba(255, 255, 255, 0.6);
}
.post_tags [hinter] {
	padding: 20px 0px 17px;
}
#share_post_plate [name_wrap] {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    margin-left: 6px;
}
#share_post_plate [pic_wrap] img {
	height: 16px;
	margin: 7px 0px;
}
.user_post_link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 80px 30px;
}
.user_post_link a {
	color: #3DA3EA !important;
}
#one_post [login_p] {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #3da3ea;
    text-align: center;
}
.n1_p {
    margin: 0px;
    line-height: 60px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: rb;
}
.n1_p img {
    height: 18px;
    margin: 20px 4px 0px 0px;
    vertical-align: top;
}