/* body {
  font-size: 20px;
  color: #333;
} */
.container {
  width: 75rem;
  margin: 2.5rem 2.5rem 0;
  padding: 2.5rem 0 !important;
  margin-top: -4.5rem !important;
}

.title {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  font-size: 2.25rem;
  color: #333;
  text-align: center;
}

.basic-info,
.contact-info {
  border: 1px solid #dadce0;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.imgBox{
  width: 5.25rem !important;
  height: 5.25rem !important;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  background-color: #aac4f3;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 5.25rem;
  cursor: pointer;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.basic-info li,
.contact-info li {
  padding:1.125rem 1.5rem;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadce0;
}

.basic-info li:first-child,
.contact-info li:first-child {
  background-color: #f7f7f7;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.25rem;
  color: #333;
  font-family: Arial-Bold, Arial;
  padding: 1.5rem;
}

.basic-info li:last-child,
.contact-info li:last-child {
  border-bottom: 0;
}

.basic-info ul li:nth-child(2) {
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
}

.basic-info li div:first-child,
.contact-info li div:first-child {
  color: #666;
  width: 16.375rem;
  font-size: 1.037rem;
}

.user-img {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
}
.right-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:1.037rem;
  cursor: pointer;
}

.right-content img {
  width: 1rem;
  height: 1rem;
}

.card-box {
  width: 75rem;
  font-size: 1.25rem;
  display: flex;
}

.card-box > div:first-child {
  margin-right: 1.25rem;
}

.card-item {
  width: calc((100% - 1.25rem) / 2);
  border: 1px solid #dadce0;
  border-radius: 0.5rem;
  box-shadow: 0 0px 0.04px 0 rgba(0, 0, 0, 0.07);
}

.card-item li {
  word-break: break-all;
}

.content-area {
  box-sizing: border-box;
  padding: 1.75rem 1.5rem;
  color: #666;
  font-size:1.125rem;
  height: 13.5625rem;
}

.card-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: Arial-Bold, Arial;
  margin-bottom:1.125rem;
}

.caed-item-2 {
  display: flex;
  justify-content: space-between;
}

.caed-item-2 span:first-child {
  display: inline-block;
  margin-right: 1.75rem;
  font-size:0.88rem;
}
.caed-item-2>div{
  display: flex;
  align-items: center;
}

.caed-item-2 span:last-child {
  font-size: 1.037rem;
  color: #333;
  padding-top:0.7rem ;
}
#nickname_card{
  padding: 0 !important;
}

.caed-item-3 {
  font-size: 0.875rem;
}

.content-area img {
  width:6.125rem;
  height:6.125rem;
}

.btn-box {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #e60039;
  font-size: 1rem;
  font-weight: 400;
}

.btn-box img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.user-img-box {
  position: relative;
  width: 5.25rem;
}
.photo-img {
  position: absolute;
  bottom: 0.5rem;
  right: 1.75rem;
  width: 1.875rem;
  height: 1.875rem;
}
/* pc端 */
@media screen and (min-width:1080px) {
.container {
  width: 75rem;
  margin: 2.5rem 2.5rem 0;
  padding: 2.5rem 0 !important;
  margin-top: -4.5rem !important;
}

.title {
  margin-top: 4.75rem;
  margin-bottom: 2.75rem;
  font-size: 2.25rem;
  color: #333;
  text-align: center;
}

.basic-info,
.contact-info {
  border: 1px solid #dadce0;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.imgBox{
  width: 5.25rem !important;
  height: 5.25rem !important;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  background-color: #aac4f3;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 5.25rem;
  cursor: pointer;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.basic-info li,
.contact-info li {
  padding:1.125rem 1.5rem;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadce0;
}

.basic-info li:first-child,
.contact-info li:first-child {
  background-color: #f7f7f7;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.25rem;
  color: #333;
  font-family: Arial-Bold, Arial;
  padding: 1.5rem;
}

.basic-info li:last-child,
.contact-info li:last-child {
  border-bottom: 0;
}

.basic-info ul li:nth-child(2) {
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
}

.basic-info li div:first-child,
.contact-info li div:first-child {
  color: #666;
  width: 16.375rem;
  font-size: 1.037rem;
}

.user-img {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
}
.right-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:0.88rem;
  cursor: pointer;
}

.right-content img {
  width: 1rem;
  height: 1rem;
}

.card-box {
  width: 75rem;
  font-size: 1.25rem;
  display: flex;
}

.card-box > div:first-child {
  margin-right: 1.25rem;
}

.card-item {
  width: calc((100% - 1.25rem) / 2);
  border: 1px solid #dadce0;
  border-radius: 0.5rem;
  box-shadow: 0 0px 0.04px 0 rgba(0, 0, 0, 0.07);
}

.card-item li {
  word-break: break-all;
}

.content-area {
  box-sizing: border-box;
  padding: 1.75rem 1.5rem;
  color: #666;
  font-size:1.125rem;
  height: 13.5625rem;
}

.card-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: Arial-Bold, Arial;
  margin-bottom:1.125rem;
}

.caed-item-2 {
  display: flex;
  justify-content: space-between;
}

