.van-circle {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
}
.van-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-circle__layer {
  stroke: #fff;
}
.van-circle__hover {
  fill: none;
  stroke: #1989fa;
  stroke-linecap: round;
}
.van-circle__text {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4px;
  color: #323233;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page {
  min-height: 100vh;
  background: #f0f5fb;
}
.page .line {
  height: 1rem;
}
.page .line,
.page .navs {
  width: 100%;
  background: #1b6ab5;
}
.page .navs {
  position: fixed;
  top: 0.5rem;
  left: 0;
  z-index: 888;
  padding: 0.12rem;
}
.page .navs .nav-box {
  height: 0.44rem;
  background: #66cc9a;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  overflow: hidden;
  padding: 0.04rem;
}
.page .navs .nav-item {
  font-family: PingFang TC;
  font-weight: 600;
  font-size: 0.16rem;
  color: #fefffe;
  line-height: 0.19rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  border-radius: 0.2rem;
  line-height: 0.36rem;
}
.page .navs .nav-item.active {
  background: #fff;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  color: #1b6ab5;
}
.bijnm1 {
  padding: 0.5rem 0 0.1rem;
}
.bijnm1 .record {
  position: fixed;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 999;
}
.bijnm1 .btns {
  margin: 0.2rem 0.26rem;
  padding: 0.04rem 0.03rem;
}
.bijnm1 .btns .link {
  width: 48%;
  height: 0.4rem;
  background: #161efb;
  border-radius: 0.2rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bijnm1 .btns .btn1 {
  border: 0.01rem solid #161efb;
  background: #fff;
  color: #161efb;
}
.bijnm1 .rate {
  border-bottom: 0.1rem solid #f2f3f7;
}
.bijnm1 .rate .itemBox {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.07rem 0 rgba(25, 33, 251, 0.22);
  box-shadow: 0 0 0.07rem 0 rgba(25, 33, 251, 0.22);
  display: inline-block;
  padding: 0.26rem;
  margin-bottom: 0.3rem;
  width: 2.36rem;
  height: 2.36rem;
  position: relative;
}
.bijnm1 .rate .itemBox .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.36rem;
  height: 2.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 0.47rem;
  color: #333;
}
.bijnm1 .rate .itemBox .num span {
  font-weight: 500;
  font-size: 0.14rem;
  color: #161efb;
}
.bijnm1 .rate .itemBox .num .numTxt {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.07rem 0 rgba(25, 33, 251, 0.22);
  box-shadow: 0 0 0.07rem 0 rgba(25, 33, 251, 0.22);
  width: 1.3rem;
  height: 1.3rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bijnm1 .rate .itemBox .txt {
  position: absolute;
  bottom: -0.13rem;
  left: 0;
  text-align: center;
  width: 100%;
}
.bijnm1 .rate .itemBox .txt span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.38rem;
  background: #161efb;
  border-radius: 0.21rem;
  padding: 0 0.4rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
}
.bijnm1 .blockOut {
  width: 3rem;
  height: 1.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bijnm1 .blockOut .block {
  width: 3rem;
  height: 3rem;
  border-left: 0.3rem solid #00b7cf;
  border-top: 0.3rem solid #00b7cf;
  border-right: 0.3rem solid #f5f5f5;
  border-bottom: 0.3rem solid #f5f5f5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.bijnm1 .blockOut .text {
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
  font-weight: 500;
  font-size: 0.16rem;
  color: #000;
}
.bijnm1 .blockOut .text span {
  font-size: 0.41rem;
}
.bijnm1 .money {
  background: #fff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  padding: 0.1rem 0;
  margin: -0.3rem 0.12rem 0.1rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.26rem;
  padding: 0.12rem;
}
.bijnm1 .money .tit {
  margin-bottom: 0.1rem;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 0.18rem;
  color: #313131;
}
.bijnm1 .money .txt {
  padding: 0.05rem 0.1rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f3f9ff),
    color-stop(47%, #f1f8ff),
    to(#f3f9ff)
  );
  background: linear-gradient(90deg, #f3f9ff, #f1f8ff 47%, #f3f9ff);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-weight: 400;
  font-size: 0.11rem;
  color: #161efb;
}
.bijnm1 .money .txt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #1b6ab5;
}
.bijnm1 .money .txt2 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #4e4d4d;
}
.bijnm1 .money .txt2 span {
  margin-top: 0.1rem;
  display: block;
  font-weight: 600;
  font-family: DIN Next LT Pro;
  font-size: 0.34rem;
  color: #171717;
}
.bijnm1 .money .t1 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.11rem;
  color: #4e4d4d;
}
.bijnm1 .money .t2 {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-size: 0.24rem;
  color: #2d2d2d;
}
.bijnm1 .money .link {
  padding: 0 0.26rem;
}
.bijnm1 .money .link .btn {
  height: 0.52rem;
}
.bijnm1 .money .link .btn img {
  width: 0.18rem;
}
.bijnm1 .Input {
  margin: 0.12rem;
  font-size: 0.13rem;
  background: #fff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  padding: 0.12rem;
  font-family: PingFang TC;
  font-weight: 600;
  font-size: 0.14rem;
  color: #000;
}
.bijnm1 .Input input {
  width: 100%;
  height: 0.44rem;
  background: #f0f5fb;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  margin-top: 0.1rem;
  padding: 0 0.15rem;
  font-family: PingFang TC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #848484;
}
.bijnm1 .Input button {
  width: 100%;
}
.bijnm1 .jl {
  margin: 0 0.12rem;
  height: 0.48rem;
  background: #fff;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  padding: 0 0.12rem;
}
.bijnm1 .jl .link {
  margin-left: 0.1rem;
  font-family: PingFang TC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 0.13rem;
}
.tip {
  font-size: 0.14rem;
  margin: 0 0.1rem 0.2rem 0.1rem;
}
