/*Author ： FishQQ : 20121310Email : 20121310@qq.comMobile : 18936118357Applicable scope : Only authorized to DFRobot employees  */
/*-------------------- common Begin -----------------------*/
body {
  font-family: 'Roboto', -apple-system;
  color: #333333;
  width: 100%;
  background-color: #171b21;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

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

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

a {
  color: #162957;
}

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

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

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 18px;
  font-weight: normal;
}

input,
textarea,
div {
  outline: none;
  font-size: 18px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', -apple-system;
}

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;
}

.loading {
  display: flex;
  justify-content: center;
}

.loading span {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  animation: loading 1s infinite alternate;
  margin: 0 2px 0 0;
  align-self: center;
}

.loading span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
  animation-delay: 1s;
}

.oradge span:nth-of-type(1) {
  background: #ef6f08;
}

.oradge span:nth-of-type(2) {
  background: #ef6f08;
}

.loading span:nth-of-type(3) {
  background: #e56600;
}

.loading span:nth-of-type(4) {
  background: #d66102;
}

.loading span:nth-of-type(5) {
  background: #c95b01;
}

.loading span:nth-of-type(6) {
  background: #b95504;
}

.grey span:nth-of-type(1) {
  background: #ffffff;
}

.grey span:nth-of-type(2) {
  background: #e5e1e1;
}

.grey span:nth-of-type(3) {
  background: #d6d2d2;
}

.grey span:nth-of-type(4) {
  background: #c5c5c5;
}

.grey span:nth-of-type(5) {
  background: #b2aeae;
}

.grey span:nth-of-type(6) {
  background: #9c9a9a;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loading2 {
  display: flex;
  justify-content: center;
}

.loading2 > span {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  animation: loading2 1s infinite alternate;
  margin: 0 2px 0 0;
  align-self: center;
}

.loading2 span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading2 span:nth-of-type(3) {
  animation-delay: 0.4s;
}

.loading2 span:nth-of-type(4) {
  animation-delay: 0.6s;
}

.loading2 span:nth-of-type(5) {
  animation-delay: 0.8s;
}

.loading2 span:nth-of-type(6) {
  animation-delay: 1s;
}

.grey span:nth-of-type(1) {
  background: #ffffff;
}

.grey span:nth-of-type(2) {
  background: #e5e1e1;
}

.grey span:nth-of-type(3) {
  background: #d6d2d2;
}

.grey span:nth-of-type(4) {
  background: #c5c5c5;
}

.grey span:nth-of-type(5) {
  background: #b2aeae;
}

.grey span:nth-of-type(6) {
  background: #9c9a9a;
}

@keyframes loading2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.headFrame {
  height: 88px;
}

.headFrame .bg {
  background: #313131;
  height: 88px;
  width: 100%;
  z-index: 90;
  margin: 0;
  position: fixed;
}

.headFrame .bg > .con {
  width: 1200px;
  margin: 0 auto;
}

.headFrame .left {
  float: left;
  width: 830px;
}

.headFrame .left .logo {
  float: left;
  width: 240px;
  height: 65px;
  padding: 7px 0 0 5px;
  position: relative;
  margin-right: 10px;
}

.headFrame .left .logo span {
  position: absolute;
  right: 18px;
  top: 17px;
  color: #fff;
}

.headFrame .left .searchFrame {
  float: left;
  margin-top: 9px;
  width: 567px;
  height: 39px;
  background: #eee;
  border-radius: 5px;
  position: relative;
}

.headFrame .left .searchFrame b {
  display: block;
  float: left;
}

.headFrame .left .searchFrame b i {
  padding: 0 10px;
  font-size: 22px;
  line-height: 39px;
  color: #aaa;
  font-weight: normal;
}

.headFrame .left .searchFrame span {
  display: block;
  float: left;
  width: 510px;
  overflow: hidden;
}

.headFrame .left .searchFrame span input {
  border: none;
  height: 39px;
  background: 0 0;
  width: 510px;
  font-size: 16px;
}

.headFrame .left .topNavigate {
  clear: both;
  font-size: 18px;
  font-weight: 700;
  padding: 0 12px;
  position: absolute;
  bottom: 0px;
}

.headFrame .left .topNavigate > a {
  color: #fff;
  padding-right: 30px;
  display: block;
  float: left;
  position: relative;
  font-weight: 400;
  background: none;
  border: none;
  font-size: 18px;
  height: 28px;
}

.headFrame .left .topNavigate > a img {
  height: 17px;
  margin-top: 0;
  float: right;
  margin: 1px 0 0 6px;
}

.headFrame .left .topNavigate > a i {
  margin: 3px 0 0 6px;
  float: right;
  font-size: 14px;
}

.headFrame .left .topNavigate .edu {
  color: #ff5a00;
}

.headFrame .left .topNavigate .topTagList {
  position: fixed;
  width: 100%;
  left: 0;
  top: 88px;
  height: 182px;
  display: none;
}

