.faq_list {
  width: 100%;
  display: block;
  margin: 10px auto 0 auto;
}

.faq_cont p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.faq_cont .reward {
  width: 103px;
  height: 32px;
  display: block;
  border: 1px solid #C2C6CE;
  background-color: #FFF;
  font-size: 14px;
  color: #000000;
  line-height: 32px;
}
.faq_cont .reward .coin {
  width: 20px;
  height: 20px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 5px 5px 0 5px;
  background: url(../img/currency.png) no-repeat center center;
  background-size: 100%;
  background: url(../img/currency1x.png) no-repeat center top \9;
}
.faq_cont .reward em {
  color: #F56565;
  font-family: Arial;
  padding: 0 6px;
}
.faq_cont .faq_describe, .faq_cont .faq_answer {
  margin-top: 10px;
  background: #FFFFFF;
  border: 1px solid #0088FF;
  padding-bottom: 16px;
}
.faq_cont .faq_describe .title, .faq_cont .faq_answer .title {
  height: 40px;
}
.faq_cont .faq_describe .title span, .faq_cont .faq_answer .title span {
  width: 109px;
  height: 39px;
  display: block;
  font-size: 16px;
  color: #0088FF;
  line-height: 38px;
  text-align: center;
  background-color: #F4FBFE;
  border-bottom: 1px solid #0088FF;
  border-right: 1px solid #0088FF;
}
.faq_cont .faq_describe p, .faq_cont .faq_answer p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  padding: 16px 20px 0 20px;
  display: block;
}
.faq_cont .faq_answer {
  border: 1px solid #67C23A;
}
.faq_cont .faq_answer .title span {
  color: #67C23A;
  background-color: #F4FBFE;
  border-bottom: 1px solid #67C23A;
  border-right: 1px solid #67C23A;
}
.faq_cont .faq_answer .best {
  padding: 16px 20px 0 20px;
  display: block;
  height: 50px;
}
.faq_cont .faq_answer .best .user_info {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}
.faq_cont .faq_answer .best .user_name, .faq_cont .faq_answer .best em {
  display: block;
  line-height: 22px;
}
.faq_cont .faq_answer .best .user_name {
  font-size: 16px;
  color: #000000;
}
.faq_cont .faq_answer .best em {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 10px;
}
.faq_cont .faq_answer .user_head {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
}

