/** @format */

.content-wrap {
  /* padding: 1.17333rem 0.38667rem 0.8rem; */
  padding: 1.17333rem 0 0.8rem;
  background: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
}

.content-wrap .content-main {
  overflow: hidden;
  /* transition: all .4s; */
  /* height: 0px; */
  /* padding: 0 0.38667rem; */
}

.content-wrap .content-main .content-sub {
  color: #333;
  font-weight: 600;
  font-size: 0.373333rem;
}
.content-wrap .content-main .content-sub > span {
  font-weight: normal;
}
.content-wrap .content-main .content-right {
  color: #333;
  font-size: 0.373333rem;
  text-align: right;
}

.content-wrap .content-main > img {
  min-height: 3.066667rem;
}

.content-wrap .content-main.show {
  /* display: none; */
  height: auto;
}

.content-wrap .content-main.hide {
  /* display: none; */
  height: 0px;
}

.content-wrap .content-main .media-item {
  padding: 0.4rem 0;
  border-bottom: 0.026667rem dashed #e6e6e6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-wrap .content-main .media-item > img {
  width: 2.4rem;
  height: 1.6rem;
  margin-right: 0.266667rem;
}

.content-wrap .content-main .media-item .media-info {
  width: 6rem;
}

.content-wrap .content-main .media-item .media-info h3 {
  font-size: 0.373333rem;
  color: #333;
}

.content-wrap .content-main .media-item .media-info p {
  font-size: 0.266667rem;
  color: #999;
  margin-top: 0.24rem;
}

.content-wrap .content-main .media-item .media-info p .fl {
  float: left;
}

.content-wrap .content-main .media-item .media-info p .fr {
  float: right;
}

.content-wrap .content-main .empty-media {
  width: 100%;
  text-align: center;
  padding: 1.6rem 0 0;
}

.content-wrap .content-main .empty-media img {
  width: 1.866667rem;
  height: 1.546667rem;
  margin: 0 auto;
}

.content-wrap .content-main .empty-media p {
  font-size: 0.293333rem;
  color: #ccc;
  line-height: 1;
  padding: 0.4rem 0 1.226667rem;
}

.content-wrap .content-tabs {
  padding: 0.4rem 0.4rem 0;
  width: 100%;
  box-sizing: border-box;
}

.content-wrap .content-tabs::-webkit-scrollbar {
  display: none;
}

.content-wrap .content-tabs .tabs-item {
  font-size: 0.346667rem;
  color: #333;
  /* width: 2.88rem; */
  /* padding: 0 .4rem; */
  /* text-align: center; */
  background: #fff;
  /* float: left; */
  /* flex: 1; */
  /* white-space: nowrap; */
  /* margin-right: .28rem; */
  border-radius: 0.066667rem;
  margin-bottom: 0.533333rem;
}

.content-wrap .content-tabs .tabs-item:last-child {
  margin-bottom: 0;
}

.content-wrap .content-tabs .tabs-item.cur .title::after {
  /* color: #ff9000; */
  transform: rotate(180deg);
  transform-origin: center 5px;
}

.content-wrap .content-title {
  font-size: 0.426667rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  /* margin-top: .533333rem; */
  background: #fff;
  /* padding-top: .533333rem; */
  padding: 0.4rem 0;
  font-family: Microsoft YaHei;
}

.content-wrap .content-title .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0.266667rem;
}

.content-wrap .content-title .title::after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-top: 0.133333rem solid #666;
  border-left: 0.133333rem solid transparent;
  border-right: 0.133333rem solid transparent;
  border-bottom: 0.133333rem solid transparent;
  margin-top: 0.266667rem;
  transition: all 0.2s;
}

.content-wrap .content-title.no-common {
  padding: 0;
  background: none;
}

.content-wrap .content-title:before {
  content: "";
  width: 0.08rem;
  height: 0.533333rem;
  background: #ff9000;
  margin-right: 0.16rem;
}

.content-wrap p {
  line-height: 0.533333rem;
  font-size: 0.32rem;
  color: #333;
}

.content-wrap p.fontBold {
  font-weight: bold;
}

.content-wrap p.subtitle {
  margin-top: 0.533333rem;
  font-weight: bold;
}

.content-wrap p.mb35 {
  padding-bottom: 0.466667rem;
}

