* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 26.66vw;
}

body,
html {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.login-logo {
  width: 2.33rem;
  height: 1.85rem;
  background-image: url('../images/login-logo.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 0.6rem;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-item {
  display: flex;
  flex-direction: row;
  width: 3rem;
  margin: 0 auto;
  padding-bottom: 0.09rem;
  margin-top: 0.4rem;
}

.form-item input {
  flex-grow: 1;
  border: none;
}

input {
  outline: none;
}

input:focus {
  border: none;
}

.form-icon {
  display: inline-block;
  width: 0.14rem;
  height: 0.15rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.08rem;
}

.user {
  background-image: url('../images/icon-user.png');
}

.email {
  background-image: url('../images/icon-email.png');
}



.border-000000 {
  border-bottom: 0.01rem solid #f2f2f2;
}

.resiger-button {
  width: 3rem;
  margin: 0 auto;
  margin-top: 0.40rem;
  background-color: #536dfe;
  height: 0.4rem;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.4rem;
  color: #ffffff;
}

.resiger-description {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  text-align: center;
}

a {
  color: #536DFE;
}

.r-d-a {
  color: #536dfe !important;
}

.other-info {
  margin-top: 0.35rem;
  font-size: 0.14rem;
  text-align: center;
  color: #767A7F;
  display: flex;
  justify-content: center;
}

.color_4385df {
  color: #4385df;
}

.color_2086E6 {
  color: #2086E6;
}

.color_000000 {
  color: #000000;
}

.color_f2f2f2 {
  color: #bbbbbb;
}

/**
  首页
 */
.home {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 0.14rem;
}

.home-head {
  position: relative;
  width: 100%;
  height: 2.1rem;
}
.region {
  position: absolute;
  left: 0.15rem;
  top: 0.15rem;
  font-size: 0.16rem;
  font-weight: 500;
  z-index: 99;
  color: #fff;
}
.plus {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  font-size: 0.3rem;
  line-height: 0.18rem;
  font-weight: 500;
  z-index: 99;
  color: #fff;
}
.arrow {
  position: absolute;
  left: 0.5rem;
  top: 0.22rem;
    width: 0px;
    height: 0px;
    border: 0.05rem solid transparent;
    border-color: #fff transparent transparent transparent;
    z-index: 99;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  font-size: 0.14rem;
}

.notice {
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0.13rem;
  padding: 0 0.15rem;
  color: #333333;
}

.notce-item {
  display: flex;
  justify-content: space-between;
}

.notce-item .left {
  display: flex;
  align-items: center;
}

.notce-item .left img {
  margin-right: 0.02rem;
}

.content {
  flex-grow: 1;
  overflow: auto;
  background-color: #f2f2f2;
}

.gridview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-bottom: 0.1rem;
}

.gridview-item {
  width: 50%;
  border-bottom: 0.01rem solid #f2f2f2;
  border-right: 0.01rem solid #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  height: 0.52rem;
}

.gridview-item-left img {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.03rem;
}

.gridview-item-count {
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #333333;
  margin-bottom: 0.06rem;
}

.gridview-item-text {
  font-size: 0.1rem;
  line-height: 0.1rem;
  font-weight: 400;
  color: #666666;
}

.card {
  background-color: #ffffff;
  margin-bottom: 0.1rem;
}

.card-head {
  height: 0.33rem;
  font-size: 0.13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem;
  color: #333333;
}

.card-head-subtitle {
  font-size: 0.1rem;
  color: #666666;
}

.card-body {
  padding: 0.09rem 0.15rem;
  display: flex;
  height: 1.13rem;
  align-items: center;
  justify-content: space-between;
}

.card-body-left,
.card-body-middle,
.card-body-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.card-body-text {
  font-size: 0.1rem;
  line-height: 0.1rem;
  color: #666666;
}

.card-body-count {
  font-size: 0.27rem;
  line-height: 0.2rem;
  font-weight: 500;
  color: #DE4A3E;
}

.card-body-count span {
  font-size: 0.13rem;
}

.card-body-subtitle {
  font-size: 0.1rem;
  line-height: 0.1rem;
  height: 0.1rem;
  color: #666666;
}

.card-body-month {
  font-size: 0.15rem;
  height: 0.1rem;
  line-height: 0.1rem;
  font-weight: 400;
}

/* .card-body-bar {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 0.05rem solid #EDEDED;
}
.card-body-bar1 {
  position: absolute;
  left: -0.05rem;
  top: -0.05rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 0.05rem solid #2086E6;
} */
.el-progress {
  position: relative;
  line-height: 1
}

.el-progress__text {
  font-size: 14px;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1
}

.el-progress__text i {
  vertical-align: middle;
  display: block
}

.el-progress--circle,
.el-progress--dashboard {
  display: inline-block
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block
}

.el-progress--without-text .el-progress__text {
  display: none
}

.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block
}

