@charset "utf-8";

.myevaluate {
    width: 100%;
    overflow: hidden;
	font: 12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666;
    background: #fff;
}
.myevaluate .f-item {
    border-top: 1px solid #e4e4e4;
    margin-top: -1px;
    margin-bottom: 1px;
    overflow: hidden;
    background: #fff;
    font-family: verdana,'5b8b/4f53;';
}
.myevaluate .fi-info {
    float: left;
    width: 322px;
    _display: inline;
}
.comment-goods {
    padding: 55px 50px;
}
.comment-goods .p-img {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    text-align: center;
}
.p-detail, .p-img, .p-market, .p-name, .p-price {
    overflow: hidden;
}
.comment-goods .p-name, .comment-goods .p-price {
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.comment-goods .p-name a{
	color: #666;
}
.comment-goods .p-name a:hover{
	color: #e9511b;
}

.comment-goods .p-price strong {
    font-family: verdana;
}
.comment-goods .p-attr {
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.myevaluate .fi-operate {
	width: 795px;
    overflow: hidden;
    zoom: 1;
    border-left: 1px solid #f5f5f5;
    padding: 30px 40px 0;
    position: relative;
    z-index: 1;
}
.myevaluate .f-goods .z-tip-warn {
    padding-top: 70px;
}
.myevaluate .fop-item.fop-star {
    height: 16px;
    padding-top: 30px;
    margin-top: -30px;
}
.myevaluate .z-tip-warn {
    position: relative;
}
.myevaluate .fop-item {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.myevaluate .fop-item.fop-star .fop-label {
    height: 16px;
    line-height: 16px;
}
.myevaluate .fop-item {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.myevaluate .fop-item .fop-label {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    _display: inline;
    overflow: hidden;
}
.myevaluate .fop-item .fop-main {
    overflow: hidden;
    zoom: 1;
	margin-top: -3px;
}
.myevaluate .fop-item .fop-main label{
	height: 26px;
    display: inline-block;
	cursor: pointer;
}
.myevaluate .fop-item .fop-main input{
    width: 15px;
	height: 15px;
	cursor: pointer;
}
.myevaluate .fop-item .star_ul li {
    margin-right: 5px;
    float: left;
}
.myevaluate .fop-item .star_ul img {
	width: 24px;
    height: 24px;
    margin-top: -5px;
	cursor: pointer;
}
.myevaluate .fop-item .f-textarea {
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.myevaluate .fop-item .f-textarea textarea {
    width: 650px;
    height: 54px;
    line-height: 18px;
    border: medium none;
    color: #333;
    font-size: 12px;
	padding: 10px;
}
.myevaluate .f-btnbox {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 40px;
}
.myevaluate .f-btnbox .btn-submit {
    width: 220px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 18px;
}
.myevaluate .f-btnbox .btn-submit {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background-color: #df3033;
    background-image: -moz-linear-gradient(top,#df3033,#e74649);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#df3033),color-stop(1,#e74649));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df3033', endColorstr='#e74649', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df3033', endColorstr='#e74649');
    background-image: linear-gradient(to bottom,#df3033 0,#e74649 100%);
}