* {
  margin: 0;
  padding: 0;
}
body{
  background:#ffffff url(../images/bodybg.jpg);
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
div {
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  outline: none;
  border: 0;
}
textarea {
  /* 禁用 文本域拖拽大小 */
  resize: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/* 版心 */
.container {
  width: 1200px;
  margin: 0 auto;
}
/* header头部开始 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 999;
  background:#FFFFFF url(../images/bodybg.jpg);
}
.header .header-login {
  float: left;
  height: 110px;
  line-height: 110px;
  font-size: 48px;
  font-weight: bold;
  color: #333333;
}
.header .header-nav {
  float: right;
  height: 110px;
  line-height: 110px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.header .header-nav .active {
  color: #F4A632;
}
.header .header-nav li {
  float: left;
  height: 110px;
}
.header .header-nav li a {
  display: block;
  padding: 0 25px;
}
.header .header-nav li a:hover {
  color: #F4A632;
}
/* header头部结束 */
/* footer底部开始 */
.footer {
  position: relative;
  height: 267px;
  background-color: #F2F2F2;
  overflow: hidden;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
}
.footer .footer-wrap .footer-l .footer-nav {
  margin: 93px 0 37px 0;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer-wrap .footer-l .footer-nav ul {
  display: flex;
  position: relative;
}
.footer .footer-wrap .footer-l .footer-nav ul li {
  border-right: 1px solid #333333;
}
.footer .footer-wrap .footer-l .footer-nav ul li a {
  display: block;
  padding: 0 20px;
}
.footer .footer-wrap .footer-l .footer-nav ul li a:hover {
  color: #F4A632;
}
.footer .footer-wrap .footer-l .footer-nav ul li:nth-child(6) {
  border-right: 0;
}
.footer .footer-wrap .footer-l .footer-address {
  margin: 0 0 20px 20px;
  font-size: 16px;
  color: #555555;
}
.footer .footer-wrap .footer-l .copyright {
  margin-left: 20px;
  font-size: 16px;
  color: #555555;
}
.footer .footer-wrap .footer-r {
  width: 172px;
  height: 172px;
  margin-top: 40px;
}
.footer .footer-wrap .footer-r img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrap .footer-r p {
  line-height: 2em;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
/* footer底部结束 */
/* banner模块开始 */
.banner {
  width: 100%;
  height: 600px;
  margin-top: 110px;
}
.banner .banner-img {
  height: 100%;
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.banner-wrap {
  height: 275px;
  margin-top: 110px;
}
.banner-wrap .banner-img {
	width: 100%;
  height: 100%;
}
.banner-wrap .banner-img img {
  width: 100%;
  height: 100%;
}
/* banner模块结束*/
/* 首页 主体内容开始 */
.index-content-wrap {
  display: flex;
  justify-content: space-between;
}
.index-content-wrap .index-content-l {
  width: 780px;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-title {
  height: 85px;
  line-height: 85px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-people {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-people li {
  width: 113px;
  margin-top: 20px;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-people li .new-img {
  width: 113px;
  height: 142px;
  overflow: hidden;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-people li .new-img img {
  width: 100%;
  height: 100%;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-people li p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li {
  display: flex;
  position: relative;
  width: 348px;
  height: 98px;
  padding: 18px 15px;
  margin-top: 35px;
  border: 1px solid #999999;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .up-top {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #ffffff transparent;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .up-bottom {
  position: absolute;
  top: -21px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #999999 transparent;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .flower-img {
  width: 100px;
  height: 100px;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .flower-img img {
  width: 100%;
  height: 100%;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .flower-text {
  width: 233px;
  margin-left: 15px;
  color: #666666;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .flower-text p {
  line-height: 2em;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .flower-text .flower-name {
  font-size: 15px;
  font-weight: bold;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .flower-text .shop {
  color: #C3DEFF;
  margin-right: 15px;
}
.index-content-wrap .index-content-l .new-sacrifice-wrap .new-sacrifice-list .sacrifice-flower li .flower-text .time {
  float: right;
  font-size: 12px;
}
.index-content-wrap .index-content-l .live-die-wrap {
  position: relative;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die {
  height: 90px;
  line-height: 90px;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die .live-die-l {
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die .live-die-r {
  float: right;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die .live-die-r a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die .live-die-r .live-active {
  color: #D58B45;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die-list ul li {
  width: 148px;
  color: #666666;
  text-align: center;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die-list ul li .live-die-img {
  width: 148px;
  height: 170px;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die-list ul li .live-die-img img {
  width: 100%;
  height: 100%;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die-list ul li .l-name {
  font-size: 16px;
  padding: 10px 0;
}
.index-content-wrap .index-content-l .live-die-wrap .live-die-list ul li .l-time {
  font-size: 14px;
}
.index-content-wrap .index-content-l .live-die-wrap .live {
  display: block;
}
.index-content-wrap .index-content-l .live-die-wrap .die {
  display: none;
}
.index-content-wrap .index-content-l .live-die-wrap .see-more {
  position: absolute;
  top: 90px;
  right: 0;
  width: 148px;
  height: 170px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.index-content-wrap .index-content-l .live-die-wrap .see-more a {
  display: block;
  width: 100%;
}
.index-content-wrap .index-content-l .live-die-wrap .see-more a img {
  width: 63px;
  height: 63px;
}
.index-content-wrap .index-content-l .live-die-wrap .see-more a p {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 60px 0;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-title p {
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-title a {
  float: right;
  font-size: 14px;
  color: #666666;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-title a::after {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-culture {
  width: 370px;
  color: #333333;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-culture .folk-list li {
  position: relative;
  line-height: 2.5em;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-culture .folk-list li i::after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #666666;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .folk-culture .folk-list li p {
  margin-left: 15px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .sacrifice-article {
  width: 370px;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .sacrifice-article .sacrifice-list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 2.5em;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .sacrifice-article .sacrifice-list li i::after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #666666;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .sacrifice-article .sacrifice-list li .txt {
  display: inline-block;
  width: 170px;
  margin-left: -22px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-content-wrap .index-content-l .folk-sacrifice-wrap .sacrifice-article .sacrifice-list li .sacrifice-shop {
  color: #8EB3BB;
}
.index-content-wrap .index-content-r {
  width: 375px;
}
.index-content-wrap .index-content-r .login-wrap {
  height: 190px;
  margin-top: 105px;
  padding: 0 30px;
  /*background-color: #ffffff;*/
  box-shadow: 0 0 5px #EEEEEE;
}
.index-content-wrap .index-content-r .login-wrap .login-title {
  padding: 18px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.index-content-wrap .index-content-r .login-wrap  {
  position: relative;
  color: #000000;
}
.index-content-wrap .index-content-r .login-wrap  .username {
  position: relative;
  margin-bottom: 10px;
}
.index-content-wrap .index-content-r .login-wrap  .username i {
  position: absolute;
  top: 8px;
  left: 15px;
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  background: url("../images/username-icon.png") no-repeat;
}

.index-content-wrap .index-content-r .login-wrap .username input {
  position: relative;
  width: 265px;
  height: 33px;
  padding-left: 50px;
  background-color: #F8F8F8;
}
.index-content-wrap .index-content-r .login-wrap .username span {
  position: absolute;
  right: 2px;
  bottom: 6px;
  width: 80px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  background: #F4A632;
  color: #fff;
  border-radius: 15px;
}


.index-content-wrap .index-content-r .login-wrap .password {
  position: relative;
  margin-bottom: 10px;
}
.index-content-wrap .index-content-r .login-wrap .password i {
  position: absolute;
  top: 8px;
  left: 15px;
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  background: url("../images/password-icon.png") no-repeat;
}
.index-content-wrap .index-content-r .login-wrap .password input {
  width: 265px;
  height: 33px;
  padding-left: 50px;
  background-color: #F8F8F8;
}
.index-content-wrap .index-content-r .login-wrap .remember {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  color: #333333;
}
.index-content-wrap .index-content-r .login-wrap .remember input {
  position: absolute;
  top: 4px;
  left: 10px;
}
.index-content-wrap .index-content-r .login-wrap .remember span {
  float: right;
}
.index-content-wrap .index-content-r .login-wrap .login-btn {
  width: 100%;
  height: 35px;
  margin: 10px 0 10px 0;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  background: linear-gradient(left, #E9BB90, #FED79E);
  background: -webkit-linear-gradient(left, #E9BB90, #FED79E);
  background: -moz-linear-gradient(left, #E9BB90, #FED79E);
  cursor: pointer;
}
.index-content-wrap .index-content-r .login-wrap p {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.index-content-wrap .index-content-r .login-wrap .wx-login {
  position: relative;
  width: 200px;
  height: 25px;
  line-height: 25px;
  margin: 20px auto 0 auto;
}
.index-content-wrap .index-content-r .login-wrap .wx-login span {
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 70px;
  font-size:20px;
}
.index-content-wrap .index-content-r .login-wrap .wx-login span::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  width: 60px;
  height: 60px;
  background: url("../images/wx.png") no-repeat;
}
.login-wrap1 :hover{
  cursor: pointer;
}

.index-content-wrap .index-content-r .dead-article-wrap {
  /*height: 560px;*/
  margin-top: 30px;
  padding: 0px 30px;
  /*background-color: #ffffff;*/
  box-shadow: 0 0 5px #EEEEEE;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-title {
  height: 50px;
  line-height: 50px;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-title p {
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-title a {
  float: right;
  font-size: 14px;
  color: #666666;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-title a::after {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-list li {
  display: flex;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #EEEEEE;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-list li .dead-img {
  width: 40px;
  height: 40px;

}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-list li .dead-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-list li .dead-article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 225px;
  padding-left: 15px;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-list li .dead-article .dead-name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-list li .dead-article .dead-time {
  font-size: 12px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-content-wrap .index-content-r .dead-article-wrap .dead-article-list li .dead-article .death-text {
  /*height: 75px;*/
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* autoprefixer: on */
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-content-wrap .index-content-r .heaven-consult-wrap {
  height: 470px;
  margin-top: 0px;
  padding: 20px 30px;
  /*background-color: #ffffff;*/
  box-shadow: 0 0 5px #EEEEEE;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-title {
  height: 50px;
  line-height: 50px;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-title p {
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-title a {
  float: right;
  font-size: 14px;
  color: #666666;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-title a::after {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-consult {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #EEEEEE;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-consult .heaven-img {
  width: 113px;
  height: 142px;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-consult .heaven-img img {
  width: 100%;
  height: 100%;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-consult .heaven-content {
  width: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 10px;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-consult .heaven-content .heaven-text {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* autoprefixer: on */
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-consult .heaven-content .heaven-time {
  font-size: 12px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-list {
  padding: 15px 0;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-list li {
  position: relative;
  line-height: 2.5em;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-list li i::after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #666666;
}
.index-content-wrap .index-content-r .heaven-consult-wrap .heaven-list li p {
  margin-left: 15px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 首页 主体内容结束 */
/* 直播模块开始 */
.live-broadcast-wrap {
  position: relative;
  height: 1350px;
}
.live-broadcast-wrap .live-broadcast {
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #FFFFFF;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content {
  position: absolute;
  top: 83px;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
  height: 1234px;
  /* 礼物打赏 */
  /* 底部弹幕 */
  /* 留言 */
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .live-broadcast-img {
  width: 100%;
  height: 1113px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .live-broadcast-img img {
  width: 100%;
  height: 100%;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 121px;
  padding: 0 80px;
  border-bottom: 1px solid #ECECED;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar .active {
  color: #BC9062;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar a {
  color: #B7B0AA;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar .tab-bar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 200px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar .tab-bar-item .tab-bar-icon {
  display: inline-block;
  width: 36px;
  height: 30px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar .tab-bar-item .tab-bar-text {
  font-size: 24px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar .tab-bar-item .icon1 {
  background-image: url("../images/tabbar/tab-1.png");
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar .tab-bar-item .icon2 {
  background-image: url("../images/tabbar/tab-2.png");
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .tab-bar .tab-bar-item .icon3 {
  background-image: url("../images/tabbar/tab-3.png");
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-left {
  position: absolute;
  top: 33px;
  left: 28px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-left .gift-left-top li {
  width: 84px;
  height: 84px;
  margin-bottom: 25px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-left .gift-left-top li img {
  width: 100%;
  height: 100%;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-left .gift-left-bottom li {
  width: 84px;
  height: 84px;
  margin-bottom: 10px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-left .gift-left-bottom li img {
  width: 100%;
  height: 100%;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-right {
  position: absolute;
  top: 33px;
  right: 35px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-right li {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .gift-right li img {
  width: 100%;
  height: 100%;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .bullet-chat {
  position: absolute;
  left: 40px;
  bottom: 140px;
  font-size: 26px;
  color: #ffffff;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .bullet-chat li {
  width: 390px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-bottom: 13px;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .bullet-chat li .head-portrait {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 6px 9px;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .bullet-chat li .head-portrait img {
  width: 100%;
  height: 100%;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .bullet-chat li .chat-text {
  float: left;
  display: inline-block;
  width: 285px;
  height: 60px;
  line-height: 60px;
  margin-left: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.live-broadcast-wrap .live-broadcast .live-broadcast-content .leaving {
  position: absolute;
  right: 35px;
  bottom: 150px;
  width: 124px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
}
/* 直播模块结束*/
/*  纪念馆开始 */
.memorial-hall-wrap {
  position: relative;
}
.memorial-hall-wrap .memorial-hall-back {
  height: 40px;
  line-height: 40px;
  margin: 60px 0 25px 0;
}
.memorial-hall-wrap .memorial-hall-back a {
  display: inline-block;
  height: 100%;
  color: #ffffff;
}
.memorial-hall-wrap .memorial-hall-back a i {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  content: '';
  width: 20px;
  height: 21px;
  background: url("../images/home.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-back a span {
  padding-left: 30px;
  font-size: 16px;
}
.memorial-hall-wrap .memorial-hall-content {
  display: flex;
  justify-content: space-between;
  height: 730px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l {
  position: relative;
  width: 364px;
  height: 100%;
  padding: 25px;
  background-color: #9BB2D7;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .memorial-hall-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .memorial-hall-tab a {
  /*font-size: 18px;*/
  font-size: 17px;
  color: #ffffff;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .memorial-hall-tab .active {
  color: #BC9062;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .message-dynamics li {
  /*display: flex;*/
  box-sizing: border-box;
  width: 314px;
  /*height: 32px;*/
  line-height: 32px;
  margin-bottom: 5px;
  /*padding: 5px 15px;*/
  padding: 5px 5px 5px 5px;
  background-color: #59637A;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .message-dynamics li .dynamics-img {
  width: 32px;
  height: 32px;
  border-radius: 18px;
  overflow: hidden;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .message-dynamics li .dynamics-img img {
  width: 100%;
  height: 100%;
}

.message-dynamics .mess-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-dynamics .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  font-size: 16px;
  color: #fff;
}


.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .message-dynamics li p {
  width: 284px;
  margin-left: 10px;
  font-size: 15px;
  color: #ffffff;
  /*text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .message-dynamics .edit-message {
  position: absolute;
  bottom: 15px;
  margin-top: 10px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .message-dynamics .edit-message textarea {
  width: 284px;
  height: 40px;
  padding: 10px 15px;
  color: #000;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .message-dynamics .edit-message .edit-btn {
  width: 314px;
  height: 35px;
  line-height: 35px;
  margin-top: 8px;
  text-align: center;
  background-color: #BC9062;
  color: #ffffff;
  cursor: pointer;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-photo {
  display: none;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-photo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-photo ul li {
  width: 150px;
  height: 180px;
  margin-bottom: 20px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-photo ul li img {
  width: 100%;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-photo .photo-btn {
  position: absolute;
  bottom: 15px;
  width: 314px;
  height: 35px;
  line-height: 35px;
  margin-top: 8px;
  text-align: center;
  background-color: #BC9062;
  color: #ffffff;
  cursor: pointer;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article {
  display: none;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article li {
  height: 215px;
  margin-bottom: 28px;
  border-radius: 5px;
  background-color: #ffffff;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article li .article-wrap {
  padding: 20px 15px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article li .article-wrap .article-name {
  font-size: 19px;
  font-weight: 600;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article li .article-wrap .article-content {
  line-height: 1.5em;
  margin-top: 20px;
  font-size: 17px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* autoprefixer: on */
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article li .article-operation {
  height: 55px;
  line-height: 55px;
  padding: 10px 15px;
  border-top: 2px solid #F0F0F0;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article li .article-operation a {
  float: right;
  display: inline-block;
  width: 74px;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #BC9062;
  border-radius: 13px;
  color: #BC9062;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-l .recall-article .add-article {
  position: absolute;
  bottom: 15px;
  width: 314px;
  height: 35px;
  line-height: 35px;
  margin-top: 8px;
  text-align: center;
  background-color: #BC9062;
  color: #ffffff;
  cursor: pointer;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c {
  position: relative;
  width: 438px;
  height: 100%;
  /* 主页开始 */
  /* 主页结束 */
  /* 缅怀开始 */
  /* 缅怀结束 */
  /* 悼念开始 */
  /* 悼念结束 */
}


/* 礼物 */
.gift-wrap {
  position: absolute;
  top: 350px;
  left: 75px;

  width: 300px;
}

.gift-wrap ul {
    display: flex;
  flex-wrap: wrap;

}
.gift-wrap li {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.gift-wrap li img {
  width: 100%;
}
.gift-wrap2 {
  top: 470px!important;
}

.gift-wrap2 ul {
    display: block;

}
.gift-wrap2 li {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}
.gift-wrap2 li img {
  width: 100%;
}
.gift-wrap2 li:first-child {
  margin-top: 0;
}



/* 双人馆 */
.mourn-img-wrap {
  position: absolute;
  top: 140px;
  left: 146px;
  width: 150px;
  display: flex;
  justify-content: space-between;
}
.mourn-img-wrap .mourn-img-l {
  width: 70px;
  height: 80px;
}
.mourn-img-wrap .mourn-img-l img {
  width: 70px;
    height: 77px;
}
.mourn-img-wrap .mourn-img-l p {
  text-align: center;
  color: #ffffff
}







.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .home-page {
  display: none;
  width: 438px;
  height: 100%;
  background-repeat: no-repeat;
  /*background: url("../images/memorial/memo-c-bg-1.png") no-repeat;*/
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab.two-tabs {
  justify-content: space-around;
  padding: 15px 120px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 40px;
  color: #BFB9B2;
  cursor: pointer;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item span {
  display: block;
  width: 21px;
  height: 16px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item p {
  font-size: 15px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item .tab-1 {
  background: url("../images/tabbar/tab-n.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item .tab-2 {
  background: url("../images/tabbar/tab-m.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item .tab-3 {
  background: url("../images/tabbar/tab-z.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item .tab-z-icon-active {
  background: url("../images/tabbar/tab-z-active.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item .tab-m-icon-active {
  background: url("../images/tabbar/tab-m-active.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-item .tab-n-icon-active {
  background: url("../images/tabbar/tab-n-active.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-hall-center-tab .tab-active {
  color: #CCAA87;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-pic-name {
  position: absolute;
  top: 246px;
  left: 186px;
  width: 73px;
  height: 100px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-pic-name img {
  width: 70px;
  height: 83px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-pic-name p {
  font-size: 16px;
  color: #e29700;
  text-align: center;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap {
  position: absolute;
  top: 28px;
  left: 15px;
  width: 48px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap .icon-tl li {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap .icon-tl li img {
  width: 100%;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap .icon-bl li {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
}

/*.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap .icon-bl li .sss {*/
/*  animation: loading-data-v-67324173 1s steps(12) infinite;*/
/*}*/
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap .icon-bl li a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
}

.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap .icon-bl li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-l-wrap .icon-bl li img.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: .68;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-r-wrap {
  position: absolute;
  top: 20px;
  right: 0px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-r-wrap li {
  width: 48px;
  height: 48px;
  margin-bottom: 0px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .memorial-icon-r-wrap li img {
  width: 100%;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .recall {
  display: none;
  width: 438px;
  height: 100%;
  background: url("../images/memorial/memo-c-bg-2.png") no-repeat;
  background-size: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .recall .recall-img {
  position: absolute;
  top: 135px;
    left: 185px;
    width: 75px;
    height: 90px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .recall .recall-img img {
  width: 100%;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .mourn {
  /*display: none;*/
  width: 438px;
  height: 100%;
  /*background-repeat: no-repeat;*/
  background: url("../images/memorial/memo-c-bg-3.png") no-repeat;
  background-size: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .mourn .mourn-img-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  /*top: 240px;*/
  top: 238px;
  left: 137px;
  width: 170px;
  height: 140px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .mourn .mourn-img-wrap .mourn-img-l {
  width: 69px;
  height: 83px;
  color: #ffffff;
  text-align: center;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .mourn .mourn-img-wrap .mourn-img-l img {
  width: 100%;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .mourn .mourn-img-wrap .mourn-img-l .mourn-name {
  line-height: 2em;
  font-size: 14px;
    color: #e29700;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-c .mourn .mourn-img-wrap .mourn-img-l .mourn-time {
  font-size: 12px;
  color: #E9B279;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 364px;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .scan {
  display: flex;
  justify-content: space-around;
  height: 167px;
  background-color: #9BB2D7;
  padding: 17px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .scan .scan-l {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  font-size: 14px;
  color: #ffffff;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .scan .scan-l span {
  display: block;
  content: '';
  width: 45px;
  height: 41px;
  background: url("../images/memorial/sao-icon.png") no-repeat;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .scan .scan-r {
  width: 120px;
  height: 120px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .scan .scan-r img {
  width: 100%;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice {
  height: 550px;
  padding: 25px 20px;
  background-color: #9BB2D7;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .memorial-sacrifice-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 21px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .memorial-sacrifice-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .memorial-sacrifice-list ul li {
  width: 155px;
  height: 192px;
  margin-bottom: 14px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .memorial-sacrifice-list ul li .list-img {
  width: 155px;
  height: 155px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .memorial-sacrifice-list ul li .list-img img {
  width: 100%;
  height: 100%;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .memorial-sacrifice-list ul li .list-txt {
  height: 50px;
  padding: 6px 0;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  background-color: #009F54;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .memorial-sacrifice-list ul li .list-time {
  margin-right: 10px;
}
.memorial-hall-wrap .memorial-hall-content .memorial-hall-r .memorial-sacrifice .sacrifice-btn {
  width: 324px;
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background-color: #BC9062;
  cursor: pointer;
}
/* 上传图片 */
.popup-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.popup-wrap .popup {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 700px;
  padding: 25px 0;
  background-color: #ffffff;
  border-radius: 10px;
}
.popup-wrap .popup .title {
  position: relative;
  height: 60px;
  line-height: 50px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #EEEEEE;
}
.popup-wrap .popup .title p {
  font-size: 22px;
  color: #333333;
}
.popup-wrap .popup .title a {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  font-size: 20px;
  color: #666666;
}
.popup-wrap .upload-pic {
  width: 350px;
  padding-left: 20px;
}
.popup-wrap .upload-pic p {
  line-height: 3em;
  font-size: 16px;
  color: #666666;
}
.popup-wrap .upload-pic .upload-icon {
  display: block;
  content: '';
  width: 79px;
  height: 79px;
  margin: 15px 0;
  background: url("../images/memorial/add-img.png") no-repeat;
  cursor: pointer;
}
.popup-wrap .upload-pic .pic-list {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.popup-wrap .upload-pic .pic-list li {
  position: relative;
  width: 105px;
  height: 105px;
  margin-bottom: 8px;
  margin-right: 5px;
}
.popup-wrap .upload-pic .pic-list li img {
  width: 100%;
  height: 100%;
}
.popup-wrap .upload-pic .pic-list li .pic-lose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: '';
  width: 23px;
  height: 23px;
  background: url("../images/memorial/close.png") no-repeat;
  cursor: pointer;
}
.popup-wrap .pic-btn {
  position: absolute;
  bottom: 25px;
  width: 330px;
  height: 53px;
  line-height: 53px;
  margin-left: 20px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
}
.popup-wrap .article-memo-wrap {
  height: 535px;
  padding: 0 20px;
}
.popup-wrap .article-memo-wrap .art-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.popup-wrap .article-memo-wrap .art-title input {
  width: 100%;
  height: 47px;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
}
.popup-wrap .article-memo-wrap .art-title p {
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
}
.popup-wrap .article-memo-wrap .art-title textarea {
  width: 370px;
  height: 370px;
  padding: 20px;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.popup-wrap .article-memo-wrap .article-btn {
  position: absolute;
  bottom: 25px;
  width: 410px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
}
.popup-wrap .long-light {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 20px;
}
.popup-wrap .long-light li {
  position: relative;
  width: 196px;
  height: 222px;
  margin-bottom: 17px;
  background-color: #EEEEEE;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
}
.popup-wrap .long-light li img {
  width: 100%;
  height: 100%;
}
.popup-wrap .long-light li .long-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 18px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.popup-wrap .long-light li .long-text .t {
  line-height: 2em;
  font-size: 16px;
}
.popup-wrap .long-light li .long-text .content {
  font-size: 14px;
}
.popup-wrap .long-light .long-active {
  border: 1px solid #BE9263;
}
.popup-wrap .long-btn {
  position: absolute;
  bottom: 25px;
  width: 410px;
  height: 53px;
  margin-left: 20px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
}
.popup-wrap .son-safety-list {
  padding: 0 20px;
}
.popup-wrap .son-safety-list li {
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  color: #333333;
  /*border-bottom: 1px solid #EEEEEE;*/
  cursor: pointer;
}
.popup-wrap .safety-btn {
  position: absolute;
  bottom: 25px;
  width: 410px;
  height: 53px;
  margin-left: 20px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
}
.popup-wrap .list-tab {
  height: 80px;
}
.popup-wrap .list-tab ul {
  padding: 20px 0;
}
.popup-wrap .list-tab ul li {
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 20px;
  padding: 0 23px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  text-align: center;
  font-size: 19px;
}
.popup-wrap .list-tab ul li:first-child {
  margin-left: 20px;
}
.popup-wrap .list-tab .list-tab-active {
  border: 0;
  color: #666666;
}
.popup-wrap .friends-list-1 {
  padding: 0 18px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap {
  position: relative;
  width: 374px;
  height: 125px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 18px;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .friends-list-item {
  display: flex;
  justify-content: space-between;
  height: 75px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .friends-list-item .list-item-img {
  width: 75px;
  height: 75px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .friends-list-item .list-item-img img {
  width: 100%;
  height: 100%;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .friends-list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 15px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .friends-list-content .list-name {
  font-size: 19px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .friends-list-content .list-time {
  font-size: 18px;
  color: #666666;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .identity {
  position: absolute;
  top: 24px;
  left: 210px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .identity li {
  float: left;
  margin-left: 5px;
  padding: 5px;
  font-size: 18px;
  color: #BC9062;
  border: 1px solid #BC9062;
  border-radius: 5px;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .identity .manage {
  color: #4CBF00;
  border: 1px solid #4CBF00;
}
.popup-wrap .friends-list-1 .friends-list-item-wrap .list-item-btn {
  display: block;
  width: 103px;
  height: 36px;
  line-height: 36px;
  margin: 12px 0 12px 105px;
  color: #ffffff;
  font-size: 16px;
  background-color: #BC9062;
  border-radius: 18px;
  text-align: center;
}
.popup-wrap .friends-list-2 {
  /*display: none;*/
  padding: 0 18px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap {
  position: relative;
  width: 374px;
  height: 90px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 18px;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .friends-list-item {
  display: flex;
  justify-content: space-between;
  height: 75px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .friends-list-item .list-item-img {
  width: 75px;
  height: 75px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .friends-list-item .list-item-img img {
  width: 100%;
  height: 100%;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .friends-list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 15px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .friends-list-content .list-name {
  font-size: 19px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .friends-list-content .list-time {
  font-size: 18px;
  color: #666666;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .identity {
  position: absolute;
  top: 24px;
  left: 210px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .identity li {
  float: left;
  margin-left: 5px;
  padding: 5px;
  font-size: 18px;
  color: #BC9062;
  border: 1px solid #BC9062;
  border-radius: 5px;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .identity .manage {
  color: #4CBF00;
  border: 1px solid #4CBF00;
}
.popup-wrap .friends-list-2 .friends-list-item-wrap .list-item-btn {
  display: block;
  width: 103px;
  height: 36px;
  line-height: 36px;
  margin: 12px 0 12px 105px;
  color: #ffffff;
  font-size: 16px;
  background-color: #BC9062;
  border-radius: 18px;
  text-align: center;
}
/* 加入亲友团 */
.family-friends-group {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.family-friends-group .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 350px;
  padding: 25px 0;
  background-color: #ffffff;
  border-radius: 10px;
}
.family-friends-group .popup .title {
  position: relative;
  height: 60px;
  line-height: 50px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #EEEEEE;
}
.family-friends-group .popup .title p {
  font-size: 22px;
  color: #333333;
}
.family-friends-group .popup .title a {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  font-size: 20px;
  color: #666666;
}
.family-friends-group .popup .head-title {
  padding: 35px 137px;
  font-size: 22px;
  font-weight: bold;
}
.family-friends-group .popup .input-wrap {
  width: 390px;
  height: 60px;
  margin: 0 auto;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.family-friends-group .popup .input-wrap label {
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
}
.family-friends-group .popup .input-wrap label input {
  padding-left: 10px;
  background-color: transparent;
}
.family-friends-group .popup .friends-btn {
  width: 315px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto;
  background-color: #BC9062;
  font-size: 19px;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
/* 去贡献祭品 */
.sacrifice-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.sacrifice-wrap .contribution-sacrifice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 1085px;
  height: 762px;*/
  width: 800px;
  height: 600px;
  padding: 30px 45px;
  background-color: #ffffff;
}
.sacrifice-wrap .contribution-sacrifice .sacrifice-title {
  font-size: 21px;
  font-weight: bold;
}
.sacrifice-wrap .contribution-sacrifice .sacrifice-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.sacrifice-wrap .sacrifice {
  display: flex;
  justify-content: space-between;
}
.sacrifice-wrap .sacrifice .sacrifice-l {
  /*width: 685px;*/
  width: 500px;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-nav {
  /*width: 685px;*/
  width: 500px;
  margin: 30px 0;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-nav ul {
  display: flex;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-nav ul li {
  margin-right: 5px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  border-radius: 15px;
}
/*.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-nav ul li:last-child {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #BC9062;
  border-radius: 15px;
}*/
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-nav ul .nav-active {
  background-color: #009F54;
  color: #ffffff;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list {
  /*width: 685px;
  height: 575px;*/
  width: 500px;
  height: 400px;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list ul li {
  position: relative;
  width: 110px;
  height: 110px;
  margin-bottom: 7px;
  cursor: pointer;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list ul li img {
  width: 100%;
  height: 100%;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list ul li .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26px;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list ul li .content .content-t {
  font-size: 14px;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list ul li .content .content-b {
  font-size: 10px;
}
.sacrifice-wrap .sacrifice .sacrifice-l .sacrifice-list ul li .active {
  background: #009F54;
}
.sacrifice-wrap .sacrifice .sacrifice-r {
  /*width: 282px;*/
  /*height: 613px;*/
  width: 200px;
  height: 520px;
  background-color: #F8F8F8;
}
.sacrifice-wrap .sacrifice .sacrifice-r .img-wrap {
  width: 137px;
  height: 162px;
  /*margin: 72px 72px 27px 72px;*/
  margin: 72px 35px 27px 35px;
}
.sacrifice-wrap .sacrifice .sacrifice-r .img-wrap img {
  width: 137px;
  height: 137px;
  vertical-align: middle;
}
.sacrifice-wrap .sacrifice .sacrifice-r .img-wrap p {
  height: 25px;
  line-height: 25px;
  background-color: #ffffff;
  font-size: 10px;
  color: #009F54;
  text-align: center;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content {
  padding: 0 25px;
  font-size: 14px;
  color: #666666;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .introduce {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* autoprefixer: on */
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .introduce span {
  line-height: 1.5em;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .value {
  margin-bottom: 15px;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .count {
  position: relative;
  margin-bottom: 15px;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .count button {
  width: 22px;
  height: 22px;
  border: 1px solid #666666;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .count .reduce {
  position: absolute;
  top: 0;
  left: 47px;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .count .add {
  position: absolute;
  top: 0;
  left: 119px;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .count input {
  width: 50px;
  height: 20px;
  margin-left: 22px;
  text-align: center;
  border: 1px solid #666666;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .price {
  margin-bottom: 15px;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .time-length ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .time-length ul li {
  width: 72px;
  height: 31px;
  line-height: 31px;
  margin-bottom: 13px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .time-length ul .active {
  color: #ffffff;
  background-color: #BC9062;
}
.sacrifice-wrap .sacrifice .sacrifice-r .content .content-btn {
  height: 44px;
  line-height: 44px;
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background-color: #BC9062;
  cursor: pointer;
}
/* 纪念馆结束 */
/*  开启纪念馆开始 */
.memorialHall {
  width: 100%;
  height: 203px;
}
.memorialHall .memorialHall-img {
  height: 100%;
}
.memorialHall .memorialHall-img img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
/* 开始纪念结束 */
/* 首页 4大模块开始 */
.creation {
  margin-top: 55px;
}
.common {
  margin-bottom: 30px;
}
.common:nth-child(1) {
  margin-top: 55px;
}
.common-title {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.common-title .title-left {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
.common-title .title-left::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 20px;
  margin-right: 15px;
  background-color: #BC9062;
}
.common-title .title-right {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 18px;
  color: #BFBFBF;
}
.common-title .title-right::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #BFBFBF;
  border-right: 2px solid #BFBFBF;
  transform: rotate(45deg);
}
.common-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.common-content .common-content-item {
  display: flex;
  height: 250px;
  width: 580px;
  background-color: #F7F7F7;
  margin: 15px 0;
}
.common-content .common-content-item:nth-child(odd) {
  margin-right: 40px;
}
.common-content .common-content-item .item-img {
  width: 147px;
  height: 188px;
  /*background: url("../images/e08c3afe8.png") no-repeat;*/
  margin: 30px;
  overflow: hidden;
}
.common-content .common-content-item .item-img img {
  width: 100%;
  height: 100%;
}
.common-content .common-content-item .item-msg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 55px 0;
  color: #3A3A3A;
}
.common-content .common-content-item .item-msg .name {
  float: left;
  height: 28px;
  line-height: 23px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.common-content .common-content-item .item-msg .time {
  font-size: 18px;
}
.common-content .common-content-item .item-msg .amount {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #BBBBBB;
}
.common-content .common-content-item .item-msg .amount span {
  margin-right: 3px;
}
.common-content .common-content-item .item-msg .amount .item-msg-icon-1 {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/look.png") no-repeat;
}
.common-content .common-content-item .item-msg .amount .item-msg-icon-2 {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/fire.png") no-repeat;
}
.birthday {
  float: right;
  display: inline-block;
  width: 45px;
  height: 23px;
  padding-bottom: 2px;
  line-height: 23px;
  background-color: #BC9062;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.death {
  float: right;
  display: inline-block;
  width: 45px;
  height: 23px;
  padding-bottom: 2px;
  line-height: 23px;
  background-color: #999999;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
/* 首页 4大模块结束*/
/* 文章模块开始 */
.article .article-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
  margin-top: 25px;
}
.article .article-content .article-item {
  margin-bottom: 30px;
}
.article .article-content .article-item .article-img {
  width: 369px;
  height: 220px;
}
.article .article-content .article-item .article-img img {
  width: 100%;
  height: 100%;
}
.article .article-content .article-item span {
  display: block;
  width: 369px;
  height: 1px;
  margin: 20px 0;
  background-color: #eeeeee;
}
.article .article-content .article-item .article-describe {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
/* 文章模块结束 */
/* 文章页面列表开始 */
.article-list {
  margin-top: 95px;
  text-align: center;
}
.article-list ul {
  height: auto;
}
.article-list ul .article-list-item {
  float: left;
  margin-left: 46px;
}
.article-list ul .article-list-item .article-item {
  margin-bottom: 30px;
}
.article-list ul .article-list-item .article-item .article-img {
  width: 369px;
  height: 220px;
}
.article-list ul .article-list-item .article-item .article-img img {
  width: 100%;
  height: 100%;
}
.article-list ul .article-list-item .article-item .border {
  display: block;
  width: 369px;
  height: 1px;
  margin: 20px 0;
  background-color: #eeeeee;
}
.article-list ul .article-list-item .article-item .article-describe {
  position: relative;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: #333333;
}
.article-list ul .article-list-item .article-item .article-describe .title {
  position: absolute;
  top: 0;
  left: 0;
}
.article-list ul .article-list-item .article-item .article-describe .timer {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #7A7A7A;
}
.article-list ul .article-list-item:nth-child(3n + 1) {
  margin-left: 0;
}
/* 文章页面列表结束 */
.page-wrap {
  width: 350px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  margin: 80px auto 70px auto;
  color: #999999;
}
.page-wrap .page-prev::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 120px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: rotate(225deg);
  cursor: pointer;
}
.page-wrap .page-next {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 120px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: rotate(45deg);
  cursor: pointer;
}
.page-wrap .page-current {
  display: inline-block;
  width: 28px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #999999;
  border-radius: 5px;
  text-align: center;
}
/*  文章内容页面开始*/
.article-content-wrap {
  position: relative;
  /*height: 1350px;*/
}
.article-content-wrap .article-con {
  /*position: absolute;*/
  /*top: -83px;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  height: 100%;
  background-color: #FFFFFF;
}
.article-content-wrap .article-con .article-content {
  padding: 60px 50px;
}
.article-content-wrap .article-con .article-content .article-title {
  font-size: 30px;
  font-weight: 700;
}
.article-content-wrap .article-con .article-content .article-msg {
  padding: 25px 0;
}
.article-content-wrap .article-con .article-content .article-msg li {
  float: left;
  padding-right: 15px;
  font-size: 18px;
  color: #9E9E9E;
}
.article-content-wrap .article-con .article-content .article-text {
  margin-top: 35px;
  font-size: 18px;
  color: #6E6E6E;
}
/*.article-content-wrap .article-con .article-content .article-text p {*/
/*  margin-bottom: 55px;*/
/*}*/
/* 文章内容页面结束 */
/* 个人中心banner模块开始 */
.personal-banner {
  width: 100%;
  height: 200px;
  margin-top: 110px;
}
.personal-banner .banner-img {
  height: 100%;
}
.personal-banner .banner-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* 个人中心banner模块结束 */
/*  个人中心选项模块开始 */
.personal-context-wrap {
  position: relative;
  /*height: auto;*/
  padding-bottom: 20px;
}
.personal-context-wrap .personal-context {
  /*position: absolute;*/
  /*top: -43px;*/
  /*top: 0;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  height: auto;
  padding: 20px 45px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 15px #F2F2F2;
  overflow: hidden;
}
.personal-context-wrap .personal-context .personal-title {
  font-size: 30px;
  font-weight: bold;
}
.personal-context-wrap .personal-context .personal {
  width: 100%;
  height: 120px;
  margin: 37px 0 27px 0;
}
.personal-context-wrap .personal-context .personal .span {
  float: left;
}
.personal-context-wrap .personal-context .personal .tx {
  float: left;
  display: inline-block;
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  overflow: hidden;
}
.personal-context-wrap .personal-context .personal .msg {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  margin-left: 40px;
  color: #333333;
}
.personal-context-wrap .personal-context .personal .msg .name {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.personal-context-wrap .personal-context .personal .msg .money {
  font-size: 24px;
}
.personal-context-wrap .personal-context .personal .recharge {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  float: right;
  font-size: 26px;
}
.personal-context-wrap .personal-context .personal .recharge::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #7D7D7D;
  border-right: 2px solid #7D7D7D;
  transform: rotate(45deg);
}
.personal-context-wrap .personal-context .personal-option {
  padding-top: 50px;
  border-top: 7px solid #F7F7F7;
}
.personal-context-wrap .personal-context .personal-option ul {
  display: flex;
  flex-wrap: wrap;
}
.personal-context-wrap .personal-context .personal-option ul li {
  box-sizing: border-box;
  width: 265px;
  height: 146px;
  padding: 35px 20px 20px 25px;
  margin: 0 12px 12px 0;
  background-color: #F7F7F7;
}
.personal-context-wrap .personal-context .personal-option ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.personal-context-wrap .personal-context .personal-option ul li a .option-text {
  display: flex;
  width: 132px;
  height: 100%;
  flex-direction: column;
  font-size: 25px;
  color: #333333;
}
.personal-context-wrap .personal-context .personal-option ul li a .option-text p:nth-child(2) {
  margin-top: 16px;
  font-size: 21px;
  color: #B5B5B5;
}
.personal-context-wrap .personal-context .personal-option ul li a .option-icon {
  width: 73px;
  height: 73px;
}
.personal-context-wrap .personal-context .personal-option ul li a .option-icon img {
  width: 100%;
  height: 100%;
}
/*  个人中心选项模块结束 */
/* 我的纪念馆开始 */
.memorial-back {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #ADADAD;
}
.memorial-back::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #7D7D7D;
  border-right: 1px solid #7D7D7D;
  transform: rotate(45deg);
}
.memorial-tab {
  height: 40px;
  margin: 45px 0 30px 0;
  line-height: 40px;
}
.memorial-tab a {
  margin-right: 65px;
  font-size: 21px;
  font-weight: bold;
  color: #ABABAB;
}
.memorial-tab .memorial-active {
  color: #333333;
}
.memorial-list {
  padding-top: 50px;
  border-top: 7px solid #F7F7F7;
}
.memorial-list .common-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.memorial-list .common-content .common-content-item {
  position: relative;
  display: flex;
  height: 188px;
  width: 525px;
  background-color: #F7F7F7;
  margin: 10px 0;
  padding-right: 36px;
}
.memorial-list .common-content .common-content-item:nth-child(odd) {
  margin-right: 40px;
}
.memorial-list .common-content .common-content-item .item-img {
  width: 110px;
  height: 140px;
  /*background: url("../images/e08c3afe8.png") no-repeat;*/
  margin: 30px;
  overflow: hidden;
}
.memorial-list .common-content .common-content-item .item-img img {
  width: 100%;
  height: 100%;
}
.memorial-list .common-content .common-content-item .item-msg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 0;
  color: #3A3A3A;
}
.memorial-list .common-content .common-content-item .item-msg .name {
  float: left;
  height: 28px;
  line-height: 23px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.memorial-list .common-content .common-content-item .item-msg .name .edit {
  position: absolute;
  top: 30px;
  right: 40px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/edit.png");
}
.memorial-list .common-content .common-content-item .item-msg .time {
  font-size: 18px;
}
.memorial-list .common-content .common-content-item .item-msg .amount {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #BBBBBB;
}
.memorial-list .common-content .common-content-item .item-msg .amount span {
  margin-right: 3px;
}
.memorial-list .common-content .common-content-item .item-msg .amount .item-msg-icon-1 {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/look.png") no-repeat;
}
.memorial-list .common-content .common-content-item .item-msg .amount .item-msg-icon-2 {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/fire.png") no-repeat;
}
/* 我的纪念馆结束 */
/* 我的推广开始 */
.promotion-content {
  padding-top: 50px;
  border-top: 7px solid #F7F7F7;
}
.promotion-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promotion-content ul li {
  width: 404px;
  height: 580px;
  margin-right: 15px;
}
.promotion-content ul li img {
  width: 404px;
  height: 519px;
}
.promotion-content ul li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 4px;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
}
/* 我的推广结束 */
/* 帮助与反馈开始 */
.help {
  height: 40px;
  margin: 45px 0 30px 0;
  line-height: 40px;
  font-size: 21px;
  font-weight: bold;
}
.help .help-l {
  float: left;
}
.help .help-r {
  float: right;
}
.accordion-wrap {
  padding: 17px 15px;
  border-top: 7px solid #F7F7F7;
}
.accordion-wrap ul li {
  position: relative;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #F6F6F6;
}
.accordion-wrap ul li .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background: url("../images/acc.png") no-repeat;
}
.accordion-wrap ul li .accordion-title {
  margin-left: 10px;
  font-size: 16px;
  color: #333333;
}
.accordion-wrap ul li .accordion-content {
  /* 默认隐藏 */
  display: none;
  width: 370px;
  padding: 20px 35px 0 35px;
  color: #B6B6B6;
}
.accordion-wrap ul li .triangle {
  position: absolute;
  top: 23px;
  right: 10px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
  transform: rotate(135deg);
}
.accordion-wrap ul li .triangle-active {
  transform: rotate(315deg);
}
.accordion-wrap ul li:last-child {
  border-bottom: 0;
}
/* 帮助与反馈结束 */
/* 帮助与反馈留言开始 */
.leaving-wrap {
  padding: 40px 0;
  border-top: 7px solid #F7F7F7;
}
.leaving-wrap textarea {
  width: 413px;
  height: 220px;
  padding: 20px;
  background-color: #F2F2F2;
  color: #999999;
  font-size: 17px;
  border-radius: 5px;
}
.leaving-wrap input {
  display: block;
  width: 413px;
  height: 15px;
  line-height: 15px;
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #F2F2F2;
  color: #999999;
  font-size: 17px;
  border-radius: 5px;
}
.leaving-wrap button {
  width: 453px;
  height: 45px;
  line-height: 45px;
  margin-top: 25px;
  text-align: center;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
  color: #ffffff;
  font-size: 17px;
  border-radius: 5px;
}
/* 帮助与反馈留言结束 */
/* 供奉记录开始 */
.offering {
  padding: 25px 0;
  border-top: 7px solid #F7F7F7;
}
.offering ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offering ul li {
  display: flex;
  width: 479px;
  height: 74px;
  margin-bottom: 20px;
  padding: 23px;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.offering ul li .offering-img {
  width: 74px;
  height: 74px;
  background-color: #333333;
  border-radius: 5px;
}
.offering ul li .offering-img img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.offering ul li .offering-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  margin-left: 15px;
  font-size: 18px;
}
.offering ul li .offering-content .offering-title {
  float: left;
  font-size: 20px;
}
.offering ul li .offering-content .offering-gift {
  float: right;
  color: #A6A6A6;
}
.offering ul li .offering-content .offering-address {
  float: left;
}
.offering ul li .offering-content .offering-time {
  float: right;
  color: #A6A6A6;
}
/* 供奉记录结束 */
/* 关于我们开始 */
.about {
  padding: 25px 0;
  border-top: 7px solid #F7F7F7;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}
.about .about-img {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.about .about-img img {
  width: 100%;
  height: 100%;
}
.about p {
  line-height: 2em;
  margin-bottom: 30px;
}
/* 关于我们结束 */
/* 联系我们开始 */
.contact-wrap {
  padding: 50px 0;
  border-top: 7px solid #F7F7F7;
  font-size: 18px;
}
.contact-wrap p {
  line-height: 2em;
}
.contact-wrap .contact-img {
  margin-top: 60px;
}
.contact-wrap .contact-img ul li {
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
  margin-right: 75px;
}
.contact-wrap .contact-img ul li img {
  width: 100%;
  height: 100%;
}
/* 联系我们结束 */
/* 充值开始 */
.recharge-wrap {
  padding: 50px 0;
  border-top: 7px solid #F7F7F7;
}
.recharge-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recharge-wrap ul li {
  position: relative;
  width: 477px;
  height: 62px;
  padding: 20px 22px;
  margin-bottom: 25px;
  background-color: #F7F7F7;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
  border: 2px solid #F7F7F7;
}
.recharge-wrap ul li .recharge-l {
  float: left;
  height: 100%;
}
.recharge-wrap ul li .recharge-l p:first-child {
  margin-bottom: 15px;
}
.recharge-wrap ul li .recharge-l p:last-child {
  color: #FA4D1E;
  font-weight: bold;
}
.recharge-wrap ul li .recharge-icon {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 38px;
  background: url("../images/current.png") no-repeat;
}
.recharge-wrap ul li .recharge-r {
  float: right;
  height: 100%;
  line-height: 66px;
  font-weight: bold;
}
.recharge-wrap ul .recharge-active {
  border: 2px solid #C0976C;
}
.recharge-wrap .recharge-payment {
  width: 100%;
  height: 53px;
  line-height: 53px;
  margin-top: 15px;
  background-color: #4CBF00;
  border-radius: 5px;
  color: #ffffff;
  font-size: 19px;
  text-align: center;
  cursor: pointer;
}
.recharge-wrap .recharge-payment .payment-icon {
  display: inline-block;
  width: 26px;
  height: 21px;
  background: url("../images/weixin.png") no-repeat;
  vertical-align: middle;
}
.recharge-wrap .recharge-explain {
  margin-top: 22px;
}
.recharge-wrap .recharge-explain .explain-title {
  font-size: 22px;
  font-weight: bold;
}
.recharge-wrap .recharge-explain p {
  line-height: 2em;
  margin-bottom: 30px;
}
.recharge-wrap .recharge-explain .explain-detail {
  display: flex;
  margin-top: 22px;
  font-size: 19px;
}
.recharge-wrap .recharge-explain .explain-detail .explain-r {
  width: 187px;
  height: 187px;
  margin: 35px;
}
.recharge-wrap .recharge-explain .explain-detail .explain-r img {
  height: 100%;
}
/* 充值结束 */
/* 分销中心开始 */
.distribution-wrap {
  padding: 50px 0;
  border-top: 7px solid #F7F7F7;
}
.distribution-wrap .distribution-profit {
  position: relative;
  height: 140px;
  background-color: #F7F7F7;
}
.distribution-wrap .distribution-profit ul li {
  float: left;
  width: 270px;
  height: 60px;
  padding: 40px 0;
  text-align: center;
}
.distribution-wrap .distribution-profit ul li p {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.distribution-wrap .distribution-profit ul li span {
  font-size: 19px;
  color: #A2A2A2;
}
.distribution-wrap .distribution-profit .distribution-cash {
  position: absolute;
  top: 55px;
  right: 65px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #4CBF00;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.distribution-wrap .distribution {
  margin-top: 32px;
}
.distribution-wrap .distribution ul {
  display: flex;
  justify-content: space-between;
}
.distribution-wrap .distribution ul li {
  width: 264px;
  height: 145px;
  background-color: #F7F7F7;
  font-size: 18px;
  color: #333333;
}
.distribution-wrap .distribution ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.distribution-wrap .distribution ul li a span {
  display: block;
  width: 30px;
  height: 30px;
}
.distribution-wrap .distribution ul li a p {
  margin-top: 6px;
}
.distribution-wrap .distribution .icon1 {
  background: url("../images/dis-1.png") no-repeat;
}
.distribution-wrap .distribution .icon2 {
  background: url("../images/dis-2.png") no-repeat;
}
.distribution-wrap .distribution .icon3 {
  background: url("../images/dis-3.png") no-repeat;
}
.distribution-wrap .distribution .icon4 {
  background: url("../images/dis-4.png") no-repeat;
}
/* 分销中心结束 */
/* 收益记录开始 */
.revenueRe a {
  display: inline-block;
  height: 100%;
  font-size: 19px;
  margin-right: 115px;
}
.revenue-wrap {
  position: relative;
  padding: 30px 0;
  border-top: 7px solid #F7F7F7;
}
.revenue-wrap .revenue {
  height: 190px;
  padding: 25px 20px;
  background: url("../images/reven.png") no-repeat;
  border-radius: 5px;
  overflow: hidden;
}
.revenue-wrap .revenue p {
  font-size: 21px;
  color: #ffffff;
}
.revenue-wrap .revenue .re-money {
  margin: 12px 0 30px 0;
  font-size: 45px;
  font-weight: bold;
}
.revenue-wrap .revenue span:nth-child(2n) {
  margin-right: 60px;
}
.revenue-wrap .revenue-r {
  position: absolute;
  top: 105px;
  right: 0;
  width: 114px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  cursor: pointer;
}
.revenue-wrap .revenue-r a {
  color: #ffffff;
}
.revenue-wrap .revenue-r .revenue-icon {
  content: '';
  display: inline-block;
  width: 17px;
  height: 18px;
  margin-bottom: 3px;
  background: url("../images/book.png") no-repeat;
  vertical-align: middle;
}
.revenue-wrap .revenue-r .next-r {
  content: '';
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-left: 10px;
  background: url("../images/next-r.png") no-repeat;
  vertical-align: middle;
}
.revenue-wrap .revenue-list {
  margin-top: 45px;
}
.revenue-wrap .revenue-list ul li {
  position: relative;
  height: 76px;
  padding: 22px;
  margin-bottom: 23px;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.revenue-wrap .revenue-list ul li .revenue-list-img {
  width: 74px;
  height: 74px;
}
.revenue-wrap .revenue-list ul li .revenue-list-img img {
  width: 100%;
  height: 100%;
}
.revenue-wrap .revenue-list ul li .revenue-text {
  position: absolute;
  top: 30px;
  left: 115px;
}
.revenue-wrap .revenue-list ul li .revenue-text span {
  margin-right: 20px;
  font-size: 19px;
  color: #333333;
}
.revenue-wrap .revenue-list ul li .revenue-text p {
  margin-top: 20px;
  font-size: 18px;
  color: #999999;
}
.revenue-wrap .revenue-list ul li .revenue-text-right {
  position: absolute;
  top: 22px;
  right: 25px;
  font-size: 18px;
  color: #666666;
}
.revenue-wrap .revenue-list ul li .revenue-text-right p {
  margin-bottom: 10px;
}
.revenue-wrap .revenue-list ul li .revenue-text-right .revenue-price {
  padding-left: 60px;
  color: #FA4D1E;
}
/* 收益记录结束 */
/* 充值记录开始 */
.recharge-detail-wrap {
  padding: 30px 0;
  border-top: 7px solid #F7F7F7;
}
.recharge-detail-wrap ul li {
  position: relative;
  height: 90px;
  border-bottom: 1px solid #F2F2F2;
}
.recharge-detail-wrap ul li:last-child {
  border-bottom: 0;
}
.recharge-detail-wrap ul li .recharge-detail-l {
  position: absolute;
  top: 16px;
  left: 0;
}
.recharge-detail-wrap ul li .recharge-detail-l p:first-child {
  font-size: 19px;
  color: #333333;
}
.recharge-detail-wrap ul li .recharge-detail-l p:last-child {
  margin-top: 20px;
  font-size: 18px;
  color: #999999;
}
.recharge-detail-wrap ul li .recharge-detail-r {
  position: absolute;
  top: 16px;
  right: 0;
}
.recharge-detail-wrap ul li .recharge-detail-r p:first-child {
  padding-left: 75px;
  font-size: 19px;
  color: #EB4D4D;
}
.recharge-detail-wrap ul li .recharge-detail-r p:last-child {
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
}
/* 充值记录结束 */
/* 提现明细开始 */
.withdrawal-Detail-r p:first-child {
  color: #3EACD0 !important;
}
.withdrawal-Detail-r p:last-child {
  float: right;
}
/* 提现明细结束 */
/*  提现开始  */
.withdrawal-wrap {
  padding: 30px 0;
  border-top: 7px solid #F7F7F7;
}
.withdrawal-wrap .withdrawal {
  width: 525px;
}
.withdrawal-wrap .withdrawal .withdrawal-mode {
  height: 60px;
  line-height: 60px;
  color: #333333;
  border-bottom: 1px solid #cccccc;
}
.withdrawal-wrap .withdrawal .withdrawal-mode span:first-child {
  margin-left: 15px;
  font-size: 21px;
  font-weight: bold;
}
.withdrawal-wrap .withdrawal .withdrawal-mode span:last-child {
  margin-left: 105px;
  font-size: 20px;
}
.withdrawal-wrap .withdrawal .withdrawal-amount {
  position: relative;
  font-weight: bold;
}
.withdrawal-wrap .withdrawal .withdrawal-amount p {
  margin: 30px 15px;
  font-size: 21px;
}
.withdrawal-wrap .withdrawal .withdrawal-amount span {
  position: absolute;
  top: 55px;
  left: 15px;
  font-size: 40px;
  color: #999999;
}
.withdrawal-wrap .withdrawal .withdrawal-amount input {
  width: 440px;
  height: 49px;
  padding-left: 85px;
  font-size: 34px;
  border-bottom: 1px solid #cccccc;
}
.withdrawal-wrap .withdrawal .withdrawal-current {
  margin: 20px 15px;
  font-size: 18px;
  color: #333333;
}
.withdrawal-wrap .withdrawal .withdrawal-current span:last-child {
  color: #CFA982;
}
.withdrawal-wrap .withdrawal .withdrawal-btn {
  width: 525px;
  height: 70px;
  line-height: 70px;
  margin-top: 95px;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}
/* 提现结束 */
/* 提现成功半透明提示框开始 */
.withdrawal-succeess {
  display: none;
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 1115px;
  background: rgba(0, 0, 0, 0.6);
}
.withdrawal-succeess .succeess-tips {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 380px;
  padding: 100px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 5px;
}
.withdrawal-succeess .succeess-tips .succeess-img {
  width: 72px;
  height: 72px;
}
.withdrawal-succeess .succeess-tips .succeess-img img {
  width: 100%;
  height: 100%;
}
.withdrawal-succeess .succeess-tips .fs22 {
  font-size: 22px;
  color: #333333;
}
.withdrawal-succeess .succeess-tips p:last-child {
  font-size: 20px;
  color: #999999;
}
/* 提现成功半透明提示框结束 */
/* 我的团队开始 */
.team-wrap {
  padding: 30px 0;
  border-top: 7px solid #F7F7F7;
}
.team-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-wrap ul li {
  display: flex;
  width: 479px;
  height: 74px;
  margin-bottom: 22px;
  padding: 23px;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.team-wrap ul li .team-img {
  width: 74px;
  height: 74px;
}
.team-wrap ul li .team-img img {
  height: 100%;
}
.team-wrap ul li .team-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 23px;
  color: #999999;
}
.team-wrap ul li .team-content .team-name,
.team-wrap ul li .team-content .team-tpl {
  margin-right: 15px;
  font-size: 20px;
  color: #333333;
}
.team-wrap ul li .team-content .team-price {
  font-size: 18px;
}
.team-wrap ul li .team-content .team-time {
  font-size: 16px;
}
/* 我的团队结束 */
/* 分享好友开始 */
.share-wrap {
  padding: 30px 0;
  border-top: 7px solid #F7F7F7;
  font-size: 22px;
}
.share-wrap .share-link {
  color: #333333;
}
.share-wrap .share-link p:last-child {
  margin-top: 40px;
}
.share-wrap .share-link .copy-textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.share-wrap .share-link-copy {
  display: block;
  width: 525px;
  height: 52px;
  line-height: 52px;
  margin: 50px 0 30px 0;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
  border-radius: 5px;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  cursor: pointer;
}
.share-wrap .share-img {
  width: 525px;
}
.share-wrap .share-img p {
  margin-bottom: 22px;
}
.share-wrap .share-img ul {
  display: flex;
  flex-wrap: wrap;
}
.share-wrap .share-img ul li {
  /*width: 165px;*/
  /*height: 225px;*/
  margin: 0 15px 15px 0;
}
.share-wrap .share-img ul li img {
  width: 100%;
  height: 100%;
}
.share-wrap .share-img ul li:nth-child(3n) {
  margin-right: 0;
}
/* 分享好友结束 */
/* 分享大图开始 */
.share-big-img-wrap {
  display: none;
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 1115px;
  background: rgba(0, 0, 0, 0.6);
}
.share-big-img-wrap .share-big-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 540px;
}
.share-big-img-wrap .share-big-img img {
  width: 100%;
  height: 100%;
}
.share-big-img-wrap .share-big-img p {
  line-height: 2em;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
}
/* 分享大图结束 */


.distribution-options {
  /*display: none;*/
}


/*分页*/
.pagination{
  display:flex;
}
.pagination li{
  margin: 0 10px;
}

/*建馆*/
.deceased-wrap {
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #F7F7F7;
  padding-top: 20px;
}
.deceased-info {
  width: 75%;
}
.deceased-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.deceased-info ul li {
  width: 45%;
  /*line-height: 50px;*/
  /*padding: 20px 0;*/
  margin-bottom: 10px;
  color: #333333;
  border-bottom: 1px solid #EEEEEE;
  font-size: 20px;
}
.deceased-info ul li .name {
  margin-right: 40px;
  font-size: 20px;
  font-weight: bold;
}
.deceased-info ul li input {
  /*width: 65%;*/
  line-height: 50px;
  color: #999999;
  font-size: 16px;
}
.deceased-img {
  width: 17%;
}

.deceased-info .man {
  /*margin-right: 20px;*/
}

.deceased-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.deceased-img .image {
  width: 128px;
  height: 183px;
  border-radius: 10px;
  overflow: hidden;
}
.deceased-img .image img {
  width: 100%;
}
.deceased-img .upload {
  position: relative;
  width: 150px;
  height: 40px;
  margin-top: 10px;
}
.deceased-img .upload span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333333;
  border-radius: 5px;
  text-align: center;
}
.deceased-img .upload input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333333;
  border-radius: 5px;
  text-align: center;
  z-index: 9;
  opacity: 0;
}

.epitaph {
  margin-top: 40px;

}
.epitaph .epitaph-title {
  font-size: 23px;
  font-weight: bold;
  color: #333333;
}
.epitaph textarea {
  box-sizing: border-box;
  width: 100%;
  height: 220px;
  margin-top: 20px;
  padding: 15px;
  font-size: 20px;
  background: #F7F7F7;
}

.bg-music {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 30px;
  line-height: 70px;
  padding: 0 20px;
  background: #f7f7f7;
  font-size: 20px;
  color: #999999;
}
.bg-music span {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);

}

.set-private {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.set-private input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lj-create {
  width: 530px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto 0;
  background: linear-gradient(left, #BD9262, #DAB895);
  background: -webkit-linear-gradient(left, #BD9262, #DAB895);
  background: -moz-linear-gradient(left, #BD9262, #DAB895);
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.deceased-info li .choice {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
}

.create-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1830px;
  background: rgba(0,0,0,0.3);
  z-index: 1000;
}
.create-day {
  display: block;
}

.create-bg .content {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 800px;
  height: 500px;
  padding: 20px;
  background: #FFFFFF;
  font-size: 20px;
}
.create-bg .content .content-title {
  display: flex;
  justify-content: space-around;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #EEEEEE;
}
.content-title span {
  font-size: 22px;
  color: #333333;
}
.content-title .clone {
  font-size: 18px;
  color: #999999;
}
.content-title .confirm {
  font-size: 19px;
  color: #BC9062;
}

.content-list {
  margin-top: 10px;
}
.content-list ul {
  display: flex;
  flex-wrap: wrap;
}
.content-list ul li {
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.content-list ul li.active {
  background: #BC9062;
  color: #ffffff;
}

.content-list-item {
  display: none;
  margin-top: 20px;
}
.content-list-item ul {
  display: flex;
  flex-wrap: wrap;
}
.content-list-item ul li {
  padding: 3px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.content-list-item ul li.ship_active {
  background: #BC9062;
  color: #ffffff;
}




/*   祈福 */
.pray-wrap {
  position: relative;
}
.pray-wrap img {
  width: 100%;
  vertical-align: middle;
}

.pray-wrap .mark {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 163px;
  padding: 20px 30px;
  background: rgba(0,0,0,0.2);
}
.pray-wrap .mark .mark-l {
  width: 85%;
}
.pray-wrap .mark .mark-l li {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  line-height: 1.5;
}
.pray-wrap .mark .mark-l li p {
  flex: 1;
  font-size: 14px;
}
.pray-wrap .mark .mark-l li i {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border-radius: 16px;
  overflow: hidden;
  /*background: #6E6E6E;*/
}

.pray-wrap .mark .mark-r {
  width: 10%;

}
.pray-wrap .mark .mark-r .ma {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #EDB274;
  color: #FFFFFF;
}

.popup-wrap .pray-popup {
  width: 1000px;
  height: auto;
}

.pray-content {
  padding: 0 50px;
}
.pray-content .tit {
  padding: 20px 0;
  font-size: 18px;
  color: #000000;
}
.pray-content .tit span {
  color: #f01111;
}
.pray-content .des {
  padding: 20px;
  line-height: 25px;
  background: #FAE8E8;
  font-size: 14px;
  border-radius: 10px;
  color: #333333;
}
.pray-content .light {
  margin-top: 10px;
}
.pray-content .light select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #F7F7F7;
  color: #333333;
  border-radius: 10px;
}
.pray-content .light .t {
  padding: 20px 0;
  font-size: 18px;
  color: #333333;
}
.pray-content .light input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #F7F7F7;
  color: #333333;
  border-radius: 10px;
}
.pray-content .sentence {
  margin-top: 10px;
}
.pray-content .sentence .head {
  /*display: flex;*/
  /*justify-content: space-between;*/
  align-items: center;
}
.pray-content .sentence .head .t {
  padding: 20px 0;
  font-size: 18px;
  color: #333333;
}
.pray-content .sentence .head .chang {
  margin-bottom: 20px;
  color: #2bc612;
  font-size: 17px;
  text-decoration: underline;
}
.pray-content .sentence textarea {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 20px 20px;
  background: #F7F7F7;
  color: #333333;
  border-radius: 10px;
}

.pray-popup .confirm {
  width: 245px;
  height: 46px;
  margin: 30px auto;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  background: #BC9062;
  border-radius: 23px;
}


/*认证*/
.authentication-wrap {
  padding: 20px;

}

.authentication-wrap .tips {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.auth-form {
  margin-top: 50px;
}

.auth-form .auth-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.auth-item .auth-l {
  font-size: 20px;
  width: 150px;
  text-align: right;
}
.auth-item .auth-r {
  margin-left: 20px;
}
.auth-form .auth-item .auth-r input {
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 16px;
  width: 300px;
}

.auth-upload {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
}

.auth-upload img {
  width: 100%;
}


.auth-upload .auth-file-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

}

.auth-apply-btn {
  margin-top: 20px;
  width: 200px;
  line-height: 40px;
  background: #F4A632;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
