.head {
  width: 100%;
  height: 60px;
  background: #f7ad3e;
  box-shadow: 0 0 5px #7b7b7b;
}

.head .search {
  height: 100%;
  padding: 5px 15px;
  position: relative;
}

.head .search .icon-chaxun {
  position: absolute;
  left: 34px;
  top: 23px;
}

.head .search .date {
  position: absolute;
  right: 13px;
  top: 20px;
}

.head .search .date .icon-calendar {
  font-size: 23px;
  color: #fff;
}

.footer {
  height: 55px;
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0px 0px 2px #b3b3b3;
  background: #fff
}

.footer ul li {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  height: 55px
}

.footer ul li a {
  color: #666;
  font-size: 11px
}

.footer ul li .iconfont {
  display: block;
  color: #666;
  font-size: 20px;
  margin-top: 5px
}

.footer ul li.on .iconfont {
  color: #f7ad3e
}

.footer ul li.on a {
  color: #f7ad3e;
}

.footer ul li a p {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
}

.footer img {
  width: 57px;
  position: absolute;
  top: -27px;
  display: block;
  margin: 0 auto;
  left: 5px;
}

.search input {
  width: 85%;
  height: 33px;
  line-height: 33px;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-top: 10px;
  padding-left: 30px;
  color: #666
}

           
.Cultivate {
  padding-top: 230px
}

.Cultivate ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  margin: 15px 0
}

.Cultivate ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 40px;
  height: 40px
}

.Cultivate ul li a {
  color: #6a3e38;
  font-size: 14px;
  font-weight: bold;
}

.header {
  height: 50px;
  width: 100%;
  background-color: #f7ad3e;
  box-shadow: 0 0 5px #7b7b7b;
}

.header .title {
  color: #fff;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.header .title a {
  color: #fff
}

.header .title .iconfont {
  position: absolute;
  left: 15px
}

.Read {
  margin-top: 10px
}

.Read ul li {
  width: 45%;
  height: 202px;
  float: left;
  box-shadow: 0 0 5px #d8d8d8;
  margin: 2.5%
}

.Read ul li a {
  display: block;
}

.Read ul li img {
  width: 110px;
  height: 160px;
  display: block;
  margin: 10px auto;
  margin-bottom: 5px
}

.Read ul li p {
    width: 100%;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.ReadIn{
  padding: 10px
}


.jAudio--player {
    display: table;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 9px rgba(162, 162, 162, 0.8);
    margin: 30px auto;
    width: 90%
}

.jAudio--player:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both
}

.jAudio--player .jAudio--ui {
  position: relative;
  width: 100%
}

.jAudio--player .jAudio--status-bar {
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 100px 2rem 2rem;
  display: table
}

.jAudio--player .jAudio--status-bar:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both
}

.jAudio--player .jAudio--controls {
  width: 100%;
  display: table;
  background: #fafafa
}

.jAudio--player .jAudio--controls:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both
}

.jAudio--player .jAudio--controls ul {
  display: table;
  overflow: hidden;
  width: 100%
}

.jAudio--player .jAudio--controls ul:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both
}

.jAudio--player .jAudio--controls li {
  position: relative;
  width: 33.3333%;
  height: 5rem;
  line-height: 5rem;
  float: left;
}

.jAudio--player .jAudio--thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center
}

.jAudio--player .jAudio--time {
  display: table;
  width: 100%
}

.jAudio--player .jAudio--time:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both
}

.jAudio--player .jAudio--time * {
  width: 50%;
  display: block;
  float: left;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-size: .9rem
}

.jAudio--player .jAudio--time .jAudio--time-elapsed {
  text-align: left
}

.jAudio--player .jAudio--time .jAudio--time-total {
  text-align: right
}

.jAudio--player .jAudio--details * {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-size: 1.2rem
}

.jAudio--player .jAudio--details *:first-of-type {
  font-weight: 700
}

.jAudio--player .jAudio--details p {
  width: 100%
}

.jAudio--player .jAudio--details p span {
  display: block
}

