.mobile-content {
  width: 7.5rem;
}

.mobile-content .contest {
  margin: 0.5rem auto;
}

.mobile-content>.contest>.thumb {
  width: 100%;
  height: 2.9rem;
}

.mobile-content>.contest>.thumb img {
  width: 100%;
  height: 100%;
}

.mobile-content>.contest>.box {
  width: 100%;
  margin: 0 auto;
}

.mobile-content>.contest>.box>.title {
  width: 100%;
  margin: 0.24rem 0 0.24rem 0;
}

.mobile-content>.contest>.box>.title b {
  font-size: 0.44rem;
}

.mobile-content>.contest>.box>.time-status {
  height: 0.95rem;
  margin: 0 auto;
  background: #ed6a00;
  border-radius: 0.06rem;
  position: relative;
  overflow: hidden;
  width: 6.5rem;
  z-index: 1;
}

.mobile-content>.contest>.box>.time-status>.left-line {
  width: 0.13rem;
  height: 100%;
  background: #ef0e0e;
  position: absolute;
  left: 0;
}

.mobile-content>.contest>.box>.time-status>.date {
  position: absolute;
  top: 0;
  left: 0.35rem;
}

.mobile-content>.contest>.box>.time-status>.date * {
  font-size: 0.25rem;
}

.mobile-content>.contest>.box>.time-status>.date>.text {
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.3rem;
}

.mobile-content>.contest>.box>.time-status>.date>.startTime {
  display: inline-block;
}

.mobile-content>.contest>.box>.time-status>.date>.line {
  display: inline-block;
  margin: 0 0.05rem;
}

.mobile-content>.contest>.box>.time-status>.date>.endTime {
  display: inline-block;
}

.mobile-content>.contest>.box>.time-status>.contest-status {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
}

.mobile-content>.contest>.box>.time-status>.contest-status span {
  font-size: 0.3rem;
}

