body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a:hover,
a {
  text-decoration: none;
}

em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
/***********************/

.meeting {
  width: 100%;
}
.img_tabs {
  width: 100%;
}
.meeting .banner img {
  width: 100%;
}
.content {
  padding: 1.125rem /* 18/16 */;
}
.tab {
  width: 100%;
  background: #c4bbb2;
  border-radius: 1.25rem /* 20/16 */;
  white-space: nowrap;
  overflow-x: scroll;
}
.tab ul {
  list-style: none;
  display: flex;
}
.tab li {
  padding: 0.625rem 1.4375rem;
  border-radius: 1.25rem /* 20/16 */;
  font-size: 1.25rem /* 20/16 */;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.active {
  background: #d8903a;
}

.tabs_content {
  padding: 1.25rem 0 0.625rem;
}
.tab_content {
  padding: 0.625rem /* 10/16 */;
}
.tab_meeting {
  padding: 0.625rem 0;
  width: 100%;
}
.tab_list {
  width: 100%;
  height: 4.6875rem /* 75/16 */;
  padding: 0.375rem /* 6/16 */;
  border-radius: 0.625rem /* 10/16 */;
  font-size: 1.125rem /* 18/16 */;
  color: #fff;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  display: inline-block;
  margin: 0.625rem 0;
}
.tab_list div {
  margin: 0.3125rem 0;
  letter-spacing: 0.3125rem;
}
.tab_inline {
  line-height: 3.125rem /* 50/16 */;
}
.tabs_img {
  background: #9c8a7f;
}
.tab_img {
  background: #b8ada2;
}

.d_none {
  display: none;
}
/* 
// 隐藏滚动条 */
::-webkit-scrollbar {
  display: none;
}