.jAudio--player .jAudio--progress-bar {
  margin: 1.33333rem 0
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-wrapper {
  width: 100%;
  position: relative;
  background: rgba(255,255,255,.3);
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
  height: 10px;
  background: #f7ad3e;
  position: relative;
  border-radius: 10px
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-pointer {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background: #fff
}

.jAudio--player .jAudio--playlist {
    background: #fff;
    overflow-y: auto;
    height: 240px;
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item {
  display: block;
  width: 100%;
  padding: 1.33333rem 2rem;
  display: table
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item.active {
  background: #f7ad3e;
  border-bottom-color: #f7ad3e
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item.active * {
  color: #fff
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item:not(.active):hover {
  background: #fafafa
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item:last-of-type {
  border: 0;
  margin-bottom: 0
}

.jAudio--player .jAudio--playlist .jAudio--playlist-thumb {
  float: left;
  margin-right: .66667rem;
  display: table
}

.jAudio--player .jAudio--playlist .jAudio--playlist-thumb:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both
}

.jAudio--player .jAudio--playlist .jAudio--playlist-thumb img {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  float: left;
  margin-right: .5rem
}

.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text h4 {
  font-size: 1rem;
  color: #000
}

.jAudio--player .jAudio--playlist .jAudio--playlist-meta-text p {
  font-size: .8rem
}

.btnss {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: 0
}

.btnss span {
  position: absolute;
  display: table;
  height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow: hidden
}

.btnss span:before,.btnss span:after {
  display: block;
  content: " ";
  height: 0;
  float: left;
  border-color: transparent;
  border-style: solid
}

.btnss:active {
  background: #f5f5f5
}

#btn-prev span:before,#btn-prev span:after,#btn-next span:before,#btn-next span:after,#btn-play span:before,#btn-play span:after {
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent
}

#btn-prev span:before,#btn-prev span:after {
  border-right: 15px solid #ddd;
  border-left: 0
}

#btn-prev:active span:before,#btn-prev:active span:after {
  border-right-color: #f7ad3e!important
}

#btn-next span:before,#btn-next span:after {
  border-left: 15px solid #ddd;
  border-right: 0
}

#btn-next:active span:before,#btn-next:active span:after {
  border-left-color: #f7ad3e!important
}

#btn-play span:before {
  border-left: 15px solid #ddd;
  border-right: 0
}

#btn-play span:after {
  display: none
}

#btn-play:active span:before,#btn-play.active span:before {
  border-left-color: #f7ad3e!important
}

#btn-pause span:before,#btn-pause span:after {
  width: 5px;
  height: 15px;
  background: #f7ad3e;
  border: 0
}

#btn-pause span:before {
  margin-right: 5px
}

#btn-pause span:active:before,#btn-pause span:active:after,#btn-pause span.active:before,#btn-pause span.active:after {
  background: #fff;
  margin-right: 5px
}

.jAudio--player .jAudio--controls li button span:before,.jAudio--player .jAudio--controls li button span:after {
  -webkit-transition: border-color .3s ease 0s;
  transition: border-color .3s ease 0s
}

