﻿body { background-color:#fff;}
/*登录注册*/
.containver {
  width: 79%;
  margin: 50px auto;
}
.login {
  margin: 0 auto;
  display: block;
  /* width: 145px; */
  height: auto;
}
.login_title {
  width: 145px;
  height: 25px;
  font-size: 17px;
  color: #6AA3FB;
  margin: 10px auto;
  text-align: center;
}
.login-type {
  margin-top: 35px;
  height: 55px;
}
.login-type li {
  width: 100%;
  height: 0.38rem;
  /*line-height: 0.38rem;*/
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #1583e5;
  color: #1583e5;
  padding-bottom: 30px;
}
.inp_loginname {
  width: 100%;
  height: 42px;
  background: #F7F7F7;
  margin-bottom: 20px;
}
.inp_loginname img {
  float: left;
  width: 22px;
  height: auto;
  margin: 12px;
}
.inpt_hold_user {
  width: 74%;
  float: right;
  font-size: 15px;
}
.ui-form-item {
  position: relative;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
}
.chk_xiy {
  font-size: 12px;
  color: #999;
}
.login_btn {
  display: block;
  width: 100%;
  height: 41px;
  line-height: 41px;
  border-radius: 8px;
  background-color: #1583e5;
  color: white;
  text-align: center;
  font-size: 15px;
  border: none;
  margin-top: 15px;
  -webkit-appearance: none;
}
.reg {
  width: auto;
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  /* position: fixed; */
  right: 10%;
}
.z {
  width: 100%;
  height: 33px;
  background-color: #3367d6;
  color: #FFF;
  text-align: center;
  padding-top: 7px;
}
/*首页*/
.TopTitle {
  width:30%;margin:10px;
}
    .TopTitle select {
        width: 100%;
        height: 28px;
        border-radius: 20px;
        padding-left:5px;
        border: none;
        -webkit-appearance: none;
        appearance:none;
        -moz-appearance:none;
        -ms-appearance:none;
        background:#fff url("/Areas/Mobile/Images/Driver/XL.png")no-repeat right;
        background-size: 1.3rem;
        background-position-x: 96%;
    }
.base {
  border-top:1px solid #e0e0e0;height:3.5rem;position:fixed;bottom:0;width:100%;background:#fff;
}
.bottom {
  float:left;
  width:20%;
  text-align:center;
  /*margin: 3px 29px;*/
}
.bottom-span {
  /*margin-left: 33%;*/
  letter-spacing: 2px;
  font-size:12px;
}
/*我的*/
.recruit_my_backg {
  background-image: url(/Areas/Mobile/Images/我的背景.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 220px;
}
.recruit_my_center {
  margin: 0px auto;
  position: relative;
  top: 50px;
    width: 80px;
  height: 80px;

}
.recruit_my_backg p {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-top: 55px;
}
nav {
    height: 50px;
    display: flex;
    background-color: #e4e9ec;
    align-items: center;
    border-bottom: 1px solid #fff;
}
    nav .left-box {
        /*margin-right: .32rem;*/
        width: 100%;
        display: flex;
        align-items: center;
    }
nav .left-box input {
  height: 60%;
  border: none;
  margin-left: 10px;
}
    nav .left-box img {
      width:2.32rem;
      height:2.30rem;
    }
 nav a {
  margin-left: .32rem;
  display: block;
  padding-top: 10px;
  font-size: 14px;
  color: #3d3d3d;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 nav a.problem {
  margin-left: auto;
  padding: 10px .32rem 0;
  color: #4a90e2;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.17);
  /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.17); */
}
.avatar-box {
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 50%;
  overflow: hidden;
}
 .container {
  height: auto;
  padding:10px 15px;
  background-color: #fff;
  overflow-y: auto;
  /*margin-bottom:40px;*/
}
 ul.ask-list {
  margin-top: -.32rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
 ul.ask-list li {
  padding: .32rem 0;
  display: flex;
  border-bottom: 1px solid #f5f6f7;
}
 ul.ask-list li .vote-info-box {
  /*margin-top: -12px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 2.88rem;
}
.answer-num {
  /*padding: 4px 0;*/
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 22px;
  color: #fff;
  background-color: #3399ff;
  display: block;
  width: 100%;
  /*height:6%;*/
  text-align: center;
    /*margin-top: 20px;*/
}  
 ul.ask-list li .ask-info-box {
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-direction: column;
  /* flex-direction: column; */
  margin-left: 12px;
  width: 100%;
  overflow: hidden;
}
    ul.ask-list li .ask-info-box a {
        outline: 0;
        text-decoration: none;
        color: #3d3d3d;
        letter-spacing:2px;
    }
a {
    outline: 0;
        text-decoration: none;
        color: #3d3d3d;
        cursor:pointer;
}
 ul.ask-list li .ask-info-box h2 {
  font-size: 16px;
  color: #3d3d3d;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 700;
}
 ul.ask-list li .ask-info-box .ask-create-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  white-space: nowrap;
  padding: 10px 0px;
}
.date {
    /*width:4.12rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  white-space: nowrap;
  /*padding: 10px 0px;*/
  font-size: 14px;
  color: #333;
  margin-left: auto;
  letter-spacing: 2px;
}
 /*ul.ask-list li .ask-info-box .ask-create-info .date {
  font-size: 14px;
  color: #333;
  margin-left:auto;
  letter-spacing: 2px;
}*/
.data-Img {
   width: 1.22rem;
  height: 1.22rem;
  position: relative;
  /*top: 3px;*/
}
 ul.ask-list li .ask-info-box .ask-create-info .user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-left: 1.64rem;*/
}
  ul.ask-list li .ask-info-box .ask-create-info .user-box  img {
  display: block;
  width: 100%;
  height: auto;
}
  ul.ask-list li .ask-info-box .ask-create-info .user-box p.name {
  margin-left: .5rem;
  font-size:14px;
  color: #333;
  max-width: 10.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
  .btn-full {
  width: 50%;
  padding: .24rem 0;
  display: block;
  background: #ca0c16;
  /*border-radius: 4px;*/
  color: #fff!important;
  line-height: 36px;
  text-align:center;
}
.btn-Right {
  width: 50%;
  float: right;
  margin-top:-44px;
  padding: .24rem 0;
  display: block;
  background: #e0e0e0;
  /*border-radius: 4px;*/
  color: #fff!important;
  line-height: 36px;
  text-align:center;
}
.btn-Answer {
  width: 50%;
  padding: .24rem 0;
 display: block;
  /*background: #fff;*/
  color: #666!important;
  line-height: 36px;
  text-align:center;
}
    .btn-Answer img {
     width: 1.44rem;
  height: 1.44rem;
  position: relative;
  top: 6px;
    }
 .ask-info-box h2 {
  font-size: 16px;
  color: #3d3d3d;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 700;
}
  /*我要提问*/
  .user-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
  .user-info-box .img-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
  .user-info-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.user-info p {
  margin-left:10px;
  font-size:14px;
  color:#3b3b3b;
}
 li, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-nav li {
  border-bottom: 1px solid #f5f6f7;
}
.user-nav li a {
  padding: .92rem 0;
  display: block;
  font-size: 16px;
}
.user-nav li a span.num {
  float: right;
  color: #f8884b;
}
    .user-nav li a span.Top {
     margin-top:6px;
    }
/*提问*/
.pt0 {
  padding-top: 0;
}

/*.container {
  height: 100%;
  padding: 16px;
  background-color: #fff;
  overflow-y: auto;
}*/
.line-box {
  margin-top: 1.32rem;
}
input::-webkit-input-placeholder {color:#999;}
textarea::-webkit-input-placeholder {color:#999;}
input[type=text] {
  display: block;
  border-radius: 4px;
}
textarea {
  resize: none;
  display: block;
  height: 10rem;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=text], textarea {
  /*padding: .56rem;*/
   padding: .2rem;
  width: 75%;
  background: #fff;
  border: 1px solid #ced0d2;
  font-size: 14px;
  margin-right:7px;
}
input[type=tel], textarea {
    /* padding: .56rem; */
    padding: .2rem;
    width: 75%;
    background: #fff;
    border: 1px solid #ced0d2;
    font-size: 14px;
    margin-right:7px;
}
textarea#txtSearchTags {
  height: 4.6rem;
}
/*问答*/
.bottom-btn {
 width:100%;height:2.8rem;position: fixed; bottom: 0;
}
.content-box {
  font-size: 16px;
  color: #3d3d3d;
  /*line-height: .44rem;*/
  max-height: 2.8rem;
  overflow: hidden;
}
.container.baby-container {
  padding-bottom: 0;
  height: auto;
  overflow-y: unset;
}
.content-showall {
  max-height: unset!important;
}
.opt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .32rem;
  font-size: 14px;
}
.title {
  font-size: 16px;
    line-height: 22px;
    padding-right: 0;
}
.msg-line {
  padding: .62rem 0;
  font-size: 14px;
  color: #d0021b;
}
.question-user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f7f8f9;
  margin-top: .32rem;
  padding: .24rem 0;
}
.question-user-box .img-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.question-user-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.question-user-box .user-info {
  margin-left: .24rem;
  width: 100%;
  font-size: .24rem;
  overflow: hidden;
  color: #3d3d3d;
}
.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b7b7b7;
}
.Quess {
  color: #3d3d3d;
  max-width: 3.98rem;
  font-size: .28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title-box {
  margin-bottom: 0;
  /*padding: .24rem .32rem;*/
  font-size: 14px;
    border: 15px solid #f5f6f7;
}
.title-box .count {
  float: left;
  font-weight: 700;
  line-height:0;
}
/*.baby-container {
  padding-bottom: 0;
  height: auto;
  overflow-y: unset;
}*/
.answer-item-box {
  margin-bottom: 8px;  border-bottom: 3px solid #f5f6f7;
}
/*.answer {
  padding: .62rem .62rem 0;
  background-color: #fff;
}*/
.answer-content-box {
  margin-top: 0;
  margin-left: .24rem;
}
.answer-content-box .content-box {
  width: 100%;
  max-height: unset;
  overflow: unset;
  overflow-x: hidden;
}
.opt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .32rem;
  font-size: 14px;
}
.opt-box a {
  display: block;
  color: #4a90e2;
}
.answer-user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f7f8f9;
  margin-top: .32rem;
  padding: .24rem 0;
}
.answer-user-box .img-box{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
    .answer-user-box .img-box img {
        display: block;
        width: 100%;
        height: auto;
    }
    .answer-user-box .user-info .line .name, .question-user-box .user-info .line .name {
  color: #3d3d3d;
  max-width: 3.98rem;
  font-size:14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
    .answer-user-box .user-info {
    margin-left: .24rem;
  width: 100%;
  font-size: .24rem;
  overflow: hidden;
  color: #3d3d3d;
    }
    .answer-user-box .user-info .line span {margin-left: auto;
  font-size: 14px;
  color: #3b3b3b;}

    /*我的提问*/
.no-data-box {
font-size: 14px;
  text-align: center;
  margin-top: 50px;
  line-height: 20px;
}
.no-data-box a.btn-link {
  font-size: 14px;
  color: #4a90e2;
  line-height: 22px;
}
/*我的*/
.MyImg {
  width: 1.44rem;
  height: 1.44rem;
  position: relative;
  top: 2px;
}
i{ font-style:normal; position:relative;bottom:8px;}

/*完善信息*/
.user-nav li p {
  padding: .92rem 0;
  display: block;
  font-size: 16px;
}
    .user-nav li p span {
      float:right;

    }
        .user-nav li p span input {
         border: none;
       margin-top: -6px;
      text-align: right;      color:#999;
        }

em {
  color: red;
  position: relative;
  top: 3px;
  right: 2px;
}
ul.Attachment  li{
    float:left;
}

    ul.Attachment li img {
        width: 80px;
        height: 80px;
        margin-top:40px;
    }
    .SpanWidth { width:83%;}
/*修改密码*/
.UserLeftPsd {
    width:28%;
   padding: .92rem 0;
  display: inline-block;
  font-size: 16px;
  text-align:right;
}
.UserRightText {
  border: none;
  width: 70%;
  height: 5%;
}
.btnok {
  width: 100%;
  border: none;
  font-size: 18px;
  padding: .24rem 0;
  display: block;
  background: #ca0c16;
  color: #fff!important;
  line-height: 36px;
  text-align: center;
}