/*通用样式*/

* {
  font-family: Microsoft YaHei;
}
.article-body .video-js.vjs-fluid,.article-body .video-js.vjs-16-9,.article-body .video-js.vjs-4-3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  min-width: auto!important;
}
.article-body table{
  max-width: 100%!important;
  margin: 0;
  width: 100%!important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: 0 auto;
}
#edui1_message_holder {
  display: none;
}
.carousel-indicators li{
  width: 7px;
  height: 7px;
  margin: 1px;
}
.carousel-indicators .active {
  background-color: #7d3e19;
  width: 7px;
  height: 7px;
  margin: 1px;
}
.pagination > li > a, .pagination > li > span{
  padding: 6px 8px!important;
  font-size: 14px!important;
}
.royal-theme .fr-second-toolbar {
  display: none !important;
}
.fr-wrapper > div > a {
  display: none !important;
}
[title="Froala Editor"] {
  display: none !important;
}
h4,
h4 a {
  margin: 0;
}
.article-body img,
.article-body video,
.article-body .fr-video iframe {
  max-width: 100% !important;
}
p,
li a {
  font-size: 16px;
  line-height: 25px;
}
nav.navbar-inverse {
  position: absolute;
  width: 100%;
  z-index: 100000;
}
.app-banner {
  margin-top: 8rem;
}

@media (min-width: 768px) {
  .article-body table{
    max-width: auto;
    margin: auto;
    width: auto;
  }
  .article-body .video-js.vjs-fluid,.article-body .video-js.vjs-16-9,.article-body .video-js.vjs-4-3 {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .carousel-indicators li{
    width: 10px;
    height: 10px;
    margin: 1px;
  }
  .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
  }
  
  .app-banner {
    margin-top: 17rem;
  }
}
/*正文*/

h4,
h4 a {
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
}

/*标题*/

h4 b,
h4 b a {
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
}

/*加粗标题*/

.small-block,
.small-block p,
.small-block a {
  font-size: 14px;
}

/*小字体*/

@media (min-width: 768pxn) {
  p,
  li a {
    font-size: 14px;
    line-height: 20px;
  }
  /*正文*/
  h4,
  h4 a {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
  }
  /*标题*/
  h4 b,
  h4 b a {
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
  }
  /*加粗标题*/
  .small-block,
  .small-block p,
  .small-block a {
    font-size: 14px;
  }
  /*小字体*/
}

/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: 992px) {
  p,
  li a {
    font-size: 14px;
    line-height: 20px;
  }
  /*正文*/
  h4,
  h4 a {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
  }
  /*标题*/
  h4 b,
  h4 b a {
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
  }
  /*加粗标题*/
  .small-block,
  .small-block p,
  .small-block a {
    font-size: 14px;
  }
  /*小字体*/
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  p,
  li a {
    font-size: 14px;
    line-height: 20px;
  }
  /*正文*/
  h4,
  h4 a {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
  }
  /*标题*/
  h4 b,
  h4 b a {
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
  }
  /*加粗标题*/
  .small-block,
  .small-block p,
  .small-block a {
    font-size: 14px;
  }
  /*小字体*/
}

.border {
  border: 1px solid #ccc;
}

.small-block {
  display: block;
}
.text-right {
  text-align: right;
}
.small-block a {
  color: #582f07;
}

.container-fluid.no-gutter {
  padding-right: 0px;
  padding-left: 0px;
}

.container.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter .row {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e60202;
  border-color: #e60202;
}

.container-header {
  text-align: center;
  border-bottom: solid 1px #f6d3ae;
  padding: 3rem 0 3rem 0;
  margin-bottom: 3rem;
  color: #ce7e27;
  margin: 0 0 10px;
}

.list-group .badge {
  color: #444;
  background-color: transparent;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0.8rem 0;
}

.list-group .list-group-item {
  display: inline-block;
  width: 100%;
}

.app-block-title h4 a {
  color: #ce7e27;
  font-weight: bold;
}
.app-block-title img {
  float: left;
  margin: 1rem;
}