.jAudio--player .jAudio--thumb {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.jAudio--player .jAudio--playlist .jAudio--playlist-item * {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.Sortilege {
  width: 90%;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 5px #d0d0d0;
  margin-top: 20px;
  margin-bottom: 100px;
}

.Sortilege .ChouQian {
  padding: 15px;
  height: 300px;
}

.ChouQian2,.ChouQian3{
  height: 300px;
}

.ChouQian3{
  text-align: center;
}

.ChouQian3 img{
  display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Sortilege .ChouQian img {
  display: block;
  margin: 0 auto
}
.SignWord{
  text-align: center;
}
.SignWord{
  height: 300px
}

.SignWord a {
    background-image: linear-gradient( 135deg, #FF9D6C 10%, #f9ab5f 100%);
    border: none;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 0 4px #666;
    margin-top: 40px;
    line-height: 40px;
}
.SignWord img {
    margin: 20px 0;
}
.Sortilege .ChouQian button {
  background-image: linear-gradient( 135deg, #FF9D6C 10%, #f9ab5f 100%);
  border: none;
  width: 130px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 4px #9e9e9e;
}

.SortilegeText {
  padding: 10px
}

.SortilegeText p {
  margin: 8px 0;
  line-height: 25px;
}

.SortilegeText h4 {
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0;
}

.ChouQian2{
  text-align: center;
  padding-bottom: 20px;
}

.Sortilege button{
    background-image: linear-gradient( 135deg, #FF9D6C 10%, #f9ab5f 100%);
    border: none;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 0 4px #666;
}
.showsin{
      margin-top: 30px;
    line-height: 25px;
}

.red{
  color: red
}

.ChouQian2 img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Sortilege .SignWords {
  padding: 10px
}

.Sortilege .SignWords .left {
  width: 68%;
  float: left;
  margin-right: 2%
}

.Sortilege .SignWords .right {
  width: 30%;
  float: left;
}

.Sortilege .SignWords .right img {
  width: 100%
}

.Sortilege .SignWords .left .text {
  font-size: 14px
}

.SignWords .left .text p {
  margin: 10px 0
}

.SignWords .left .text h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.Volunteer {
  margin-bottom: 80px;
}

.Volunteer ul li {
  width: 45%;
  float: left;
  margin: 2.5%;
  position: relative;
}

.Volunteer ul li img {
  width: 100%;
  border-radius: 5px
}

.Volunteer ul li p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    line-height: 25px;
}

.VolunteerIn {
  margin-bottom: 100px
}

.VolunteerIn .title {
  padding: 12px 10px;
  font-size: 15px;
  position: relative;
  display: block;
  background: #fff;
  top: -3px;
}

.MasterTop{
  margin-bottom: 0
}

.Master{
  margin-bottom: 100px;
}

.Master .Introduce{
  background: #fff;
  margin-top: 10px;
}

.Master .Introduce .title{
      padding: 15px;
    position: relative;
    border-bottom: solid 1px #ddd;
}

.Master .Introduce .title span{
    font-size: 15px;
    border-left: 5px solid #AD936B;
    padding-left: 5px;
}

.MasterTop .title .TouXiangs{
      width: 60px;
    border-radius: 50%;
    height: 60px;
    position: absolute;
    top: -12px;
}
.MasterTop .title{
  padding: 10px!important
}
.MasterName h4 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px
}
.MasterName{
  padding-left: 70px
}


.Master .Introduce .text{
    padding: 10px;
    line-height: 27px;
}
.MasterTop .title{
  height: 65px;
}

.VolunteerIn .joinbtn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #f7ad3e;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 0 5px #b9b4b4;
}

.simiaoimg {
  width: 100%
}

.VolunteerIn .Intro {
  padding: 10px;
  background: #fff;
  margin-top: 5px;
  position: relative;
}

.Intro .titles {
  font-size: 13px;
  color: #000;
  margin-bottom: 10px
}

.VolunteerIn .Intro p {
  font-size: 14px;
  line-height: 25px;
  height: 150px;
  overflow: hidden;
}

.VolunteerIn .Intro .more {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #666;
  font-size: 14px
}

.VolunteerIn .Intro .iconfont {
  color: #3abdf3;
  margin-right: 5px
}

.Intro ul li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
}

.Intro ul li a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 75%;
}

.Intro ul li span{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #a7a7a7
}

.GFsimiao{
  text-align: center;
    display: block;
    line-height: 55px;
    color: #fff;
    background: #f7ad3e;
    height: 100%;
}

.join {
  width: 90%;
  display: block;
  height: auto;
  box-shadow: 0 0 4px #dcdcdc;
  margin: 20px auto;
  padding: 10px;
  margin-bottom: 100px
}

.join .form-group input[type="file"] {
  font-size: 13px;
}

.join .form-group span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.join .form-group {
  margin-bottom: 15px
}

.join .form-group input {
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    height: 35px;
    padding-left: 5px;
    color: #666;
    width: 100%;
}

.join .form-group button {
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 6px 12px;
  width: 100%;
  outline: 0;
  border: none;
  border-color: #f7ad3e;
  border-radius: 6px;
  background-color: #f7ad3e;
  color: #fff;
  font-size: 14px;
  height: 40px;
}

.join .form-group textarea {
  width: 100%;
  border: 1px solid #cecbcb;
  padding: 10px
}

.PrayBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #ff5b34;
  text-align: center;
  line-height: 50px;
}

.PrayBtn a {
  color: #fff
}