.headFrame .left .topNavigate .topTagList .tagCon {
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  height: 182px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.headFrame .left .topNavigate .topTagList .tagCon .left {
  width: auto;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fe6000;
  margin-bottom: 7px;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .tit a {
  color: #fe6000;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .list {
  margin-bottom: 12px;
  width: 100%;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .list a {
  font-size: 16px;
  color: #fff;
  padding-right: 17px;
}

.headFrame .left .topNavigate .showTaglist:hover .topTagList {
  display: block;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard {
  color: #ffffff;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a {
  display: block;
  color: #ffffff;
  text-align: center;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a:hover {
  color: #ff5a00;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a i {
  display: block;
  font-size: 78px;
  float: none;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a span {
  display: block;
}

.headFrame .left .topNavigate .bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 182px;
  left: -6px;
  top: -1px;
}

.headFrame .right {
  float: right;
  width: 360px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: 88px;
}
.headFrame .right .notification {
  position: relative;
}
.headFrame .right .notification {
  display: flex;
  width: 50px;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.headFrame .right .notification button {
  display: flex;
  background: none;
  border: none;
  align-self: center;
  padding: 0;
}

.headFrame .right .notification button .icon_a {
  font-size: 40px;
  color: #ffffff;
}
.headFrame .right .notification > .red-dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ff5a00;
  border-radius: 4px;
  position: absolute;
  right: 6px;
  top: 22px;
}

.headFrame .right .notification ul {
  display: none;
  position: absolute;
  top: 88px;
  width: 310px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 10px;
}
.headFrame .right .notification:hover ul {
  display: block;
}
.headFrame .right .notification ul::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -8px;
  left: 50%;
  transform: translate(-50%) rotate(-45deg);
  background-color: #ffffff;
}
.headFrame .right .notification ul li {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  padding: 12px 0;
  display: flex;
}
.headFrame .right .notification ul li > div {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #ff6900;
  flex-shrink: 0;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headFrame .right .notification ul li > div i {
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
}
.headFrame .right .notification ul li > a p {
  font-size: 14px;
  line-height: 20px;
  color: #413f3f;
  margin-bottom: 5px;
}
.headFrame .right .notification ul li > a p a {
  color: #ff6900;
}
.headFrame .right .notification ul li > a span {
  font-size: 12px;
  line-height: 20px;
  color: #cdcdcd;
}
.headFrame .right .notification ul li > .red-dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ff5a00;
  border-radius: 4px;
  position: absolute;
  right: 5px;
  bottom: 16px;
}
.headFrame .right .notification ul > a {
  margin-top: 11px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #ff6900;
  display: block;
}
.headFrame .right .notification ul > a span i {
  font-size: 10px;
}
.headFrame .right .notification ul > a span i:last-child {
  margin-left: -5px;
}
.headFrame .right .language {
  display: flex;
  width: 120px;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.headFrame .right .language button {
  display: flex;
  background: none;
  border: none;
  align-self: center;
  padding: 0;
}

.headFrame .right .language button .icon_a {
  font-size: 38px;
  color: #ffffff;
}

.headFrame .right .language button .icon_b {
  align-self: center;
  margin-left: 5px;
  font-size: 16px;
  color: #bbbcbc;
}

.headFrame .right .language ul {
  position: absolute;
  top: 0;
  background: #ff5a00;
  right: 0;
  width: 120px;
  z-index: -1;
  padding-top: 70px;
  display: none;
  padding-bottom: 10px;
}

.headFrame .right .language ul li {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.headFrame .right .language ul > li:hover {
  background: #b85303;
}

.headFrame .right .login {
  width: 120px;
  text-align: center;
  display: flex;
}

.headFrame .right .login button {
  background: none;
  border: none;
  color: #fff;
  align-self: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}

.headFrame .right .language:hover ul {
  display: block;
}

.headFrame .right .language:hover button .icon_a {
  color: #ffffff;
}

.headFrame .right .language:hover button .icon_b {
  display: none;
}

.headFrame .right .userMenu {
  display: flex;
  flex-wrap: nowrap;
}

.headFrame .right .userMenu .addNew {
  align-self: center;
  width: 75px;
  height: 46px;
  border-radius: 23px;
  border: none;
  background: #ff5a00;
  cursor: pointer;
  margin-right: 13px;
  position: relative;
}

.headFrame .right .userMenu .addNew i {
  font-size: 34px;
  color: #fff;
  position: absolute;
  left: 23px;
  top: 5px;
}

.headFrame .right .userMenu .addNew.createding i {
  animation: createding 1s linear;
}

@keyframes createding {
  0% {
    top: 5px;
  }

  24% {
    top: 8px;
  }

  40% {
    top: 0px;
  }

  65% {
    top: 7px;
  }

  82% {
    top: 4px;
  }

  100% {
    top: 5px;
  }
}

.headFrame .right .userMenu .menu {
  align-self: center;
  width: 95px;
  height: 88px;
  display: flex;
  justify-content: center;
}

.headFrame .right .userMenu .menu .userHead {
  align-self: center;
  display: flex;
  justify-content: center;
}

.headFrame .right .userMenu .menu .userHead img {
  display: block;
  border-radius: 53px;
}

.headFrame .right .userMenu .menu .userHead i {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  align-self: center;
  margin-left: 5px;
}

.headFrame .right .userMenu .menu ul {
  position: absolute;
  top: 88px;
  width: 193px;
  height: auto;
  background: #ff5a00;
  right: 0;
  border-radius: 3px;
  display: none;
  padding-bottom: 6px;
}

.headFrame .right .userMenu .menu ul li {
  padding: 10px 0 8px 20px;
}

.headFrame .right .userMenu .menu ul li button {
  width: 100%;
  height: 28px;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  cursor: pointer;
}

.headFrame .right .userMenu .menu ul li button i {
  font-size: 27px;
  display: block;
  color: #ffffff;
  margin-right: 10px;
  width: 27px;
  height: 27px;
  position: relative;
}

.headFrame .right .userMenu .menu ul li button .iconbianji {
  font-size: 22px;
}

.headFrame .right .userMenu .menu ul li button .iconMakelogyingwenicon100_huaban1fuben16::before {
  font-size: 35px;
  position: absolute;
  left: -5px;
  top: -4px;
}

.headFrame .right .userMenu .menu ul li button span {
  display: block;
  line-height: 33px;
  font-size: 16px;
  color: #ffffff;
  align-self: center;
}

.headFrame .right .userMenu .menu:hover {
  background: #ff5a00;
  border-radius: 6px 6px 0 0;
}

.headFrame .right .userMenu .menu:hover ul {
  display: block;
}

footer {
  background-color: #202020;
}

footer .pc .footFrame {
  width: 1200px;
  margin: 0 auto;
}

footer .pc .webMap {
  padding-top: 29px;
  background: #202020;
}

footer .pc .webMap .logo {
  float: left;
  height: 300px;
  padding: 18px 0 0 12px;
  width: 161px;
}

footer .pc .webMap .logo img {
  width: 100%;
}

footer .pc .webMap .map {
  float: right;
  width: 868px;
}

footer .pc .webMap .map .list {
  float: left;
  width: 240px;
  margin-right: 74px;
}

footer .pc .webMap .map .list:nth-child(3n + 3) {
  margin-right: 0;
}

footer .pc .webMap .map .list h5 {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  line-height: 37px;
}

footer .pc .webMap .map .list li {
  line-height: 33px;
  font-size: 16px;
}

footer .pc .webMap .map .list li a {
  color: #a1a5ac;
}

footer .pc .webMap .copyright {
  clear: both;
  height: 40px;
  text-align: center;
}

.likeCmt {
  display: flex;
}

.likeCmt .like {
  color: #ff5a00 !important;
}

.followCmt button b {
  align-self: center;
}

.maskBG {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 300px;
  position: absolute;
}

#tipsFrame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 10px #ddd;
}

#tipsFrame .box {
  top: 40%;
  width: 300px;
  line-height: 25px;
  font-size: 18px;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
}

#dialogFrame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

#dialogFrame .maskBG {
  height: 100%;
}

#dialogFrame .box {
  position: absolute;
  width: 420px;
  height: 261px;
  background: #ffffff;
  z-index: 1;
  border-radius: 15px;
  left: 50%;
  margin-left: -150px;
  border: 1px solid #e5e5e5;
  top: 35%;
}

#dialogFrame .box .close i {
  font-size: 14px;
  color: #3d3d3d;
}

#dialogFrame .box .text {
  width: 100%;
  min-height: 122px;
  font-size: 18px;
  color: #000000;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

#dialogFrame .box .text span {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  font-size: 24px;
  margin: 15px 0;
  padding: 0 50px;
  align-self: center;
}

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

#dialogFrame .box .text b img {
  width: 180px;
  height: 180px;
}

#dialogFrame .box .text h1 {
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
}

#dialogFrame .box .text h2 {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

#dialogFrame .box .text h3 {
  text-align: center;
}

#dialogFrame .box .text h3 input {
  width: 90%;
}

#dialogFrame .dialogBtn {
  height: 38px;
  margin-bottom: 38px;
  display: flex;
  justify-content: center;
}

#dialogFrame .dialogBtn button {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background: #ff5a00;
}

#dialogFrame .dialogBtn .no {
  width: 140px;
  margin-right: 10px;
  color: #262626;
  background: #eeeeee;
}
#dialogFrame .dialogBtn .yes {
  width: 140px;
}

#dialogFrame .dialogBtn .sureOne {
  min-width: 192px;
}

#dialogFrame .dragLineBox {
  width: 170px;
  height: 30px;
  float: left;
  font-size: 16px;
}

#dialogFrame .massageNum {
  width: 70px;
  height: 30px;
  float: left;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

#dialogFrame .massageNum input {
  width: 100%;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  border: none;
  box-shadow: none;
  margin: 0;
}

#dialogFrame .textBox {
  margin-bottom: 10px;
  height: 40px;
}

#dialogFrame .massageNum .bg {
  width: 35px;
  height: 30px;
  background: #24c2cb;
  cursor: pointer;
  float: left;
}

#dialogFrame .massageNum .bg2 {
  width: 35px;
  height: 30px;
  background: #eeeeee;
  cursor: pointer;
  float: left;
}

#dialogFrame .massageNum .block {
  width: 35px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  cursor: pointer;
}
#dialogFrame.big .box {
  width: 980px;
  height: auto;
  transform: translate(-50%);
  margin-left: 0;
}
#dialogFrame.big .box .close i {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#dialogFrame.big .dialogBtn {
  display: none;
}

.container {
  width: 100%;
}

.container .content {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}

.container .content .bannerBox {
  position: relative;
  height: 384px;
}

.container .content .bannerBox .banner {
  position: absolute;
  width: 384px;
  height: 184px;
  overflow: hidden;
  right: 0;
}

