.menu {
    margin: 0px auto;
    width: 500px;
    padding-top: 13px;
    padding-left: 359px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0px 0px transparent;
}
*
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus {
    outline: 0px none;
}

body {
    font: 14px/20.3906px Arial, Helvetica, sans-serif;
    color: rgb(34, 34, 34);
}

a {
    color: rgb(214, 4, 59);
    outline: medium none;
    text-decoration: underline;
}

a:hover {
    color: rgb(0, 150, 0);
    text-decoration: underline;
}

.bg-flower-top {
    padding-top: 30px;
    background: url('../img/bg-flowe.png') no-repeat scroll center top transparent;
}

.bg-flower-bottom {
    background: url('../img/bg-flowf.png') no-repeat scroll center bottom transparent;
}

.marginer {
    max-width: 1000px;
    margin: -49px auto 0px;
	width: 100%
}

.docwrap {
    width: 100%;
    padding: 64px 0px 30px;
    background: none repeat scroll 0px 0px rgb(255, 255, 255);
    border-radius: 0px 0px 17px 17px;
    box-shadow: 0px 0px 15px 2px rgb(225, 205, 194);
}

.col-content {
    max-width: 960px;
    margin-left: 15px;
    padding-top: 6px;
	width: 100%;
}

.header {
    max-width: 970px;
	width: 100%;
    /* height: 90px; */
    margin: 0px auto;
    padding: 30px 15px 40px;
    background: no-repeat scroll center top rgb(255, 255, 255);
    border-radius: 17px 17px 0px 0px;
    box-shadow: 0px 0px 15px 2px rgb(225, 205, 194);
    position: relative;
}

.footer {
    max-width: 1000px;
    height: 35px;
    margin: 20px auto 0px;
	width: 100%;
}

.footer .copyright {
    float: left;
    padding-top: 6px;
    font-size: 12px;
    color: rgb(151, 147, 144);
    margin-left: 10px;
}

.footer p {
    margin-bottom: 0px;
}

