/*Author ： Fish、Amy、LiliQQ : 20121310Email : 20121310@qq.comMobile : 18936118357Applicable scope : Only authorized to DFRobot employees  */
/*-------------------- common Begin -----------------------*/
body {
  font-family: 'Roboto', -apple-system;
  color: #ffffff;
  width: 100%;
  background-color: #101010;
  font-size: 0.2rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', -apple-system;
  padding: 0;
  margin: 0;
}

a {
  color: #ffffff;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.2rem;
}

legend {
  font-size: 0.2rem;
}

label {
  font-size: 0.2rem;
  font-weight: normal;
}

input,
textarea,
div {
  outline: none;
  font-size: 0.2rem;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', -apple-system;
  overflow-x: hidden;
}

button {
  outline: none;
}

select {
  outline: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

.clear {
  clear: both;
}

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

[v-cloak] {
  display: none;
}

.container {
  width: 7.5rem;
  overflow: hidden;
}

.footFrame {
  /* border-top: 1px solid #ffffff; */
  overflow: hidden;
}

.content {
  min-height: 6rem;
}

/*-------------------- common End -----------------------*/
.headFrame {
  position: relative;
  height: 0.94rem;
  width: 100%;
}

.headFrame .con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.94rem;
  overflow: initial;
  z-index: 100;
}

.headFrame .con .nav {
  display: flex;
  justify-content: space-between;
  height: 0.94rem;
  background: #313131;
}

.headFrame .con .nav b {
  align-self: center;
  margin-left: 0.36rem;
}

.headFrame .con .nav b img {
  width: 2.5rem;
}

.headFrame .con .nav span {
  display: flex;
  margin-right: 0.2rem;
}

.headFrame .con .nav span button {
  border: none;
  background: none;
  color: #ffffff;
  margin-right: 0.1rem;
  align-self: center;
  width: 0.8rem;
  height: 0.94rem;
  padding: 0;
}

.headFrame .con .nav span button i {
  font-size: 0.45rem;
}

.headFrame .con .nav span button img {
  width: 0.57rem;
  height: 0.57rem;
  border-radius: 0.6rem;
}

.headFrame .con .nav span .active {
  background: #ff6900;
  border-radius: 0.1rem 0.1rem 0 0;
}

.headFrame .con .subNav {
  position: absolute;
  top: 0.94rem;
  background: #ff6900;
  padding: 0.2rem 0.4rem;
  font-size: 0.25rem;
  line-height: 0.6rem;
  z-index: 2;
  border-radius: 0.08rem 0 0.08rem 0.08rem;
}

.headFrame .con .subNav>span {
  display: block;
}

.headFrame .con .subNav span a {
  display: block;
}

.headFrame .con .subNav span button {
  display: block;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 0.25rem;
  line-height: 0.6rem;
  padding: 0;
  position: relative;
}

.headFrame .con .subNav span button i {
  position: absolute;
  left: -0.25rem;
  font-size: 0.1rem;
}

.headFrame .con .m1 {
  right: 1.2rem;
}

.headFrame .con .m2,
.headFrame .con .m3 {
  right: 0.3rem;
}

.headFrame .con .hideMask {
  background: #000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0.94rem;
  position: fixed;
  z-index: 1;
}

.headFrame .con .search {
  background: #313131;
  height: 0.94rem;
  display: flex;
  justify-content: space-between;
}

.headFrame .con .search input {
  height: 0.68rem;
  border: none;
  border-radius: 0.7rem;
  margin-left: 0.34rem;
  align-self: center;
  width: 100%;
  padding: 0 0.4rem;
  font-size: 0.3rem;
}

.headFrame .con .search button {
  padding: 0 0.15rem;
  font-size: 0.3rem;
  color: #ffffff;
  background: none;
  border: none;
}

.headFrame .catagory {
  position: fixed;
  left: 0;
  top: 0.94rem;
  height: 100%;
  width: 100%;
  background: #101010;
  z-index: 100;
}

.headFrame .catagory .btn {
  width: 4.2rem;
  height: 0.67rem;
  margin: 0.5rem auto 0.4rem auto;
  display: flex;
}

.headFrame .catagory .btn button {
  width: 50%;
  border: 1px solid #6a6a6a;
  background: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 0.3rem;
  font-weight: normal;
}

.headFrame .catagory .btn button:first-child {
  border-right: none;
}

.headFrame .catagory .btn button:last-child {
  border-left: none;
}

.headFrame .catagory .btn .select {
  background: #ed6a00;
  border: none;
}

.headFrame .catagory .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0 0.45rem;
}

.headFrame .catagory .list a {
  display: block;
  width: 33.3%;
  margin-bottom: 0.1rem;
}

.headFrame .catagory .list a b {
  text-align: center;
  height: 1rem;
  display: flex;
  justify-content: center;
}

.headFrame .catagory .list a b img {
  align-self: center;
  max-height: 0.9rem;
}

.headFrame .catagory .list span {
  text-align: center;
  display: block;
  font-size: 0.3rem;
  margin: 0.1rem;
}

.headFrame .catagory .closeBtn {
  display: flex;
  justify-content: center;
  margin: 0.3rem 0;
}

.headFrame .catagory .closeBtn button {
  border: none;
  background: none;
}

.headFrame .catagory .closeBtn button span {
  color: #ffffff;
  font-size: 0.72rem;
}

.editProfile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.editProfile .con {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 90%;
  height: auto;
  left: 5%;
  top: 5%;
  border-radius: 4px;
  padding: 0.3rem;
}

.editProfile .con .title {
  position: relative;
  color: #000000;
  font-size: 0.4rem;
  margin: 0.1rem auto 0.3rem auto;
  display: flex;
  justify-content: center;
}

.editProfile .con .title b {
  position: relative;
  padding-bottom: 0.15rem;
}

.editProfile .con .title span {
  position: absolute;
  display: block;
  width: 90%;
  height: 3px;
  background: #ef7600;
  left: 5%;
  bottom: 0;
}

.editProfile .con .subTitle {
  color: #2d2d2d;
  font-size: 0.3rem;
  margin: 0.15rem 0;
}

.myInfo .editProfile .con .subTitle:nth-child(2) {
  text-align: center;
}