.Pray .main {
  padding: 10px
}

.Prayall {
    font-size: 13px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px #d0d0d0;
}

.Prayall ul li {
    height: 55px;
    width: 100%;
    position: relative;
    padding: 5px 15px;
}


.Prayall .left {
  height: 100%
}

.Prayall .left img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  float: left;
}

.Prayall .left span {
  padding-left: 10px;
  display: inline-block;
}

.Prayall .right {
    position: absolute;
    right: 10px;
    top: 5px;
}

.Prayall .right h4 {
  color: #f55454
}

.Prayall .titles {
  background: #fff;
  position: relative;
  padding: 10px;
}

.Prayall .titles .iconfont {
  position: absolute;
  right: 10px
}

.ngs {
  background: #f6f6f6
}

.truebtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #ff5b34;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px
}

 .index .main .list .tops a {
  color: #666;
  display: block;
  width: 33.3%;
  text-align: center;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.index .main .list .tops {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

.index .main .list .tops a.on {
  color: #fff;
  background: #f39811;
}

.index .terrace .lis {
  padding-right: 140px;
  position: relative;
}

.index .terrace .lis p {
  color: #666;
  height: 45px;
  overflow: hidden;
}

.index .terrace .lis img {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}

.index .terrace {
  padding: 10px 20px;
  min-height: 97px;
  border-bottom: 1px solid #e6e6e6;
}

.index .top li {
  height: 40px;
  width: 100%;
  line-height: 40px;
}

.index .top li a {
  color: #efefef;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  font-size: 13px
}

.index .top li a.on {
  border-bottom: 2px solid #fff;
  color: #fff
}

.index .main .title img {
  width: 45%;
  display: block;
  margin: 0 auto;
}

.index .main {
  margin-top: 20px
}  

.index .top {
  background: #f7ad3e
}

.index .main {
  margin-bottom: 70px
}

.index .main .two {
  margin-top: 30px
}

.index .main .two ul li {
  width: 47%;
  float: left;
  margin: 1.5%;
  position: relative;
}

.index .main .two ul li p {
  position: absolute;
  bottom: 5px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 30px;
  line-height: 30px;
}

.index .main .two ul li img {
  width: 100%
}

.index .main .two .title {
  margin-bottom: 20px
}  

.NewsIn {
  padding: 10px;
  margin-bottom: 100px
}

.NewsIn h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px
}

.NewsIn img {
  width: 100%
}

.NewsIn p.date{
  font-size: 13px;
  color: #666;
  margin-bottom: 5px
}

.FaBuPingLun{
  padding: 0 5px;
}
.FaBuPingLun input{
   width: 80%;
   height: 40px;
   padding-left: 10px;
   border-radius: 5px;
   border: 1px solid #ccc
}

.FaBuPingLun button{
    width: 18%;
    height: 40px;
    background: #f7ad3e;
    color: #fff;
}


.evaluate{
    background: #fff;
    margin-top: 40px;
    margin-bottom: 50px;
    box-shadow: -1px -2px 0px hsla(0, 0%, 66%, 0.3);
    padding-top: 20px;
}

.evaluate .main{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
}

.evaluate .main .title{
    height: 30px;
    line-height: 30px;
    font-size: 21px;
    color: #333;
    margin-bottom: 10px
}
.evaluate .main .title h2{
  border-left: 5px solid #ab946b;
    padding-left: 10px;
}
.evaluate .list img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}

