.cont {
  min-width: 1600px;
  padding: 0px 200px 0px;
}

.header-title {
  width: 100%;
  height: 240px;
  padding: 42px;
  box-sizing: border-box;
  background-image: url("../images/home/apps/apptemplate/preview.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
  -o-background-size: cover; /* 兼容Opera */
  /* margin-top: -15px;
  padding-top: 50px;
  padding-bottom: 50px; */
  position: relative;
  overflow: hidden;
}

.header-title .left {
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-title .left img {
  width: 24px;
  margin-right: 20px;
}

.preview > img {
  width: calc(100% - 80px);
  height: 292px;
  display: block;
  margin: 42px auto 0;
}

.preview-button {
  width: 260px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  cursor: pointer;
}

.content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 42px;
}

.install {
  background-image: linear-gradient(-90deg, #f26060, #e72828);
  color: white;
  height: 42px;
  line-height: 42px;
  width: 120px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
}
.app {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-item {
  width: 100%;
  padding-bottom: 32px;
  margin-top: 32px;
  display: flex;
  /* justify-content: space-between; */
}

.app-item__icon {
  width: 60px;
  height: 60px;
  background-color: #e31f1d;
  text-align: center;
  line-height: 57px;
  margin-right: 15px;
  margin-top: 17px;
  font-size: 36px;
  color: white;
  border-radius: 4px;
}

.app-item__icon img {
  width: 30px;
}

.content-title-left .app-item__title {
  margin: 15px 0 12px;
  font-size: 24px;
  font-weight: 600;
}

.content-title-left .app-item__star {
  display: flex;
  align-items: end;
}

.content-title-left .app-item__star .star {
  width: 136px;
}

.content-title-left .app-item__star .star > img {
  width: 24px;
  /* height: 22px; */
}

.content-title-left .app-item__depict {
  margin-left: 15px;
  color: #e72828;
  font-weight: bold;
}

.content-item {
  width: 100%;
  box-sizing: border-box;
}

.content-item-box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.content-item-table {
  font-weight: bold;
  color: #e72828;
  font-size: 16px;
  border-bottom: 1px solid rgb(223, 225, 230);
  margin-bottom: 20px;
}

.content-item-table > span {
  display: inline-block;
  padding: 10px;
  border-bottom: 2px solid #e72828;
}

.content-item-left {
  width: 67%;
  /* border: 2px solid hsla(223, 4%, 64%, 0.13); */
  /* padding: 30px 0; */
}
.content-item-left-overview {
  width: 100%;
  padding: 30px 30px;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
  border-radius: 5px;
  margin-bottom: 22px;
}

.content-item-left-overview .c-l-one {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(223, 225, 230);
}

.content-item-left-overview .c-o-title,
.content-item-left-overview .c-t-title {
  font-size: 20px;
  line-height: 38px;
  font-weight: bolder;
}

.content-item-left-overview .c-o-preview {
  line-height: 38px;
  color: #6b778c;
}

.content-item-left-overview .c-l-two {
  padding: 20px 0;
  /* border-bottom: 1px solid rgb(223, 225, 230); */
}
.content-item-left-overview .c-l-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.content-item-left-overview .c-l-item {
  margin: 20px 20px 0 0;
  width: 30%;
  padding-right:20px;
}
.content-item-left-overview .main-title {
  margin-bottom: 10px;
}

.content-item-left-overview .main-title > span {
  color: #172b4d;
  font-size: 18px;
  font-weight: bold;
}

.content-item-left-overview .main-title > img {
  width: 24px;
  height: 24px;
}

.content-item-left-overview .desc {
  color: #42526e;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.content-item-left-recommend {
  width: 100%;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
  border-radius: 5px;
  margin-bottom: 22px;
}

.content-item-left-recommend .recommend-menu {
  width: 100%;
  border-bottom: 1px solid rgb(223, 225, 230);
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 30px;
}

.content-item-left-recommend .recommend-content {
  padding: 30px 30px;
}
.content-item-left-recommend .recommend {
  background-color: #f4f5f7;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.content-item-left-recommend .recommend-left {
  width: 40%;
}

.content-item-left-recommend .recommend-left-title {
  color: #172b4d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.content-item-left-recommend .recommend-right {
  width: 55%;
}

.content-item-left-recommend .recommend-left-li {
  list-style: disc;
  margin-left: 15px;
}

.content-item-left-recommend .recommend-left-li {
  line-height: 30px;
  color: #42526e;
  font-size: 14px;
}

.content-item-right {
  width: 28%;
  /* border: 2px solid hsla(223, 4%, 64%, 0.13); */
}

.content-item-right-message {
  width: 100%;
  height: 380px;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
  margin-bottom: 20px;
  padding: 25px;
}
.content-item-right-recommend {
  width: 100%;
  height: 420px;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
}

.content-item-right-message .message-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px;
}

.content-item-right-message .message-title-left > span {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.content-item-right-message .message-title-left > img {
  width: 20px;
}

.content-item-right-message .message-title-right {
  color: #dd1313;
  cursor: pointer;
}

.content-item-right-message .message-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.content-item-right-message .message-item:hover {
  color: #dd1313;
}

.content-item-right-message .message-marker {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: linear-gradient(
    90deg,
    rgba(230, 40, 40, 1),
    rgba(241, 133, 133, 1)
  );
  border-radius: 2px;
  margin-right: 8px;
}
.content-item-right-message .message-text {
  display: inline-block;
  line-height: 28px;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-item-left-comment {
  width: 100%;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
  border-radius: 5px;
  margin-bottom: 22px;
}

.content-item-left-comment .comment-menu {
  width: 100%;
  border-bottom: 1px solid rgb(223, 225, 230);
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-item-left-comment .comment-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
}

.content-item-left-comment .comment-button {
  background-image: linear-gradient(-90deg, #f26060, #e72828);
  color: white;
  height: 35px;
  line-height: 35px;
  width: 120px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
}

.content-item-left-comment .comment-content {
  padding: 30px;
}

.content-item-left-comment .comment-content__star {
  height: 20px;
  display: flex;
}

.content-item-left-comment .comment-content__star img {
  width: 15px;
}

.content-item-left-comment .comment-content__depict {
  height: 20px;
  line-height: 20px;
  margin-left: 8px;
}

.content-item-left-comment .comment-content__rating {
  display: flex;
  margin-top: 10px;
}

.content-item-left-comment .comment-content__rating .rating {
  width: 320px;
  color: #6b778c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.content-item-left-comment .comment-content__rating .progress {
  width: 200px;
  height: 8px;
  background-color: #ebecf0;
  border-radius: 8px;
  overflow: hidden;
}

.content-item-left-comment .comment-content__rating .carried_out {
  width: 50%;
  height: 100%;
  background-image: linear-gradient(-90deg, #f26060, #e72828);
  border-radius: 8px;
}

.content-item-left-comment .comment-content__rating .number {
  width: 65px;
}

.content-item-left-comment .comment-content__rating .content__search {
  width: calc(100% - 330px);
  height: 42px;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
  padding: 0 15px 0 10px;
  margin-top: 20px;
}

.content-item-left-comment .comment-content__rating .content__search input {
  height: 100%;
  width: calc(100% - 25px);
}

.content-item-left-comment .comment-content__rating .content__search img {
  width: 18px;
}

.content-item-left-discuss {
  width: 100%;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
  padding: 20px;
  margin-bottom: 10px;
}

.content-item-left-discuss .discuss-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-item-left-discuss .discuss-menu-left {
  display: flex;
  align-items: center;
}

.content-item-left-discuss .picture {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.content-item-left-discuss .name {
  font-size: 16px;
  font-weight: bold;
  margin-left: 8px;
}

.content-item-left-discuss .rating > img {
  width: 24px;
  margin-right:5px;
}

.content-item-left-discuss .data {
  color: #6b778c;
  margin-top: 3px;
  text-align: right;
  padding-top: 3px;
  padding-right:5px;
}

.content-item-left-discuss .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.content-item-left-discuss .matter {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}

.content-item-left-discuss .answer {
  margin-top: 20px;
  color: #6b778c;
}

.content-item-left-discuss .more {
  color: #0052cc;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.content-item-left-discuss .more > img {
  width: 11px;
  height: 7px;
  margin-left: 3px;
}

.comment-popover {
  width: 100%;
  display: none;
  margin-bottom: 22px;
}

.comment-popover .popover {
  background-color: #fff;
  /* width: 800px; */
  width: 100%;
  border: 2px solid hsla(223, 4%, 64%, 0.13);
  margin: 0 auto;
}

.comment-popover .menu {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 24px;
  background-color: #f4f5f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(223, 225, 230);
}

.comment-popover .title {
  font-size: 18px;
  font-weight: bold;
  color: #172b4d;
  line-height: 24px;
}

.comment-popover .close {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.comment-popover .form {
  padding: 0 24px;
}

.comment-popover .form form > div {
  width: 100%;
  margin-top: 16px;
}

.comment-popover .form .input {
  width: 100%;
  border: 1px solid #dfe1e6;
}
.comment-popover .form .code .input {
  display: flex;
}

.comment-popover .form .code .input input {
  width: calc(100% - 100px);
}
.comment-popover .code .input .send {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid #dfe1e6;
  background: #f4f5f7;
  color: #0052cc;
  cursor: pointer;
}

.comment-popover .form .label {
  margin-bottom: 8px;
}

.comment-popover .score{
  display: flex;
  align-items: center;
}

.comment-popover .score .label{
  margin: 0 24px 0 0 ;
}

.comment-popover .score img{
  width: 24px;
}

.comment-popover .form .label .asterisk {
  color: red;
}

.comment-popover .form .input input {
  width: 100%;
  height: 40px;
  padding-left: 9px;
}

.comment-popover .form .input textarea {
  width: 100%;
  padding: 9px 0 0 9px;
  height: 120px;
}

.comment-popover .popover-footer {
  height: 48px;
  padding: 0 24px;
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #f4f5f7;
}
.comment-popover .popover-footer .confirm {
  width: 52px;
  height: 32px;
  color: white;
  background: #0052cc;
  border-radius: 3px;
}

.comment-popover .popover-footer .close {
  width: 52px;
  height: 32px;
  border-radius: 3px;
  margin-left: 8px;
  background-color: #EBECF0;
}

.more{
  display: none;
  color: #e72828;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 20px 0px;
}