.el-progress-bar,
.el-progress-bar__inner::after,
.el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle
}

.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0
}

.el-progress.is-success .el-progress-bar__inner {
  background-color: #67C23A
}

.el-progress.is-success .el-progress__text {
  color: #67C23A
}

.el-progress.is-warning .el-progress-bar__inner {
  background-color: #E6A23C
}

.el-progress.is-warning .el-progress__text {
  color: #E6A23C
}

.el-progress.is-exception .el-progress-bar__inner {
  background-color: #F56C6C
}

.el-progress.is-exception .el-progress__text {
  color: #F56C6C
}

.el-progress-bar {
  padding-right: 50px;
  width: 100%;
  margin-right: -55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #EBEEF5;
  overflow: hidden;
  position: relative;
  vertical-align: middle
}

.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #409EFF;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}

.el-progress-bar__inner::after {
  content: "";
  height: 100%
}

.el-progress-bar__innerText {
  color: #FFF;
  font-size: 12px;
  margin: 0 5px
}

@-webkit-keyframes progress {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 32px 0
  }
}

@keyframes progress {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 32px 0
  }
}

.footer-bar {
  display: flex;
  flex-direction: row;
  height: 65px;
  border: 1px solid #c0c0c0;
}

.footer-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #808080;
  font-size: 0.12rem;
}

.footer-bar-item.is-active {
  color: #2086E6;
}

.footer-bar-item img {
  width: 20px;
  height: 20px;
}


/**
  充值中心
 */
.pay-conatiner {
  font-size: 0.14rem;
}

.nav-bar {
  font-size: 0.16rem;
  text-align: center;
  height: 0.44rem;
  line-height: 0.44rem;
  position: relative;
}

.nav-bar-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.15rem;
  display: flex;
  align-items: center;
}

.pay-input {
  height: 0.5rem;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
}

.pay-input input {
  height: 100%;
  flex-grow: 1;
  border: none;
}

.pay-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.18rem;
}

.pay-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.18rem;
}

.pay-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.18rem;
}

.pay-input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.18rem;
}

.pay-box-title {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  padding: 0 0.15rem;
}

.pay-check-box {
  width: 100%;
  padding: 0 0.15rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pay-check-item {
  width: 1rem;
  height: 0.6rem;
  border-radius: 0.04rem;
  border: 0.02rem solid #E8E8E8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  margin-bottom: 0.22rem;
  position: relative;
  color: #333333;
}

.pay-check-item img {
  display: none
}

.pay-check-item.is-active {
  border-color: #0179FF;
}

.pay-check-item.is-active,
.pay-check-item.is-active .sell-value {
  color: #1D97FD;
}

.pay-check-item.is-active img {
  display: block;
  position: absolute;
  right: -0.02rem;
  bottom: -0.02rem;
}

.pay-check-item:nth-child(3n+3) {
  margin-right: 0;
}

.pay-check-item .sell-value {
  color: #999999;
}

.pay-btn-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.15rem;
}

.pay-btn-item {
  height: 0.15rem;
  line-height: 0.15rem;
  color: #1D97FD;
  padding-right: 0.1rem;
  border-right: 0.01rem solid #1D97FD;
  margin-right: 0.1rem;
}

.pay-btn-item:last-child {
  border: none;
}

/**
  理财
*/
.money-nav-bar {
  font-size: 0.18rem;
  text-align: center;
  height: 0.44rem;
  line-height: 0.44rem;
  position: relative;
  color: #ffffff;
  background-color: #0091FF;
}

.money-nav-bar-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.15rem;
  display: flex;
  align-items: center;
}

.money-nav-bar-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15rem;
  display: flex;
  align-items: center;
}

.money-content {
  background-color: #ffffff;
  padding: 0 0.15rem;
}

.block-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0;
}

