body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 12px "宋体", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
a {
  color: #172c45;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.font-weight {
  font-weight: 900;
}
.login_form {
  padding: 15px 15px;
}
/* 自动断行 */
.break {
  word-break: break-all;
  word-wrap: break-word;
}
/* 字体超出隐藏 */
.over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.btn_b {
  margin: 0.3rem auto;
}
/* 文字位置 */
.tc {
  text-align: center!important;
}
.tl {
  text-align: left!important;
}
.tr {
  text-align: right!important;
}
/* 清除边距 */
.clear-margin {
  margin: 0;
}
.clear-padding {
  padding: 0;
}
/* 浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清浮动 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  _height: 1%;
}
.clear {
  clear: both;
}
/* 块元素和行内元素转换 */
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.none {
  display: none!important;
}
body .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 4px;
}
.ios-scroll {
  -webkit-overflow-scrolling: touch;
}
.red {
  color: #ff4b4c;
}
.input-reset {
  border: 0;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
  background: transparent;
  -webkit-appearance: none;
}
.img-bg {
  background: no-repeat center / cover;
}
.content {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.webuploader-pick {
  width: 100%!important;
  padding: 0!important;
  background: transparent!important;
}
.weui-picker__item {
  font-size: 14px;
}
.rich-text-img img {
  max-width: 100%!important;
}
.mobileSelect .content {
  height: auto;
}
.webuploader-pick + div {
  width: 100%!important;
  height: 100%!important;
}
.fixed-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.touch {
  -webkit-overflow-scrolling: touch;
}
.t-color {
  color: #3bb3c8;
}
.h1-color {
  color: #333;
}
.h2-color {
  color: #666;
}
.h3-color {
  color: #999;
}
.h4-color {
  color: #c7c7c7;
}
.h5-color {
  color: #a8a8a8;
}
.t-bg {
  background-color: #3bb3c8;
}
.bly-input-wrap {
  display: flex;
  height: 50px;
  padding: 0 12px;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.bly-input {
  display: block;
  height: 100%;
  flex: 1;
  color: #666;
  font-size: 14px;
}
.bly-input-label {
  font-size: 14px;
  color: #999;
  width: 68px;
}
.bly-input-seal {
  display: block;
  width: 100%;
  height: 33px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 4px;
  color: #999;
  background-color: #f5f5f5;
}
.bly-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bly-btn-b {
  height: 38px;
  font-size: 15px;
}
.bly-btn-s {
  font-size: 13px;
  height: 30px;
}
.bly-btn-succ {
  background: #3bb3c8;
  color: #fff;
}
.bly-btn-fail {
  background-color: #ebebeb;
  color: #b3b3b3;
}
.bly-btn-radius {
  border-radius: 3px;
}
.bly-news-list-wrap .bly-news-list-li {
  margin-bottom: 7px;
}
.bly-news-list-wrap .bly-news-list {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-radius: 6px;
  background: #fff;
}
.bly-news-list-wrap .bly-news-list .icon-wrap {
  width: 100px;
  height: 70px;
  background: no-repeat center / cover;
}
.bly-news-list-wrap .bly-news-list .list-right {
  width: calc(100% - 110px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bly-news-list-wrap .bly-news-list .list-right .see-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bly-news-list-wrap .bly-news-list .list-right .see {
  display: flex;
  align-items: center;
}
.bly-news-list-wrap .bly-news-list .list-right .see .see-icon {
  display: block;
  width: 12px;
  height: 9px;
  margin-right: 3px;
}
.bly-goods-list-warp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bly-goods-list-warp .bly-goods-list {
  width: 49.5%;
  margin-bottom: 1%;
  position: relative;
}
.bly-goods-list-warp .label-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.bly-goods-list-warp .list-icon .icon {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background: no-repeat center / cover;
}
.bly-goods-list-warp .list-bottom {
  padding: 5px 10px 5px;
}
.bly-goods-list-warp .list-bottom .name {
  margin-bottom: 5px;
}
.bly-goods-list-warp .list-bottom .tip {
  margin-bottom: 9px;
}
.bly-goods-list-warp .list-bottom .money {
  display: flex;
  align-items: center;
}
.bly-goods-list-warp .list-bottom .goods-label {
  width: 38px;
  height: 15px;
  background-color: #3bb3c8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 3px;
}
.bly-goods-list-warp .label-wrap {
  display: flex;
  padding: 6px 10px;
  height: 17px;
}
.bly-goods-list-warp .label-wrap .label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  height: 15px;
  border: 1px solid;
  border-radius: 2px;
  margin-right: 8px;
}
.bly-goods-list-warp .label-wrap .label.blue {
  color: #3bb3c8;
  border-color: #3bb3c8;
}
.bly-goods-list-warp .label-wrap .label.green {
  color: #41b851;
  border-color: #41b851;
}
.bly-goods-list-warp .label-wrap .label.pink {
  border-color: #ff4b4c;
  color: #ff4b4c;
}
.bly-cell-list-wrap .bly-cell-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
}
.bly-comment-list-wrap .bly-comment-list {
  padding: 0 12px;
}
.bly-comment-list-wrap .comment-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.bly-comment-list-wrap .comment-by .comment-name-icon {
  display: flex;
  align-items: center;
}
.bly-comment-list-wrap .comment-by .comment-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  background: no-repeat center / cover;
}
.bly-comment-list-wrap .comment-content {
  color: #4c4c4c;
  word-break: break-all;
}
.bly-comment-list-wrap .comment-img-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.bly-comment-list-wrap .comment-img-list-wrap .comment-img-list {
  width: 32.6%;
  margin-bottom: 1%;
  margin-right: 1.1%;
}
.bly-comment-list-wrap .comment-img-list-wrap .comment-img-list:nth-child(3n) {
  margin-right: 0;
}
.bly-comment-list-wrap .comment-img-list-wrap .comment-img-list .comment-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.bly-news-detail {
  padding: 0 12px;
}
.bly-news-detail .title {
  padding: 12px 0;
}
.bly-news-detail .time-see-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.bly-news-detail .see-wrap {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.bly-news-detail .see-wrap .see-icon {
  display: block;
  width: 12px;
  height: 9px;
  margin-right: 3px;
}
.bly-news-detail .bly-news-detail-content img {
  max-width: 100%!important;
}
.tab-list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #858585;
  background: #fff;
}
.tab-list-wrap .tab-list {
  flex: 1;
}
.tab-list-wrap .tab-list.active {
  position: relative;
}
.tab-list-wrap .tab-list.active .tab-list-a {
  color: #3bb3c8;
}
.tab-list-wrap .tab-list.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 2px;
  border-radius: 2px;
  background: #3bb3c8;
}
.tab-list-wrap .tab-list .tab-list-a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.wxz {
  color: #888;
  display: block;
}
.xz {
  display: none;
}
.radio {
  position: absolute;
  left: -9999999px;
}
.radio:checked ~ .xz {
  display: block;
}
.radio:checked ~ .wxz {
  display: none;
}
.gooods-list-row-wrap {
  padding: 7px 12px;
}
.gooods-list-row-wrap .gooods-list-row {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 13px 15px;
  font-size: 0;
}
.gooods-list-row-wrap .gooods-list-row-content {
  display: flex;
}
.gooods-list-row-wrap .list-icon {
  padding-right: 10px;
}
.gooods-list-row-wrap .list-icon .icon {
  display: block;
  width: 100px;
  height: 100px;
}
.gooods-list-row-wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.gooods-list-row-wrap .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gooods-list-row-wrap .right .bottom .btn {
  display: block;
  width: 75px;
  height: 30px;
  background-color: #e1f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.details-text {
  border: solid 1px #f0f0f0;
  height: 120px;
}
.details-text .details-text-content {
  resize: none;
  display: block;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
  padding: 8px;
}
.details-text .text-num {
  padding-right: 12px;
}
.img-tip {
  padding: 13px 0;
}
.img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.img-wrap .img-list {
  width: 32.6%;
  margin-bottom: 1%;
  margin-right: 1%;
  position: relative;
}
.img-wrap .img-list:nth-child(3n) {
  margin-right: 0;
}
.img-wrap .img-list .img-icon {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.img-wrap .img-list .remove {
  color: #333;
  position: absolute;
  top: -37px;
  right: -9px;
}
.bly-popup .bly-popup-cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  opacity: 0;
  display: none;
  transition: all 1s;
}
.bly-popup .bly-popup-cover.show {
  opacity: 1;
  display: block;
}
.bly-popup .bly-popup-content {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  transform: translateY(100%);
  transition: all .3s;
  max-height: 80%;
  z-index: 999;
}
.bly-popup .bly-popup-content.show {
  transform: translateY(0);
}
.foot-wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
.foot-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.foot-wrap .foot-wrap-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.foot-wrap .foot-wrap-content .foot-list.active .text {
  color: #3bb3c8;
}
.foot-wrap .foot-wrap-content .foot-list-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 15px;
}
.foot-wrap .foot-wrap-content .icon {
  height: 20px;
  display: block;
}
.foot-wrap .foot-wrap-content .text {
  font-size: 10px;
  margin-top: 2px;
  color: #909090;
}
.score-wrap {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e6e6e6;
  font-size: 19px;
}
.score-wrap .score-list.active {
  color: #fdb731;
}
.nothing-box-wrap-common {
  padding-top: 40px;
}
.nothing-box-wrap-common .nothing-box-image {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 30px;
}
.nothing-box-wrap-common .btn-tip {
  padding: 10px 0 25px;
}
.nothing-box-wrap-common .nothing-box-btn-wrap {
  padding: 0 25px;
}
/* 字体样式 */
* {
  font-family: "PingFang-SC-Medium", Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
/*字体大小*/
.fz7 {
  font-size: 7px;
}
.fz10 {
  font-size: 10px;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px!important;
}
.fz15 {
  font-size: 15px!important;
}
.fz16 {
  font-size: 16px!important;
}
.fz17 {
  font-size: 17px!important;
}
.fz18 {
  font-size: 18px!important;
}
.fz19 {
  font-size: 19px!important;
}
.fz20 {
  font-size: 20px!important;
}
.fz21 {
  font-size: 21px!important;
}
.fz22 {
  font-size: 22px;
}
.fz23 {
  font-size: 23px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px;
}
.fz26 {
  font-size: 26px;
}
.fz27 {
  font-size: 27px;
}
.fz28 {
  font-size: 28px;
}
.fz29 {
  font-size: 29px;
}
.fz30 {
  font-size: 30px;
}
.fz31 {
  font-size: 31px;
}
.fz32 {
  font-size: 32px;
}
.fz33 {
  font-size: 33px;
}
.fz34 {
  font-size: 34px;
}
.fz35 {
  font-size: 35px;
}
.fz36 {
  font-size: 36px;
}
.fz37 {
  font-size: 37px;
}
.fz38 {
  font-size: 38px;
}
.fz39 {
  font-size: 39px;
}
.fz40 {
  font-size: 40px;
}
.fz40 {
  font-size: 40px;
}
.fz41 {
  font-size: 41px;
}
.fz42 {
  font-size: 42px;
}
.fz43 {
  font-size: 43px;
}
.fz44 {
  font-size: 44px;
}
.fz45 {
  font-size: 45px;
}
.fz46 {
  font-size: 46px;
}
.fz47 {
  font-size: 47px;
}
.fz48 {
  font-size: 48px;
}
.fz49 {
  font-size: 49px;
}
.fz50 {
  font-size: 50px;
}
/* 字体粗细 */
.ultralight {
  font-weight: 100;
}
.thin {
  font-weight: 200;
}
/* 黑体-简 细 */
.light {
  font-weight: 300;
}
/* 微软雅黑 中 */
.regular {
  font-weight: 400;
}
/* 黑体-简 中 */
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
/* 微软雅黑 粗 */
.bold {
  font-weight: 700;
}
.heavy {
  font-weight: 900;
}
.login .logo {
  display: block;
  width: 75px;
  height: 75px;
  margin: 43px auto;
}
.login .form {
  padding: 0 12px;
}
.login .btn-wrap {
  margin-top: 33px;
}
.login .last-btn {
  margin-top: 11px;
}
.registered .form {
  padding: 0 12px;
}
.registered .btn-wrap {
  margin-top: 30px;
}
.registered .get-code {
  width: 85px;
}
.index-page {
  padding: 0 12px;
  box-sizing: border-box;
  height: calc(100% - 44px);
}
.index-page .swiper-wrap {
  padding: 12px 0;
}
.index-page .swiper-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.index-page .menu-list-wrap {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px 15px;
}
.index-page .menu-list-wrap .menu-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 6px;
}
.index-page .ad {
  border-radius: 6px;
  overflow: hidden;
}
.index-page .ad .ad-icon {
  display: block;
  width: 100%;
  height: 20vw;
  display: flex;
  align-items: center;
  position: relative;
}
.index-page .ad .ad-icon::after {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 4px);
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.index-page .ad .ad-link {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
}
.index-page .ad .ad-link .ad-link-title {
  margin-bottom: 4px;
}
.index-page .index-content-img-wrap {
  padding: 12px 0;
}
.index-page .index-content-img-wrap .index-content-img {
  display: block;
  width: 100%;
}
.invite-friends-page .swiper-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.invite-friends-page .qr-code-wrap {
  padding-top: 3px;
  padding-bottom: 22px;
}
.invite-friends-page .qr-code-wrap .qr-code-content {
  width: 125px;
  height: 125px;
  border-radius: 6px;
  border: 6px solid #f5f5f5;
  box-sizing: border-box;
  margin: 0 auto 15px;
}
.invite-friends-page .qr-code-wrap .qr-code-content .qr-code-img {
  display: block;
  width: 100%;
  height: 100%;
}
.invite-friends-page .invite-friends-tip-content {
  width: 87%;
  background: #f5f5f5;
  border-radius: 7px;
  padding: 20px 0;
  margin: 0 auto 17px;
}
.invite-friends-page .invite-friends-tip-content .invite-friends-tip-content-title {
  margin-bottom: 12px;
  font-weight: 600;
}
.invite-friends-page .invite-friends-tip-content .invite-friends-tip-content-list-wrap {
  line-height: 22px;
  padding: 0 15px;
  color: #4c4c4c;
}
.charity-fund-page .swiper-wrap {
  padding: 12px 0;
}
.charity-fund-page .swiper-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.charity-fund-page .menu-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 5px solid #f5f5f5;
}
.charity-fund-page .menu-content-wrap .menu-list-wrap {
  flex: 1;
}
.charity-fund-page .menu-content-wrap .menu-list-wrap:first-child {
  position: relative;
}
.charity-fund-page .menu-content-wrap .menu-list-wrap:first-child::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.charity-fund-page .menu-content-wrap .menu-list-wrap .menu-list-wrap-a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
.charity-fund-page .menu-content-wrap .menu-list-wrap .icon {
  display: block;
  width: 26px;
  margin-right: 8px;
}
.charity-fund-page .des-content {
  padding: 24px;
}
.charity-fund-page .charity-fund-page-image .icon {
  display: block;
  width: 100%;
}
.donation-page .logo-wrap {
  width: 70px;
  height: 70px;
  margin: 140px auto 18px;
}
.donation-page .logo-wrap .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.benefit-action-page {
  background: #f5f5f5;
  padding: 7px 12px;
}
.benefit-action-school-page {
  height: calc(100% - 40px);
  overflow: auto;
  box-sizing: border-box;
}
.device-list-page {
  background: #f5f5f5;
  padding: 0 12px;
  box-sizing: border-box;
  height: calc(100% - 44px);
}
.device-list-page .device-list-wrap {
  padding: 11px 0 0;
}
.device-list-page .device-list-wrap .device-list {
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 11px;
}
.device-list-page .device-list-wrap .device-list .device-list-content {
  display: flex;
}
.device-list-page .device-list-wrap .device-list .device-list-icon {
  display: block;
  width: 100px;
  height: 70px;
}
.device-list-page .device-list-wrap .device-list .name-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}
.device-list-page .device-list-wrap .device-list .name-status .status {
  margin-bottom: 10px;
}
.device-list-page .device-list-wrap .device-list .arr-wrap {
  display: flex;
  align-items: center;
  padding-right: 5px;
  color: #8f8f8f;
}
.device-list-page .btn-wrap {
  padding-top: 11px;
}
.device-list-page .nothing-box-wrap {
  padding-top: 40px;
}
.device-list-page .nothing-box-wrap .nothing-box-image {
  display: block;
  width: 70vw;
  height: 70vw;
  margin: 0 auto 30px;
}
.device-list-page .nothing-box-wrap .btn-tip {
  padding: 10px 0 25px;
}
.device-list-page .nothing-box-wrap .nothing-box-btn-wrap {
  padding: 0 25px;
}
.configuration-prompt-page {
  padding: 20px 12px 0;
  background: #f5f5f5;
}
.configuration-prompt-page .name {
  padding: 10px 0 20px;
}
.configuration-prompt-page .icon {
  display: block;
  width: 100%;
  margin-bottom: 27px;
}
.configuration-prompt-page .name2 {
  padding: 35px 50px;
}
.equipped-with-equipment-page {
  padding: 0 12px;
}
.equipped-with-equipment-page .tip {
  padding: 25px 17px;
}
.equipped-with-equipment-page .step-wrap {
  padding: 0 17px;
}
.equipped-with-equipment-page .step-wrap .step-list {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.equipped-with-equipment-page .step-wrap .step-list::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 20px;
  width: 1px;
  height: 56px;
  background-color: #e1f8fa;
}
.equipped-with-equipment-page .step-wrap .step-list:last-child {
  margin-bottom: 0;
}
.equipped-with-equipment-page .step-wrap .step-list:last-child::after {
  height: 0;
}
.equipped-with-equipment-page .step-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 16px;
  background-color: #e1f8fa;
}
.equipped-with-equipment-page .btn-wrap {
  padding-top: 50px;
}
.equipped-with-equipment-page .btn-wrap .last-btn {
  margin-top: 10px;
}
.equipped-with-equipment-next-page {
  padding: 32px 12px 0;
}
.equipped-with-equipment-next-page .icon {
  display: block;
  margin: 0 auto 12px;
}
.equipped-with-equipment-next-page .form {
  padding-top: 27px;
}
.equipped-with-equipment-next-page .form .mr-t {
  margin-top: 20px;
}
.binding-device-page {
  background: #f5f5f5;
  padding: 0 12px;
}
.binding-device-page .title {
  height: 44px;
  display: flex;
  align-items: center;
}
.binding-device-page .device-list {
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.binding-device-page .device-list .device-list-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.binding-device-page .device-list .device-content {
  display: flex;
  align-items: center;
}
.binding-device-page .device-list .device-content .icon {
  width: 100px;
  height: 70px;
  margin-right: 16px;
}
.binding-device-page .tip {
  padding: 5px 0 30px;
}
.hardware-management-page {
  background: #f5f5f5;
  padding: 8px 12px;
}
.hardware-management-page .banner-wrap {
  height: 53.334vw;
  background: url(../image/image/device-bg.png) no-repeat center / cover;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  position: relative;
}
.hardware-management-page .arr-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.hardware-management-page .arr-wrap .device-arr {
  display: block;
  width: 6.9vw;
  height: 6.9vw;
}
.hardware-management-page .arr-wrap .device-arr-left {
  margin-left: 15px;
}
.hardware-management-page .arr-wrap .device-arr-right {
  margin-right: 15px;
}
.hardware-management-page .wifi-share-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hardware-management-page .wifi-share-wrap .wifi-share-list {
  width: 12.2vw;
}
.hardware-management-page .wifi-share-wrap .wifi-share-list img {
  width: 100%;
}
.hardware-management-page .status-icon {
  font-size: 8vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.7vw;
  height: 22.7vw;
  background-color: #3bb3c8;
  border-radius: 50%;
  border: 2vw solid #6fc8d9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.hardware-management-page .hardware-swiper-container {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
.hardware-management-page .swiper-slide {
  height: 180px;
  background: #fff;
}
.hardware-management-page .swiper-pagination-bullets {
  bottom: 10px!important;
}
.hardware-management-page .hardware-management-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  background: #fff;
}
.hardware-management-page .hardware-management-content .hardware-management-list {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.hardware-management-page .hardware-management-content .hardware-management-list .icon {
  width: 15px;
  height: 35px;
  background-color: #e1f8fa;
  border-radius: 3px;
  font-size: 10px;
  color: #3bb3c8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.hardware-management-page .hardware-managemen-func-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
}
.hardware-management-page .hardware-managemen-func-wrap .func-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hardware-management-page .hardware-managemen-func-wrap .func-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware-management-page .hardware-managemen-func-wrap .func-list .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}
.hardware-management-page .btn-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.hardware-management-page .btn-wrap .btn-list {
  width: 48.5%;
  margin-top: 12px;
}
.filter-name-page {
  background: #f5f5f5;
  padding: 12px;
}
.filter-name-page .status-wrap {
  height: 33.334vw;
  background: url(../image/image/filter-name-bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-name-page .status-wrap .icon {
  width: 13.333vw;
  margin-right: 8.6vw;
}
.filter-name-page .status-wrap .filter-status-num {
  font-size: 8vw;
  color: #fff;
}
.filter-name-page .btn-wrap {
  padding: 12px 0;
}
.filter-name-page .step-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 0 12px;
}
.filter-name-page .step-wrap .step-title {
  padding: 15px 0;
  text-align: center;
}
.filter-name-page .step-wrap .step-content {
  line-height: 24px;
}
.filter-name-page .step-wrap .img-wrap {
  padding-top: 12px;
}
.filter-name-page .step-wrap .img-wrap .img {
  display: block;
  width: 100%;
}
.flush-setting-page {
  background: #f5f5f5;
  padding: 8px 12px;
}
.flush-setting-page .select-block {
  background: #fff;
  border-radius: 8px;
}
.flush-setting-page .select-block .title {
  height: 40px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.flush-setting-page .select-block .list {
  margin-bottom: 8px;
}
.flush-setting-page .select-block .list-label {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-top: 1px solid #f0f0f0;
}
.flush-setting-page .tip {
  padding: 10px 15px;
  line-height: 20px;
  background-color: #e1f8fa;
  border-radius: 8px;
}
.flush-setting-page .btn-wrap {
  padding-top: 30px;
}
.change-device-name-page {
  padding: 0 12px;
}
.change-device-name-page .title {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.change-device-name-page .mr-t {
  margin-top: 18px;
}
.error-code-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.error-code-page .error-code-page-content {
  padding: 12px;
}
.error-code-page .item {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.error-code-page .item .item-title {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #3bb3c8;
}
.error-code-page .list-wrap {
  padding: 12px 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.error-code-page .list-wrap .list {
  width: 21%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.error-code-page .list-wrap .list:nth-child(4n) {
  margin-right: 0;
}
.error-code-page .list-wrap .list .list-icon {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #e1f8fa;
  position: relative;
  border-radius: 50%;
}
.error-code-page .list-wrap .list .list-icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.error-code-page .error-code-page-detail-model .error-code-page-detail-model-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.error-code-page .error-code-page-detail-model .error-code-page-detail-model-overlay.show {
  display: block;
}
.error-code-page .error-code-page-detail-model .error-code-page-detail-model-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 82%;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  z-index: -99;
  transition: all .4s;
}
.error-code-page .error-code-page-detail-model .error-code-page-detail-model-content.show {
  opacity: 1;
  z-index: 99;
}
.error-code-page .error-code-page-detail-model .error-code-page-detail-model-content-wrap {
  padding: 25px;
}
.error-code-page .error-code-page-detail-model .error-code-page-detail-model-content-wrap .list {
  margin-bottom: 16px;
}
.error-code-page .error-code-page-detail-model .error-code-page-detail-model-content-wrap .list:last-child {
  margin-bottom: 0;
}
.error-code-page .error-code-page-detail-model .btn {
  color: #ff4b4c;
  font-size: 14px;
  height: 44px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.water-data-page .list-wrap {
  display: flex;
  align-items: center;
}
.water-data-page .list-wrap .list {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.water-data-page .list-wrap .list:first-child {
  width: 40%;
}
.water-data-page .item-wrap-head {
  background-color: #e1f8fa;
}
.water-data-page .item-wrap-head .list-wrap .list {
  height: 40px;
}
.water-data-page .item-wrap-content {
  height: calc(100% - 40px);
  overflow-y: auto;
}
.water-data-page .item-wrap-content .list-wrap {
  border-bottom: 1px solid #f2f2f2;
}
.share-invite-friends-page .qr-code-wrap {
  padding-top: 30px;
}
.after-sale-page {
  background: #f5f5f5;
}
.after-sale-page .after-sale-page-content-scroll {
  padding-bottom: 20px;
}
.after-sale-page .after-sale-page-content {
  height: calc(100% - 40px);
  overflow-y: auto;
  padding: 0 12px;
}
.after-sale-page .after-sale-page-content .tip-wrap {
  padding: 12px 0;
}
.after-sale-page .after-sale-page-content .tip-wrap .tip-title {
  margin-bottom: 7px;
}
.after-sale-page .after-sale-page-content .tip-wrap .tip-content {
  line-height: 20px;
}
.after-sale-page .after-sale-page-content .form {
  background: #fff;
  border-radius: 8px;
  padding: 0 12px;
}
.after-sale-page .after-sale-page-content .form .list {
  width: 100%;
}
.after-sale-page .after-sale-page-content .form .bly-input-label {
  width: 75px;
}
.after-sale-page .after-sale-page-content .form .detail-addr {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
}
.after-sale-page .after-sale-page-content .form .detail-addr .bly-input-wrap {
  height: auto;
  padding: 12px 12px;
  border-bottom: 0;
}
.after-sale-page .after-sale-page-content .form .detail-addr .addr-tip {
  padding-left: 87px;
}
.after-sale-page .after-sale-page-content .form .details-text-label {
  border-bottom: 0;
}
.after-sale-page .after-sale-page-content .form .details-text-label .bly-input-label {
  width: 100px;
}
.after-sale-page .after-sale-page-content .form .details-text {
  border: solid 1px #f0f0f0;
  height: 120px;
  width: 100%;
}
.after-sale-page .after-sale-page-content .form .details-text .details-text-content {
  resize: none;
  display: block;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
  padding: 8px;
}
.after-sale-page .after-sale-page-content .form .details-text .text-num {
  padding-right: 12px;
}
.after-sale-page .after-sale-page-content .form .img-tip {
  padding: 13px 0;
}
.after-sale-page .after-sale-page-content .form .img-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.after-sale-page .after-sale-page-content .form .img-wrap .img-list {
  width: 32.6%;
  margin-bottom: 1%;
  position: relative;
  margin-right: 1%;
}
.after-sale-page .after-sale-page-content .form .img-wrap .img-list:nth-child(3n) {
  margin-right: 0;
}
.after-sale-page .after-sale-page-content .form .img-wrap .img-list .img-icon {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.after-sale-page .after-sale-page-content .form .img-wrap .img-list .remove {
  color: #333;
  position: absolute;
  top: -11px;
  right: -7px;
  z-index: 9;
}
.after-sale-page .after-sale-page-content .form .img-wrap .img-list .remove .iconfont {
  font-size: 22px!important;
}
.after-sale-page .after-sale-page-content .wx-tip {
  padding: 10px 12px;
  background-color: #e1f8fa;
  border-radius: 8px;
  margin: 6px 0 30px;
}
.after-sale-list-page .list-wrap {
  background: #f5f5f5;
  padding: 6px 12px 0;
  height: calc(100% - 40px);
  box-sizing: border-box;
  overflow-y: auto;
}
.after-sale-list-page .list {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 7px;
}
.after-sale-list-page .numbering-status-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px;
  border-bottom: 1px solid #f0f0f0;
}
.after-sale-list-page .name-time-wrap {
  padding: 14px 14px;
}
.after-sale-list-page .name-time-wrap .name {
  margin-bottom: 7px;
}
.after-sale-history-page .status-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
.after-sale-history-page .status-wrap.status1 {
  background-color: #e1f8fa;
  color: #3bb3c8;
}
.after-sale-history-page .status-wrap.status2 {
  background-color: #e3faef;
  color: #41b851;
}
.after-sale-history-page .after-sale-history-page-content {
  height: calc(100% - 79px);
  box-sizing: border-box;
  padding: 6px 12px 0;
  overflow-y: auto;
  background: #f5f5f5;
}
.after-sale-history-page .after-sale-history-page-content-no-btn {
  height: calc(100% - 35px);
}
.after-sale-history-page .after-sale-history-page-content-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 6px;
}
.after-sale-history-page .after-sale-history-page-content-wrap .bly-cell-list {
  justify-content: flex-start;
  height: 50px;
}
.after-sale-history-page .after-sale-history-page-content-wrap .bly-cell-list .label {
  margin-right: 7px;
}
.after-sale-history-page .dec-wrap {
  padding: 13px 0;
}
.after-sale-history-page .dec-wrap .dec-wrap-content {
  padding: 15px 0;
  word-break: break-all;
}
.after-sale-history-page .dec-wrap .img-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.after-sale-history-page .dec-wrap .img-wrap .img-list {
  width: 31.2%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}
.after-sale-history-page .dec-wrap .img-wrap .img-list:nth-child(3n) {
  margin-right: 0;
}
.after-sale-history-page .dec-wrap .img-wrap .img-list .icon {
  display: block;
  width: 100%;
  padding-top: 100%;
}
.after-sale-history-page .after-sale-history-page-content-wrap-history-list {
  padding: 0;
}
.after-sale-history-page .after-sale-history-page-content-wrap-history-list .history-list {
  padding: 13px 15px;
  border-bottom: 1px solid #f0f0f0;
}
.after-sale-history-page .after-sale-history-page-content-wrap-history-list .history-list:last-child {
  border-bottom: 0;
}
.after-sale-history-page .after-sale-history-page-content-wrap-history-list .history-list .name {
  margin-bottom: 7px;
}
.after-sale-history-page .history-title {
  padding: 13px 15px;
  border-bottom: 1px solid #f0f0f0;
}
.after-sale-history-page .after-sale-history-page-content-wrap-addr {
  padding: 0;
}
.after-sale-history-page .after-sale-history-page-content-wrap-addr .addr-content {
  padding: 13px 15px;
}
.after-sale-history-page .after-sale-history-page-content-wrap-addr .addr {
  margin-bottom: 8px;
  word-break: break-all;
}
.after-sale-history-page .btn-wrap {
  display: flex;
}
.after-sale-history-page .btn-wrap .after-sale-history-btn {
  height: 44px;
}
.fill-in-the-logistics-page {
  background: #f5f5f5;
}
.fill-in-the-logistics-page .input-wrap {
  background: #fff;
}
.fill-in-the-logistics-page .input-wrap .bly-input-label {
  color: #333;
}
.fill-in-the-logistics-page .input-wrap .bly-input {
  color: #666;
  padding: 0 6px;
}
.fill-in-the-logistics-page .right {
  display: flex;
  align-items: center;
}
.fill-in-the-logistics-page .btn-wrap {
  padding: 30px 12px 0;
}
.fill-in-the-logistics-page {
  background: #fff;
  padding: 0 12px;
}
.fill-in-the-logistics-page .fill-in-the-logistics-myChart-first {
  height: 230px;
  background: #f5f5f5;
  margin-top: 15px;
  padding: 0 12px;
}
.fill-in-the-logistics-page .title {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fill-in-the-logistics-page .tab-filter-wrap {
  display: flex;
  border: solid 1px #3bb3c8;
  border-radius: 2px;
}
.fill-in-the-logistics-page .tab-filter-wrap .tab-filter {
  flex: 1;
  border-right: solid 1px #3bb3c8;
}
.fill-in-the-logistics-page .tab-filter-wrap .tab-filter:last-child {
  border-right: 0;
}
.fill-in-the-logistics-page .tab-filter-wrap .tab-filter a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  color: #3bb3c8;
}
.fill-in-the-logistics-page .tab-filter-wrap .tab-filter.active a {
  background-color: #3bb3c8;
  color: #fff;
}
.my-page {
  background: #f5f5f5;
  overflow-y: auto;
  height: calc(100% - 44px);
}
.my-page .self {
  height: 66.6667vw;
  padding-top: 9.333vw;
  box-sizing: border-box;
}
.my-page .self-content {
  display: block;
}
.my-page .self-content .self-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}
.my-page .self-content .name {
  color: #fff;
}
.my-page .item-wrap {
  width: calc(100% - 24px);
  border-radius: 6px;
  background: #fff;
  margin: -24vw auto 0;
  padding: 10px 15px;
  box-sizing: border-box;
}
.my-page .item-wrap .item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
}
.my-page .item-wrap .item-link .right {
  display: flex;
  align-items: center;
}
.my-data-page {
  background: #f5f5f5;
}
.my-data-page .my-data-item-wrap {
  background: #fff;
  padding: 0 12px;
  height: calc(100% - 44px);
  box-sizing: border-box;
  overflow: hidden;
}
.my-data-page .btn {
  height: 44px;
}
.my-data-page .my-data-item {
  border-bottom: 1px solid #f0f0f0;
}
.my-data-page .my-data-item .my-data-item-a {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-data-page .my-data-item .my-data-item-a.my-data-item-a-link {
  padding: 16px 0;
}
.my-data-page .my-data-item .right {
  display: flex;
  align-items: center;
}
.my-data-page .my-data-item .right .self-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 7px;
}
.my-data-page .my-data-item .right .iconfont {
  color: #b3b3b3;
}
.my-addr-item-page {
  background: #f5f5f5;
}
.my-addr-item-page .my-addr-item-page-content {
  height: calc(100% - 44px);
  box-sizing: border-box;
  padding: 7px 12px;
  overflow-y: auto;
}
.my-addr-item-page .my-addr-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 7px;
}
.my-addr-item-page .top {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.my-addr-item-page .name-phone {
  display: flex;
  align-items: flex-end;
  font-size: 0;
  margin-bottom: 6px;
}
.my-addr-item-page .name-phone .name {
  margin-right: 10px;
}
.my-addr-item-page .bottom {
  color: #858585;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
}
.my-addr-item-page .bottom .set-default {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.my-addr-item-page .bottom .set-default .text {
  margin-left: 6px;
  margin-bottom: 2px;
}
.my-addr-item-page .bottom .icon-xuanzhong1 {
  color: #3bb3c8;
}
.my-addr-item-page .bottom .edit {
  margin-right: 17px;
}
.my-addr-item-page .bottom a {
  color: #858585;
}
.my-addr-item-page .btn {
  height: 44px;
}
.add-my-addr-item-page {
  background: #f5f5f5;
}
.add-my-addr-item-page .bly-input-wrap {
  justify-content: space-between;
}
.add-my-addr-item-page .left {
  display: flex;
}
.add-my-addr-item-page .right {
  display: flex;
  align-items: center;
  color: #858585;
}
.add-my-addr-item-page .bg-f {
  padding: 0 12px;
  background: #fff;
}
.add-my-addr-item-page .set-default {
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 0;
}
.add-my-addr-item-page .set-default .set-default-label {
  display: flex;
  align-items: center;
}
.add-my-addr-item-page .set-default input {
  position: absolute;
  left: -9999rem;
}
.add-my-addr-item-page .set-default input:checked ~ .default-sel {
  display: block;
}
.add-my-addr-item-page .set-default input:checked ~ .default-no {
  display: none;
}
.add-my-addr-item-page .set-default .default-sel {
  color: #3bb3c8!important;
  display: none;
}
.add-my-addr-item-page .set-default .default-no {
  color: #858585!important;
  display: block;
}
.add-my-addr-item-page .set-default .default-text {
  margin-left: 4px;
  color: #858585;
}
.set-nickname-item-page {
  background: #f5f5f5;
}
.set-nickname-item-page .bly-input-wrap {
  background: #fff;
}
.set-nickname-item-page .btn-wrap {
  padding: 28px 12px;
}
.edit-bind-mobile-page {
  background: #f5f5ff;
}
.edit-bind-mobile-page .tip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background-color: #e1f8fa;
}
.edit-bind-mobile-page .bg-f {
  background: #fff;
  padding: 0 12px;
}
.edit-bind-mobile-page .bly-input-wrap {
  padding: 0 4px;
}
.edit-bind-mobile-page .bly-input-wrap:last-child {
  border-bottom: 0;
}
.edit-bind-mobile-page .get-code {
  width: 85px;
}
.edit-bind-mobile-page .btn-wrap {
  padding: 28px 12px;
}
.edit-password-page {
  background: #f5f5f5;
}
.edit-password-page .bg-f {
  padding: 0 12px;
  background: #fff;
}
.edit-password-page .bg-f .bly-input-wrap {
  padding: 0 4px;
}
.edit-password-page .bg-f .bly-input-wrap:last-child {
  border-bottom: 0;
}
.edit-password-page .btn-wrap {
  padding: 28px 12px;
}
.edit-bind-email-page {
  background: #f5f5f5;
}
.edit-bind-email-page .bg-f {
  padding: 0 12px;
  background: #fff;
}
.edit-bind-email-page .bg-f .bly-input-wrap {
  padding: 0 4px;
}
.edit-bind-email-page .bg-f .bly-input-wrap:last-child {
  border-bottom: 0;
}
.edit-bind-email-page .bly-cell-list {
  height: 50px;
  padding: 0 4px;
  justify-content: flex-start;
}
.edit-bind-email-page .bly-cell-list .cell-label {
  margin-right: 12px;
}
.edit-bind-email-page .get-code {
  width: 85px;
}
.edit-bind-email-page .btn-wrap {
  padding: 28px 12px;
}
.edit-bind-email-2-page .left {
  display: flex;
}
.edit-bind-email-2-page .bly-input-wrap {
  justify-content: space-between;
}
.edit-bind-email-2-page .img-code {
  height: 32px;
  width: 95px;
}
.edit-bind-email-3-page {
  font-size: 0;
}
.edit-bind-email-3-page .title {
  padding: 40px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-bind-email-3-page .title .title-text {
  margin-left: 14px;
}
.edit-bind-email-3-page .title .iconfont {
  color: #3bb3c8;
  font-size: 20px;
}
.edit-bind-email-3-page .email-tip {
  margin-bottom: 9px;
}
.edit-bind-email-3-page .edit-email-content {
  color: #b4b4b4;
}
.feed-back-page {
  padding: 7px 12px;
  background: #f5f5f5;
}
.feed-back-page .details-text {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
}
.feed-back-page .details-text .details-text-content {
  resize: none;
  display: block;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
  padding: 8px;
}
.feed-back-page .details-text .text-num {
  padding-right: 12px;
}
.feed-back-page .btn-wrap {
  padding: 28px 0;
}
.about-us-page .logo {
  margin: 65px auto 50px;
  display: block;
  width: 78px;
  height: 24px;
}
.about-us-page .about-us-content {
  padding: 0 30px;
  color: #858585;
  margin-top: 15px;
}
.my-discount-coupon-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.my-discount-coupon-page .coupon-item-wrap {
  padding: 10px 12px;
}
.my-discount-coupon-page .coupon-item {
  display: flex;
  align-items: center;
  background: #fff;
  height: 82px;
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
}
.my-discount-coupon-page .coupon-item:last-child {
  margin-bottom: 0;
}
.my-discount-coupon-page .coupon-item .left {
  width: 110px;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.my-discount-coupon-page .coupon-item .left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #f0f0f0;
}
.my-discount-coupon-page .coupon-item .right {
  padding-left: 15px;
}
.my-discount-coupon-page .coupon-item .right .time {
  margin-top: 4px;
}
.my-discount-coupon-page .coupon-item .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.my-discount-coupon-page .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
}
.my-discount-coupon-page .link-wrap .link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.my-discount-coupon-page .link-wrap .link:first-child {
  margin-right: 18px;
  position: relative;
}
.my-discount-coupon-page .link-wrap .link:first-child::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #999;
}
.my-discount-coupon-page .link-wrap .link .link-text {
  margin-bottom: 2px;
}
.my-comment-list-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.my-comment-list-page .gooods-list-row {
  padding: 0;
}
.my-comment-list-page .gooods-list-row-content {
  padding: 13px 15px;
}
.my-comment-list-page .gooods-list-row {
  overflow: hidden;
}
.my-comment-list-page .score-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.my-comment-list-page .score-content .score-wrap {
  margin-left: 20px;
}
.my-comment-list-page .score-text {
  padding: 12px;
  word-break: break-all;
}
.my-comment-list-page .score-img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.my-comment-list-page .score-img-wrap .list {
  width: 32.66%;
  margin-right: 1%;
}
.my-comment-list-page .score-img-wrap .list:nth-child(3n) {
  margin-right: 0;
}
.my-comment-list-page .score-img-wrap .list .icon {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.my-collection-list-page {
  background: #f5f5f5;
}
.my-collection-list-page .tab-list-wrap .tab-list.active::after {
  width: 35px;
}
.my-collection-list-page .item-wrap {
  height: calc(100% - 40px);
  overflow-y: auto;
}
.my-collection-group-buy-list-page {
  background: #f5f5f5;
}
.my-collection-group-buy-list-page .tab-list-wrap .tab-list.active::after {
  width: 35px;
}
.my-collection-group-buy-list-page .item-wrap {
  height: calc(100% - 40px);
  overflow-y: auto;
}
.my-collection-group-buy-list-page .bly-goods-list-warp {
  padding: 7px 12px;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .bly-goods-list {
  width: 49%;
  margin-bottom: 2%;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .list-bottom {
  font-size: 0;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .time-down {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-top: 4px;
  border-top: 1px solid #f0f0f0;
  color: #3bb3c8;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .time-list-wrap {
  display: flex;
  align-items: center;
  color: #3bb3c8;
  margin-left: 5px;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .time-list-wrap .time-list {
  font-size: 11px;
  height: 18px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1f8fa;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .time-list-wrap .do-list {
  font-size: 16px;
  margin: 0 2px;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .bly-goods-list-end .name,
.my-collection-group-buy-list-page .bly-goods-list-warp .bly-goods-list-end .pri,
.my-collection-group-buy-list-page .bly-goods-list-warp .bly-goods-list-end .time-list-wrap,
.my-collection-group-buy-list-page .bly-goods-list-warp .bly-goods-list-end .time-down {
  color: #999;
}
.my-collection-group-buy-list-page .bly-goods-list-warp .bly-goods-list-end .time-list {
  background-color: #f5f5f5;
}
.my-promotion-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.my-promotion-page .my-promotion-page-content {
  padding: 7px 12px;
}
.my-promotion-page .money-wrap {
  height: 39.29vw;
  background-image: url(../image/my/promotion-bg.png);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.my-promotion-page .money-wrap .money {
  margin-top: 4.6%;
}
.my-promotion-page .money-wrap .tip {
  margin-top: 2.2%;
}
.my-promotion-page .money-wrap .btn {
  width: 80px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4% auto 0;
}
.my-promotion-page .money-list-wrap {
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  margin: 7px 0;
}
.my-promotion-page .money-list-wrap .money-list-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.my-promotion-page .money-list-wrap .money-list-content .pri {
  margin-bottom: 4px;
}
.my-promotion-page .promotion-list-wrap {
  background: #fff;
  border-radius: 6px;
}
.my-promotion-page .promotion-list-wrap .title {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
}
.my-promotion-page .promotion-list-wrap .promotion-item .promotion-item-list-wrap {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.my-promotion-page .promotion-list-wrap .promotion-item .promotion-item-list-wrap .promotion-item-list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.my-promotion-page .promotion-list-wrap .promotion-item-head .promotion-item-list-wrap {
  background: #f5f5ff;
}
.my-promotion-page .promotion-list-wrap .promotion-item-head .promotion-item-list-wrap .promotion-item-list {
  height: 36px;
}
.my-promotion-page .promotion-list-wrap .promotion-item-content {
  padding: 0 8px;
}
.my-promotion-page .promotion-list-wrap .promotion-item-content .promotion-item {
  border-bottom: 1px solid #f0f0f0;
}
.my-promotion-page .promotion-list-wrap .promotion-item-content .promotion-item:last-child {
  border-bottom: 0;
}
.withdrawal-application-page {
  background: #f5f5f5;
}
.withdrawal-application-page .withdrawal-application-page-content {
  padding: 7px 12px;
}
.withdrawal-application-page .money-wrap {
  height: 27.14vw;
  background-image: url(../image/my/withdrawal-bg.png);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.withdrawal-application-page .money-wrap .money {
  margin-top: 4.6%;
}
.withdrawal-application-page .money-wrap .tip {
  margin-top: 2.2%;
}
.withdrawal-application-page .bg-f {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 7px auto 28px;
  padding: 0 12px;
}
.withdrawal-application-page .bly-input-wrap {
  background: #fff;
  justify-content: space-between;
}
.withdrawal-application-page .bly-input-wrap .left {
  display: flex;
  align-items: center;
}
.withdrawal-application-page .bly-input-wrap .left .bly-input-label {
  color: #333;
}
.withdrawal-application-page .bly-input-wrap .right {
  display: flex;
  align-items: center;
}
.my-bank-card-page {
  background: #313435;
  overflow-y: auto;
}
.my-bank-card-page .my-bank-card-page-content {
  padding: 12px;
  box-sizing: border-box;
  height: calc(100% - 44px);
  overflow-y: auto;
}
.my-bank-card-page .my-bank-card-page-item {
  height: 115px;
  background-color: #018c77;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  color: #fff;
  box-sizing: border-box;
  padding: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.my-bank-card-page .my-bank-card-page-item.red-bg {
  background-color: #aa3e3a;
}
.my-bank-card-page .my-bank-card-page-item .top {
  display: flex;
  align-items: center;
}
.my-bank-card-page .my-bank-card-page-item .icon {
  display: block;
  margin-right: 6px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.my-bank-card-page .my-bank-card-page-item .code {
  text-align: center;
}
.my-bank-card-page .my-bank-card-page-item .remove-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 27px;
}
.my-bank-card-page .btn {
  height: 44px;
  background-color: #4f4f4f;
  color: #fff;
}
.add-bank-card-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.add-bank-card-page .add-bank-card-page-content .bg-f {
  padding: 0 12px;
  background: #fff;
}
.add-bank-card-page .add-bank-card-page-content .bly-input-wrap {
  background: #fff;
  justify-content: space-between;
}
.add-bank-card-page .add-bank-card-page-content .bly-input-wrap:last-child {
  border-bottom: 0;
}
.add-bank-card-page .add-bank-card-page-content .bly-input-wrap .left {
  display: flex;
  align-items: center;
}
.add-bank-card-page .add-bank-card-page-content .bly-input-wrap .left .bly-input-label {
  color: #333;
}
.add-bank-card-page .add-bank-card-page-content .bly-input-wrap .right {
  display: flex;
  align-items: center;
}
.add-bank-card-page .add-bank-card-page-content .btn-wrap {
  padding: 28px 12px 0;
}
.add-distributor-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.add-distributor-page .add-distributor-page-content {
  padding: 12px;
}
.add-distributor-page .icon {
  display: block;
  width: 100%;
}
.add-distributor-page .dec {
  padding: 12px 0;
}
.add-distributor-page .btn-wrap {
  padding-top: 22px;
}
.apply-for-distributor-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.apply-for-distributor-page .tip {
  height: 35px;
  background-color: #e1f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-for-distributor-page .apply-for-distributor-page-content {
  background: #fff;
  padding: 0 12px;
}
.apply-for-distributor-page .list {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.apply-for-distributor-page .list:last-child {
  border-bottom: 0;
}
.apply-for-distributor-page .list .label {
  width: 70px;
}
.apply-for-distributor-page .list span {
  word-break: break-all;
}
.apply-for-distributor-page .btn-wrap {
  padding: 28px 12px 0;
}
.apply-for-distributor-form-page .bly-input-label {
  color: #333;
  width: 75px;
}
.apply-for-distributor-form-page .bly-input-wrap:last-child {
  border-bottom: 0;
}
.apply-for-distributor-form-page .btn-wrap {
  padding: 28px 12px 0;
}
.apply-for-distributor-form-page .protocol {
  padding: 12px 24px;
  display: flex;
  align-items: center;
}
.apply-for-distributor-form-page .protocol .sel-img {
  width: 20px;
  height: 20px;
}
.apply-for-distributor-form-page .protocol .checkbox {
  position: fixed;
  left: -999999999rem;
}
.apply-for-distributor-form-page .protocol .sel {
  display: block;
}
.apply-for-distributor-form-page .protocol .sel-ed {
  display: none;
}
.apply-for-distributor-form-page .protocol .checkbox:checked ~ .sel {
  display: none;
}
.apply-for-distributor-form-page .protocol .checkbox:checked ~ .sel-ed {
  display: block;
}
.apply-for-distributor-form-page .protocol .protocol-link {
  margin-left: 5px;
}
.apply-for-distributor-form-page .protocol .protocol-link .link {
  color: #3bb3c8;
}
.apply-for-distributor-form-page .protocol-content-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.apply-for-distributor-form-page .protocol-content-main {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 4px;
  width: 80%;
  min-height: 40%;
  max-height: 80%;
  padding: 12px;
  box-sizing: border-box;
  overflow: scroll;
}
.apply-for-distributor-form-page .protocol-content-main -webkit-overflow-scrolling:touch img {
  max-width: 100% !important;
}
.distributor-profile-page {
  background: #fff;
  overflow-y: auto;
  padding: 0 12px;
}
.distributor-profile-page .title {
  padding: 12px 0 4px;
}
.distributor-profile-page .item-content {
  line-height: 15px;
  text-indent: 24px;
}
.inventory-center-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.inventory-center-detail-page {
  background: #f5f5f5;
}
.inventory-center-detail-page .inventory-center-detail-page-content {
  padding: 7px 12px;
}
.inventory-center-detail-page .money-wrap {
  height: 27.14vw;
  background-image: url(../image/my/withdrawal-bg.png);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inventory-center-detail-page .money-wrap .li {
  flex: 1;
}
.inventory-center-detail-page .money-wrap .li:last-child {
  position: relative;
}
.inventory-center-detail-page .money-wrap .li:last-child::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #fff;
  opacity: .2;
}
.inventory-center-detail-page .money-wrap .money {
  margin-top: 4.6%;
}
.inventory-center-detail-page .money-wrap .tip {
  margin-top: 2.2%;
}
.inventory-center-detail-page .inventory-item-wrap {
  background: #fff;
  border-radius: 8px;
  margin-top: 8px;
  overflow: hidden;
}
.inventory-center-detail-page .inventory-item-wrap .list-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inventory-center-detail-page .inventory-item-wrap .inventory-item-wrap-title {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
}
.inventory-center-detail-page .inventory-item-wrap .inventory-item-content {
  padding: 0 12px;
}
.inventory-center-detail-page .inventory-item-wrap .inventory-item {
  border-bottom: 1px solid #f0f0f0;
}
.inventory-center-detail-page .inventory-item-wrap .inventory-item:last-child {
  border-bottom: 0;
}
.inventory-center-detail-page .inventory-item-wrap .inventory-item-a {
  display: flex;
  height: 50px;
  align-items: center;
}
.inventory-center-detail-page .btn-wrap {
  padding: 28px 0 0;
}
.apply-for-return-page {
  background: #f5f5f5;
  overflow-y: auto;
  font-size: 0;
}
.apply-for-return-page .apply-for-return-page-content {
  padding: 7px 12px;
}
.apply-for-return-page .apply-for-return-page-content .remove {
  top: -3px;
  right: -3px;
}
.apply-for-return-page .return-goods-item-wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.apply-for-return-page .return-goods-item-title {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid #f0f0f0;
}
.apply-for-return-page .return-goods-item-content {
  padding: 15px 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.apply-for-return-page .return-goods-item {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.apply-for-return-page .return-goods-item .icon {
  width: 20px;
  height: 20px;
  background-color: #e1f8fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.apply-for-return-page .return-goods-item .return-goods-item-name {
  width: calc(100% - 28px);
}
.apply-for-return-page .return-goods-form-input {
  background: #fff;
  border-radius: 8px;
  margin-top: 7px;
  overflow: hidden;
  padding: 12px;
}
.apply-for-return-page .img-wrap {
  padding-top: 15px;
}
.apply-for-return-page .webuploader-pick + div {
  width: 100%!important;
  height: 100%!important;
}
.apply-for-return-page .btn-wrap {
  padding: 28px 0;
}
.return-after-sale-list-page .list-wrap {
  height: 100%;
}
.return-after-sale-list-page .status2 {
  color: #41b851;
}
.my-order-item-wrap-page {
  background: #f5f5f5;
}
.my-order-item-wrap-page .my-order-item-wrap-d {
  height: calc(100% - 40px);
  position: relative;
}
.my-order-item-wrap-page .my-order-item-wrap {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  z-index: -99;
}
.my-order-item-wrap-page .my-order-item-wrap.active {
  z-index: 1;
}
.my-order-item-wrap-page .my-order-item-wrap .my-order-item-wrap-content {
  padding: 7px 12px;
}
.my-order-item-wrap-page .my-order-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 7px;
}
.my-order-item-wrap-page .my-order-item:last-child {
  margin-bottom: 0;
}
.my-order-item-wrap-page .my-order-item .my-order-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid #f0f0f0;
}
.my-order-item-wrap-page .my-order-item .my-order-item-title .status1 {
  color: #3bb3c8;
}
.my-order-item-wrap-page .my-order-item .my-order-item-title .status2 {
  color: #41b851;
}
.my-order-item-wrap-page .my-order-item .gooods-list-row {
  padding: 0;
}
.my-order-item-wrap-page .addr-wrap {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.my-order-item-wrap-page .addr-wrap .addr-icon {
  padding-right: 14px;
  display: flex;
  align-items: center;
}
.my-order-item-wrap-page .btn-wrap {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 15px;
}
.my-order-item-wrap-page .btn-wrap .btn {
  width: 90px;
}
.my-order-detail-wrap-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.my-order-detail-wrap-page .my-order-detail-wrap-page-content {
  height: calc(100% - 44px);
  box-sizing: border-box;
  padding: 7px 12px;
  overflow-y: auto;
}
.my-order-detail-wrap-page .my-order-detail-wrap-page-content.my-order-detail-wrap-page-content-no-btn {
  height: 100%;
}
.my-order-detail-wrap-page .status-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  height: 49px;
  margin-bottom: 7px;
  border-radius: 8px;
}
.my-order-detail-wrap-page .status-wrap .icon {
  height: 19px;
  margin-right: 6px;
}
.my-order-detail-wrap-page .status-wrap.status1 {
  background-color: #e1f8fa;
  color: #3bb3c8;
}
.my-order-detail-wrap-page .addr-wrap {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 16px;
  background: #fff;
  border-radius: 8px;
}
.my-order-detail-wrap-page .addr-wrap .addr-icon {
  padding-right: 14px;
  display: flex;
  align-items: center;
}
.my-order-detail-wrap-page .goods-wrap {
  background: #fff;
  border-radius: 8px;
  margin-top: 7px;
}
.my-order-detail-wrap-page .goods-wrap .gooods-list-row {
  padding: 0;
}
.my-order-detail-wrap-page .goods-wrap .order-cell-wrap {
  padding: 0 12px;
}
.my-order-detail-wrap-page .goods-wrap .order-cell-wrap .order-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  border-bottom: 1px solid #f0f0f0;
}
.my-order-detail-wrap-page .goods-wrap .order-cell-wrap .order-cell:last-child {
  border-bottom: 0;
}
.my-order-detail-wrap-page .order-status-wrap {
  background: #fff;
  border-radius: 8px;
  margin-top: 8px;
  padding: 7px 12px;
}
.my-order-detail-wrap-page .order-status-wrap .order-status-list {
  height: 26px;
  display: flex;
  align-items: center;
}
.my-order-detail-wrap-page .order-status-wrap .order-status-list .label {
  width: 65px;
}
.my-order-detail-wrap-page .btn-wrap {
  display: flex;
}
.my-order-detail-wrap-page .btn {
  height: 44px;
  flex: 1;
}
.mall-index-page {
  background: #f5f5f5;
  height: calc(100% - 45px);
  overflow-y: auto;
}
.mall-index-page .search-wrap {
  padding: 10px 12px;
  background: #fff;
}
.mall-index-page .search-wrap .search-wrap-content {
  height: 32px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.mall-index-page .search-wrap .search-wrap-content .icon-sousuo {
  margin-right: 6px;
  margin-top: 1px;
}
.mall-index-page .swiper-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.mall-index-page .mall-index-goods-items-wrap {
  padding: 12px;
}
.mall-index-page .mall-index-goods-items-wrap .bly-goods-list {
  width: 49%;
  margin-bottom: 2%;
  background: #fff;
}
.mall-index-page .swiper-container1 {
  overflow-x: hidden;
  background: #fff;
}
.mall-index-page .tab-list-wrap .tab-list {
  width: 25%;
  flex: none;
}
.search-goods-results-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.search-goods-results-page .search-goods-results-page-content {
  height: 100%;
}
.search-goods-results-page .nothing-box {
  height: 100%;
  box-sizing: border-box;
  padding-top: 1px;
  background: #fff;
}
.search-goods-results-page .nothing-box .nothing-icon {
  width: 160px;
  height: 160px;
  display: block;
  margin: 26.7% auto 25px;
}
.search-goods-results-page .results-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background-color: #e1f8fa;
}
.search-goods-results-page .results-tip .keyword {
  display: block;
  max-width: calc(100% - 150px);
}
.search-goods-results-page .mall-index-goods-items-wrap {
  padding: 12px;
  box-sizing: border-box;
  height: calc(100% - 35px);
  overflow: auto;
}
.search-goods-results-page .mall-index-goods-items-wrap .bly-goods-list {
  width: 49%;
  margin-bottom: 2%;
  background: #fff;
}
.search-goods-form-page {
  overflow-y: auto;
  background: #fff;
  font-size: 0;
}
.search-goods-form-page .search-goods-form-page-content {
  padding: 0 12px;
}
.search-goods-form-page .form {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-goods-form-page .form .input-lable {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 0 12px;
}
.search-goods-form-page .form .input-lable .bly-input-seal {
  flex: 1;
  padding-left: 12px;
}
.search-goods-form-page .form .submit {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-goods-form-page .search-history-title {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.search-goods-form-page .search-history-title .clear-history {
  margin-left: 20px;
}
.search-goods-form-page .search-history-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.search-goods-form-page .search-history-list-wrap .search-history-list {
  margin-right: 12px;
  margin-top: 12px;
}
.search-goods-form-page .search-history-list-wrap .search-history-list .search-history-list-a {
  display: flex;
  align-items: center;
  min-height: 20px;
  background: #f5f5f5;
  font-size: 12px;
  color: #4c4c4c;
  padding: 5px 18px;
  word-break: break-all;
}
.goods-detail-page {
  background: #f5f5f5;
}
.goods-detail-page .goods-detail-page-content {
  height: calc(100% - 44px);
  overflow-y: auto;
}
.goods-detail-page .swiper-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
.goods-detail-page .goods-name {
  background: #fff;
  padding: 12px 12px 6px;
}
.goods-detail-page .goods-name .goods-title {
  margin-bottom: 5px;
}
.goods-detail-page .goods-name .goods-name-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-detail-page .goods-name .goods-name-bottom .dec {
  width: calc(100% - 80px);
}
.goods-detail-page .money-timedown-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: #e1f8fa;
  font-size: 0;
}
.goods-detail-page .money-timedown-wrap .now-money {
  display: flex;
  align-items: flex-end;
}
.goods-detail-page .money-timedown-wrap .time-down {
  display: flex;
  align-items: center;
}
.goods-detail-page .money-timedown-wrap .time-down .time-down-label {
  margin-right: 5px;
}
.goods-detail-page .money-timedown-wrap .time-down .time-wrap {
  display: flex;
}
.goods-detail-page .money-timedown-wrap .time-down .time-wrap .time {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  background-color: #3bb3c8;
  border-radius: 2px;
  color: #fff;
  padding: 0 3px;
}
.goods-detail-page .money-timedown-wrap .time-down .time-wrap .m-h {
  margin: 0 2px;
}
.goods-detail-page .spec-params-wrap .spec-params-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 42px;
  background: #fff;
  margin-bottom: 7px;
}
.goods-detail-page .goods-evaluation-list-wrap .goods-evaluation-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 42px;
  background: #fff;
}
.goods-detail-page .goods-evaluation-list-wrap .bly-comment-list-wrap {
  background: #fff;
}
.goods-detail-page .goods-evaluation-list-wrap .bly-comment-list-wrap .bly-comment-list {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.goods-detail-page .goods-evaluation-list-wrap .bly-comment-list-wrap .bly-comment-list:last-child {
  border-bottom: 0;
}
.goods-detail-page .goods-detail-content .goods-detail-content-title {
  height: 34px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.goods-detail-page .goods-detail-content .goods-detail-content-title::after,
.goods-detail-page .goods-detail-content .goods-detail-content-title::before {
  content: '';
  width: 70px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.goods-detail-page .goods-detail-content .goods-detail-content-title::after {
  left: 50%;
  margin-left: 50px;
}
.goods-detail-page .goods-detail-content .goods-detail-content-title::before {
  right: 50%;
  margin-right: 50px;
}
.goods-detail-page .goods-detail-content .goods-detail-content-wrap {
  background: #fff;
}
.goods-detail-page .goods-detail-content .goods-detail-content-wrap img {
  max-width: 100%!important;
}
.goods-detail-page .goods-params-wrap {
  font-size: 0;
  padding-top: 10px;
}
.goods-detail-page .goods-params-wrap .goods-params-wrap-title {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.goods-detail-page .goods-params-wrap .goods-params-wrap-title .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.goods-detail-page .goods-params-wrap .goods-params-item-wrap {
  padding: 0 12px;
  height: 400px;
  overflow-y: auto;
}
.goods-detail-page .goods-params-wrap .goods-params-item {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
}
.goods-detail-page .goods-params-wrap .params-item-content {
  width: calc(100% - 60px);
  display: flex;
  justify-content: flex-end;
}
.goods-detail-page .spec-wrap .close {
  position: absolute;
  top: 16px;
  right: 12px;
}
.goods-detail-page .spec-wrap .goods-wrap {
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.goods-detail-page .spec-wrap .price-sales {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.goods-detail-page .spec-wrap .list-icon .icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 9px;
}
.goods-detail-page .spec-item-wrap {
  padding: 0 12px;
}
.goods-detail-page .spec-item-wrap .spec-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: 12px;
  margin-top: 12px;
}
.goods-detail-page .spec-item-wrap .spec-item {
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
}
.goods-detail-page .spec-item-wrap .spec-item input {
  position: absolute;
  left: -999999rem;
}
.goods-detail-page .spec-item-wrap .spec-item input:checked + .label-text {
  background-color: #3bb3c8;
  color: #fff;
}
.goods-detail-page .spec-item-wrap .spec-item .label-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  background-color: #f3f3f3;
  border-radius: 2px;
  padding: 0 12px;
}
.goods-detail-page .coupon-wrap .coupon-wrap-content {
  background: #f5f5f5;
}
.goods-detail-page .coupon-wrap .coupon-wrap-content .coupon-wrap-title {
  padding: 16px 0;
  position: relative;
}
.goods-detail-page .coupon-wrap .coupon-wrap-content .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.goods-detail-page .coupon-wrap .coupon-wrap-content-main {
  padding: 0 12px;
}
.goods-detail-page .coupon-wrap .coupon-wrap-content-main-des {
  background: #fff;
  padding: 20px 5px;
}
.goods-detail-page .coupon-wrap .coupon-wrap-content-main-des .money {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #ff4b4c;
}
.goods-detail-page .coupon-wrap .coupon-wrap-content-main-des .time {
  margin-top: 8px;
  text-align: center;
}
.goods-detail-page .coupon-wrap .des {
  padding: 10px 0;
}
.goods-detail-page .gooods-list-row-wrap .bottom {
  justify-content: flex-start;
}
.goods-detail-page .gooods-list-row-wrap .bottom .label {
  padding: 0 5px;
  height: 15px;
  background-color: #3bb3c8;
  border-radius: 4px;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.goods-detail-page .goods-foot {
  display: flex;
  background: #fff;
  border-top: 1px solid #f5f5f5;
}
.goods-detail-page .goods-foot .collection-wrap {
  width: calc(100% - 280px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.goods-detail-page .goods-foot .collection-wrap.active {
  color: #ff4b4c;
}
.goods-detail-page .goods-foot .collection-wrap.active .collection-text {
  color: #ff4b4c;
}
.goods-detail-page .goods-foot .collection-wrap.active .collection-icon {
  color: #ff4b4c;
}
.goods-detail-page .goods-foot .btn-wrap {
  display: flex;
  width: 280px;
}
.goods-detail-page .goods-foot .btn-wrap .btn {
  height: 43px;
  color: #7b7b7b;
}
.goods-detail-page .goods-foot .btn-wrap .bly-btn-theme {
  background-color: #ff4b4c;
  color: #fff;
}
.goods-evaluation-page {
  background: #f5f5f5;
}
.goods-evaluation-page .bly-comment-list {
  background: #fff;
  margin-bottom: 7px;
  padding-top: 7px;
  padding-bottom: 12px;
}
.goods-evaluation-page .bly-comment-list:first-child {
  padding-top: 25px;
}
.goods-evaluation-page .bly-comment-list:last-child {
  margin-bottom: 0;
}
.confirm-order-page {
  background: #f5f5f5;
}
.confirm-order-page #myform {
  height: 100%;
}
.confirm-order-page .tip {
  font-size: 12px;
  color: #666;
  padding: 30px 0;
  text-align: center;
}
.confirm-order-page .confirm-order-page-content {
  height: calc(100% - 44px);
  box-sizing: border-box;
  padding: 7px 12px;
  overflow-y: auto;
}
.confirm-order-page .addr-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
}
.confirm-order-page .addr-wrap .addr-left {
  padding-right: 15px;
}
.confirm-order-page .addr-wrap .addr-center {
  flex: 1;
}
.confirm-order-page .addr-wrap .addr-name {
  margin-top: 6px;
}
.confirm-order-page .confirm-order-detail-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 7px;
  background: #fff;
}
.confirm-order-page .confirm-order-detail-wrap .gooods-list-row-wrap {
  padding: 0;
}
.confirm-order-page .confirm-order-detail-wrap .confirm-order-cell-wrap {
  padding: 0 12px;
}
.confirm-order-page .confirm-order-detail-wrap .confirm-order-cell-wrap .confirm-order-cell {
  border-bottom: 1px solid #f0f0f0;
}
.confirm-order-page .confirm-order-detail-wrap .confirm-order-cell-wrap .confirm-order-cell:last-child {
  border-bottom: 0;
}
.confirm-order-page .confirm-order-detail-wrap .confirm-order-cell-wrap .confirm-order-cell-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.confirm-order-page .confirm-order-detail-wrap .confirm-order-cell-wrap .confirm-order-cell-a .cell-right {
  display: flex;
  align-items: center;
}
.confirm-order-page .bottom-buttom-wrap {
  background: #fff;
  display: flex;
}
.confirm-order-page .bottom-buttom-wrap .btn {
  width: 120px;
  height: 44px;
}
.confirm-order-page .bottom-buttom-wrap-left {
  flex: 1;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 12px;
}
.confirm-order-remarks-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.confirm-order-remarks-page .confirm-order-remarks-page-content {
  padding: 12px;
}
.confirm-order-remarks-page .confirm-order-remarks-page-content .details-text {
  background: #fff;
  border-radius: 8px;
  height: auto;
  padding: 10px;
}
.confirm-order-remarks-page .confirm-order-remarks-page-content .details-text .details-text-content {
  height: 180px;
}
.confirm-order-remarks-page .btn-wrap {
  padding: 28px 0 0;
}
.choose-picking-point-page {
  background: #f5f5f5;
  overflow-y: hidden;
}
.choose-picking-point-page .choose-picking-point-page-content {
  height: 100%;
  overflow-y: auto;
}
.choose-picking-point-page .addr-list {
  padding: 7px 12px;
  box-sizing: border-box;
  height: calc(100% - 44px);
}
.choose-picking-point-page .submit {
  height: 44px;
}
.choose-picking-point-page .choose-picking-point-list {
  margin-bottom: 7px;
}
.choose-picking-point-page .choose-picking-point-list:last-child {
  margin-bottom: 0;
}
.choose-picking-point-page .radio {
  position: absolute;
  left: -9999rem;
}
.choose-picking-point-page .radio:checked + .choose-picking-point-list-a {
  position: relative;
  top: -2px;
  box-shadow: 0px 5px 5px #aaa;
}
.choose-picking-point-page .choose-picking-point-list-a {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
}
.choose-picking-point-page .choose-picking-point-list-a .name {
  width: calc(100% - 35px);
}
.choose-picking-point-page .choose-picking-point-list-a .name-distance {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 6px;
}
.purchase-success-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.purchase-success-page .purchase-success-page-content {
  padding: 40px 12px 12px;
}
.purchase-success-page .success-title-wrap-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.purchase-success-page .success-title-wrap-top .success-title-text {
  margin-left: 13px;
}
.purchase-success-page .btn-list-wrap {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.purchase-success-page .btn-list-wrap .btn-list {
  width: 90px;
}
.purchase-success-page .btn-list-wrap .btn-list:last-child {
  margin-left: 15px;
}
.purchase-success-page .get-coupon {
  padding: 15px 0;
  background: #fff;
  border-radius: 8px;
}
.purchase-success-page .get-coupon .coupon-name {
  margin-bottom: 8px;
}
.my-mall-order-item-wrap-page .my-order-item-wrap {
  height: calc(100% - 40px);
}
.my-mall-order-item-wrap-page .all-price-wrap {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #f2f2f2;
}
.my-mall-order-item-wrap-page .btn-wrap {
  border-top: 1px solid #f2f2f2;
}
.my-mall-order-item-wrap-page .btn-wrap .btn {
  margin-left: 6px;
}
.my-mall-order-item-wrap-page .my-order-item-wrap {
  display: none;
}
.my-mall-order-item-wrap-page .my-order-item-wrap.active {
  display: block;
}
.my-mall-order-item-wrap-page .tab-list {
  position: relative;
}
.my-mall-order-item-wrap-page .tab-list::after {
  width: 35px;
}
.my-mall-order-item-wrap-page .tab-list::before {
  content: '';
  width: 1px;
  height: 19px;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.my-mall-order-item-wrap-page .tab-list:last-child::before {
  width: 0;
}
.my-mall-order-detail-wrap-page .my-order-detail-wrap-page-content {
  height: calc(100% - 44px);
}
.my-mall-order-detail-wrap-page .status-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 15px;
  height: auto;
}
.my-mall-order-detail-wrap-page .status-wrap .status-wrap-left {
  display: flex;
  align-items: center;
}
.my-mall-order-detail-wrap-page .status-wrap .w-100 {
  width: 100%;
  margin-top: 3px;
}
.my-mall-order-detail-wrap-page .btn-wrap {
  display: flex;
}
.my-mall-order-detail-wrap-page .btn-wrap .btn {
  height: 44px;
}
.my-mall-order-detail-wrap-page .link {
  text-decoration: underline;
  margin-left: 4px;
}
.invoice-form-page {
  background: #fff;
  overflow-y: auto;
}
.invoice-form-page .invoice-form-page-content {
  height: 100%;
  background: #fff;
}
.invoice-form-page .invoice-form-page-content-wrap {
  height: calc(100% - 44px);
}
.invoice-form-page .invoice-type {
  height: 52px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-bottom: 7px solid #f5f5f5;
}
.invoice-form-page .invoice-type .label {
  margin-right: 10px;
}
.invoice-form-page .invoice-type .type-radio-input {
  position: absolute;
  left: -99999rem;
}
.invoice-form-page .invoice-type .type-radio {
  display: flex;
}
.invoice-form-page .invoice-type .type-radio-list {
  display: flex;
  align-items: center;
}
.invoice-form-page .invoice-type .type-radio-list:last-child {
  margin-left: 35px;
}
.invoice-form-page .invoice-type .type-radio-list .type-radio-icon {
  margin-right: 6px;
  margin-top: 2px;
}
.invoice-form-page .invoice-type .sel-yes {
  display: none;
}
.invoice-form-page .invoice-type .type-radio-input:checked ~ .sel-yes {
  display: block;
}
.invoice-form-page .invoice-type .type-radio-input:checked ~ .sel-no {
  display: none;
}
.invoice-form-page .form-wrap {
  padding: 0 12px;
}
.invoice-form-page .form-wrap .bly-input-wrap .bly-input-label {
  color: #333;
}
.invoice-form-page .form-wrap .invoice-content {
  padding: 20px 12px;
}
.invoice-form-page .btn {
  height: 44px;
}
.apply-cancel-order-page .apply-cancel-order-page-content {
  height: 100%;
  overflow-y: hidden;
  background: #f5f5f5;
}
.apply-cancel-order-page .item-wrap {
  height: calc(100% - 44px);
  overflow-y: auto;
  background: #f5f5f5;
}
.apply-cancel-order-page .item-wrap .item {
  height: 50px;
  display: flex;
  background: #fff;
  padding: 0 20px;
  position: relative;
}
.apply-cancel-order-page .item-wrap .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  height: 1px;
  background: #f0f0f0;
}
.apply-cancel-order-page .item-wrap .item:last-child::after {
  height: 0;
}
.apply-cancel-order-page .item-wrap .type-radio-input {
  position: absolute;
  left: -99999rem;
}
.apply-cancel-order-page .item-wrap .type-radio {
  display: flex;
}
.apply-cancel-order-page .item-wrap .type-radio-list {
  display: flex;
  align-items: center;
}
.apply-cancel-order-page .item-wrap .type-radio-list .type-radio-icon {
  margin-right: 6px;
  margin-top: 2px;
}
.apply-cancel-order-page .item-wrap .sel-yes {
  display: none;
}
.apply-cancel-order-page .item-wrap .type-radio-input:checked ~ .sel-yes {
  display: block;
}
.apply-cancel-order-page .item-wrap .type-radio-input:checked ~ .sel-no {
  display: none;
}
.apply-cancel-order-page .btn-wrap {
  display: flex;
}
.apply-cancel-order-page .btn-wrap .btn {
  flex: 1;
  height: 44px;
}
.picked-up-wrap-page {
  background: #f5f5f5;
}
.picked-up-wrap-page .btn-wrap {
  margin-left: 0;
  border-top: 1px solid #f0f0f0;
}
.picked-up-wrap-page .my-order-item-wrap {
  height: calc(100% - 85px);
}
.picked-up-wrap-page .filter-wrap {
  background: #fff;
  padding: 12px;
}
.picked-up-wrap-page .filter-wrap .filter-form {
  display: flex;
  align-items: center;
}
.picked-up-wrap-page .filter-wrap .filter-form .input-list-wrap {
  width: 100px;
}
.picked-up-wrap-page .filter-wrap .filter-form .submit-wrap {
  width: 75px;
  margin-left: 15px;
}
.picked-up-wrap-page .filter-wrap .filter-form .submit-wrap .btn {
  height: 30px;
}
.picked-up-wrap-page .filter-wrap .separate {
  width: 12px;
  height: 1px;
  margin: 0 8px;
  background: #a8a8a8;
}
.picked-up-wrap-page .filter-wrap .filter-tip-wrap {
  display: flex;
  padding-top: 12px;
}
.picked-up-wrap-page .filter-wrap .filter-tip-list:last-child {
  margin-left: 30px;
}
.shopping-cart-wrap-page {
  background: #f5f5f5;
  height: calc(100% - 44px);
}
.shopping-cart-wrap-page .shopping-cart-wrap-page-content {
  height: calc(100% - 44px);
  overflow-y: auto;
}
.shopping-cart-wrap-page .gooods-list-row {
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}
.shopping-cart-wrap-page .gooods-list-row:last-child {
  margin-bottom: 0;
}
.shopping-cart-wrap-page .gooods-list-row .gooods-list-row-slide {
  padding: 13px 15px;
  box-sizing: border-box;
}
.shopping-cart-wrap-page .gooods-list-row-wrap {
  padding: 7px 15px 0;
}
.shopping-cart-wrap-page .remove-btn {
  background-color: #ff4b4c;
  height: 126px;
  width: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping-cart-wrap-page .count-wrap {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
}
.shopping-cart-wrap-page .count-list {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
}
.shopping-cart-wrap-page .count-list.num {
  margin: 0 1px;
  padding: 0 10px;
}
.shopping-cart-wrap-page .count-list.count-btn {
  width: 30px;
}
.shopping-cart-wrap-page .invalid-title-wrap {
  padding: 0 12px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopping-cart-wrap-page .invalid-title-wrap .invalid-link {
  color: #ff4b4c;
}
.shopping-cart-wrap-page .invalid-gooods-list-row-wrap {
  padding: 0 15px 7px;
}
.shopping-cart-wrap-page .invalid-gooods-list-row-wrap .gooods-list-row {
  padding: 13px 15px;
}
.shopping-cart-wrap-page .bottom-buttom-wrap {
  background: #fff;
  display: flex;
}
.shopping-cart-wrap-page .bottom-buttom-wrap .btn {
  width: 120px;
  height: 44px;
}
.shopping-cart-wrap-page .bottom-buttom-wrap-left {
  flex: 1;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 12px;
}
.evaluation-product-page .form {
  height: 100%;
}
.evaluation-product-page .apply-for-return-page-content {
  padding: 0;
  height: calc(100% - 44px);
  box-sizing: border-box;
  overflow-y: auto;
}
.evaluation-product-page .return-goods-form {
  padding: 7px 12px;
}
.evaluation-product-page .goods-des-wrap {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.evaluation-product-page .goods-des-wrap .icon-wrap {
  width: 40px;
  height: 40px;
}
.evaluation-product-page .goods-des-wrap .goods-name {
  margin-left: 10px;
  width: calc(100% - 50px);
}
.evaluation-product-page .score-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.evaluation-product-page .score-content .score-wrap {
  margin-left: 20px;
}
.evaluation-product-page .btn-wrap {
  padding: 0;
}
.evaluation-product-page .btn {
  height: 44px;
}
.logistics-information-page {
  background: #f5f5f5;
  overflow-y: auto;
}
.logistics-information-page .logistics-information-page-content {
  padding: 7px 12px;
}
.logistics-information-page .logistics-information-page-content .logistics-information-page-content-wrap {
  background: #fff;
  border-radius: 8px;
}
.logistics-information-page .logistics-information-title {
  height: 42px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
.logistics-information-page .logistics-information-list-warp {
  padding: 20px 15px 0;
}
.logistics-information-page .logistics-information-list {
  display: flex;
  padding-bottom: 20px;
  position: relative;
}
.logistics-information-page .logistics-information-list.active .icon {
  background-color: #41b851!important;
}
.logistics-information-page .logistics-information-list .time {
  width: 36px;
  text-align: right;
}
.logistics-information-page .logistics-information-list .icon-wrap {
  width: 38px;
  display: flex;
  justify-content: center;
  position: relative;
}
.logistics-information-page .logistics-information-list .icon-wrap .icon {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b3b3b3;
  position: relative;
  z-index: 9;
}
.logistics-information-page .logistics-information-list .des {
  width: calc(100% - 74px);
}
.logistics-information-page .logistics-information-list::after {
  content: '';
  position: absolute;
  left: 55px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #f5f5f5;
}
.logistics-information-page .logistics-information-list:last-child::after {
  width: 0;
}
.my-dealer-page {
  height: 100%;
}
.common-problem-lists-page .common-problem-list .class-label-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  position: relative;
  padding: 0 12px;
}
.common-problem-lists-page .common-problem-list .class-label-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #eaeaea;
  width: calc(100% - 24px);
  height: 1px;
}
.common-problem-lists-page .class-lists-wrap {
  background: #f5f5f5;
}
.common-problem-lists-page .class-lists-wrap .class-list-a {
  padding: 12px 24px;
  color: #666;
}
.common-problem-lists-page .arr-icon {
  transition: all .5s;
}
.common-problem-lists-page .active .arr-icon {
  transform: rotate(90deg);
}
