.comment_box a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
}
.comment_box input{
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.comment_box{
	width: 100%;
    background: #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f5f5f5;
}
.comment_btn {
    display: inline-block;
    margin: 0 auto;
    width: 140px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 28px;
    border-radius: 20px;
    color: #666;
    text-align: center;
}
.comment_bg{
	position: fixed;
    left: 0;
    width: 100%;
    height:100vh;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5558;
}
.comment_bg .comment_from{
	max-width: 640px;
	width: 90%;
    height: 70%;
    border-radius: 10px;
    background-color: #FFF;
}
.comment_bg .comment_from .cover-title{
    margin: 0;
	width: 100%;
    height: 50px;
    background-color: #eee;
    line-height: 50px;
    position: relative;
    color: #101010;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    text-align: center;
}
.comment_bg .comment_from .cover-title img{
	position: absolute;
    right: 5px;
    width: 30px;
    top: 2px;
}
.comment_bg .comment_from .comment-add-item {
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 8px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
    display: flex;
}
.comment_bg .comment_from .comment-add-item label {
    width: 70px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.comment_bg .comment_from .comment-add-item .comment-add-input {
    width: calc(100% - 90px);
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    padding-left: 10px;
}

.avatar {
    float: left;
    margin-right: 15px;
    line-height: normal;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.comment_bg .comment_from .comment-add-item #avatarUpload {
    opacity: 0;
    position: absolute;
    left: 90px;
    top: 0;
}
#starts{
	width: 20px !important;
	display: flex;
    align-items: center;
}
#starts img{width: 100%;height: 100%}
.comment_bg .comment_from .comment-add-area {
    width: calc(100% - 30px);
    height: 60px;
    border: 0;
    font-size: 16px;
    padding: 10px;
    margin: 0 10px;
    box-sizing: border-box;
}
.comment-imgs-upload {
    width: 100px;
    height: 100px;
    border: 1px dotted #e6e6e6;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    flex-direction: column;
}
.comment-imgs-upload #commentUpload {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
.comment-imgs-upload span{color: #bebebe;}
.comment-add-btn {
    width: 92%;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    /*background: linear-gradient(90deg,rgba(235,41,95,1),rgba(246,40,123,1));
    color: #fff !important;*/
    font-size: 16px;
    font-weight: 600;
    margin: 25px auto;
    display: block !important;
    text-align: center;
}
.evaluation_image{
	width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 10px;
}
.evaluation_image img{
	width:100px;
    height: 100px;
    border: 1px dotted #e6e6e6;
    margin-right: 10px;
}
@media screen and (max-width: 768px){
	.comment_bg .comment_from{
		height: 80%;
	}
	.comment-imgs-upload{
		width:80px;
    	height: 80px;
	}
	.evaluation_image{
		height: 50px;
	}
	.evaluation_image img{
		width:50px;
    	height: 50px;
	}
}
@media screen and (max-width: 320px){
	.comment_bg .comment_from {
	    height: 92%;
	}
}