.block-left-text {
  color: #333333;
  font-size: 0.17rem;
  line-height: 0.17rem;
}

.block-right-text {
  color: #A8A8A8;
  font-size: 0.12rem;
}

.block-content {
  width: 1.6rem;
  height: 1.35rem;
  padding: 0.1rem 0.1rem 0.13rem 0.1rem;
  position: relative;
  width: 1.65rem;
  height: 1.3rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 2px rgba(138, 136, 136, 0.1);
  border-radius: 0.05rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.block-content-title {
  font-size: 0.13rem;
  line-height: 0.13rem;
  font-weight: 400;
  color: #A9761E;
  align-self: flex-start;
}

.block-content-pecent {
  color: #2A2A2E;
  font-size: 0.26rem;
  line-height: 0.2rem;
  font-weight: 500;
  margin-top: 0.19rem;
}

.block-content-pecent span {
  font-size: 0.13rem;
}

.block-content-text {
  font-size: 0.1rem;
  color: #A8A8A8;
}

.block-content-btn {
  margin-top: 0.1rem;
  font-size: 0.13rem;
  color: #ffffff;
  text-align: center;
  width: 1rem;
  height: 0.3rem;
  line-height: 0.28rem;
  background: linear-gradient(90deg, #41ADFF, #0091FF);
  border-radius: 0.05rem;
}

.block-content-tips {
  position: absolute;
  transform: rotate(44deg);
  width: 1rem;
  height: 0.18rem;
  background: #FF6666;
  font-size: 0.1rem;
  color: #ffffff;
  text-align: center;
  right: -29px;
  top: 12px;
}

.shadow {
  box-shadow: 0px 0px 16px 2px rgba(138, 136, 136, 0.1);
  border-radius: 0.05rem;
}

.rect {
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.025rem;
  color: #ffffff;
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-align: center;
}

.rect2 {
  width: 0.54rem;
  height: 0.18rem;
  border-radius: 0.025rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.12rem;
  line-height: 0.18rem;

}

.color-2A2A2E {
  color: #2A2A2E;
}

.color-FF5050 {
  color: #FF5050;
}

.color-C0C0C0 {
  color: #C0C0C0;
}

.bg-0091FF {
  background-color: #0091FF;
}

.bg-FF5050 {
  background: #FF5050;
}

.bg-FF9C00 {
  background-color: #FF9C00;
}

.bg-C0C0C0 {
  background-color: #C0C0C0;
}

/*
  个人中心
*/
.my-container {
  position: relative;
  background-color: #F7F7F7;
  font-size: 0.14rem;
}

.my-content {
  padding: 0 0.15rem;
}

.my-top {
  height: 2rem;
  background-image: url('../images/my-top.png');
  background-size: 160% 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: -10px;
  padding: 0.2rem;
  font-size: 0.14rem;
  display: flex;
}

.user-aw {
  width: 0.61rem;
  height: 0.61rem;
  line-height: 0.61rem;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-aw img {
  width: 0.32rem;
  height: 0.39rem;
}

.user-info {
  flex-grow: 1;
  height: 0.61rem;
  margin-left: 0.12rem;
  color: #ffffff;
  font-size: 0.2rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.tags {
  font-size: 0.11rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
}

.tag-item {
  display: inline-block;
  padding: 0.02rem 0.08rem;
  border: 0.01rem solid #ffffff;
  border-radius: 0.14rem;
}

.dialog {
  width: calc(100% - 0.3rem);
  position: absolute;
  left: 0.15rem;
  top: 1.4rem;
  height: 1.5rem;
  background-image: url('../images/个人-遮罩.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vip-box {
  display: flex;
  align-items: center;
  padding: 0.17rem 0.23rem;
}

.vip-box img {
  width: 0.25rem;
  height: 0.24rem;
}

.vip-text {
  padding-left: 0.13rem;
  flex-grow: 1;
}

.vip-text div:first-child {
  font-size: 0.17rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #E3B570;
}

.vip-text div:nth-child(2) {
  font-size: 0.1rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #7B7B7B;
}

.vip-resige-btn {
  color: #1A1A1A;
  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.12rem;
  background: #E3B570;
  border-radius: 0.11rem;
  padding: 0 0.11rem;
}

.vip-other {
  display: flex;
  text-align: center;
  margin-bottom: 0.2rem;
}

.vip-other-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vip-other-item::after {
  display: inline-block;
  content: ' ';
  position: absolute;
  height: 0.26rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 0.01rem solid #E6E6E6;
}

.vip-other-item:last-child:after {
  display: none;
}

.vip-other-item span:first-child {
  height: 0.15rem;
  font-size: 0.2rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 0.1rem;
}

.vip-other-item span:nth-child(2) {
  font-size: 0.12rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #1A1A1A;
}

.asset {
  margin-top: 0.55rem;
  height: 1.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0.1rem 0.17rem;
  display: flex;
}

.asset-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-size: 0.15rem;
  color: #808080;
  position: relative;
}

.asset-item:first-child::after {
  display: inline-block;
  content: ' ';
  position: absolute;
  height: 0.75rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 0.01rem solid #E6E6E6
}

.asset-num {
  font-size: 0.25rem;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #1A1A1A;
}

.asset-btn {
  width: 0.88rem;
  text-align: center;
  height: 0.25rem;
  line-height: 0.25rem;
  border: 0.01rem solid #4876E8;
  border-radius: 0.12rem;
  color: #4876E8;
  font-size: 0.14rem;
}

.asset-btn2 {
  color: #fff;
  background-color: #4876E8;
}

.tools {
  margin-top: 0.1rem;
  /*height: 1.95rem;*/
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0.15rem 0.27rem;
}

.tools-title {
  font-size: 0.16rem;
  font-weight: 500;
  color: #1A1A1A;
  padding-bottom: 0.15rem;
}

.tools-body {
  display: flex;
  flex-wrap: wrap;
}

.tools-body img {
  width: 0.31rem;
  margin-left: 15px;
  height: 0.28rem;
}

.tools-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.tools-item span {
  margin: 0.15rem 0;
  font-size: 0.12rem;
  font-weight: 400;
  color: #1A1A1A;
  text-align: center;
  padding-left: 0.05rem;
}

/*
  首页2
 */
.home2-container {
  font-size: 0.14rem;
  position: relative;
}

.home2-content {
  padding: 0 0.15rem;
  background-color: #fff;
}

.banner1 {
  height: 1.65rem;
  background-image: url('../images/banner.png');
  background-size: 100%;
}

.banner2 {
  height: 0.69rem;
  background-image: url('../images/banner2.png');
  background-size: 100%;
}

.navigation {
  position: absolute;
  width: calc(100% - 0.3rem);
  left: 0.15rem;
  height: 0.87rem;
  top: 1.65rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.05rem;
}

.navigation-item {
  flex: 1;
  text-align: center;
  font-size: 0.13rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.navigation-item img {
  width: 0.43rem;
  height: 0.43rem;
}

.news {
  margin-top: 0.84rem;
  display: flex;
  padding: 0 0.15rem;
  font-size: 0.13rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
}

.news-title {
  font-size: 0.13rem;
  color: #F99620;
  font-weight: bold;
}

.news-text {
  padding-left: 0.08rem;
  flex-grow: 1;
}

.product {
  height: 1.3rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.05rem;
  padding: 0.12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}

.product-title {
  font-size: 0.14rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #333333;
}

.product-tag {
  display: inline-block;
  margin-left: 0.09rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: bold;
  color: #DE4A3E;
  width: 0.6rem;
  height: 0.18rem;
  background: rgba(51, 51, 51, 0);
  border: 0.01rem solid #DE4A3E;
  border-radius: 0.02rem;
}

.product-text {
  font-size: 0.1rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666666;
}

.product-item {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.product-count {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.27rem;
  font-weight: 500;
  color: #DE4A3E;
}

.product-count span {
  font-size: 0.12rem;
}

.product-item-left,
.product-item-middle,
.product-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.product-item-right {
  align-items: center;
}

.product-bar {
  position: relative;
  flex-shrink: 0;
  height: 0.07rem;
  background: #F2F2F2;
  border-radius: 0.04rem;
}

.bar-1 {
  position: absolute;
  width: 70%;
  left: 0;
  bottom: 0;
  height: 0.07rem;
  background: #1C7ADA;
  border-radius: 0.04rem;
}

.product-btn {
  width: 0.79rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #1C7ADA;
  border-radius: 0.15rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 500;
  text-align: center;
}

.color-333333 {
  color: #333333;
}