body, html, a, img, div, form, select, input, ul, ol, li, h1, h2, h3, h4, h5, h6, dd, dl, dt, p, label, em, span, cude, i {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  overflow: auto;
}

body {
  font: 62.5%/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  font-size: 0.24rem;
  width: 100%;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  vertical-align: middle;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em, i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
  border: none;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
}

input:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul, li {
  list-style: none;
}

textarea {
  resize: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  min-height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ct {
  text-align: center;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
  body {
    width: 750px;
    margin: 0 auto;
  }
  [data-dpr="1"] body {
    width: 750px;
    margin: 0 auto;
  }
}
.w {
  width: 7.5rem;
  margin: 0 auto;
}

.footer {
  box-sizing: content-box;
  padding-bottom: 0.96rem;
  padding-top: 0.6rem;
}

body {
  color: #F9EFE5;
  background-color: #3e2c1e;
}

a {
  color: #F9EFE5;
}

.page-login {
  background: url(../images/light.gif?v=2) no-repeat center top;
  background-size: 7.5rem 17.72rem;
  min-height: 100vh;
  background-color: #af5616;
}
.page-login .footer {
  padding-top: 0.82rem;
}

img {
  max-width: 100%;
  height: auto;
}

.page-box {
  padding-top: 2rem;
  text-align: center;
  width: 6.9rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.logo {
  width: 3.7rem;
  height: 0.44rem;
  margin: 0 auto;
}

.page-index, .canvas-box .page-box {
  background: url(../images/index-bg.jpg) no-repeat center top;
  background-size: 7.5rem 22.14rem;
  min-height: 100vh;
  background-color: #3e2c1e;
}
.page-index .logo, .canvas-box .page-box .logo {
  margin-bottom: 0.5rem;
}

.share-index .w {
  position: relative;
}
.share-index .footer {
  padding-top: 0;
}

.canvas-box {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.canvas-box .page-box {
  width: 7.5rem;
  padding: 2rem 0.3rem 0.6rem;
}
.canvas-box .share-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.logo-box {
  padding-top: 2.54rem;
  text-align: center;
  width: 7.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.logo-box .title {
  margin-top: 0.3rem;
  width: 5.6rem;
  height: 1rem;
}
.logo-box .form {
  margin-top: 0.54rem;
}
.logo-box .form .input-wrapper {
  width: 5.53rem;
  height: 1.04rem;
  display: flex;
  justify-content:space-between;
  background: url(../images/input.png) no-repeat center top;
  background-size: 5.53rem 1.04rem;
  margin-top: 0.4rem;
  padding-top: .04rem;
}
.logo-box .form .input-wrapper input {
  background: none;
  border: none;
  height: 0.9rem;
  width: 3.4rem;
  padding: 0.1rem 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.01rem;
  color: #000;
  box-sizing: border-box;
  font-size: 0.24rem;
}
.logo-box .form .input-wrapper input::-moz-placeholder {
  color: #9D8366;
}
.logo-box .form .input-wrapper input::placeholder {
  color: #9D8366;
}
.logo-box .form .input-wrapper:first-child {
  margin-top: 0;
}
.logo-box .form .input-wrapper .code {
  height: 0.9rem;
  line-height: .9rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.01rem;
  color: #ffffff;
  box-sizing: border-box;
  padding-right: 0.3rem;
  font-weight: bold;
  color: #534740;
  display: inline-block;
  vertical-align: top;
}
.logo-box .form .input-wrapper .code i {
  display: inline-block;
  vertical-align: top;
}
.logo-box .btn1 {
  display: block;
  width: 5.6rem;
  height: 1.06rem;
  margin-top: 0.48rem;
  background: url(../images/btn.png) no-repeat center top;
  background-size: 5.6rem 1.06rem;
  text-indent: -9999rem;
}
.logo-box .tip2 {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  color: #E0C184;
  text-align: center;
  height: 0.36rem;
  line-height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-box .tip2 a::before {
  content: "";
  display: inline-block;
  background: url(../images/tip.png) no-repeat center top;
  background-size: 0.22rem 0.22rem;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.14rem;
  vertical-align: middle;
  margin-top: -0.01rem;
}
.logo-box .agreement {
  margin-top: 1.36rem;
  width: 5.6rem;
  line-height: 0.3rem;
  color: #B9B0A2;
  text-align: left;
  font-size: 0.2rem;
}
.logo-box .agreement a {
  color: #E0C184;
}
.logo-box .agreement li {
  margin-bottom: 0.38rem;
  position: relative;
  padding-left: 0.36rem;
}
.logo-box .agreement li::before {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  left: 0;
  top: 0.06rem;
  position: absolute;
  border: solid 1px #E0C184;
  border-radius: 100%;
}
.logo-box .agreement li:last-child {
  margin-bottom: 0;
}
.logo-box .agreement li.on::before {
  background: #E0C184;
}

.dialog-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dialog-bottom {
  position: fixed;
  left: 50%;
  width: 7.5rem;
  bottom: 0;
  margin-left: -3.75rem;
  z-index: 1000;
  background: url(../images/bottom-bg.png?v=2) no-repeat center top;
  background-size: 7.5rem 5.3rem;
  height: 5.3rem;
  color: #fff;
}
.dialog-bottom .agree-btn{
  display: block;
  width:2.66rem ;
  height: .72rem;
  background: url(../images/btn4.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  font-size: .32rem;
  line-height: .72rem;
  margin: .2rem auto 0;
}
.dialog-bottom .dia-box {
  padding-top: 0.45rem;
}
.dialog-bottom .dia-title {
  text-align: center;
  font-size: 0.32rem;
}
.dialog-bottom .dia-content {
  margin: 0.3rem 0.4rem 0;
  max-height: 2.8rem;
}
.dialog-bottom .dia-content p {
  position: relative;
  margin-bottom: 0.24rem;
  padding-left: 0.5rem;
}
.dialog-bottom .dia-content p i {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/num.png) no-repeat center top;
  background-size: 0.44rem 0.44rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 0.2rem;
  color: #F6D298;
  line-height: 0.44rem;
}
.dialog-bottom .dia-content p:last-child {
  margin-bottom: 0;
}

.scroll-box {
  overflow-y: auto;
}
.scroll-box::-webkit-scrollbar {
  background-color: transparent;
  width: 0.08rem;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: #7e6455;
  border-radius: 0.04rem;
  width: 0.08rem;
}

.user-box {
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-box .l {
  display: flex;
  justify-content: center;
  text-align: left;
}
.user-box .img {
  position: relative;
  width: 0.81rem;
  height: 0.8rem;
}
.user-box .img img {
  -webkit-mask: url("../images/user.png") no-repeat;
  -webkit-mask-size: 100% 100%;
  display: block;
  width: 100%;
  height: 100%;
}
.user-box .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/user2.png") no-repeat;
  background-size: 100% 100%;
}
.user-box .info {
  margin-left: 0.16rem;
}
.user-box .name {
  color: #fff;
  display: flex;
  align-items: center;
}
.user-box .name span, .user-box .name em {
  display: inline-block;
}
.user-box .name span {
  font-size: 0.32rem;
  font-weight: bold;
  margin-right: 0.1rem;
  white-space: nowrap;
  max-width: 2.56rem;
  overflow: hidden;
}
.user-box .name em {
  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.2rem;
  background-color: #FF6A15;
  padding: 0 0.06rem;
}
.user-box .uid {
  color: #9F9482;
  font-size: 0.22rem;
}
.user-box .r {
  font-size: 0;
}
.user-box .btn1, .user-box .btn2 {
  display: inline-block;
  width: 0.93rem;
  height: 0.44rem;
  margin-left: 0;
  text-indent: -9999rem;
}
.user-box .btn1 {
  background: url(../images/share.png?v=2) no-repeat center top;
  background-size: 0.93rem 0.44rem;
}
.user-box .btn2 {
  background: url(../images/btn3.png) no-repeat center top;
  background-size: 0.93rem 0.44rem;
}

.p-box-top {
  background: url(../images/c-box.png) no-repeat center top;
  background-size: 6.89rem 2.67rem;
  height: 2.67rem;
}
.p-box-top .c-box {
  padding-top: 0.42rem;
}
.p-box-top .time-box {
  display: flex;
  align-items: center;
  color: #FFE9C8;
  font-size: 0;
  justify-content: center;
}
.p-box-top .time-box span {
  height: 0.44rem;
  line-height: 0.44rem;
  display: inline-block;
  padding-left: 0.32rem;
  font-size: 0.2rem;
  margin: 0 0.16rem;
  overflow: hidden;
}
.p-box-top .time-box .s1 {
  background: url(../images/icon1.png) no-repeat center top;
  background-size: 3.1rem 0.44rem;
  width: 3.1rem;
}
.p-box-top .time-box .s2 {
  background: url(../images/icon2.png) no-repeat center top;
  background-size: 2.5rem 0.44rem;
  width: 2.5rem;
}
.p-box-top .num-box {
  display: flex;
  align-items: center;
  text-align: center;
  color: #75564F;
  margin-top: 0.34rem;
  padding: 0.1rem 0.4rem 0;
}
.p-box-top .num-box .item {
  display: inline-block;
  width: 30%;
  font-size: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
}
.p-box-top .num-box .item .num {
  font-weight: bold;
  color: #000;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.4rem;
}
.p-box-top .num-box .item:first-child {
  width: 40%;
}
.p-box-top .num-box .item:first-child .num {
  font-size: 0.24rem;
}

.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-box .title {
  position: relative;
  padding-left: 0.2rem;
  font-size: 0.32rem;
  color: #F7F9F1;
}
.title-box .title::before {
  content: "";
  display: block;
  width: 0.11rem;
  height: 0.29rem;
  background: url(../images/icon3.png) no-repeat center top;
  background-size: 0.11rem 0.29rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.16rem;
}
.title-box .more {
  color: #D4AA84;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.24rem 0.23rem;
  padding-right: 0.3rem;
}

.mb21 {
  margin-bottom: 0.42rem;
}

.mb14 {
  margin-bottom: 0.28rem;
}

.certify-container {
  width: 6.48rem;
  height: 7.63rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.certify-container .swiper-slide {
  width: 3.49rem;
  height: 7.63rem;
  background: url(../images/card1.png?v=2) no-repeat center top;
  background-size: 3.49rem 7.63rem;
  position: relative;
}
.certify-container .swiper-slide .img {
  position: absolute;
  width: 2.95rem;
  height: 5.5rem;
  left: 0.27rem;
  top: 0.25rem;
  overflow: hidden;
  -webkit-mask: url("../images/img.png?v=2") no-repeat;
  -webkit-mask-size: 100% 100%;
}
.certify-container .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.certify-container .swiper-slide .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/img2.png?v=2") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.certify-container .swiper-slide .level {
  text-align: center;
  font-size: 0.34rem;
  color: #F66C14;
  position: absolute;
  left: 5%;
  bottom: 0.88rem;
  font-weight: bold;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
}
.certify-container .swiper-slide .level span {
  margin-right: 0.1rem;
}
.certify-container .swiper-slide .toprank {
  position: absolute;
  left: 50%;
  margin-left: -0.44rem;
  bottom: 0.23rem;
  width: 0.88rem;
  height: 0.56rem;
  z-index: 2;
}
.certify-container .swiper-slide .doorstep {
  position: absolute;
  right: 0.35rem;
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 2;
  background-color: #fff;
}

.decorate-box .plist {
  height: 3.39rem;
  background: url(../images/decorate-bg.png) no-repeat center top;
  background-size: 6.89rem 3.39rem;
}

.plist {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0.32rem 0 0 0.28rem;
  text-align: left;
  font-size: 0;
}
.plist li {
  width: 1.36rem;
  position: relative;
  margin: 0 0.11rem;
  display: inline-block;
  font-size: 0.24rem;
}
.plist li a {
  display: block;
}
.plist .img {
  width: 100%;
  height: 2.42rem;
  position: relative;
  overflow: hidden;
}
.plist .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/li.png) no-repeat center top;
  background-size: 1.37rem 2.42rem;
}
.plist .img img {
  min-height: 2.42rem;
}
.plist .nature {
  position: absolute;
  width: 0.36rem;
  height: 0.36rem;
  left: 0.05rem;
  top: 0;
}
.plist .name {
  width: 100%;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  overflow: hidden;
  margin-top: 0.12rem;
}

.back-top {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.back-top .back {
  position: absolute;
  width: 0.17rem;
  height: 0.34rem;
  background: url(../images/back.png) no-repeat center top;
  background-size: 0.17rem 0.34rem;
  left: 0;
  top: 0.03rem;
}
.back-top .role-tab {
  position: absolute;
  right: 0;
  height: 0.34rem;
  top: 0.03rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
.back-top .role-tab li {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0 0.06rem;
  cursor: pointer;
}
.back-top .role-tab .qg {
  background: url(../images/qg.png) no-repeat center top;
  background-size: 0.34rem 0.34rem;
}
.back-top .role-tab .qg.on {
  background-image: url("../images/qg01.png");
}
.back-top .role-tab .fh {
  background: url(../images/fh.png) no-repeat center top;
  background-size: 0.34rem 0.34rem;
}
.back-top .role-tab .fh.on {
  background-image: url("../images/fh01.png");
}
.back-top .role-tab .tg {
  background: url(../images/tg.png) no-repeat center top;
  background-size: 0.34rem 0.34rem;
}
.back-top .role-tab .tg.on {
  background-image: url("../images/tg01.png");
}
.back-top .role-tab .tj {
  background: url(../images/tj.png) no-repeat center top;
  background-size: 0.34rem 0.34rem;
}
.back-top .role-tab .tj.on {
  background-image: url("../images/tj01.png");
}
.back-top .role-tab .fz {
  background: url(../images/fz.png) no-repeat center top;
  background-size: 0.34rem 0.34rem;
}
.back-top .role-tab .fz.on {
  background-image: url("../images/fz01.png");
}

.plist-box {
  position: relative;
  width: 6.87rem;
  margin: 0 auto;
  padding: 0.5rem 0 0.4rem;
}
.plist-box .plist {
  background: url(../images/md.png) repeat-y center top;
  background-size: 6.87rem 1rem;
  padding-top: 0;
}
.plist-box .plist li {
  margin-bottom: 0.24rem;
}
.plist-box .plist::before {
  content: "";
  display: block;
  width: 6.87rem;
  height: 4.5rem;
  position: absolute;
  top: -0.5rem;
  left: 0;
  background: url(../images/hd.png) no-repeat center top;
  background-size: 6.87rem 4.5rem;
}
.plist-box .plist::after {
  content: "";
  display: block;
  width: 6.87rem;
  height: 0.52rem;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  background: url(../images/fd.png) no-repeat center top;
  background-size: 6.87rem 0.52rem;
}

.share-list .title-box .title::before {
  background: #FF6A15;
}
.share-list .plist {
  height: 4.38rem;
  background: url(../images/box2.png) no-repeat center top;
  background-size: 6.89rem 4.38rem;
  padding-top: 0.5rem;
  padding-left: 0.24rem;
}
.share-list .plist li {
  width: 1.78rem;
  margin: 0 0.18rem;
}
.share-list .plist li .img {
  height: 3.1rem;
}
.share-list .plist li .img::after {
  background: url(../images/li2.png) no-repeat center top;
  background-size: 1.78rem 3.1rem;
}

.share-ft {
  width: 6.86rem;
  height: 2.49rem;
  background: url(../images/share-ft.png) no-repeat center top;
  background-size: 6.86rem 2.49rem;
  padding: 0.2rem 0.38rem 0;
}
.share-ft .s-top {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-ft .s-top .s-right {
  background: #fff;
  width: 0.98rem;
  height: 0.98rem;
  box-shadow: #614532 0 0 0 0.04rem inset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-ft .s-top .s-right img {
  width: 0.9rem;
  height: 0.9rem;
}
.share-ft .s-txt {
  border-top: #756663 dashed 1px;
  margin-top: 0.24rem;
  color: #a3988d;
  font-size: 0.2rem;
  line-height: 0.34rem;
  padding-top: 0.16rem;
  text-align: left;
}

.dialog-share {
  position: fixed;
  left: 50%;
  width: 7.5rem;
  bottom: 0;
  margin-left: -3.75rem;
  z-index: 1000;
  background: url(../images/share-pop.png) no-repeat center top;
  background-size: 7.5rem 5rem;
  height: 5rem;
  font-size: 0.22rem;
  color: #FDDDA9;
}
.dialog-share .dia-box {
  padding: 0.62rem 0.28rem 0;
}
.dialog-share .dia-box .s-link {
  font-size: 0;
  text-align: left;
}
.dialog-share .dia-box .s-link a {
  display: inline-block;
  width: 1.4rem;
  font-size: 0.22rem;
  margin: 0 0.15rem 0.2rem;
  color: #FDDDA9;
  font-weight: bold;
  text-align: center;
}
.dialog-share .dia-box .s-link em {
  display: block;
  width: 1.08rem;
  height: 1.1rem;
  margin: 0 auto 0.2rem;
}
.dialog-share .dia-box .s-link .s-down {
  background: url(../images/down.png) no-repeat center top;
  background-size: 1.08rem 1.1rem;
}
.dialog-share .dia-box .s-link .s-qq {
  background: url(../images/qq.png) no-repeat center top;
  background-size: 1.08rem 1.1rem;
}
.dialog-share .dia-box .s-link .s-wechat {
  background: url(../images/wechat.png) no-repeat center top;
  background-size: 1.08rem 1.1rem;
}
.dialog-share .dia-box .s-link .s-Qzone {
  background: url(../images/Qzone.png) no-repeat center top;
  background-size: 1.08rem 1.1rem;
}
.dialog-share .dia-box .s-link .s-blog {
  background: url(../images/blog.png) no-repeat center top;
  background-size: 1.08rem 1.1rem;
}
.dialog-share .dia-box .s-link .s-moments {
  background: url(../images/moments.png) no-repeat center top;
  background-size: 1.08rem 1.1rem;
}

.dia-close, .btn-close {
  position: absolute;
  top: -0.3rem;
  right: 0.44rem;
  width: 0.72rem;
  height: 0.59rem;
  background: url(../images/close.png) no-repeat center top;
  background-size: 0.72rem 0.59rem;
  text-indent: -9999rem;
}

.btn-close {
  top: 1.8rem;
  right: 0.44rem;
  z-index: 10;
}

.dialog-box {
  width: 6.28rem;
  position: relative;
}
.dialog-box .dia-box {
  background: url(../images/pop_02.png) repeat-y center top;
  background-size: 6.28rem 0.1rem;
  min-height: 2.7rem;
  padding: 0.6rem 0.4rem;
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
}
.dialog-box .dia-box a {
  color: #fff;
}
.dialog-box .dia-box .content, .dialog-box .dia-box .dia-btn {
  position: relative;
  z-index: 2;
}
.dialog-box .dia-box::before {
  content: "";
  display: block;
  width: 6.28rem;
  height: 2.88rem;
  position: absolute;
  top: -0.28rem;
  left: 0;
  background: url(../images/pop_01.png) no-repeat center top;
  background-size: 6.28rem 2.88rem;
}
.dialog-box .dia-box::after {
  content: "";
  display: block;
  width: 6.28rem;
  height: 0.27rem;
  position: absolute;
  bottom: -0.27rem;
  left: 0;
  background: url(../images/pop_03.png) no-repeat center top;
  background-size: 6.28rem 0.27rem;
}
.dialog-box .dia-box .dia-btn {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  font-weight: normal;
}
.dialog-box .dia-box .dia-btn a {
  flex: 1;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.32rem;
  width: 2.3rem;
  margin: 0 0.32rem;
}
.dialog-box .dia-box .dia-btn a.cancel {
  background: url(../images/cancel.png) no-repeat center top;
  background-size: 2.3rem 0.64rem;
}
.dialog-box .dia-box .dia-btn a.confirm {
  background: url(../images/confirm.png) no-repeat center top;
  background-size: 2.3rem 0.64rem;
}

.footer .kaAppToolBox .kbAppTool .kb-txt,.share-ft .kaAppToolBox .kbAppTool .kb-txt{color: #fff !important;opacity: 1 !important;}
.fixed{position: fixed;right: .08rem;top: 45%;z-index: 10;transition: right 1s;}
.fixed.on {right: -0.6rem;}
.fixed a{display: block;margin-bottom: .24rem;width: .94rem;height: .94rem;}
.fixed .btn1{background: url(../images/refresh.png) no-repeat;background-size: 100% 100%;}
.fixed .btn2{background: url(../images/share2.png) no-repeat;background-size: 100% 100%;}
.share-index{padding-bottom: .2rem;}