.profile {
  width: 100%;
  box-sizing: border-box;
}
.profile .first {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  background-color: #F3F3F3;
}
.profile .first .firstMain {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.profile .first .firstMain .firstCard:hover {
  background-color: #CC3333;
}
.profile .first .firstMain .firstCard:hover .title {
  color: #FFFFFF;
}
.profile .first .firstMain .firstCard:hover .title img {
  filter: brightness(815.5) contrast(1.5) saturate(0);
}
.profile .first .firstMain .firstCard:hover .intro {
  color: #FFFFFF;
}
.profile .first .firstMain .firstCard:hover .line {
  border-bottom: 1px dashed #FFFFFF;
}
.profile .first .firstMain .firstCard:hover .corner {
  filter: brightness(3.5) contrast(0.3) saturate(3);
}
.profile .first .firstMain .firstCard {
  width: 380px;
  height: 173px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 29px 30px 0 25px;
  position: relative;
}
.profile .first .firstMain .firstCard .title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #B3262D;
}
.profile .first .firstMain .firstCard .title img {
  width: 30px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .first .firstMain .firstCard .line {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #C2C2C2;
  margin: 16px auto 0 auto;
}
.profile .first .firstMain .firstCard .intro {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #636363;
  line-height: 28px;
  margin-top: 17px;
}
.profile .first .firstMain .firstCard .corner {
  width: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile .second {
  width: 100%;
  box-sizing: border-box;
  padding: 75px 0 66px 0;
  background-image: url(/statics/images/shanghui/introBg-p.png);
  background-repeat: no-repeat;
  background-size: 100% 62%;
  background-position: bottom;
}
.profile .second .secondMain {
  width: 1200px;
  margin: 0 auto;
}
.profile .second .secondMain .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #B3262D;
}
.profile .second .secondMain .title .iconOne {
  width: 30px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .second .secondMain .title .titleText {
  width: 148px;
}
.profile .second .secondMain .title .iconTwo {
  width: 37px;
  height: 22px;
}
.profile .second .secondMain .imgCard {
  width: 100%;
  position: relative;
  margin-top: 8px;
  display: flex;
  align-items: center;
  height: 417px;
}
.profile .second .secondMain .imgCard .textCard {
  width: 648px;
  min-height: 275px;
  box-shadow: 0 4px 30px 0 #E5E1E1;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 22px 33px 35px 23px;
  position: relative;
  left: 32px;
}
.profile .second .secondMain .imgCard .textCard .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile .second .secondMain .imgCard .textCard .header .name {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  box-sizing: border-box;
  padding: 5px 60px 10px 10px;
  align-items: center;
}
.profile .second .secondMain .imgCard .textCard .header .name .text {
  font-size: 24px;
  font-weight: bold;
  color: #B3262D;
}
.profile .second .secondMain .imgCard .textCard .header .name .guai {
  position: absolute;
  width: 14px;
  left: 0;
  top: 0;
}
.profile .second .secondMain .imgCard .textCard .header .name .gang {
  position: absolute;
  width: 345px;
  bottom: 0;
  left: 0;
}
.profile .second .secondMain .imgCard .textCard .header .pointImg {
  width: 50px;
  height: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .second .secondMain .imgCard .textCard .littleHead {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 350;
  color: #737373;
}
.profile .second .secondMain .imgCard .textCard .text {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
  margin-top: 16px;
  line-height: 32px;
}
.profile .second .secondMain .imgCard .textCard .poiLine {
  width: 100%;
  height: 8px;
  background: #FA9095;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile .second .secondMain .imgCard .textCard .poiLine .sonLine {
  width: 107px;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #B3262D;
  border-radius: 10px;
}
.profile .second .secondMain .imgCard .textCard .damaohao {
  width: 57px;
  height: 57px;
  position: absolute;
  top: -28px;
  right: 187px;
}
.profile .second .secondMain .imgCard .hdra {
  width: 556px;
  height: 100%;
  border-radius: 15px;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .second .secondMain .manyText {
  width: 100%;
  margin-top: 32px;
  line-height: 36px;
  white-space: break-spaces;
}
.profile .third {
  width: 100%;
  box-sizing: border-box;
  padding: 110px 0 60px 0;
  background-color: #FFFFFF;
}
.profile .third .thirdMain {
  width: 1200px;
  margin: 0 auto;
}
.profile .third .thirdMain .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #B3262D;
}
.profile .third .thirdMain .title .iconOne {
  width: 30px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .third .thirdMain .title .titleText {
  width: 148px;
}
.profile .third .thirdMain .title .iconTwo {
  width: 37px;
  height: 22px;
}
.profile .third .thirdMain .card {
  width: 100%;
  height: 300px;
  display: flex;
  gap: 50px;
  margin-top: 45px;
}
.profile .third .thirdMain .card .leftBlock {
  width: 680px;
  height: 300px;
  border-radius: 16px;
  background-image: url(/statics/images/shanghui/thirdBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .third .thirdMain .card .leftBlock .main {
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile .third .thirdMain .card .leftBlock .main .top {
  width: 227px;
}
.profile .third .thirdMain .card .leftBlock .main .top .kccciNb {
  width: 227px;
  height: 58px;
  display: block;
}
.profile .third .thirdMain .card .leftBlock .main .top .kccciEng {
  width: 227px;
  display: block;
}
.profile .third .thirdMain .card .leftBlock .main .textItem {
  font-size: 50px;
  font-weight: 500;
  color: #222222;
  margin-top: 30px;
}
.profile .third .thirdMain .card .leftBlock .main .textItem .warnText {
  color: #B3262D;
}
.profile .third .thirdMain .card .rightBlock {
  width: 100%;
  height: 100%;
}
.profile .third .thirdMain .card .rightBlock .explain-main .titles {
  font-size: 22px;
  color: #BD0C0C;
  font-weight: bold;
  line-height: 30px;
}
.profile .third .thirdMain .card .rightBlock .explain-main .line {
  width: 210px;
  height: 2px;
  background: #D8D8D8;
  position: relative;
  margin: 10px 0 10px;
}
.profile .third .thirdMain .card .rightBlock .explain-main .line .line-red {
  width: 90px;
  height: 2px;
  background: #BD0C0C;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.profile .third .thirdMain .card .rightBlock .explain-main .sub-title {
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  margin-bottom: 10px;
}
.profile .third .thirdMain .card .rightBlock .explain-main .explain {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 34px;
  word-break: break-all;
}
.profile .third .thirdMain .card .rightBlock .block {
  width: 100%;
}
.profile .third .thirdMain .card .rightBlock .block .head {
  width: 100%;
  display: flex;
  height: 34px;
  gap: 14px;
}
.profile .third .thirdMain .card .rightBlock .block .head img {
  height: 34px;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .third .thirdMain .card .rightBlock .block .head .textBlock-p {
  width: 211px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
}
.profile .third .thirdMain .card .rightBlock .block .head .textBlock-p .line {
  width: 100%;
  height: 0;
  border-bottom: 2px solid #D8D8D8;
  position: relative;
}
.profile .third .thirdMain .card .rightBlock .block .head .textBlock-p .line .sortLine {
  width: 91px;
  height: 2px;
  background-color: #BD0C0C;
  position: absolute;
  left: 0;
}
.profile .third .thirdMain .card .rightBlock .block .intro {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 36px;
  margin-top: 19px;
}
.profile .fourth {
  width: 100%;
  box-sizing: border-box;
  padding: 85px 0 60px 0;
  background-color: #FFFFFF;
}
.profile .fourth .title {
  width: 1200px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #B3262D;
  margin: 0 auto;
}
.profile .fourth .title .iconOne {
  width: 30px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .fourth .title .titleText {
  width: 148px;
}
.profile .fourth .title .iconTwo {
  width: 37px;
  height: 22px;
}
.profile .fourth .poiBlock {
  width: 100%;
  padding: 75px 0;
  background-image: url(/statics/images/shanghui/profile-poi-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 70px;
}
.profile .fourth .poiBlock .poiBlockCor {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
}
.profile .fourth .poiBlock .poiBlockCor .poiLeft {
  position: relative;
  width: 240px;
  height: 307px;
  background-image: url(/statics/images/shanghui/profile-back-poi-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .fourth .poiBlock .poiBlockCor .poiLeft img {
  width: 300px;
  position: absolute;
  left: 0;
  top: 51px;
}
.profile .fourth .poiBlock .poiBlockCor .poiLeft .poiIntro {
  white-space: nowrap;
  font-size: 18px;
  color: #3D3D3D;
  position: absolute;
  left: 26px;
  top: 165px;
  letter-spacing: 0.03em;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight {
  display: flex;
  margin-left: 130px;
  flex-grow: 1;
  flex-shrink: 0;
  height: 380px;
  justify-content: space-between;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight .poiRightCard {
  width: 380px;
  height: 380px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 28px;
  color: #B3262D;
  display: flex;
  padding-top: 35px;
  position: relative;
  cursor: pointer;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight .poiRightCard .poiRightCardText {
  font-size: 16px;
  line-height: 30px;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight .poiRightCard .poiRightCardText .poiRightCardTextTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #B3262D;
  margin-bottom: 15px;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight .poiRightCard .poiRightCardImg {
  width: 87px;
  height: 87px;
  position: absolute;
  right: 35px;
  bottom: 31px;
  background-image: url(/statics/images/shanghui/profile-back-poi-3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight .poiRightCard:hover {
  background-color: #B3262D;
  color: #ffffff;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight .poiRightCard:hover .poiRightCardText .poiRightCardTextTitle {
  border-bottom: 1px solid #fff;
}
.profile .fourth .poiBlock .poiBlockCor .poiRight .poiRightCard:hover .poiRightCardImg {
  filter: brightness(815.5) contrast(1.5) saturate(0);
}
.profile .fourth .fourthMain {
  width: 1200px;
  margin: 0 auto;
}
.profile .fourth .fourthMain .main {
  width: 100%;
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.profile .fourth .fourthMain .main .infoClock {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.profile .fourth .fourthMain .main .infoClock .leftYear {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem {
  width: 667px;
  display: flex;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .infoBlock {
  width: 476px;
  box-sizing: border-box;
  padding: 28px 25px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .infoBlock .tiaoBlock {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 20px;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .infoBlock .tiaoBlock .redPoint {
  width: 10px;
  height: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #B3262D;
  align-self: baseline;
  border-radius: 50%;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .infoBlock .tiaoBlock .textImg {
  width: 100%;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .infoBlock .tiaoBlock .textImg .textItem {
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 30px;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .infoBlock .tiaoBlock .textImg img {
  width: 300px;
  margin-top: 20px;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .infoBlock .tiaoBlock:last-child {
  margin-bottom: 0;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .yearCard {
  width: 180px;
  height: 58px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .yearCard img {
  width: 37px;
  height: 22px;
}
.profile .fourth .fourthMain .main .infoClock .leftYear .blockItem .yearCard .yearCount {
  width: 133px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B3262D;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 6px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  top: -50px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem {
  width: 667px;
  gap: 10px;
  display: flex;
  margin: 0 0 0 auto;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .infoBlock {
  width: 476px;
  box-sizing: border-box;
  padding: 28px 25px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .infoBlock .tiaoBlock {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 20px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .infoBlock .tiaoBlock .redPoint {
  width: 10px;
  height: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #B3262D;
  align-self: baseline;
  border-radius: 50%;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .infoBlock .tiaoBlock .textImg {
  width: 100%;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .infoBlock .tiaoBlock .textImg .textItem {
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 30px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .infoBlock .tiaoBlock .textImg img {
  width: 300px;
  height: 200px;
  margin-top: 20px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .infoBlock .tiaoBlock:last-child {
  margin-bottom: 0;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .yearCard {
  width: 180px;
  height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .yearCard img {
  width: 37px;
  height: 22px;
}
.profile .fourth .fourthMain .main .infoClock .rightYear .blockItem .yearCard .yearCount {
  width: 133px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B3262D;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 6px;
}
.profile .fourth .fourthMain .main .infoClock .yearLine {
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  border-right: 2px dashed #B3262D;
}
.profile .fourth .fourthMain .main:after {
  display: none;
}
.profile .fourth .fourthMain .lookMoreBlock {
  width: 100%;
  height: 38px;
  margin-top: 30px;
  display: flex;
  justify-content: right;
}
.profile .fourth .fourthMain .lookMoreBlock .lookMore {
  width: 120px;
  height: 100%;
  background: #B3262D;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.profile .fourth .fourthMain .lookMoreBlock .lookMore img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
}
.profile .fourth .poiBlockTwo {
  width: 100%;
  padding: 75px 0;
  background-image: url(/statics/images/shanghui/profile-poi-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 70px;
}
.profile .fourth .poiBlockTwo .poiBlockCor {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiLeft {
  position: relative;
  width: 380px;
  height: 187px;
  background-image: url(/statics/images/shanghui/profile-back-poi-10.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiLeft img {
  width: 300px;
  position: absolute;
  left: 40px;
  top: -16px;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiLeft .poiIntro {
  white-space: nowrap;
  font-size: 18px;
  color: #3D3D3D;
  position: absolute;
  left: 26px;
  top: 165px;
  letter-spacing: 0.03em;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight {
  display: flex;
  margin-left: 34px;
  flex-grow: 1;
  flex-shrink: 0;
  height: 380px;
  justify-content: space-between;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight .poiRightCard {
  width: 380px;
  height: 380px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 28px;
  color: #B3262D;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight .poiRightCard .poiRightCardText {
  font-size: 16px;
  line-height: 30px;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight .poiRightCard .poiRightCardText .poiRightCardTextTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #B3262D;
  margin-bottom: 15px;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight .poiRightCard .poiRightCardImg {
  width: 87px;
  height: 87px;
  position: absolute;
  right: 35px;
  bottom: 31px;
  background-image: url(/statics/images/shanghui/profile-back-poi-11.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight .poiRightCard:hover {
  background-color: #B3262D;
  color: #ffffff;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight .poiRightCard:hover .poiRightCardText .poiRightCardTextTitle {
  border-bottom: 1px solid #fff;
}
.profile .fourth .poiBlockTwo .poiBlockCor .poiRight .poiRightCard:hover .poiRightCardImg {
  filter: brightness(815.5) contrast(1.5) saturate(0);
}
.profile .fourth .future {
  width: 100%;
  padding: 70px 0;
}
.profile .fourth .future .futureCor {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 586px;
}
.profile .fourth .future .futureCor .futureCorOne {
  width: 372px;
  height: 100%;
  border-radius: 16px;
  background-image: url(/statics/images/shanghui/profile-back-poi-5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
  padding: 84px 50px 0 50px;
}
.profile .fourth .future .futureCor .futureCorOne img {
  width: 272px;
  height: 97px;
  display: block;
  margin: 0 auto 70px auto;
}
.profile .fourth .future .futureCor .futureCorOne .futureCorOneText {
  font-size: 16px;
  line-height: 40px;
  color: #3D3D3D;
}
.profile .fourth .future .futureCor .futureCorTwo {
  width: 372px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard {
  width: 100%;
  height: 273px;
  background-color: #F0F0F0;
  position: relative;
  box-sizing: border-box;
  padding: 28px 22px;
  cursor: pointer;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard .futureCorTwoCardTitle {
  width: 280px;
  font-size: 26px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 12px;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard .futureCorTwoCardText {
  font-size: 18px;
  font-weight: 350;
  line-height: 34px;
  color: #3D3D3D;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard .count {
  position: absolute;
  right: 22px;
  top: 15px;
  font-size: 38px;
  font-weight: bold;
  color: #B3262D;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard .point {
  width: 62px;
  height: 12px;
  background-image: url(/statics/images/shanghui/profile-back-poi-7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 22px;
  bottom: 28px;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard:hover {
  background-color: #B3262D;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard:hover .futureCorTwoCardTitle {
  color: #fff;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard:hover .futureCorTwoCardText {
  color: #fff;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard:hover .count {
  color: #fff;
}
.profile .fourth .future .futureCor .futureCorTwo .futureCorTwoCard:hover .point {
  filter: brightness(815.5) contrast(1.5) saturate(0);
}
.profile .fourth .end {
  width: 100%;
  margin-top: 40px;
}
.profile .fourth .end .endCor {
  width: 1200px;
  height: 360px;
  position: relative;
  margin: 0 auto;
  background-image: url(/statics/images/shanghui/profile-back-poi-8.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.profile .fourth .end .endCor .endCorHead {
  position: absolute;
  width: 193px;
  height: 90px;
  left: 50%;
  top: 26px;
  transform: translateX(-50%);
}
.profile .fourth .end .endCor .endCorText {
  position: absolute;
  width: 1130px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  color: #3D3D3D;
  left: 50%;
  bottom: 51px;
  transform: translateX(-50%);
}
.mt42 {
  margin-top: 30px;
}
.ell-7 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
/*# sourceMappingURL=profile.css.map */