@media screen and (min-width: 500px) and (orientation: portrait) {
  html {
      font-size: 80.2px !important;
  }
}
body {
  color: #333;
}
.bui-dialog .bui-dialog-text i {
  font-size: 1rem;
}
main > div:last-child {
  margin-bottom: 1rem;
}
header.bui-bar, header .bui-bar {
  /*background: #0068ff;*/
  background: #e3141e;
}
.color-red {
  color: red;
}
.bui-choose.active, .bui-choose:checked, .bui-like.active, .bui-like:checked, .bui-fav.active, .bui-fav:checked, .bui-checkbox.active, .bui-checkbox:checked, .bui-radio.active, .bui-radio:checked {
  color: #0068ff;
}
.waibianju {
  width: 90% !important;
  margin: auto;
}
.login-head {
  background: url(../images/login-bg.png?v1.01);
  background-size: 100% 100%;
  width: 100%;
  height: 7rem;
}
.login-head > p {
  color: #000;
  font-weight: 550;
  font-size: .4rem;
  padding-left: 12%;
}
.login-head > p.one {
  padding-top: 2rem;
}
.login-form {
  position: relative;
  top: -3.5rem;
  background: url(../images/login-form-bg.png?v1.03);
  background-size: 100% 200%;
  width: 100%;
  height: 4rem;
}
.login-form.bg2 {
  background: url(../images/reg-form-bg.png?v1.04);
  background-size: 100% 200%;
}
.login-form .head-box {
  display: flex;
  justify-content: space-between;
  color: #666;
  width: 100%;
}
.login-form .head-box .text {
  width: 50%;
  text-align: center;
  padding-top: .2rem;
}
.login-form .head-box .active {
  color: #0068ff;
  font-weight: 550;
}
.login-form .head-box .active::after {
  content: "";
  display: block;
  width: 25%;
  height: .05rem;
  background-color: #0068ff; /* 线条颜色 */
  margin: 0 auto;
  margin-top: 5px; /* 调整线条与文字之间的间距 */
}
.login-form .form {
  width: 85%;
  margin: auto;
  margin-top: 1rem;
}
.login-form .form .box {
  width: 100%;
  margin-top: .3rem;
  line-height: .8rem;
  position: relative;
}
.login-form .form .box > i {
  position: absolute;
  color: #7e7e7e;
  font-size: .4rem;
  right: .3rem;
}
.login-form .form .box input {
  color: #333;
  width: 100%;
  line-height: .8rem;
  padding-left: .3rem;
  border-radius: .2rem;
  border: 0;
  background-color: #e8f1f5;
}
.lan-btn {
  margin-top: .5rem;
  width: 100%;
  background-color: #0068ff;
  color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 5px rgba(0 0 0 / 15%);
  border: 1px solid #0068ff;
}
.lan-btn:active {
  background: #2196f3 !important;
  border-radius: 1rem;
}
.lan-btn > .bui-mask {
  border-radius: 1rem;
}
.login-form .xieyi-box {
  color: #000;
  margin-top: .5rem;
  width: 100%;
  text-align: center;
  font-size: .28rem;
}
.login-form .xieyi-box span > span {
  color: #0068ff;
}
.bui-hint-center {
  height: auto;
  min-height: 2.4rem;
}
.xy-main {
  width: 100%;
  height: 100vh;
}
.xy-main .head {
  width: 100%;
  background-color: #2196f3;
  color: #fff;
  padding: .5rem .1rem;
  position: relative;
}
.xy-main .head .left {
  position: absolute;
  left: .3rem;
  font-size: .4rem;
}
.xy-main .head .title {
  width: 100%;
  text-align: center;
}
.xy-main .bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  height: 1.5rem;
}
.xy-main .content {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100vh;
  padding: .5rem;
  padding-bottom: 3.5rem;
  overflow-y: auto;
}
.xy-main .bottom > span {
  background-color: #0068ff;
  color: #fff;
  border-radius: 1rem;
  padding: .2rem .5rem;
  line-height: 1.5rem;
}

.form-2 {
  width: 85%;
  margin: auto;
  margin-top: 1rem;
}
.form-2 .box {
  width: 100%;
  margin-top: .3rem;
  position: relative;
}
.form-2 .box input {
  color: #333;
  width: 95%;
  margin-left: .1rem;
  line-height: .65rem;
  padding-left: .3rem;
  border-radius: .1rem;
  border: 1px solid #999;
}
.form-2 .box > label {
  color: #777;
  line-height: .6rem;
  display: block;
}
.form-2 .box > i {
  position: absolute;
  color: #7e7e7e;
  font-size: .4rem;
  right: .4rem;
  line-height: .7rem;
}
.form-2 .verify {
  position: relative;
}
.form-2 .verify input {
  width: 60%;
}
.form-2 .verify .get-code,
.form-2 .verify .get-sms-code {
  color: #fff;
  background-color: #0068ff;
  /*padding: .15rem .25rem;*/
  padding: 0;
  width: 2rem;
  text-align: center;
  line-height: .7rem;
  border-radius: .1rem;
  position: absolute;
  right: .1rem;
}
.form-2 .verify img {
  width: 30%;
  position: absolute;
  right: .1rem;
  height: .7rem;
}
.index-start {
  width: 100%;
  height: 100vh;
}
.index-start > img,
.index-start > video {
  /*width: 100%;*/
  /*height: 100vh;*/
  display: inline-block;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer > ul > li {
  color: #666;
}
footer > ul > li > i {
  font-size: .4rem !important;
}
.index-banner .bui-align-center {
  display: none;
}
.bui-slide-img img {
  object-fit: unset;
}
.home-view .logo {
  width: 100%;
  text-align: center;
  padding: .1rem;
  background-color: #fff;
  margin-bottom: 0 !important;
  padding-top: .2rem;
}
.index-gd-notice {
  width: 95%;
  margin: auto;
  display: flex;
  padding: .1rem;
  background-color: #032c7d;
  color: #fff;
  height: .6rem;
}
.index-gd-notice .left {
  width: .7rem;
}
.index-gd-notice .right {
  flex: 1;
  font-size: .28rem;
  overflow: hidden;
  height: .4rem;
}
.index-gd-notice .right .marquee-content {
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-100%);
  }
}
.bui-nav-icon .bui-icon > img {
  width: 1rem;
  height: 1rem;
  padding: .15rem;
}
.hengxiankuang {
  width: 100%;
  background: #eee;
  height: .2rem;
}
.box-head {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  padding: 0 .2rem;
}
.box-head .title {
  font-weight: 600;
  font-size: .4rem;
}
.box-head .gd-btn {
  color: #666;
}
.gywm-box {
  width: 90%;
  margin: auto;
  margin-top: .2rem;
  display: flex;
  height: 3.4rem;
}
.gywm-box .box1 {
  width: 36%;
  height: 3.4rem;
  margin-right: .1rem;
  position: relative;
}
.gywm-box .box1 .tf-txt {
    position: absolute;
    top: 1rem;
    width: 80%;
    text-align: center;
    left: 10%;
    color: #fff;
    font-size: .4rem;
    font-weight: 600;
}
.gywm-box .box1 .tf-btn {
    position: absolute;
    top: 1.8rem;
    width: 80%;
    text-align: center;
    left: 10%;
    color: #fff;
    font-size: .28rem;
    border: 1px solid #fff;
    border-radius: .1rem;
}
.gywm-box .box1 img {
  width: 100%;
  height: 3.4rem;
}
.gywm-box .box2 {
  flex: 1;
  height: 3.4rem;
  position: relative;
}
.gywm-box .box2 .cztf-tip {
    position: absolute;
    top: .5rem;
    width: 80%;
    text-align: center;
    right: 10%;
    color: #fff;
    font-size: .38rem;
    font-weight: 600;
}
.gywm-box .box2 .ai-tip {
    position: absolute;
    bottom: .6rem;
    width: 80%;
    text-align: center;
    right: 10%;
    color: #fff;
    font-size: .38rem;
    font-weight: 600;
}
.gywm-box .box2 img {
  width: 100%;
  height: 1.62rem;
}
.home-view .bps {
  width: 90%;
  margin: auto;
  position: relative;
}
.home-view .bps img {
  width: 100%;
}
.home-view .bps .txt {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: .1rem;
}
.home-view .bps .btn {
  width: 40%;
  text-align: center;
  left: 30%;
  margin: auto;
  position: absolute;
  bottom: .2rem;
  background-color: #4a50e8;
  color: #fff;
  line-height: .5rem;
  font-size: .28rem;
}
.index-news-box {
  width: 89%;
  margin: auto;
  margin-top: .2rem;
}
.index-news-box .item {
  width: 100%;
  display: flex;
  height: 2.6rem;
  margin-bottom: .2rem;
}
.index-news-box .item .left {
  width: 60%;
}
.index-news-box .item .left .tit {
  font-size: .32rem;
  width: 100%;
  font-weight: 600;
  color:#000;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: .8rem;
  margin-bottom: .2rem;
}
.index-news-box .item .left .desc {
  font-size: .28rem;
  color: #666;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: .8rem;
  margin-bottom: .2rem;
}
.index-news-box .item .left .foot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: .28rem;
  color: #666;
  padding-top: .1rem;
}