.myInfo .editProfile .con .upload>img {
  display: block;
  width: 1.81rem;
  height: 1.81rem;
  border-radius: 1.81rem;
  margin: 0.1rem auto;
}

.myInfo .editProfile .con .input span {
  display: block;
  font-size: 0.22rem;
  color: #9c9c9c;
  margin-top: 0.2rem;
}

.myInfo .editProfile .con .input .error {
  color: #ff2200;
}

.editProfile .con .upload .desc {
  color: #fff;
  align-self: center;
  text-align: center;
}

.editProfile .con .upload .desc>span {
  display: block;
  color: #9c9c9c;
  font-size: 0.22rem;
  text-align: center;
}

.editProfile .con .upload .desc>button {
  height: 0.65rem;
  margin: 0.3rem 0 0.3rem 0;
  background: #ef7600;
  border: none;
  min-width: 2.24rem;
  padding: 0 0.3rem;
  font-size: 0.29rem;
  color: #ffffff;
  border-radius: 0.07rem;
  position: relative;
  overflow: hidden;
}

.editProfile .con .upload .desc>button input {
  width: 5rem;
  height: 1rem;
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  opacity: 0;
}

.editProfile .con .input {}

.editProfile .con .input input {
  border: 1px solid #d4d4d4;
  background: #f7f7f7;
  border-radius: 4px;
  height: 0.6rem;
  width: 100%;
  padding: 0 0.2rem;
  font-size: 0.25rem;
}

.editProfile .con .input textarea {
  display: block;
  resize: none;
  border: 1px solid #d4d4d4;
  background: #f7f7f7;
  border-radius: 4px;
  width: 100%;
  padding: 0.2rem;
  height: 3rem;
  font-size: 0.25rem;
}

.editProfile .con>button {
  width: 100%;
  border: none;
  background: #ef7600;
  height: 0.8rem;
  color: #ffffff;
  font-size: 0.3rem;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 0.12rem;
}

.editProfile .con .disadle {
  background: #a2a2a2;
}

.editProfile .con .load {
  border: 1px solid #a2a2a2;
  background: none;
  cursor: default;
}

.editProfile .maskBG {
  background: #000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.webMap {
  width: 7.5rem;
  background-color: #202020;
}

.webMap .footFrame {
  width: 6.78rem;
  margin: 0rem auto;
}

.webMap .footFrame .logo {
  padding-top: 0.4rem;
  padding-left: 0.3rem;
}

.webMap .footFrame .map {
  margin-top: 0.5rem;
  padding-left: 0.3rem;
}

.webMap .footFrame .map .list {
  margin-bottom: 0.3rem;
}

.webMap .footFrame .map .list h5 {
  font-size: 0.4rem;
  width: 4rem;
  height: 0.6rem;
  line-height: 0.4rem;
  border-bottom: 0.03rem solid white;
}

.webMap .footFrame .map .list ul li {
  margin: 0.2rem 0rem;
}

.webMap .footFrame .map .list ul li a {
  font-size: 0.2rem;
  color: #71707a;
}

#mobile #dialogFrame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
}

#mobile #dialogFrame .box {
  position: absolute;
  width: 70%;
  height: auto;
  background: #ffffff;
  z-index: 1;
  border-radius: 0.2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #e5e5e5;
}

#mobile #dialogFrame .box .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #000000;
}

#mobile #dialogFrame .box .close i {
  font-size: 0.5rem;
}

#mobile #dialogFrame .box .text {
  width: 100%;
  min-height: 1.2rem;
  color: #000000;
  display: flex;
  margin-top: 0.4rem;
  flex-wrap: wrap;
}

#mobile #dialogFrame .box .text span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  padding: 0.3rem;
  align-self: center;
}

#mobile #dialogFrame .box .text b {
  display: block;
  width: 100%;
  font-weight: normal;
  text-align: center;
  padding: 0 0.3rem;
  margin-bottom: 0;
}

#mobile #dialogFrame .dialogBtn {
  height: 0.5rem;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
}

#mobile #dialogFrame .dialogBtn button {
  border: none;
  cursor: pointer;
  color: #ffffff;
  background: #ff5a00;
  width: 40%;
  height: 100%;
  border-radius: 0.04rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.25rem;
}

#mobile #dialogFrame .dialogBtn .no {
  margin-right: 0.2rem;
  color: #262626;
  background: #eeeeee;
}

#dialogFrame .dialogBtn .yes {}

/*-------------------- Foot End -----------------------*/
/*-------------------- Index Begin -----------------------*/
.mobile-content {
  width: 6.78rem;
  margin: 0 auto;
}

.mobile-content>.bannerBox {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}

.mobile-content>.bannerBox>.banner {
  width: 48.5%;
  height: 1.6rem;
  display: inline-block;
}

.mobile-content>.bannerBox>.banner:nth-of-type(1) {
  display: block;
  width: 100%;
  height: 3.25rem;
  margin-bottom: 0.17rem;
}

.mobile-content>.bannerBox>.banner:nth-of-type(2n) {
  margin-right: 3%;
}

.mobile-content>.bannerBox>.banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mobile-content>.bannerBox>.banner .img>img {
  width: 100%;
  height: 100%;
}

.mobile-content>.indexTitle {
  position: relative;
  height: 0.66rem;
  margin-bottom: 0.3rem;
}

.mobile-content>.indexTitle>span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.66rem;
  height: 0.66rem;
  background: #ed6a00;
  text-align: center;
}

.mobile-content>.indexTitle>span>i {
  font-size: 0.42rem;
  line-height: 0.64rem;
}

.mobile-content>.indexTitle>div {
  padding-left: 0.75rem;
  width: 100%;
  border-bottom: solid #686565 2.5px;
}

.mobile-content>.indexTitle>div>h3 {
  font-size: 0.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
}

.mobileProjectList {
  overflow: visible;
}

.mobileProjectList li {
  position: relative;
  width: 6.78rem;
  background-color: #2f2e2e;
  margin-bottom: 0.3rem;
}

.mobileProjectList li .thumb .best {
  position: absolute;
  width: 1rem;
  top: -0.15rem;
  left: 5.7rem;
}

.mobileProjectList li .thumb a img {
  width: 6.78rem;
  height: 4.18rem;
}

.mobileProjectList li .info {
  padding: 0rem 0.18rem 0.1rem 0.18rem;
}

