@charset "utf-8";
/*
    开店赚钱
*/
.guide {
  min-height: 5rem;
  position: relative;
}

.upgrade {
  background-color: #E2144F;
  min-height: 5rem;
  padding-bottom: 1.4rem;
  position: relative;
}

.guide img,
.upgrade img
{
  width: 100%;
  min-height: 5rem;
}


.guide .btn-rule {
  width: 1.1rem;
  height: 0.45rem;
  background: url(../../images/cs-rule.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  right: 0;
  z-index: 1;
}

.guide .btn-open {
  width: 100%;
  height: 1.76rem;
  background: url(../../images/cs-open.png) no-repeat center center;
  background-size: 100% auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.upgrade .btn-upgrade {
  width: 100%;
  height: 1.4rem;
  background: url(../../images/ct-upgrade.png) no-repeat center center;
  background-size: 100% auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*
    创建店铺 一
*/
/* .hide {
  display: none;
} */
.step-one {
  background: url(../../images/cs-bg.png) no-repeat center top;
  background-size: 100% auto;
  padding: 2.4rem 0.3rem 0.1rem;
}

.step-box {
  padding: .8rem 0.4rem;
  background-color: #fff;
  border-radius: 0.16rem;
  box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 0, 0, 0.06);
  text-align: center;
  margin-bottom: 0.4rem;
}

.step-tit {
  font-size: 0.32rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.6rem;
}
.step-tit em {
  display: block;
  font-size: 0.28rem;
  color: #666;
  margin-top: 0.1rem;
}
.step-tit em.color999{
  color: #999;
  font-size: 0.24rem;
  margin-top: .2rem;
}
.step-tit em.color-juzi{
  color: #FF2954;
  font-size: 0.24rem;
  margin-top: .2rem;
}
.step-input {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0.2rem 0;
  background: #f5f5f5;
  border-radius: 0.55rem;
  text-align: center;
  font-size: 0.32rem;
}

.step-line {
  margin: 0.8rem 0.4rem 0.5rem;
  padding-top: 0.8rem;
  border-top: dashed 0.01rem #e5e5e5;
}

.step-file {
  display: inline-block;
  width: 1.66rem;
  height: 1.66rem;
  background: url(../../images/cs-logo-up.png) no-repeat center center;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
}

.step-file input {
  width: 1.66rem;
  height: 1.66rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  text-indent: -2000px;
}
.step-file .pic {
  width: 1.66rem;
  height: 1.66rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.step-file .pic img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.step-file .pic .icon {
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  background: url(../../images/cs-logo-edit.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.step-btn {
  display: block;
  background: linear-gradient(to right, #ff2954, #e2144f);
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.36rem;
  border-radius: 0.5rem;
}
.step-btn.disabled {
  opacity: 0.4;
}
.step-tip {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}

/*
    创建店铺 二
*/
.step-two {
  padding: 0.3rem 0.3rem 0.1rem;
  background: linear-gradient(#f31f42 20%, #fff 80%);
}
.step-select {
  font-size: 0;
  text-align: left;
  overflow: hidden;
  margin-bottom: 0.7rem;
}
.step-select.fold {
  max-height: 1.72rem;
}
.step-select a {
  display: inline-block;
  background: #f5f5f5;
  width: 30.333%;
  height: 0.76rem;
  line-height: 0.76rem;
  margin: 0 1% 0.2rem;
  padding: 0 0.5%;
  color: #333;
  font-size: 0.28rem;
  text-align: center;
  border-radius: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.step-select a.sel {
  background-color: #f72453;
  color: #fff;
}
.step-fold {
  display: block;
  width: 1.64rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.24rem;
  box-sizing: border-box;
  padding-right: 0.3rem;
  border: 0.01rem solid #dcdcdc;
  background: url(../../images/cs-down.png) no-repeat 85% center;
  background-size: 0.2rem 0.12rem;
  font-size: 0.22rem;
  margin: 0 auto 0.6rem;
}

.step-fold.hide{
  display: none;
}
.step-fold.up {
  background: url(../../images/cs-up.png) no-repeat 85% center;
  background-size: 0.2rem 0.12rem;
}
.step-list {
  font-size: 0;
}
.step-list * {
  font-size: 0.24rem;
}
.step-list li {
  display: inline-block;
  width: 31.333%;
  height: 1.7rem;
  line-height: 1.7rem;
  margin: 0 1% 0.3rem;
  text-align: center;
  vertical-align: top;
}
.step-list li img {
  width: 1.7rem;
  height: 1.7rem;
}
.step-list li .add {
  display: inline-block;
  background-color: #f5f5f5;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../../images/cs-add.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem 0.5rem;
}
.step-agree {
  text-align: center;
  margin-bottom: 0.2rem;
}
.step-agree .blue {
  color: #50a5da;
}

.i-radio {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../../images/cs-unsel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.i-radio.sel {
  background: url(../../images/cs-sel.png) no-repeat;
  background-size: contain;
}
/*
    开店成功
*/
.success-top {
  background-color: #e81850;
  color: #fff;
  text-align: center;
  padding: 0.6rem 0.2rem;
  font-size: 0.28rem;
}
.success-tit {
  font-size: 0.4rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.success-btna,
.success-btnb {
  display: inline-block;
  background: linear-gradient(to right, #ff2954, #e2144f);
  width: 2.62rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  border-radius: 0.5rem;
  margin: 0 0.1rem;
}
.success-btna {
  border: solid 0.02rem #fff;
  color: #fff;
}
.success-btnb {
  background: #fff;
  color: #e81850;
}
.i-success {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../../images/cs-succ.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.success-box {
  background-color: #fff;
  margin-top: -0.4rem;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.7rem 0.2rem;
}
.success-qr {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #f8f8f8;
  margin: 0 auto;
  padding: 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.success-qr img {
  width: 4rem;
  height: 4rem;
}
.success-btn {
  display: block;
  background: linear-gradient(to right, #ff2954, #e2144f);
  width: 4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  border-radius: 0.4rem;
}
/*
    common
*/

.mb50 {
  margin-bottom: 0.5rem;
}
.mb80 {
  margin-bottom: 0.8rem;
}

/* 
    创建店铺弹窗
*/
.ssp-wrap {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.ssp-main {
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #f4f4f4;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  overflow: hidden;
}
.ssp-main h2 {
  background-color: #fff;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: normal;
}
.ssp-close-btns {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../../images/pro-close.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 22;
  top: .3rem;
  right: 0.3rem;
}
.ssp-footer {
  width: 100%;
  background-color: #fff;
  height: 1rem;
  z-index: 112;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: .3rem;
  border-top: 1px solid #f4f4f4;

}
.ssp-btnsa {
  display: block;
  background: linear-gradient(to right, #ff2954, #e2144f);
  width:  3rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.34rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ssp-btnsa.disabled{
  opacity: .4;
}

.ssp-footer-all {
  width: 50%;
  display: flex;
  align-items: center;
}
.ssp-footer-all i,
.ssp-footer-all em,
.ssp-footer-all b {
  display: inline-block;
  vertical-align: top;
}
.ssp-footer-all i {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.4rem;
  margin: 0.09rem 0.1rem 0 0;
  box-sizing: border-box;
  position: relative;
  background: url(../../images/pro-unsel-all.png) no-repeat;
  background-size: 100% 100%;
}
.ssp-footer-all.sel i {
  background: url(../../images/pro-sel-all.png) no-repeat;
  background-size: 100% 100%;
}
.ssp-footer-all b,
.ssp-footer-all em {
  height: 0.6rem;
  line-height: 0.6rem;
}
.ssp-footer-all b {
  font-weight: normal;
  color: #666;
}
.ssp-footer-all em {
  color: #666;
}
.product-list {
  font-size: 0;
  padding: 0.2rem 0.15rem;
  height: 78%;
  overflow-y: auto;
}
.product-list a {
  display: inline-block;
  font-size: 0;
  width: 48%;
  margin: 0 1% 0.15rem;
  height: 5.68rem;
  padding: 0.1rem 0.1rem 0 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  vertical-align: top;
}
.product-list a.active .sit-box{
  opacity: .6;
}
.product-list a .sit-sel {
  position: absolute;
  z-index: 111;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../../images/pro-unsel.png) no-repeat;
  background-size: contain;
  top: 0.2rem;
  right: 0.2rem;
  border-radius: 50%;
}
.product-list a.active .sit-sel {
  background: url(../../images/pro-sel.png) no-repeat;
  background-size: contain;
}
.product-list .sit-tag-a {
  display: block;
  padding: 0 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: absolute;
  z-index: 4;
  top: 3rem;
  left: 0;
  background: linear-gradient(to right, #db0035, #ef3a8c);
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  border-radius: 0 0.2rem 0 0;
}
.product-list .sit-tag-a.c-int {
  left: 0;
  top: 1.5rem;
  transform: translateX(0);
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.product-list .sit-img-a {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  height: 3.3rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
.product-list .sit-img-a img {
  background-color: #f9f9f9;
}
.sit-pa,
.sit-pb,
.sit-pc,
.sit-pd {
  width: 100%;
  overflow: hidden;
}
.sit-pa {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list.s-e .sit-pa {
  height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: normal;
}
.sit-pb {
  height: 0.5rem;
  line-height: 0.5rem;
}
.sit-pb strong,
.sit-pb b {
  display: inline-block;
  padding-right: 0.1rem;
  font-weight: normal;
}
.sit-pb strong {
  font-size: 0.36rem;
  color: #ff4070;
}
.sit-pb b {
  font-size: 0.24rem;
  color: #999;
  text-decoration: line-through;
}
.sit-pc {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #999;
}
.sit-pd {
  height: 0.4rem;
}
.sit-pd .sit-tag-b,
.sit-pd .sit-tag-c {
  display: inline-block;
  margin-right: 0.05rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0.06rem;
  padding: 0 0.05rem;
}
.sit-pd .sit-tag-b {
  background: #acc8ec;
}
.sit-pd .sit-tag-c {
  background: #ffb0c4;
}

/*  */
.rule-main {
  padding: 0.2rem;
  line-height: 1.6;
}
.rule-main h3 {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
}
.rule-main p {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}