.evaluate .list{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.evaluate .list .user {
  padding: 0 5px;
}
.evaluate .list .username{
  float: left;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding-left: 10px;
}

.evaluate .list .text{
  font-size: 17px;
  margin-top: 15px;
  padding: 5px
}

.evaluate .list .date{
    position: absolute;
    right: 10px;
    top: 20px;
}

.evaluate .list input{
      padding-left: 20px;
    width: 1035px;
    margin-right: 20px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.evaluate .list button{
      float: left;
    line-height: 40px;
    width: 110px;
    text-align: center;
    color: #fff;
    background: #ad936b;
    border-radius: 10px;
    cursor: pointer;
        outline: none;
    border: none;
}

.section {
    margin: auto;
    overflow: hidden;
    width: 100%;
    margin-top: 35px;
    box-shadow: -4px -4px 5px #f6f6f6;
    padding-top: 15px;
}

.section ul li {
    float: left;
    margin-bottom: 10px;
    display: inline;
    width: 25%;
    overflow: hidden;
    position: relative;
}

.section ul li .photo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.section ul li .photo .asd span {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.section ul li .photo .asd {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: cursive;
}

.section ul li .photo img{
  width: 100%;
  height: 100%;
}

.section .rsp {
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}

.section .text {
  position: absolute;
  width: 250px;
  height: 250px;
  left: -350px;
  top: 0px;
  overflow: hidden;
  border-radius: 50%;
}

.section .text h3 {
  width: 250px;
  margin-top: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
}

.section .text a {
  text-decoration: none
}

.section .text div {
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 12px;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  font-size: 16px;
  padding: 5px 12px;
  margin: auto;
}

.section .text div:hover {
  color: #585858;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.section ul li .listion {
  width: 93px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 12px;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  font-size: 15px;
  padding: 5px 12px;
  margin: auto;
  margin-top: 11px;
  display: block;
}

.section ul li .listion:hover {
  background: #fff;
  color: #000;
}

.My .top {
  height: 170px;
  width: 100%;
  background: #f7ad3e;
  padding: 70px 0 0 50px;
  color: #fff
}

.My .top .userinfo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
}

.My .top .userinfo span {
  float: left;
  display: inline-block;
  padding-left: 15px;
  line-height: 50px;
}

.My .main ul li {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #dadada
}

.My .main ul li a {
  color: #666;
  display: block;
  width: 100%;
  height: 50px;
}

.My .main ul li .icon-you-right-a {
  position: absolute;
  right: 0;
  top: 0
}

.My .main ul li .iconfont {
  padding-right: 5px;
  color: #f7ad3e
}

.My .OutBtn {
  width: 80%;
  height: 40px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  background: #f7ad3e;
  color: #fff;
  font-size: 16px;
}

.WaterDate {
  position: absolute;
  right: 15px;
  color: #c7c7c7;
  font-size: 12px;
  top: 0px;
}
.Mywater{width: auto;
    display: inline-block;
    background: #f8b855;
    padding: 7px;
    border-radius: 15px 0 0 15px;
    font-size: 13px;
    color: #fff;
    position: fixed;
    right: 0px;
    top: 60px;}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin-left: 5px
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 3px 13px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #b08244;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #b08244;
  border-color: #b08244;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination li {
  width: auto !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  height: 37px!important;
  margin-top: 0!important;
}

.pagination {
  height: 40px;
}

.BaoMingBtn{
    display: block;
    width: 90%;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background: #f7ad3e;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}


.Listen {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.Listen .left {
  width: 72%;
  float: left;
}

.Listen .right {
  width: 28%;
  float: right;
}

.Listen .left .title span {
  font-size: 18px;
  border-left: 5px solid #AD936B;
  padding-left: 5px
}

.Listen .left .title {
  padding: 15px;
  position: relative;
  border-bottom: solid 1px #ddd
}

.Listen .left .title a {
  position: absolute;
  right: 15px;
  color: #E1544A;
  font-size: 14px;
}

.Listen .music ul li {
  float: left;
  width: 25%;
  margin: 20px 0
}

.Listen .music ul li span{
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    color: #a9a9a9;
}
.Listen .music ul li img {
  width: 100%;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 5px #666
}

.Listen .music ul li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  text-align: center;
}

.Listen .music {
  margin: 20px 0;
  padding-bottom: 20px
}

.Listen .left .list {
  margin: 50px 0;
  background: #fff;
  box-shadow: 0 0 2px #b5b5b5;
}

.special img {
  border-radius: 0%!important
}

.Listen .left .smlis {
  box-shadow: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-right: 5px;
}

.Listen .right img {
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.Listen .right {
  width: 25%;
  float: right;
  background: #fff;
  margin-top: 50px;
  box-shadow: 0 0 2px #b5b5b5;
}

.Listen .right .title {
  padding: 15px;
  position: relative;
  border-bottom: solid 1px #ddd;
}

.Listen .right .title span {
  font-size: 18px;
  border-left: 5px solid #AD936B;
  padding-left: 5px;
}

.Listen .right .title a {
  position: absolute;
  right: 15px;
  color: #E1544A;
  font-size: 14px;
}

.Listen .right .tuijian img {
  float: left;
}

.Listen .right .tuijian a {
  float: left;
  padding-left: 10px;
  line-height: 40px;
  color: #666
}

.Listen .right .tuijian li {
  padding: 10px 20px;
}

.BibleIn{
      padding: 20px;
    background: #fff;
    min-height: 600px;
    width: 1170px;
    display: block;
    margin:40px auto;
    color: #666;
    line-height: 29px;
}
.BibleIn .title{
  text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #464646;
    margin-bottom: 20px;
    position: relative;
}
.BibleIn h6{
      text-align: center;
    font-size: 13px;
    color: #979696;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.BibleIn .main{
  padding: 0 15px
}


.contact .tuijian li{
  border-bottom: 1px solid #e0e0e0
}

.Master .tuijian p{
  padding: 15px;
  color: #666;
  line-height: 25px
}

.tbl_2 .My{
    position: relative;
    padding-right: 15px;
    width: 65px;
    float: right;
    top: -8px;
}

.tbl_2 .My .touxiang{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tbl_2 .My .list{
  width: 80px;
  position: absolute;
  right: 0;
  background: #fff;
    box-shadow: 0 0 5px #b9b9b9;
}

.tbl_2 .My .list a{
    height: 40px;
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.tbl_2 .My:hover .list{
  display: block!important;
}

.ons{
  color: #b08244!important;
}

.form-group{
  margin: 15px 0;
}

.form-control {
    display: inline-block;
    width: 350px;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.mys .TouXiang span{
    display: inline-block;
    width: 120px;
    color: #636363;
    font-size: 16px;
    margin-bottom: 5px;
}

input[type="text"].form-control{
  height: 36px
}


.mys .TouXiang .titles {
  background: #f6f6f6;
  padding: 5px 10px!important;
  font-size: 15px;
  margin: 15px 0;
  border-left: 3px solid #ad936b;
}

.mys .TouXiang  .YuanTX {
  width: 100px;
  height: 100px
}

.mys .TouXiang .Btns {
  margin: 20px 0;
}

.mys .TouXiang .Btns button {
  border: none;
  color: #fff;
  background: #af8344;
  width: 90px;
  height: 30px;
  border-radius: 5px;
}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
/* 兼容iphone6 */
  .Cultivate {
    padding-top: 330px;
  }
  .footer img{
    left: 10px
  }
}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2) {
/* 兼容iphone6 Plus */
  .Cultivate {
    padding-top: 390px;
  }
  .footer img{
    left: 15px
  }
}

.suixi img {
  width: 100%;
}

input.moneyin {
  width: 40px;
  position: absolute;
  left: 53%;
  top: 98px;
  border: none;
  background: #eb2120;
  color: #fff;
  font-size: 15px;
}

.moneynum {
  position: absolute;
  color: #ea1f22;
  left: 40%;
  top: 37px;
  font-size: 24px;
}

.buttons {
  position: absolute;
  bottom: 50px;
  width: 90%;
  left: 5%;
}

.buttons button {
  font-size: 16px;
  padding: 10px 15px;
  border: 2px solid #ffd32b;
  color: #ffd32b;
  margin-left: 3%;
}

.buttons a {
  background: #ffd32b;
  font-size: 16px;
  padding: 10px 90px;
  border: 2px solid #ffd32b;
  color: #ffffff;
  margin-left: 3%;
}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
/* 兼容iphone6 */

  input.moneyin {
    top: 88px;
    width: 35px;
  }

  .buttons a {
    background: #ffd32b;
    font-size: 16px;
    padding: 10px 80px;
    border: 2px solid #ffd32b;
    color: #ffffff;
    margin-left: 3%;
  }
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
/* 兼容iphone5 */

  input.moneyin {
    width: 30px;
    top: 75px;
  }

  .moneynum {
    top: 25px;
    left: 37%;
  }

  .buttons a {
    font-size: 15px;
    padding: 10px 60px;
  }

  .buttons button {
    font-size: 15px
  }
}