.index-news-box .item .right {
  width: 40%;
  padding-left: .2rem;
  height: 2.6rem;
}
.index-news-box .item .right img {
  width: 100%;
  height: 100%;
}
.footer-img {
  width: 90%;
  margin: auto;
}
.footer-img > img {
  width: 100%;
  height: auto;
}
.zulin-head {
  width: 100%;
  position: relative;
}
.zulin-head > img {
  width: 100%;
}
.zulin-head .box1 {
  position: absolute;
  bottom: .4rem;
  background: rgba(49 69 164 / 50%);
  color: #fff;
  width: 60%;
  text-align: center;
  line-height: .75rem;
  left: 20%;
  border-radius: .1rem;
  font-weight: 600;
  box-shadow: 0px 0px .3rem .15rem rgba(33 150 243 / 50%)
}
.zulin-head .box1 > span {
  font-size: .38rem;
  padding: 0 .1rem;
  color: #ffeb3b;
}
.zulin-box {
  width: 95%;
  margin: auto;
  margin-top: .2rem;
}
.zulin-box .item {
  width: 100%;
  padding: .2rem;
  border: 3px solid #032c7d;
  border-radius: .1rem;
  color: #000;
  margin-bottom: .2rem;
}
.zulin-box .item .head {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: .1rem;
  border-bottom: 1px solid #eee;
}
.zulin-box .item .head > .text img {
  width: .5rem;
  height: .5rem;
}
.zulin-box .item .head > .text {
  padding-right: .2rem;
  font-size: .28rem;
}
.zulin-box .item .head > .text2 {
  flex: 1;
  text-align: right;
  color: #777;
  font-size: .24rem;
}
.zulin-box .item .head > .text2 span {
  color: red;
}
.zulin-box .item .car {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: .1rem;
  border-bottom: 1px solid #eee;
}
.zulin-box .item .car > img {
  width: 35%;
  height: 1.4rem;
}
.zulin-box .item .car .text {
  flex: 1;
  padding-left: .2rem;
  padding-top: .2rem;
}
.zulin-box .item .car .text p > i {
  font-size: .15rem;
  color: #ff9800;
}
.zulin-box .item .car .text p:first-child i {
  color: #2196f3;
}
.zulin-box .item .car .text p {
  font-size: .3rem;
}
.zulin-box .item .zl-btns {
  width: 95%;
  margin: auto;
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zulin-box .item .zl-btns .text {
  color: red;
}
.zulin-box .item .zl-btns .btn {
  background-color: #032c7d;
  color: #fff;
  padding: .1rem 1rem;
  border-radius: 1rem;
}
.zulin-box .item .tips {
  width: 95%;
  margin-top: .1rem;
  font-size: .2rem;
  color: #555;
}

.news-head {
  width: 100%;
  height: 4rem;
  position: relative;
}
.news-head img {
  width: 100%;
  height: 4rem;
}
.news-head .tit {
  width: 100%;
  text-align: center;
  font-size: .5rem;
  height: 4rem;
  color: #fff;
  font-weight: 600;
  background-color: rgba(0 0 0 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5rem;
}
.news-box {
  width: 90%;
  margin: auto;
  margin-top: .2rem;
}
.news-box .item {
  margin-bottom: .2rem;
  border: 1px solid #eee;
}
.news-box .item img {
  width: 100%;
}
.news-box .item .tit {
  font-size: .35rem;
  font-weight: 600;
  color: #000;
  padding: .1rem;
}
.news-box .item .date {
  font-size: .28rem;
  color: #666;
  font-weight: 600;
  padding: .1rem;
}
.my-index {
  background: url(../images/my-index-bg.png);
  background-size: 100% 100%;
  position: relative;
}
.my-index .fuli-huikui {
    position: absolute;
    top: .2rem;
    right: .1rem;
}
.my-index .fuli-huikui > img {
    width: 2rem;
}

.my-index .tit {
  font-size: .45rem;
  margin-top: .2rem;
  margin-left: .5rem;
}
.my-index .user-box {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
  display: flex;
  align-items: center;
}
.my-index .user-box > img {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
}
.my-index .user-box .data {
  flex: 1;
  padding-left: .2rem;
}
.my-index .user-box .data .username {
  color: #000;
}
.my-index .user-box .data .fullname {
  font-size: .28rem;
  color: #777;
}

.balance-box {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #032c7d;
  border-radius: .1rem;
  box-shadow: 0px 0px 10px 5px rgba(0 0 0 / 15%);
}
.balance-box .item {
  width: 50%;
  text-align: center;
  color: #fff;
  padding: .2rem 0;
  border-bottom: 1px solid #003179;
}
.balance-box .zhanman {
    width: 100%;
}
.gongneng-box {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
}
.gongneng-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .2rem;
  border-bottom: 1px solid #eee;
  margin-bottom: .5rem;
}
.gongneng-box .item .icon1 {
  width: .4rem;
  height: .4rem;
}
.gongneng-box .item .icon1 > i {
  font-size: .35rem;
}
.gongneng-box .item .icon1 img {
  width: .35rem;
}
.gongneng-box .item .txt {
  flex: 1;
  padding-left: .2rem;
}
.real-box {
  width: 100%;
  margin-top: 1rem;
}
.real-box .box {
  width: 30%;
  margin: auto;
}
.real-box .box > img {
  width: 100%;
}
.real-box .tit1 {
  margin-top: .2rem;
  color:#000;
  font-size: .32rem;
  width: 100%;
  text-align: center;
}
.real-box .tit2 {
  width: 90%;
  margin: auto;
  margin-top: .2rem;
  color:#777;
  font-size: .28rem;
  text-align: center;
}
.form {
  width: 85%;
  margin: auto;
  margin-top: 1rem;
}
.form .box {
  width: 100%;
  margin-top: .3rem;
  line-height: .8rem;
  position: relative;
}
.form .box > i {
  position: absolute;
  color: #7e7e7e;
  font-size: .4rem;
  right: .3rem;
}
.form .box input {
  color: #333;
  width: 100%;
  line-height: .8rem;
  padding-left: .3rem;
  border-radius: .2rem;
  border: 0;
  background-color: #e8f1f5;
}
.form .box.verify {
    display: flex;
}
.form .box.verify input {
    width: 60%;
}
.form .box.verify .get-sms-code {
    width: 40%;
    background: #0068ff;
    color: #fff;
    border-radius: .1rem;
}
.toufang-head {
  width: 100%;
}
.toufang-head > img {
  width: 100%;
}
.toufang-box {
  width: 95%;
  margin: auto;
  margin-top: .3rem;
}
.toufang-box .item {
  border: 1px solid #2196f3;
  padding: .1rem;
  border-radius: .1rem;
  margin-bottom: .2rem;
  background: url(../images/order-item-bg.png);
  background-size: 100% 100%;
  position: relative;
}
.toufang-box .item .box1 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: .2rem 0;
}
.toufang-box .item .box1 > img {
  width: 30%;
}
.toufang-box .item .box1 .content {
  flex: 1;
  padding-left: .2rem;
}
.toufang-box .item .box1 .content .txt1 {
  font-size: .28rem;
  color:#fff;
  font-weight: 550;
}
.toufang-box .item .box1 .content .txt2 {
  font-size: .24rem;
  color: #eee;
  width: 70%;
  font-weight: 550;
  padding-top: .1rem;
}
.toufang-box .item .box1 .content .txt3 {
  padding-top: .1rem;
  font-size: .24rem;
  font-weight: 550;
}
.toufang-box .item .box1 .content .txt3 span > i {
  font-size: .23rem;
  padding-left: 2px;
}
.toufang-box .item .box1 .content .txt3 span:nth-child(1) {
  color: #fff;
  border: 1px solid #ddd;
  padding: 1px .1rem;
}
.toufang-box .item .box1 .content .txt3 span:nth-child(2) {
  color:#ff9800;
  border: 1px solid #ff9800;
  padding: 1px .1rem;
}
.toufang-box .item .box1 .content .txt3 span:nth-child(3) {
  color:#4caf50;
  border: 1px solid #4caf50;
  padding: 1px .1rem;
}
.toufang-box .item .box1 .content .txt3 span:nth-child(4) {
  color:#e91e63;
  border: 1px solid #e91e63;
  padding: 1px .1rem;
}
.toufang-box .item .btns {
  width: 30%;
    display: flex;
    justify-content: center;
    padding: .2rem;
    color: #fff;
    font-weight: 600;
    font-size: .28rem;
    position: absolute;
    bottom: .1rem;
    right: .1rem;
}
.toufang-box .item .btns .btn:nth-child(1) {
  background-color: #fff;
  color: #0036b6;
  width: 100%;
  text-align: center;
  line-height: .55rem;
  border-radius: .1rem;
}
.toufang-box .item .btns .btn:nth-child(2) {
  background-color: #ff9800;
  width: 30%;
  text-align: center;
  line-height: .55rem;
  border-radius: .1rem;
}
.toufang-box .item .btns .btn:nth-child(3) {
  background-color: #2196f3;
  width: 30%;
  text-align: center;
  line-height: .55rem;
  border-radius: .1rem;
}
.kefu-view {
  background-color: #39a4ff;
}
.kefu-view .kf-head {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.kefu-view .kf-btns {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.kefu-view .kf-btns .btn {
  width: 48%;
  text-align: center;
  line-height: .7rem;
  border-radius: .2rem;
  margin-bottom: .2rem;
}
.kefu-view .kf-btns .btn:nth-child(odd) {
  background-color: #9c27b0;
}
.kefu-view .kf-btns .btn:nth-child(even) {
  background-color: #e91e63;
}
.kefu-view .kf-tip {
  width: 90%;
  margin: auto;
  margin-top: .3rem;
  background-color: #fff;
  padding: .3rem;
  border-radius: .1rem;
}
.wallet-box {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
  background: url(../images/wallet-bg.png);
  background-size: 100% 100%;
  color: #fff;
  padding: .8rem .3rem;
  border-radius: .1rem;
  position: relative;
}
.wallet-box .look-log {
  position: absolute;
  top: .1rem;
  right: .2rem;
}
.wallet-box .box1 {
  width: 100%;
  text-align: center;
}
.wallet-box .box1 > .tit {
  width: 100%;
  text-align: center;
  font-size: .34rem;
}
.wallet-box .box1 > .num {
  padding-top: .1rem;
  width: 100%;
  text-align: center;
  font-size: .34rem;
}
.wallet-box .box2 {
  width: 95%;
  margin: auto;
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
}
.wallet-box .box2 .item {
  width: 48%;
  text-align: center;
  background-color: #fff;
  color: #333;
  border-radius: .1rem;
  padding: .25rem 0;
}
.wallet-box .box2 .item .num {
  padding-top: .1rem;
  color: red;
}
.wallet-btn {
  width: 90%;
  margin: auto;
  border-radius: .2rem;
  margin-top: .5rem;
}
.tip-box {
  width: 95%;
  margin: auto;
  margin-top: .5rem;
  background-color: rgba(33 150 243 / 10%);
  padding: .2rem;
  border-radius: .1rem;
  color: #000;
}
.tip-box .title {
  font-size: .36rem;
  font-weight: 600;
}
.tip-box .content {
  padding: .2rem;
  font-size: .28rem;
}
.tip-box .content img,
.tip-box .content video {
  width: 100%;
}

.zulin-buy {
  background-color: #eee;
}
.zulin-btn {
  width: 90%;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 5%;
}
.edit-pass-box {
  width: 95%;
  margin: auto;
  margin-top: .5rem;
}
.no-data-box {
  width: 80%;
  margin: auto;
  margin-top: 4rem;
  text-align: center;
}
.no-data-box > img {
  width: 2rem;
}
.no-data-box > .text {
  color: #999;
}

.team-list {
  width: 95%;
  margin: auto;
  padding: .1rem;
}
.team-list .head {
  display: flex;
  padding: 1px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.team-list .head .text1 {
  text-align: center;
  padding: .2rem 0;
  width: 25%;
}
.team-list .head .text2 {
  text-align: center;
  padding: .2rem 0;
  flex: 1;
}
.team-list .head .text3 {
  text-align: center;
  padding: .2rem 0;
  width: 25%;
}
.team-list .item {
  display: flex;
  padding: 1px;
  justify-content: space-between;
}
.team-list .item .text1 {
  text-align: center;
  padding: .2rem 0;
  width: 25%;
}
.team-list .item .text2 {
  text-align: center;
  padding: .2rem 0;
  flex: 1;
}
.team-list .item .text3 {
  text-align: center;
  padding: .2rem 0;
  width: 25%;
}
.team-btns {
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: .3rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 5px rgba(0 0 0 / 15%);
  border-radius: 1rem;
}
.team-btns .btn {
  width: 33.333%;
  text-align: center;
  line-height: .85rem;
  border-radius: 1rem;
}
.team-btns .btn.active {
  background-color: #2196f3;
  color: #fff;
}
.team-tj {
  width: 90%;
    background: #0068ff;
    color: #fff;
    margin: auto;
    margin-top: .3rem;
    margin-bottom: .3rem;
    display: flex;
    flex-wrap: wrap;
    padding: .2rem;
    border-radius: .1rem;
}
.team-tj .item {
    width: 50%;
    text-align: center;
    padding-bottom: .1rem;
}

.qiandao-view {
  background: url(../images/qiandao-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
  .qiandao-view .sign-in {
      margin: 3.2rem .22rem 0 .22rem;
      position: relative;
  }

  .qiandao-view .sign-in .line {

  }

  .qiandao-view .sign-in .sign-info {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .qiandao-view .sign-in .sign-info>div {
      display: flex;
      justify-content: space-between;
      width: 100%;
  }

  .qiandao-view .sign-in .sign-info .score {
      font-size: .18rem;
      color: #c2d1e9;
      margin-top: .6rem;
      padding: 0 .55rem;
  }

  .qiandao-view .sign-in .sign-info .num {
      font-size: .16rem;
      color: #289ef4;
      margin-top: .5rem;
      margin-bottom: .35rem;
      position: relative;
      height: .4rem;
      padding: 0 .55rem;
  }

  .qiandao-view .sign-in .sign-info .num span {
      display: inline-block;
      width: .4rem;
      height: .4rem;
      line-height: .4rem;
      text-align: center;
      background: #e4efff;
      border-radius: 50%;
      position: relative;
      z-index: 5;
  }

  .qiandao-view .sign-in .sign-info .num:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      height: .12rem;
      background: #e4efff;
      z-index: 1;
  }

  .qiandao-view .sign-in .sign-info .date {
      font-size: .24rem;
      color: #289ef4;
      padding: 0 .4rem;
  }

  .qiandao-view .sign-in .sign-info .num span.active {
      background: #0068ff;
      color: #FFFFFF;
  }

  .qiandao-view .sign-in .sign-info .num span.active.now:after {
      content: "";
      display: block;
      position: absolute;
      width: .44rem;
      height: .66rem;
      background: url(../images/qiandao-ok.png) center center no-repeat;
      background-size: 100%;
      bottom: -0.02rem;
  }

  .qiandao-view .sign-in .sign-info .num:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 0;
      height: .12rem;
      background: #0068ff;
      z-index: 2;
  }

  .qiandao-view .sign-in .sign-info .num.sign1:before {
      width: 12.5%
  }

  .qiandao-view .sign-in .sign-info .num.sign2:before {
      width: 25%
  }

  .qiandao-view .sign-in .sign-info .num.sign3:before {
      width: 37.5%
  }

  .qiandao-view .sign-in .sign-info .num.sign4:before {
      width: 50%
  }

  .qiandao-view .sign-in .sign-info .num.sign5:before {
      width: 62.5%
  }

  .qiandao-view .sign-in .sign-info .num.sign6:before {
      width: 75%
  }

  .qiandao-view .sign-in .sign-info .num.sign7:before {
      width: 100%
  }

  .qiandao-view .sign-btn {
      padding: .5rem .5rem 0 .5rem;
  }

  .qiandao-view .sign-btn a {
      display: inline-block;
      width: 100%;
  }

  .qiandao-view .bg-blue {
      background: #0068ff;
      color: #fff;
  }

  .qiandao-view .text-blue {
      color: #289ef4!important;
  }

  .qiandao-view .text-yellow {
      color: #ffa33e!important;
  }
  .qiandao-view .btn {
      color: #FFFFFF;
      height: 1rem;
      line-height: 1rem;
      text-align: center;
      font-size: .3rem;
      border-radius: .05rem;
      outline: none;
  }
  .qiandao-view .explain {
      display: flex;
      justify-content: center;
      align-items: center;
      height: .3rem;
      position: relative;
      margin: 1.8rem 1.2rem .5rem 1.2rem;
      z-index: 2;
  }

  .qiandao-view .explain .title {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .qiandao-view .explain .title:before {
      content: "";
      position: absolute;
      display: block;
      height: .01rem;
      width: 100%;
      background: #eaf3ff;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
  }

  .qiandao-view .explain span {
      display: inline-block;
      text-align: center;
      width: 2.6rem;
      background: #FFFFFF;
      font-size: .25rem;
      color: #777;
      position: relative;
      z-index: 2;
  }

  .qiandao-view .explain-desc {
      width: 90%;
      margin: auto;
      padding: .2rem;
      font-size: .28rem;
      color: #777;
      border: 1px solid #eee;
      border-radius: .1rem;
  }
  .qiandao-view .dialog {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 999;
  }

  .qiandao-view .dialog .mask {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0,0,0,.4);
  }

  .qiandao-view .dialog-box {
      position: absolute;
      width: 5.42rem;
      height: 6.26rem;
      top: 3.25rem;
      left: 50%;
      transform: translateX(-50%);
      background: url(../images/qiandao-tc.png) center center no-repeat;
      background-size: 100%;
      z-index: 2;
  }

  .qiandao-view .dialog-close {
      position: absolute;
      width: .75rem;
      height: .75rem;
      line-height: .75rem;
      text-align: center;
      border: .01rem solid #FFFFFF;
      background: url(../images/qiandao-close.png) center center no-repeat;
      background-size: 90%;
      border-radius: 50%;
      top: 10rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
  }

  .qiandao-view .dialog-box .content {
      position: relative;
      padding: 3.5rem .75rem 0 .75rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .qiandao-view .dialog-box .content p {
      font-size: .28rem;
      padding-bottom: .15rem;
  }

  .qiandao-view .dialog-box .content p span {
      padding: 0 .05rem;
      font-weight: bold;
  }

  .qiandao-view .dialog-box .content p.gold {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .qiandao-view .dialog-box .content p.gold img {
      width: .44rem;
      height: .44rem;
      padding-right: .05rem;
  }

  .qiandao-view .dialog-box .content a.btn {
      display: inline-block;
      width: 100%;
      border-radius: 1rem;
      margin-top: .2rem;
      overflow: hidden;
      font-size: .28rem;
      height: .8rem;
      line-height: .8rem;
  }



.bank-list {
  width: 95%;
  margin: auto;
  margin-top: .5rem;
}
.bank-list .item {
  background: url(../images/bank-bg.png);
  background-size: 100% 100%;
  padding: .2rem;
  width: 100%;
  height: 4rem;
  color: #fff;
  position: relative;
  margin-bottom: .2rem;
}
.bank-list .item .bank-name {
  position: absolute;
  top: .35rem;
  left: 1.2rem;
  font-size: .34rem;
}
.bank-list .item .bank-card {
  position: absolute;
  bottom: 1.2rem;
  width: 100%;
  text-align: center;
  font-size: .34rem;
}
.bank-list .item .bank-fullname {
  position: absolute;
  bottom: .53rem;
  left: 20%;
  font-size: .32rem;
}
.bank-list .item .bank-time {
  position: absolute;
  bottom: .53rem;
  left: 42%;
  font-size: .32rem;
}

.money-type-list {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
}
.money-type-list .item {
  width: 100%;
  background-color: #0068ff;
  color: #fff;
  padding: .1rem .4rem;
  border-radius: .1rem;
  display: flex;
  justify-content: space-between;
  line-height: .8rem;
  margin-bottom: .2rem;
}
.money-type-list .item .text {
  font-size: .34rem;
}

.money-log-box {
  margin-top: .5rem;
  background: #eee;
}
.money-log-box .bui-scroll-main,
.money-log-box .bui-scroll-main {
  background: #eee;
}
.money-log-item {
  width: 90%;
  margin: auto;
  margin-top: .2rem;
  background-color: #fff;
  border-radius: .1rem;
  display: flex;
  padding: .2rem .3rem;
}
.money-log-item .icon {
  font-size: .5rem;
  color: #ff0000;
}
.money-log-item .text {
  padding-left: .2rem;
  padding-right: .2rem;
  font-size: .26rem;
  flex: 1;
}
.money-log-item .text .type {
  color: #000;
  font-size: .32rem;
}
.money-log-item .text .date {
  color: #999;
}
.money-log-item .number {
  font-size: .36rem;
  font-weight: 600;
  padding-top: .2rem;
  color: #00b207;
}
.money-log-item .number > span {
  color: red;
}

.withdrawal-box {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
}
.withdrawal-box .box1 {
  background: url(../images/wallet-bg.png);
  background-size: 100% 100%;
  color: #fff;
  padding: .6rem .3rem;
  border-radius: .1rem;
  position: relative;
}
.withdrawal-box .box1 .tit {
  font-size: .4rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding-bottom: .2rem;
}
.withdrawal-box .box1 .num {
  font-size: .5rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.close-btn {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: .3rem;
  border: 1px solid #0068ff;
  color: #0068ff;
  line-height: .8rem;
  border-radius: 1rem;
}
.form-head {
  margin-top: .3rem;
  font-size: .36rem;
  font-weight: 550;
}
.withdrawal-box .bui-list li label > i {
  color: #2196f3;
  font-size: .36rem;
  padding-right: .2rem;
}

.form-input-box {
  margin-top: .5rem;
}
.form-input-box .tit {
  margin-top: .3rem;
  font-size: .36rem;
  font-weight: 550;
}
.form-input-box .input {
  display: flex;
  width: 100%;
  padding-bottom: .2rem;
  border-bottom: 1px solid #eee;
  margin-top: .2rem;
}
.form-input-box .input > span {
  font-size: .5rem;
  padding-right: .2rem;
}
.form-input-box .input > input {
  flex: 1;
  line-height: .65rem;
  border: 0;
}
.withdrawal-log {
  background: #eee;
}
.withdrawal-log #scrollList {
  width: 95%;
  margin: auto;
  margin-top: .2rem;
}
.withdrawal-log #scrollList .bui-scroll-main,
.withdrawal-log #scrollList .bui-scroll-main ul,
.withdrawal-log #scrollList .bui-scroll-main li {
  background: #eee;
}
.withdrawal-log #scrollList .bui-scroll-main li {
  padding-top: .1rem;
  padding-bottom: .1rem;
  padding-left: .2rem;
  padding-right: .2rem;
}
.withdrawal-log #scrollList .bui-scroll-main .item {
  width: 100%;
  background-color: #fff;
  padding: .2rem;
  border-radius: .1rem;
}
.withdrawal-log #scrollList .bui-scroll-main .item .box1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: .2rem;
  border-bottom: 1px solid #eee;
}
.withdrawal-log #scrollList .bui-scroll-main .item .box1 .time {
  font-size: .28rem;
  color: #666;
}
.withdrawal-log #scrollList .bui-scroll-main .item .box2 {
  padding-top: .1rem;
  color: #666;
  font-size: .28rem;
  line-height: .45rem;
  border-bottom: 1px solid #eee;
  padding-bottom: .2rem;
}
.withdrawal-log #scrollList .bui-scroll-main .item .box3 {
  width: 100%;
  text-align: right;
  padding: .2rem;
}
.withdrawal-log #scrollList .bui-scroll-main .item .box3 > span {
  color: red;
  font-size: .36rem;
  padding: 0 .1rem;
}

