/*盒子*/
.personal_center_box {
  width: 1192px;
  margin: 128px auto 0 auto;
  min-height: 400px;
  position: relative;
}
/*左部导航栏*/
.personal_center_left{
  width: 180px;
  float: left;
  margin-right: 20px;
}
.personal_center_left_item{
  position: relative;
  background-color: rgb(0, 184, 122);
  padding-top: 24px;
  padding-bottom: 20px;
  text-align: center;
  height: 410px;
}
.personal_center_left_item_active{
  font-weight: 700;
  color: rgba(255,255,255,1)!important;
}
.personal_center_left_item>li{
  color: rgba(255,255,255,1);
  font-size: 16px;
  margin-top: 35px;
}
.personal_center_left_item>li:nth-child(1) {
  background: url("../images/left_icon.png") no-repeat;
  background-position-x: 4px;
  background-position-y: 2px;
  margin-top: 0;
}

.personal_center_left_item>li:nth-child(2) {
  background: url("../images/left_icon.png") no-repeat;
  background-position-x: 4px;
  background-position-y: -52px;
}

.personal_center_left_item>li:nth-child(3) {
  background: url("../images/left_icon.png") no-repeat;
  background-position-x: 4px;
  background-position-y: -105px;
}

.personal_center_left_item>li:nth-child(4) {
  background: url("../images/left_icon.png") no-repeat;
  background-position-x: 4px;
  background-position-y: -160px;
}

