* {
  margin: 0;
  padding: 0;
}
body {
 align-items: center; /* 居中对齐 */
  background-color: #f5f5f5;
transform: scale(1.42); /* 放大1.42倍 */
    transform-origin: 0 0;
}
.app {
  width: 60%;
	max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  color: #e28175;
  font-size: 12px;
}
.app .top {
  margin-top: 30px;
  margin-bottom: 20px;
}
.app .top div {
  margin: 10px;
  display: flex;
  align-items: center;
}
.app .top div img {
  width: 20px;
  margin-right: 5px;
}
.app .content {
  margin: 20px 0;
  width: 100%;
  height: 280px;
  background-color: #f0f0f0;
}
.app .content .avatar {
  width: 200px;
  height: 200px;
  position: relative;
  right: -220px;
  top: -140px;
}
.app .content .main {
  font-size: 8px;
  font-weight: none;
  text-align: left;
  color: #e28175;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.app .content .main:hover .box {
  display: block;
}
.app .content .main .box {
  padding: 3px;
  width: 120px;
  background-color: #aba1a3;
  position: absolute;
  border-radius: 10px;
  color: #fff;
  display: none;
  transition: all 0.5s;
  z-index: 999;
}
.app .content .main img {
  width: 10px;
  height: 10px;
  margin-right: 1px;
}
.app .content .item1 {
  font-weight: bold;
  font-size: 45px;
  position: relative;
  top: -120px;
  left: 70px;
  text-align: center;
  color: #000;
  letter-spacing: 3px;
  display: flex;
}
.app .content .item2 {
  font-weight: bold;
  font-size: 45px;
  position: relative;
  top: -120px;
  left: -25px;
  text-align: center;
  color: #000;
  letter-spacing: 3px;
}
.app .content .item3 {
  font-weight: bold;
  position: relative;
  top: -115px;
  letter-spacing: 3px;
  left: -40px;
  text-align: center;
}
.app .bottom1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.app .bottom1 .left {
  width: 60%;
}
.app .bottom1 .left .leftBottom {
  display: flex;
  text-align: center;
  position: relative;
  left: -5px;
}
.app .bottom1 .left .leftBottom .item {
  margin: 0 5px;
}
.app .bottom1 .left .leftBottom .item:hover .box {
  display: block;
}
.app .bottom1 .left .leftBottom .item .box {
  padding: 5px;
  width: 120px;
  height: 140px;
  background-color: #aba1a3;
  position: absolute;
  border-radius: 10px;
  color: #fff;
  display: none;
  transition: all 0.5s;
}
.app .bottom1 .left .leftBottom .item img {
  width: 15px;
  height: 15px;
}
.app .bottom1 .right .jin {
  color: #d9d9d9;
}
.app .bottom1 .right .jin .jun {
  width: 200px;
  height: 5px;
  background-color: #d9d9d9;
  position: relative;
}
.app .bottom1 .right .jin .jun:hover .top {
  width: 100% !important;
}
.app .bottom1 .right .jin .jun .top {
  height: 100%;
  position: absolute;
  top: -30px;
  background-color: #e16b5c;
  transition: all 0.3s ease-in-out;
}
.app .bottom2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.app .bottom2 .bottom2-left .item:hover .box {
  display: block;
}
.app .bottom2 .bottom2-left .item .box {
  position: relative;
  top: 430px;
  padding: 3px;
  width: 120px;
  background-color: #aba1a3;
  border-radius: 10px;
  color: #fff;
  display: none;
  transition: all 0.5s;
}
.app .bottom2 .bottom2-left .item .title {
  margin: 6px 0;
}
.app .bottom2 .bottom2-left .item .content {
  margin: 5px auto;
  height: auto;
  color: #787676;
  background-color: #fff;
  font-size: 9px;
}
.app .bottom2 .bottom2-right {
  margin-top: 10px;
}
.app .bottom2 .bottom2-right .jin {
  color: #d9d9d9;
  margin: 5px 0;
}
.app .bottom2 .bottom2-right .jin .jun {
  width: 200px;
  height: 5px;
  background-color: #d9d9d9;
  position: relative;
}
.app .bottom2 .bottom2-right .jin .jun:hover .top {
  width: 100% !important;
}
.app .bottom2 .bottom2-right .jin .jun .top {
  height: 100%;
  position: absolute;
  top: -30px;
  background-color: #e16b5c;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
