* {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
dl {
  margin-top: 0;
  margin-bottom: 0;
}
.p-t-20 {
  padding-top: 20px!important;
}
.p-b-30 {
  padding-bottom: 30px!important;
}
.p-t-10 {
  padding-top: 10px!important;
}
.p-b-40 {
  padding-bottom: 40px!important;
}
.clearfix {
  clear: both;
}
.bgEDF3FB {
  background: #EDF3FB;
  margin: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input::-moz-input-placeholder {
  color: #FFFFFF;
}
.bg-green {
  background: #00CCCC;
  color: #000028;
  border: none;
}
.singleLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moreLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pc {
  display: block;
}
.pn {
  display: none;
}
.user-show {
    background: #ECF7F9;
}
.user-show .user-show-ban {
    height: 330px;
   /* background: url(../images/UserPresentationCenter/show-ban.png) no-repeat right center;*/
    /*background-size: 1922px 100%;*/
    padding-top: 20px;
}
.user-show .user-show-ban .content {
  position: relative;
  height: 100%;
}
.user-show .user-show-ban .user-show-form {
  width: 730px;
  height: 245px;
  background: #FFFFFF;/*rgba(35, 35, 60, 0.4);*/
  backdrop-filter: blur(1px);
  padding: 16px 20px 46px;
}
.user-show .user-show-ban .user-show-form .input-type-box {
  position: relative;
  height: 60px;
  margin-top: 20px;
  box-sizing: border-box;
}
.user-show .user-show-ban .user-show-form .input-type-box > img {
  width: 40px;
  position: absolute;
  left: 4px;
  top: 8px;
  z-index: 2;
}
.user-show .user-show-ban .user-show-form .input-type-box .input-type {
  width: 100%;
  height: 100%;
  background-color: #EBF7F8;
  border: 0;
  border-bottom: 1px solid #000028;
  outline: none;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 400;
  color:#999;
  line-height: 60px;
}
.user-show .user-show-ban .user-show-form .input-type-btm {
  display: flex;
  justify-content: space-between;
}
.user-show .user-show-ban .user-show-form .input-type-btm .input-type-btm-select {
  width: 210px;
  height: 44px;
  background: #00183B;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
  border-radius: 2px;
  border: 1px solid #4C4C68;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #B3B3BE;
  line-height: 28px;
  padding: 0 16px;
}
.user-show .user-show-ban .user-show-form .input-type-btm-btn {
  width: 120px;
  height: 40px;
  background: rgba(0, 204, 204, 0);
  border: 1px solid rgba(0,0,40,0.12);
  font-size: 16px;
  font-weight: 600;
  color: #009999;
}
.user-show .user-show-ban .user-show-form .input-type-btm-btn > img {
  width: 24px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.user-show .user-show-ban .user-show-form .input-type-btm-btn.search {
  background: #009999;
  color: #FFFFFF;
  border: none;
}
.user-show .user-show-ban .btns {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.user-show .user-show-ban .btns .btn-share {
  width: 120px;
  height: 40px;
  background: #CAE1E6;/*rgba(255, 255, 255, 0.35);*/
  backdrop-filter: blur(2px);
  font-size: 16px;
  font-weight: 600;
  color: #009999;
  outline: none;
  border: none;
}
.user-show .user-show-ban .btns .btn-share > img {
  width: 20px;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.user-show .user-show-ban .btns .btn-collect {
  width: 150px;
  height: 40px;
  background: linear-gradient(90deg, #00FFB9 0%, #00E6DC 100%);
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  outline: none;
  border: none;
  margin-left: 20px;
}
.user-show .user-show-ban .btns .btn-collect > img {
  width: 20px;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
/*.user-show .user-show-project {
  padding: 33px 0 10px;
}*/
.user-show .user-show-project .page-tit {
  font-size: 18px;
  font-weight: 600;
  color: #000028;
  line-height: 25px;
  padding-top: 15px;
}
.user-show .user-show-project ul {
  padding: 0;
}
.user-show .user-show-project .user-show-list {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
}
.user-show .user-show-project .user-show-list > div {
  display: flex;
  justify-content: space-between;
}
.user-show .user-show-project .user-show-list .img {
  width: 189px;
  height: 110px;
  background-color: #333;
}
.user-show .user-show-project .user-show-list .info {
  width: calc(100% - 226px);
}
.user-show .user-show-project .user-show-list .info .tit {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #009999;
  line-height: 25px;
}
    .user-show .user-show-project .user-show-list .info .introduce {
        height: 40px;
        margin-bottom: 14px;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #585858 !important;
        line-height: 20px;
        /* display: -webkit-box !important;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-family: "Siemens Sans Roman", Arial, "Noto Sans SC" !important;
    }
.user-show .user-show-project .user-show-list .info .belongs {
  font-size: 14px;
  font-weight: 500;
  color: #FFB221;
  line-height: 24px;
}
.user-show .user-show-project .user-show-list .info .belongs img {
  margin-right: 6px;
/*  vertical-align: middle;
  position: relative;*/
  top: -2px;
}
.user-show .user-show-project-introduce {
    padding: 50px 0 0px;
    background: #000028;
    margin-bottom: 50px;
}
.user-show .user-show-project-introduce .content {
  display: flex;
  justify-content: space-between;
}
.user-show .user-show-project-introduce .content > img {
  width: 560px;
  height: 330px;/*320px*/
  background-color: #333;
}
.user-show .user-show-project-introduce .content > p {
  width: 599px;
  font-size: 14px;
  font-weight: normal;
  color: #000028;
  line-height: 24px;
  /*margin-top: 30px;*/
  word-break: break-word;
}
.user-show .user-show-detail {
  overflow: hidden;
  padding: 40px 0 10px;
}
.user-show .user-show-detail .user-show-detail-l {
  float: left;
  width: 810px;
}
.user-show .user-show-detail .user-show-detail-l > h3 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 900;
  color: #000028;
  line-height: 21px;
}
.user-show .user-show-detail .user-show-detail-l > h4 {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: normal;
  color: #000028;
  line-height: 16px;
}
.user-show .user-show-detail .user-show-detail-l > button {
  width: 76px;
  height: 26px;
  border: 1px solid #009999;
  backdrop-filter: blur(2px);
  font-size: 14px;
  font-weight: 400;
  color: #009999;
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
}
.user-show .user-show-detail .user-show-detail-l > button > img {
  position: relative;
  vertical-align: middle;
  top: -1px;
  margin-right: 4px;
}
.user-show .user-show-detail .user-show-detail-l > .introduce-img {
  width: 346px;
  height: 174px;
  background-color: #333;
  display: block;
  margin-bottom: 20px;
}
.user-show .user-show-detail .user-show-detail-l > h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000028;
  line-height: 22px;
  margin-bottom: 5px;
}
.user-show .user-show-detail .user-show-detail-l > p {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #000028 !important;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: "Siemens Sans Roman", Arial, "Noto Sans SC" !important;
}
.user-show .user-show-detail .user-show-detail-l > dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #000028;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top:8px;
}
.user-show .user-show-detail .user-show-detail-l > dl  p {
  font-size: 14px;
  font-weight: normal;
  color: #000028;
  line-height: 24px;
  position: relative;
  padding-left: 0px;
}
/*.user-show .user-show-detail .user-show-detail-l > dl p::after {
  content: ".";
  position: absolute;
  left: 10px;
  top: -8px;
  font-size: 28px;
}*/
.user-show .user-show-detail .user-show-detail-r {
  float: right;
  width: 300px;
  background: #ECF7F9;
  padding: 23px 30px 40px;
}
.user-show .user-show-detail .user-show-detail-r dl {
  padding-bottom: 18px;
}
.user-show .user-show-detail .user-show-detail-r dl dt {
  font-size: 14px;
  font-weight: 600;
  color: #000028;
  line-height: 20px;
  margin-bottom: 5px;
}
.user-show .user-show-detail .user-show-detail-r dl dd {
  font-size: 13px;
  font-weight: normal;
  color: #000028;
  line-height: 15px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}
.user-show .user-show-detail .user-show-detail-r dl dd::after {
  position: absolute;
  left: -2px;
  top: -8px;
  content: ".";
  height: 15px;
  font-size: 28px;
}
.user-show .user-show-detail .user-show-detail-r .detail-footer > h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000028;
  line-height: 20px;
  margin-bottom: 5px;
}
.user-show .user-show-detail .user-show-detail-r .detail-footer > p {
  font-size: 13px;
  font-weight: normal;
  color: #000028;
  line-height: 15px;
  margin-bottom: 18px;
  list-style: circle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-show .user-show-detail .user-show-detail-r .detail-footer ul > li {
  font-size: 13px;
  font-weight: 400;
  color: #000028;
  line-height: 18px;
  margin-bottom: 8px;
}
.user-show .user-show-detail .user-show-detail-r .detail-footer ul > li > img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 767px) {
    .pc {
    display: none!important;
  }
  .pn {
    display: block!important;
  }
  .content {
    width: 100%;
  }
  .user-show {
    padding: 0rem 0 0.24154589rem;
  }
  .user-show .user-show-ban {
    background: none;
    height: auto;
    padding-top: 0;
  }
    .user-show .user-show-ban .banner {
        position: relative;
    }
  .user-show .user-show-ban .banner > img {
    width: 100%;
  }
    .user-show .user-show-ban .banner .btn-collect {
        position: absolute;
        bottom: 0;
        right: 0.24154589rem;
        z-index: 2;
        width: 2.65700483rem;
        height: 0.72463768rem;
        background: linear-gradient(90deg, #00FFB9 0%, #00E6DC 100%);
        font-size: 0.33816425rem;
        font-weight: 400;
        color: #000028;
        outline: none;
        border: none;
        margin-left:;
    }
    .user-show .user-show-ban .banner .btn-collectSort {
        position: absolute;
        bottom: 0;
        right: 3rem;
        z-index: 2;
        width: 2.65700483rem;
        height: 0.72463768rem;
        background: linear-gradient(90deg, #00FFB9 0%, #00E6DC 100%);
        font-size: 0.33816425rem;
        font-weight: 400;
        color: #000028;
        outline: none;
        border: none;
        margin-left:;
    }
  .user-show .user-show-ban .banner .btn-collect > img {
    width: 0.38647343rem;
    margin-right: 0.09661836rem;
    position: relative;
    vertical-align: middle;
    top: -0.04830918rem;
  }
  .user-show .user-show-ban .content {
    position: relative;
    height: auto;
  }
  .user-show .user-show-ban .user-show-form {
    background: #000028;
    backdrop-filter: blur(1px);
    width: 100%;
    height: auto;
    padding: 0rem 0.24154589rem 0.05rem;
  }
  .user-show .user-show-ban .user-show-form .input-type-box {
    position: relative;
    height: 1.11111111rem;
    margin-bottom: 0.24154589rem;
    box-sizing: border-box;
  }
  .user-show .user-show-ban .user-show-form .input-type-box > img {
    width: 0.62801932rem;
    position: absolute;
    left: 0;
    top: 0.28985507rem;
    z-index: 2;
  }
  .user-show .user-show-ban .user-show-form .input-type-box .input-type {
    width: 100%;
    height: 100%;
    background-color: #EBF7F8;
    border: 0;
    border-bottom: 0.02415459rem solid #fff;
    outline: none;
    color:#000028 ;
    padding-left: 0.77294686rem;
    font-size: 0.38647343rem;
    font-weight: 400;
  
    line-height: 1.11111111rem;
  }
  .user-show .user-show-ban .user-show-form .input-type-btm {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.24154589rem;
  }
  .user-show .user-show-ban .user-show-form .input-type-btm .input-type-btm-select {
    width: 48.5%;
    height: 1.06280193rem;
    background: #00183B;
    box-shadow: inset 0rem 0.04830918rem 0.09661836rem 0rem rgba(0, 0, 40, 0.2);
    border-radius: 0.04830918rem;
    border: 0.02415459rem solid #4C4C68;
    outline: none;
    font-size: 0.33816425rem;
    font-weight: 400;
    color: #B3B3BE;
    line-height: 0.6763285rem;
    padding: 0 0.38647343rem;
  }
    .user-show .user-show-ban .user-show-form .input-type-btm-btn {
        width: 48.5%;
        height: 1.06280193rem;
        background: rgba(0, 204, 204, 0);
        border: 0.02415459rem solid rgba(255, 255, 255, 0.5);
        font-size: 0.38647343rem;
        font-weight: 600;
        color: #FFFFFF;
    }
  .user-show .user-show-ban .user-show-form .input-type-btm-btn > img {
    width: 0.57971014rem;
    margin-right: 0.14492754rem;
    vertical-align: middle;
    position: relative;
    top: -0.02415459rem;
  }
  .user-show .user-show-ban .user-show-form .input-type-btm-btn.search {
    background: #009999;
    color: #000028;
    border: none;
  }
  .user-show .user-show-ban .btns {
    display: none;
  }
  .user-show .user-show-project {
    padding: 0.24154589rem 0 0.24154589rem;
    margin-left: 0.24154589rem;
    width: calc(100% - 20*0.02415459rem);
  }
  .user-show .user-show-project .page-tit {
    font-size: 0.43478261rem;
    font-weight: 600;
    color: #000028;
    line-height: 0.60386473rem;
    padding-top: 0.24154589rem;
  }
  .user-show .user-show-project ul {
    padding: 0;
  }
  .user-show .user-show-project .user-show-list {
    display: block;
    border-bottom: 0.02415459rem solid #DDDDDD;
    padding: 0.36231884rem 0 0.24154589rem;
  }
  .user-show .user-show-project .user-show-list > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.24154589rem;
  }
  .user-show .user-show-project .user-show-list .img {
    width: 2.36714976rem;
    height: 1.37681159rem;
    background-color: #333;
  }
  .user-show .user-show-project .user-show-list .info {
    width: calc(100% - 118*0.02415459rem);
  }
  .user-show .user-show-project .user-show-list .info .tit {
    margin-bottom: 0.24154589rem;
    font-size: 0.43478261rem;
    font-weight: 500;
    color: #009999;
    line-height: 0.60386473rem;
    word-break: break-all;
  }
    .user-show .user-show-project .user-show-list .info .introduce {
        height: 0.96618357rem;
        margin-bottom: 0.33816425rem;
        font-size: 0.33816425rem !important;
        font-weight: 500 !important;
        color: #585858 !important;
        line-height: 0.48309179rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-family: "Siemens Sans Roman", Arial, "Noto Sans SC" !important;
    }
  .user-show .user-show-project .user-show-list .info .belongs {
    font-size: 0.33816425rem;
    font-weight: 500;
    color: #FFB221;
    line-height: 0.57971014rem;
  }
  .user-show .user-show-project .user-show-list .info .belongs img {
    margin-right: 0.14492754rem;
   /* vertical-align: middle;
    position: relative;*/
    top: -0.04830918rem;
    width:0.48rem;
  }
  .user-show .user-show-project .user-show-list .introduce-pn {
    height: 1.23188406rem;
    margin-bottom: 0.5rem;
    font-size: 0.33816425rem;
    font-weight: 500;
    color: #585858;
    line-height: 0.41062802rem;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  .user-show .user-show-project-introduce {
    padding: 0.48309179rem 0 0.24154589rem;
  }
  .user-show .user-show-project-introduce .content {
    display: block;
    padding: 0 0.24154589rem;
  }
  .user-show .user-show-project-introduce .content > img {
    width: 100%;
    min-height: 0.96618357rem;
    background-color: #333;
    display: block;
  }
  .user-show .user-show-project-introduce .content > p {
    width: 100%;
    font-size: 0.33816425rem;
    font-weight: normal;
    color: #000028;
    line-height: 0.57971014rem;
    margin-top: 0.24154589rem;
    word-break: break-word;
  }
  .user-show .user-show-detail {
    padding-top: 0.48309179rem;
  }
  .user-show .user-show-detail .user-show-detail-l {
    margin-left: 0.24154589rem;
    width: calc(100% - 20*0.02415459rem);
    margin-bottom: 0.48309179rem;
    float: none;
  }
  .user-show .user-show-detail .user-show-detail-l > h3 {
    margin-bottom: 0.09661836rem;
    font-size: 0.43478261rem;
    font-weight: 900;
    color: #000028;
    line-height: 0.50724638rem;
  }
  .user-show .user-show-detail .user-show-detail-l > h4 {
    margin-bottom: 0.33816425rem;
    font-size: 0.33816425rem;
    font-weight: normal;
    color: #000028;
    line-height: 0.38647343rem;
  }
  .user-show .user-show-detail .user-show-detail-l > button {
    width: 1.83574879rem;
    height: 0.62801932rem;
    border: 0.02415459rem solid #009999;
    backdrop-filter: blur(0.04830918rem);
    font-size: 0.33816425rem;
    font-weight: 400;
    color: #009999;
    background-color: #fff;
    display: block;
    margin-bottom: 0.48309179rem;
  }
  .user-show .user-show-detail .user-show-detail-l > button > img {
    position: relative;
    vertical-align: middle;
    top: -0.02415459rem;
    margin-right: 0.09661836rem;
  }
  .user-show .user-show-detail .user-show-detail-l > .introduce-img {
    width: 100%;
    min-height: 0.09661836rem;
    background-color: #333;
    display: block;
    margin-bottom: 0.48309179rem;
  }
  .user-show .user-show-detail .user-show-detail-l > h5 {
    font-size: 0.38647343rem;
    font-weight: 600;
    color: #000028;
    line-height: 0.53140097rem;
    margin-bottom: 0.12077295rem;
  }
    .user-show .user-show-detail .user-show-detail-l > p {
        font-size: 0.33816425rem !important;
        font-weight: normal !important;
        color: #000028 !important;
        line-height: 0.57971014rem;
        margin-bottom: 0.52801932rem;
        font-family: "Siemens Sans Roman", Arial, "Noto Sans SC" !important;
    }
  .user-show .user-show-detail .user-show-detail-l > dl dt {
    font-size: 0.38647343rem;
    font-weight: 600;
    color: #000028;
    line-height: 0.53140097rem;
  }
  .user-show .user-show-detail .user-show-detail-l > dl p {
    font-size: 0.33816425rem;
    font-weight: normal;
    color: #000028;
    line-height: 0.57971014rem;
    position: relative;
   /* padding-left: 0.96618357rem;*/
    padding-left: 0rem;
  }
/*  .user-show .user-show-detail .user-show-detail-l > dl p::after {
    content: ".";
    position: absolute;
    left: 0.24154589rem;
    top: -0.19323671rem;
    font-size: 0.6763285rem;
  }*/
  .user-show .user-show-detail .user-show-detail-r {
    float: none;
    margin-left: 0.24154589rem;
    width: calc(100% - 20*0.02415459rem);
    height: auto;
    background: #ECF7F9;
    padding: 0.55555556rem 0.72463768rem 0.96618357rem;
  }
  .user-show .user-show-detail .user-show-detail-r dl {
    padding-bottom: 0.43478261rem;
  }
  .user-show .user-show-detail .user-show-detail-r dl dt {
    font-size: 0.33816425rem;
    font-weight: 600;
    color: #000028;
    line-height: 0.48309179rem;
    margin-bottom: 0.12077295rem;
  }
  .user-show .user-show-detail .user-show-detail-r dl dd {
    font-size: 0.31400966rem;
    font-weight: normal;
    color: #000028;
    line-height: 0.36231884rem;
    margin-bottom: 0.14492754rem;
    position: relative;
    padding-left: 0.33816425rem;
  }
  .user-show .user-show-detail .user-show-detail-r dl dd::after {
    position: absolute;
    left: -0.04830918rem;
    top: -0.19323671rem;
    content: ".";
    height: 0.36231884rem;
    font-size: 0.6763285rem;
  }
  .user-show .user-show-detail .user-show-detail-r .detail-footer > h3 {
    font-size: 0.33816425rem;
    font-weight: 600;
    color: #000028;
    line-height: 0.48309179rem;
    margin-bottom: 0.12077295rem;
  }
  .user-show .user-show-detail .user-show-detail-r .detail-footer > p {
    font-size: 0.31400966rem;
    font-weight: normal;
    color: #000028;
    line-height: 0.36231884rem;
    margin-bottom: 0.43478261rem;
    list-style: circle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .user-show .user-show-detail .user-show-detail-r .detail-footer ul > li {
    font-size: 0.31400966rem;
    font-weight: 400;
    color: #000028;
    line-height: 0.43478261rem;
    margin-bottom: 0.19323671rem;
  }
  .user-show .user-show-detail .user-show-detail-r .detail-footer ul > li > img {
    position: relative;
    top: -0.02415459rem;
    vertical-align: middle;
    margin-right: 0.24154589rem;
  }
}