.share {
  background: url(../images/share-bg.png?v1.00);
  background-size: 100% 100%;
}
.share > .logo {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: .3rem;
  background-color: rgba(255 255 255 / 50%);
  border-radius: 1rem;
  padding: .1rem;
}
.share > .logo > img {
  width: 80%;
}
.share .tip1 {
  width: 95%;
  margin: auto;
  padding-top: .2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.share .box1 {
  background: url(../images/share-bg2.png?v1.00);
  background-size: 100% 100%;
  width: 90%;
  margin: auto;
  margin-top: .3rem;
  padding: .2rem;
  height: 6.5rem;
  position: relative;
  text-align: center;
}
.share .box1 #qr_code {
  margin-top: .2rem;
}
.share .box1 .tit {
  padding-top: .2rem;
  color: #777;
  font-weight: 600;
  font-size: .36rem;
  padding-bottom: .2rem;
}
.share .box1 .share-ma {
  width: 50%;
  margin: auto;
  line-height: .7rem;
  background-color: #eee;
  color: #0068ff;
  text-align: center;
  border-radius: .1rem;
  font-weight: 600;
}
.share .box1 .share-btn {
  position: absolute;
  width: 70%;
  margin: auto;
  bottom: .8rem;
  left: 15%;
  background-color: #eee;
  color: #0068ff;
  line-height: .85rem;
  font-weight: 600;
  border-radius: .1rem;
}
.tip-box {
  width: 90%;
  margin: auto;
  margin-top: .5rem;
  background-color: #fff;
}
.tip-box .explain {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: .2rem 1.2rem .2rem 1.2rem;
  z-index: 2;
}
.tip-box .explain .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip-box .explain span {
  display: inline-block;
  text-align: center;
  width: 2.6rem;
  background: #FFFFFF;
  font-size: .34rem;
  color: #777;
  position: relative;
  z-index: 2;
}
.tip-box .explain .title:before {
  content: "";
  position: absolute;
  display: block;
  height: .01rem;
  width: 100%;
  background: #eaf3ff;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tip-box .explain-desc {
  width: 90%;
  margin: auto;
  padding: .2rem;
  font-size: .28rem;
  color: #777;
  border-radius: .1rem;
}
.tip-box .explain-desc img,
.tip-box .explain-desc video {
  width: 100%;
}