.caed-item-2 span:first-child {
  display: inline-block;
  margin-right: 1.75rem;
  font-size:0.88rem;
}
.caed-item-2>div{
  display: flex;
  align-items: center;
}

.caed-item-2 span:last-child {
  font-size: 1.037rem;
  color: #333;
  padding-top:0.7rem ;
}
#nickname_card{
  padding: 0 !important;
}

.caed-item-3 {
  font-size: 0.875rem;
}

.content-area img {
  width:6.125rem;
  height:6.125rem;
}

.btn-box {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #e60039;
  font-size: 1rem;
  font-weight: 400;
}

.btn-box img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.user-img-box {
  position: relative;
  width: 5.25rem;
}
.photo-img {
  position: absolute;
  bottom: 0.5rem;
  right: 1.75rem;
  width: 1.875rem;
  height: 1.875rem;
}
}
/* app端 */
@media screen and (max-width:1080px) {
.container {
  width: 106rem !important;
  margin: 6.375rem 3.1875rem 0;
  padding: 2.5rem 0 !important;
  margin-top: -4.5rem !important;
}

.title {
  margin-top: 10.375rem;
  margin-bottom: 7.6875rem;
  font-size: 5.75rem;
  color: #202124;
  text-align: center;
}

.basic-info,
.contact-info {
  border: .3125rem solid #dadce0;
  border-radius: 2.5625rem 2.5625rem 2.5625rem  2.5625rem ;
  margin-bottom: 2rem;
}
.basic-info{
margin-bottom: 7.6875rem;
}
.imgBox{
  width: 19.1875rem !important;
  height:19.1875rem !important;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  background-color: #aac4f3;
  color: #fff !important;
  font-size: 28px !important;
  line-height:19.1875rem;
  cursor: pointer;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.basic-info li,
.contact-info li {
  padding:6.375rem  3.1875rem;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadce0;
}

.basic-info li:first-child,
.contact-info li:first-child {
  /* background-color: white; */
background-color: transparent;
  border-radius: 2.5625rem  2.5625rem 0 0;
  font-size: 5.125rem;
  color: #202124;
 padding:6.375rem  3.1875rem;
}

.basic-info li:last-child,
.contact-info li:last-child {
  border-bottom: 0;
}

.basic-info ul li:nth-child(2) {
  justify-content: space-between;
padding: 5rem  17.1875rem 5rem  3.5rem
 /* padding:2.375rem  3.1875rem; */
}

.basic-info li div:first-child {
color: #5F6368;
     width: 46.375rem ;
    font-size: 4.4375rem;
}
.contact-info li div:first-child{
color: #5F6368;
    font-size: 4.4375rem;
    width: 46.375rem ;
}
.user-img {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
}
.right-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:4.5rem;
  cursor: pointer;
}

.right-content img {
  width: 6.375rem;
  height: 5.25rem;
}

.card-box {
  width: 75rem;
  font-size: 1.25rem;
  display: flex;
flex-direction: column;
}
.card-box div:nth-child(2){
height: 53.2rem !important;
}
.card-box div:nth-child(2) .content-area {
    padding: 5.375rem 3.1875rem 33rem 5rem !important;
}
.card-box div:nth-child(2) .card-item{
margin-bottom:3.6875rem !important;
    margin-top: 1.6875rem !important;
}

.card-box > div:first-child {
  margin-right: 1.25rem;
  
}

.card-item {
width: 105.625rem;
height: 64.5rem;
    border: 1px solid #dadce0;
    border-radius: 2.5625rem;
    box-shadow: 0 0px 0.04px 0 rgb(0 0 0 / 7%);
    margin-bottom:2.25rem;
margin-top: 7.6875rem;
}

.card-item li {
  word-break: break-all;
    line-height: 10.25rem;
    
}


.content-area {
    box-sizing: border-box;
    padding: 5.375rem 3.1875rem 45rem 5rem;
    color: #202124;
    font-size: 5.125rem;
    height: 20rem;
}


.card-title {
  color: #202124;
  font-size: 5.125rem;
  margin-bottom:1.125rem;
  font-weight: 400 !important;
}

.caed-item-2 {
  display: flex;
  justify-content: space-between;
}

.caed-item-2 span:first-child {
  display: inline-block;
  margin-right: 1.75rem;
    font-size:4.5rem;
}
.caed-item-2>div{
  display: flex;
  align-items: center;
}

.caed-item-2 span:last-child {
  font-size:4.5rem;
  color: #333;
  padding-top:0.7rem ;
}
#nickname_card{
  padding: 0 !important;
}

.caed-item-3 {
  font-size: 3.8125rem;
color: #5F6368;
}

.content-area img {
  width:19.1875rem;
  height:19.1875rem;
}

.btn-box {
  height: 13rem;
  line-height: 13rem;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #e60039;
  font-size:4.5rem;
  font-weight: 400;
}

.btn-box img {
  width:7.625rem;
  height:7.625rem;
  margin-left:1.625rem;
  vertical-align: middle;
}

.user-img-box {
  position: relative;
  width: 5.25rem;
}
.photo-img {
  position: absolute;
  bottom: 0.5rem;
  right: 1.75rem;
  width: 1.875rem;
  height: 1.875rem;
}
}