.mobile-content>.contest>.box>.con {
  background: linear-gradient(to bottom, #42465d, #34293c);
  margin-top: -0.75rem;
  border-radius: 0.1rem;
}

.mobile-content>.contest>.box>.con>.details {
  padding-top: 1.2rem;
}

.mobile-content>.contest>.box>.con>.details>.articleContent {
  background: none;
  padding: 0 0.2rem;
}

.mobile-content .details .contentBlock>div {
  margin-bottom: 0.45rem;
}

.mobile-content .details .contentBlock .textArea {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #666666;
}

.mobile-content .details .contentBlock .textArea h3 {
  font-size: 0.45rem;
  margin-bottom: 0.2rem;
}

.mobile-content .details .contentBlock .textArea h4 {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}

.mobile-content .details .contentBlock .textArea h5 {
  font-size: 0.35rem;
  margin-bottom: 0.2rem;
}

.mobile-content .details .contentBlock .textArea p {
  margin-bottom: 0.45rem;
}

.mobile-content .details .contentBlock .textArea p:last-child {
  margin-bottom: 0;
}

.mobile-content .details .contentBlock .textArea a {
  text-decoration: underline;
  word-break: break-all;
  color: #ff5a00;
}

.mobile-content .details .contentBlock .stepLine {
  font-size: 0.3rem;
}

.mobile-content .details .contentBlock .stepLine b {
  padding-right: 0.1rem;
}

.mobile-content .details .contentBlock .imageBlock {
  display: block;
  text-align: center;
}

.mobile-content .details .contentBlock .imageBlock img {
  max-width: 100%;
  height: auto;
}

.mobile-content .details .contentBlock .title {
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}

.mobile-content .details .contentBlock .hardwareList {}

.mobile-content .details .contentBlock .hardwareList .list {}

.mobile-content .details .contentBlock .hardwareList .list .li {
  border-left: 5px solid #ed6a00;
  background: #3f3d45;
  margin-bottom: 0.15rem;
  width: 100%;
  height: 1.05rem;
  display: flex;
  justify-content: space-between;
}

.mobile-content .details .contentBlock .hardwareList .list .li>.productName {
  margin-left: 0.16rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  font-size: 0.3rem;
  align-self: center;
}

.mobile-content .details .contentBlock .hardwareList .list .li>.productName b {
  padding-right: 0.4rem;
  font-weight: normal;
}

.mobile-content .details .contentBlock .hardwareList .list .li>.productName i {
  font-style: normal;
  font-weight: normal;
}

.mobile-content .details .contentBlock .hardwareList .list .li>.productName i::before {
  content: 'x';
  position: absolute;
  font-size: 0.3rem;
  margin-left: 0.05rem;
}

.mobile-content .details .contentBlock .hardwareList .list .li>.productLink {
  margin: 0 0.3rem;
  align-self: center;
  font-size: 0.3rem;
  color: #bbbbbb;
  display: flex;
}

.mobile-content .details .contentBlock .hardwareList .list .li>.productLink i {
  font-size: 0.7rem;
  color: #ffffff;
  align-self: center;
}

.mobile-content .details .contentBlock .hardwareList .list .li>.productLink span {
  align-self: center;
}

.mobile-content .details .contentBlock .videoBox {
  border-radius: 0.05rem;
}

.mobile-content .details .contentBlock .videoBox>iframe {
  width: 6.9rem;
  height: 3.87rem;
}

.mobile-content .details .contentBlock .downloadFile {
  background: #ffffff;
  display: flex;
  height: 0.96rem;
  border-radius: 4px;
}

.mobile-content .details .contentBlock .downloadFile img {
  align-self: center;
  margin: 0 0.23rem 0 0.36rem;
}

.mobile-content .details .contentBlock .downloadFile .info {
  align-self: center;
  width: 5.5rem;
}

.mobile-content .details .contentBlock .downloadFile .info b {
  color: #252525;
  font-size: 0.32rem;
  display: block;
}

.mobile-content .details .contentBlock .downloadFile .info span {
  color: #bfb7b7;
}

.mobile-content .details .contentBlock .downloadFile a {
  color: #6b6666;
  align-self: center;
  font-size: 0.3rem;
  width: 3.5rem;
  text-align: center;
}

.mobile-content .details .contentBlock .codeArea {
  width: 100%;
}

.mobile-content .details .contentBlock .codeArea .con pre {
  width: 100%;
  border-left: 5px solid #ff5a00;
  max-height: 500px;
  background: #3f3d45;
  border-radius: 0;
  overflow-y: scroll;
}

.mobile-content .details .contentBlock .codeArea .con pre table.hljs-ln {
  width: 6.7rem;
}

.mobile-content .details .contentBlock .codeArea .con pre table.hljs-ln tr {
  font-size: 0.2rem;
}

.mobile-content .details .contentBlock .codeArea .con pre table.hljs-ln tr td.hljs-ln-numbers {
  padding-left: 0.1rem;
  font-size: 0.2rem;
}

.mobile-content .details .contentBlock .codeArea .con pre table.hljs-ln tr td.hljs-ln-code {
  font-size: 0.2rem;
}

.mobile-content .license {
  position: relative;
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 0 0.3rem;
  display: flex;
}

.mobile-content .license>b {
  font-size: 0.4rem;
  color: #fff;
  align-self: center;
  width: 1.8rem;
}

.mobile-content .license .licensIcon {
  width: 2.04rem;
  height: 0.71rem;
  overflow: hidden;
  position: relative;
  align-self: center;
}

.mobile-content .license .licensIcon .bg {
  width: 2.04rem;
  height: 0.71rem;
}

.mobile-content .license .licensIcon .bg img {
  width: 2.04rem;
  height: 0.71rem;
}

.mobile-content .license .licensIcon a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.mobile-content .license .licensIcon .icon {
  position: absolute;
  z-index: 1;
  display: flex;
  left: 0;
  top: 0;
}

.mobile-content .license .licensIcon .icon b {
  width: 0.58rem;
  height: 0.58rem;
  background: #000;
  border-radius: 50%;
  position: relative;
  align-self: center;
  margin-left: 0.07rem;
}

.mobile-content .license .licensIcon .icon b i {
  font-size: 0.44rem;
  position: absolute;
  left: 0.065rem;
  top: -0.02rem;
  font-weight: normal;
}

.mobile-content .license .licensIcon .icon b i:before {
  position: absolute;
  top: 0.05rem;
}

.mobile-content .license .licensIcon .icon span {
  display: block;
  color: #ffffff;
  font-size: 0.1rem;
  margin: 0.1rem 0 0 0.1rem;
}

.mobile-content .license .licensIcon .icon span i {
  display: block;
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 0.34rem;
  height: 0.34rem;
  font-size: 0.34rem;
}

.mobile-content .license .licensIcon .noneText .w {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.26rem;
}

.mobile-content .license .licensIcon .noneText .b {
  font-size: 0.26rem;
  font-weight: bold;
  color: #ffffff;
}

.mobile-content .tags {
  margin: 0 0.3rem;
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #9a9a9a;
}

.mobile-content .tags b {
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.4rem;
  width: 1.8rem;
}

.mobile-content .tags span {
  width: 5.1rem;
  display: flex;
  flex-wrap: wrap;
}

.mobile-content .tags span a {
  height: 0.45rem;
  background: #ef7600;
  margin: 0 0.27rem 0.27rem 0;
  line-height: 0.45rem;
  border-radius: 3px;
  padding: 0 0.2rem;
}

.mobile-content>.filter {
  width: 100%;
  height: 0.87rem;
  background: linear-gradient(to right bottom, #333232, #39383e 90%, #383460);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0.47rem;
  margin-bottom: 0.36rem;
}

.mobile-content>.filter button {
  font-size: 0.32rem;
  height: 100%;
  text-transform: uppercase;
  background: transparent;
  border: none;
  color: white;
}

.mobile-content>.filter button.select {
  color: #ff6100;
  border-bottom: 4px solid #ff6100;
}

.mobile-content>.projectList {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}

.mobile-content>.projectList>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobile-content>.projectList>ul>li {
  background: #464545;
  width: 3.28rem;
  border-radius: 0.1rem;
  margin-bottom: 0.18rem;
  position: relative;
  overflow: visible;
}

.mobile-content>.projectList>ul>li>.thumb {
  border-radius: 0.1rem 0.1rem 0 0;
}

.mobile-content>.projectList>ul>li>.thumb a {
  display: block;
  width: 100%;
  height: 2.42rem;
}

.mobile-content>.projectList>ul>li>.thumb a img {
  width: 100%;
  height: 100%;
}

.mobile-content>.projectList>ul>li>.voteNum {
  position: absolute;
  width: 1.1rem;
  height: 0.54rem;
  border-radius: 0.02rem;
  background: #ed6a00;
  top: 0.2rem;
  left: -0.05rem;
  font-size: 0.29rem;
  line-height: 0.54rem;
  text-align: center;
}

.mobile-content>.projectList>ul>li>.info {
  width: 94%;
  margin: 0.12rem auto 0.2rem;
}

.mobile-content>.projectList>ul>li>.info>.title {
  width: 100%;
  margin-bottom: 0.35rem;
}

.mobile-content>.projectList>ul>li>.info>.title a {
  display: block;
  width: 100%;
  font-size: 0.26rem;
}

.mobile-content>.projectList>ul>li>.info>.user>.left {
  display: flex;
}

.mobile-content>.projectList>ul>li>.info>.user>.left>.head {
  width: 0.27rem;
  height: 0.27rem;
  border-radius: 50%;
  overflow: hidden;
}

.mobile-content>.projectList>ul>li>.info>.user>.left>.head a {
  width: 100%;
  height: 100%;
}

.mobile-content>.projectList>ul>li>.info>.user>.left>.head a img {
  width: 100%;
  height: 100%;
}

.mobile-content>.projectList>ul>li>.info>.user>.left>.userName {
  margin-left: 0.09rem;
}

.mobile-content>.projectList>ul>li>.info>.user>.left>.userName a {
  font-size: 0.22rem;
}

.mobile-content>.projectList>ul>li>.info>.vote {
  padding: 0.15rem 0 0 0;
  text-align: center;
}

.mobile-content>.projectList>ul>li>.info>.vote>button {
  margin-top: 0.14rem;
  background: #ed6a00;
  color: #ffffff;
  width: 100%;
  height: 0.36rem;
  border: none;
  font-size: 0.25rem;
  line-height: 0.36rem;
  text-align: center;
  cursor: pointer;
}

.mobile-content>.projectList>ul>li>.info>.vote .disadle {
  cursor: default;
  background: #eeeeee;
  color: #3d3d3d;
}

.mobile-content>.project {
  background: #2f2e2e;
}

.mobile-content>.project>.left>.details {
  background: #101010;
}

.mobile-content>.project>.left>.details>.top {
  width: 6.74rem;
  margin: 0.3rem auto;
  position: relative;
}

.mobile-content>.project>.left>.details>.top>.title {
  margin-bottom: 0.3rem;
  font-size: 0.51rem;
}

.mobile-content>.project>.left>.details>.top>.follow {
  position: absolute;
  right: 0;
  min-width: 1rem;
  bottom: 0.1rem;
}

.mobile-content>.project>.left>.details>.top>.userInfo {
  padding: 0;
}

.mobile-content>.project>.left>.details>.top>.userInfo .head a {
  display: flex;
  align-items: center;
}

.mobile-content>.project>.left>.details>.top>.userInfo .head img {
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 0.7rem;
  margin-right: 0.18rem;
}

.mobile-content>.project>.left>.details>.top>.userInfo .head span b {
  font-size: 0.29rem;
  display: block;
}

.mobile-content>.project>.left>.details>.top>.userInfo .head span i {
  font-size: 0.18rem;
  font-style: normal;
}

.mobile-content>.project>.left>.details>.top>.follow button {
  background: #ed6a00;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.29rem;
  border: none;
  color: white;
}

.mobile-content>.project>.left>.details>.top>.follow button b i {
  font-size: 0.3rem;
  margin-right: 0.09rem;
}

.mobile-content>.project>.left>.details>.top>.follow button b span {
  font-weight: normal;
}

.mobile-content .details>.articleContent {
  width: 100%;
  background: #2f2e2e;
  border-radius: 0.36rem 0.36rem 0 0;
  padding: 0 0.3rem;
  position: relative;
  overflow-y: hidden;
}

.mobile-content>.project>.left>.details>.articleContent>.points {
  margin: 0.48rem 0 0.3rem 0;
  padding-bottom: 0.4rem;
  border-bottom: 2px #d8d8d8 solid;
}

.mobile-content>.project>.left>.details>.articleContent>.points>b {
  display: flex;
  align-items: center;
  font-size: 0.29rem;
}

.mobile-content>.project>.left>.details>.articleContent>.points>b span {
  color: #6f6f6f;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

.mobile-content>.project>.left>.details>.articleContent>.points>b span i {
  font-size: 0.25rem;
  margin-left: -0.15rem;
}

.mobile-content>.project>.left>.details>.articleContent>.points>b .common_001 i:nth-child(1) {
  color: #ff5a00;
}

.mobile-content>.project>.left>.details>.articleContent>.points>b .common_002 i:nth-child(1),
.mobile-content>.project>.left>.details>.articleContent>.points>b .common_002 i:nth-child(2),
.mobile-content>.project>.left>.details>.articleContent>.points>b .common_002 i:nth-child(3) {
  color: #ff5a00;
}

.mobile-content>.project>.left>.details>.articleContent>.points>b .common_003 i {
  color: #ff5a00;
}

.mobile-content>.project>.left>.details>.articleContent>.recommendIcon {
  position: absolute;
  right: 0.48rem;
  top: 0;
  width: 0.8rem;
  height: 1rem;
  overflow-y: hidden;
}

.mobile-content>.project>.left>.details>.articleContent>.recommendIcon img {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.mobile-content>.project>.left>.details>.articleContent>.recommendIcon span {
  position: absolute;
  bottom: 0;
  color: #ff5a00;
}

.mobile-content>.project>.left>.points {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
}

.mobile-content>.project>.left>.points b {
  font-size: 0.29rem;
  color: #ed6a00;
  display: flex;
  align-items: center;
}

.mobile-content>.project>.left>.points b i {
  font-size: 0.5rem;
  color: #bbbcbc;
  display: flex;
  align-items: center;
}

.mobile-content>.project>.left>.points b i::after {
  content: '(';
  font-size: 0.29rem;
  color: #ed6a00;
  margin-left: 0.1rem;
}

.mobile-content>.project>.left>.points b::after {
  content: ')';
  color: #ed6a00;
}

.mobile-content>.project>.left>.points b .like {
  color: #ed6a00;
}

.mobile-content>.project>.left>.btns {
  width: 90%;
  margin: 0 auto 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: none;
  padding-top: 0;
}

.mobile-content>.project>.right {
  width: 90%;
  margin: 0 auto;
}

.mobile-content>.project>.right>.affiliate {
  width: 100%;
  background: linear-gradient(to right bottom, #404863, #39373b);
  padding: 0.42rem 0.24rem 0.45rem;
  border-radius: 0.07rem;
  margin-bottom: 0.36rem;
}

.mobile-content>.project>.right>.affiliate>.con .tit {
  font-size: 0.43rem;
  padding-bottom: 0.14rem;
  border-bottom: solid 1px #979797;
}

.mobile-content>.project>.right>.affiliate>.con .tit i {
  margin-left: 0.47rem;
  font-size: 0.5rem;
  color: #ea6814;
}

.mobile-content>.project>.right>.affiliate>.con .tit b {
  display: flex;
  font-size: 0.3rem;
  color: #d7d7d7;
}

.mobile-content>.project>.right>.affiliate>.con .tit b>span {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 3rem;
  font-weight: normal;
  align-self: flex-end;
}

.mobile-content>.project>.right>.affiliate>.con .tr {
  font-size: 0.3rem;
  margin-top: 0.25rem;
  font-weight: bold;
}

.mobile-content>.project>.right>.affiliate>.con .li {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.mobile-content>.project>.right>.affiliate>.con .li>span {
  font-size: 0.3rem;
  width: 5.5rem;
}

.mobile-content>.project>.right>.affiliate>.con .li>b {
  font-size: 0.3rem;
  color: #ed6a00;
  font-weight: normal;
}

.mobile-content>.project>.right>.affiliate>.con .addToCart {
  width: 100%;
  margin-top: 0.35rem;
}

.mobile-content>.project>.right>.affiliate>.con .addToCart button {
  width: 100%;
  height: 0.56rem;
  background: #ed6a00;
  border-radius: 0.02rem;
  font-size: 0.32rem;
  line-height: 0.56rem;
  text-align: center;
  border: none;
  color: white;
  overflow-y: hidden;
}

.mobile-content>.project>.right>.related>.tit {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.72rem;
  background: #ed6a00;
  border-radius: 0.02rem;
  height: 0.72rem;
  text-align: center;
  margin-bottom: 0.7rem;
}

.mobile-content>.project>.right>.related>.projectList {
  width: 100%;
  overflow-x: scroll;
}

.mobile-content>.project>.right>.related>.projectList>ul {
  display: flex;
  flex-wrap: nowrap;
}

.mobile-content>.project>.right>.related>.projectList>ul>li {
  width: 3.7rem;
  background-color: #3d3d3d;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.17rem;
}

.mobile-content>.project>.right>.related>.projectList>ul>li:last-of-type {
  margin-right: 0;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .thumb a {
  display: block;
  width: 100%;
  height: 2.7rem;
  overflow-y: hidden;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .thumb a img {
  width: 100%;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info {
  width: 95%;
  padding: 0rem 0.2rem;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .title {
  height: 1.4rem;
  width: 100%;
  font-size: 0.3rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0.15rem auto;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .title a {
  display: block;
  width: 100%;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .tag {
  width: 100%;
  height: 0.4rem;
  overflow: hidden;
  margin-bottom: 0.26rem;
  display: flex;
  flex-wrap: wrap;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .tag a {
  height: 0.35rem;
  padding: 0rem 0.1rem;
  font-size: 0.22rem;
  line-height: 0.4rem;
  font-weight: normal;
  background-color: #818181;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  border-radius: 0.05rem;
  color: #e2e2e2;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff b {
  color: #ffffff;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.18rem;
  text-transform: uppercase;
  display: block;
  margin-right: 0.1rem;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff span {
  color: #6f6f6f;
  padding-left: 0.05rem;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff span i {
  font-size: 0.16rem;
  margin-left: -0.15rem;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff .common_001 i:nth-child(1) {
  color: #dd0505;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff .common_002 i:nth-child(1),
.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff .common_002 i:nth-child(2),
.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff .common_002 i:nth-child(3) {
  color: #dd0505;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .diff .common_003 i {
  color: #dd0505;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user>.left {
  display: flex;
  align-items: center;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user>.left>.head {
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user>.left>.head a {
  width: 100%;
  height: 100%;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user>.left>.head img {
  width: 100%;
  height: 100%;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user>.left>.userName {
  font-size: 0.22rem;
  margin-left: 0.1rem;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user>.right>.visit {
  display: flex;
  align-items: center;
}

.mobile-content>.project>.right>.related>.projectList>ul>li .info .user>.right>.visit * {
  font-size: 0.22rem;
  color: #bbbcbc;
}

.mobile-content>.project>.comments {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.mobile-content>.project>.comments>.title {
  font-size: 0.36rem;
  margin-bottom: 0.32rem;
}

.mobile-content>.project>.comments>.addComment>.input {
  margin-bottom: 0.27rem;
}

.mobile-content>.project>.comments>.addComment>.input textarea {
  width: 100%;
  border: 0.02rem solid #919191;
  font-size: 0.28rem;
  background: transparent;
  color: white;
  min-height: 1.45rem;
  padding: 0.18rem;
}

.mobile-content>.project>.comments>.addComment>.input textarea::placeholder {
  color: #7f7f7f;
}

.mobile-content>.project>.comments>.addComment>.btn {
  position: relative;
  height: 0.54rem;
}

.mobile-content>.project>.comments>.addComment>.btn button {
  height: 0.54rem;
  width: 2.18rem;
  background: #ed6a00;
  border: none;
  color: white;
  position: absolute;
  right: 0;
  font-size: 0.3rem;
}

.mobile-content>.project>.comments>.addComment>.btn button:active {
  background: #d8d8d8;
}

.mobile-content>.project>.comments>.commentList {
  margin-top: 0.36rem;
  margin-bottom: 0.6rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi {
  position: relative;
  border-bottom: 0.02rem solid #9a9a9a;
  margin-bottom: 0.2rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi:last-of-type {
  border-bottom: none;
  margin-bottom: none;
}

.mobile-content>.project>.comments>.commentList>.commentLi .head {
  position: absolute;
  left: 0;
  top: 0;
}

.mobile-content>.project>.comments>.commentList>.commentLi .head a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
}

.mobile-content>.project>.comments>.commentList>.commentLi .head a img {
  width: 100%;
  height: 100%;
}

.mobile-content>.project>.comments>.commentList>.commentLi .line {
  display: flex;
  justify-content: space-between;
}

.mobile-content>.project>.comments>.commentList>.commentLi .line .userName {
  margin-left: 0.78rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi .line .userName a {
  font-size: 0.32rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi .line .userName a span {
  color: #918f8f;
  font-size: 0.18rem;
  display: block;
}

.mobile-content>.project>.comments>.commentList>.commentLi .line>.replyNum {
  align-self: flex-end;
  color: #bbbcbc;
  display: flex;
  align-items: center;
}

.mobile-content>.project>.comments>.commentList>.commentLi .line>.replyNum i {
  font-size: 0.32rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi .con {
  font-size: 0.28rem;
  margin: 0.17rem auto 0.35rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.replyInput {
  height: 0px;
  overflow: hidden;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.replyInput>.input {
  padding-bottom: 0.36rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.replyInput>.input textarea {
  width: 100%;
  border: 0.02rem solid #919191;
  font-size: 0.28rem;
  background: transparent;
  color: white;
  min-height: 0.77rem;
  padding: 0.18rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.replyInput>.input textarea::placeholder {
  color: #7f7f7f;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.replyInput>.btn {
  position: relative;
  height: 0.54rem;
  padding-bottom: 0.18rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.replyInput>.btn button {
  height: 0.54rem;
  width: 2.18rem;
  background: none;
  border: #ed6a00 solid 2px;
  color: #ed6a00;
  position: absolute;
  right: 0;
  font-size: 0.3rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.replyInput>.btn button:active {
  background: #d8d8d8;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.reply {
  position: relative;
  border-top: 0.02rem dashed #9a9a9a;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.reply>.head {
  left: 0.3rem;
  top: 0.3rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.reply>.line {
  flex-direction: column;
  padding: 0.3rem 0 0 0.3rem;
}

.mobile-content>.project>.comments>.commentList>.commentLi>.commentCon>.reply>.line .con {
  margin-left: 0.8rem;
  margin-top: 0.2rem;
}