.force-no-gutter ul li {
  padding: 0 !important;
}

.app-divide {
  height: 9px;
  background: url(../img/divide-border.gif) repeat-x;
  background-size: auto 100%;
}

/*滚动条样式*/

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

*::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(33, 33, 33, 0.2);
  border-radius: 4px;
}

.w-full-header {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.w-full-header .img-responsive {
  max-width: none;
  height: 10rem;
}

.w-full-header ul li a {
  color: #582f07;
}

@media (min-width: 768px) {
  .app-divide {
    height: 12px;
  }
  .list-group .badge {
    display: inline;
    width: auto;
    text-align: left;
    margin: 0;
  }
  .w-full-header .img-responsive {
    max-width: 100%;
    height: auto;
  }
}

/*导航样式*/

body > header .navbar-inverse {
  background: #fff url(../img/top-bg.jpg) repeat-x;
  background-size: auto 100%;
  border: none;
}

body > header .logo {
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  width: 138px;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

body > header .navbar-header {
  height: 8rem;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
  position: absolute;
  width: 100%;
}

body > header .navbar-nav {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  position: relative;
  z-index: 1000000;
}

.navbar-inverse .navbar-brand {
  color: #000;
}

.navbar-toggle {
  margin-top: 3rem;
  color: #000;
  background: rgb(161, 92, 0);
  border: none;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #cea676;
  color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
  background: rgb(235, 202, 160);
}

header .navbar {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body > header .navbar-header {
    height: 17rem;
  }
  body > header .logo {
    width: 258px;
    height: 101px;
    margin-top: 5rem;
  }
  body > header .navbar-nav {
    background: transparent;
    margin-top: 8rem;
    margin-left: 29rem;
    border: none;
  }
  .navbar-inverse .navbar-nav > li {
    margin: 0 1rem;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    width: auto;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent url(../img/nav-item-active-bg.png) no-repeat center
      bottom;
    background-size: contain;
    color: #000;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background: transparent url(../img/nav-item-active-bg.png) no-repeat center
      bottom;
    background-size: contain;
    color: #000;
  }
}

/*底部样式*/
body > footer.container-fluid {
  background: url(../img/footer-bg.jpg) repeat-x top;
  background-size: auto 100%;
  text-align: center;
  color: #582f07;
  position: relative;
  padding: 2rem 0;
}

body > footer.container-fluid .container {
  position: relative;
}

body > footer .site-info {
  line-height: 1.2rem;
}

body > footer .site-info span {
  margin-left: 1rem;
}

body > footer .wechat-qr {
  display: none;
}

@media (min-width: 768px) {
  body > footer.container-fluid {
    height: 24rem;
  }
  body > footer .site-info {
    margin-top: 5rem;
    line-height: 3rem;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
  }
  body > footer .site-info span {
    margin-left: 2rem;
  }
  body > footer .wechat-qr {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4rem;
    margin-right: 4rem;
    color: #000;
  }
}

/*首页样式*/

.app-block-dynamic {
  background: #faf7f0 url(../img/dynamic-bg.jpg);
  box-sizing: border-box;
  padding: 1rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.app-block-dynamic .news-lists {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}

.app-block-dynamic .news-lists ul {
  border-top: 1px dashed #ccc;
  padding: 0;
  padding-top: 1rem;
}

.app-block-dynamic .news-lists ul li {
  position: relative;
  list-style: none;
  text-indent: 1.4rem;
  background-image: url(../img/sqpurple.gif);
  background-position: left 45%;
  background-repeat: no-repeat;
}
.app-block-dynamic .news-lists ul li h4 a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-block-creation-calligraphy .body [class*="col-"] {
  padding: 1rem;
}

.app-block-creation-calligraphy .body [class*="col-"] ul li {
  padding: 0 0.6rem;
}

.app-block-creation-calligraphy .body [class*="col-"] ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul li a img {
  display: inline;
  position: absolute;
  margin: 0 5px;
}

.app-block-creation-calligraphy {
  background: url(../img/shrinkage-line-bg.jpg) repeat center;
  padding-bottom: 1.5rem;
}

.app-block-creation-calligraphy ul {
  padding: 0;
  padding-left: 1rem;
}

.app-block-creation-calligraphy ul li {
  position: relative;
  text-indent: 0.4rem;
  background-image: url(../img/sqpurple.gif);
  background-position: left 45%;
  background-repeat: no-repeat;
  list-style: none;
}

.app-block-video {
  background: #f9f7ef;
  padding-bottom: 4rem;
}

.app-block-video > .container {
  background: url(../img/hill-block-bg.jpg) no-repeat;
  background-size: 100% auto;
}

.app-block-video > .container .item {
  padding: 1rem;
  text-align: center;
}
.app-block-video > .container .item > div {
  overflow: hidden;
}
.app-block-video > .container .item > div > a {
  position: relative;
  display: inline-block;
}

.app-block-video > .container .item > div > a::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/site-play-btn.gif) no-repeat center center;
  z-index: 10;
  left: 0;
  opacity: 0.6;
}

.app-block-video > .container .item img {
  display: inline;
}

.app-block-video > .container .item > div {
  background: #fff;
}

.app-block-video > .container .item > div .text {
  padding: 1rem;
}

.app-block-activity {
  background: url(../img/round-block-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.app-block-activity .more-url {
  position: relative;
  display: inline-block;
  background: #fff2e0;
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  border-bottom: 0.3rem solid #ce8127;
}

.app-block-activity .more-url ul li {
  list-style: none;
  float: left;
  margin: 0 1rem;
}

.app-block-activity .body .item {
  padding: 1rem;
  text-align: center;
}

.app-block-activity .body .item img {
  display: inline;
}

.app-block-activity .body .item h5 {
  font-weight: normal;
  font-size: 1.5rem;
}
.app-block-dynamic .news-lists h4 a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .app-block-dynamic {
    padding-bottom: 6.7rem;
  }
  .app-block-activity {
    padding-bottom: 4rem;
  }
  .app-block-activity .more-url {
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: right;
    border: none;
  }
  .app-block-activity .more-url ul {
    position: absolute;
    right: 5rem;
    top: 36%;
  }
  .app-block-activity .more-url ul li {
    float: right;
  }
  .app-block-dynamic .news-lists {
    padding: 2rem;
  }
}

/*首页间距调整*/

.app-block-creation-calligraphy
  > .container
  > .row:last-child
  > .body
  > div:last-child {
  padding: 0 1rem;
}

.app-block-creation-calligraphy
  > .container
  > .row:nth-child(2)
  > div:last-child
  > div:last-child {
  padding: 0;
}

.app-block-creation-calligraphy
  > .container
  > .row:nth-child(4)
  > div:last-child
  > div:nth-child(3)
  > p {
  margin: 0;
}

@media (max-width: 992px) {
  .app-block-dynamic {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .app-block-creation-calligraphy > .container > .body > div:nth-child(1) {
    padding: 1rem 0;
  }
  .app-block-creation-calligraphy
    > .container
    > .body
    > div:nth-child(1)
    > div:nth-child(2) {
    padding: 0;
  }
  .app-block-creation-calligraphy
    > .container
    > .row:nth-child(4)
    > div:nth-child(1)
    > div:nth-child(2) {
    padding-left: 0;
  }
  .app-block-creation-calligraphy
    > .container
    > .row:nth-child(4)
    > div:nth-child(2)
    > div:nth-child(2) {
    padding: 0;
  }
}

/*关于页面*/

.app-about-page {
  background: url(../img/article-list-bg.jpg) no-repeat top;
}

.app-about-page .container {
  min-height: 900px;
}

/*动态列表*/

.app-article-lists {
  background: url(../img/article-list-bg.jpg) no-repeat top;
}

.app-art-lists {
  background: url(../img/article-list-bg.jpg) no-repeat top;
}

.app-art-lists .body {
  padding: 0;
  overflow: hidden;
  margin: 0;
}

.app-art-lists .body .item {
  float: left;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 20px;
  padding-right: 22px;
  box-sizing: border-box;
  text-align: center;
}

.app-art-lists .body .item img {
  display: inline;
  height: 25rem;
}

.app-art-lists .body .item img:hover {
  filter: brightness(1.2);
}

.app-art-lists .body .item :nth-child(3n) {
  margin-right: 0;
}

.app-art-lists .body .item p {
  line-height: 30px;
  font-size: 18px;
  color: #404040;
  padding-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-play-lists {
  background: url(../img/article-list-bg.jpg) no-repeat top;
}

.app-play-lists .thumbnail img.play-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  filter: brightness(1);
}

.app-play-lists .thumbnail:hover > img.play-btn {
  filter: brightness(1.2);
  top: 40px;
  opacity: 1;
}

.app-play-lists .row p {
  margin: 0;
  padding: 5px;
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-play-lists .row a {
  text-decoration: none;
}

.app-play-lists .thumbnail {
  position: relative;
}

.app-play-lists .row span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #999;
}

.app-news-lists {
  background: url(../img/article-list-bg.jpg) no-repeat top;
}

.app-news-lists .item {
  padding: 3rem 0 5rem 0;
  border-bottom: dashed 1px #999;
  overflow: hidden;
  list-style: none;
}

.app-news-lists .item img {
  object-fit: cover;
  float: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  filter: brightness(1);
  border: 1px solid #ccc;
}

.app-news-lists .item img:hover {
  filter: brightness(1.2);
}

.app-news-lists .item .text {
  padding: 2rem;
}

.app-news-lists .item .text .detail-btn {
  padding: 6px;
  position: absolute;
  border: solid 1px #e60202;
  color: #e60202;
  border-radius: 3px;
}

.app-news-lists .item .text h2 {
  padding: 0;
  font-size: 24px;
  margin: 0;
  color: #000;
  padding-bottom: 20px;
}

.app-news-lists .item .text p {
  line-height: 30px;
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.category-list {
  width: 100%;
  display: inline-block;
  margin: 1rem 0;
}

.category-list ul {
  list-style: none;
  width: 100%;
  padding: 0;
}

.category-list li {
  float: left;
  padding: 0.5rem 1rem;
  border: 1px solid #ce7e27;
  margin: 0.3rem;
  border-radius: 0.2rem;
  background: #fff;
}

.category-list li.active {
  background: #ce7e27;
}

.category-list li.active a {
  color: #fff;
}

.category-list li a {
  color: #ce7e27;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.category-list li a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .app-news-lists .item .text {
    padding: 0 3rem;
  }
}

/*会员列表*/
.member-item {
  position: relative;
  background: rgba(204, 204, 204, 0.205);
  margin: 0.2rem 0;
  display: inline-block;
  width: 100%;
  min-height: 10rem;
}
.member-item img {
  width: 6rem;
  height: auto;
  float: left;
}
.member-item section {
  position: absolute;
  left: 8rem;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
.member-item h4 {
  height: 3rem;
}
.member-item span {
  height: 4rem;
}
.member-item span,
.member-item h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.member-item a {
  cursor: pointer;
}
/*内容详细*/

.app-article-detail {
  background: url(../img/article-list-bg.jpg) no-repeat top;
}
.app-article-detail .container {
  padding: 2rem 0;
}
.app-article-detail .article-title {
  border-bottom: solid 1px #ddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 1rem;
}

.app-article-detail .article-title h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.app-article-detail article,
.app-article-detail footer {
  padding: 1rem 2rem;
  word-wrap: break-word;
  word-break: normal;
}
.app-article-detail footer .submitButton {
  border: 1px solid #cccccf;
  padding: 0.5rem 2rem;
  margin: 1rem;
  float: right;
  display: block;
  background: #fff;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .app-article-detail .container {
    padding: 5rem 0;
  }
  .app-article-detail .article-title {
    padding-bottom: 2rem;
  }
  .app-article-detail article,
  .app-article-detail footer {
    padding: 3rem 6rem;
  }
}

.comment-edit {
  padding: 2rem 0 !important;
}
#comment-form {
  width: 95%;
  margin: 0 auto;
}
.comment-lists .empty {
  display: none;
}

.comment-messages .item {
  border-bottom: 2px solid #cccccf2d;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 6rem;
}
.comment-messages .item .picture {
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 4rem;
  left: 10px;
  top: 0;
  opacity: 0.2;
}
.comment-messages .item .username {
  float: left;
}
.comment-messages .item .createAt {
  float: right;
  padding: 0 2rem;
  color: rgba(0, 0, 0, 0.2);
}
.comment-messages .item .description {
  clear: both;
  width: 100%;
}
#comment-form .field-commentform-username {
  width: 85%;
  padding: 0 0.4rem;
}
#comment-form .field-commentform-verifycode .txt {
  width: 80%;
  padding: 0 2rem;
}
#comment-form .field-commentform-verifycode .img {
  padding: 0 2rem;
}
#comment-form .field-commentform-verifycode .help-block {
  float: left;
  margin: 0 4rem;
}
#comment-form .field-commentform-description {
  width: 100%;
  margin: 0;
}
#comment-form .field-commentform-description .edui-editor {
  z-index: 999;
  margin: 0;
}
#comment-form .submitButton {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0.6rem 2rem;
  margin: 1rem 2rem;
}
.comment-messages-page {
  padding: 0 4rem;
}
.comment-messages {
  padding: 0 4rem;
}
.comment-messages-page .pagination {
  margin: 0;
}
@media (min-width: 768px) {
  #comment-form .field-commentform-username {
    width: 20%;
  }
  #comment-form .field-commentform-verifycode .txt {
    width: 17%;
  }
  #comment-form .field-commentform-verifycode .help-block {
    margin: 0.2rem 0;
  }
}
.member-block {
  margin-top: 0;
}
.member-list .pagination{
    margin: 0;
    float: right;
    margin-bottom: 7px;
}
.member-list .pagination > li > a, .member-list .pagination > li > span {
    background: #fbfaf8;
    border: 1px solid #dbc8b2;
    color: #dbc8b2;
}
.member-list .pagination > li.active > a, .member-list .pagination > li.active > span {
  background: #f3efe7;
  border: 1px solid #c3ae96;
  color: #dbc8b2;
}
.member-list .list-group {
    margin-bottom: 8px;
}
/*弹出层*/
#member-modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0.8rem;
  overflow: hidden;
  --tw-shadow: 0 10px 15px -3px rgba(216, 183, 118, 0.3),
    0 4px 6px -2px rgba(216, 183, 118, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #d8b776),
    var(--tw-ring-shadow, 0 0 #d8b776), var(--tw-shadow);
  color: #4d370b;
}
#member-modal .modal-content .modal-header {
  background: rgba(220, 192, 135, 0.7);
  box-shadow: none;
  color: #4d370b;
}
#member-modal .modal-content .modal-body {
  background: #fff url(../img/modal-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  border: none;
  padding: 1rem;
  padding-bottom: 18rem !important;
}
#member-modal .pic-block {
  float: left;
  text-align: center;
}
#member-modal .pic-block img {
  width: 22rem;
  height: auto;
  border: 1px solid #ccc;
  padding: 0.3rem;
  border-radius: 0.4rem;
  background: #fff;
  margin: 2rem;
}
#member-modal .text-description {
  margin-top: 1rem;
  max-height: 26rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .member-block {
    margin-top: 80px;
  }
  #member-modal .modal-content .modal-body {
    padding: 5rem;
  }
  #member-modal .pic-block {
    float: right;
  }
  #member-modal .pic-block img {
    margin: 0;
  }
}