.content-wrap p.mt35 {
  padding-top: 0.466667rem;
}

.content-wrap p.mt80 {
  padding-top: 1.066667rem;
}

.content-wrap p.mb40 {
  padding-bottom: 0.533333rem;
}

.content-wrap p.mt70 {
  padding-top: 0.933333rem;
}

.content-wrap .content-company {
  padding: 0 0px 0.773333rem;
  background: #fff;
}

.content-wrap .content-company a {
  color: #333;
  font-size: 0.32rem;
  display: inline-block;
}

.content-wrap .content-company a.mb40 {
  margin-bottom: 0.533333rem;
}

.content-wrap .content-company .content-navbar {
  display: flex;
  align-items: center;
  /* margin-bottom: .4rem; */
}

.content-wrap .content-company .content-navbar .navbar-item {
  background: #f9f9f9;
  flex: 1;
  font-size: 0.373333rem;
  color: #333;
  text-align: center;
  padding: 0.4rem 0;
}

.content-wrap .content-company .content-navbar .navbar-item.active {
  color: #fff;
  background-color: #ff9543;
}
.tabs-item[data-id="info"] .content-company,
.tabs-item[data-id="organization"] .content-company {
  padding: 0 0.186667rem;
}

.tabs-item[data-id="organization"] .content-company .navtabs-container {
  display: none;
}
.tabs-item[data-id="info"] .content-company .navtabs-container .insurance-list,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="intermediary"]
  .intermediary-list,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="insurance"]
  .insurance-list {
  padding: 0.266667rem 0;
}
.tabs-item[data-id="info"]
  .content-company
  .navtabs-container
  .insurance-list
  .list-item,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="intermediary"]
  .intermediary-list
  .list-item,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="insurance"]
  .insurance-list
  .list-item {
  margin-bottom: 0.266667rem;
}
.tabs-item[data-id="info"]
  .content-company
  .navtabs-container
  .insurance-list
  .list-row,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="intermediary"]
  .intermediary-list
  .list-row,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="insurance"]
  .insurance-list
  .list-row {
  line-height: 0.6rem;
  font-size: 0.32rem;
}
.tabs-item[data-id="info"]
  .content-company
  .navtabs-container
  .insurance-list
  .list-title,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="intermediary"]
  .intermediary-list
  .list-title,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="insurance"]
  .insurance-list
  .list-title {
  color: #333;
}
.tabs-item[data-id="info"]
  .content-company
  .navtabs-container
  .insurance-list
  .list-desc,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="intermediary"]
  .intermediary-list
  .list-desc,
.tabs-item[data-id="organization"]
  .content-company
  .navtabs-container[data-type="insurance"]
  .insurance-list
  .list-desc {
  color: #666;
}

.content-wrap .content-info {
  padding: 0 0 0.773333rem;
  background: #fff;
}

.content-wrap .content-info .info-table {
  padding: 0.666667rem 0 0;
}

.content-wrap .content-info .info-table .info-table-header {
  height: 1.306667rem;
  background: #666;
  color: #fff;
}

.content-wrap .content-info .info-table .info-table-header > div {
  border-right: 0.026667rem solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  line-height: 0.48rem;
  font-size: 0.32rem;
  color: #fff;
}