.personal_center_left_item>li:nth-child(5) {
  background: url("../images/left_icon.png") no-repeat;
  background-position-x: 4px;
  background-position-y: -212px;
  margin-right: -13px;
}
/*右边内容区域*/
.personal_center_right{
  padding-left: 200px;
}
/*更改个人信息*/
.personal_alter{
  left: 38%;
  position: absolute;
  width: 200px;
  height: 40px;
  display: none;
  background: #ff8800;
  border-radius: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.personal_center_modify{
  width: 990px;
  height: 580px;
  background: #fff;
  margin-left: 200px ;
  border: 1px solid #ddd;
  border-top: none;
}
.personal_center_ul_title{
  float: left;
}
.personal_center_modify_title{
  width: 166px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #00b87a;
  border-top: 3px solid #00b87a;
  font-weight: bold;

}
.personal_center_modify_title_blank{
  flex: 1;
  border: 1px solid #ccc;
  border-right: none;
}
.personal_center_modify_info{
  width: 100%;
  height: 100%;
  padding: 75px 75px;
}
.personal_center_modify_list{
  font-size: 14px;
  color: #3d3d3d;
  text-align: end;
  margin-top: 36px;
  cursor: unset;
}
.personal_center_modify_important{
  font-size: 14px;
  color: #ff181d;
  font-weight: bold;
}
.personal_center_ul_info{
  float: left;
  margin-left: 26px;
}
.personal_center_ul_info li{
  font-size: 14px;
  color: #3d3d3d;
  margin-top: 30px;
  cursor: unset;
}
.personal_center_ul_info li input{
  border-radius: 2px;
  width: 380px;
  height: 29px;
  text-indent: 12px;
}
.personal_center_modify_info_name>span{
  font-size: 14px;
  color: #cdcdcd;
  margin-left: 12px;
}
.personal_center_modify_info_phone>span{
  font-size: 14px;
  color: #00b87a;
  margin-left: 18px;
  cursor: pointer;
}
.personal_center_modify_info_email>span{
  font-size: 14px;
  color: #00b87a;
  margin-left: 13px;
  cursor: pointer;
}
.personal_center_modify_info_address>span{
  font-size: 14px;
  color: #cdcdcd;
  margin-left: 12px;
}
.personal_center_modify_btns{
  margin: 300px 0 0 187px;
}
.personal_center_modify_btn{
  width: 95px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #ff8800;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}
#personal_center_modify_btn_back{
  margin-left: 20px;
}
.personal_center_modify_info_address textarea{
  border: 1px solid #ccc;
  width: 380px;
  height: 130px;
  padding: 10px 15px;
}
/*个人信息以及订单页面*/
.personal_center_user_info{
  height: 160px;
  background-color: #fff;
  background: url("../images/userbg.jpg") center center no-repeat;
  background-size: 100%, 100%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.personal_center_user_info>img{
  padding: 28px 23px 26px 31px;
  vertical-align: middle;
}
.personal_center_user_info>span {
  font-size: 18px;
  font-weight: 550;
  color: #3d3d3d;
  width: 100px;
}
.personal_center_layout{
  font-size: 12px;
  color: #00b87a;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  top: 25px;
  left: -105px;
}
.personal_center_order_info{
  display: flex;
  flex-direction: column;
}
.personal_center_order_tab{
  height: 63px;
  background-color: #fff;
  font-size: 14px;
}
.personal_center_order_tab>span{
  height: 63px;
  line-height: 63px;
  display: inline-block;
  padding: 0 22px;
}
.personal_center_order_tab>span:nth-child(1) {
  border-top: 2px solid #00b87a;
  border-right: 1px solid rgb(230, 230, 230);
  font-weight: bold;
  color: #333;
}
.personal_center_order_tab>span:nth-child(2) {
  float: right;
  color: #666;
}
.personal_center_order_table {
  border-collapse: collapse;
  width: 100%;
  padding-left: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
}
.personal_center_order_table>thead>tr {
  background-color: rgb(238, 238, 238);
  height: 46px;
  font-size: 14px;
  color: #666666;
}
.personal_center_order_table>tbody>tr:nth-child(even){
  border-bottom: 1px dashed rgb(232, 232, 232);
  height: 70px;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}
.personal_center_order_table>tbody>tr:nth-child(odd) {
  color: #888888;
  font-size: 14px;
  height: 30px;
}
.personal_center_order_table>tbody>tr:nth-child(odd)>td:nth-child(1) {
  padding: 11px 0 0 14px;
}
.personal_center_order_table>tbody>tr:nth-child(odd)>td:nth-child(2) {
  padding-top: 11px;
}
.personal_center_order_price{
  color: #ff7733;
}
.personal_center_order_status{
  color: #666;
}
.personal_center_order_detail{
  color: #00b87a;
}
.personal_center_order_btn_del{
  width: 95px;
  height: 36.68px;
  background-color: #ff7733;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}
.personal_center_order_table td>img {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 13px 17px 20px 24px;
}
#personal_center_left_tab_mydd{
  position: relative;
}
.personal_center_left_tab_mydd_ul{
  position: absolute;
  bottom: 23px;
  right: 28px;
}
.personal_center_left_tab_mydd_ul li{
  color: rgba(255,255,255,1);
  font-size: 14px;
}
.personal_center_img_active{
  transform: rotate(180deg);
}

/*我的评论页面*/
.personal_center_Comment_tabs{
  display: flex;
  width: 992px;
  background: #fff;
  border: 1px solid rgba(244,244,244,1);
  position: relative;
}
.personal_center_Comment_tabs a{
  display: block;
  height: 56px;
  line-height: 56px;
  width: 166px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.personal_center_Comment_tabs .personal_center_QA_tabs_active{
  color: #00b87a;
  border-bottom: 3px solid #00b87a;
}
.personal_center_QA_tabs .personal_center_QA_tabs_active{
  color: #00b87a;
  border-bottom: 3px solid #00b87a;
}
.personal_center_zxts_tabs .personal_center_QA_tabs_active{
  color: #00b87a;
  border-bottom: 3px solid #00b87a;
}
.personal_center_Comment_tab{
  position: relative;
}
.personal_center_Comment_tab::after{
  content: '';
  width: 1px;
  height: 20px;
  background: #e6e6e6;
  position: absolute;
  right: 0px;
  top: 18px;
}
.personal_center_Comment_tabs_page{
  width: 100%;
  min-height: 186px;
  background: #fff;
  padding: 23px 19px;
}
.personal_center_Comment_title{
  width: 100%;
  padding: 0 18px;
  font-size: 16px;
  color: #00b871;
  font-weight: 800;
  background: #f4f4f4;
  height: 46px;
  line-height: 46px;
  border-radius: 2px;
  margin-top: 15px;
}
.personal_center_Comment_content{
  padding: 22px 19px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
}
.personal_center_Comment_date{
  display: flex;
  justify-content: space-between;
  height: 13px;
  line-height: 13px;
  color: #888;
  padding: 0 19px;
  font-size: 13px;
}
.personal_center_opeart_button a{
  font-size: 13px;
  color: #00b871;
}
.personal_center_lineHeight{
  margin: 1px 15px 0 15px;
  width: 1px;
  height: 11px;
  background: #dfdfdf;
}
/*我的提问页面*/
.personal_center_QA_tabs{
  display: flex;
  width: 992px;
  background: #fff;
  border-bottom: 1px solid rgba(244,244,244,1);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
}
.personal_center_QA_tabs_page{
  width: 100%;
  min-height: 190px;
  background: #fff;
}
.personal_center_QA_tabs a{
  display: block;
  height: 56px;
  line-height: 56px;
  width: 172px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.personal_center_QA_tab{
  position: relative;
}
.personal_center_QA_tab::after{
  content: '';
  width: 1px;
  height: 20px;
  background: #e6e6e6;
  position: absolute;
  right: 0px;
  top: 18px;
}
.personal_center_tbody_blank{
  width: 100%;
  min-height: 400px;
  background: #fff;
}
.QA_my_question{
  display: flex;
  justify-content: space-between;
}
.QA_my_question div:first-child{
  display: flex;
}
.QA_my_question img{
  display: block;
  margin-right: 10px;
}
.QA_my_question h1{
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 750px;
}
.QA_my_question .QA_my_question_date{
  font-size: 13px;
  color: #888;
  text-align: center;
  line-height: 24px;
}
.QA_my_question_detail{
  padding-left: 34px;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.QA_question_border{
  border-left: 1px solid rgba(204,204,204,.4);
  border-right: 1px solid rgba(204,204,204,.4);
  border-bottom: 1px dashed rgba(204,204,204,.4);
  padding: 23px 19px;
}
.QA_my_reply{
  display: flex;
  justify-content: space-between;
}
.QA_my_reply div:first-child{
  display: flex;
}
.QA_my_reply img{
  display: block;
  margin-right: 10px;
}
.QA_my_reply h1{
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 24px;
}
.QA_my_reply .QA_my_reply_date{
  font-size: 13px;
  color: #888;
  text-align: center;
  line-height: 24px;
}
.QA_my_reply_detail{
  padding-left: 34px;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.QA_reply_border{

  border-bottom: 1px dashed rgba(204,204,204,.8);
  padding: 23px 19px;
  background: #f8f8f8;
}
/*咨询投诉*/
.personal_center_zxts_tabs{
  display: flex;
  width: 992px;
  background: #fff;
  border-bottom: 1px solid rgba(244,244,244,1);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
}
.personal_center_zxts_tabs_page{
  width: 100%;
  min-height: 190px;
  background: #fff;
}
.personal_center_zxts_tabs a{
  display: block;
  height: 56px;
  line-height: 56px;
  width: 211px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.personal_center_zxts_tab{
  position: relative;
}
.personal_center_zxts_tab::after{
  content: '';
  width: 1px;
  height: 20px;
  background: #e6e6e6;
  position: absolute;
  right: 0px;
  top: 18px;
}
.personal_center_tbody_blank{
  width: 100%;
  min-height: 400px;
  background: #fff;
}
.zxts_my_question{
  display: flex;
  justify-content: space-between;
}
.zxts_my_question div:first-child{
  display: flex;
}
.zxts_my_question img{
  display: block;
  margin-right: 10px;
}
.zxts_my_question h1{
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 750px;
}
.zxts_my_question .zxts_my_question_date{
  font-size: 13px;
  color: #888;
  text-align: center;
  line-height: 24px;
}
.zxts_my_question_detail{
  padding-left: 34px;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.zxts_question_border{
  border-left: 1px solid rgba(204,204,204,.4);
  border-right: 1px solid rgba(204,204,204,.4);
  border-bottom: 1px dashed rgba(204,204,204,.4);
  padding: 23px 19px;
}
.zxts_my_reply{
  display: flex;
  justify-content: space-between;
}
.zxts_my_reply div:first-child{
  display: flex;
}
.zxts_my_reply img{
  display: block;
  margin-right: 10px;
}
.zxts_my_reply h1{
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 24px;
}
.zxts_my_reply .zxts_my_reply_date{
  font-size: 13px;
  color: #888;
  text-align: center;
  line-height: 24px;
}
.zxts_my_reply_detail{
  padding-left: 34px;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.zxts_reply_border{
  border-bottom: 1px dashed rgba(204,204,204,.8);
  padding: 23px 19px;
  background: #f8f8f8;
}
/*分页的样式*/
*{margin:0;padding:0}

#paging_commnet{    display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;}
#paging_commnet li{
  border:1px solid #d3d3d3;
  padding:10px;
  border-radius:10px;
  cursor:pointer;
  margin:0 10px;
  font-size:14px
}
#paging_commnet li.disabled{
  cursor:not-allowed;
  background-color:#d3d3d3
}
#paging_commnet li.disabled a{
  color:#fff;
}
#paging_commnet li.active{
  border:none;
  background-color:rgb(0, 184, 122);
}
#paging_commnet li.active a{
  color:#fff
}