* {margin: 0;padding: 0;font-family: Microsoft YaHei;text-decoration: none;}
body{background: #F6F6F6;}
/* 个人中心 */
/* 提问 */
.container{height: 70px;width: 1200px;margin: 0 auto;position: relative;}
.parent {width: 400px;right: 100px;position:absolute;}
.search {
    width: 385px;
    height: 34px;
    border-radius: 18px;
    margin-top: 15px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 20px;
    position: absolute;
}
.location a {
    margin-right: 5px;
}
.btn {
    height: 35px;
    width: 35px;
    position: absolute;
    background: url(/Public/Home/images/people_img/sousuo.png)no-repeat;
    top: 24px;
    left: 350px;
    border: none;
    outline: none;
    cursor: pointer;
}
.questions{
    width: 69px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF4848;
    border-radius: 17px;
    position: absolute;
    top: 15px;
    right: 0px;
}

/* 当前位置 */
.location{
    width: 1200px;
    margin:0 auto;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
}
.location img{
    width: 15px;
    height: 13px;
    margin-top: 8px;
    margin-right: 10px;
}
.location a{
    color: #333333;
}
/* 个人简介 */
.content{
    width: 1200px;
    margin:0 auto;
    margin-top:28px;
}
.content_top{
    width: 1200px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 5px 5px 25px 4px rgba(225, 225, 225, 0.18);
    border-radius: 4px;
}
.content_top{
    position: relative;
}
.content_top_rt2,.content_top_rt3{
    display: flex;
    margin-top: 10px;
}
.content_top_rt2 p,.content_top_rt3 p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.content_top_rt3 p{
    letter-spacing: 2px;
}
.content_top_rt2{
    margin-top:25px;
}
.content_top_rt1{
    width: 40%;
    position: relative;
    display: flex;
}
.top_rt1_name {
    padding-top: 20px;
}
.content_top_rt1 p{
    font-size: 23px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    display:flex;
}
.content_top_rt1 img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.content_top_img{
    position: absolute;
    top:-50px;
    left:30px;
}
.content_top_right{
    margin-left: 250px;
    margin-top: 20px;
}
.content_top_rt2 img,.content_top_rt3 img{
    margin-right:10px;
}
.content_top_rb{
    width: 133px;
    height: 38px;
    display: block;
    text-align: center;
    border: 1px solid #FF4848;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FF4848;
    line-height: 38px;
    letter-spacing: 2px;
    position: absolute;
    right: 30px;
    bottom: 26px;
}

/* 我的提问、我的回答、我的收藏 */
.plate{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top:20px;
    margin-bottom: 50px;
}
.plate_left{
    width: 764px;
    word-break: break-all;
    /* height: 329px; */
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 5px 5px 25px 4px rgba(225, 225, 225, 0.18);
    border-radius: 4px;
}
.plate_right{
    width: 376px;
    background: #FFFFFF;
    box-shadow: 5px 5px 25px 4px rgba(225, 225, 225, 0.18);
    border-radius: 4px;
    margin-left:20px;
    padding-bottom: 20px;
}
.right_top{
    width: 342px;
    margin:0 auto;
    margin-top:20px;
    height: 129px;
    background: #F8F9FA;
    border-radius: 4px;
    display: flex;
}
.right_top_left{
    width: 50%;
    text-align: center;
    border-right:1px solid #FFFFFF;
}
.right_top_left b{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.right_top_left:last-child{
    border:none;
}
.right_top p{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #8590A6;
}
.right_top p span{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-left:5px;
}
.tabs_tit{
    height: 45px;
    display: flex;
    border-bottom: 1px solid #F6F6F6;
}
.t_nav{
    width: 64px;
    height: 45px;
    margin-right: 90px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.select{
    border-bottom: 1px solid #FF4848;
}
.tcon_li{
    margin-top:20px;
}
.tcon_li_top1{
    height: 80px;
    border-bottom: 1px solid #F6F6F6;
}
.top1_p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
}
.top1_p:hover{
    color: #FF4848;
}
.tcon_li_p{
    display: flex;
    margin-top:5px;
}
.tcon_li_p p{
    font-size: 14px;
    font-weight: 400;
    color: #8590A6;
    margin-right: 6px;
    letter-spacing: 2px;
}
.top2_p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.top2_pin{
    display: flex;
    margin:15px 0;
}
.top2_pin img{
    width: 38px;
    height: 38px;
    margin-top:6px;
    margin-right:15px;
}
.top2_pin p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.top2_pin span{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.top2_con{
    margin-top:15px;
}
.top2_con_p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top:10px;
    letter-spacing:1px;
}
.top2_con_p p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 12px;
}
.top2_bot{
    display: flex;
    margin-top: 5px;
}
.top2_bot p{
    font-size: 14px;
    margin-top:2px;
    margin-right:25px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #8B95AA;
}
.top2_bot img{
    width: 21px;
    height: 21px;
    margin-top: 2px;
}

/* 个人编辑 */
.editor{
    width: 1140px;
    height:180px;
    margin :0 auto;
    padding: 15px 30px;
    position: relative;
    margin-top: 10px;
    background: #FFFFFF;
}
.editor_img{
    position: relative;
}
.xuanfu{
    width: 181px;
    height: 181px;
    font-size: 14px;
    background: #000000;
    border: 4px solid #DBDBDB;
    opacity: 0.5;
    color: #FFFFFF;
    border-radius: 90px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 26px;
}
.xuanfu img{
    margin-top: 60px;
}
.editor_a{
    font-size: 14px;
    font-weight: 400;
    color: #8590A6;
    position: absolute;
    right: 15px;
    top: 15px;
}
.editor_main{
    width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom:50px;
    background: #FFFFFF;
}
.editor_main div{
    display: flex;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #DBDBDB;
    font-weight: 300;
}
.editor_main div p{
    width: 180px;
    font-weight: bold;
}
.editor_main div b{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-right: 30px;
}
.editor_main div a{
    font-weight: 400;
    color: #D03636;
    margin-left:15px;
}
.editor_main div a img{
    margin-right: 7px;
}
.editor_main div input{
    margin-top: 29px;
    margin-right: 5px;
    margin-left: 5px;
}
.form_sub {
    width: 60px;
    height: 26px;
    border: none;
    color: #383838;
}



  /*弹框样式*/
  .cd-popup3{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container3 {
    position: relative;
    width:450px;
    padding-top: 20px;
    margin:250px auto;
    height: 410px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ 
    position: absolute;
    right:10px;
    top:10px; 
    z-index:10;
    width:auto;
    height:1.25rem; 
    display: block;
    font-size:14px;
}
.is-visible3 .cd-popup-container3 {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  }
  .container3_p{
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #000000;
  }
  .cd-buttons{
    width: 279px;
    height: 39px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #8590A6;
  }
  .buttons_ip p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: left;
    margin-left: 20px;
    margin-top: 35px;
    line-height: 40px;
  }
  .buttons_huo{
    border-bottom: 1px solid #ebebeb;
    width: 90%;
    height: 43px;
    line-height: 48px;
    margin: 0 auto;
    text-align: left;
  }
  .buttons_huo input{
    border: none;
    line-height: 43px;
    outline: 0;
  }
  .buttons_huo a{
    font-size: 16px;
    font-weight: bold;
    color: #FF4848;
  }
  .buttons_p{
    font-size: 14px;
    text-align: right;
    margin-right: 12px;
    line-height: 40px;
    font-weight: bold;
    color: #9DA4B3;
  }

  
.active{
    color: #FF4848;
}
.sub_pic {
    width: 100px;
    height: 30px;
    border: none;
    background: #D03636;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    /* top: 91px; */
    bottom: 0px;
    left: 65px;
}
.hide-password {
    background: none;
    color: red;
    text-align: right;
    position: absolute;
    right: 20px;
}
.cd-popup-sub {
    width: 220px;
    height: 42px;
    display: inline-block;
    background: #FF4848;
    line-height: 42px;
    color: #fff;
    border-radius: 21px;
    margin-top: 50px;
}

.plate_right_bot p{
    font-size: 16px;
    font-weight: 400;
    color: #8B95AA;
}
.plate_right_bot_main{
    display: flex;
}
.plate_right_bot_main a{
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.plate_right_bot_main a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: block;
}
.plate_right_bot{
    margin-top:20px;
}
.plate_right_bot{
    width: 336px;
    height: 160px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 5px 5px 25px 4px rgba(225, 225, 225, 0.18);
    border-radius: 4px;
}
.right_bot{
    margin-bottom:20px;
}
.right_bot img{
    margin-right:10px;
}
.kongbai {
    text-align: center;
    display: block;
    margin-top: 70px;
}
.kongbai p{
    color:#c0c0c0;
}