.mobileProjectList li .info .titleBox {
  display: flex;
  width: 6.42rem;
  height: 1.3rem;
}

.mobileProjectList li .info .title {
  width: 100%;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}

.mobileProjectList li .info .title a {
  font-size: 0.35rem;
}

.mobileProjectList li .info .tag {
  height: 0.42rem;
  overflow: hidden;
  line-height: 0.42rem;
  margin-bottom: 0.15rem;
}

.mobileProjectList li .info .tag a {
  display: block;
  float: left;
  height: 0.42rem;
  background-color: #797979;
  padding: 0 0.2rem;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
}

.mobileProjectList li .info .user {
  display: flex;
  justify-content: space-between;
  padding-top: 0.1rem;
}

.mobileProjectList li .info .user .left {
  display: flex;
}

.mobileProjectList li .info .user .left .head {
  width: 0.54rem;
  /* height: 0.54rem; */
}

.mobileProjectList li .info .user .left .head a {
  width: 0.54rem;
  height: 0.54rem;
}

.mobileProjectList li .info .user .left .head a img {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.54rem;
}

.mobileProjectList li .info .user .left .userName {
  font-size: 0.29rem;
  line-height: 0.7rem;
  width: 1.28rem;
  height: 0.54rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 0.1rem;
}

.mobileProjectList li .info .user .left .userName a {
  color: #fff;
}

.mobileProjectList li .info .user .right {
  display: flex;
  overflow: hidden;
}

.mobileProjectList li .info .user .right .favorite {
  color: #bbbcbc;
}

.mobileProjectList li .info .user .right .favorite i {
  font-size: 0.45rem;
}

.mobileProjectList li .info .user .right .favorite span {
  font-size: 0.45rem;
  color: #ff5a00;
}

.mobileProjectList li .info .user .right .visit {
  color: #bbbcbc;
  font-size: 0.29rem;
  margin-right: 0.1rem;
  line-height: 0.6rem;
}

.mobileProjectList li .info .user .right .visit i {
  font-size: 0.35rem;
  float: left;
  margin: -1px 3px 0 0;
}

.mobileProjectList li .info .user .right .diff {
  display: flex;
  margin-left: 0.1rem;
  line-height: 0.65rem;
}

.mobileProjectList li .info .user .right .diff span {
  color: #6f6f6f;
  margin-left: 0.3rem;
}

.mobileProjectList li .info .user .right .diff span i {
  font-size: 0.29rem;
  margin-left: -0.18rem;
}

.mobileProjectList li .info .user .right .diff .common_001 i:nth-child(1) {
  color: #ff5a00;
}

.mobileProjectList li .info .user .right .diff .common_002 i:nth-child(-n + 3) {
  color: #ff5a00;
}

.mobileProjectList li .info .user .right .diff .common_003 i:nth-child(n) {
  color: #dd0505;
}

.mobileProjectList li .info .user .right .diff b {
  display: block;
  color: white;
  font-size: 0.29rem;
  font-weight: normal;
  text-transform: uppercase;
}

.mobileProjectList>button.show-popular-button {
  display: block;
  width: 100%;
  height: 0.73rem;
  border: 3px solid #ed6a00;
  font-size: 0.25rem;
  color: #ed6a00;
  background: #0f0f0f;
  line-height: 0.7rem;
  text-align: center;
  margin-bottom: 0.7rem;
}

.mobile-content>.contest>.li {
  margin-top: 0.5rem;
  margin-bottom: 0.36rem;
  background: #3c3c3c;
}

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

.mobile-content>.contest>.li>.thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

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

.mobile-content>.contest>.li>.title {
  width: 100%;
  padding: 2% 2.5%;
}

.mobile-content>.contest>.li>.title a {
  display: block;
  font-size: 0.36rem;
}

.mobile-content>.contest>.li>.info {
  display: flex;
  justify-content: space-between;
  padding: 5% 2.5% 2.5% 2.5%;
}

.mobile-content>.contest>.li>.info>.text {
  color: #a6a6a6;
  font-size: 0.2rem;
  display: flex;
  flex-direction: column;
}

.mobile-content>.contest>.li>.info>.text span {
  color: #a6a6a6;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}

.mobile-content>.contest>.li>.info>a {
  background: #ed6a00;
  display: block;
  width: 2.62rem;
  height: 0.54rem;
  border-radius: 0.06rem;
  text-align: center;
}

.mobile-content>.contest>.li>.info>a.type_1 {
  background: #65d400;
}

.mobile-content>.contest>.li>.info>a span {
  font-size: 0.23rem;
  line-height: 0.54rem;
}

.mobile-content>.contest>a {
  display: block;
  width: 100%;
  height: 0.73rem;
  border: 3px solid #ed6a00;
  font-size: 0.25rem;
  color: #ed6a00;
  line-height: 0.7rem;
  text-align: center;
  margin-bottom: 0.7rem;
}

/*-------------------- Index End -----------------------*/
/*-------------------- Tags Begin -----------------------*/
.Mobilecontent {
  width: 6.78rem;
  margin: 0rem auto;
}

.Mobilecontent .MobiletagInfo {
  position: relative;
  width: 6.78rem;
  margin: 0.3rem auto;
  padding: 0.1rem 0 0.2rem 0;
}

.Mobilecontent .MobiletagInfo .Mobiletag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0rem 0.3rem 0.1rem 0.3rem;
}

.Mobilecontent .MobiletagInfo .Mobiletag h1 {
  font-size: 0.55rem;
  align-self: center;
}

.Mobilecontent .MobiletagInfo .Mobiletag img {
  max-width: 1.1rem;
  align-self: center;
}

.Mobilecontent .MobiletagInfo .Mobiletagdes {
  font-size: 0.31rem;
  color: #d2d2d2;
  margin: 0rem 0.3rem;
}

