[v-cloak] {
  display: none; }

.fineBorder-before, .tab-main:before, .area-module:before, .add-product-main .input-main:before, .add-product-main .search-list:before, .add-product-main .recommend-list:before, .add-product-main .search-item:before, .add-product-main .recommend-item:before, .has-selected-main .title .btn:before, .no-selected-main .add-btn:before, .push-main:before, .push-main .push-setting-main .setting-item:before, .follow-account-main .copy-btn:before, .selector-module .module-top:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%; }

.header-goback-btn {
  background: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666; }

.subscribe-main {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom); }
  .subscribe-main .main-btn {
    display: block;
    background-color: #ff9623;
    border-radius: 8px;
    font-size: 1.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    color: #fff; }
    .subscribe-main .main-btn:active {
      background-color: #ff7800; }
  .subscribe-main .disabled {
    opacity: 0.32;
    filter: alpha(opacity=32); }

.guide-main {
  padding: 5.4rem 2rem 0;
  height: 100vh;
  box-sizing: border-box;
  color: #242629;
  background: #fff url("http://img.gznetapp.com/Mproject/v5/subscribe_bg.png") 0 0/100% auto no-repeat; }
  .guide-main h3 {
    font-size: 2.6rem;
    line-height: 3.2rem; }
  .guide-main .trouble-list {
    margin-top: .9rem;
    padding-bottom: 3.1rem;
    background: url("http://img.gznetapp.com/Mproject/v5/subscribe_bg_icon.png") left bottom/2rem auto no-repeat; }
    .guide-main .trouble-list li {
      font-size: 1.8rem;
      line-height: 2.2rem;
      padding: .9rem 0 .9rem 3rem;
      position: relative; }
    .guide-main .trouble-list img {
      position: absolute;
      left: 0;
      margin: auto;
      top: 0;
      bottom: 0;
      width: 2rem;
      height: 2rem; }
  .guide-main .subscribe-explain-main {
    background-color: #fff;
    padding: 2.8rem 2rem;
    box-shadow: 0px 0.2rem 1rem 0px rgba(0, 0, 0, 0.16);
    border-radius: .6rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-top: 1.4rem; }
    .guide-main .subscribe-explain-main .title {
      color: #242629;
      font-size: 2rem;
      line-height: 2.4rem; }
    .guide-main .subscribe-explain-main .desc {
      margin-top: 1.4rem; }
      .guide-main .subscribe-explain-main .desc img {
        height: 2.4rem;
        float: left; }
      .guide-main .subscribe-explain-main .desc .num {
        color: #17f;
        margin-left: 1rem; }
    .guide-main .subscribe-explain-main .main-btn {
      margin-top: 2.4rem; }

.setting-main {
  position: relative;
  padding: 4.8rem 0 5.6rem; }
  .setting-main .prl {
    padding: 0 2rem; }
  .setting-main .mui-switch {
    width: 4.7rem;
    height: 2.7rem;
    position: relative;
    border: 2px solid #e5e5e5;
    box-shadow: #e5e5e5 0 0 0 0 inset;
    border-radius: 1.55rem;
    box-sizing: content-box;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none; }
    .setting-main .mui-switch:before {
      content: '';
      width: 2.7rem;
      height: 2.7rem;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 0 0.3rem 0.1rem 0px rgba(0, 0, 0, 0.06), 0px 0.3rem 0.8rem 0px rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(0, 0, 0, 0.04); }
    .setting-main .mui-switch:checked {
      border-color: #07C160;
      box-shadow: #07C160 0 0 0 .8rem inset;
      background-color: #07C160; }
      .setting-main .mui-switch:checked:before {
        left: 2rem; }
  .setting-main .mui-switch-animbg {
    transition: background-color ease 0.4s; }
    .setting-main .mui-switch-animbg:before {
      transition: left 0.3s; }
    .setting-main .mui-switch-animbg:checked {
      box-shadow: #07C160 0 0 0 0 inset;
      background-color: #07C160;
      transition: border-color 0.4s, background-color ease 0.4s; }
      .setting-main .mui-switch-animbg:checked:before {
        transition: left 0.3s; }

.tab-main {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0; }
  .tab-main:before {
    border-bottom: 1px solid #e5e5e5; }
  .tab-main .iconfont {
    font-size: 1.6rem;
    cursor: pointer;
    position: absolute;
    left: 2rem; }
  .tab-main .tab-item {
    padding: 0 .8rem;
    display: inline-block;
    color: #666;
    font-size: 1.8rem;
    position: relative; }
  .tab-main .current {
    color: #242629;
    font-weight: 500; }
    .tab-main .current:after {
      content: "";
      position: absolute;
      bottom: 0;
      margin: auto;
      left: 0;
      right: -.4rem;
      display: inline-block;
      width: 3.2rem;
      height: .4rem;
      border-radius: .4rem .4rem 0px 0px;
      background-color: #ff9623; }

.area-module {
  cursor: pointer;
  padding: 1.6rem 0 1.2rem 3.6rem;
  position: relative;
  background: url("http://img.gznetapp.com/Mproject/v5/subscribe_location_icon.png") left 0 top 2.1rem/2.8rem 2.8rem no-repeat; }
  .area-module:before {
    border-bottom: 6px solid #f5f5f5; }
  .area-module .title {
    color: #999;
    font-size: 1.3rem;
    line-height: 1.6rem; }
  .area-module .selected-area {
    color: #242629;
    font-size: 1.6rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: .2rem;
    padding-right: 2.2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .area-module .iconfont {
    position: absolute;
    right: 0;
    color: #242629;
    font-size: 1.4rem; }
  .area-module.not-editable .selected-area {
    padding-right: 0; }

.bg {
  background-color: #F5F5F5; }

.padding-b {
  padding-bottom: 2rem; }

.tab-content .selected-item {
  float: left;
  margin: 1rem 1rem 0 0;
  height: 3.1rem;
  line-height: 3.1rem;
  position: relative;
  padding: 0 2.8rem 0 1rem;
  border-radius: 1.6rem;
  color: #17f;
  font-size: 1.3rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px dashed #e5e5e5; }
  .tab-content .selected-item .delete-btn {
    display: inline-block;
    height: 3.1rem;
    line-height: 3.1rem;
    width: 2.8rem;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0; }
  .tab-content .selected-item .iconfont {
    color: #17f;
    font-size: .9rem;
    padding-right: 1rem; }

.add-product-main {
  padding: 1.6rem 2rem 0;
  position: relative; }
  .add-product-main .main-title {
    color: #999;
    font-size: 1.3rem;
    line-height: 1.6rem; }
  .add-product-main .input-main {
    position: relative;
    padding: 0 8.2rem 0 1.2rem;
    background-color: #fff;
    margin-top: .6rem;
    font-size: 1.5rem; }
    .add-product-main .input-main:before {
      border: 4px solid #ff9623;
      border-radius: 4rem; }
    .add-product-main .input-main input {
      height: 2.2rem;
      padding: 1rem 0;
      color: #242629;
      width: 100%;
      position: relative;
      background: none; }
    .add-product-main .input-main .num {
      display: inline-block;
      color: #999;
      font-size: 1.3rem;
      line-height: 4.2rem;
      position: absolute;
      top: 0;
      right: 6.6rem; }
    .add-product-main .input-main .high {
      color: #ff9623; }
    .add-product-main .input-main .add-btn {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      width: 6rem;
      height: 4.2rem;
      line-height: 4.2rem;
      text-align: center;
      background: linear-gradient(90deg, #ffb927 0%, #ff7420 100%, #fd8118 100%);
      border-radius: 2.2rem;
      color: #fff;
      font-size: 1.5rem; }
      .add-product-main .input-main .add-btn:active {
        background: #f70; }
  .add-product-main .add-guide {
    position: absolute;
    left: 0;
    top: 8.6rem;
    z-index: 10;
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box; }
  .add-product-main .tip {
    background: rgba(36, 38, 41, 0.84);
    border-radius: .4rem;
    height: 3.6rem;
    line-height: 3.6rem;
    color: #ff9623;
    font-size: 1.4rem;
    padding: 0 1rem; }
  .add-product-main .search-list, .add-product-main .recommend-list {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0.1rem 0.6rem 0px rgba(36, 38, 41, 0.12);
    border-radius: .4rem; }
    .add-product-main .search-list:before, .add-product-main .recommend-list:before {
      border: 1px solid #bbb;
      border-radius: .8rem; }
  .add-product-main .search-item, .add-product-main .recommend-item {
    float: left;
    box-sizing: border-box;
    width: 11.6rem;
    padding: 0 1rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .add-product-main .search-item:before, .add-product-main .recommend-item:before {
      border-bottom: 1px solid #bbb; }
  .add-product-main .search-item:nth-of-type(2n):after, .add-product-main .recommend-item:after {
    content: "";
    display: inline-block;
    width: .1rem;
    height: 1.6rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #E5E5E5; }
  .add-product-main .search-list {
    width: 23.2rem; }
    .add-product-main .search-list .search-item {
      width: 50%;
      color: #242629; }
    .add-product-main .search-list high {
      color: #ff9623; }
  .add-product-main .recommend-main .title {
    display: inline-block;
    padding: .4rem 1rem 1.2rem;
    background-color: #17f;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    border-radius: .4rem .4rem 0px 0px; }
  .add-product-main .recommend-main .recommend-list {
    margin-top: -.8rem;
    width: 100%; }
  .add-product-main .recommend-main .recommend-item {
    width: 25%;
    color: #17f; }

.added-product-main {
  margin-top: 1.2rem;
  padding: 0 2rem; }
  .added-product-main .title {
    color: #242629;
    font-size: 1.5rem;
    line-height: 1.8rem; }

.kw-main {
  margin-top: 2rem;
  padding: 0 2rem; }
  .kw-main .title {
    color: #242629;
    font-size: 1.6rem;
    line-height: 2rem; }
  .kw-main .refresh-btn {
    float: right;
    height: 2rem;
    line-height: 2rem;
    color: #999;
    font-size: 1.5rem; }
    .kw-main .refresh-btn .iconfont {
      color: #17f;
      margin-right: .4rem; }
  .kw-main .kw-list {
    margin-top: .2rem; }
  .kw-main .kw-item {
    float: left;
    width: calc((100% - 2*1rem)/3);
    text-align: center;
    border-radius: .4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    color: #242629;
    font-size: 1.5rem;
    background-color: #F7F7F7;
    margin: 1rem 1rem 0 0;
    position: relative; }
    .kw-main .kw-item:active {
      background-color: #e5e5e5; }
    .kw-main .kw-item:nth-of-type(3n) {
      margin-right: 0; }

.margin-t {
  margin-top: .8rem; }

.select-module {
  background-color: #fff;
  padding: 2rem; }

.has-selected-main .title {
  color: #242629;
  font-size: 1.7rem;
  line-height: 2.4rem; }
  .has-selected-main .title .btn {
    float: right;
    position: relative;
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 .6rem 0 2.4rem;
    background-color: #fff;
    color: #999;
    font-size: 1.4rem;
    border-radius: 1.2rem; }
    .has-selected-main .title .btn:before {
      border: 1px solid #e5e5e5;
      border-radius: 2.4rem; }
    .has-selected-main .title .btn:active {
      background-color: #E5E5E5; }
  .has-selected-main .title .iconfont {
    color: #17f;
    font-size: 1.1rem;
    position: absolute;
    left: .8rem; }

.has-selected-main .selected-main {
  margin-top: .4rem; }

.has-selected-main .overflow {
  height: 9rem;
  overflow: hidden; }

.has-selected-main .show-all-main {
  text-align: center; }

.has-selected-main .show-all-btn {
  display: inline-block;
  padding-top: 1.2rem;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.7rem; }
  .has-selected-main .show-all-btn .iconfont {
    margin-left: .8rem;
    font-size: 1rem;
    color: #bbb; }

.no-selected-main {
  padding: 3.2rem 1.8rem;
  background-color: #F7F7F7;
  border-radius: .8rem;
  text-align: center; }
  .no-selected-main .title {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.2rem; }
  .no-selected-main .desc {
    margin-top: 1rem;
    color: #999;
    font-size: 1.4rem;
    line-height: 1.7rem; }
  .no-selected-main .high {
    color: #17f; }
  .no-selected-main .add-btn {
    display: inline-block;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 1.6rem;
    background-color: #fff;
    color: #17f;
    font-size: 1.6rem;
    position: relative;
    border-radius: .4rem;
    margin-top: 2rem; }
    .no-selected-main .add-btn:before {
      border: 1px solid #bbb;
      border-radius: .8rem; }
    .no-selected-main .add-btn .iconfont {
      font-size: 1.6rem;
      margin-right: .8rem; }
    .no-selected-main .add-btn:active {
      background-color: #E5E5E5; }

.push-module {
  background-color: #fff;
  padding: 0 2rem 2.4rem; }

.push-main {
  padding-top: 2rem;
  position: relative; }
  .push-main:before {
    border-top: 1px solid #e5e5e5; }
  .push-main .module-title {
    color: #242629;
    font-size: 1.6rem;
    line-height: 2rem; }
  .push-main .push-setting-main {
    margin-top: 1.2rem;
    background-color: #F7F7F7;
    border-radius: .8rem;
    padding: 0 1.6rem; }
    .push-main .push-setting-main .setting-item {
      position: relative;
      padding: 2.3rem 0 2rem; }
      .push-main .push-setting-main .setting-item:before {
        border-bottom: 1px solid #ccc; }
      .push-main .push-setting-main .setting-item:last-child:before {
        border-bottom: 0; }
    .push-main .push-setting-main .title {
      color: #242629;
      font-size: 2rem;
      line-height: 2.4rem; }
    .push-main .push-setting-main .desc {
      color: #999;
      font-size: 1.3rem;
      line-height: 1.6rem;
      margin-top: 1rem; }
    .push-main .push-setting-main input {
      position: absolute;
      right: 0;
      top: 2rem; }

.follow-account-main {
  text-align: center;
  padding-bottom: 2.8rem; }
  .follow-account-main .title {
    color: #999;
    font-size: 1.5rem;
    line-height: 1.8rem; }
  .follow-account-main img {
    display: inline-block;
    width: 14rem;
    height: 14rem;
    margin-top: 1.2rem; }
  .follow-account-main .desc {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1rem; }
  .follow-account-main .copy-btn {
    margin-top: 1.4rem;
    position: relative;
    display: inline-block;
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0 1.6rem;
    border-radius: 1.6rem;
    background-color: #fff;
    color: #333;
    font-size: 1.3rem; }
    .follow-account-main .copy-btn:before {
      border: 1px solid #bbb;
      border-radius: 3.2rem; }
    .follow-account-main .copy-btn:active {
      background-color: #e5e5e5; }

.bottom-module-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08); }

.bottom-module {
  padding: 0 11.8rem 0 2rem;
  width: 100%;
  box-sizing: border-box;
  height: 5.6rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .bottom-module .tip {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #666; }
  .bottom-module high {
    color: #ff9623; }
  .bottom-module .btn {
    display: inline-block;
    height: 5.6rem;
    line-height: 5.6rem;
    width: 10.8rem;
    color: #fff;
    font-size: 1.8rem;
    background: linear-gradient(90deg, #FFC207 0%, #FF8A00 100%);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; }
    .bottom-module .btn:active {
      background: #f70; }

.absolute {
  position: absolute; }

.follow-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }
  .follow-pop .follow-pop-main {
    width: 84%;
    background-color: #fff;
    border-radius: .8rem;
    position: relative;
    text-align: center;
    padding-bottom: 2.8rem; }
  .follow-pop .close-btn {
    padding: .6rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10; }
    .follow-pop .close-btn .iconfont {
      color: #fff;
      font-size: 1.1rem; }
  .follow-pop .pop-img {
    width: 100%; }
  .follow-pop .pop-title {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0 2.8rem;
    position: absolute;
    left: 0;
    top: 8.5%; }
  .follow-pop .pop-desc {
    color: #000;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 1rem; }
  .follow-pop .high {
    color: #17f; }
  .follow-pop .btn-main {
    padding: 0 2.8rem;
    margin-top: 1.6rem; }
    .follow-pop .btn-main .default-btn {
      display: block;
      height: 4rem;
      line-height: 4rem;
      text-align: center;
      background-color: #F2F2F2;
      border-radius: .4rem;
      font-size: 1.7rem;
      color: #242629;
      margin-top: 1.6rem; }
      .follow-pop .btn-main .default-btn:active {
        background-color: #e5e5e5; }

.guide-follow-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }
  .guide-follow-pop .guide-follow-pop-main {
    width: 84%;
    background-color: #fff;
    border-radius: .8rem;
    position: relative;
    text-align: center;
    padding: 2.8rem 2.5rem;
    box-sizing: border-box; }
  .guide-follow-pop .close-btn {
    padding: .6rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10; }
    .guide-follow-pop .close-btn .iconfont {
      color: #999;
      font-size: 1.1rem; }
  .guide-follow-pop .pop-title {
    color: #222;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 600; }
  .guide-follow-pop .pop-desc {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: .4rem; }
  .guide-follow-pop .pop-img {
    display: block;
    margin: 1.2rem auto 0;
    width: 21rem; }
  .guide-follow-pop .btn-main {
    margin-top: 1.8rem; }
    .guide-follow-pop .btn-main .btn {
      font-size: 1.5rem;
      margin-top: 1.6rem; }
      .guide-follow-pop .btn-main .btn:first-child {
        margin-top: 0; }
    .guide-follow-pop .btn-main .default-btn {
      display: block;
      height: 4rem;
      line-height: 4rem;
      text-align: center;
      background-color: #F2F2F2;
      border-radius: .4rem;
      color: #242629; }
      .guide-follow-pop .btn-main .default-btn:active {
        background-color: #e5e5e5; }

@media only screen and (max-width: 640px) {
  .follow-pop-main .pop-title {
    font-size: 1.4rem;
    line-height: 1.8rem; } }

.selector-module {
  width: 100%;
  max-height: 88%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1.2rem 1.2rem 0px 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001; }
  .selector-module .module-top {
    margin: 0 0 auto;
    padding-left: 2rem;
    height: 5.2rem;
    min-height: 5.2rem;
    line-height: 5.2rem;
    color: #242629;
    font-size: 1.7rem;
    position: relative; }
    .selector-module .module-top:before {
      border-bottom: 1px solid #e5e5e5; }
    .selector-module .module-top .cancel-btn {
      position: relative;
      height: 100%;
      padding: 0 2rem;
      color: #999;
      float: right; }
  .selector-module .module-content {
    flex: 1;
    overflow-y: hidden;
    display: flex;
    position: relative;
    height: calc(100% - 12rem); }
    .selector-module .module-content .list-item {
      position: relative;
      display: flex;
      align-items: center;
      height: 5rem;
      line-height: 2rem;
      color: #242629;
      font-size: 1.6rem;
      padding-left: 2rem; }
  .selector-module .left-list {
    width: 33.33%;
    overflow-y: scroll;
    background-color: #F7F7F7; }
    .selector-module .left-list .num {
      color: #ff9623;
      margin-left: .5rem; }
    .selector-module .left-list .current {
      background-color: #fff; }
  .selector-module .right-list {
    width: 66.67%;
    overflow-y: scroll;
    background-color: #fff; }
    .selector-module .right-list .list-item {
      padding-right: 4.8rem; }
    .selector-module .right-list .iconfont {
      position: absolute;
      right: 2rem;
      top: 0;
      font-size: 1.8rem;
      color: #E5E5E5;
      line-height: 5rem; }
    .selector-module .right-list .active .iconfont {
      color: #ff9623; }
  .selector-module .module-bottom {
    margin: auto 0 0;
    height: 6.8rem;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background-color: #fff;
    position: relative; }

.add-workwx-pop-module {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center; }
  .add-workwx-pop-module .add-workwx-pop-main {
    width: 77.6%;
    max-width: 29.1rem;
    padding-bottom: 5.6rem;
    position: relative; }
  .add-workwx-pop-module .close-pop-btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2.8rem;
    height: 2.8rem;
    background: url("https://ss.tgnet.com/MProject/icon_pop_close_gray_56@2.png") 0 0/100% 100% no-repeat; }

.add-workwx-pop-content {
  position: relative;
  padding: 2.4rem 2.4rem 14.78%;
  box-sizing: border-box;
  border-radius: 1.2rem;
  text-align: center;
  background: linear-gradient(180deg, #4065FF 0%, #FFFFFF 100%); }
  .add-workwx-pop-content .bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent; }
  .add-workwx-pop-content .title {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%; }
  .add-workwx-pop-content .desc {
    margin-top: .8rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500;
    letter-spacing: .2rem; }
    .add-workwx-pop-content .desc span {
      display: inline-block;
      position: relative;
      padding: 0 1.8rem; }
      .add-workwx-pop-content .desc span::before, .add-workwx-pop-content .desc span::after {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        content: "";
        display: inline-block;
        width: 1rem;
        height: 1rem;
        background: url("https://ss.tgnet.com/MProject/icon_star_yellow_20@2.png") 0 center/100% 100% no-repeat; }
      .add-workwx-pop-content .desc span::before {
        left: 0; }
      .add-workwx-pop-content .desc span::after {
        right: 0; }
  .add-workwx-pop-content .code-img-wrap {
    display: inline-block;
    margin: 1.2rem auto 0;
    padding: .9rem .9rem .6rem;
    background-color: #fff;
    border-radius: .8rem; }
    .add-workwx-pop-content .code-img-wrap img {
      position: relative;
      z-index: 2;
      width: 14.3rem;
      height: 14.3rem; }
    .add-workwx-pop-content .code-img-wrap .code-desc {
      color: #2F57FE;
      font-size: 1.4rem;
      line-height: 2rem;
      font-weight: 600;
      margin-top: .4rem; }