.mainmenu {
    position: relative;
    min-height: 89px;
    margin-top: -40px;
    background: url('../img/mainmenu.png') no-repeat scroll center top transparent;
    z-index: 50;
  text-align: center;
  font-size: 0;
}
.mainmenu a{
    width: 29px;
    position: relative;
    top: 23px;
  display: none;
}
.mainmenu a img{
  width: 100%;
  filter: invert(1);
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

h1 {
    font: bold 25px/29px Georgia, sans-serif;
    color: rgb(157, 76, 180);
  margin-bottom: 10px;
}

h3 {}

p {
    margin-bottom: 10px;
}

.post_meta {
    line-height: 1.3;
    font-size: 10px;
    margin-bottom: 20px;
    font-style: italic;
    color: rgb(102, 102, 102);
}

.post_meta a {
    color: rgb(0, 102, 204);
    text-decoration: none;
}

.align_center {
    text-align: center;
}

.align_center a {
    display: inline-block;
    margin-left: 10px;
}

.align_center a:first-child {
    margin-left: 0px;
}

dl {
    margin-bottom: 20px;
}

dt {
    font-style: italic;
    margin-top: 20px;
}

.comment_stat {
    margin: 10px 0px 30px;
    padding-right: 250px;
}

.comment_stat > div {
    float: right;
    margin-left: 50px;
}

.grey {
    color: rgb(153, 153, 153);
}

.unit-rating {
    margin: 5px 0px 0px;
    padding: 0px;
    list-style: none outside none;
    width: 70px;
    height: 14px;
    position: relative;
    float: left;
    background: none repeat scroll 0px 50% rgb(204, 204, 204);
}

.unit-rating li {
    margin: 0px;
    padding: 0px;
    text-indent: -90000px;
    float: left;
}

.unit-rating a {
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    left: 0px;
    display: block;
    height: 14px;
    text-indent: -9000px;
    position: absolute;
    background: none repeat scroll 0% 0% transparent;
}

.unit-rating a:hover {
    background: none repeat scroll 0% 0% rgb(214, 4, 59);
}

.current-rating {
    width: 56px;
    height: 14px;
    background: none repeat scroll 0% 0% green;
    opacity: 0.4;
}

.r1-unit {
    width: 14px;
    z-index: 6;
}

.r2-unit {
    width: 28px;
    z-index: 5;
}

.r3-unit {
    width: 42px;
    z-index: 4;
}

.r4-unit {
    width: 56px;
    z-index: 3;
}

.r5-unit {
    width: 70px;
    z-index: 2;
}

.param {
    font-size: 11px;
    color: rgb(140, 140, 140);
}

.value {
    text-align: right;
}

.buy_here {
    margin: 25px 0px;
}

.comments_title {
    font-family: 'Arial Narrow', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 34px;
    display: inline-block;
    margin-right: 15px;
}

.comments_title a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.comments_all {
    padding: 10px 0px 32px;
    float: right;
    font-style: italic;
    font-size: 12px;
    color: rgb(117, 117, 117);
}
.comments, .comment_totals
{
	padding: 0 10px;
}
.comment {
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(220, 187, 187, 0.2);
    margin-bottom: 25px;
    border: 1px solid rgb(220, 187, 187);
      width: 100%;
}

.comment .comment {
    margin: 10px 10px 10px 50px;
    width: calc(100% - 62px);
}

.comment_avaatar {
    float: left;
    padding: 10px;
}

.comment_body {
    margin-left: 100px;
}

.comment_date {
    font-size: 11px;
    color: rgb(133, 133, 133);
}

.comment_txt {
    margin: 10px 0px;
}

.digest {
    border-radius: 15px 15px 15px 15px;
    background-color: rgb(254, 249, 250);
    margin: 20px 0px;
    border: 1px solid rgb(220, 187, 187);
    padding: 10px;
}

.header .title {
    color: #f4507c;
    font-family: "Times New Roman";
    font-size: 32px;
    font-weight: 600;
    left: 155px;
    line-height: 40px;
    position: absolute;
    top: 22px;
    z-index: 9;
    line-height: 1.7;
}

.header .title mark {
    color: #f4507c;
}
.header IMG {
	border-radius: 50%;
	width: 80px;
	margin-left: 20px;
}
.title span {
	margin-left:98px;
	font-size:28px;
}
.message-box
{
	max-width: 320px;
	margin: 15px auto;
	overflow: hidden;
}
.message-top
{
	padding: 52px 0 5px;
	background: #f9f9f9 url(../img/message_top.jpg) no-repeat;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	background-size: 100%;
	font-size: 11px;
}
.message-right
{
	background: #0d85fe;
	padding: 5px 10px;
	border-radius: 15px;
	color: #fff;
	margin: 4px 15px 4px 0;
	max-width: 75%;
	position: relative;
	float: right;
}
.message-right:after
{
	content: "";
	width: 10px;
	height: 21px;
	background: url(../img/message_right.png) no-repeat;
	position: absolute;
	right: -4px;
	bottom: 0;
}
.message-left
{
	background: #e5e6ea;
	padding: 5px 10px;
	border-radius: 15px;
	margin: 4px 0 4px 15px;
	max-width: 75%;
	position: relative;
	float: left;
}
.message-left:after
{
	content: "";
	width: 10px;
	height: 22px;
	background: url(../img/message_left.png) no-repeat;
	position: absolute;
	left: -4px;
	bottom: 0;
}
.message-bottom
{
	min-height: 36px;
	background: url(../img/message_bottom.jpg) no-repeat;
	background-size: 100%;
	margin-top: 10px;
}
.clear
{
	clear: both;
}
@media screen and (max-width: 991px) {
	* {
		box-sizing: border-box;
	}
	.header {
		width: 100%;
		height: inherit;
		box-sizing: border-box;
	}
	.header IMG {
		display: none
	}
	.header .title {
		position: inherit;
		top: auto;
		left: auto;
		text-align: center;
		line-height: 1.1
	}
	.title span {
		margin-left: 0;
	}
	.col-content, .footer {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
	img {
		max-width: 100%
	}

	
}
.right_img{
  float:right;
  width:200px;
  margin-bottom:10px;
}
.ln{
  font-size: 23px;
  line-height: 32px;
}
.mr{
  margin-right: 230px
}
@media screen and (max-width: 625px) {
  .right_img{
    float: none;
    display: block;
    margin: 0 auto;
  }
  .mr{
    margin-right: 0;
  }
  .mainmenu a{
    display: inline-block;
  }
}
@media screen and (max-width: 425px) {
	.header .title {
		font-size:26px;
	}
	.title span {
		font-size:22px;
	}
	.digest {
		margin-right:0 !important;
	}
	.rightimgmg {
		float: none !important;
		display: block;
		margin: 0 auto;
	}
	.comment_body {
		margin-left: 60px;
	}
	.comment_txt {
		padding-right: 5px
	}
	.comment .comment {
		margin-right: 0;
	}
	.comments_all
	{
		display: block;
		float:none;
	}
}