.Mobilecontent .MobiletagInfo .Mobiletagdes span {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Mobilecontent .MobiletagInfo .Mobilebg {
  position: absolute;
  top: 0rem;
  z-index: -1;
  width: 6.78rem;
  height: 100%;
}

.Mobilecontent .MobiletagInfo .Mobilebg img {
  width: 100%;
  height: 100%;
}

.Mobilecontent .MobiletagTitle {
  font-size: 0.46rem;
  margin: 0.4rem 0rem;
}

/*-------------------- Tags End -----------------------*/
/*-------------------- Contests Begin -----------------------*/
.Mobilecontent {
  width: 6.78rem;
  margin: 0rem auto;
}

.Mobilecontent .MobiletagTitle {
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0.26rem 0rem;
}

.Mobilecontent .Mobilecontest {
  display: flex;
  flex-direction: column;
}

.Mobilecontent .Mobilecontest {
  width: 6.78rem;
}

.Mobilecontent .Mobilecontest .li {
  width: 6.78rem;
  height: 4.55rem;
  background-color: #3c3c3c;
  margin-bottom: 0.3rem;
}

.Mobilecontent .Mobilecontest .li .thumb {
  width: 6.78rem;
  height: 2.63rem;
}

.Mobilecontent .Mobilecontest .li .thumb a {
  display: block;
  height: 2.63rem;
}

.Mobilecontent .Mobilecontest .li .thumb a img {
  width: 6.78rem;
  height: 2.63rem;
}

.Mobilecontent .Mobilecontest .li .title {
  font-size: 0.36rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  margin: 0.1rem 0.3rem;
  height: 0.9rem;
}

.Mobilecontent .Mobilecontest .li .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0rem 0.3rem;
}

.Mobilecontent .Mobilecontest .li .info .text {
  display: flex;
  flex-direction: column;
  color: #a6a6a6;
}

.Mobilecontent .Mobilecontest .li .info .btn {
  min-width: 2.64rem;
  height: 0.54rem;
  background: #ff5a00;
  text-align: center;
  line-height: 0.54rem;
  color: #fff;
  font-size: 0.29rem;
  border-radius: 0.04rem;
  align-self: flex-end;
  padding: 0 0.15rem;
}

.Mobilecontent .Mobilecontest .li .info .type_1 {
  background: #65d400;
}

.Mobilecontent .pageFrame {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.Mobilecontent .pageFrame a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #ffffff;
  background: #454444;
  text-align: center;
  margin-right: 0.2rem;
}

.Mobilecontent .pageFrame a:last-of-type {
  margin-right: 0;
}

.Mobilecontent .pageFrame a.select {
  background: #ff5a00;
}

/*-------------------- Contests End -----------------------*/

/*-------------------- Search Begin -----------------------*/
.Mobilecontents {
  width: 7.5rem;
}

.Mobilecontents .MobilesearchFrame {
  width: 7.5rem;
  background-color: #38373c;
}

.Mobilecontents .MobilesearchFrame .navigate {
  width: 6.78rem;
  text-align: left;
  margin: 0rem auto;
  height: 0.7rem;
}

.Mobilecontents .MobilesearchFrame .navigate button {
  background: none;
  border: 0rem;
  padding: 0rem;
  color: white;
  margin-right: 0.5rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
}

.Mobilecontents .MobilesearchFrame .navigate .active {
  border-bottom: 3px solid #ff6100;
  color: #ff6100;
  height: 0.7rem;
  line-height: 0.7rem;
}

.Mobilecontents .MobilesearchFrame .searchTitle {
  width: 7.5rem;
  background-color: black;
  padding: 0.25rem 0.3rem;
  padding-left: 0.35rem;
}

.Mobilecontents .MobilesearchFrame .searchTitle .result>div {
  font-size: 0.3rem;
}

