/* main */

.main {
  margin-bottom: 40px;
}

.breadcrumb {
  padding: 20px 0;
}

/* main-content */
.main-content {
  min-height: 400px;

  box-sizing: border-box;

 
}

.main-content > .title {
  text-align: center;
  color: #2F4056;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.main-contents {
  min-height: 400px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-contents .photo-alls{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.main-contents .photo-alls .photo-lists {
  margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-contents .photo-alls .photo-lists .load-mores{
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main-contents .photo-alls .photo-lists .photo-it {
  width: 10%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.main-contents .photo-alls .photo-lists .photo-it > .photo-img {
  width: 100%;
  background-color: #c9c9c9;
  min-height: 40px;
}



/* foot */

.foot-map {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 600px;
  background-color: #eee;
  border: 1px solid #eee;
}

#map-container {
  width: 100%;
  height: 100%;
}


#map-container .amap-marker-label {
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  font-size: 14px;
  color: #656565;
  border-color: #009688;
  border-radius: 2px;
  cursor: pointer;
}


.foot-map > .switch-layer {
  position: absolute;
  top: 12px;
  right: 88px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 304;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}

.foot-map > .switch-layer > .layui-icon {
  font-size: 24px;
}

.foot-map > .switch-layer > .icon-label {
  color: #009587;
}

.foot-map > .switch-layer > .icon-image {
  color: #ff5722;
}

.foot-map > .line-layer {
  position: absolute;
  top: 58px;
  right: 88px;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  z-index: 304;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}

.foot-map > .line-layer > .text {
  display: block;
  font-size: 12px;
  color: #6b6b6b;
}

.foot-map > .line-layer > .layui-icon {
  color: #6b6b6b;
}

.foot-map > .line-layer-active > .text {
  color: #0091ff;
}

.foot-map > .line-layer-active > .layui-icon {
  color: #0091ff;
}

/* 图片标记 */
.image-marker-container {
  width: 92px;
  text-align: center;
}

.image-marker-container > .img-box{
  width: 44px;
  height: 44px;
  margin: 0 auto;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ffcebf;
  border-radius: 2px;
}

.image-marker-container > .title {
  white-space: nowrap;
  margin-top: 1px;
  padding: 0 4px;
  background-color: #fff;
  border: 1px solid #ffcebf;
}

.map-info {
  position: relative;
  width: 320px;
  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: info .3s ease  1  both;
}

@keyframes info {
  from {
      opacity: 0;
  } to {
      opacity: 1;
  }
}

.map-info::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
}

.map-info > .info-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.map-info > .info-top > .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-info > .info-top > .layui-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  transition: .2s;
} 

.map-info > .info-top > .layui-icon:hover {
  background-color: #eee;
  transition: .2s;
}

.map-info > .info-middle {
  margin-top: 10px;
  display: flex;
}

.map-info > .info-middle > .img-box {
  width: 100px;
  height: 72px;
  margin-right: 10px;
  border-radius: 2px;
}

.map-info > .info-middle > .content {
  width: 190px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #6f6f6f;
}

.map-info > .info-foot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.map-info > .info-foot > .layui-btn {
  display: flex;
  align-items: center;
}
.map-info > .info-foot .img {
  margin-right: 2px;
  width: 14px;
  height: 14px;
}

/* 音频 */
.audio-box {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 300px;
  margin-left: -170px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  z-index: 10000;
}

.audio-box > .audio-title {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  padding-right: 24px;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
}

.audio-box > .audio-title > .text {
  color: #333;
}


.audio-box > .layui-icon {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  color: #959595;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: .2s;
}

.audio-box > .layui-icon:hover {
  color: #000;
  transition: .2s;
}

/* photo-all */

.photo-all {
  margin-top: 30px;
}

.photo-list {
  
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.photo-item {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.photo-item > .photo-img {
  width: 100%;
  background-color: #c9c9c9;
  min-height: 40px;
}

/**********************新版的相册********************************/
.photo-list .item{
  display: flex;
  width: 24%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
  border-radius: 10px;
  background-color: white;
  margin-top: 20px;
}
.photo-list .item img{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.photo-list .item .title{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px 10px 0px;
  font-weight: bold;
}

/* news content /  load more */
.load-more {
  margin-top: 40px;
  text-align: center;
}

.load-more > .load-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}

.load-more > .load-icon > .layui-icon {
  color: #000;
  font-size: 18px;
}

/* 原图模式 */
.base-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

.base-header {
  position: relative;
  height: 68px;
  background-color: #000;
}

.base-header > .base-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 68px;
  padding: 0 24px;
  line-height: 68px;
  color: #c9c9c9;
  cursor: pointer;
}

.base-header > .base-close:hover {
  color: #fff;
}

.base-header > .base-close > span,
.base-header > .base-close > i {
  vertical-align: middle;
}

.base-header > .base-title {
  color: #fff;
  text-align: center;
  line-height: 68px;
}

.base-footer {
  height: 20px;
  background-color: #000;
}

.base-wrapper {
  position: relative;
}

.base-wrapper > img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.base-wrapper > .base-btn {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #c9c9c9;
  cursor: pointer;
  transition: color .2s;
}

.base-wrapper > .base-btn:hover {
  color: #fff;
  transition: color .2s;
}

.base-wrapper > .base-prev {
  left: 0;
}

.base-wrapper > .base-next {
  right: 0;
}

.base-wrapper > .base-btn > .layui-icon {
  font-size: 40px;
}

.layui-fixbar {
  z-index: 998;
}