.reward_list {
  position: relative;
  top: 10px;
  right: -710px;
  height: 24px;
  display: inline-block;
}
.reward_list .reward_show {
  display: block;
  height: 24px;
  background-color: #FDECD5;
  cursor: pointer;
  font-size: 12px;
}
.reward_list .reward_show em {
  color: #F9A126;
  line-height: 24px;
  padding-left: 5px;
  text-align: left;
  float: left;
}
.reward_list .ico_right {
  width: 22px;
  height: 24px;
  float: right;
  display: inline;
  margin-left: 2px;
  background: #FFDDB0;
}
.reward_list .ico_unfold {
  width: 22px;
  height: 24px;
  display: block;
  background: url(../img/icon_arrow_1x.png) no-repeat center 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
}
.reward_list .ico_pack {
  width: 22px;
  height: 24px;
  background: url(../img/icon_arrow_1x.png) no-repeat center 10px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.reward_list .reward_hide {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  width: 500px;
  position: absolute;
  top: 24px;
  right: 0;
  display: none;
}
.reward_list .reward_top .pl20 {
  padding-left: 20px;
}
.reward_list .reward_top td {
  height: 50px;
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #E2E2E2;
}
.reward_list .reward_bottom td {
  height: 50px;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #E2E2E2;
}
.reward_list .reward_bottom em {
  color: #F9A126;
  padding: 0 5px;
}
.reward_list .reward_roll {
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
}
.reward_list .reward_roll .pl20 {
  padding-left: 20px;
}
.reward_list .reward_roll td {
  height: 50px;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #E2E2E2;
}
.reward_list .reward_roll .data_tab {
  color: #a1a1a1;
}
.reward_list .reward_roll .user_img {
  color: #138BD5;
  height: 40px;
  line-height: 40px;
}
.reward_list .reward_roll .user_img img {
  width: 40px;
  height: 40px;
  display: inline;
  float: left;
  margin-right: 10px;
}

.question_title {
  float: left;
  line-height: 40px;
  height: 40px;
}
.question_title h1 {
  font-size: 16px;
  font-weight: bold;
}

.xcarcoin {
  position: relative;
  float: right;
  height: 24px;
  display: inline-block;
  z-index: 97;
}
.xcarcoin .xcarcoin_tb {
  display: block;
  color: #f7a128;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 26px;
  background: #fcecd5 url(../img/currency_b.png) no-repeat right top;
}

.xcarcoin_dl {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  width: 424px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
}

.xcarcoin_dl td {
  font-size: 14px!important;
  border-right:0!important;
}

.xcarcoin_open .xcarcoin_dl {
  display: block;
}

.xcarcoin_open .xcarcoin_tb {
  color: #f7a128;
  background: #fcecd5 url(../img/currency_b.png) no-repeat right top;
}

.xcarcoin_top {
  width: 100%;
}
.xcarcoin_top .pl20 {
  padding-left: 20px;
}
.xcarcoin_top td {
  height: 50px;
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #E2E2E2;
}

.xcarcoin_list .time {
  color: #90939a;
}

.xcarcoin_min a {
  color: #0088FF;
}

.xcarcoin_table {
  width: 564px;
}
.xcarcoin_table .xcarcoin_top i {
  color: #0088FF;
  padding: 0 5px;
}

.xcarcoin_all {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #E2E2E2;
}
.xcarcoin_all i {
  color: #0088FF;
  padding: 0 5px;
}

.xcarcoin_list {
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
}
.xcarcoin_list .pl20 {
  padding-left: 20px;
}
.xcarcoin_list table {
  width: 100%;
}
.xcarcoin_list td {
  height: 50px;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #E2E2E2;
}
.xcarcoin_list .data_tab {
  color: #a1a1a1;
}
.xcarcoin_list .user_img {
  color: #138BD5;
  height: 40px;
  line-height: 40px;
}
.xcarcoin_list .user_img img {
  width: 40px;
  height: 40px;
  display: inline;
  float: left;
  margin-right: 10px;
}

.selectbox {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 40px;
  border: 1px solid #D8DCE5;
  color: #000;
  width: 130px;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: left;
  position: relative;
  padding-left: 18px;
}
.selectbox .selectem {
  background: url(//icon.xcar.com.cn/pengtao/selectbox/images/selectico.gif) no-repeat right 16px;
}
.selectbox .option {
  display: none;
  width: 128px;
  background-color: #fff;
  border: solid 1px #D8DCE5;
  position: absolute;
  top: 38px;
  left: -1px;
  z-index: 10000;
  height: auto;
  max-height: 183px;
  overflow-x: hidden;
  overflow-y: auto;
}
.selectbox .option li {
  display: block;
  height: 34px;
  overflow: hidden;
  color: #999;
  line-height: 34px;
  text-align: left;
  text-indent: 8px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}
.selectbox .option li:hover {
  background: #F0F2F5;
}

.selectbox_on .selectem {
  background-position: right -24px;
}

.attention_con {
  padding: 15px 15px 20px 15px;
}

.approve_img_con .attention_left {
  padding: 0 5px 0 0;
  width: 330px;
  height: 200px;
  float: left;
  border-right: 1px solid #ddd;
  font-size: 12px;
}

.navDiv {
  height: 31px;
  line-height: 31px;
  border-bottom: solid 1px #d8d8d8;
  border-top: 1px solid #d8d8d8;
  background-color: #f7f7f7;
}

.navtab .navon {
  background-color: #fff;
  height: 31px;
  border-top: 2px solid #0088ff;
}

.navtab .navon a {
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  color: #003397;
  _position: relative;
}

.navtab .navon a:hover {
  text-decoration: none;
}

.navtab li a {
  display: inline-block;
  font-size: 14px;
  width: 97px;
  color: #333;
}

.navtab li {
  float: left;
  text-align: center;
}

.attention_left dd {
  height: 28px;
  line-height: 28px;
  margin-top: 10px;
}

.attention_left .special_attention {
  height: 38px;
  line-height: 38px;
}

.confirm_attention {
  display: inline-block;
  width: 76px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #0088ff;
  margin-top: 10px;
}

.confirm_attention:hover {
  background-color: #007AE5;
  color: #FFF;
  text-decoration: none;
}

.attention_chk, .attention_font {
  float: left;
}

.attention_chk {
  margin: 9px 10px 0 0;
}

.cancel_hui {
  height: 26px;
  line-height: 26px;
  border: solid 1px #e5e5e5;
  text-align: center;
  color: #444 !important;
  display: inline-block;
  background-color: #f1f1f1;
  margin-left: 15px;
  font-size: 12px;
  width: 74px;
  margin-top: 10px;
}

.w58 {
  width: 58px;
  padding-left: 0;
  margin: 0 5px;
}

.attention_left .selectbox {
  float: left;
  vertical-align: middle;
  cursor: default;
  height: 26px;
  border: 1px solid #bebebe;
  color: #777;
  font-size: 12px;
}

.attention_left .selectbox .selecttxt {
  color: #000;
  display: block;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  cursor: pointer;
  width: 85%;
  padding-left: 10px;
}

.attention_left .selectbox .selectem {
  background: url(//icon.xcar.com.cn/pengtao/selectbox/images/selectico.gif) no-repeat right 8px;
}

.attention_left .selectbox .option {
  width: 100%;
  background-color: #fff;
  border: solid 1px #bbb;
  position: absolute;
  top: 24px;
  z-index: 10000;
  height: auto;
  max-height: 250px;
  padding: 0;
  left: -1px;
  _height: expression(this.scrollHeight > 250 ? "250px" : "auto");
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.attention_left .selectbox .option li {
  font-size: 12px;
  padding: 0 2px;
  height: 24px;
  overflow: hidden;
  color: #999;
  line-height: 28px;
}

.approve_img_con .attention_right {
  float: right;
  width: 220px;
  /* padding: 20px; */
  padding: 0 0 0 10px;
  color: #777;
}

.attention_right dt {
  height: 30px;
  font-size: 14px;
  font-family: 'microsoft yahei';
  font-weight: bold;
  color: #0088ff;
}

.attention_right dd {
  line-height: 28px;
}