.Mobilecontents .MobilesearchFrame .resultCon {
  width: 7.5rem;
  background-color: black;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul {
  display: flex;
  flex-wrap: wrap;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li {
  width: 3.24rem;
  height: 5.07;
  background-color: #3d3d3d;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList {
  margin-left: 0.35rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .active {
  display: flex;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .thumb a {
  display: block;
  height: 2.37rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .thumb a img {
  width: 3.24rem;
  height: 2.37rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info {
  display: flex;
  flex-direction: column;
  padding: 0rem 0.2rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .titleBox {
  display: flex;
  height: 1.5rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .title {
  width: 3.03rem;
  font-size: 0.25rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  align-self: center;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .tag {
  height: 0.35rem;
  overflow: hidden;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .tag a {
  display: block;
  float: left;
  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;
  border-radius: 0.05rem;
  color: #e2e2e2;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .top .diff {
  display: flex;
  line-height: 0.65rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .top .diff span {
  color: #6f6f6f;
  margin-left: 0.3rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .top .diff span i {
  font-size: 0.29rem;
  margin-left: -0.18rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .top .diff .common_001 i:nth-child(1) {
  color: #ff5a00;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .top .diff .common_002 i:nth-child(-n + 3) {
  color: #ff5a00;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .top .common_003 i:nth-child(n) {
  color: #dd0505;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end {
  display: flex;
  justify-content: space-between;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .left {
  display: flex;
  justify-content: space-between;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .left .head {
  width: 0.46rem;
  height: 0.46rem;
  align-self: center;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .left .head a {
  width: 0.46rem;
  height: 0.43rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .left .head a img {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.46rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .left .userName {
  font-size: 0.29rem;
  width: 1.28rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 0.1rem;
  align-self: center;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .left .userName a {
  color: #fff;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .right .visit {
  color: #bbbcbc;
  font-size: 0.29rem;
  margin-right: 0.1rem;
  line-height: 0.6rem;
  display: flex;
  flex-direction: row;
}

.Mobilecontents .MobilesearchFrame .resultCon .projectList ul li .info .user .end .right .visit i {
  font-size: 0.22rem;
  float: left;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list {
  width: 7.5rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li {
  width: 6.83rem;
  margin: 0rem auto;
  height: 1.5rem;
  border-top: 0.01rem solid #d8d8d8;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li:nth-child(1) {
  border-top: 0.01rem solid transparent;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li a {
  display: flex;
  flex-direction: row;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li a span {
  width: 0.8rem;
  margin-right: 0.2rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li a span img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  margin-top: 0.35rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li a>b {
  display: flex;
  width: 5rem;
  flex-direction: column;
  margin-top: 0.38rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li a>b b {
  font-size: 0.33rem;
  margin-bottom: 0.05rem;
}

.Mobilecontents .MobilesearchFrame .resultCon .userResult .list li a>b span {
  width: 100%;
  color: #acacac;
  font-size: 0.22rem;
}

.Mobilecontents .MobilesearchFrame .pages {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.Mobilecontents .MobilesearchFrame .pages a {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.21rem;
  margin-left: 0.21rem;
  background: #383737;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Mobilecontents .MobilesearchFrame .pages a .arrow {
  width: 0.3rem;
  height: 0.3rem;
  border-top: solid 0.04rem #cdcdcd;
  border-left: solid 0.04rem #cdcdcd;
}

.Mobilecontents .MobilesearchFrame .pages a.notActive .arrow {
  border-color: #515151;
}

.Mobilecontents .MobilesearchFrame .pages a:nth-of-type(1) .arrow {
  transform: rotate(-45deg) translate(0.05rem, 0.05rem);
}

.Mobilecontents .MobilesearchFrame .pages a:nth-of-type(2) .arrow {
  transform: rotate(135deg) translate(0.05rem, 0.05rem);
}

/*-------------------- Search End -----------------------*/
/*-------------------- OtherUser Begin -----------------------*/
.mobile-content-user {
  width: 90%;
  margin: 0.36rem auto;
}

.mobile-content-user>.userInfos {
  width: 100%;
  padding: 0.45rem 0.36rem 0.48rem;
  border-radius: 0.1rem;
  background: linear-gradient(to right bottom, #404b6f, #3d3444);
}

.mobile-content-user>.userInfos>.left {
  display: flex;
  align-items: center;
  position: relative;
}

.mobile-content-user>.userInfos>.left>img {
  height: 1.12rem;
  width: 1.12rem;
  border-radius: 50%;
}

.mobile-content-user>.userInfos>.left>span {
  margin-left: 0.37rem;
  display: flex;
  flex-direction: column;
}

.mobile-content-user>.userInfos>.left>span>b {
  font-size: 0.36rem;
}

.mobile-content-user>.userInfos>.left>span>i {
  font-size: 0.18rem;
  color: #acacac;
  font-style: normal;
  margin-top: 0.09rem;
}

.mobile-content-user>.userInfos>.left>span>.followCmt {
  position: absolute;
  width: 1.64rem;
  height: 0.5rem;
  right: 0;
  top: 0.38rem;
  font-size: 0;
  overflow: hidden;
}

.mobile-content-user>.userInfos>.left>span>.followCmt>button {
  background: #ed6a00;
  width: 100%;
  height: 100%;
  border-radius: 0.04rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.25rem;
  border: none;
  color: white;
}

.mobile-content-user>.userInfos>.left>span>.followCmt>button b i {
  font-size: 0.3rem;
  margin-right: 0.09rem;
}

.mobile-content-user>.userInfos>.left>span>.followCmt>button b span {
  font-weight: normal;
}

.mobile-content-user>.userInfos>.right {
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
}

.mobile-content-user>.userInfos>.right>.points {
  height: 0.87rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: hidden;
  justify-content: inherit;
}

.mobile-content-user>.userInfos>.right>.points b {
  font-size: 0.36rem;
}

.mobile-content-user>.userInfos>.right>.points span {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #acacac;
  margin-left: 0.01rem;
}

.mobile-content-user>.userInfos>.right>.points span img {
  width: 0.3rem;
  height: 0.3rem;
}

.mobile-content-user>.userInfos>.right>.line {
  display: block;
  height: 0.87rem;
  width: 0.02rem;
  background: #797979;
}

.mobile-content-user>.projectList>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.36rem;
}

.mobile-content-user>.projectList>ul>li {
  width: 3.32rem;
  margin-bottom: 0.18rem;
  background: #464545;
  border-radius: 0.06rem;
  overflow: hidden;
}

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

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

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

.mobile-content-user>.projectList>ul>li>.info {
  width: 92%;
  margin: 0 auto;
}

.mobile-content-user>.projectList>ul>li>.info>.titleBox {
  height: 1.5rem;
  display: flex;
}

.mobile-content-user>.projectList>ul>li>.info>.titleBox>.title {
  width: 100%;
  font-size: 0.25rem;
  align-self: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.mobile-content-user>.projectList>ul>li>.info>.title a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}

.mobile-content-user>.projectList>ul>li>.info>.user {
  width: 100%;
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: space-between;
}

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

.mobile-content-user>.projectList>ul>li>.info>.user>.left>* {
  display: flex;
  color: #a1a1a1;
  font-size: 0.22rem;
  margin-right: 0.15rem;
}

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

.mobile-content-user>.projectList>ul>li>.info>.user>.right {
  color: #a1a1a1;
  font-size: 0.22rem;
}

/*-------------------- OtherUser End -----------------------*/
/*-------------------- Dashboard Begin -----------------------*/
.mobile-content-makelogs .myInfo {
  width: 90%;
  margin: 1rem auto;
  overflow: visible;
}

.mobile-content-makelogs .myInfo>img {
  display: none;
}

.mobile-content-makelogs .myInfo>.top {
  width: 100%;
  height: 3.24rem;
  background: linear-gradient(to right bottom, #404b6f, #3d3444);
  border-radius: 0.1rem;
  position: relative;
  overflow: visible;
}

.mobile-content-makelogs .myInfo>.top>.tLeft {
  width: 100%;
}

.mobile-content-makelogs .myInfo>.top>.tLeft>.head {
  position: absolute;
  left: 50%;
  top: -0.67rem;
  transform: translate(-50%);
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
  border: solid white 2px;
  overflow: hidden;
}

.mobile-content-makelogs .myInfo>.top>.tLeft>.head img {
  width: 100%;
  height: 100%;
}

.mobile-content-makelogs .myInfo>.top>.tLeft>.name {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.94rem;
  margin-bottom: 0.3rem;
}

.mobile-content-makelogs .myInfo>.top>.tLeft>.name>button {
  background: transparent;
  border: none;
}

.mobile-content-makelogs .myInfo>.top>.tLeft>.name b {
  color: white;
  font-size: 0.36rem;
  margin-bottom: 0.09rem;
  display: block;
}

.mobile-content-makelogs .myInfo>.top>.tLeft>.name>button>i {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  color: #ffffff;
  font-size: 0.45rem;
}

.mobile-content-makelogs .myInfo>.top>.tLeft>.name>span {
  font-size: 0.18rem;
  color: #acacac;
}

.mobile-content-makelogs .myInfo>.top>.tRight {
  width: 100%;
  margin-bottom: 0.53rem;
  display: flex;
  justify-content: center;
}

.mobile-content-makelogs .myInfo>.top>.tRight>.posints {
  padding: 0 0.66rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-content-makelogs .myInfo>.top>.tRight>.posints:nth-of-type(2) {
  border-left: solid 0.02rem #979797;
}

.mobile-content-makelogs .myInfo>.top>.tRight>.posints b {
  font-size: 0.44rem;
  margin-bottom: 0.22rem;
}

.mobile-content-makelogs .myInfo>.top>.tRight>.posints span {
  display: flex;
  align-items: center;
  font-size: 0.21rem;
  color: #acacac;
  margin-left: 0.09rem;
}

.mobile-content-makelogs .myInfo>.top>.tRight>.posints span img {
  width: 0.3rem;
  height: 0.3rem;
}

.mobile-content-makelogs .myInfo>.top>.tRight>.posints span i {
  font-style: normal;
}

.mobile-content-makelogs .myInfo>.top::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url('/images/dashboardMyinfoDec.png') no-repeat center/100%;
  opacity: 0.04;
  position: absolute;
  right: -0.5rem;
  top: 1rem;
}

.mobile-content-makelogs .myInfo>.bottom {
  width: 100%;
  background: linear-gradient(to right bottom, #404863, #39373b);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.28rem;
}

.mobile-content-makelogs .myInfo>.bottom>a {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
  height: 1.14rem;
  margin: 0 auto;
  border-bottom: 2px solid #979797;
}

.mobile-content-makelogs .myInfo>.bottom>a:last-of-type {
  border-bottom: none;
}

.mobile-content-makelogs .myInfo>.bottom>a b {
  font-weight: normal;
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.32rem;
}

.mobile-content-makelogs .myInfo>.bottom>a i img {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.3rem;
}

.mobile-content-makelogs .myInfo>.bottom>a span {
  font-size: 0.32rem;
  margin-left: 0.3rem;
}

.mobile-content-makelogs .myInfo .accountPanel {
  margin-top: 0.28rem;
  color: #ffffff;
  padding-left: 0.44rem;
  background: linear-gradient(to right, #404760, #39383f);
  border-radius: 0.1rem;
}

.mobile-content-makelogs .myInfo .accountPanel h2 {
  font-size: 0.36rem;
  margin-top: 0.46rem;
  margin-bottom: 0.38rem;
  font-weight: normal;
}

.mobile-content-makelogs .myInfo .accountPanel ul li {
  position: relative;
  margin-bottom: 0.6rem;
}

.mobile-content-makelogs .myInfo .accountPanel ul li::before {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 2px;
  background: #ffffff;
  position: absolute;
  top: 0.08rem;
}

.mobile-content-makelogs .myInfo .accountPanel ul li p:first-of-type {
  font-size: 0.28rem;
  text-indent: 1.5em;
  margin-bottom: 0.16rem;
  font-weight: bold;
}

.mobile-content-makelogs .myInfo .accountPanel ul li p:last-of-type {
  position: relative;
  font-size: 0.24rem;
}

.mobile-content-makelogs .myInfo .accountPanel ul li p i {
  position: absolute;
  font-size: 0.18rem;
  left: 0.5rem;
  top: 0.04rem;
}

.mobile-content-makelogs .myInfo .accountPanel ul li p span {
  display: block;
  position: relative;
  width: 5.5rem;
  line-height: 0.3rem;
  left: 0.8rem;
}

.mobile-content-makelogs .myInfo .accountPanel ul li a {
  display: block;
  margin-top: 0.4rem;
  position: relative;
  left: 0.4rem;
  width: 1.9rem;
  height: 0.46rem;
  text-align: center;
  color: #ffffff;
  background-color: #ff6900;
  border-radius: 4px;
  font-size: 0.22rem;
  line-height: 0.46rem;
}

.mobile-content-makelogs .myInfo .accountPanel ul li a:hover {
  cursor: pointer;
}

.mobile-content-makelogs .myInfo .accountPanel ul li a:active {
  background-color: #f7a46a;
}

.mobile-content-makelogs>.myProjectTit {
  width: 100%;
  height: 0.94rem;
  background: #313131;
  font-size: 0.36rem;
  position: relative;
  text-align: center;
  line-height: 0.94rem;
}

.mobile-content-makelogs>.myProjectTit>a {
  display: block;
  background: transparent;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-content-makelogs>.myProjectTit>a:active {
  background: #6f6f6f;
}

.mobile-content-makelogs>.myProjectTit>a img {
  width: 0.47rem;
  height: 0.36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-content-makelogs>.myProjectTit::after {
  content: '';
  display: block;
  background: #ed6a00;
  width: 1rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.mobile-content-makelogs>.projectList {
  width: 92%;
  margin: 0.3rem auto;
}

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

.mobile-content-makelogs>.projectList>ul>li .operation {
  position: absolute;
  z-index: 1;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  overflow: hidden;
}

.mobile-content-makelogs>.projectList>ul>li .operation i {
  z-index: 1;
  font-size: 0.5rem;
  color: #ffffff;
  align-self: center;
}

.mobile-content-makelogs>.projectList>ul>li .operation span {
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  background: #393634;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}

.mobile-content-makelogs>.projectList>ul>li.add {
  width: 6.88rem;
  height: 3.8rem;
  position: relative;
  background: linear-gradient(to right bottom, #404863, #39373b);
  border-radius: 0.1rem;
}

.mobile-content-makelogs>.projectList>ul>li.add i {
  font-size: 1.38rem;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%);
}

.mobile-content-makelogs>.projectList>ul>li.add span {
  font-size: 0.25rem;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%);
}

.mobile-content-makelogs>.projectList>ul>li.add .dash-box {
  width: 95%;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: dashed 2px #979797;
  border-radius: 0.08rem;
}

.mobile-content-makelogs>.projectList>ul>li {
  width: 3.32rem;
  margin-bottom: 0.18rem;
  background: #464545;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
}

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

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

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

.mobile-content-makelogs>.projectList>ul>li>.info {
  width: 92%;
  margin: 0 auto;
}

.mobile-content-makelogs>.projectList>ul>li>.info>.title {
  width: 100%;
  font-size: 0.25rem;
  margin: 0.12rem 0 0.32rem;
}

.mobile-content-makelogs>.projectList>ul>li>.info>.user {
  width: 100%;
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: space-between;
}

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

.mobile-content-makelogs>.projectList>ul>li>.info>.user>.left>* {
  display: flex;
  color: #a1a1a1;
  font-size: 0.22rem;
  margin-right: 0.15rem;
}

.mobile-content-makelogs>.projectList>ul>li>.info>.user>.left>* i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}

.mobile-content-makelogs>.projectList>ul>li>.info>.user>.right {
  color: #a1a1a1;
  font-size: 0.22rem;
}

.mobile-content-makelogs>.pages {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.mobile-content-makelogs>.pages a {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.21rem;
  margin-left: 0.21rem;
  background: #383737;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-content-makelogs>.pages a .arrow {
  width: 0.3rem;
  height: 0.3rem;
  border-top: solid 0.04rem #cdcdcd;
  border-left: solid 0.04rem #cdcdcd;
}

.mobile-content-makelogs>.pages a.notActive .arrow {
  border-color: #515151;
}

.mobile-content-makelogs>.pages a:nth-of-type(1) .arrow {
  transform: rotate(-45deg) translate(0.05rem, 0.05rem);
}

.mobile-content-makelogs>.pages a:nth-of-type(2) .arrow {
  transform: rotate(135deg) translate(0.05rem, 0.05rem);
}

.mobile-content>.myProjectTit {
  width: 100%;
  height: 0.94rem;
  background: #313131;
  font-size: 0.36rem;
  position: relative;
  text-align: center;
  line-height: 0.94rem;
}

.mobile-content>.myProjectTit>a {
  display: block;
  background: transparent;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-content>.myProjectTit>a:active {
  background: #6f6f6f;
}

.mobile-content>.myProjectTit>a img {
  width: 0.47rem;
  height: 0.36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-content>.myProjectTit::after {
  content: '';
  display: block;
  background: #ed6a00;
  width: 1rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.mobile-content>.likesList {
  width: 100%;
  margin: 0.3rem auto;
}

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

.mobile-content>.likesList>ul>li {
  width: 3.32rem;
  margin-bottom: 0.18rem;
  background: #464545;
  border-radius: 0.06rem;
  overflow: hidden;
}

.mobile-content>.likesList>ul>li>.thumb {
  width: 100%;
  height: 2.42rem;
}

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

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

.mobile-content>.likesList>ul>li>.info {
  width: 94%;
  margin: 0 auto;
}

.mobile-content>.likesList>ul>li>.info>.title {
  width: 100%;
  font-size: 0.25rem;
  margin: 0.12rem 0 0.32rem;
}

.mobile-content>.likesList>ul>li>.info>.user {
  width: 100%;
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: space-between;
}

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

.mobile-content>.likesList>ul>li>.info>.user>.left>* {
  display: flex;
  color: #a1a1a1;
  font-size: 0.22rem;
  margin-right: 0.15rem;
}

.mobile-content>.likesList>ul>li>.info>.user>.left>* i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}

.mobile-content>.likesList>ul>li>.info>.user>.right {
  color: #a1a1a1;
  font-size: 0.22rem;
}

.myProjectTit {
  width: 100%;
  height: 0.94rem;
  background: #313131;
  font-size: 0.36rem;
  position: relative;
  text-align: center;
  line-height: 0.94rem;
}

.myProjectTit>a {
  display: block;
  background: transparent;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.myProjectTit>a:active {
  background: #6f6f6f;
}

.myProjectTit>a img {
  width: 0.47rem;
  height: 0.36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.myProjectTit::after {
  content: '';
  display: block;
  background: #ed6a00;
  width: 1rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.Mobilecontent .commentList {
  width: 6.8rem;
  margin: 0rem auto;
}

.Mobilecontent .commentList .commentItem {
  margin-top: 0.3rem;
  border-bottom: 1px dashed #979797;
  display: flex;
  flex-direction: column;
  height: 3.32rem;
}

.Mobilecontent .commentList .commentItem:last-child {
  border-bottom: 1px dashed transparent;
}

.Mobilecontent .commentList .commentItem .head {
  display: flex;
  flex-direction: row;
  height: 0.71rem;
}

.Mobilecontent .commentList .commentItem .head .headImg {
  width: 0.6rem;
  margin-right: 0.2rem;
}

.Mobilecontent .commentList .commentItem .head .headImg img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
}

.Mobilecontent .commentList .commentItem .head .name {
  font-size: 0.33rem;
  font-weight: bold;
  width: 4rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Mobilecontent .commentList .commentItem .head .name .commentedTips {
  font-size: 0.22rem;
  font-weight: normal;
  color: #d1d1d1;
}

.Mobilecontent .commentList .commentItem .infoBox {
  display: flex;
  flex-direction: column;
  margin-top: 0.17rem;
}

.Mobilecontent .commentList .commentItem span .mobileremove {
  width: 0.4rem;
  border: 0rem;
  background-color: transparent;
  padding: 0rem;
  margin-left: 1rem;
}

.Mobilecontent .commentList .commentItem span .mobileremove i {
  font-size: 0.5rem;
  background-color: transparent;
}

.Mobilecontent .commentList .commentItem span .mobileremove .iconshanchu {
  color: gray;
}

.Mobilecontent .commentList .commentItem .infoBox .title {
  height: auto;
  font-size: 0.35rem;
  line-height: 0.4rem;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 0.2rem;
}

.Mobilecontent .commentList .commentItem .infoBox .comment {
  font-size: 0.3rem;
  line-height: 0.36rem;
  height: 1.08rem;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}

.Mobilecontent .commentList {
  width: 6.8rem;
  margin: 0rem auto;
}

.Mobilecontent .commentList .commentItem {
  margin-top: 0.3rem;
  border-bottom: 1px dashed #979797;
  display: flex;
  flex-direction: column;
  height: 3.32rem;
}

.Mobilecontent .commentList .commentItem:last-child {
  border-bottom: 1px dashed transparent;
}

.Mobilecontent .commentList .commentItem .head {
  display: flex;
  flex-direction: row;
  height: 0.88rem;
}

.Mobilecontent .commentList .commentItem .head .headImg {
  width: 0.6rem;
  margin-right: 0.2rem;
}

.Mobilecontent .commentList .commentItem .head .headImg img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
}

.Mobilecontent .commentList .commentItem .head .name {
  font-size: 0.33rem;
  font-weight: bold;
  width: 4rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Mobilecontent .commentList .commentItem .head .name .commentedTips {
  font-size: 0.22rem;
  font-weight: normal;
  color: #d1d1d1;
}

.Mobilecontent .commentList .commentItem .infoBox {
  display: flex;
  flex-direction: column;
  margin-top: 0.17rem;
}

.Mobilecontent .commentList .commentItem .infoBox .comment {
  font-size: 0.3rem;
  line-height: 0.36rem;
  height: 1.08rem;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}

.myProjectTit {
  width: 100%;
  height: 0.94rem;
  background: #313131;
  font-size: 0.36rem;
  position: relative;
  text-align: center;
  line-height: 0.94rem;
}

.myProjectTit>a {
  display: block;
  background: transparent;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.myProjectTit>a:active {
  background: #6f6f6f;
}

.myProjectTit>a img {
  width: 0.47rem;
  height: 0.36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.myProjectTit::after {
  content: '';
  display: block;
  background: #ed6a00;
  width: 1rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.Mobilecontent .fansList {
  width: 6.78rem;
  margin: 0rem auto;
}

.Mobilecontent .fansList li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 6.83rem;
  margin: 0rem auto;
  height: 1.5rem;
  border-top: 0.01rem solid #d8d8d8;
}

.Mobilecontent .fansList li:nth-child(1) {
  border-top: 0.01rem solid transparent;
}

.Mobilecontent .fansList li .infoBox {
  display: flex;
  flex-direction: row;
  max-width: 4.5rem;
}

.Mobilecontent .fansList li .infoBox .headImg img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  margin-top: 0.35rem;
  margin-right: 0.3rem;
}

.Mobilecontent .fansList li .infoBox .name {
  display: flex;
  width: 5rem;
  flex-direction: column;
  margin-top: 0.38rem;
}

.Mobilecontent .fansList li .infoBox .nameBox {
  max-width: 3rem;
}

.Mobilecontent .fansList li .infoBox .nameBox .name {
  font-size: 0.33rem;
  font-weight: normal;
}

.Mobilecontent .fansList li .infoBox .nameBox .name span {
  font-size: 0.22rem;
  color: #acacac;
  margin-bottom: 0.05rem;
}

.Mobilecontent .fansList li .infoBox .nameBox .name span {
  width: 100%;
  color: #acacac;
  font-size: 0.22rem;
}

.Mobilecontent .fansList .followCmt {
  display: flex;
}

.Mobilecontent .fansList .followCmt button {
  height: 0.51rem;
  align-self: center;
  padding: 0 0.19rem;
  background: none;
  border: none;
}

.Mobilecontent .fansList .followCmt button .follow {
  display: block;
  height: 0.51rem;
  width: 100%;
  padding: 0 0.19rem;
  box-sizing: border-box;
  border: 0.01rem solid #ffffff;
  border-radius: 0.02rem;
  line-height: 0.51rem;
  font-size: 0.25rem;
  color: #ffffff;
  font-weight: 100;
}

.Mobilecontent .fansList .followCmt button .unfollow {
  display: block;
  height: 0.51rem;
  width: 100%;
  padding: 0 0.19rem;
  box-sizing: border-box;
  background: #ff5a00;
  border-radius: 0.02rem;
  line-height: 0.51rem;
  font-size: 0.25rem;
  color: #ffffff;
}

.Mobilecontent .fansList .followCmt button .unfollow .iconfont {
  font-family: 'iconfont' !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myProjectTit {
  width: 100%;
  height: 0.94rem;
  background: #313131;
  font-size: 0.36rem;
  position: relative;
  text-align: center;
  line-height: 0.94rem;
}

.myProjectTit>a {
  display: block;
  background: transparent;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.myProjectTit>a:active {
  background: #6f6f6f;
}

.myProjectTit>a img {
  width: 0.47rem;
  height: 0.36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.myProjectTit::after {
  content: '';
  display: block;
  background: #ed6a00;
  width: 1rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.Mobilecontent .fansList {
  width: 6.78rem;
  margin: 0rem auto;
}

.Mobilecontent .fansList li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 6.83rem;
  margin: 0rem auto;
  height: 1.5rem;
  border-top: 0.01rem solid #d8d8d8;
}

.Mobilecontent .fansList li:nth-child(1) {
  border-top: 0.01rem solid transparent;
}

.Mobilecontent .fansList li .infoBox {
  display: flex;
  flex-direction: row;
  max-width: 5rem;
}

.Mobilecontent .fansList li .infoBox .headImg img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  margin-top: 0.35rem;
  margin-right: 0.3rem;
}

.Mobilecontent .fansList li .infoBox .nameBox {
  max-width: 3rem;
}

.Mobilecontent .fansList li .infoBox .name {
  display: flex;
  width: 5rem;
  flex-direction: column;
  margin-top: 0.38rem;
  max-width: 3rem;
}

.Mobilecontent .fansList li .infoBox .name b {
  font-size: 0.33rem;
  margin-bottom: 0.05rem;
}

.Mobilecontent .fansList li .infoBox .name span {
  width: 100%;
  color: #acacac;
  font-size: 0.22rem;
}

.Mobilecontent .fansList .followCmt {
  display: flex;
}

.Mobilecontent .fansList .followCmt button {
  height: 0.51rem;
  align-self: center;
  padding: 0 0.19rem;
  background: none;
  border: none;
}

.Mobilecontent .fansList .followCmt button .follow {
  display: block;
  height: 0.51rem;
  width: 100%;
  padding: 0 0.19rem;
  box-sizing: border-box;
  border: 0.01rem solid #ffffff;
  border-radius: 0.02rem;
  line-height: 0.51rem;
  font-size: 0.25rem;
  color: #ffffff;
  font-weight: 100;
}

.Mobilecontent .fansList .followCmt button .unfollow {
  display: block;
  height: 0.51rem;
  width: 100%;
  padding: 0 0.19rem;
  box-sizing: border-box;
  background: #ff5a00;
  border-radius: 0.02rem;
  line-height: 0.51rem;
  font-size: 0.25rem;
  color: #ffffff;
}

.Mobilecontent .fansList .followCmt button .unfollow .iconfont {
  font-family: 'iconfont' !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-------------------- Dashboard End -----------------------*/