


.container{
  width: 1440px;
   position: relative;
}
.person_center_wrap{
  width: 100%;
  height: 430px;
}
.info_bar{
  background: transparent;
  height: 220px;
  width:100%;
  margin-top: 100px;
  color: #fff;
}
.info_bar .info_bar_profile{
  display: flex;
  align-items: center;
  height: 100%;
}

.info_bar_photo_img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
}
.info_bar_photo_img::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent;
  top: 0;
  left: 0;
}

.info_bar_photo_img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: linear-gradient(318deg, rgba(252, 83, 48, 1), rgba(81, 76, 255, 1)) ;
  
}
.info_bar_photo img{
  width: 92px;
  height: 92px;
  border-radius: 50px;
  position: absolute;
  top: 4px;
  left: 4px;

}
.info_bar_nick{
  display: flex;
  flex-direction: column;
  margin-left: 26px;
}
.info_bar_nickname{
  display: flex;
  align-items: center;
}
.info_bar_nickname span{
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF; 
}
.info_bar_nickname .iconnv{
  font-size: 22px;
  color: #E342F5; 
  margin-left: 16px;
}
.info_bar_nickname .iconnan1{
  font-size: 22px;
  color: rgb(49, 87, 255); 
  margin-left: 16px;
}
.info_bar_nickname .name_5{
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-top: 5px;
}
.info_bar_signIn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 21px;
  padding: 7px 12px;
  /* width: 72px; */
  /* height: 28px; */
  background: linear-gradient(90deg, #FFA057 0%, #FC5330 100%);
  border-radius: 14px;
  color:#fff;
  cursor: pointer;
}
.info_bar_signIn i{
  font-size: 15px;
}
.info_bar_signIn span{
  font-size: 15px;
  font-weight: 400;
  margin-left: 4px;
}
.info_bar_nickname .signIntips{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC5330;
  margin-left: 13px;
  display: none;
}
.info_bar_sign{
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BFBFBF;
}

.info_bar_detail{
  height: 100%;
  width:100%;
  margin-top: 100px;
  color:#fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.info_bar_item{
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
.info_bar_num{
  font-size: 32px;
  font-family: DINCond-Bold, DINCond;
  font-weight: bold;
}
.info_bar_name{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BFBFBF;
  margin-top: 12px;
}
.person_center{
  width: 100%;
  min-height: 650px;
  background: #FAFAFA;
  border-radius: 8px;
  display: flex;
  /* overflow: hidden; */
}
.nav_container{
  /* width: 14%; */
  width: 198px !important;
  background: rgba(13, 63, 103, 0.04);
}
.account_ul li{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  height: 60px;
  line-height: 60px;
  margin-top: 12px;
  text-align: center;
  cursor: pointer;
  /* margin-left: 43px;
  margin-top: 12px; */
}
.account_ul li:hover{
  font-weight: 600;
  cursor: pointer;
}
.account_ul .sel{
  background:#fff;
  border-left: 4px solid #FC5330;
  font-weight: 600;
}
.nav_detail{
  /* flex:1; */
  width: calc(100% - 198px);
  background: #FAFAFA;
  border-radius: 8px;
}

.contact_kefu{
  position: sticky;
  top: 150px;
  /* left: 29px; */
  background: #FC5330;
  color: #fff;
  margin-left: 12%;
  margin-top: 145px;
    
}
.contact_kefu i{
  margin-right: 8px;
}

#kefu_box{
  display: none;
}

#kefu_box .content{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 49px;
  justify-content: space-between;
}
#kefu_box .content .left{
  display: flex;
  flex-direction: column;
  /* margin-right: 115px; */
}
#kefu_box .content .left .top_area{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
}
#kefu_box .content .left .top_area img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 43px;
  margin-top: -80px;
}
#kefu_box .content .left .number{
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  margin-bottom: 15px;
  margin-top: 15px;
}
#kefu_box .content .left .time{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  margin-bottom: 8px;
}
#kefu_box .content .right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 64px;
  margin-right: 64px;
}
#kefu_box .content .right img{
  width: 107px;
  height: 107px;
}