.width {
  margin: 0 1rem;
}

/*header*/
.header {
  height: 2.4rem;
  padding: 0 .5rem;
  background: linear-gradient(to right, #df3636, #e03837, #ff6d5a);
  color: #fff;
  font-size: .7rem;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 1rem);
  padding: 0 .5rem;
  z-index: 10;
}

.art-wrap p {
  word-wrap: break-word;
}

.logo {
  float: left;
}

.logo img {
  width: 4.8rem;
  padding-top: .65rem;
  margin-right: .5rem;
}

.head-title {
  position: relative;
  float: left;
  margin-left: .1rem;
  font-size: .8rem;
  line-height: 2.4rem;
  font-weight: bold;
}

.head-title a {
  color: #fff;
}

.head-title i {
  position: absolute;
  top: 1.1rem;
  right: -1rem;
  width: .7rem;
  height: .38rem;
  background-image: url(/uploads/image/mimages/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform .5s ease;
}

.header.active i {
  transform: rotate(180deg);
}

.more {
  float: right;
  width: .85rem;
  margin-top: 1.2rem;
  margin-right: .5rem;
}

.bread {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.detail-tit {
  font-size: 1.1rem;
  font-weight: bold;
}

.art-msg {
  margin-top: .3rem;
}

.detail-txt {
  float: left;
  font-size: .7rem;
  color: #999;
  line-height: 2.1rem;
}

.article .f-cb {
  float: right;
}

.icon-share, .icon-collection {
  float: left;
  width: .8rem;
  height: .8rem;
  margin-top: .6rem;
  background-image: url(/uploads/image/mimages/share.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-collection {
  background-image: url(/uploads/image/mimages/collect.png);
}

.js_collection.active .icon-collection {
  background-image: url(/uploads/image/mimages/collect_a.png);
}

.js_collection.active {
  color: #ff5300;
}

.js_collection {
  margin-right: .3rem;
}

.js_collection span {
  float: left;
  margin-left: .2rem;
}

.recommend {
  height: 2.45rem;
  border: 1px solid #e9e9e9;
  padding: 1rem;
  margin-top: .6rem;
  border-radius: .2rem;
  background-color: #f2f2f2;
}

.recommend li {
  float: left;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommend li:nth-child(1), .recommend li:nth-child(2) {
  margin-bottom: .5rem;
}

.recommend span {
  float: left;
  width: .15rem;
  height: .15rem;
  margin-top: .45rem;
  margin-right: .35rem;
  background-color: #d1d1d1;
}

.art-wrap {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9e9e9;
}

.art-wrap a {
  color: #f61c3a;
}

.album-list {
  width: 100%;
  margin-top: .95rem;
  line-height: 1.5rem;
  overflow: hidden;
  transition: height .5s ease;
}

.ashadow {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  height: 3.9rem;
  background-image: url(/uploads/image/mimages/art_shadow.png);
  background-size: 100%;
  text-align: center;
}

.u-more {
  display: block;
  padding-top: 2.2rem;
  font-size: .75rem;
}

.u-more i {
  display: block;
  width: .775rem;
  height: .65rem;
  margin: 0 auto;
  background-image: url(/uploads/image/mimages/arrow.png);
  background-size: 100%;
  animation: translate 1s ease infinite;
}

@keyframes translate {
  50% {
    transform: translate3d(0, -.3rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.recommend02, .recommend03 {
  display: block;
  height: 6.5rem;
  padding: 0 .5rem;
  margin-top: 1.5rem;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, .3);
  border-radius: .25rem;
}

.recommend02 img {
  float: left;
  width: 6rem;
  height: 4.5rem;
  margin-top: 1rem;
  border-radius: .2rem;
}

.rec-msg {
  float: right;
  width: calc(100% - 6.7rem);
  margin-top: 1rem;
  margin-left: .7rem;
}

.rec-title {
  font-weight: bold;
  font-size: .8rem;
}

.rec-time {
  float: left;
  margin-top: .3rem;
  color: #666;
  font-size: .7rem;
}

.rec-price {
  margin-top: .1rem;
  font-size: .85rem;
  color: #df3636;
  text-align: right;
  font-weight: bold;
}

.recommend03 {
  height: auto;
  padding: 1.1rem 1rem;
}

.degree {
  margin-top: .6rem;
  margin-bottom: .6rem;
  color: #a7a7a7;
}

.art-wrap img {
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}

.teacher {
  float: left;
  margin-right: .6rem;
}

.teacher:last-child {
  margin-right: 0;
}

.teacher img {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto .5rem auto;
  border-radius: 50%;
}

.teacher p {
  font-size: .75rem;
  color: #848484;
  text-align: center;
}

.live-price {
  margin-top: 1rem;
  color: #a1a1a1;
}

.live-price .fr {
  color: #df3636;
}

.live-price .fr span {
  font-size: .85rem;
}

.change-page {
  margin-top: 1.6rem;
}

.change-page a {
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.change-page a:last-child {
  margin-bottom: 0;
}

.ad {
  display: block;
}

.ad img {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1.2rem;
  margin-top: 1.2rem;
}

.look {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: .2rem;
  margin-top: 1.1rem;
}

.look_title, .read_title {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.look-link a {
  float: left;
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: .9rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, .3);
  border-radius: .3rem;
}

.look-link a:nth-child(4n) {
  margin-right: 0;
}

.read {
  margin-top: 1.1rem;
}

.read li {
  max-width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ht {
  border: 1px solid #e9e9e9;
  padding: .8rem 0;
  margin-bottom: 1.1rem;
  border-radius: .3rem;
  text-align: center;
  color: #999;
}

.ht img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, .3);
}

.ht p {
  margin-top: .375rem;
  margin-bottom: .375rem;
  font-size: .8rem;
  font-weight: bold;
  color: #000;
}

.ht a {
  display: block;
  width: 4.3rem;
  height: 1.45rem;
  margin: .5rem auto 0 auto;
  background-color: #5297e9;
  color: #fff;
  text-align: center;
  line-height: 1.45rem;
  border-radius: .2rem;
}

.social-share .social-share-icon {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  margin-left: 1rem;
}

.share_title {
  color: #c01414;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

#share_box {
  display: none;
}

.social-share {
  text-align: center;
}

/*footer*/
.footer {
  margin-bottom: 4.35rem;
  text-align: center;
}

.ft-nav {
  margin-bottom: .7rem;
}

.ft-nav a {
  color: #666;
}

.footer p {
  color: #999;
  font-size: .7rem;
}

/*fixed*/
.fixedbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.fixedbar_bg {
  width: 100%;
  height: 4.35rem;
  margin: 0 auto;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100%;
}

.fixedbar_bg.active {
  padding-top: .3rem;
  height: 3rem;
  background-image: none;
  box-shadow: 0 0 10px #eee;
  background-color: #fff;
}

.fixedbar_bg.active a {
  margin-top: 0;
}

.fixedbar_bg a {
  float: left;
  width: 25.3333%;
  margin-top: 1.3rem;
  font-size: .7rem;
  text-align: center;
}

.fixedbar_bg a:last-child {
  margin-right: 0;
}

.fixedbar_bg img {
  width: 1rem;
  margin: 0 auto;
}

.img_wrap {
  width: 1.5rem;
  height: 1.25rem;
  padding-top: .25rem;
  margin: 0 auto .2rem auto;
  border-radius: 50%;
}

.fixedbar_bg a.active {
  color: #cc3333;
}

.fixedbar_bg a.active .img_wrap {
  background: linear-gradient(to right, #fa866a, #f87e66, #f3665a);
}

.fixedbar_bg a:first-child {
  width: 24%;
}

.fixedbar_bg a:first-child .img_wrap {
  margin-left: 1.3rem;
}

/*新增分类*/
.m-allinfo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

.g-top {
  position: relative;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
}

.top-tit {
  font-size: .9rem;
  font-weight: normal;
}

.close {
  position: absolute;
  top: .6rem;
  right: .6rem;
  width: 1rem;
  height: 1rem;
}

.drop-bd {
  height: calc(100% - 4.2rem - 1px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.zixun-item li {
  position: relative;
}

.item-hd {
  padding: .5rem 0;
  border-top: 1px solid #ddd;
}

.item-hd>a {
  display: block;
  padding-left: .5rem;
  border-left: .1rem solid #ff6c62;
  margin-left: .5rem;
}

.zixun-add {
  position: absolute;
  top: .6rem;
  right: .5rem;
  font-style: normal;
  width: .9rem;
  height: .9rem;
  border: 1px solid #ff6c62;
  color: #ff6c62;
  line-height: .4rem;
  border-radius: 50%;
  text-align: center;
  line-height: .82rem;
  font-size: 1rem;
}

.slideregion {
  display: none;
  padding: 1.1rem .5rem .5rem .5rem;
  background-color: #f4f4f4;
}

.slideregion li {
  float: left;
  width: calc(22% - 2px);
  height: 1.6rem;
  margin-bottom: .6rem;
  margin-right: 4%;
  border: 1px solid #ebebeb;
  line-height: 1.6rem;
  background-color: #fff;
  text-align: center;
}

.slideregion li a {
  display: block;
}

.slideregion li:nth-child(4n) {
  margin-right: 0;
}

.item-title {
  background: #f4f4f4;
  border-bottom: 0.01rem solid #fff;
  padding-left: 0.4rem;
}

.item-title a {
  display: block;
  padding: .5rem 0;
  font-size: .7rem;
  color: #787878;
}

.item-bd {
  display: none;
}

.item-list {
  padding: .6rem .5rem 0 .5rem;
}

.item-list li {
  float: left;
  width: calc(22% - 2px);
  height: 1.6rem;
  margin: 0 4% .6rem 0;
  border: 1px solid #cfcfcf;
  text-align: center;
  font-size: .65rem;
  text-align: center;
}

.item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-list li a {
  display: table-cell;
  width: 4rem;
  height: 1.6rem;
  padding: 0 .15rem;
  vertical-align: middle;
  font-size: .65rem;
}

.zixun-ft {
  position: relative;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: .7rem;
  text-align: center;
  z-index: 2;
}

.detail-cnt table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1rem;
  text-align: center;
}

.detail-cnt table td {
  border: solid 1px #dedede;
  padding: .5rem 0;
  line-height: 1.2rem;
  word-break: break-all;
  font-size: .7rem;
}

.detail-cnt table a {
  color: #df3636;
}


/*4.6新增*/
.new-bread {
  float: left;
  width: 49%;
  height: 2rem;
  margin-right: 2%;
  margin-bottom: .5rem;
  background-image: url(/uploads/image/mimages/bread01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: .75rem;
  line-height: 1.9rem;
  text-align: center;
}

.detail_rec a {
  color: #f61c3a;
}

.new-bread:nth-child(even) {
  margin-right: 0;
}

.new-bread a {
  display: block;
  color: #fff;
}

.new-bread02 {
  background-image: url(/uploads/image/mimages/bread02.png);
}

.new-bread03 {
  background-image: url(/uploads/image/mimages/bread03.png);
}

.new-bread04 {
  background-image: url(/uploads/image/mimages/bread04.png);
}

.new-tab {
  margin-top: 1rem;
}

.new-bar {
  padding-left: 0;
  border-bottom: 2px solid #e23a43;
  border-width: .05rem;
}

.bar-btn {
  float: left;
  width: 4rem;
  height: 1.5rem;
  margin-right: .15rem;
  line-height: 1.5rem;
  border-radius: .1rem .1rem 0 0;
  font-size: .75rem;
  text-align: center;
}

.bar-btn.active {
  background-color: #e23a43;
  color: #fff;
}

.tab-main {
  position: relative;
  box-sizing: border-box;
  display: none;
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: .5rem;
}

.tab-main.active {
  display: block;
}

.tab-l {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .7rem;
}

.tab-l img {
  width: 100%;
}

.tab-r {
  width: 100%;
}

.tab-r li {
  position: relative;
  width: 100%;
  margin-bottom: .3rem;
}

.tab-r a {
  position: relative;
  display: table;
  margin-top: .4rem;
  line-height: 1rem;
  font-size: .72rem;
}

.tab-r a i {
  position: absolute;
  top: -0.05rem;
  right: -1.25rem;
  width: 1.2rem;
  height: .55rem;
  background-image: url(/uploads/image/mimages/news.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.tab-r a span {
  margin: 0 6px;
  color: #ccc;
}


/*文章新增*/
.new-bread {
  float: left;
  width: 49%;
  height: 2rem;
  margin-right: 2%;
  margin-bottom: .5rem;
  background-image: url(/uploads/image/mimages/bread01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: .75rem;
  line-height: 1.9rem;
  text-align: center;
}

.detail_rec a {
  color: #f61c3a;
}

.new-bread:nth-child(even) {
  margin-right: 0;
}

.new-bread a {
  display: block;
  color: #fff;
}

.new-bread02 {
  background-image: url(/uploads/image/mimages/bread02.png);
}

.new-bread03 {
  background-image: url(/uploads/image/mimages/bread03.png);
}

.new-bread04 {
  background-image: url(/uploads/image/mimages/bread04.png);
}

.new-tab {
  margin-top: 1rem;
}

.new-bar {
  padding-left: 0;
  border-bottom: 2px solid #e23a43;
  border-width: .05rem;
}

.bar-btn {
  float: left;
  width: 4rem;
  height: 1.5rem;
  margin-right: .15rem;
  line-height: 1.5rem;
  border-radius: .1rem .1rem 0 0;
  font-size: .75rem;
  text-align: center;
}

.bar-btn.active {
  background-color: #e23a43;
  color: #fff;
}

.tab-main {
  position: relative;
  box-sizing: border-box;
  display: none;
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: .5rem;
}

.tab-main.active {
  display: block;
}

.tab-l {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .7rem;
}

.tab-l img {
  width: 100%;
}

.tab-r {
  width: 100%;
}

.tab-r li {
  position: relative;
  width: 100%;
  margin-bottom: .3rem;
}

.tab-r a {
  position: relative;
  display: table;
  margin-top: .4rem;
  line-height: 1rem;
  font-size: .72rem;
}

.tab-r a i {
  position: absolute;
  top: -0.05rem;
  right: -1.25rem;
  width: 1.2rem;
  height: .55rem;
  background-image: url(/uploads/image/mimages/news.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.tab-r a span {
  margin: 0 6px;
  color: #ccc;
}
.contact{
  padding:.5rem;
    background-color: #f8f8f8;
}
.contact-msg {
  height:auto;
}

.code-bg {
  float: left;
  box-sizing: border-box;
  width: 3.5rem;
  height: 3.5rem;
  padding: .2rem;
  margin-top: .5rem;
  box-shadow: 0 .1rem .4rem #f8dcdc;
  background: linear-gradient(to right, #ea5f66, #f07548, #f78b2b);
}

.code-bg img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: .15rem solid #fff;
}

.contact-msg {
  float: left;
  width:calc(100% - 4rem);
  margin-left: .5rem;
  /* margin-right: .5rem; */
  line-height: 1.2rem;
  font-size: .7rem;
}

.mokao_shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 10;
}

.mokao_wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.mokao_rec {
  width: 100%;
}

.mokao_close {
  position: absolute;
  top: -1.5rem;
  right: -1rem;
  width: 1rem;
}
