.headerTitle {
  width: 770px;
  height: 340px;
  background-image: linear-gradient(156deg,
  #ffc15e 0%,
  #ff9d00 73%);
  color: #ffffff;
  border-radius: 10px;
}

.headerTitle .platform_logo {
  margin: 50px 40px 30px 25px;
  border: none !important;
}

.headerTitle .platform_content h3 {
  color: #ffffff !important;
  margin-top: 50px;
}

.headerTitle .platform_content h3 .focus {
  border: 2px solid #ffffff;
  margin-right: 20px;
}

.headerTitle .platform_content div.levelBox {
  color: #ffffff;
}

.headerTitle .platform_content div.href, .headerTitle .platform_content div.tag {
  color: #ffffff;
}

.headerTitle .platform_content div.href span.url div a {
  color: #ffffff;
}

.headerTitle .platform_content div.href span.url div a:hover {
  color: #fff5d4;

}

.trade-grade .self-grade {
  margin-left: 0 !important;
}

.loactionNav {
  margin-top: 30px;
  margin-left: 25px;
}

.loactionNav .loactionNavItem {
  float: left;
  width: 85px;
  height: 30px;
  background: inherit;
  text-align: center;
  border: 1px solid #ffffff;
  margin-right: 20px;
}

.loactionNav li.loactionNavItem:last-child {
  margin-right: 0;

}

.loactionNav .loactionNavItem a {
  color: #ffffff;
  line-height: 30px;
}

.comment_box {
}

.commentItem {
  margin:20px;
  padding: 20px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.commentItem_header_userImg {
  width: 50px;
  height:50px;
  border-radius: 50%;
  float: left;
}
.commentItem_header_userinfo {
  float: left;
  width:550px;
  margin-left:20px
}
.userinfo_username {
  font-weight: bold;
  font-size:18px;

}
.userinfo_userComment {
  margin-top: 10px;
  font-size: 14px;
  color: #afb0b6;
  width:550px;
  word-wrap: break-word;
}
.commentItem_date {
  color: #afb0b6;
  font-size: 14px;
  margin-top: 10px;
}
.header-titleCore {
  margin-top:30px;
}
.header-titleCore i {
  font-style: normal;
  font-style: normal;
  display: inline-block;
  margin-right: 50px;
  font-weight: 300;
}
.commentItem_header_score {
  float: right;
  color: red;

}
.commentItem_date {
  margin-left: 70px;
}
.self-grade_tr {
  margin-top: 20px;
}
.self-grade_tr i{
  font-weight: 300;
  font-style:normal;
  margin-right: 50px;
}
.trade-grade .user-grade {
  padding-top:30px !important;
  padding-bottom:0px !important;
  border: none !important;
}

.comment-btn button {
  background-color:#ff9d00 !important;
  color:#ffffff !important;
}

.comment-content>p {
  width:700px;
}