.sign_box{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.40);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  z-index: 99;
}
.sign_fixed{
  width: 648px;
  height: 688px;
  background: #FFFFFF;
  position: absolute;
  top:50%;
  left:50%;
  margin: -344px 0 0 -324px; 
}
.sign_logo{
  width: 648px;
  height: 184px;
  background: url(../images/sign_back2.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.sign_logo img{
  display: block;
  width: 261px;
  height: 73px;
  width: 206px;
  height: auto;
  margin:80px auto 0
}
.sign_close{
  position: absolute;
  right:40px;
  top:40px;
  z-index: 3;
  color:#999;
  font-size: 30px;
  cursor: pointer;
}
form{margin-top:60px}
form div{
  width: 488px;
  height: 60px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
form div input{
  width: 488px;
  border:none;
  outline: none;
  line-height: 60px;
  font-size: 22px;
  color: #999999;
  letter-spacing: 0.69px;

}
form .code{
  position: relative;
}
form .code span{
  display: block;
  position: absolute;
  right:0;
  top:20px;
  font-size: 18px;
  color: #DE555C;
  letter-spacing: 0.56px;
  cursor: pointer;
}
form .imgCode{
  position: relative;
}
form .imgCode span{
  display: block;
  position: absolute;
  right:0;
  top:0;
  font-size: 18px;
  color: #DE555C;
  cursor: pointer;
}
form .sign_in{
  display: block;
  width: 488px;
  height: 76px;
  background: #FFD4D6;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 76px;
  border:none;
  outline: none;
  margin:110px auto 0;
  cursor: pointer;
}
form .sign_actived{
  background: #DE555C;
}
form .red{
  color: #DE555C;
  display: block;
}
.correct_phone,.correct_imgCode,.correct_code{
  display: none;
}


/* 个人中心 */
.personal_center{
  width: 100%;
  height: 100%;
   
}
.w_box{
  width: 100%;
 height: 288px;
 background: url(../images/personal_back2.png) no-repeat center center;
 background-size: cover;
}
.personal_center .w1180{
  width: 1180px;
  height: auto;
  margin-top:-220px;
  /* border:1px solid red; */
}
.head_introduction{
  overflow: hidden;
}
.head_introduction img{
  display: block;
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 30px;
}
.desc{
  float: left;
}
.desc h3{
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0.69px;
  margin:30px 0 .625rem
}
.desc p{
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.personal_tab{
  width: 100%;
  height: auto;
  background: #fff;
  margin-top:23px;
}
.slideTxtBox{ width:100%;  }
.slideTxtBox .hd{ 
  width: 100%;
  height: 75px;
  background: #FCFCFC;
  overflow: hidden; 
}
.slideTxtBox .hd ul{
  height:55px; 
  margin-top:20px
}
.slideTxtBox .hd ul li{ 
  float:left;
  cursor:pointer;  
  line-height: 55px;
  font-size: 16px;
  color: #666666;
  margin-left: 30px ;
}
.slideTxtBox .hd ul li.on{ 
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  background: url(../images/line_select.png) no-repeat bottom ;
}
.slideTxtBox .bd ul.message{margin-top:30px}

.slideTxtBox .bd li{ 
  height: 206px;
  width: 100%;
  margin-bottom: 10px;
  background: #FAFAFA;
}
/* 留言 */
.personal_tab .message .title{
  height: 70px;
  line-height: 70px;
  border-bottom:1px solid rgba(0,0,0,0.10);
}
.personal_tab .message .title h3{
  display: inline-block;
  width: 85%;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin:0 0 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.personal_tab .message .title i{
  float: right;
  margin:18px 20px 0 0;
  width: 93px;
  height: 34px;
  border-radius: 21px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
}
.personal_tab .message .title i.no_reply{
  color: #FF6600;
  background: #FFF0E6;
}
.personal_tab .message .title i.is_reply{
  color: #20BF6D;
  background: #E9F9F1;
}
.personal_tab .message .title i.failed{
  color: #E71D1F;
  background: #FDE6E7;
}
.personal_tab .message p{
  margin:10px 20px;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.personal_tab .message .data{
  margin:10px 20px;
}
.personal_tab .message .data span{
  margin-right: 10px;
  font-size: 14px;
  color: #999999;
}
/* 基本信息 */
.personal_tab .information{
  width: 600px;
  height: 430px;
  /* border:1px solid red; */
  margin:60px auto 100px;
}
.personal_tab .information label{
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom:1px solid rgba(0,0,0,0.31);
  font-size: 16px;
  color: #696969;
  letter-spacing: 0.5px;
  margin-top:15px;
}
.personal_tab .information label span{
  display: inline-block;
  width: 80px;
}
.personal_tab .information label input{
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.5px;
  outline: none;
  margin-left: 50px;
  width: 420px;
  border:none;
  background: transparent;
}
.personal_tab .information input::-webkit-input-placeholder{
  color: #D9D9D9;
}
.personal_tab .information input::-moz-input-placeholder{
  color: #D9D9D9;
}
.personal_tab .information input::-ms-input-placeholder{
  color: #D9D9D9;
}
.personal_tab .form i{
  cursor: pointer;
  display: none;
}
.personal_tab .btn{
  text-align: right;
  margin-top:60px;
}
.personal_tab .btn button{
  width: 130px;
  height: 45px;
  font-size: 16px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  border: none;
  outline: none;
  cursor: pointer;
}
.personal_tab .btn button.cancel{
  border: 1px solid #D83542;
  color:#D83542;
  background: transparent;
}
.personal_tab .btn button.preservation{
  background: #D83542;
  color:#fff;
  margin-right:20px
}
.personal_tab .form em{
  display: none;
}
.personal_tab .form em.red_{
  color:#D83542;
  display: block;
  line-height: 20px;
}
/* 弹窗 */
.user{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 1;
  background: rgba(0,0,0,0.40);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  display: none;
  
}
.edit{
  width: 530px;
  height: 268px;
  background: #FFFFFF;
  position: absolute;
  left:50%;
  top:50%;
  margin: -134px 0 0 -265px; 
  overflow: hidden;
}
.edit_title {
  position: relative;
}
.edit_title h3{
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.56px;
  margin:30px 0 35px 30px;
}
.edit_title i{
  position: absolute;
  top:-20px;
  right:20px;
  color:#999;
  font-size: 16px;
  cursor: pointer;
}
.edit_content{
  position: relative;
  width: 470px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  line-height: 50px;
}
.edit_content input{
   width: 80%;
   line-height: 50px;
   border:none;
   outline: none;
   text-indent: 2em;
   font-size: 18px;
}
.edit_content p{
  position: absolute;
  right:20px;
  top:0;
  color:#999;
  font-size: 18px;
  letter-spacing: 0.56px;
}
.edit_btn{
  text-align: right;
  margin-top:50px
}
.edit_btn button{
  width: 130px;
  height: 45px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
  border:none;
  outline: none;
  margin-right: 25px;
  cursor: pointer;
}
.edit_btn button.edit_yes{
  background: #D83542;
  color:#fff;
}
.edit_btn button.edit_cancel{
  background: transparent;
  border: 1px solid #D83542;
  color: #D83542;
}