.agreement-box {
  width: 95%;
  margin: auto;
  margin-top: .5rem;
}
.agreement-box .title {
  font-size: .4rem;
  font-weight: 550;
  padding-bottom: .1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: .2rem;
}
.agreement-box .content {
  width: 95%;
  margin: auto;
  color: #777;
}
.agreement-box .content img,
.agreement-box .content video {
  width: 100%;
}

.pop-box {
  border-radius: .3rem;
}
.pop-box .bui-dialog-head {
  width: 100%;
  text-align: center;
}
.pop-box .bui-dialog-foot {
  border: 0;
  padding-bottom: .2rem;
}
.pop-box .bui-dialog-foot .bui-btn {
  color: #fff;
  width: 50%;
  background: #0068ff;
  border-radius: 1rem !important;
}
.pop-box .bui-dialog-main {
  padding: .2rem;
  font-size: .28rem;
  background: url(../images/pop-bg.png?v1.02);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop-box .bui-dialog-main video,
.pop-box .bui-dialog-main img {
    width: 100%;
}

.app-down-view {
  background: #fff;
  width: 100%;
}
.app-down-view .logo {
    width: 90%;
    margin: auto;
    margin-top: 2rem;
    text-align: center;
}
.app-down-view .logo > img {
    width: 1.5rem;
}
.app-down-view .logo > p {
    padding-top: .1rem;
    font-size: 550;
}
.app-down-view .down-btn {
    width: 40%;
    margin: auto;
    margin-top: .5rem;
    text-align: center;
    border: 1px solid #333;
    border-radius: .1rem;
    line-height: .7rem;
}
.app-down-view .anquan-box {
    width: 85%;
    margin: auto;
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    font-size: .28rem;
}
.app-down-view .anquan-box .item {
    padding: .1rem;
    text-align: center;
}
.app-down-view .anquan-box .item > img {
    width: .6rem;
}
.app-down-view .anquan-box .item > p {
    padding-top: .2rem;
}
.app-down-view .app-tip {
    width: 90%;
    margin: auto;
    margin-top: .5rem;
    text-align: center;
    background: #00d309;
    font-size: .28rem;
    color: #000;
    line-height: .5rem;
}

.app-down-view .btn-box {
  width: 100%;
  text-align: center;
  margin: auto;
  position: fixed;
  bottom: 3rem;
}
.app-down-view .btn-box .btn {
  background-color: #0068ff;
  width: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: .5rem;
  line-height: .9rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-down-view .btn-box .btn > img {
  width: .3rem;
  height: .3rem;
  margin-right: .3rem;
}

.jiedan-log {
  width: 95%;
  margin: auto;
  margin-top: .2rem;
}
.jiedan-log .item {
  border: 1px solid #999;
  border-radius: .1rem;
  padding: .2rem;
  margin-bottom: .2rem;
}
.jiedan-log .item .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: .1rem;
}
.jiedan-log .item .box1 > span {
  font-weight: 600;
  font-size: .3rem;
  flex: 1;
}
.jiedan-log .item .box1 > img {
  width: .5rem;
  height: .5rem;
  margin-right: .2rem;
}
.jiedan-log .item .box1 .profit {
  font-size: .26rem;
  font-weight: 600;
}
.jiedan-log .item .box1 .profit span {
  color: red;
  font-size: .36rem;
  font-weight: 600;
}
.jiedan-log .item .box2 {
  padding: .2rem;
  color: #666;
}
.jiedan-log .item .box2 .text {
  padding-bottom: .1rem;
}
.color-lvse {
  color: #00b207;
}
.bui-btn.active, .bui-btn:active, [class^=bui-btn].active, [class^=bui-btn]:active {
  background: #2196f3;
}
footer .bui-btn.active, .bui-btn:active, [class^=bui-btn].active, [class^=bui-btn]:active {
  background: #fff;
}

.form1 .bui-box > label {
  width: 1.8rem;
  padding-right: .1rem;
}
.form1 .bui-box .wxz-tip {
  color: #777;
  font-size: .28rem;
}

.pay-input-box {
    margin-bottom: 3rem;
}
.pay-input-box .form-head {
  padding: 0 0 .2rem .2rem;
  /* border: 1px solid #0068ff;
  border-bottom: 0;
  border-radius: .1rem .1rem 0 0; */
}
.pay-input-box .bui-box label > i {
  padding-right: .2rem;
  color: #0068ff;
  font-size: .38rem;
}

.car-box {
    width: 95%;
    margin: auto;
    padding: .2rem;
}
.car-box > img {
    width: 100%;
}
.car-box .price {
    width: 60%;
    margin: auto;
    text-align: center;
    color: #fff;
    background: #666;
    line-height: .55rem;
    border-radius: .1rem;
}
.car-num-box {
    width: 95%;
    margin: auto;
    margin-top: .3rem;
    padding: .2rem;
    border: 1px solid #999;
    border-radius: .1rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.c-right-pop {
    width: .8rem;
    position: fixed;
    right: 0;
    bottom: 10%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: .1rem 0 0 .1rem;
}
.c-right-pop .item {
    width: 100%;
    text-align: center;
    padding-bottom: .1rem;
    border-bottom: 1px solid #eee;
    padding-top: .1rem;
}
.c-right-pop .item .icon1 {
    font-size: .36rem;
}
.c-right-pop .kf {
    color: #fff;
    background: #032c7d;
}

.footer-tip {
    background: url(../images/asd10-11.jpg) repeat-x top left / auto 100%;
}
.footer-tip .item {
    width: 90%;
    margin: auto;
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
}

    
.footer-tip .item .c-common-title {
    text-align: center;
    margin-bottom: 0.6rem;
}
.footer-tip .item .c-common-title .c-num {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 0.8;
    color: #ecf3fd;
}
.footer-tip .item .c-common-title .c-tag {
    margin: -0.8rem 0 0.1rem;
    font-weight: bold;
    font-size: .4rem;
    color: #000;
}
.footer-tip .item .c-common-title .c-title {
    color: #666;
    font-weight: normal;
}

@keyframes fadeInUps {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 应用动画到元素 */
.fadeInUps {
    opacity: 0;
}
/* 添加动画效果 */
  .animateds {
    animation: fadeInUps 1s ease-out;
    opacity: 1;
  }

.footer-tip .gundongtu {
    width: 100% !important;
}
.footer-tip .gundongtu .items {
    /*width: 90% !important;*/
    padding: .1rem 0;
    display: flex;
    /*justify-content: space-between;*/
}
.footer-tip .gundongtu .items > div {
    background: url(../images/footer/asd10-bg.png);
    background-size: 100% 100%;
    width: 40%;
    text-align: center;
    padding-top: .85rem;
    margin-right: .8rem;
}
.footer-tip .gundongtu .items > div > p {
    color: #005CE6;
    font-weight: bold;
    font-size: .34rem;
}
.footer-tip .bui-slide-head ul .active {
    background: #007aff;
}

.hetong-box {
    width: 95%;
    margin: auto;
    margin-top: .3rem;
    padding: .3rem .2rem;
    color: #000;
    background: #fff;
}
.hetong-box .title {
    width: 100%;
    text-align: center;
    font-size: .5rem;
    font-weight: 600;
}
.hetong-box .hetong-user {
    width: 95%;
    margin: auto;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.hetong-box .hetong-user .jiacu {
    font-size: .34rem;
    font-weight: bold;
}
.hetong-box .hetong-user .qianming {
    display: flex;
    align-items: center;
}
.hetong-box .hetong-user .qianming > img {
    width: 1.4rem;
}
.hetong-box .hetong-user .box {
    position: relative;
}
.hetong-box .hetong-user .box > img {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: .1rem;
    left: .2rem;
    transform: rotate(-33deg);
}
.hetong-box .hetong-content {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
}
.hetong-box .hetong-content .jiacu {
    font-size: .34rem;
    font-weight: bold;
    padding-top: .2rem;
}
.dh-bottom-br {
    width: 70%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.recharge {
    
}
.recharge .container {
    padding: .5rem .3rem;
}
.recharge .container h2 {
    font-size: .32rem;
    color: #000;
}
.recharge .quick-pay {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: .62rem 0;
}
.recharge .quick-pay ul {
    display: flex;
    flex-wrap: wrap;
}
.recharge .quick-pay ul li.active {
    background: #008aff;
    color: #FFFFFF;
}
.recharge .quick-pay ul li {
    width: 1.4rem;
    height: .8rem;
    line-height: .8rem;
    background: #e0e6e9;
    color: #333333;
    font-size: .28rem;
    text-align: center;
    margin: 0 .14rem;
    border-radius: .05rem;
    margin-bottom: .2rem;
}
.recharge .other-pay {
    padding-top: .3rem;
    padding-bottom: .62rem;
}
.recharge .other-pay input {
    display: inline-block;
    width: 4.55rem;
    height: .8rem;
    line-height: .8rem;
    padding-left: .3rem;
    font-size: .52rem;
    color: #333333;
    border: 0;
    border-bottom: .03rem solid #f2f2f2;
    outline: none;
}
.recharge .pay-type {
    padding-top: .62rem;
}
.recharge .pay-type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .1rem;
}
.recharge .pay-type ul li.active {
    border-color: #158ae3;
    color: #158ae3;
}
.recharge .pay-type ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .85rem;
    width: 48%;
    border: 2px solid #e0e0e0;
    border-radius: 1.05rem;
    font-size: .28rem;
    color: #333333;
    padding-left: .15rem;
    padding-right: .15rem;
    margin-bottom: .35rem;
    position: relative;
}
.recharge .pay-type ul li .type {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
}
.recharge .pay-type ul li.active i.check {
    background-image: url(../images/icon-checked-active.png);
}
.recharge .pay-type ul li i.check {
    display: inline-block;
    width: .55rem;
    height: 100%;
    background: url(../images/icon-checked.png) right center no-repeat;
    background-size: .31rem .31rem;
}
.recharge .pay-type ul li .type i {
    font-size: .45rem;
    padding-right: .2rem;
}
.recharge .pay-type ul li span b {
    display: inline-block;
    background: #ff6767;
    font-size: .2rem;
    padding: .02rem .05rem;
    border-radius: .08rem .08rem .08rem 0;
    color: #FFFFFF;
    margin-left: .08rem;
    position: absolute;
    top: -.2rem;
    right: .1rem;
}
.recharge .money {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: -0.1rem 0rem .15rem rgba(0, 138, 255, .1);
    padding: 0 .3rem;
    background: #FFFFFF;
}
.recharge .money p {
    display: flex;
    align-items: center;
    font-size: .28rem;
    color: #000;
}
.recharge .money p span {
    padding-left: .35rem;
    font-size: .36rem;
    color: #fe403c;
    font-weight: bold;
}
.recharge .money p span i {
    font-weight: bold;
}
.recharge .money button {
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    font-size: .32rem;
    color: #FFFFFF;
    letter-spacing: .02rem;
    border-radius: .68rem;
    outline: none;
    display: inline-block;
    width: 100%;
    background: #008aff;
    width: 1.6rem;
    flex-shrink: 0;
    border: 0;
}

.zhengshu-box {
    width: 100%;
    position: relative;
    color: #000;
    font-size: .36rem;
}
.zhengshu-box > .bg {
    width: 100%;
    height: 80vh;
}
.zhengshu-box .user-data {
    position: absolute;
    left: .8rem;
    top: 5.5rem;
    padding-right: .5rem;
    font-size: .28rem;
}
.zhengshu-box .user-data > div {
    line-height: .6rem;
}
.zhengshu-box .fullname {
    /*font-weight: bold;*/
}
.zhengshu-box .fullname span {
    font-size: .34rem;
    /*font-weight: bold;*/
    padding-right: .1rem;
}

.zhengshu-box .gongsi {
    position: absolute;
    right: .8rem;
    bottom: 2.5rem;
}
.zhengshu-box .gongsi .qianming {
    width: 1.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.zhengshu-box .gongsi .qianming > img {
    width: 1.5rem;
}
.zhengshu-box .gongzhang {
    position: absolute;
    right: 1.2rem;
    bottom: 2.6rem;
    width: 2rem;
    height: 2rem;
    transform: rotate(-33deg);
}
.repass-btn {
    width: 85%;
    margin: auto;
    margin-top: .2rem;
    text-align: right;
    color: red;
}
.jinggao-title {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: .5rem;
    color: red;
    font-weight: 600;
}

.yuanshigu-box {
    width: 100%;
    height: 100%;
    padding: .3rem;
    background: url(../images/yuanshigu/ysg-bg.jpg);
    background-size: 100% 100%;
    position: relative;
    top: -.3rem;
    padding-top: .8rem;
}
.yuanshigu-box .gudong-jigou {
    font-size: .4rem;
    font-weight: 550;
    color: #000;
    background: #ffdf0e;
    width: 4rem;
    text-align: center;
    position: absolute;
    top: .25rem;
    line-height: .9rem;
    border-radius: .1rem .1rem 0 .1rem;
    left: .35rem;
}
.yuanshigu-box .item {
    width: 100%;
    position: relative;
    margin-bottom: .5rem;
    margin-top: .3rem;
    box-shadow: 0 0 20px 5px rgba(255 255 255 / 45%);
}
.yuanshigu-box .item .box1 {
    padding: .2rem;
    color: #fff;
    background: #0336b6;
    border-radius: .1rem .1rem 0 0;
}
.yellow {
    color: #ffdf0e;
}
.yuanshigu-box .item .box1 .title {
    font-weight: 550;
    color: #ffdf0e;
    padding-bottom: .2rem;
    border-bottom: 1px solid #777;
}
.yuanshigu-box .item .box1 .text {
    line-height: .5rem;
}
.yuanshigu-box .item .box2 {
    background: #ffdf0e;
    padding: .2rem;
    border-radius: 0 0 .1rem .1rem;
    display: flex;
    justify-content: space-between;
}
.yuanshigu-box .item .box2 .text {
    font-weight: 550;
    color: #0336b6;
}
.yuanshigu-box .item .box2 .price {
    font-size: .36rem;
    font-weight: 600;
}
.yuanshigu-box .item .icon {
    position: absolute;
    top: -.3rem;
    right: .2rem;
}
.yuanshigu-box .item .icon > img {
    width: 1rem;
}
.yuanshigu-box .item .icon > span {
    color: red;
    font-weight: 550;
    position: absolute;
    right: .1rem;
    top: .1rem;
    width: .8rem;
}
.youhuiquan-box {
    width: 92%;
    margin: auto;
    margin-top: .5rem;
}
.youhuiquan-box .item {
    width: 100%;
    height: 2rem;
    background: url(../images/yhq-bg.png);
    background-size: 100% 100%;
    position: relative;
}
.youhuiquan-box .item .yh-num {
    position: absolute;
    top: .4rem;
    left: .2rem;
    color: #fff;
    font-size: .5rem;
    font-weight: 600;
    width: 25%;
    text-align: center;
}
.youhuiquan-box .item .yh-num-tip {
    position: absolute;
    bottom: .12rem;
    left: .2rem;
    color: #863c17;
    font-size: .28rem;
}
.youhuiquan-box .item .yh-tip {
    position: absolute;
    color: #000;
    width: 60%;
    left: 37%;
    top: .2rem;
}
.youhuiquan-box .item .sy-time {
    position: absolute;
    color: #000;
    width: 60%;
    left: 37%;
    bottom: .2rem;
    font-size: .26rem;
}
.gudong-lh-qms {
    width: 100%;
    font-weight: 550;
}
.gudong-lh-qms > p {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000;
}
.gudong-lh-qms > p > img {
    width: 1.8rem;
    padding: 0 .1rem;
}

.gudong-main {
    width: 100%;
    background: url(../images/guquan-daikuan/bg.png) no-repeat;
    background-size: 100%;
}
.gudong-main .qy-box1 {
    margin-top: .5rem;
    background: url(../images/guquan-daikuan/box-bg2.png);
    background-size: 100% 100%;
    height: 2.5rem;
    border-radius: .2rem;
    color: #fff;
}
.gudong-main .qy-box1 .text1 {
    font-size: .45rem;
    padding: .5rem .3rem .3rem .3rem;
    font-weight: 600;
}
.gudong-main .qy-box1 .text2 {
    padding-left: .5rem;
}
.gudong-main .qy-box2 {
    margin-top: .3rem;
}
.gudong-main .qy-box2 .text1 {
    font-weight: 550;
    font-size: .45rem;
    color: #000;
    line-height: .6rem;
}
.gudong-main .qy-box2 .text2 {
    line-height: .6rem;
    font-weight: 600;
}
.gudong-main .qy-box3 {
    height: 2rem;
    margin-top: .3rem;
    background: #fff;
    border-radius: .2rem;
    padding: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gudong-main .qy-box3 .text1 {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.gudong-main .qy-box3 .text1 > img {
    width: .6rem;
    height: .8rem;
}
.gudong-main .qy-box3 .text1 > p {
    padding-top: .1rem;
    width: 100%;
    color: red;
}
.gudong-main .qy-box3 .text2 {
    flex: 1;
    text-align: center;
}
.gudong-main .qy-box3 .text2 > p {
    font-weight: 550;
    font-size: .4rem;
    color: #000;
    line-height: .6rem;
}
.gudong-main .qy-box3 .text2 > div {
    color: red;
}
.gudong-main .qy-box4 {
    margin-top: .8rem;
    background: url(../images/guquan-daikuan/box-bg1.png);
    background-size: 100% 100%;
    height: 2.5rem;
    border-radius: .2rem;
    color: #fff;
}
.gudong-main .qy-box4 .text1 {
    padding: .4rem 0 0 .4rem;
    font-size: .45rem;
    font-weight: 550;
    color: #ff9236;
}
.gudong-main .qy-box4 .text2 {
    padding: .1rem 0 0 .4rem;
    color: #ff9236;
}
.gudong-main .qy-box4 .btn {
    width: 2rem;
    text-align: center;
    line-height: .6rem;
    border-radius: 1rem;
    background: #fff80e;
    color: #ff9236;
    margin: .1rem 0 0 .4rem;
    font-weight: 550;
}
.gudong-main .dk-top-text {
    width: 95%;
    margin: auto;
    margin-top: .5rem;
    color: #fff;
    font-size: .75rem;
    padding-left: .5rem;
}
.gudong-main .index-gd-notice {
    width: 90%;
    background: rgba(204 204 204 / 50%);
    border-radius: 1rem;
    padding-left: .2rem;
    color: #555;
}
.gudong-main .index-gd-notice .bi {
    color: #285dfa;
}
.gudong-main .jk-edu1 {
    margin-top: .5rem;
    background: #fff;
    border-radius: .2rem;
    padding: .2rem;
    position: relative;
}
.gudong-main .jk-edu1 .right-icon {
    position: absolute;
    top: .2rem;
    right: 0;
    background: #285dfa;
    width: 2.3rem;
    line-height: .6rem;
    color: #fff;
    text-align: center;
    border-radius: 1rem 0 0 1rem;
}
.gudong-main .jk-edu1 .tit {
    padding-left: .2rem;
    font-size: .5rem;
    width: 60%;
    color: #285dfa;
    font-weight: 550;
    padding-bottom: .1rem;
    border-bottom: 1px solid #285dfa;
}
.gudong-main .jk-edu1 .kyed-txt {
    padding-left: .2rem;
    padding-top: .2rem;
}
.gudong-main .jk-edu1 .kyed-num {
    padding-left: .2rem;
    padding-top: .2rem;
    color: #285dfa;
    font-size: .7rem;
    font-weight: 600;
}
.gudong-main .jk-edu1 .kyed-num > span {
    font-size: .4rem;
    font-weight: 500;
}
.gudong-main .jk-edu1 .footer {
    width: 95%;
    margin: auto;
    padding: .3rem 0 .2rem 0;
    display: flex;
    justify-content: space-between;
    font-size: .28rem;
}
.gudong-main .jk-edu1 .footer i {
    color: #285dfa;
}
.gudong-main .jk-icon {
    width: 90%;
    padding: 0 .2rem;
    margin: auto;
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.gudong-main .jk-icon .item > img {
    width: .8rem;
    height: .8rem;
}
.gudong-main .jk-box1 {
    margin-top: .3rem;
    padding: .2rem;
    background: rgba(99 174 237 / 50%);
    height: 2.2rem;
    border-radius: .2rem;
    position: relative;
}
.gudong-main .jk-box1 .text {
    width: 70%;
    color: #285dfa;
}
.gudong-main .jk-box1 .text .tit {
    padding: .2rem 0 0 .2rem;
    font-weight: 550;
    font-size: .45rem;
}
.gudong-main .jk-box1 .text .txt {
    padding: .2rem 0 0 .2rem;
}
.gudong-main .jk-box1 > img {
    position: absolute;
    top: -.3rem;
    right: .1rem;
    width: 2.5rem;
    height: 2.5rem;
}
.gudong-main .form {
    margin-top: .5rem;
    padding: .1rem;
    border-radius: .2rem;
    background: #fff;
    box-shadow: 0 0 20px 8px rgba(70 70 70 / 45%);
}
.gudong-main .form > li {
    background-color: rgba(255 255 255 / 0%);
    border: 0;
}

.lbkf-title {
    font-size: .4rem;
    font-weight: 550;
    color: red;
    width: 95%;
    margin: auto;
    text-align: center;
    margin-top: .3rem;
}
.lbkf-box1 {
    width: 95%;
    margin: .3rem auto;
    padding: .3rem .2rem;
    background: url(../images/lbkf-box-bg.png);
    background-size: 100% 100%;
    background-color: #d6b27a;
    border-radius: .25rem;
}
.lbkf-box1 .tit {
    font-size: .5rem;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: .3rem 0;
}
.lbkf-box1 .txt {
    font-size: .38rem;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: .4rem 0;
}
.lbkf-box1 .btn {
    width: 3rem;
    margin: auto;
    border: 2px solid red;
    border-radius: 1rem;
    text-align: center;
    line-height: .6rem;
    font-size: .38rem;
    color: red;
    margin-top: .5rem;
    margin-bottom: .2rem;
}
.lbkf-zst {
    width: 95%;
    margin: auto;
    margin-top: .5rem;
}
.lbkf-zst > img {
    width: 100%;
}
.lbkf-syjs {
    width: 95;
    margin: auto;
    margin-top: .1rem;
    padding: .1rem;
    display: flex;
}
.color-red {
    color: red;
}
.lbkf-syjs .item {
    width: 33%;
    text-align: center;
    font-weight: 600;
    font-size: .36rem;
}
.lbkf-tip {
    width: 90%;
    margin: auto;
    color: #666;
    font-size: .28rem;
    padding: .2rem;
}
.lbkf-fx-tip {
    width: 95%;
    margin: auto;
    text-align: center;
    font-size: .26rem;
    color: #B98A56;
}
.balance-cz-tip {
    width: 95%;
    margin: auto;
    margin-top: .1rem;
    text-align: center;
    color: #0068ff;
}
.lbkf-my-data {
    width: 95%;
    margin: auto;
    padding: .2rem .1rem;
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
    font-size: .36rem;
    color: #d5b279;
    border: 2px solid #ecd2a1;
    border-radius: .1rem;
}
.bankpay input[disabled] {
    color: #3278ff;
    background: #fff;
    opacity: 1;
    font-size: .4rem;
}
.bankpay .form-input-box .input {
    border: 1px solid #0068ff;
    border-radius: .1rem;
    padding: .2rem;
}
.bankpay .form-input-box .input span {
    color: #666;
}
.bankpay .pay-num {
    width: 90%;
    margin: auto;
    margin-top: .3rem;
    background: #eee;
    border-radius: .1rem;
    padding: .2rem;
    text-align: center;
    font-size: .38rem;
}
.bankpay .pay-num span {
    color: #0068ff;
}
.bankpay .sk-bank {
    width: 90%;
    margin: auto;
    margin-top: .3rem;
}
.bankpay .sk-bank .tit {
    color: #000;
    font-size: .28rem;
    font-weight: 550;
    width: 100%;
    text-align: center;
}
.bankpay .sk-bank .djs {
    color: red;
    font-weight: 550;
    margin-top: .2rem;
    font-size: .3rem;
    width: 100%;
    text-align: center;
}
.bankpay .sk-bank .sk-card {
    margin-top: .3rem;
    background: url(../images/wallet-bg.png);
    background-size: 100% 100%;
    padding: .3rem .2rem;
    border-radius: .2rem;
    color: #fff;
}
.bankpay .sk-bank .sk-card .bank-tit {
    font-size: .38rem;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
.bankpay .sk-bank .sk-card .bank-tit > img {
    width: .8rem;
    height: .8rem;
    margin-right: .2rem;
    border-radius: 1rem;
}
.bankpay .sk-bank .sk-card .bank-txt {
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
}
.bankpay .sk-bank .sk-card .bank-txt .txt {
    flex: 1;
}
.bankpay .sk-bank .sk-card .bank-txt .btn {
    width: 1.5rem;
    line-height: .5rem;
    background: #fff;
    color: #3278ff;
    text-align: center;
    border-radius: 1rem;
}
.up-box {
    margin-top: .3rem;
}
.up-box .bui-btn, [class^=bui-btn] {
    border: 1px solid #7e7e7e;
}
.bank-pay-kf {
    position: fixed;
    right: .2rem;
    bottom: 22%;
    width: 1.1rem;
    height: 1.1rem;
    background: #0068ff;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}
.bank-pay-kf > span {
    display: block;
    width: 1rem;
    text-align: center;
    padding-top: .15rem;
    padding-left: .15rem;
}
.bankpay-ok .icon {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.8rem;
    color: #0068ff;
}
.bankpay-ok .tip1 {
    width: 95%;
    margin: auto;
    margin-top: .3rem;
    text-align: center;
    font-size: .5rem;
}
.bankpay-ok .tip1 > span {
    color: #0068ff;
}
.bankpay-ok .tip2 {
    width: 95%;
    margin: auto;
    margin-top: .3rem;
    text-align: center;
    font-size: .28rem;
    color: #999;
}
.bankpay-ok .back-btn {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    background: #0068ff;
    border-radius: 1rem;
    text-align: center;
    color: #fff;
    line-height: .85rem;
}
.bank-pay-btn {
    width: 90%;
    margin: auto;
}
.product5-box .item {
    width: 95%;
    margin: .3rem auto;
    background: #fff;
    border-radius: .1rem;
    padding: .2rem;
}
.product5-box .item .content {
    width: 100%;
    height: 3.8rem;
    position: relative;
}
.product5-box .item .content > img {
    width: 100%;
    height: 3.8rem;
    border-radius: .1rem;
}
.product5-box .item .btn {
    width: 100%;
    text-align: center;
    margin-top: .2rem;
    background: linear-gradient(to bottom, #0068ff, #2196f3);
    color: #fff;
    line-height: .8rem;
    border-radius: .1rem;
}
.product5-box .item .content .js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 40%);
    color: #fff;
    padding: .2rem;
}
.product5-box .item .content .js .title {
    /*background: rgba(0 104 255 / 50%);*/
    width: 85%;
    text-align: center;
    margin: auto;
    line-height: .75rem;
    border-radius: 1rem;
    font-size: .38rem;
    font-weight: 600;
}
.product5-box .item .content .js .give {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .1rem;
    font-weight: 550;
}
.paypop-box {
    width: 100%;
    margin: auto;
    /*border-radius: .1rem;*/
    padding: .2rem;
    background: #fff;
}
.paypop-box .pay-tit {
    width: 100%;
    text-align: center;
    font-size: .4rem;
    font-weight: 600;
    padding-top: .3rem;
}
.paypop-box .pay-num {
    width: 100%;
    text-align: center;
    font-size: .4rem;
    color: red;
    font-weight: 600;
    padding-top: .2rem;
}
.zhongqiu-hd {
    width: 95%;
    margin: auto;
    margin-top: .3rem;
}
.zhongqiu-hd .item {
    width: 100%;
    border-radius: .1rem;
    margin-bottom: .3rem;
    /*border: 2px solid #FFD700;*/
    background: url(../images/zqhd-boxbg.jpg?v1.00);
    background-size: 100% 100%;
}
.zhongqiu-hd .item .tit {
    padding: .1rem;
    border-bottom: 1px solid #eee;
    /*background: rgba(0 0 0 / 30%);*/
}
.zhongqiu-hd .item .tit > span {
    font-size: .4rem;
    padding: .1rem;
    font-weight: 600;
    background: linear-gradient(to bottom, #ccff00, #ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.zhongqiu-hd .item .txt {
    padding: .1rem;
    border-bottom: 1px solid #eee;
    background: rgba(0 0 0 / 30%);
    width: 100%;
    text-align: center;
}
.zhongqiu-hd .item .txt p {
    font-size: .34rem;
    padding: .1rem;
    font-weight: 600;
    background: linear-gradient(to bottom, #ccff00, #ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
}
.zhongqiu-hd .item .img {
    width: 100%;
    margin: auto;
    padding: .1rem 10%;
    display: flex;
    justify-content: space-between;
    /*background: rgba(0 0 0 / 20%);*/
}
.zhongqiu-hd .item .img > img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    border: 2px solid #FFD700;
}
.zhongqiu-hd .item .btn {
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .3rem;
    text-align: center;
    /*background: rgba(0 0 0 / 20%);*/
}
.zhongqiu-hd .item .btn > span {
    background: linear-gradient(to bottom, #ffd700, #ffbd00);
    color: #ff0000;
    font-weight: 550;
    padding: .15rem 1rem;
    border-radius: 1rem;
}
.zhongqiu-hd .item .shouhuo-data {
    width: 100%;
    background: rgba(0 0 0 / 50%);
    padding: .2rem;
    color: #ffd545;
    font-weight: 600;
}
.zhongqiu-head-btn {
    width: 95%;
    margin: auto;
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
}
.zhongqiu-head-btn .btn {
    width: 48%;
    line-height: .8rem;
    background: #0068ff;
    color: #fff;
    border-radius: 1rem;
    text-align: center;
}
.zhongqiu-head-btn .btn2 {
    width: 48%;
    line-height: .8rem;
    border: 1px solid #0068ff;
    color: #0068ff;
    border-radius: 1rem;
    text-align: center;
}

.jinzhuan-bank {
    width: 95%;
    margin: auto;
    margin-top: .5rem;
}
.jinzhuan-bank .product6-list {
    border: 1px solid #999;
    padding: .2rem;
    border-radius: .2rem;
}
.jinzhuan-bank .product6-list > .title {
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #eee;
}
.jinzhuan-bank .item {
    margin-bottom: .3rem;
    position: relative;
    height: 4rem;
    color: #fff;
    font-weight: 600;
}
.jinzhuan-bank .item > img {
    width: 100%;
    height: 4rem;
}
.jinzhuan-bank .item > .title {
    font-size: .4rem;
    position: absolute;
    top: 1.5rem;
    width: 100%;
    text-align: center;
}
.jinzhuan-bank .item > .price {
    font-size: .4rem;
    position: absolute;
    top: 2.2rem;
    width: 100%;
    text-align: center;
}
.jinzhuan-bank .item > .btn {
    position: absolute;
    top: .3rem;
    width: 35%;
    right: 5%;
    text-align: center;
    background: #fff;
    color: #000;
    font-weight: 500;
    line-height: .7rem;
    border-radius: 2rem;
}
.jinzhuan-bank .my-vccbank {
    margin-bottom: .3rem;
    position: relative;
    height: 4rem;
    color: #fff;
    font-weight: 600;
}
.jinzhuan-bank .my-vccbank > img {
    width: 100%;
    height: 4rem;
}
.jinzhuan-bank .my-vccbank .title {
    position: absolute;
    top: .3rem;
    left: .3rem;
}
.jinzhuan-bank .my-vccbank .bank-no {
    position: absolute;
    top: 2rem;
    width: 100%;
    font-size: .55rem;
    text-align: center;
}
.jinzhuan-bank .my-vccbank .pass {
    position: absolute;
    bottom: .2rem;
    left: .3rem;
    text-align: center;
    font-weight: 500;
}
.jinzhuan-bank .my-vccbank .date {
    position: absolute;
    bottom: .2rem;
    left: 3rem;
    text-align: center;
    font-weight: 500;
}
.jinzhuan-bank .my-vccbank .balance {
    position: absolute;
    top: .2rem;
    right: .3rem;
    text-align: center;
    font-weight: 500;
}

.product7-page > .head,
.product7-page > .head > img{
    width: 100%;
    height: 4rem;
    position: absolute;
}
.product7-page > .product7-box {
    width: 95%;
    margin: auto;
    margin-top: 3rem;
    z-index: 9999;
    position: relative;
    padding: .2rem;
    background: #fff;
    border-radius: .1rem;
}
.product7-page > .product7-box > .tit {
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    border-bottom: 1px solid #eee;
    font-size: .34rem;
    font-weight: 600;
}
.product7-page > .product7-box > .item {
    padding: .2rem;
    background: #f6f6f6;
    margin-bottom: .2rem;
    border-radius: .1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.product7-page > .product7-box > .item .head {
    display: flex;
    margin-bottom: .1rem;
    /*align-items: center;*/
    width: 100%;
}
.product7-page > .product7-box > .item .head .title {
    font-size: .32rem;
    font-weight: 600;
    padding-right: .2rem;
    /*width: 60%;*/
    flex: 1;
}
.product7-page > .product7-box > .item .head .title > i {
    margin-right: .1rem;
    background: #39a4ff;
}
.product7-page > .product7-box > .item .head > span {
    color: #39a4ff;
    border: 1px solid #39a4ff;
    border-radius: 1px;
    padding: 0 8px;
    line-height: .4rem;
    height: .4rem;
    margin-right: .1rem;
    font-size: .26rem;
}
.product7-page > .product7-box > .item .js-text {
    padding: .1rem;
    font-size: .3rem;
}
.product7-page > .product7-box > .item .js-text > span {
    color: red;
    padding: 0 .1rem;
}
.product7-page > .product7-box > .item .js-text3 {
    width: 100%;
}
.product7-page > .product7-box > .item .btn {
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    background: #032c7d;
    color: #fff;
    padding: .1rem .5rem;
    border-radius: 2rem;
}