.content-wrap .content-info .info-table .info-table-header > div:first-child {
  width: 1.866667rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-header
  > div:nth-of-type(2) {
  width: 2.746667rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-header
  > div:nth-of-type(3) {
  width: 2.746667rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-header
  > div:nth-of-type(4) {
  width: 1.84rem;
  border-right: 0;
}

.content-wrap .content-info .info-table .info-table-body {
  font-size: 0.266667rem;
  color: #333;
}

.content-wrap .content-info .info-table .info-table-body .info-item {
  border-bottom: 2px solid #ebebeb;
}

.content-wrap .content-info .info-table .info-table-body .info-item > div {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.253333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-right: 0.026667rem solid #ebebeb;
}

.content-wrap .content-info .info-table .info-table-body .info-item > div a {
  color: #ff9000;
  display: block;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div
  > .center-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div.no-center {
  display: block;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div.no-padding {
  padding: 0;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div
  > .pd20 {
  padding: 0 0.266667rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div
  > .no-border {
  border-bottom: 0 !important;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div
  > .row-1 {
  height: 2.4rem;
  border-bottom: 0.026667rem solid #ebebeb;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div
  > .row-5 {
  height: 12rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div
  > .row-4 {
  height: 9.6rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div:first-child {
  width: 1.866667rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div:nth-of-type(2) {
  width: 2.746667rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div:nth-of-type(3) {
  width: 2.746667rem;
}

.content-wrap
  .content-info
  .info-table
  .info-table-body
  .info-item
  > div:nth-of-type(4) {
  width: 1.84rem;
  border-right: 0;
}

.content-wrap .content-info .info-table .info-table-body .info-item.row-1 {
  height: 1.96rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item.row-5 {
  height: 12rem;
}

.content-wrap .content-secret {
  padding: 0.4rem 0.266667rem 0.773333rem;
  background: #fff;
}

.content-wrap .content-about {
  padding: 0 0 0.266667rem;
}

.content-wrap .content-about .about-main {
  background: #fff;
  margin-bottom: 0.266667rem;
  padding: 0.4rem 0.266667rem 0.333333rem;
}

.content-wrap .content-about .about-main p {
  text-indent: 2em;
  margin-bottom: 0.533333rem;
}

.content-wrap .content-about .about-main p:last-child {
  margin-bottom: 0;
}

.content-wrap .content-about .about-info .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.content-wrap .content-about .about-info .about-item .about-item-info {
  padding: 0 0.133333rem 0 0.266667rem;
}

.content-wrap .content-about .about-info .about-item .about-item-info h3 {
  font-size: 0.373333rem;
  font-weight: bold;
  color: #333;
}

.content-wrap .content-about .about-info .about-item .about-item-info h4 {
  font-size: 0.293333rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin: 0.266667rem 0 0.133333rem;
}

.content-wrap .content-about .about-info .about-item .about-item-info p {
  line-height: 0.48rem;
  font-size: 0.266667rem;
}

.content-wrap .content-about .about-info .about-item > * {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-tabs {
  -webkit-box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
}

.epidemic-situation .content-title:before {
  background-color: #ff4343 !important;
}

.table {
  border-collapse: collapse;
  word-break: break-all;
  word-wrap: break-word;
}

.table .table-header .table-header-item {
  border: 1px solid #eee;
  background: #ff9543;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /* width: 20%; */
  height: 1.066667rem;
  color: #ffffff;
  text-align: center;
}

.table .company-name,
.table .table-body-item {
  border: 1px solid #ddd;
  background: #fff;
  font-size: 0.266667rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding: 0.133333rem;
  line-height: 0.4rem;
}

.table .table-header .table-header-item:first-child,
.table .company-name {
  width: 3.733333rem;
}

.table .company-name {
  border-left: none;
}

/* .table tr .table-body-item:first-child {
  width: 5.466667rem;
} */
.table .table-header .table-header-item:nth-child(2),
.table #tbody tr .table-body-item:nth-child(2) {
  width: 5.466667rem;
}

.table .table-header .table-header-item:nth-child(3),
.table #tbody tr .table-body-item:nth-child(3) {
  width: 5.466667rem;
}

.table .table-header .table-header-item:nth-child(4),
.table #tbody tr .table-body-item:nth-child(4) {
  width: 3.733333rem;
}

.table #tbody tr .table-body-item:nth-child(4) {
  height: 2.4rem;
  border-right: 0;
}

.tabs-item[data-id="insurance_intermediary_license"] .content-main,
.tabs-item[data-id="license"] .content-main,
.tabs-item[data-id="inquire"] .content-main {
  padding: 0 0.38667rem;
}

.tabs-item[data-id="product"] .content-main {
  padding: 0;
}

.tabs-item[data-id="verification"]
  .table
  .table-header
  .table-header-item:first-child {
  width: 1.333333rem;
  padding: 0.133333rem;
}

.tabs-item[data-id="verification"]
  .table
  .table-header
  .table-header-item:nth-child(2) {
  width: 6.666667rem;
}

.tabs-item[data-id="verification"]
  .table
  .table-header
  .table-header-item:nth-child(3) {
  width: 1.333333rem;
  padding: 0.133333rem;
}

.mt10 {
  margin-top: 0.266667rem;
}

.mmb35 {
  margin-bottom: 0.466667rem;
}