.container .content .bannerBox .banner a {
  display: block;
  position: absolute;
}

.container .content .bannerBox .banner .img img {
  width: 384px;
  height: 184px;
}

.container .content .bannerBox .banner .text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  bottom: 9px;
  z-index: 2;
  padding: 0 8px;
  width: 384px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: flex;
}

.container .content .bannerBox .banner .text span {
  align-self: flex-end;
}

.container .content .bannerBox .banner b {
  display: block;
  z-index: 1;
  bottom: 0;
  position: absolute;
}

.container .content .bannerBox .banner b img {
  float: left;
}

.container .content .bannerBox .banner:nth-child(1) {
  width: 801px;
  height: 384px;
  overflow: hidden;
  left: 0;
}

.container .content .bannerBox .banner:nth-child(1) .text {
  width: 801px;
  height: 53px;
  bottom: 10px;
  line-height: 27px;
}

.container .content .bannerBox .banner:nth-child(1) .img img {
  width: 801px;
  height: 384px;
}

.container .content .bannerBox .banner:nth-child(3) {
  bottom: 0;
}

.container .content .navigate {
  margin: 50px 0 32px 0;
}

.container .content .navigate .tag {
  display: flex;
}

.container .content .navigate .tag button {
  display: block;
  width: 142px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #7d7c7c;
  color: #fff;
  cursor: pointer;
  background: none;
}

.container .content .navigate .tag button:nth-child(1) {
  border-right: none;
}

.container .content .navigate .tag button:nth-child(2) {
  border-left: none;
}

.container .content .navigate .tag .active {
  background: #ff5a00;
  border: none;
}

.container .content .navigate .listBox {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.container .content .navigate .listBox button {
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  background: none;
  align-self: center;
  cursor: pointer;
  position: relative;
}

.container .content .navigate .listBox button:hover i {
  color: #ff5a00;
}

.container .content .navigate .listBox .leftBtn {
  margin-right: 37px;
}

.container .content .navigate .listBox .leftBtn i {
  color: #979797;
  font-size: 58px;
  position: absolute;
  left: -3px;
  top: -5px;
}

.container .content .navigate .listBox .rightBtn {
  margin-left: 37px;
}

.container .content .navigate .listBox .rightBtn i {
  color: #979797;
  font-size: 58px;
  position: absolute;
  left: -3px;
  top: -5px;
}

.container .content .navigate .listBox .leftBtn img,
.container .content .navigate .listBox .rightBtn img {
  float: left;
}

.container .content .navigate .listBox .list {
  width: 1026px;
  height: 80px;
  display: none;
  overflow: hidden;
}

.container .content .navigate .listBox .active {
  display: flex;
}

.container .content .navigate .listBox .list .ul {
  display: flex;
}

.container .content .navigate .listBox .list .li {
  height: 80px;
  margin-right: 50px;
}

.container .content .navigate .listBox .list .li:last-child {
  margin-right: 0;
}

.container .content .navigate .listBox .list .li a {
  display: block;
}

.container .content .navigate .listBox .list .li a b {
  display: flex;
  font-size: 14px;
  color: #fff;
  height: 17px;
  line-height: 17px;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  justify-content: center;
}

.container .content .navigate .listBox .list .li a b i {
  font-style: normal;
  width: max-content;
}

.container .content .navigate .listBox .list .li a span {
  display: flex;
  height: 60px;
  margin-bottom: 3px;
  justify-content: center;
}

.container .content .navigate .listBox .list .li a span img {
  max-height: 60px;
  align-self: center;
}

.container .content .indexTitle {
  display: flex;
  box-sizing: border-box;
  position: relative;
}

.container .content .indexTitle span {
  display: block;
  width: 50px;
  height: 50px;
  background: #ff5a00;
  text-align: center;
  line-height: 50px;
}

.container .content .indexTitle span i {
  color: #fff;
  font-size: 40px;
}

.container .content .indexTitle h3 {
  border-bottom: 2px solid #686565;
  width: 1150px;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  text-indent: 20px;
  line-height: 46px;
}

.container .content .indexTitle a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #ff5a00;
  border-bottom: 2px solid;
  height: 50px;
  line-height: 50px;
}
.container .content .emptyContent {
  padding: 0 0 30px;
  font-size: 26px;
  color: #ffffff;
}
.container .content .projectList {
  display: block;
  margin: 25px 0;
}

.container .content .projectList ul {
  display: flex;
  flex-wrap: wrap;
}

.container .content .projectList ul li {
  width: 278px;
  height: auto;
  margin: 0 29px 20px 0;
  background: #3d3d3d;
  position: relative;
  border-radius: 4px;
  padding-bottom: 15px;
}

.container .content .projectList ul li:nth-child(4n + 4) {
  margin-right: 0;
}

