﻿@charset "UTF-8";

/*===================================
文件名  ：mod-detail.css
修改人  ：paddyxiong
修改时间：2015-4-29
版  本  ：v1.0
说  明  ：详情页统一模板
====================================*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

ul {
  padding: 0;
  margin: 10px 0 20px 20px;
}

ol {
  list-style: none;
}

a img {
  border: none;
  vertical-align: top;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  padding: 0;
  margin: 0;
  border: 0 none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea,
input {
  background: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=password] {
  -webkit-text-security: disc;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

body {
  word-wrap: break-word;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  user-select: none;
  -webkit-text-size-adjust: none;
  /* 禁止字体横屏变大 */
}

img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
  /* 响应式图片 */
}

.overflow-container {
  overflow-y: scroll;
  /* 响应式图片 */
}

.q-content {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  padding: 10px 15px 0;
  background: #fff;
  text-align: justify;
}

.q-title {
  position: relative;
  padding: 15px 15px 10px;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  font-weight: bolder;
}

.q-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1e1df;
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  margin: 0 15px;
}

.mod-list .mod-list-item {
  padding: 12px 15px 13px 15px;
  min-height: 25px;
  position: relative;
  cursor: pointer;
}

.mod-list-item {
  display: -webkit-box;
  background-color: #fff;
}

.ui-border-b::after,
.ui-f-border-b::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #e1e1df;
  -webkit-transform: scaleY(0.5);
}

.vm {
  /* box flex 居中 */
  -webkit-box-align: center;
}

.mod-list {
  margin: 0px;
}

.mod-list .list-btn {
  font-size: 12px;
  height: 24px;
  display: block;
  text-align: center;
  color: #B3B3B3;
}

.mod-list .list-info {
  -webkit-box-flex: 1;
  padding-right: 5px;
}

.mod-list .name,
.mod-list .title-wrap {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  /* -webkit-box-flex: 1; */
}

.list-btn .ico-turn {
  position: relative;
  display: block;
  width: 7px;
  height: 24px;
}

.fg-arrow::before {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  content: ".";
  font-size: 0;
  border-top: 2px solid #dadada;
  border-right: 2px solid #dadada;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.type-list h2 {
  padding: 12px 0 8px 15px;
  color: #888;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}

.type-list-ul {
  margin: 0px;
  position: relative;
  border-top: 0 none;
  border-bottom: 0 none;
  background: #fff;
}

.type-list-ul::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 200%;
  border-top: 1px solid #dfdfdf;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.type-list-ul li {
  padding-left: 15px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  display: list-item;
  text-align: -webkit-match-parent;
}

.bg_efeff4 {
  background: #efeff4 !important;
  font-size: 12px;
  line-height: 1.6em;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}

.type-list .type-list-ul li .wrapper1 {
  padding: 16px 0 15px 0;
  /* display: table; */
  display: block;
  height: 100%;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px #dfdfdf solid;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}

.type-list .type-list-ul li .wrapper1 .class_img {
  width: 35px;
  height: 35px;
  margin-top: -8px;
  margin-right: 10px;
  float: left;
  display: inline-block;
}

.type-list .type-list-ul li .wrapper1 .arrow_area {
  width: 16px;
  text-align: right;
  padding-right: 1em;
  padding-left: 1em;
  position: absolute;
  right: 15px;
  top: 50%;
  /* margin-top: -9px; */
}

.type-list .type-list-ul li .wording_area {
  color: #000;
  vertical-align: middle;
  word-wrap: break-word;
  text-align: left;
}

.mg_b_10 {
  margin-bottom: 10px !important;
}

.mg_t_10 {
  margin-top: 10px !important;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .type-list .type-list-ul li .wrapper1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    border-bottom: 1px #dfdfdf solid;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .type-list .type-list-ul li .wrapper1 {
    position: relative;
    border-bottom: 0 none;
  }

}

.faq-search-input {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  /* line-height: 40px; */
  outline: 0;
  padding: 2px 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.search-div {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}

.search-div-q{
  margin: 0 16px;
}

.search-div .search-div-div {
  display: block;
  font-size: 16px;
  overflow-y: hidden;
  line-height: normal;
  background-color: #fff;
  color: #444;
  width: auto;
  margin: 0 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .2);
}