.login-page-wrap {
  width: 100vw;
  height: 100vh;
  padding-bottom: 10vh;
  background: url(../img/login_bg.d30558d7.png) no-repeat center 0;
  background-size: 100% 100%;
}
.login-page-wrap input::-webkit-input-placeholder, .login-page-wrap textarea::-webkit-input-placeholder {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.3);
}
.login-page-wrap input::placeholder,
.login-page-wrap textarea::placeholder {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.3);
}
.login-page-wrap .logo-img {
  width: 1.4rem;
  height: 1.74rem;
}
.login-page-wrap .form-wrap {
  padding-top: 2rem;
}
.login-page-wrap .form-wrap .from-item {
  margin: 0 auto;
  width: 5.6rem;
  height: 1rem;
}
.login-page-wrap .form-wrap .from-item input {
  width: 5.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: none;
  font-size: 0.3rem;
  color: #fff;
}
.login-page-wrap .form-wrap .tip-text {
  padding-top: 0.5rem;
  opacity: 0.8;
  text-align: left;
  font-size: 0.24rem;
  color: #fff;
}
.login-page-wrap footer {
  margin-top: 1.4rem;
}
.login-page-wrap footer .but-submit {
  margin: 0 auto;
  width: 5.6rem;
  height: 0.88rem;
  line-height: 0.88rem;
  border-radius: 1rem;
  background-color: #E21A43;
  font-size: 0.32rem;
  color: #FFF;
}
.login-page-wrap footer .but-submit:active {
  opacity: 0.8;
}
.login-page-wrap footer .but-submit.disabled {
  opacity: 0.2;
  background: #A1A1A1;
  box-shadow: 0 0.11rem 0.2rem 0 rgba(56, 82, 138, 0.1);
}

