.themeColor {
  color: #FF3725 !important;
}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
}
div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
  border: 0;
}
img {
  border: none;
  max-width: 100%;
  object-fit: cover;
}
body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  background: #F5F5F5;
  color: #333333;
  margin: 0 auto !important;
  max-width: 750px;
  min-width: 320px;
  -webkit-user-select: none;
  user-select: none;
}
html {
  overflow-y: scroll;
  -webkit-user-select: none;
  user-select: none;
}
ul,
dl,
ol {
  list-style-type: none;
}
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
a,
button,
input,
label,
select {
  -webkit-tap-highlight-color: transparent;
}
b {
  font-weight: normal;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bold {
  font-weight: bold;
}
.bg100 {
  background-size: 100% 100%;
}
.link-r {
  display: block;
  width: 8px;
  height: 13px;
  margin-left: 5px;
}
.goods-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.goods-top .top {
  height: 44px;
  padding: 0 15px;
}
.goods-top .top .back-icon {
  width: 26px;
  height: 26px;
  background: url("../img/top-back.png") no-repeat;
  background-size: 100% 100%;
}
.goods-top .top .search-icon {
  width: 30px;
  height: 30px;
  background: url("../img/top-search.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.goods-top .top .collect-icon {
  width: 30px;
  height: 30px;
  background: url("../img/top-collect.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.goods-top .top .collected-icon {
  width: 30px;
  height: 30px;
  background: url("../img/top-collected.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.goods-top .top .share-icon {
  width: 30px;
  height: 30px;
  background: url("../img/top-share.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.goods-top .top .quick-icon {
  width: 30px;
  height: 30px;
  background: url("../img/top-quick.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.goods-detail-swiper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.banner-swiper {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.banner-swiper .banner-item {
  width: 100%;
  height: 500px;
}
.banner-swiper img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.goods-detail-container {
  padding-top: 10px;
  padding-bottom: calc(55px + constant(safe-area-inset-bottom));
  padding-bottom: calc(55px + env(safe-area-inset-bottom));
}
.goods-info {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 0 0 9px 9px;
}
.goods-info .price {
  padding-left: 9px;
  font-size: 15px;
  color: #FF3725;
}
.goods-info .price .num {
  font-size: 27px;
  color: #FF3725;
}
.goods-info .sales {
  font-size: 12px;
  color: #888888;
}
.goods-info .labels {
  margin-top: 10px;
  flex-wrap: wrap;
  padding-left: 12px;
}
.goods-info .labels .label {
  padding: 0 7px;
  height: 17px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1rpx solid #FF3725;
  margin-right: 8px;
  margin-bottom: 8px;
}
.goods-info .labels .label span {
  font-size: 10px;
  color: #FF3725;
}
.goods-info .tit {
  display: block;
  margin-top: 8px;
  padding-left: 4px;
  font-weight: bold;
  font-size: 19px;
  color: #161616;
  line-height: 28px;
}
.goods-info .spec {
  padding: 15px 0;
  border-bottom: 1px solid #E2E2E2;
}
.goods-info .spec .t1 {
  font-weight: bold;
}
.goods-info .spec .t2 {
  flex: 1;
  text-align: right;
}
.goods-info .service {
  margin-top: 15px;
  padding: 0 5px;
  align-items: flex-start;
}
.goods-info .service .label {
  font-size: 12px;
  color: #666666;
}
.goods-info .service .list {
  flex: 1;
  flex-wrap: wrap;
}
.goods-info .service .list .item {
  margin-left: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.goods-info .service .list .item .icon {
  width: 16px;
  height: 16px;
}
.goods-info .service .list .item span {
  font-size: 12px;
  color: #666666;
  margin-left: 5px;
}
.goods-info .store-info {
  margin-top: 15px;
}
.goods-info .store-info .info-img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: block;
  overflow: hidden;
}
.goods-info .store-info .info-img img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  object-fit: cover;
}
.goods-info .store-info .info-text {
  flex: 1;
  padding: 0 10px;
}
.goods-info .store-info .info-text .name {
  font-weight: bold;
  font-size: 15px;
  color: #161616;
}
.goods-info .store-info .info-text .mt20 {
  margin-top: 10px;
}
.goods-info .store-info .info-text .number {
  margin-left: 20px;
  font-size: 12px;
  color: #888888;
}
.goods-detail-container .comment {
  padding: 13px 15px;
  background: #FFFFFF;
  border-radius: 9px;
  margin-top: 10px;
}
.goods-detail-container .comment .item {
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}
.goods-detail-container .comment .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.goods-detail-container .comment .more span {
  font-size: 13px;
  color: #999999;
}
.goods-detail-container .comment .img-list {
  margin-top: 10px;
  flex-wrap: wrap;
  margin-right: -11px;
}
.goods-detail-container .comment .img-list img {
  width: 93px;
  height: 93px;
  border-radius: 9px;
  margin: 0 11px 11px 0;
}
.goods-detail-container .comment .other-info {
  margin-top: 4px;
}
.goods-detail-container .comment .other-info span {
  font-size: 12px;
  color: #666666;
}
.goods-detail {
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 9px;
}
.goods-detail .tit {
  padding: 20px 0 15px 0;
}
.goods-detail .tit span {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #181818;
}
.goods-detail .tit span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 45px;
  height: 1px;
  background: #DBDBDB;
}
.goods-detail .tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 45px;
  height: 1px;
  background: #DBDBDB;
}
.goods-detail img {
  display: block;
  width: 100%;
}
.goods-detail-container .recommend {
  padding: 20px 15px 5px 15px;
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 9px;
}
.goods-detail-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 0 15px;
  background: #fff;
  border-top: 1px solid #E2E2E2;
  margin-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS 设备 */
  margin-bottom: env(safe-area-inset-bottom);
  /* 兼容 iPhone X 及以上设备 */
  z-index: 9;
}
.goods-detail-bottom .handle {
  margin-right: 20px;
  flex-flow: column;
  position: relative;
}
.goods-detail-bottom .handle .icon {
  height: 22px;
}
.goods-detail-bottom .handle .icon.store {
  width: 22px;
  background: url("../img/store.png") center center no-repeat;
  background-size: 100% 100%;
}
.goods-detail-bottom .handle .icon.kefu {
  width: 21px;
  background: url("../img/kefu.png") center center no-repeat;
  background-size: 100% 100%;
}
.goods-detail-bottom .handle .icon.cart {
  width: 21px;
  background: url("../img/cart-01.png") center center no-repeat;
  background-size: 100% 100%;
}
.goods-detail-bottom .handle span {
  font-size: 10px;
  color: #333333;
  margin-top: 2px;
}
.goods-detail-bottom .handle .tag {
  position: absolute;
  right: -6px;
  top: -3px;
  min-width: 16px;
  height: 13px;
  background: #FFFFFF;
  border-radius: 7px;
  border: 1px solid #FF3725;
  font-size: 10px;
  color: #FF3725;
  margin-top: 0;
}
.goods-detail-bottom .join-btn {
  width: 100px;
  height: 42px;
  background: linear-gradient(353deg, #FED845 0%, #FE9007 100%);
  border-radius: 42px;
}
.goods-detail-bottom .join-btn span {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
}
.goods-detail-bottom .buy-btn {
  width: 100px;
  height: 42px;
  background: linear-gradient(180deg, #FF3725 0%, #FF624A 100%);
  border-radius: 42px;
  margin-left: 9px;
}
.goods-detail-bottom .buy-btn span {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
}
.limited {
  margin-bottom: 10px;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #FF3725 0%, #FF624A 100%);
  border-radius: 15px;
}
.limited .top {
  padding: 12px 12px 10px 15px;
}
.limited .top .tit .icon {
  width: 18px;
  height: 17px;
}
.limited .top .tit span {
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  margin-left: 5px;
}
.limited .top .right {
  font-size: 12px;
  color: #FFFFFF;
}
.limited .top .van-count-down {
  margin-left: 5px;
  padding: 2px 4px;
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  color: #FF3725 !important;
}
.limited .box {
  width: 98%;
  height: 92px;
  padding: 15px 13px 0 20px;
  background: #FFFFFF;
  border-radius: 15px;
  margin: 0 auto;
}
.limited .box .original {
  margin-left: 15px;
  font-size: 15px;
  color: #888888;
  text-decoration: line-through;
}
.limited .box .original .num {
  font-size: 19px;
  color: #888888;
}
.limited .box .price {
  font-size: 15px;
  color: #FF3725;
}
.limited .box .price .num {
  font-size: 27px;
  color: #FF3725;
}
.limited .box .sales {
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: #888888;
}
.limited .box .labels {
  margin-top: 10px;
  flex-wrap: wrap;
}
.limited .box .labels .label {
  padding: 0 7px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #FF3725;
  margin-right: 8px;
  margin-bottom: 8px;
}
.limited .box .labels .label span {
  font-size: 10px;
  color: #FF3725;
}
.comment {
  padding-top: 13px;
}
.comment .tit {
  font-size: 15px;
}
.comment .list {
  margin-top: 15px;
  padding-bottom: 5px;
}
.comment .list .item {
  align-items: flex-start;
  margin-bottom: 15px;
}
.comment .list .item .header-img {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  display: block;
  overflow: hidden;
}
.comment .list .item .header-img img {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  object-fit: cover;
}
.comment .list .item .right-content {
  flex: 1;
  padding-left: 10px;
}
.comment .list .item .right-content .name {
  display: block;
  font-size: 13px;
  color: #666666;
  line-height: 34px;
}
.comment .list .item .right-content .con {
  display: block;
  margin-top: 3px;
  color: #181818;
  line-height: 21px;
}
.comment .list .item .right-content .other {
  margin-top: 13px;
}
.comment .list .item .right-content .other .time {
  font-size: 11px;
  color: #999999;
  line-height: 21px;
  margin-right: 10px;
}
.comment .list .item .right-content .other .huifu {
  color: #666666;
}
.comment .list .item .right-content .more,
.comment .list .item .right-content .packUp {
  margin-top: 14px;
  position: relative;
  padding-left: 26px;
}
.comment .list .item .right-content .more::after,
.comment .list .item .right-content .packUp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #707070;
}
.comment .list .item .right-content .more span,
.comment .list .item .right-content .packUp span {
  font-size: 13px;
  margin-right: 5px;
}
.comment .list .item .right-content .packUp {
  margin-left: 44px;
}
.comment .list .item .right-content .more-list {
  margin-top: 15px;
}
.recommend {
  padding: 20px 15px 5px 15px;
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 9px;
}
.recommend .tit span {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #181818;
}
.recommend .tit span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 45px;
  height: 1px;
  background: #DBDBDB;
}
.recommend .tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 45px;
  height: 1px;
  background: #DBDBDB;
}
.goods-list {
  margin-top: 15px;
  padding-bottom: 10px;
}
.goods-list .item {
  margin-bottom: 15px;
  align-items: flex-start;
}
.goods-list .item .item-img {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.goods-list .item .item-img img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
}
.goods-list .item .item-text {
  flex: 1;
  padding-left: 15px;
}
.goods-list .item .item-text .name {
  font-weight: bold;
  line-height: 20px;
}
.goods-list .item .item-text .labels {
  margin-top: 1px;
  flex-wrap: wrap;
}
.goods-list .item .item-text .labels .label {
  padding: 0 3px;
  height: 16px;
  background: #F6F4F7;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.goods-list .item .item-text .labels .label span {
  font-size: 10px;
  color: #7E7C7F;
}
.goods-list .item .item-text .price {
  font-size: 12px;
  color: #FF3725;
}
.goods-list .item .item-text .price .num {
  font-size: 16px;
  color: #FF3725;
  font-weight: bold;
}
.goods-list .item .item-text .cart-icon {
  width: 25px;
  height: 26px;
  background: url("../img/cart.png");
  background-size: 100% 100%;
}
.goods-list .item .item-text .appraise {
  display: block;
  margin-top: 1px;
  font-size: 12px;
  color: #7E7C7F;
}
.goods-list .item .item-text .address {
  margin-top: 1px;
}
.goods-list .item .item-text .address .left {
  flex: 1;
  padding-right: 10px;
  font-size: 12px;
  color: #7E7C7F;
}
.goods-list .item .item-text .address .right {
  font-size: 13px;
}
.download-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.download-top .logo {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.download-top .right-btn {
  display: block;
  width: 90px;
  height: 38px;
  background: linear-gradient(180deg, #FF3725 0%, #FF624A 100%);
  border-radius: 5px;
  overflow: hidden;
}
.download-top .right-btn a {
  display: block;
  width: 90px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
}
.register-container {
  width: 100%;
  min-height: 100vh;
  background: url("../img/register.png") center top no-repeat #fff;
  background-size: 100% auto;
  padding-top: 78%;
  padding-left: 15px;
  padding-right: 15px;
}
.register-container .content {
  padding: 60px 24px;
  background: #fff;
  border-radius: 15px;
}
.register-container .content .item {
  padding: 0 12px;
  height: 45px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #FF3725;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.register-container .content .item .register-inpput {
  flex: 1;
  display: block;
  width: 100%;
  font-size: 14px;
  height: 100%;
  border: none;
  outline: none;
}
.register-container .content .item .getcode {
  min-width: 78px;
  font-size: 13px;
  color: #31D76B;
  padding-left: 12px;
  border-left: 1px solid #999999;
}
.register-container .content .btn {
  width: 100%;
  height: 45px;
  background: linear-gradient(180deg, #FF3725 0%, #FF624A 100%);
  border-radius: 45px;
  margin-top: 100px;
}
.register-container .content .btn span {
  font-size: 16px;
  color: #FFFFFF;
}
.custom-van-popup {
  width: 100%;
  background: none!important;
}
.popup {
  width: 100%;
  height: 450px;
  background: url("../img/popup-box.png") no-repeat;
  background-size: contain;
  padding-top: 150px;
}
.popup .tip {
  width: 208px;
  font-weight: bold;
  font-size: 16px;
  color: #FF3725;
  line-height: 30px;
  font-family: PingFang SC, PingFang SC;
  margin: 0 auto;
  text-align: center;
}
.popup .download-btn {
  width: 212px;
  height: 56px;
  background: linear-gradient(180deg, #F9E18F 0%, #FDF2C2 100%);
  box-shadow: 0px 8 16px 1px rgba(181, 60, 3, 0.16), inset 0px 0 12px 1px rgba(255, 255, 255, 0.5);
  margin: 100px auto 0;
  border-radius: 56px;
}
.popup .download-btn a {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 56px;
  font-size: 20px;
  color: #FF3725;
}
.post-detail-container {
  padding: 10px 15px 60px;
}
.post-detail-container .post-info .title {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
  line-height: 24px;
}
.post-detail-container .post-info .desc {
  display: block;
  margin-top: 15px;
  color: #444444;
  line-height: 24px;
}
.post-detail-container .author-info {
  padding: 14px 0 13px 0;
  border-bottom: 1px solid #E2E2E2;
}
.post-detail-container .author-info .header-img {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.post-detail-container .author-info .name {
  flex: 1;
  padding: 0 100px 0 10px;
  font-size: 13px;
  color: #444444;
}
.post-detail-container .author-info .time {
  font-size: 11px;
  color: #666666;
}
.post-detail-container .comment {
  padding-top: 13px;
}
.post-detail-container .comment .tit {
  font-size: 15px;
}
.post-detail-container .comment .list {
  margin-top: 15px;
  padding-bottom: 5px;
}
.post-detail-container .comment .list .item {
  align-items: flex-start;
  margin-bottom: 15px;
}
.post-detail-container .comment .list .item .header-img {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  display: block;
  overflow: hidden;
}
.post-detail-container .comment .list .item .header-img img {
  width: 34px;
  height: 34px;
  border-radius: 34px;
}
.post-detail-container .comment .list .item .right-content {
  flex: 1;
  padding-left: 10px;
}
.post-detail-container .comment .list .item .right-content .name {
  display: block;
  font-size: 13px;
  color: #666666;
  line-height: 34px;
}
.post-detail-container .comment .list .item .right-content .con {
  display: block;
  margin-top: 3px;
  color: #181818;
  line-height: 22px;
}
.post-detail-container .comment .list .item .right-content .other {
  margin-top: 13px;
}
.post-detail-container .comment .list .item .right-content .other .time {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-right: 10px;
}
.post-detail-container .comment .list .item .right-content .other .huifu {
  color: #666666;
}
.post-detail-container .comment .list .item .right-content .more,
.post-detail-container .comment .list .item .right-content .packUp {
  margin-top: 14px;
  position: relative;
  padding-left: 26px;
}
.post-detail-container .comment .list .item .right-content .more::after,
.post-detail-container .comment .list .item .right-content .packUp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #707070;
}
.post-detail-container .comment .list .item .right-content .more span,
.post-detail-container .comment .list .item .right-content .packUp span {
  font-size: 13px;
  margin-right: 5px;
}
.post-detail-container .comment .list .item .right-content .packUp {
  margin-left: 44px;
}
.post-detail-container .comment .list .item .right-content .more-list {
  margin-top: 15px;
}
.post-detail-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 15px 0 28px;
  background: #fff;
  border-top: 1px solid #E2E2E2;
  z-index: 9;
}
.post-detail-bottom .comment-input {
  flex: 1;
  margin-right: 7px;
  width: 100%;
  height: 37px;
  background: #F5F5F5;
  border-radius: 37px;
  padding: 0 4px 0 11px;
  box-sizing: border-box;
}
.post-detail-bottom .comment-input .edit-icon {
  width: 14px;
  height: 14px;
  background: url("../img/edit.png") no-repeat;
  background-size: 100% 100%;
}
.post-detail-bottom .comment-input input {
  flex: 1;
  display: block;
  width: 100%;
  padding-left: 9px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  background: none;
}
.post-detail-bottom .comment-input .send-btn {
  width: 60px;
  height: 30px;
  background: linear-gradient(180deg, #FF3725 0%, #FF624A 100%);
  border-radius: 30px;
}
.post-detail-bottom .comment-input .send-btn span {
  color: #FFFFFF;
}
.post-detail-bottom .handle {
  margin-left: 9px;
}
.post-detail-bottom .handle .icon {
  width: 25px;
  height: 25px;
}
.post-detail-bottom .handle .icon.collect {
  background: url("../img/footer-collect.png") no-repeat;
  background-size: 100% 100%;
}
.post-detail-bottom .handle .icon.collected {
  background: url("../img/footer-collected.png") no-repeat;
  background-size: 100% 100%;
}
.post-detail-bottom .handle .icon.zan {
  background: url("../img/footer-zan.png") no-repeat;
  background-size: 100% 100%;
}
.post-detail-bottom .handle .icon.zaned {
  background: url("../img/footer-zaned.png") no-repeat;
  background-size: 100% 100%;
}
.post-detail-bottom .handle .icon.share {
  background: url("../img/footer-share.png") no-repeat;
  background-size: 100% 100%;
}
.post-detail-bottom .handle span {
  font-weight: bold;
  font-size: 16px;
  color: #4D4D4D;
  margin-left: 5px;
}
.post-detail-bottom .btn {
  width: 80px;
  height: 37px;
  background: linear-gradient(353deg, #FF3725 0%, #FF624A 100%);
  border-radius: 37px;
}
.post-detail-bottom .btn span {
  font-size: 16px;
  color: #FFFFFF;
}
.news-detail-container {
  padding: 60px 15px;
}
.news-detail-container .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.news-detail-container .other {
  margin-top: 15px;
}
.news-detail-container .other .time,
.news-detail-container .other .number {
  font-size: 12px;
  color: #999999;
}
.news-detail-container .editor {
  padding: 20px 0 18px 0;
  border-bottom: 1px solid #E2E2E2;
}
.news-detail-container .editor span {
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
}
.news-detail-container .editor img {
  display: block;
  width: 100%;
}

.editor {
  padding: 15px;
}
.editor .tit {
  font-size: 18px;
}
.editor .time {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  margin-right: 20px;
  margin-top: 10px;
}
.editorContent {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
}
.editorContent img {
  display: block;
  max-width: 100%;
  margin: 8px auto;
}