.container .content .projectList ul li .voteNum {
  position: absolute;
  background: #ff5a00;
  left: -6px;
  top: 22px;
  height: 34px;
  line-height: 34px;
  min-width: 84px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.container .content .projectList ul li .thumb {
  width: 278px;
  height: 203px;
}

.container .content .projectList ul li .thumb .best {
  position: absolute;
  right: 8px;
  top: -10px;
}

.container .content .projectList ul li .thumb a {
  display: block;
}

.container .content .projectList ul li .thumb a img {
  width: 278px;
  height: 203px;
  border-radius: 4px 4px 0 0;
}

.container .content .projectList ul li .info {
  display: block;
}

.container .content .projectList ul li .info .title {
  width: 258px;
  margin: 10px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  height: 73px;
}

.container .content .projectList ul li .info a {
  color: #ffffff;
  display: block;
}

.container .content .projectList ul li .info .tag {
  padding: 0 10px;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 20px;
}

.container .content .projectList ul li .info .tag a {
  display: block;
  background: #818181;
  border-radius: 2px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px;
}

.container .content .projectList ul li .info .user {
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
}

.container .content .projectList ul li .info .user .left {
  display: flex;
}

.container .content .projectList ul li .info .user .left .head {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.container .content .projectList ul li .info .user .left .head a {
  width: 20px;
  height: 20px;
}

.container .content .projectList ul li .info .user .left .head a img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.container .content .projectList ul li .info .user .left .userName {
  font-size: 12px;
  line-height: 20px;
  width: 60px;
  height: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container .content .projectList ul li .info .user .left .userName a {
  color: #ffffff;
  display: contents;
}

.container .content .projectList ul li .info .user .right {
  display: flex;
  overflow: hidden;
  height: 20px;
}

.container .content .projectList ul li .info .user .right .favorite {
  line-height: 16px;
  margin-right: 3px;
}

.container .content .projectList ul li .info .user .right .favorite i {
  font-size: 22px;
  margin-top: -12px;
  color: #bbbcbc;
  cursor: pointer;
}

.container .content .projectList ul li .info .user .right .favorite span {
  font-size: 22px;
  margin-top: -12px;
  color: #ff5a00;
  cursor: pointer;
}

.container .content .projectList ul li .info .user .right .visit {
  color: #bbbcbc;
  font-size: 12px;
  line-height: 20px;
}

.container .content .projectList ul li .info .user .right .visit i {
  font-size: 18px;
  float: left;
  margin: -2px 3px 0 0;
}

.container .content .projectList ul li .info .user .right .diff {
  margin-top: -3px;
  display: flex;
  margin-left: 4px;
}

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

.container .content .projectList ul li .info .user .right .diff .common_002 i:nth-child(1),
.container .content .projectList ul li .info .user .right .diff .common_002 i:nth-child(2),
.container .content .projectList ul li .info .user .right .diff .common_002 i:nth-child(3) {
  color: #ff5a00;
}

.container .content .projectList ul li .info .user .right .diff .common_003 i {
  color: #dd0505;
}

.container .content .projectList ul li .info .user .right .diff span {
  color: #6f6f6f;
  width: 45px;
}

.container .content .projectList ul li .info .user .right .diff span i {
  font-size: 12px;
  margin-right: -9px;
}

.container .content .projectList ul li .info .user .right .diff b {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}

.container .content .projectList ul li .info .vote {
  padding: 15px 0 0 0;
  text-align: center;
}

.container .content .projectList ul li .info .vote button {
  width: 200px;
  height: 31px;
  background: #ff5a00;
  border: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

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

.container .content .projectList .add {
  position: relative;
  width: 284px;
  height: 328px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 21px 25px 0;
}

.container .content .projectList .add i {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 128px;
  align-content: center;
  left: 76px;
  top: 85px;
}

.container .content .projectList .add span {
  position: absolute;
  color: #fff;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.container .content .projectList .myMakelog {
  position: relative;
  width: 284px;
  height: 328px;
  margin: 0 21px 25px 0;
  border-radius: 5px;
}

.container .content .projectList .myMakelog .thumb {
  width: 284px;
  height: 208px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.container .content .projectList .myMakelog .thumb img {
  width: 284px;
  height: 208px;
}

.container .content .projectList .myMakelog .thumb .best {
  width: 63px;
  height: 78px;
}

.container .content .projectList .myMakelog .info {
  color: #a1a1a1;
}

.container .content .projectList .myMakelog .info .visit {
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  padding-left: 24px;
}

.container .content .projectList .myMakelog .info .visit i {
  font-size: 20px;
  position: absolute;
  left: 0;
}

.container .content .projectList .myMakelog .info .favorite {
  padding-left: 24px;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.container .content .projectList .myMakelog .info .favorite i {
  font-size: 23px;
  position: absolute;
  left: -3px;
}

.container .content .projectList .myMakelog .info .user .right {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}

.container .content .projectList .myMakelog .info .draft {
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  padding-left: 24px;
  color: #ffffff;
}

.container .content .projectList .myMakelog .info .draft i {
  font-size: 30px;
  position: absolute;
  left: -6px;
  top: -3px;
  color: #ffffff;
}

.container .content .projectList .myMakelog .info .draft .iconjianyu {
  font-size: 20px;
  left: 0;
}

.container .content .projectList .myMakelog .btn {
  position: absolute;
  right: 8px;
  top: 99px;
  width: 46px;
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.container .content .projectList .myMakelog .btn button {
  width: 46px;
  height: 46px;
  margin-bottom: 7px;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.container .content .projectList .myMakelog .btn button b {
  background: #000;
  opacity: 0.6;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
}

.container .content .projectList .myMakelog .btn button i {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 26px;
}

.container .content .projectList .myMakelog .btn button .iconqianbi {
  left: 11px;
  top: 7px;
}

.container .content .projectList .myMakelog .btn button .iconshanchu {
  font-size: 34px;
  left: 6px;
  top: 5px;
}

.container .content .projectList .myMakelog:hover .btn {
  display: block;
}
.container .content .projectList-grid {
  display: block;
  margin: 25px 20px 50px;
}
.container .content .projectList-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.container .content .projectList-grid ul li {
  width: 280px;
  height: auto;
  background: #818181;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding-bottom: 10px;
}
.container .content .projectList-grid ul li .voteNum {
  position: absolute;
  background: #ed6a00;
  left: 0;
  top: 22px;
  height: 34px;
  line-height: 34px;
  min-width: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
  padding: 0 10px;
}
.container .content .projectList-grid ul li .thumb .best {
  position: absolute;
  right: 8px;
  top: -10px;
}
.container .content .projectList-grid ul li .thumb a {
  display: block;
}
.container .content .projectList-grid ul li .thumb a img {
  width: 280px;
  height: 220px;
  border-radius: 4px 4px 0 0;
}
.container .content .projectList-grid ul li .info .title {
  width: 258px;
  margin: 10px 6px;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  height: 40px;
}
.container .content .projectList-grid ul li .info a {
  color: #ffffff;
  display: block;
}
.container .content .projectList-grid ul li .info .user {
  display: flex;
  padding: 0 6px;
  justify-content: space-between;
}
.container .content .projectList-grid ul li .info .user .left {
  display: flex;
}

.container .content .projectList-grid ul li .info .user .left .head {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.container .content .projectList-grid ul li .info .user .left .head a {
  width: 20px;
  height: 20px;
}
.container .content .projectList-grid ul li .info .user .left .head a img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.container .content .projectList-grid ul li .info .user .left .userName {
  font-size: 12px;
  line-height: 20px;
  width: 60px;
  height: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.container .content .projectList-grid ul li .info .user .left .userName a {
  color: #ffffff;
  display: contents;
}
.container .content .projectList-grid ul li .info .vote {
  padding: 15px 0 0 0;
  text-align: center;
}
.container .content .projectList-grid ul li .info .vote button {
  width: 262px;
  height: 30px;
  background: #ed652b;
  border: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
}
.container .content .projectList-grid ul li .info .vote .disadle {
  cursor: default;
  background: #eeeeee;
  color: #3d3d3d;
}

.container .content .contest {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.container .content .filter {
  margin: 0 20px;
  display: flex;
}

.container .content .filter button {
  height: 34px;
  padding: 0 16px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
  background: none;
  cursor: pointer;
  border-radius: 7px;
  margin-right: 17px;
}

.container .content .filter .select {
  background: #ed652b;
  border: 1px solid #ed652b;
  cursor: default;
}

.container .content .contest .li {
  width: 590px;
  height: 316px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #3c3c3c;
}

.container .content .contest .li:nth-child(2n + 2) {
  margin-right: 0;
}

.container .content .contest .li .thumb {
  width: 590px;
  height: 230px;
}

.container .content .contest .li .thumb a {
  display: block;
}

.container .content .contest .li .thumb a img {
  width: 590px;
  height: 230px;
}

.container .content .contest .li .title {
  margin: 9px 14px 0 14px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  height: 38px;
  line-height: 19px;
}

.container .content .contest .li .title a {
  color: #fff;
  display: block;
}

.container .content .contest .li .info {
  padding: 0 14px 9px 14px;
  height: 37px;
  display: flex;
  justify-content: space-between;
}

.container .content .contest .li .info .text {
  font-size: 12px;
  color: #a6a6a6;
  align-self: flex-end;
}

.container .content .contest .li .info .text span {
  padding-left: 20px;
}

.container .content .contest .li .info .btn {
  min-width: 127px;
  height: 28px;
  background: #ff5a00;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  align-self: flex-end;
  padding: 0 15px;
}

.container .content .contest .li .info .type_1 {
  background: #65d400;
}

.container .content .pageFrame {
  display: flex;
  justify-content: center;
}

.container .content .pageFrame a {
  display: block;
  width: 40px;
  height: 40px;
  /* background: #454444; */
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  cursor: pointer;
}

.container .content .pageFrame a:last-child {
  margin-right: 0;
}

.container .content .pageFrame .select {
  background: #ff5a00;
}

.container .content .pageFrame > span {
  background: #454444;
  color: #ffffff;
  display: flex;
  padding: 0 6px;
}

.container .content .pageFrame > span > input {
  height: 30px;
  align-self: center;
  background: none;
  border: 1px solid #999;
  width: 40px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.container .content .pageFrame > span > span {
  align-self: center;
  padding: 0 3px;
}

.container .content .pageFrame > span > b {
  align-self: center;
  font-weight: normal;
  font-size: 16px;
}

.container .content .pages {
  opacity: 0;
  height: 1px;
}

.container .content .tagInfo {
  position: relative;
  display: flex;
  height: 201px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.container .content .tagInfo .logo {
  width: 260px;
  height: 201px;
  display: flex;
  justify-content: center;
}

.container .content .tagInfo .logo img {
  display: block;
  align-self: center;
  max-width: 100%;
}

.container .content .tagInfo .tagName {
  width: 830px;
  align-self: center;
  padding: 0 30px;
}

.container .content .tagInfo .tagName h1 {
  display: block;
  color: #fff;
  font-size: 36px;
}

.container .content .tagInfo .tagName span {
  color: #d2d2d2;
  font-size: 18px;
  margin-top: 10px;
  line-height: 23px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}

.container .content .tagInfo .bg {
  position: absolute;
  z-index: -1;
}

.container .content .tagTitle {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.container .content .project {
  display: flex;
  flex-wrap: wrap;
}

.container .content .project .left {
  width: 947px;
  margin-right: 29px;
}

.container .content .project .right {
  width: 224px;
}

.container .content .project .right .author {
  position: relative;
  height: auto;
  overflow: hidden;
}

.container .content .project .right .author .con {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 17px 23px 17px;
}

.container .content .project .right .author .head {
  width: 60px;
  height: 60px;
}

.container .content .project .right .author .head img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.container .content .project .right .author .name,
.container .content .project .right .author .name a {
  width: 115px;
  color: #ffffff;
}

.container .content .project .right .author .name b {
  display: -webkit-box;
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}

.container .content .project .right .author .name span {
  font-size: 12px;
  color: #acacac;
}

.container .content .project .right .author .follow {
  margin: 23px 0;
  width: 100%;
}

.container .content .project .right .author .follow button {
  height: 43px;
  background: #ff5a00;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.container .content .project .right .author .follow button i {
  align-self: center;
  margin-right: 10px;
  font-size: 21px;
}

.container .content .project .right .author .follow button span {
  align-self: center;
  font-size: 18px;
}

.container .content .project .right .author .feats {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.container .content .project .right .author .feats .li {
  width: 50%;
  box-sizing: border-box;
  color: #ffffff;
}

.container .content .project .right .author .feats .li span {
  display: block;
  text-align: center;
  font-size: 20px;
}

.container .content .project .right .author .feats .li b {
  font-size: 12px;
  color: #cdcdcd;
  text-align: center;
  display: block;
  padding-top: 5px;
  font-weight: normal;
}

.container .content .project .right .author .feats .li:first-child {
  border-right: 1px solid #807575;
}

.container .content .project .right .author .bg > img {
  height: 245px;
  width: 100%;
}

.container .content .project .right .affiliate {
  position: relative;
  margin: 30px 0;
  border-radius: 4px;
  overflow: hidden;
}

.container .content .project .right .affiliate .con {
  width: auto;
}

.container .content .project .right .affiliate .con .tit {
  display: flex;
  padding: 20px 14px;
  border-bottom: 1px solid #696384;
}

.container .content .project .right .affiliate .con .tit span {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.container .content .project .right .affiliate .con .tit i {
  color: #ff5a00;
  font-size: 25px;
  margin-left: 8px;
  align-self: center;
}

.container .content .project .right .affiliate .con .tr {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 14px;
  border-bottom: 1px solid #696384;
}

.container .content .project .right .affiliate .con .li {
  padding: 10px 14px;
  font-size: 12px;
  color: #ffffff;
  border-bottom: 1px solid #696384;
  display: flex;
}

.container .content .project .right .affiliate .con .li b {
  align-self: flex-end;
  font-size: 12px;
  font-weight: normal;
}

.container .content .project .right .affiliate .con .li span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container .content .project .right .affiliate .con .addToCart {
  padding: 15px 14px;
}

.container .content .project .right .affiliate .con .addToCart button {
  width: 100%;
  height: 43px;
  border: none;
  background: #ff5a00;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.container .content .project .right .affiliate .bg {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.container .content .project .right .affiliate .bg img {
  height: 100%;
  width: 224px;
}

.container .content .project .right .extendTag {
}

.container .content .project .right .extendTag .tit {
  background: #ff5a00;

  height: 34px;

  color: #ffffff;

  font-weight: bold;

  line-height: 34px;

  text-align: center;

  margin: 30px 0;

  font-size: 16px;
}

.container .content .project .right .extendTag ul {
  background: url(/live/oe_/https://community.dfrobot.com/images/articleUserBg.png);

  padding: 10px 15px;

  border-radius: 5px;

  overflow: hidden;
}

.container .content .project .right .extendTag ul li {
  list-style: inside;
  line-height: 26px;
}

.container .content .project .right .extendTag ul li > a {
  color: #fff;
  word-wrap: break-word;
  font-size: 14px;
}

.container .content .project .right .extendTag ul li::marker {
  font-size: 12px;
  color: #fff;
}

.container .content .project .right .extendTag ul li:hover {
  cursor: pointer;
}

.container .content .project .right .extendTag ul li:hover::marker {
  color: #ff5a00;
}

.container .content .project .right .extendTag ul li:hover > a {
  color: #ff5a00;
}

.container .content .project .right .related {
  width: 224px;
}

.container .content .project .right .related .tit {
  background: #ff5a00;
  height: 43px;
  color: #ffffff;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  margin: 0 0 30px;
}

.container .content .project .right .related .projectList {
  width: 224px;
  margin: 0;
}

.container .content .project .right .related .projectList li {
  width: 224px;
  height: 281px;
  margin: 0 0 30px 0;
  background: #3d3d3d;
  position: relative;
}

.container .content .project .right .related .projectList li .thumb {
  width: 224px;
  height: 164px;
}

.container .content .project .right .related .projectList li .thumb img {
  width: 224px;
  height: 164px;
}

.container .content .project .right .related .projectList li .info .title {
  width: 204px;
  -webkit-line-clamp: 2;
  font-size: 14px;
  height: 33px;
}

.container .content .project .right .related .projectList li .info .tag {
  margin-bottom: 13px;
}

.container .content .project .right .related .projectList li .info .user .left {
  width: auto;
  margin: 0;
}

.container .content .project .right .related .projectList li .info .user .right {
  width: auto;
}

.container .content .project .right .related .projectList li .info .user .right .visit {
  display: flex;
}

.container .content .project .right .related .projectList li .info .user .right .diff {
  margin-left: 0;
  margin-right: -5px;
}

.container .content .myInfo {
  position: relative;
  padding: 45px 40px;
  height: 465px;
}

.container .content .myInfo .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #979797;
  padding-bottom: 27px;
}

.container .content .myInfo .top .tLeft {
  display: flex;
}

.container .content .myInfo .top .tLeft .head {
  width: 143px;
  height: 143px;
  overflow: hidden;
  border-radius: 150px;
  margin-right: 35px;
}

.container .content .myInfo .top .tLeft .head img {
  width: 143px;
  height: 143px;
}

.container .content .myInfo .top .tLeft .name {
  align-self: center;
}

.container .content .myInfo .top .tLeft .name b {
  font-size: 36px;
  color: #fff;
  display: flex;
}

.container .content .myInfo .top .tLeft .name button {
  display: flex;
  background: none;
  border: none;
}

.container .content .myInfo .top .tLeft .name button b {
  font-size: 36px;
  color: #fff;
}

.container .content .myInfo .top .tLeft .name button i {
  font-size: 26px;
  color: #ffffff;
  display: block;
  margin-left: 15px;
  cursor: pointer;
}

.container .content .myInfo .top .tLeft .name button i::before {
  position: absolute;
  margin-top: 5px;
}

.container .content .myInfo .top .tLeft .name span {
  display: block;
  margin-top: 10px;
  color: #acacac;
}

.container .content .myInfo .top .tRight {
  display: flex;
}

.container .content .myInfo .top .tRight .posints {
  text-align: center;
  margin-left: 55px;
  align-self: center;
}

.container .content .myInfo .top .tRight .posints b {
  display: block;
  font-size: 36px;
  color: #fff;
}

.container .content .myInfo .top .tRight .posints span {
  display: flex;
}

.container .content .myInfo .top .tRight .posints span img {
  margin-right: 5px;
}

.container .content .myInfo .top .tRight .posints span i {
  color: #acacac;
  font-style: normal;
  align-self: center;
}

.container .content .myInfo .bottom {
  display: flex;
  justify-content: space-between;
  height: 248px;
  padding: 0 50px;
}

.container .content .myInfo .bottom .nums {
  align-self: center;
  flex-wrap: wrap;
}

.container .content .myInfo .bottom .nums b {
  display: block;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.container .content .myInfo .bottom .nums i {
  display: block;
  text-align: center;
}

.container .content .myInfo .bottom .nums i img {
  width: 80px;
  height: 80px;
}

.container .content .myInfo .bottom .nums span {
  display: block;
  font-size: 18px;
  color: #acacac;
  text-align: center;
}

.container .content .myInfo .bottom .select b,
.container .content .myInfo .bottom .select span {
  color: #ff5a00;
}

.container .content .myInfo .bottom .nums:hover b {
  color: #ff5a00;
}

.container .content .myInfo .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.container .content .myInfo .accountPanel {
  color: #ffffff;
}

.container .content .myInfo .accountPanel h2 {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: normal;
}

.container .content .myInfo .accountPanel ul li {
  position: relative;
  margin-bottom: 70px;
}

.container .content .myInfo .accountPanel ul li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
  position: absolute;
  top: 8px;
}

.container .content .myInfo .accountPanel ul li p:first-of-type {
  font-size: 22px;
  text-indent: 1.5em;
  margin-bottom: 14px;
  font-weight: bold;
}

.container .content .myInfo .accountPanel ul li p:last-of-type {
  position: relative;
  font-size: 18px;
}

.container .content .myInfo .accountPanel ul li p i {
  position: absolute;
  left: 50px;
  top: 4px;
}

.container .content .myInfo .accountPanel ul li p span {
  display: block;
  position: relative;
  width: 770px;
  line-height: 22px;
  left: 80px;
}

.container .content .myInfo .accountPanel ul li a {
  display: block;
  position: absolute;
  top: 16px;
  right: 50px;
  width: 190px;
  height: 46px;
  text-align: center;
  color: #ffffff;
  background-color: #ff6900;
  border-radius: 4px;
  font-size: 22px;
  line-height: 46px;
}

.container .content .myInfo .accountPanel ul li a:hover {
  cursor: pointer;
}

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

.container .content .myInfo.background {
  height: 640px;
  background: linear-gradient(to right, #404760, #39383f);
}

.container .content .commentList {
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.container .content .commentList .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}

.container .content .commentList ul {
  padding: 21px 46px;
}

.container .content .commentList .commentItem {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #979797;
  color: #0e0e0e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 75px;
}

.container .content .commentList .commentItem .headImg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.container .content .commentList .commentItem .headImg img {
  width: 60px;
  height: 60px;
}

.container .content .commentList .commentItem .infoBox {
  position: relative;
  min-height: 60px;
  width: 1023px;
}

.container .content .commentList .commentItem .infoBox .time {
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
}

.container .content .commentList .commentItem .infoBox .time span {
  cursor: pointer;
  padding-right: 10px;
}

.container .content .commentList .commentItem .infoBox .time span i {
  font-size: 20px;
}

.container .content .commentList .commentItem .infoBox .remove {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 40px;
  border: none;
  background: #a6a4a4;
  border-radius: 3px;
  color: #eeeeee;
  padding: 0 3px;
  cursor: pointer;
  display: none;
}

.container .content .commentList .commentItem .infoBox .remove i {
  font-size: 25px;
}

.container .content .commentList .commentItem .infoBox:hover .remove {
  display: block;
}

.container .content .commentList .commentItem .infoBox .nameBox {
  font-size: 24px;
  line-height: 60px;
}

.container .content .commentList .commentItem .infoBox .nameBox .name {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.container .content .commentList .commentItem .infoBox .nameBox .name a {
  color: #ffffff;
}

.container .content .commentList .commentItem .infoBox .nameBox .name span {
  font-size: 18px;
  color: #a6a4a4;
  font-weight: normal;
}

.container .content .commentList .commentItem .infoBox .nameBox .makeLogTitle {
  margin-top: 12px;
  font-size: 18px;
  line-height: 22px;
  min-height: 20px;
  display: flex;
}

.container .content .commentList .commentItem .infoBox .nameBox .makeLogTitle .commentedTips {
  color: #d1d1d1;
  font-weight: normal;
}

.container .content .commentList .commentItem .infoBox .nameBox .makeLogTitle .title {
  font-weight: bold;
  margin-left: 35px;
}

.container .content .commentList .commentItem .infoBox .nameBox .makeLogTitle .title a {
  color: #ffffff;
  width: 752px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.container .content .commentList .commentItem .infoBox .nameBox .comment {
  margin-top: 12px;
  line-height: 18px;
  height: auto;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
.container .content .commentList .commentItem > a {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
}
.container .content .commentList .commentItem > a i {
  margin-right: 4px;
}

.container .content .myProjectTit {
  padding: 50px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.container .content .notificationControl {
  margin-top: -28px;
  float: right;
}
.container .content .notificationControl span {
  font-size: 14px;
  color: #ffffff;
  padding: 5px 14px 7px;
  cursor: pointer;
}
.container .content .notificationControl span:nth-of-type(2) {
  background-color: #ff6900;
  border-radius: 16px;
}

.container .content .message-notification-settings {
  background: #3b3c46;
  margin-top: 25px;
}
.container .content .message-notification-settings > div {
  border-bottom: 1px solid #464646;
  padding: 17px 32px 19px;
  display: flex;
  align-items: center;
}
.container .content .message-notification-settings > div img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.container .content .message-notification-settings > div span {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.container .content .message-notification-settings > ul {
  padding-bottom: 65px;
}
.container .content .message-notification-settings > ul > li {
  border-bottom: 1px solid #464646;
  padding: 35px 35px 36px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content .message-notification-settings > ul > li > div > span {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  display: block;
}
.container .content .message-notification-settings > ul > li > div > span:nth-of-type(2) {
  margin-top: 13px;
  font-size: 12px;
  line-height: 12px;
  color: #787878;
}
.container .content .notifications {
  margin-top: 20px;
  margin-bottom: 40px;
}
.container .content .notifications > p {
  font-size: 16px;
  line-height: 16px;
  color: #cccccc;
}
.container .content .notifications li {
  position: relative;
  margin-bottom: 10px;
  background: #39373b;
  padding: 18px 36px 30px 30px;
}
.container .content .notifications li.hasLink {
  padding: 18px 36px 46px 30px;
}
.container .content .notifications li .dot {
  position: absolute;
  top: 16px;
  right: 22px;
  width: 8px;
  height: 8px;
  background: #ff5a00;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.container .content .notifications li > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.container .content .notifications li > div:nth-of-type(1) > div {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #ff6900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}
.container .content .notifications li > div:nth-of-type(1) > div i {
  font-size: 20px;
  color: #ffffff;
}
.container .content .notifications li > div:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 16px;
  line-height: 16px;
  color: #cccccc;
}
.container .content .notifications li > div:nth-of-type(1) > span:nth-of-type(2) {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-left: auto;
}
.container .content .notifications li .notification-content {
  background: #181b21;
  min-height: 54px;
  padding: 10px 20px 4px;
}
.container .content .notifications li .notification-content p {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 28px;
}
.container .content .notifications li .notification-content a {
  color: #ff7600;
}
.container .content .notifications li .view-notification {
  position: absolute;
  right: 32px;
  bottom: 12px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.container .content .signed {
  position: relative;
  height: 400px;
  width: 800px;
  margin: 100px auto;
  border-radius: 5px;
  overflow: hidden;
}

.container .content .signed b {
  color: #fff;
  font-size: 50px;
  display: block;
  padding: 80px 0;
  text-align: center;
}

.container .content .signed span {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.container .content .signed .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}

.container .content .contest .thumb {
  width: 100%;
  display: flex;
  margin-bottom: 17px;
}
.container .content .contest .projectList-grid .thumb {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.container .content .contest .thumb img.banner {
  width: 100%;
  border-radius: 8px;
}

.container .content .contest .tab {
  display: flex;
}

.container .content .contest .tab > button {
  width: 227px;
  height: 61px;
  background: #272a36;
  border: none;
  margin-right: 10px;
  border-radius: 6px 6px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.container .content .contest .tab .active {
  background: #3f465e;
  border-radius: 0;
  position: relative;
}

.container .content .contest .tab .active::before {
  content: ' ';
  position: absolute;
  background: #ed652b;
  width: 100%;
  height: 3px;
  left: 0;
  top: -3px;
}

.container .content .contest .box {
  width: 100%;
  padding-top: 30px;
  position: relative;
  background: #3f465e;
}
.container .content .contest .box.flex {
  display: flex;
  flex-wrap: wrap;
}
.container .content .contest .box .pageFrame {
  margin-bottom: 60px;
}

.container .content .contest .box .bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.container .content .contest .box .date {
  height: 210px;
  background: #ff5a00;
  padding: 10px;
  position: relative;
  color: #ffffff;
  margin-right: 20px;
}

.container .content .contest .box .date .text {
  font-size: 16px;
  color: #ffffff;
  min-width: 100px;
  text-align: center;
  margin-top: 3px;
}

.container .content .contest .box .date .startTime {
  position: absolute;
  left: 10px;
  margin-top: 10px;
}

.container .content .contest .box .date .startTime span {
  font-size: 40px;
  font-weight: bold;
}

.container .content .contest .box .date .startTime b {
  font-size: 24px;
}

.container .content .contest .box .date .line {
  position: absolute;
  width: 86px;
  height: 61px;
  top: 86px;
  left: 50%;
  margin-left: -43px;
}

.container .content .contest .box .date .line span {
  border-top: 2px solid #ffffff;
  display: block;
  transform: rotate(152deg) translateY(-22px) translateX(33px);
  width: 120px;
}

.container .content .contest .box .date .endTime {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.container .content .contest .box .date .endTime b {
  font-size: 24px;
  text-align: right;
  display: block;
}

.container .content .contest .box .date .endTime span {
  font-size: 40px;
  font-weight: bold;
}

.container .content .contest .con {
  flex: 1;
  margin: 0 80px;
  overflow: hidden;
}

.container .content .contest .con .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}

.container .content .contest .con .title h1 {
  font-size: 32px;
  color: #ffffff;
}
.container .content .contest .con .title.status_1 h1 {
  width: 645px;
}
.container .content .contest .con .title > button {
  border: none;
  color: #fff;
  font-weight: bold;
  width: 218px;
  height: 72px;
  border-radius: 20px;
  opacity: 1;
  background: #b0b0b0;
  font-size: 24px;
}
.container .content .contest .con .title > button.active {
  background: #ed652b;
  color: #ffffff;
  cursor: pointer;
}

.container .content .searchFrame .searchTitle {
  display: flex;
}

.container .content .searchFrame .searchTitle .text {
  font-size: 54px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 22px;
}

.container .content .searchFrame .searchTitle .result {
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  align-self: flex-end;
  margin-bottom: 8px;
}

.container .content .searchFrame .searchBox {
  width: 640px;
  height: 40px;
  background: #ffffff;
  display: flex;
}

.container .content .searchFrame .searchBox i {
  width: 40px;
  height: 40px;
  background: #ff6100;
  color: #ffffff;
  font-size: 28px;
  position: relative;
}

.container .content .searchFrame .searchBox i::before {
  position: absolute;
  top: 4px;
  left: 3px;
}

.container .content .searchFrame .searchBox input {
  border: none;
  background: none;
  padding: 0 22px;
  margin: 0;
  width: 100%;
  color: #968989;
  font-size: 23px;
}

.container .content .searchFrame .resultCon {
  display: flex;
  justify-content: space-between;
}

.container .content .searchFrame .resultCon .projectList {
  width: 871px;
}

.container .content .searchFrame .resultCon .projectList .tit {
  margin: 24px 0 0 0;
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
}

.container .content .searchFrame .resultCon .projectList .text {
  margin: 10px 0 24px 0;
  font-size: 23px;
  color: #ffffff;
}

.container .content .searchFrame .resultCon .projectList ul li {
  margin-right: 18px;
}

.container .content .searchFrame .resultCon .projectList ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.container .content .searchFrame .resultCon .userResult {
  width: 294px;
  margin: 25px 0;
}

.container .content .searchFrame .resultCon .userResult .tit {
  margin: 24px 0 0 0;
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
}

.container .content .searchFrame .resultCon .userResult .text {
  margin: 10px 0 24px 0;
  font-size: 23px;
  color: #ffffff;
}

.container .content .searchFrame .resultCon .userResult .list {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 9px;
}

.container .content .searchFrame .resultCon .userResult .list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
}

.container .content .searchFrame .resultCon .userResult .list ul li a {
  display: flex;
  flex-wrap: wrap;
}

.container .content .searchFrame .resultCon .userResult .list ul li a > span {
  margin: 0 21px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
}

.container .content .searchFrame .resultCon .userResult .list ul li a > span img {
  width: 60px;
  height: 60px;
}

.container .content .searchFrame .resultCon .userResult .list ul li a > b {
  width: 174px;
  align-self: center;
}

.container .content .searchFrame .resultCon .userResult .list ul li a > b > b {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

.container .content .searchFrame .resultCon .userResult .list ul li a > b > span {
  display: block;
  font-size: 14px;
  color: #acacac;
  font-weight: normal;
}

.container .content .searchFrame .resultCon .userResult .list ul li:last-child {
  border: none;
}

.container .content .searchFrame .resultCon .userResult .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.container .content .userInfos {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.container .content .userInfos .left {
  height: 143px;
  margin: 40px 45px;
  display: flex;
}

.container .content .userInfos .left img {
  height: 143px;
  width: 143px;
  border-radius: 150px;
}

.container .content .userInfos .left span {
  margin-left: 35px;
}

.container .content .userInfos .left span b {
  font-size: 36px;
  display: block;
  color: #ffffff;
}

.container .content .userInfos .left span i {
  font-size: 14px;
  color: #acacac;
  font-style: normal;
}

.container .content .userInfos .left span .followCmt button {
  min-width: 143px;
  height: 38px;
  margin-top: 25px;
  background: #ff5a00;
  border: none;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.container .content .userInfos .left span .followCmt button .follow {
  font-size: 18px;
}

.container .content .userInfos .left span .followCmt button .follow span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 0;
}

.container .content .userInfos .left span .followCmt button .unfollow {
  align-self: center;
  height: auto;
  font-size: 18px;
}

.container .content .userInfos .left span .followCmt button .unfollow i {
  font-size: 18px;
  color: #ffffff;
}

.container .content .userInfos .left span .followCmt button .unfollow span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
}

.container .content .userInfos .right {
  display: flex;
  height: 223px;
}

.container .content .userInfos .right .points {
  align-self: center;
  margin-right: 60px;
}

.container .content .userInfos .right .points b {
  display: block;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
}

.container .content .userInfos .right .points span {
  display: flex;
  color: #acacac;
  line-height: 30px;
  font-size: 18px;
}

.container .content .userInfos .right .points span img {
  width: 30px;
}

.container .content .userInfos .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.comments {
  margin: 30px 0;
}

.comments .title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 30px 0;
}

.comments .addComment {
  border-bottom: 1px solid #979797;
}

.comments .addComment .input textarea {
  height: 150px;
  resize: none;
  border: 1px solid #919191;
  border-radius: 6px;
  padding: 11px 19px;
  width: 100%;
  background: none;
  caret-color: #ffffff;
  font-size: 24px;
  color: #ffffff;
}

.comments .addComment .input textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 24px;
}

.comments .addComment .input textarea:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.comments .addComment .input textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.comments .addComment .input textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.comments .addComment .btn {
  margin: 30px 0;
  width: 100%;
  text-align: right;
  clear: both;
}

.comments .addComment .btn button {
  border: none;
  color: #ffffff;
  width: 212px;
  height: 52px;
  background: #ed6a00;
  font-size: 24px;
  cursor: pointer;
  border-radius: 6px;
}

.comments .addComment .btn .loading {
  background: #eeeeee;
  color: #aaaaaa;
  display: inline;
}

.comments .commentList {
  margin: 30px 0;
}

.comments .commentList .commentLi {
  padding: 20px 18px;
  border-bottom: 1px solid #979797;
  display: flex;
  justify-content: space-between;
}

.comments .commentList .commentLi .head {
  width: 60px;
  height: 60px;
}

.comments .commentList .commentLi .head img {
  width: 60px;
  height: 60px;
  border-radius: 40px;
}

.comments .commentList .commentLi .commentCon {
  width: calc(100% - 80px);
}

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

.comments .commentList .commentLi .userName {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}

.comments .commentList .commentLi .userName a {
  color: #ffffff;
}

.comments .commentList .commentLi .userName span {
  color: #999999;
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
}

.comments .commentList .commentLi .commentCon .replyNum {
  color: #999999;
  font-size: 18px;
  cursor: pointer;
  line-height: 20px;
  align-self: center;
  display: flex;
}

.comments .commentList .commentLi .commentCon .replyNum i {
  font-size: 30px;
}

.comments .commentList .commentLi .commentCon .con {
  color: #ffffff;
  font-size: 16px;
}

.comments .commentList .commentLi .commentCon .replyInput {
  height: 0px;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.comments .commentList .commentLi .commentCon .replyInput .input {
  width: 100%;
  border: 1px solid #979797;
  height: 60px;
}

.comments .commentList .commentLi .commentCon .replyInput .input textarea {
  height: 60px;
  resize: none;
  border: none;
  padding: 20px 23px;
  font-size: 16px;
  width: 100%;
  background: none;
  caret-color: #ffffff;
  color: #ffffff;
}

.comments .commentList .commentLi .commentCon .replyInput .btn {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: right;
}

.comments .commentList .commentLi .commentCon .replyInput .btn button {
  border: 1px solid #ff6100;
  border-radius: 6px;
  color: #ed6a00;
  width: 212px;
  height: 50px;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

.comments .commentList .commentLi .reply {
  border-top: 1px dashed #979797;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.comments .commentList .commentLi .reply .line {
  width: calc(100% - 80px);
  flex-wrap: wrap;
}

.comments .commentList .commentLi .reply .line .userName {
  width: 100%;
}

.content .fansList {
  margin: 20px 0;
  position: relative;
}

.content .fansList ul {
  display: flex;
  flex-wrap: wrap;
}

.content .fansList li {
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 40px 70px;
}

.content .fansList li:nth-child(2n + 2) {
  border-right: none;
}

.content .fansList li:nth-last-child(1) {
  border-bottom: none;
}

.content .fansList li:nth-last-child(2):not(:nth-child(2n + 2)) {
  border-bottom: none;
}

.content .fansList li .infoBox {
  display: flex;
}

.content .fansList li .infoBox .headImg {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
}

.content .fansList li .infoBox .headImg img {
  width: 60px;
  height: 60px;
}

.content .fansList li .infoBox .nameBox {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 33px;
  align-self: center;
}

.content .fansList .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.content .fansList .followCmt button {
  height: 40px;
  align-self: center;
  padding: 0 19px;
  background: none;
  border: none;
  cursor: pointer;
}

.content .fansList .followCmt button .follow {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 19px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 2px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 100;
}

.content .fansList .followCmt button .unfollow {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 19px;
  box-sizing: border-box;
  background: #ff5a00;
  border-radius: 2px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
}

.content .nofound img {
  margin: 174px auto 43px auto;
  display: block;
}

.content .nofound b {
  font-size: 40px;
  color: #ff6100;
  display: block;
  text-align: center;
}

.content .nofound span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.content .nofound button {
  display: block;
  margin: 30px auto;
  font-size: 20px;
  color: #ffffff;
  background: #ff6100;
  height: 41px;
  line-height: 41px;
  border: none;
  padding: 0;
  font-weight: bold;
}

.content .nofound button a {
  display: block;
  padding: 0 41px;
  color: #ffffff;
}

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

.editProfile .con {
  position: absolute;
  z-index: 1;
  width: 677px;
  border-radius: 4px;
  overflow: hidden;
  background: #43464f;
  padding: 51px 81px 70px 81px;
  left: 50%;
  top: 40%;
  margin: -280px 0 0 -338px;
}

.editProfile .con .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.editProfile .con .closeBtn button {
  background: none;
  border: none;
  cursor: pointer;
}

.editProfile .con .closeBtn button i {
  font-size: 30px;
  color: #ffffff;
}

.editProfile .con .title {
  position: relative;
  line-height: 50px;
}

.editProfile .con .title b {
  font-size: 26px;
  color: #ffffff;
}

.editProfile .con .title span {
  position: absolute;
  width: 74px;
  height: 2px;
  border-bottom: 2px solid #ef7600;
  left: 0;
  bottom: 0;
}

.editProfile .con .subTitle {
  margin: 30px 0 14px 0;
  color: #ffffff;
  font-size: 20px;
}

.editProfile .con .upload {
  height: 100px;
  display: flex;
}

.editProfile .con .upload img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-right: 43px;
}

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

.editProfile .con .upload .desc > span {
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.editProfile .con .upload .desc > button {
  background: #ef7600;
  border: none;
  height: 36px;
  min-width: 170px;
  padding: 0 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.editProfile .con .upload .desc > button input {
  width: 500px;
  height: 100px;
  position: absolute;
  left: -30px;
  top: -40px;
  opacity: 0;
  cursor: pointer;
}

.editProfile .con .input {
  width: auto;
}

.editProfile .con .input input {
  display: block;
  width: 100%;
  padding: 0 13px;
  margin: 0;
  border: none;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #ffffff;
  background: #727278;
  border-radius: 4px;
}

.editProfile .con .input textarea {
  display: block;
  width: 100%;
  padding: 10px 13px;
  margin: 0;
  border: none;
  height: 154px;
  font-size: 18px;
  color: #ffffff;
  background: #727278;
  border-radius: 4px;
  resize: none;
}

.editProfile .con .input span {
  font-size: 14px;
  color: #b6b6b6;
  font-weight: 100;
  margin: 4px 0;
}

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

.editProfile .con > button {
  height: 36px;
  background: #ef7600;
  width: 100%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  margin-top: 53px;
}

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

.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;
}

.otherError {
  width: 600px;
  margin: 60px auto;
  color: #fff;
  background: #43464f;
  height: 400px;
  padding: 30px;
  border-radius: 4px;
}

.otherError b {
  display: block;
  font-size: 60px;
  text-align: center;
  margin: 50px 0;
}

.otherError span {
  display: block;
  font-size: 25px;
  text-align: center;
}

.mobileError {
  width: 100%;
  height: 100%;
  padding: 0;
}

.mobileError .content {
  width: 100%;
}

.mobileError .content .nofound img {
  width: 90%;
}

.mobileError .headFrame {
  opacity: 0;
  height: 0;
}

.mobileError .webMap {
  width: 100%;
  background-color: #202020;
}

.mobileError .webMap .footFrame {
  width: 95%;
  margin: 0rem auto;
}

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

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

.mobileError .webMap .footFrame .map .list {
  margin-bottom: 5px;
}

.mobileError .webMap .footFrame .map .list h5 {
  font-size: 1rem;
  width: 100%;
  border-bottom: 0.03rem solid white;
  color: #a2a2a2;
  line-height: 2rem;
}

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

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