body {
  min-height: 100vh;
  background: #fff;
  padding-bottom: 100px;
  position: relative;
}

.centerReturn {
  position: absolute;
  left: 30px;
  top: 54px;
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
}
.centerReturn img {
  margin-right: 17px;
}
.centerReturn span {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.centerBanner {
  font-size: 0;
}

.centerBlock {
  background: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: -88px;
  position: relative;
  z-index: 1;
}
.centerBlock .top {
  padding: 0 40px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 69px;
  border-bottom: 14px solid #f0f3f6;
}
.centerBlock .top .img {
  margin-top: -46px;
  margin-right: 46px;
  width: 196px;
  height: 196px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
.centerBlock .top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.centerBlock .top .text p {
  font-size: 36px;
  color: #2c2d2e;
}
.centerBlock .top .text .time {
  color: #848895;
  font-size: 22px;
  margin-top: 15px;
}
.centerBlock .content .list {
  padding: 0 28px 0 36px;
  display: flex;
  justify-content: space-between;
}
.centerBlock .content .list .left {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 122px;
}
.centerBlock .content .list .right {
  width: calc(100% - 75px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f2f3;
}
.centerBlock .content .list .right .tit {
  font-size: 30px;
  color: #2c2d2e;
}

.footerInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 34px;
  color: rgba(132, 136, 149, 0.7);
  position: absolute;
  bottom: 40px;
  width: 750px;
}
.footerInfo a {
  color: rgba(132, 136, 149, 0.7);
  margin-left: 5px;
}

.userHeader {
  position: relative;
  width: 750px;
  height: 86px;
  background-image: linear-gradient(90deg, #48b4fc 0%, #6cc3fe 100%), linear-gradient(#5072ef, #5072ef);
  background-blend-mode: normal, normal;
  padding: 0 40px;
}
.userHeader .userReturn {
  font-size: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.userHeader .userTit {
  position: absolute;
  left: 50%;
  height: 86px;
  transform: translateX(-50%);
  font-size: 32px;
  color: #fff;
  top: 0;
  line-height: 86px;
}

.infoBlock {
  padding: 0 40px;
  padding-bottom: 80px;
}
.infoBlock .faceImg {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 97px;
  border-bottom: 2px solid #f0f2f3;
}
.infoBlock .faceImg .clipRow2 #view {
  background: #fff !important;
}
.infoBlock .faceImg .center .img {
  font-size: 0;
}
.infoBlock .faceImg .center p {
  text-align: center;
  font-size: 28px;
  color: #2c2d2e;
  margin-top: 38px;
}
.infoBlock #info {
  padding: 0 20px;
  padding-top: 4px;
}
.infoBlock #info .list {
  margin-top: 50px;
}
.infoBlock #info .list p {
  font-size: 30px;
  color: #2c2d2e;
}
.infoBlock #info .list input {
  width: 630px;
  height: 86px;
  background-color: #f6f6f7;
  border-radius: 24px;
  border: 0;
  font-size: 28px;
  color: #848895;
  padding: 0 26px;
  margin-top: 21px;
}
.infoBlock #info .list #date, .infoBlock #info .list #address {
  background: #f6f6f7 url(../images/centerIcoDown.png) no-repeat right 30px center;
}
.infoBlock #info .submit {
  background-image: linear-gradient(90deg, #48b4fc 0%, #6cc3fe 100%), linear-gradient(#5072ef, #5072ef);
  background-blend-mode: normal, normal;
  box-shadow: 0px 10px 20px 0px rgba(72, 180, 252, 0.3);
  border-radius: 24px;
  width: 100%;
  line-height: 86px;
  font-size: 32px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 72px;
}

.collectBlock .tab {
  border-bottom: 14px solid #f0f3f6;
}
.collectBlock .tab ul {
  width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.collectBlock .tab ul li a {
  display: block;
  font-size: 28px;
  color: #848895;
  line-height: 90px;
}
.collectBlock .tab ul li.on a {
  font-size: 30px;
  color: #2c2d2e;
  background: url(../images/tabNavImg.png) no-repeat bottom 15px center;
}
.collectBlock .content .list {
  display: flex;
  padding: 38px 0;
  margin: 0 60px;
  justify-content: space-between;
  border-bottom: 1px solid #f0f2f3;
}
.collectBlock .content .list .right {
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.collectBlock .content .list .right .tit {
  font-size: 32px;
  color: #2c2d2e;
  line-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: -4px;
}
.collectBlock .content .list .right .info {
  display: flex;
}
.collectBlock .content .list .right .info span {
  font-size: 22px;
  color: #848895;
  margin-right: 16px;
  line-height: 25px;
}
.collectBlock .content .list .img {
  font-size: 0;
}
.collectBlock .content .list .img img {
  border-radius: 24px;
}
.collectBlock .content .list:last-child {
  border-bottom: 0;
}
.collectBlock .moveBtn {
  background-color: #f6f6f7;
  color: #48b4fc;
  margin-top: 40px;
  margin-bottom: 0;
}
.collectBlock .moveTips {
  margin-bottom: 0;
  margin-top: 40px;
}

.optionBlock {
  border-top: 14px solid #f0f3f6;
}
.optionBlock .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
  border-bottom: 2px solid #f0f2f3;
}
.optionBlock .list .left {
  font-size: 30px;
  color: #2c2d2e;
  line-height: 120px;
}
.optionBlock .list a {
  font-size: 26px;
  color: #48b4fc;
  display: flex;
  align-items: center;
  line-height: 120px;
}
.optionBlock .list a img {
  margin-left: 18px;
}
.optionBlock .secede {
  width: 690px;
  line-height: 86px;
  text-align: center;
  background-color: #f6f6f7;
  border-radius: 24px;
  font-size: 30px;
  color: #48b4fc;
  display: block;
  margin: 0 auto;
  margin-top: 160px;
}

.centerTelBlock {
  border-top: 14px solid #f0f3f6;
}
.centerTelBlock form {
  padding-top: 24px;
}
.centerTelBlock form p {
  margin: 0 auto;
  width: 630px;
  position: relative;
  margin-top: 30px;
}
.centerTelBlock form p a {
  position: absolute;
  right: 25px;
  font-size: 28px;
  color: #48b4fc;
  opacity: 0.7;
  line-height: 86px;
}
.centerTelBlock form p input {
  width: 100%;
  height: 86px;
  background-color: #f6f6f7;
  border-radius: 24px;
  border: 0;
  font-size: 28px;
  color: #848895;
  padding: 0 25px;
}
.centerTelBlock form p input::-moz-placeholder {
  color: rgba(132, 136, 149, 0.7);
}
.centerTelBlock form p input:-ms-input-placeholder {
  color: rgba(132, 136, 149, 0.7);
}
.centerTelBlock form p input::placeholder {
  color: rgba(132, 136, 149, 0.7);
}
.centerTelBlock form .submit {
  width: 630px;
  background-image: linear-gradient(90deg, #48b4fc 0%, #6cc3fe 100%), linear-gradient(#f6f6f7, #f6f6f7);
  background-blend-mode: normal, normal;
  box-shadow: 0px 10px 20px 0px rgba(72, 180, 252, 0.3);
  border-radius: 24px;
  font-size: 32px;
  line-height: 86px;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 72px;
  text-align: center;
}/*# sourceMappingURL=center.css.map */