.u-modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.u-modal-wrap .modal-animation {
  transition: opacity 0.3s;
  opacity: 0;
}
.u-modal-wrap .modal-animation.show {
  opacity: 1;
}
.u-modal-wrap .mark {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.u-modal-wrap .u-modal-content {
  position: fixed;
  width: 6.5rem;
  left: 50%;
  top: 50%;
  z-index: 110;
  transform: translate(-50%, -50%);
  padding-top: 0.16rem;
  background: #fff;
  border-radius: 0.14rem;
}
.u-modal-wrap .u-modal-content .title {
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: bold;
  font-size: 0.3rem;
  color: #19181D;
}
.u-modal-wrap .u-modal-content .modal-body {
  padding: 0.1rem 0.3rem 0.3rem 0.3rem;
}
.u-modal-wrap .u-modal-content .modal-footer {
  display: flex;
  flex-direction: row;
}
.u-modal-wrap .u-modal-content .modal-footer .btn-cancle,
.u-modal-wrap .u-modal-content .modal-footer .btn-confirm {
  flex: 1;
  width: 0.325rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
}
.u-modal-wrap .u-modal-content .modal-footer .btn-cancle:active,
.u-modal-wrap .u-modal-content .modal-footer .btn-confirm:active {
  opacity: 0.8;
}
.u-modal-wrap .u-modal-content .modal-footer .btn-cancle {
  color: #1A1920;
}
.u-modal-wrap .u-modal-content .modal-footer .btn-confirm {
  background: #E21A43;
  color: #fff;
}

.index-pages-wrap {
  height: 100vh;
  background: #F2F2F2;
}
.index-pages-wrap .tab-list-wrap {
  padding-left: 0.6rem;
  background: #fff;
  font-size: 0.24rem;
  color: #A2A5B0;
}
.index-pages-wrap .tab-list-wrap.app-tab {
  padding-right: 0.6rem;
}
.index-pages-wrap .tab-list-wrap.app-tab .tab-list {
  flex: 1;
}
.index-pages-wrap .tab-list-wrap.app-tab .tab-list .tag-item {
  flex: 1;
}
.index-pages-wrap .tab-list {
  flex: 0 0 auto;
  position: relative;
}
.index-pages-wrap .tab-list::after {
  border-color: #D8D8D8;
}
.index-pages-wrap .tab-list .slide {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  transition: left 0.3s;
  width: 0.9rem;
  height: 0.04rem;
  background: #E21A43;
}
.index-pages-wrap .tab-list .tag-item {
  flex: 0 0 1.5rem;
  text-align: center;
  height: 0.84rem;
}
.index-pages-wrap .tab-list .tag-item .tag-text {
  position: relative;
}
.index-pages-wrap .tab-list .tag-item .tag-text.active {
  color: #E21A43;
}
.index-pages-wrap .tab-list .tag-item .tag-text.badge::after {
  content: "";
  position: absolute;
  top: -0.16rem;
  right: -0.16rem;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #E21A43;
}
.index-pages-wrap .btn-out-login {
  position: relative;
  padding-right: 0.1rem;
  width: 1.68rem;
  height: 0.84rem;
  line-height: 0.84rem;
}
.index-pages-wrap .btn-out-login:active {
  opacity: 0.6;
}
.index-pages-wrap .btn-out-login::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5);
  width: 1px;
  height: 0.3rem;
  background: rgba(141, 141, 141, 0.5);
}
.index-pages-wrap .swiper-wrap {
  width: 100vw;
  height: calc(100vh - 0.84rem);
}
.index-pages-wrap .swiper-slide {
  width: 100vw;
  height: calc(100vh - 0.84rem);
}
.index-pages-wrap .list-wrap {
  position: relative;
  padding: 0.2rem 0.25rem;
  min-height: 100vh;
  /* 下拉、上拉提示信息 */
}
.index-pages-wrap .list-wrap .top-tip {
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #A2A5B0;
}
.index-pages-wrap .list-wrap .bottom-tip {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #A2A5B0;
}
.index-pages-wrap .list-wrap .waterfall-wrap {
  align-items: flex-start;
}
.index-pages-wrap .list-wrap .waterfall-wrap.ios {
  padding-bottom: 0.8rem;
}
.index-pages-wrap .list-wrap .list-content {
  padding-bottom: 1.2rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item {
  margin: 0 0.15rem 0.3rem 0.15rem;
  width: 3.2rem;
  background: #fff;
  border-radius: 0.14rem;
  box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap {
  position: relative;
  min-height: 1.5rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .cover-img {
  display: block;
  width: 3.2rem;
  max-height: 4.26rem;
  object-fit: cover;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .icon_top {
  position: absolute;
  z-index: 1;
  top: 0.14rem;
  left: 0.14rem;
  width: 0.6rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .icon_video {
  position: absolute;
  z-index: 1;
  right: 0.24rem;
  top: 0.24rem;
  width: 0.4rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .examine-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(66, 66, 66, 0.6);
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .examine-wrap .examineing-text-content {
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  z-index: 1;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .examine-wrap .examineing-text-content .iconfont {
  font-size: 0.28rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .examine-wrap .examineing-text-content span {
  padding-left: 0.1rem;
  font-size: 0.26rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .examine-wrap .refuse-text-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FF6082;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .examine-wrap .refuse-text-content p {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-cover-wrap .examine-wrap .refuse-text-content .iconfont {
  font-size: 0.22rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.2rem 0.14rem 0.1rem 0.14rem;
  width: 2.92rem;
  line-height: 1.5em;
  text-align: left;
  font-size: 0.26rem;
  color: #424242;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-footer-wrap {
  padding: 0 0.14rem;
  padding-bottom: 0.24rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-footer-wrap .circle-tag {
  padding: 0 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.3rem;
  background: #E9E9EA;
  font-size: 0.18rem;
  color: #424242;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-footer-wrap .like-wrap .icon-like-wrap {
  width: 0.4rem;
  height: 0.37rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-footer-wrap .like-wrap .icon-like-wrap .iconfont {
  padding-top: 0.02rem;
  font-size: 0.26rem;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-footer-wrap .like-wrap .icon-like-wrap .icon_collect_select_worksdetails {
  background: linear-gradient(-135deg, #F46C88 0%, #E21A43 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.index-pages-wrap .list-wrap .list-content .circle-item .circle-footer-wrap .like-wrap .like-num {
  font-size: 0.26rem;
  color: #9A9A9A;
}
.index-pages-wrap .list-wrap .no-list-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0.26rem;
  color: #BABABC;
}
.index-pages-wrap .btn-add-tag {
  position: fixed;
  left: 50%;
  bottom: 0.4rem;
  transform: translateX(-50%);
  z-index: 1;
  width: 4.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  background: #E21A43;
  font-size: 0.28rem;
  color: #fff;
}
.index-pages-wrap .btn-add-tag:active {
  opacity: 0.8;
}
.index-pages-wrap .out-login-modal-wrap {
  padding: 0.3rem;
  padding-bottom: 0.4rem;
  font-size: 0.32rem;
}
.index-pages-wrap .refuse-info-wrap {
  padding: 0.3rem;
  padding-bottom: 0.4rem;
  text-align: left;
}
.index-pages-wrap .refuse-info-wrap .refuse-reasons {
  line-height: 1.5em;
  font-size: 0.3rem;
  color: #19181D;
}
.index-pages-wrap .refuse-info-wrap .refuse-tip {
  padding-top: 0.1rem;
  line-height: 0.56rem;
  font-size: 0.26rem;
  color: rgba(25, 24, 29, 0.5);
}
.index-pages-wrap .popup-wrap {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
  overflow: hidden;
  background: #F7F7F7;
}
.index-pages-wrap .popup-wrap div {
  width: 100vw;
  height: 1.1rem;
  line-height: 1.1rem;
  background: #fff;
  font-size: 0.32rem;
  color: #202020;
}
.index-pages-wrap .popup-wrap div.b-1px-b:after {
  border-width: 2px;
  border-color: #EFEFEF;
}
.index-pages-wrap .popup-wrap div:active {
  opacity: 0.8;
}
.index-pages-wrap .popup-wrap div:last-child {
  margin-top: 0.12rem;
  background: #fff;
  color: #19181D;
}

.circle-details-page-wrap {
  min-height: 100vh;
  padding-bottom: 1.4rem;
  background: #f0f0f0;
}
.circle-details-page-wrap .video-cover-wrap {
  position: relative;
}
.circle-details-page-wrap .video-cover-wrap .video-icon {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 8;
  width: 0.6rem;
  height: 0.6rem;
}
.circle-details-page-wrap .video-cover-wrap .video-img {
  width: 100vw;
}
.circle-details-page-wrap .swiper-wrap {
  position: relative;
}
.circle-details-page-wrap .swiper-wrap .pager-wrap {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 8;
  border-radius: 0.15rem;
  width: 0.5rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.2rem;
  color: #fff;
}
.circle-details-page-wrap .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 10rem;
  background: #fff;
}
.circle-details-page-wrap .swiper-slide .banner {
  width: 7.5rem;
  height: 10rem;
  object-fit: contain;
}
.circle-details-page-wrap .swiper-slide .tag-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 10rem;
  z-index: 10;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap {
  position: absolute;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap.right {
  flex-direction: row-reverse;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap.right .tag-item-body {
  flex-direction: row-reverse;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap.right .tag-item-dot {
  left: 0.1rem;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-body {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #fff;
  background: rgba(248, 249, 250, 0.3);
  color: #ffffff;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-body i {
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.13rem;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-body .tag-item-text {
  flex: 1;
  font-size: 0.24rem;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-line {
  width: 0.32rem;
  height: 0.02rem;
  background: #fff;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-dot {
  position: relative;
  left: -0.1rem;
  width: 0.2rem;
  height: 0.2rem;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-dot::before {
  content: '';
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
}
.circle-details-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-dot::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #242424;
  opacity: 0.2;
}
.circle-details-page-wrap .circle-text-wrap {
  padding: 0.3rem 0.4rem;
  background: #fff;
}
.circle-details-page-wrap .circle-text-wrap .circle-title {
  line-height: 1.5em;
  text-align: left;
  font-weight: bold;
  font-size: 0.3rem;
  color: #1a1920;
}
.circle-details-page-wrap .circle-text-wrap .circle-content-text {
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  line-height: 1.5em;
  text-align: left;
  word-break: break-all;
  font-size: 0.24rem;
  color: #424242;
}
.circle-details-page-wrap .circle-text-wrap .circle-tag-list {
  flex-wrap: wrap;
}
.circle-details-page-wrap .circle-text-wrap .circle-tag-list .circle-tag-item {
  margin-right: 0.12rem;
  margin-bottom: 0.1rem;
  padding: 0 0.12rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.16rem;
  background: #e9e9ea;
}
.circle-details-page-wrap .circle-text-wrap .circle-tag-list .circle-tag-item p {
  font-size: 0.18rem;
  color: #424242;
}
.circle-details-page-wrap .details-operation-wrap {
  margin-top: 0.1rem;
  padding-right: 0.5rem;
  height: 1.2rem;
  background: #fff;
}
.circle-details-page-wrap .details-operation-wrap .btn-operation {
  width: 1.6rem;
  height: 0.8rem;
  font-size: 0.26rem;
}
.circle-details-page-wrap .details-operation-wrap .btn-operation .iconfont {
  font-size: 0.32rem;
  color: #424242;
}
.circle-details-page-wrap .details-operation-wrap .btn-operation .btn-operation-text {
  padding-left: 0.2rem;
  color: #9a9a9a;
}
.circle-details-page-wrap .details-operation-wrap .btn-operation:active {
  opacity: 0.6;
}
.circle-details-page-wrap .examine-reason-wrap {
  margin-top: 0.2rem;
  padding: 0.3rem 0;
  line-height: 1.5em;
  background: #fff;
  font-size: 0.26rem;
}
.circle-details-page-wrap .examine-reason-wrap .label-value-item {
  padding: 0.12rem 0;
}
.circle-details-page-wrap .examine-reason-wrap .label-value-item .label {
  flex: 0 0 1.6rem;
  width: 1.6rem;
  text-align: right;
  color: #101010;
}
.circle-details-page-wrap .examine-reason-wrap .label-value-item .value {
  padding-right: 0.3rem;
  text-align: left;
  font-size: 0.26rem;
  color: #898989;
}
.circle-details-page-wrap .examine-reason-wrap .label-value-item .value.big {
  font-weight: bold;
}
.circle-details-page-wrap .customer-profile-wrap,
.circle-details-page-wrap .examine-edit-wrap {
  margin-top: 0.2rem;
  padding: 0.4rem 0;
  background: #fff;
}
.circle-details-page-wrap .customer-profile-wrap .customer-profile-title,
.circle-details-page-wrap .examine-edit-wrap .customer-profile-title {
  text-align: left;
  font-weight: bold;
  font-size: 0.32rem;
  color: #2e2e2e;
}
.circle-details-page-wrap .customer-profile-wrap {
  padding: 0.3rem;
}
.circle-details-page-wrap .customer-profile-wrap .profile-img-list {
  justify-content: flex-start;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.circle-details-page-wrap .customer-profile-wrap .profile-img-list .profile-img-item {
  width: 2.1rem;
  margin-right: 0.3rem;
}
.circle-details-page-wrap .customer-profile-wrap .profile-img-list .profile-img-item:last-child {
  margin-right: 0;
}
.circle-details-page-wrap .customer-profile-wrap .profile-img-list .profile-img-item img {
  width: 2.1rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.circle-details-page-wrap .customer-profile-wrap .profile-tip {
  text-align: left;
  font-size: 0.24rem;
  color: #898989;
}
.circle-details-page-wrap .examine-edit-wrap .customer-profile-title {
  padding: 0 0.3rem;
}
.circle-details-page-wrap .examine-edit-wrap .edit-btn-list {
  padding: 0.3rem 0 0.5rem 0;
  width: 100vw;
  box-shadow: 0 0.08rem 0.2rem 0 rgba(219, 214, 211, 0.3);
}
.circle-details-page-wrap .examine-edit-wrap .edit-btn-list .btn-examine {
  margin: 0 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.9rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  border: 1px solid #cacaca;
  font-size: 0.3rem;
  color: #585858;
}
.circle-details-page-wrap .examine-edit-wrap .edit-btn-list .btn-examine:active {
  opacity: 0.8;
}
.circle-details-page-wrap .examine-edit-wrap .edit-btn-list .btn-examine.active {
  border-color: #e21a43;
  background: #e21a43;
  color: #fff;
}
.circle-details-page-wrap .examine-edit-wrap .examine-reason-select-list {
  padding: 0.4rem;
  padding-bottom: 0.2rem;
  flex-wrap: wrap;
}
.circle-details-page-wrap .examine-edit-wrap .examine-reason-select-list .examine-reason-item {
  margin-bottom: 0.2rem;
  margin-right: 0.12rem;
  padding: 0 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  color: #2e2e2e;
}
.circle-details-page-wrap .examine-edit-wrap .examine-reason-select-list .examine-reason-item:active {
  opacity: 0.8;
}
.circle-details-page-wrap .examine-edit-wrap .examine-reason-select-list .examine-reason-item.active {
  border-color: #e21a43;
  background: #e21a43;
  color: #fff;
}
.circle-details-page-wrap .examine-edit-wrap .content-from-wrap {
  position: relative;
  margin: 0 auto;
  width: 6.9rem;
  border-radius: 0.14rem;
  background: #f8f9fa;
  font-size: 0.24rem;
  color: #bfc3ce;
}
.circle-details-page-wrap .examine-edit-wrap .content-from-wrap .content-textarea {
  padding: 0.2rem 0.3rem;
  width: 6.9rem;
  min-height: 1.3rem;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 0.28rem;
  color: #424242;
}
.circle-details-page-wrap footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.1rem 0.3rem;
  width: 100vw;
  height: 1rem;
  background: #fff;
  box-shadow: 0 0.08rem 0.2rem 0 rgba(0, 0, 0, 0.4);
}
.circle-details-page-wrap footer .btn-submit {
  width: 6.9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #e21a43;
  font-size: 0.3rem;
  color: #fff3ef;
}
.circle-details-page-wrap footer .btn-submit:active {
  opacity: 0.8;
}
.circle-details-page-wrap .modal-wrap {
  padding: 0.2rem 0.3rem;
  padding-bottom: 0.2rem;
}
.circle-details-page-wrap .modal-wrap .modal-tip {
  line-height: 1.5em;
  text-align: left;
  font-size: 0.28rem;
  color: #757477;
}

.order-list-page-wrap {
  min-height: 100vh;
}
.order-list-page-wrap .order-list-wrap {
  height: 100vh;
  /* 下拉、上拉提示信息 */
}
.order-list-page-wrap .order-list-wrap .order-list-content {
  padding: 0.3rem 0;
  position: relative;
  min-height: 100vh;
  background: #f2f2f2;
}
.order-list-page-wrap .order-list-wrap .top-tip {
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #A2A5B0;
}
.order-list-page-wrap .order-list-wrap .bottom-tip {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #A2A5B0;
}
.order-list-page-wrap .order-list-wrap .no-list-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0.26rem;
  color: #BABABC;
}
.order-list-page-wrap .order-list-wrap .order-list-body {
  min-height: 100vh;
}
.order-list-page-wrap .order-list-wrap .order-list-body.ios {
  padding-bottom: 0.8rem;
}
.order-list-page-wrap .order-list-wrap .order-item {
  margin: 0 auto;
  margin-top: 0.3rem;
  padding: 0 0.4rem;
  padding-bottom: 0.3rem;
  width: 6.9rem;
  border-radius: 0.16rem;
  background: #fff;
}
.order-list-page-wrap .order-list-wrap .order-item:first-child {
  margin-top: 0;
}
.order-list-page-wrap .order-list-wrap .order-item.no-order-circle {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  background: transparent;
}
.order-list-page-wrap .order-list-wrap .order-item::after {
  background: #F4F3F8;
}
.order-list-page-wrap .order-list-wrap .order-item .btn-no-order-circle {
  padding: 0 0.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: linear-gradient(90deg, #FE3D6C 0%, #FF0910 100%);
  border-radius: 0.08rem;
  font-size: 0.28rem;
  color: #fff;
}
.order-list-page-wrap .order-list-wrap .order-item .btn-no-order-circle:active {
  opacity: 0.8;
}
.order-list-page-wrap .order-list-wrap .order-item .btn-no-order-circle.disabled {
  opacity: 0.6;
}
.order-list-page-wrap .order-list-wrap .order-item .order-item-header {
  margin-bottom: 0 auto;
  width: 6.3rem;
  height: 0.82rem;
}
.order-list-page-wrap .order-list-wrap .order-item .order-item-header span {
  font-size: 0.26rem;
  color: #333;
}
.order-list-page-wrap .order-list-wrap .order-item .order-item-header .time {
  color: #999;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap {
  padding-top: 0.36rem;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .avatar-img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: cover;
  border-radius: 0.4rem;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .customer-info {
  flex: 1 1 auto;
  margin: 0 0.3rem;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .customer-info .customer-name-wrap .name-text {
  padding-right: 0.14rem;
  max-width: 2.8rem;
  text-align: left;
  line-height: 0.42rem;
  font-weight: bold;
  font-size: 0.36rem;
  color: #19181D;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .customer-info .customer-name-wrap img.icon-uvip {
  margin-top: 0.07rem;
  width: 0.65rem;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .customer-info .customer-name-wrap img.icon-ovip {
  margin-top: 0.1rem;
  width: 0.65rem;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .customer-info .price {
  text-align: left;
  line-height: 0.48rem;
  font-size: 0.24rem;
  color: #666;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .customer-info .order-tag-list {
  max-width: 3.8rem;
  flex-wrap: wrap;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .customer-info .order-tag-list .order-tag-item {
  margin-left: 0.12rem;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: #E9E9EA;
  border-radius: 0.16rem;
  font-size: 0.18rem;
  color: #424242;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .order-info-wrap {
  flex: 1 1 auto;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .order-info-wrap .order-info-list {
  padding-bottom: 0.16rem;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .order-info-wrap .order-info-list .info-item {
  justify-content: flex-start;
  line-height: 0.42rem;
  font-size: 0.28rem;
  color: #333;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .order-info-wrap .order-info-list .info-item .label {
  position: relative;
  width: 1.2rem;
  flex: 0 0 1.2rem;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .order-info-wrap .order-info-list .info-item .label::after {
  content: ":";
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .order-info-wrap .order-info-list .info-item .value {
  padding-left: 0.32rem;
  color: #666;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .order-info-wrap .form-content {
  float: left;
  padding: 0 0.08rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.04rem;
  background: #F4F3F8;
  font-size: 0.24rem;
  color: #666;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .operation-wrap .btn-add-ciircle {
  width: 1.22rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 0.08rem;
  background: linear-gradient(90deg, #FE3D6C 0%, #FF0910 100%);
  vertical-align: middle;
  font-size: 0.24rem;
  color: #FFF;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .operation-wrap .btn-add-ciircle.disabled {
  opacity: 0.6;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .operation-wrap .btn-add-ciircle.active {
  opacity: 0.8;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .operation-wrap .circle-number-wrap {
  padding-top: 0.12rem;
  line-height: 1.5em;
  font-size: 0.22rem;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .operation-wrap .circle-number-wrap .yellow {
  color: #F09A5A;
}
.order-list-page-wrap .order-list-wrap .order-item .customer-wrap .operation-wrap .circle-number-wrap .red {
  color: #E21A43;
}
.order-list-page-wrap .popup-wrap {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
  overflow: hidden;
  background: #F7F7F7;
}
.order-list-page-wrap .popup-wrap div {
  width: 100vw;
  height: 1.1rem;
  line-height: 1.1rem;
  background: #fff;
  font-size: 0.28rem;
  color: #333;
}
.order-list-page-wrap .popup-wrap div.b-1px-b:after {
  border-width: 2px;
  border-color: #EFEFEF;
}
.order-list-page-wrap .popup-wrap div:active {
  opacity: 0.8;
}
.order-list-page-wrap .popup-wrap div:last-child {
  margin-top: 0.12rem;
  background: #fff;
  color: rgba(51, 51, 51, 0.7);
}

.examine-circle-pages-wrap {
  height: 100vh;
  background: #fff;
}
.examine-circle-pages-wrap .tab-list {
  position: relative;
  padding: 0 0.8rem;
  background: #fff;
  box-shadow: 0 -0.06rem 0.16rem 0 rgba(0, 0, 0, 0.4);
}
.examine-circle-pages-wrap .tab-list::after {
  border-color: #D8D8D8;
}
.examine-circle-pages-wrap .tab-list .slide {
  position: absolute;
  bottom: 0;
  transform: translateX(-1.93rem);
  transition: left 0.3s;
  width: 0.9rem;
  height: 0.04rem;
  background: #E21A43;
}
.examine-circle-pages-wrap .tab-list .tag-item {
  flex: 0 0 2.95rem;
  height: 0.84rem;
}
.examine-circle-pages-wrap .tab-list .tag-item .tag-text {
  position: relative;
  font-size: 0.24rem;
  color: #A2A5B0;
}
.examine-circle-pages-wrap .tab-list .tag-item .tag-text.active {
  color: #E21A43;
}
.examine-circle-pages-wrap .tab-list .tag-item .tag-text.badge::after {
  content: "";
  position: absolute;
  top: -0.16rem;
  right: -0.16rem;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #E21A43;
}
.examine-circle-pages-wrap .swiper-wrap {
  width: 100vw;
  height: calc(100vh - 0.84rem);
}
.examine-circle-pages-wrap .swiper-slide {
  width: 100vw;
  height: calc(100vh - 0.84rem);
}
.examine-circle-pages-wrap .list-wrap {
  position: relative;
  padding: 0.2rem 0;
  min-height: 100vh;
  /* 下拉、上拉提示信息 */
}
.examine-circle-pages-wrap .list-wrap .top-tip {
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #A2A5B0;
}
.examine-circle-pages-wrap .list-wrap .bottom-tip {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #A2A5B0;
}
.examine-circle-pages-wrap .list-wrap .no-list-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0.26rem;
  color: #BABABC;
}
.examine-circle-pages-wrap .list-wrap .list-content {
  min-height: 100vh;
}
.examine-circle-pages-wrap .list-wrap .list-content.ios {
  padding-bottom: 0.8rem;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item {
  padding: 0 0.38rem 0 0.3rem;
  width: 100vw;
  height: 1.42rem;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .avatar-img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: cover;
  border-radius: 0.4rem;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .craftsman-info-content {
  flex: 1 1 auto;
  padding: 0 0.3rem;
  text-align: left;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .craftsman-info-content .name-text {
  padding-bottom: 0.12rem;
  font-weight: bold;
  font-size: 0.3rem;
  color: #101010;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .craftsman-info-content .time-text {
  font-size: 0.26rem;
  color: #898989;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .btn-examine {
  width: 1.08rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.24rem;
  color: #2E2E2E;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .btn-examine::before {
  border-radius: 0.5rem;
  border-color: #CACACA;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .examine-state-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .examine-state-content .examine-state-text {
  padding-right: 0.12rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #2E2E2E;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .examine-state-content .examine-state-text.status-2 {
  color: #E21A43;
}
.examine-circle-pages-wrap .list-wrap .list-content .circle-item .examine-state-content .iconfont {
  color: #D8DBE1;
  font-size: 0.24rem;
}

.edit-circle-page-wrap {
  padding-bottom: 1.6rem;
  min-height: 100vh;
  background: #fff;
}
.edit-circle-page-wrap .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  height: 10rem;
  background: #fff;
}
.edit-circle-page-wrap .swiper-slide .banner {
  width: 7.5rem;
  height: 10rem;
}
.edit-circle-page-wrap .swiper-slide .tag-wrap {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 7.1rem;
  height: 9.6rem;
  z-index: 10;
}
.edit-circle-page-wrap .upload-wrap {
  padding-top: 0.3rem;
  width: 100vw;
  overflow-x: auto;
  background: #fff;
}
.edit-circle-page-wrap .upload-wrap .img-upload-wrap,
.edit-circle-page-wrap .upload-wrap .video-upload-wrap {
  flex-wrap: wrap;
  padding: 0 0.4rem;
}
.edit-circle-page-wrap .upload-wrap .img-upload-wrap .upload-item,
.edit-circle-page-wrap .upload-wrap .video-upload-wrap .upload-item {
  margin-bottom: 0.2rem;
  margin-left: 0.02rem;
}
.edit-circle-page-wrap .upload-wrap .img-upload-wrap .upload-item:first-child,
.edit-circle-page-wrap .upload-wrap .video-upload-wrap .upload-item:first-child,
.edit-circle-page-wrap .upload-wrap .img-upload-wrap .upload-item:nth-child(3n+1),
.edit-circle-page-wrap .upload-wrap .video-upload-wrap .upload-item:nth-child(3n+1) {
  margin-left: 0;
}
.edit-circle-page-wrap .upload-wrap .upload-item {
  flex: 0 0 2.22rem;
  margin-left: 0.02rem;
  position: relative;
  height: 2.22rem;
  border-radius: 0.14rem;
  overflow: hidden;
}
.edit-circle-page-wrap .upload-wrap .upload-item.upload-item-video {
  flex: 0 0 auto;
  width: auto;
}
.edit-circle-page-wrap .upload-wrap .upload-item.upload-video-defalt {
  height: 2.22rem;
}
.edit-circle-page-wrap .upload-wrap .upload-item.upload-video-defalt .cover {
  min-width: 1.4rem;
  height: 2.22rem;
  object-fit: contain;
}
.edit-circle-page-wrap .upload-wrap .upload-item.upload-video-defalt .upload-video-speed-progress {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.edit-circle-page-wrap .upload-wrap .upload-item.upload-video-defalt .upload-video-speed-progress p {
  line-height: 0.36rem;
  font-size: 0.26rem;
  color: #fff;
}
.edit-circle-page-wrap .upload-wrap .upload-item .img-item {
  width: 2.22rem;
  height: 2.22rem;
  object-fit: cover;
}
.edit-circle-page-wrap .upload-wrap .upload-item .design-sketch-wrap {
  position: relative;
  width: 2.22rem;
  height: 2.22rem;
  overflow: hidden;
}
.edit-circle-page-wrap .upload-wrap .upload-item .design-sketch-wrap .banner {
  position: absolute;
  z-index: 1;
}
.edit-circle-page-wrap .upload-wrap .upload-item .design-sketch-wrap .frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 2.22rem;
}
.edit-circle-page-wrap .upload-wrap .upload-item .icon-delete {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  padding: 0.1rem 0.12rem;
}
.edit-circle-page-wrap .upload-wrap .upload-item .icon-delete .icon-delete-img {
  width: 0.32rem;
}
.edit-circle-page-wrap .upload-wrap .upload-item .cover-tap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.64rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-top-right-radius: 0.08rem;
  background: rgba(241, 14, 0, 0.8);
  text-align: center;
  letter-spacing: 0.04rem;
  font-size: 0.22rem;
  color: #fff;
}
.edit-circle-page-wrap .upload-wrap .upload-item .upload-video-min {
  height: 2.22rem;
}
.edit-circle-page-wrap .upload-wrap .upload-item .upload-video-cover {
  width: 2.22rem;
  height: 2.22rem;
  object-fit: cover;
}
.edit-circle-page-wrap .upload-wrap .upload-item-btn {
  background: #F4F3F8;
  border-radius: 0.14rem;
  text-align: center;
}
.edit-circle-page-wrap .upload-wrap .upload-item-btn .video-form {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.edit-circle-page-wrap .upload-wrap .upload-item-btn i {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.4rem;
  color: #666;
}
.edit-circle-page-wrap .upload-wrap .upload-item-btn span {
  padding-top: 0.16rem;
  font-size: 0.24rem;
  color: #666;
}
.edit-circle-page-wrap .from-wrap {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  background: #fff;
}
.edit-circle-page-wrap .from-wrap.margin-top-30 {
  padding-top: 0.3rem;
}
.edit-circle-page-wrap .from-wrap input::-webkit-input-placeholder {
  font-weight: bold;
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 0.6);
}
.edit-circle-page-wrap .from-wrap input::placeholder {
  font-weight: bold;
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 0.6);
}
.edit-circle-page-wrap .from-wrap textarea::-webkit-input-placeholder {
  font-size: 0.24rem;
  color: rgba(51, 51, 51, 0.6);
}
.edit-circle-page-wrap .from-wrap textarea::placeholder {
  font-size: 0.24rem;
  color: rgba(51, 51, 51, 0.6);
}
.edit-circle-page-wrap .from-wrap .content-from-wrap,
.edit-circle-page-wrap .from-wrap .title-from-wrap {
  position: relative;
  margin: 0 auto;
  background: transparent;
  font-size: 0.24rem;
  color: #BFC3CE;
}
.edit-circle-page-wrap .from-wrap .content-from-wrap::after,
.edit-circle-page-wrap .from-wrap .title-from-wrap::after {
  background: #F4F3F8;
}
.edit-circle-page-wrap .from-wrap .title-from-wrap {
  width: 6.7rem;
  height: 0.88rem;
  overflow: hidden;
}
.edit-circle-page-wrap .from-wrap .title-from-wrap .title-input {
  padding-right: 0.3rem;
  width: 6.7rem;
  height: 0.88rem;
  line-height: 0.88rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333;
}
.edit-circle-page-wrap .from-wrap .title-from-wrap .enter-word-number {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.8rem;
}
.edit-circle-page-wrap .from-wrap .content-from-wrap {
  width: 6.7rem;
  padding: 0.54rem 0 0.4rem 0;
}
.edit-circle-page-wrap .from-wrap .content-from-wrap .content-textarea {
  width: 6.9rem;
  min-height: 2.4rem;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 0.24rem;
  color: #424242;
}
.edit-circle-page-wrap .from-wrap .content-from-wrap .enter-word-number {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
}
.edit-circle-page-wrap .tag-select-wrap {
  padding: 0 0.4rem;
  background: #fff;
  color: #333;
}
.edit-circle-page-wrap .tag-select-wrap .title {
  padding-bottom: 0.04rem;
  text-align: left;
  font-weight: bold;
  font-size: 0.26rem;
  color: #19181D;
}
.edit-circle-page-wrap .tag-select-wrap .tag-select-list {
  flex-wrap: wrap;
}
.edit-circle-page-wrap .tag-select-wrap .tag-select-list .tag-select-item {
  position: relative;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  padding: 0 0.24rem;
  height: 0.6rem;
  border-radius: 0.08rem;
  background: #F4F3F8;
}
.edit-circle-page-wrap .tag-select-wrap .tag-select-list .tag-select-item p {
  line-height: 0.6rem;
  font-size: 0.24rem;
}
.edit-circle-page-wrap .tag-select-wrap .tag-select-list .tag-select-item.active {
  background: #F10E00;
  color: #fff;
}
.edit-circle-page-wrap .footer-submit-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 0.2rem;
  width: 100vw;
  background: #fff;
  box-shadow: 0 0.08rem 0.2rem 0 rgba(219, 214, 211, 0.3);
}
.edit-circle-page-wrap .footer-submit-wrap .btn-submit {
  margin: 0 auto;
  width: 6.7rem;
  height: 0.98rem;
  line-height: 0.98rem;
  border-radius: 0.16rem;
  background-color: #F10E00;
  font-size: 0.32rem;
  color: #fff;
  opacity: 0.6;
}
.edit-circle-page-wrap .footer-submit-wrap .btn-submit.can-submit {
  opacity: 1;
}
.edit-circle-page-wrap .footer-submit-wrap .btn-submit:active {
  opacity: 0.8;
}
.edit-circle-page-wrap .footer-submit-wrap .radio-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.4rem;
  height: 0.7rem;
}
.edit-circle-page-wrap .footer-submit-wrap .radio-wrap.active .radio-select {
  opacity: 1;
}
.edit-circle-page-wrap .footer-submit-wrap .radio-wrap.active .radio-select::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #F10E00;
}
.edit-circle-page-wrap .footer-submit-wrap .radio-wrap .radio-select {
  position: relative;
  top: -1px;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  border: 1px solid #F10E00;
  opacity: 0.4;
}
.edit-circle-page-wrap .footer-submit-wrap .radio-wrap p {
  line-height: 0.7rem;
  padding-left: 0.1rem;
  font-size: 0.28rem;
  color: #333;
}
.edit-circle-page-wrap .modal-wrap {
  padding: 0.2rem 0.3rem;
  padding-bottom: 0.2rem;
}
.edit-circle-page-wrap .modal-wrap .modal-tip {
  line-height: 1.5em;
  font-size: 0.28rem;
  color: #757477;
}
.edit-circle-page-wrap .toast-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-circle-page-wrap .toast-wrap .toast-content {
  border-radius: 0.12rem;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.7);
}
.edit-circle-page-wrap .toast-wrap .toast-content p {
  line-height: 1.5em;
  font-size: 0.24rem;
  color: #fff;
}

.img-tag-edit-page-wrap {
  background: #363636;
  min-height: 100vh;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .btn-edit-img {
  right: 0.48rem;
  bottom: 0.48rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide {
  height: 10rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .swiper-slide_img-wrap {
  margin: 0;
  width: 7.5rem;
  height: 10rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .swiper-slide_img-wrap .frame {
  width: 7.5rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .tag-wrap {
  left: 0;
  width: 7.5rem;
  height: 10rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .tag-wrap .tag-item-body {
  padding-right: 0.24rem;
  height: 0.5rem;
  border-radius: 0.25rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .tag-wrap .tag-item-body i {
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.13rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .tag-wrap .tag-item-body .tag-item-text {
  font-size: 0.24rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .tag-wrap .tag-item-line {
  flex: 0 0 0.32rem;
  width: 0.32rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .tag-wrap .tag-item-dot {
  width: 0.2rem;
  height: 0.2rem;
}
.img-tag-edit-page-wrap.img-show-type_750 .swiper-wrap .swiper-slide .tag-wrap .tag-item-dot::after {
  width: 0.2rem;
  height: 0.2rem;
}
.img-tag-edit-page-wrap .page-back-wrap {
  position: fixed;
  left: 0.3rem;
  top: 0.3rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.02rem;
  padding-bottom: 0.02rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.img-tag-edit-page-wrap .page-back-wrap i {
  cursor: pointer;
  transform: rotateZ(180deg);
  font-size: 0.26rem;
  color: #fff;
}
.img-tag-edit-page-wrap .swiper-wrap {
  flex: 0 0 100vw;
  width: 100vw;
  position: relative;
}
.img-tag-edit-page-wrap .swiper-wrap .pager-wrap {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 8;
  border-radius: 0.15rem;
  width: 0.5rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.2rem;
  color: #fff;
}
.img-tag-edit-page-wrap .swiper-wrap .btn-edit-img {
  position: absolute;
  right: 0.84rem;
  bottom: 0.24rem;
  z-index: 8;
  width: 1.2rem;
  height: 0.5rem;
  border-radius: 0.3rem;
  background: rgba(0, 0, 0, 0.5);
}
.img-tag-edit-page-wrap .swiper-wrap .btn-edit-img img {
  width: 0.18rem;
}
.img-tag-edit-page-wrap .swiper-wrap .btn-edit-img span {
  padding-left: 0.08rem;
  font-size: 0.24rem;
  color: #fff;
}
.img-tag-edit-page-wrap .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  height: 8.26rem;
}
.img-tag-edit-page-wrap .swiper-slide .swiper-slide_img-wrap {
  position: relative;
  margin: 0 0.65rem;
  width: 6.2rem;
  height: 8.26rem;
  overflow: hidden;
}
.img-tag-edit-page-wrap .swiper-slide .banner {
  position: absolute;
  z-index: 1;
  width: 6.2rem;
  object-fit: contain;
}
.img-tag-edit-page-wrap .swiper-slide .frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6.2rem;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap {
  position: absolute;
  top: 0;
  left: 0.65rem;
  width: 6.2rem;
  height: 8.2rem;
  z-index: 10;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .vdr {
  position: absolute;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap {
  position: relative;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap.right {
  flex-direction: row-reverse;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap.right .tag-item-body {
  position: relative;
  left: -0.1rem;
  flex-direction: row-reverse;
  padding-left: 0.24rem;
  padding-right: 0;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap.right .tag-item-line {
  position: relative;
  left: -0.1rem;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-body {
  padding-right: 0.198rem;
  height: 0.413rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  background: rgba(248, 249, 250, 0.3);
  color: #FFFFFF;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-body i {
  flex: 0 0 0.4rem;
  width: 0.4rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.1rem;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-body .tag-item-text {
  flex: 1;
  font-size: 0.198rem;
  white-space: nowrap;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-line {
  flex: 0 0 0.264rem;
  width: 0.264rem;
  height: 0.02rem;
  background: #fff;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-dot {
  position: relative;
  left: 0;
  width: 0.165rem;
  height: 0.165rem;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-dot::before {
  content: '';
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
}
.img-tag-edit-page-wrap .swiper-slide .tag-wrap .tag-item-wrap .tag-item-dot::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0.165rem;
  height: 0.165rem;
  border-radius: 50%;
  background: #242424;
  opacity: 0.2;
}
.img-tag-edit-page-wrap .select-tag-modal-wrap {
  padding: 0 0.3rem;
  padding-bottom: 0.2rem;
}
.img-tag-edit-page-wrap .select-tag-modal-wrap .select-tag-tip {
  padding-bottom: 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: left;
  font-size: 0.24rem;
  color: #757477;
}
.img-tag-edit-page-wrap .select-tag-modal-wrap .tag-select-list {
  min-height: 1rem;
  max-height: 3rem;
  overflow-y: auto;
  flex-wrap: wrap;
}
.img-tag-edit-page-wrap .select-tag-modal-wrap .tag-select-list .tag-select-item {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  margin-right: 0.2rem;
  padding: 0 0.24rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
}
.img-tag-edit-page-wrap .select-tag-modal-wrap .tag-select-list .tag-select-item::before {
  border-width: 2px;
  border-style: dashed;
  border-radius: 0.6rem;
}
.img-tag-edit-page-wrap .select-tag-modal-wrap .tag-select-list .tag-select-item.active {
  background: #FFF5F5;
  border-radius: 0.6rem;
  font-weight: bold;
  color: #E21A43;
}
.img-tag-edit-page-wrap .select-tag-modal-wrap .tag-select-list .tag-select-item.active::before {
  border: 2px solid #E21A43;
}
.img-tag-edit-page-wrap .action-bar-wrap {
  flex: 0 0 auto;
  padding: 0.4rem 0;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.5);
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap.hide-tag-btn .btn-add-tag {
  display: none;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap.hide-tag-btn .action-bar-tag_list {
  width: 100vw;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .action-bar-tag_list {
  width: 5.36rem;
  height: 0.6rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .tag-item {
  flex: 0 0 auto;
  padding: 0 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .tag-item:first-child {
  padding-left: 0.4rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .tag-item:last-child {
  padding-right: 0.4rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .tag-item.active {
  font-weight: bold;
  color: #fff;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .btn-add-tag {
  position: relative;
  width: 2.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #fff;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .btn-add-tag .icon-add-tag {
  margin-right: 0.1rem;
  width: 0.24rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .btn-add-tag span {
  white-space: nowrap;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .btn-add-tag::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.15rem;
  width: 1px;
  height: 0.3rem;
  background-color: #6D6D6D;
  transform: scaleX(0.5);
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-tag-wrap .btn-add-tag:active {
  opacity: 0.8;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list {
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item {
  flex: 0 0 auto;
  padding: 0 0.1rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item:first-child {
  padding-left: 0.4rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item:last-child {
  padding-right: 0.4rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item .effect-item_img {
  border: 0.04rem solid #363636;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item .effect-item_img img {
  height: 1.86rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item .effect-name {
  padding-top: 0.16rem;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item.active {
  font-weight: bold;
  color: #fff;
}
.img-tag-edit-page-wrap .action-bar-wrap .action-bar-effect-list .effect-item.active .effect-item_img {
  border-color: #E21A43;
}

.edit-circle-link-page-wrap {
  padding-bottom: 1.2rem;
  width: 100vw;
  min-height: 100vh;
  background: #fff;
}
.edit-circle-link-page-wrap .img-wrap {
  padding: 0.6rem 0;
  width: 100%;
  min-height: 3.6rem;
}
.edit-circle-link-page-wrap .img-wrap .upload-content .btn-upload {
  width: 3.2rem;
  height: 2.4rem;
  background: #F4F3F8;
  border-radius: 0.08rem;
}
.edit-circle-link-page-wrap .img-wrap .upload-content .btn-upload img {
  width: 0.52rem;
  height: 0.52rem;
}
.edit-circle-link-page-wrap .img-wrap .upload-content .btn-upload span {
  padding-top: 0.2rem;
  font-size: 0.28rem;
  color: #999999;
}
.edit-circle-link-page-wrap .img-wrap .upload-content p {
  padding-top: 0.2rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #666;
}
.edit-circle-link-page-wrap .img-wrap .img-content {
  position: relative;
  width: 3rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.edit-circle-link-page-wrap .img-wrap .img-content .circle-cover {
  width: 3rem;
  min-height: 2rem;
}
.edit-circle-link-page-wrap .img-wrap .img-content .btn-del {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
}
.edit-circle-link-page-wrap .form-wrap {
  padding: 0 0.3rem;
}
.edit-circle-link-page-wrap .form-wrap .content-from-wrap,
.edit-circle-link-page-wrap .form-wrap .title-from-wrap {
  position: relative;
  margin: 0 auto;
  border-radius: 0.14rem;
  background: #F8F9FA;
  font-size: 0.24rem;
  color: #BFC3CE;
}
.edit-circle-link-page-wrap .form-wrap .title-from-wrap {
  width: 6.9rem;
  height: 0.8rem;
  overflow: hidden;
}
.edit-circle-link-page-wrap .form-wrap .title-from-wrap .title-input {
  padding: 0 0.3rem;
  width: 6.9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #424242;
}
.edit-circle-link-page-wrap .form-wrap .title-from-wrap .enter-word-number {
  position: absolute;
  right: 0.3rem;
  top: 0;
  line-height: 0.8rem;
}
.edit-circle-link-page-wrap .form-wrap .content-from-wrap {
  margin-top: 0.1rem;
  width: 6.9rem;
  padding: 0.2rem 0 0.4rem 0;
}
.edit-circle-link-page-wrap .form-wrap .content-from-wrap .content-textarea {
  padding: 0 0.3rem;
  width: 6.9rem;
  min-height: 2.4rem;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 0.24rem;
  color: #424242;
}
.edit-circle-link-page-wrap .form-wrap .content-from-wrap .enter-word-number {
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
}
.edit-circle-link-page-wrap .form-wrap .jump-type-radio {
  padding-top: 0.4rem;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label {
  padding: 0.2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  line-height: 0.28rem;
  font-size: 0.28rem;
  color: #999999;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label.disabled {
  opacity: 0.6;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label.check span {
  color: #333;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label.check .icon-radio {
  border-color: #07C060;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label.check .icon-radio::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #07C060;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label input[type='radio'] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin: 0;
  opacity: 0;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label .icon-radio {
  display: inline-block;
  position: relative;
  width: 0.28rem;
  height: 0.28rem;
  border: 1px solid #999;
  border-radius: 0.14rem;
  background-color: #fff;
}
.edit-circle-link-page-wrap .form-wrap .radio-wrap label span {
  padding: 0 0.5rem 0 0.1rem;
  color: #999;
}
.edit-circle-link-page-wrap .form-wrap .grey-bg-wrap {
  padding-top: 0.4rem;
  border-radius: 8px;
}
.edit-circle-link-page-wrap .form-wrap .grey-bg-wrap > div {
  padding: 0.34rem 0.4rem;
  background: #F4F3F8;
}
.edit-circle-link-page-wrap .form-wrap .grey-bg-wrap > div:not(:last-child) {
  margin-bottom: 1px;
}
.edit-circle-link-page-wrap .form-wrap .grey-bg-wrap .radio-tip {
  flex: 0 0 100%;
  padding-bottom: 0.1rem;
  text-align: left;
  font-size: 0.18rem;
  color: #999999;
}
.edit-circle-link-page-wrap .form-wrap .grey-bg-wrap .input-link-wrap .input-link-label {
  padding-bottom: 0.24rem;
  font-weight: bold;
  text-align: left;
  font-size: 0.32rem;
  color: #333333;
}
.edit-circle-link-page-wrap .form-wrap .grey-bg-wrap .input-link-wrap .link-input {
  padding: 0 0.3rem;
  width: 6.1rem;
  height: 0.8rem;
  box-sizing: border-box;
  border-radius: 0.04rem;
  background: #FFF;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .circle-text-wrap {
  padding: 0.3rem 0.4rem;
  background: #fff;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .circle-text-wrap .circle-title {
  line-height: 1.5em;
  text-align: left;
  font-weight: bold;
  font-size: 0.3rem;
  color: #1a1920;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .circle-text-wrap .circle-content-text {
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  line-height: 1.5em;
  text-align: left;
  word-break: break-all;
  font-size: 0.24rem;
  color: #424242;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .circle-text-wrap .circle-tag-list {
  flex-wrap: wrap;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .circle-text-wrap .circle-tag-list .circle-tag-item {
  margin-right: 0.12rem;
  margin-bottom: 0.1rem;
  padding: 0 0.12rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.16rem;
  background: #e9e9ea;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .circle-text-wrap .circle-tag-list .circle-tag-item p {
  font-size: 0.18rem;
  color: #424242;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .h5-link-content {
  position: relative;
  margin: 0 auto;
  padding: 0.2rem 0.8rem 0.2rem 0.4rem;
  width: 6.9rem;
  border-radius: 0.04rem;
  background: #F4F3F8;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .h5-link-content .link-content-text {
  min-height: 0.4rem;
  line-height: 0.4rem;
  word-break: break-all;
  text-align: left;
  font-size: 0.28rem;
  color: #333;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .advertisement-circle-info-footer {
  height: 0.76rem;
  padding: 0 0.1rem 0 0.3rem;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .advertisement-circle-info-footer .jump-type-text {
  font-size: 0.28rem;
  color: #333;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .advertisement-circle-info-footer .jump-type-text .label {
  font-weight: bold;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .advertisement-circle-info-footer .details-operation-wrap .btn-operation {
  width: 1.6rem;
  height: 0.8rem;
  font-size: 0.26rem;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .advertisement-circle-info-footer .details-operation-wrap .btn-operation .iconfont {
  font-size: 0.32rem;
  color: #424242;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .advertisement-circle-info-footer .details-operation-wrap .btn-operation .btn-operation-text {
  padding-left: 0.2rem;
  color: #9a9a9a;
}
.edit-circle-link-page-wrap .advertisement-circle-info-wrap .advertisement-circle-info-footer .details-operation-wrap .btn-operation:active {
  opacity: 0.6;
}
.edit-circle-link-page-wrap .footer-sub-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.32rem 0;
  width: 100vw;
}
.edit-circle-link-page-wrap .footer-sub-wrap .btn-jump {
  margin-bottom: 0.3rem;
  width: 200px;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.28rem;
  color: #9a9a9a;
}
.edit-circle-link-page-wrap .footer-sub-wrap .btn-weapp-link-wrap {
  height: 40px;
  overflow-y: hidden;
}
.edit-circle-link-page-wrap .footer-sub-wrap .btn-sub {
  width: 6.9rem;
  height: 0.98rem;
  line-height: 0.98rem;
  text-align: center;
  border-radius: 0.08rem;
  background: #F10E00;
  font-size: 0.32rem;
  color: #fff;
}
.edit-circle-link-page-wrap .footer-sub-wrap .btn-sub.disabled {
  opacity: 0.6;
}
.edit-circle-link-page-wrap .toast-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-circle-link-page-wrap .toast-wrap .toast-content {
  border-radius: 0.12rem;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.7);
}
.edit-circle-link-page-wrap .toast-wrap .toast-content p {
  line-height: 1.5em;
  font-size: 0.24rem;
  color: #fff;
}
.edit-circle-link-page-wrap .modal-wrap {
  padding: 0.2rem 0.3rem;
  padding-bottom: 0.2rem;
}
.edit-circle-link-page-wrap .modal-wrap .modal-tip {
  line-height: 1.5em;
  text-align: left;
  font-size: 0.28rem;
  color: #757477;
}

main {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background: #363636;
}
main .img-wrap {
  position: relative;
  width: 100vw;
  height: 10rem;
  overflow: hidden;
}
main .img-wrap .img-content {
  position: relative;
  width: 6.2rem;
  height: 8.26rem;
}
main .img-wrap .img-content .frame-line,
main .img-wrap .img-content .frame-img {
  position: absolute;
}
main .img-wrap .img-content .banner-img {
  position: absolute;
  z-index: 1;
  transform-origin: center center;
}
main .img-wrap .img-content .frame-img {
  left: 0;
  top: 0;
  z-index: 8;
}
main .img-wrap .frame-line-mark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 10rem;
}
main .img-wrap .frame-line-mark .frame-line {
  width: 6.2rem;
  box-shadow: rgba(54, 54, 54, 0.6) 0 0 0 1000px;
}
main footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding-bottom: 0.3rem;
  color: #FFFFFF;
  font-size: 0.24rem;
}
main footer .proportion-value {
  width: 0.86rem;
  height: 0.34rem;
  border-radius: 0.17rem;
  line-height: 0.34rem;
  text-align: center;
  background: rgba(226, 26, 67, 0.5);
}
main footer .footer-proportion {
  position: relative;
  width: 100vw;
}
main footer .footer-proportion .proportion-scroll-list-wrap {
  position: relative;
  display: flex;
  width: 5.26rem;
  height: 0.86rem;
  overflow: hidden;
}
main footer .footer-proportion .btn-reset {
  position: absolute;
  right: 0.2rem;
  z-index: 1;
  width: 0.86rem;
  height: 0.86rem;
}
main footer .footer-proportion .btn-reset img {
  width: 0.46rem;
}
main footer .proportion-scroll-list-content {
  flex: none;
  height: 0.86rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
main footer .proportion-scroll-list-content .proportion-scroll-item {
  margin: 0 0.12rem;
  flex: none;
}
main footer .proportion-scroll-list-content .proportion-scroll-item:first-child {
  margin-left: 2.63rem;
}
main footer .proportion-scroll-list-content .proportion-scroll-item:last-child {
  margin-right: 2.63rem;
}
main footer .proportion-scroll-list-content .item-1 {
  width: 1px;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.36);
}
main footer .proportion-scroll-list-content .item-2 {
  width: 1px;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.6);
}
main footer .btn-wrap {
  padding-top: 0.3rem;
  width: 100vw;
}
main footer .btn-wrap .btn-cancel,
main footer .btn-wrap .btn-confirm {
  width: 1.3rem;
  height: 0.5rem;
}
main footer .btn-wrap .btn-cancel img,
main footer .btn-wrap .btn-confirm img {
  width: 0.3rem;
}
main footer .btn-wrap .btn-cancel.active,
main footer .btn-wrap .btn-confirm.active {
  opacity: 0.5;
}
main footer .btn-wrap .footer-title {
  text-align: center;
}

.entrance-page-wrap {
  width: 100vw;
  height: 100vh;
  background: #F2F2F2;
}
.entrance-page-wrap .link-wrap {
  padding: 0 0.48rem;
  height: 2rem;
  background: #fff;
}
.entrance-page-wrap .link-wrap .link-item {
  padding-top: 0.2rem;
  width: 1.4rem;
  height: 1.2rem;
}
.entrance-page-wrap .link-wrap .link-item .iconfont {
  font-size: 0.42rem;
  color: #302F33;
}
.entrance-page-wrap .link-wrap .link-item span {
  padding-top: 0.22rem;
  color: rgba(25, 24, 29, 0.6);
  font-size: 0.24rem;
}

.page-back-wrap {
  position: fixed;
  left: 0.3rem;
  top: 0.3rem;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.04rem;
  padding-bottom: 0.04rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.page-back-wrap i {
  transform: rotateZ(180deg);
  font-size: 0.26rem;
  color: #fff;
}
.video-view-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #363636;
}
.video-view-wrap .video-view-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.video-view-wrap .video-view-content video {
  width: 100vw;
  max-height: 90vh;
}

.xm-agreement-wrap {
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  color: #333;
  padding: 0 0.3rem;
  text-align: left;
}
.xm-agreement-wrap .title {
  padding: 0.3rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
}
.xm-agreement-wrap .appellation {
  padding-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.28rem;
}
.xm-agreement-wrap .sub-title {
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  font-weight: bold;
  font-size: 0.32rem;
}
.xm-agreement-wrap .sign-off {
  padding-top: 0.3rem;
  text-align: right;
  font-weight: bold;
  font-size: 0.28rem;
}
.xm-agreement-wrap .text {
  padding-top: 0.1rem;
  line-height: 1.5em;
  letter-spacing: 0.02rem;
  font-size: 0.26rem;
}
.xm-agreement-wrap .indent {
  text-indent: 1em;
}

