* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

button,input{
    outline: none;
    border:none;
}
.page{
    background:#f6f6f6;
}
.page .comment-page{
    padding: 0;
}
.comment-item{
    background-color: #fff;
    margin-bottom: .1rem;
}
.item-head{
    display: flex;
    align-items: center;
    height: .7rem;
    padding-left: .15rem;
    /* border-bottom: 1px solid #ececec; */
}
.item-head .goods-img{
    width: .4rem;
    height: .4rem;
}
.comment-component{
    display: flex;
    align-items: center;
    padding-left: .15rem;
}
.comment-component .comment-component-title{
    font-size: .15rem;
    color: #000;
}
.comment-component  .start-con{
    display: flex;
    margin-left:.1rem;
}
.comment-component .iconfont{
    font-size: .22rem;
    margin-left: .1rem;
}
.comment-component .icon-pingfen3.active{
    color: #e54343;
}
.comment-component .icon-pingfen3{
    color: #ececec;
    margin-right:.1rem;
    margin-right: 0.08rem;
    font-size: .22rem;
}
.comment-text{
    display: block;
    width: 3.55rem;
    height: 1.005rem;
    background-color: #fafafa;
    padding: .1rem .15rem;
    border:none;
    font-size: .15rem;
    word-break: break-all;
    resize:none;
    outline: none;
    margin:0 auto;

}
.comment-text::-webkit-input-placeholder { 
    color:    #999;
    font-size: .15rem;
}
 .comment-text:-moz-placeholder { 
    color:    #999;
    font-size: .15rem;
}
.comment-text::-moz-placeholder { 
    color:    #999;
    font-size: .15rem;
}
.comment-text:-ms-input-placeholder { 
    color:    #999;
    font-size: .15rem;
}
.item-ft{
    /* height: .7rem; */
    padding: .15rem .15rem;
    /* border-top: 1px solid #ececec; */
}
.other-comment{
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: .1rem;
    padding-bottom: .1rem;
    background-color: #fff;
}
.submit-comment{
    display: block;
    width: 3.55rem;
    height: .45rem;
    margin: .15rem auto .15rem auto;
    font-size: .16rem;
    color: #fff;
    background-color: #f13a3a;
}
.G-upload-con {
	display: flex;
	flex-wrap: wrap;
}

.G-upload-con .G-img-add {
	position: relative;
	width: .5rem;
	height: .5rem;
	border: 1px solid #ececec;
	color: #58666e;
}
.G-upload-con .G-img-item {
	width: .5rem;
	height: .5rem;
	position: relative;
	display: inline-block;
	margin-right: .1rem;
	border: 1px solid #ececec;
}
.G-upload-con .G-img-item p {
	display: none;
	position: absolute;
	bottom: 0;
	margin: 0;
	line-height: 20px;
	text-align: center;
	width: 100%;
	z-index: 30;
	color: #58666e;
	background-color: #edf1f2;
}
.G-upload-con .G-img-item:hover p {
	display: block;
}

.G-upload-con .G-img-item img {
	width: 100%;
	height: 100%;
}

.G-upload-con  .icon-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.G-upload-con  .icon-content i {
    font-size: .24rem;
    position: absolute;
    color:#999;
}
.G-upload-con  .icon-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.G-upload-con  .img-num{
    color: #999;
    font-size: .1rem;
    margin-top: .38rem;
}
.G-upload-con  .choice-file {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
}
.G-img-delete{
    position: absolute!important;
    top: -.06rem;
    right: -.06rem;
    font-size: .12rem!important;
}
.img-hint{
    font-size: .1rem;
    color:#999;
    margin-top: .38rem;
}