/* 苹方-简 常规体 */
@font-face {
  font-family: 'PingFangSC-Regular-ttf';
  src: url('./PingFangSC-Regular.newsubset.woff2') format('truetype');
}

/* 苹方-简 中黑体 */
@font-face {
  font-family: 'PingFangSC-Medium-ttf';
  src: url('./PingFangSC-Medium.newsubset.woff2') format('truetype');
}

/* 苹方-简 中粗体 */
@font-face {
  font-family: 'PingFangSC-Semibold-ttf';
  src: url('./PingFangSC-Semibold.newsubset.woff2') format('truetype');
}

@font-face {
  font-family: 'DIN-Alternate-Bold';
  src: url('./DIN-Alternate-Bold.subset.ttf') format('truetype');
}

*{
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'PingFangSC-Regular-ttf';
  /* background: linear-gradient(254deg, #F3F3F3 0%, #F5F5F5 100%); */
  padding: 22rem;
  background: #F2F6FF;
}

.container {
  max-width: 750rem;
  margin: 0 auto;
}

.top {
  font-weight: 500;
  font-size: 30rem;
  color: #051529;
  font-family: 'PingFangSC-Medium-ttf';
  padding: 5rem 0 26rem;
}

.top img {
  vertical-align: middle;
  margin-right: 10rem;
  width: 344rem;
}

.mcard {
  background: linear-gradient(119deg, #0074FF 0%, #3E96FF 100%);
  border-radius: 20rem;
  margin-bottom: 20rem;
}

.mcard .ctop {
  padding: 32rem 44rem 20rem;
  background: url(../images/oicon.png) no-repeat right top;
}

.mcard .ctop .max {
  font-weight: 500;
  font-size: 26rem;
  color: #FFFFFF;
}

.mcard .ctop .money {
  display: flex;
  align-items: center;
  height: 100rem;
  justify-content: space-around;
  border-bottom: 2rem solid #4D9EFF;
}

.mcard .ctop .money input {
  background: none;
  font-weight: 500;
  font-size: 80rem;
  height: 80rem;
  width: 385rem;
  line-height: 80rem;
  color: #FFFFFF;
  /* flex: 1; */
  border: none;
  outline: none;
  font-family: 'DIN-Alternate-Bold';
}

.mcard .ctop .money .rmb {
  font-weight: 600;
  font-size: 40rem;
  color: #FFFFFF;
  margin-right: 15rem;
}

.mcard .ctop .money .unit {
  font-weight: 400;
  font-size: 24rem;
  color: #FFFFFF;
  margin-right: 8rem;
}
.mcard .ctop .money img{
  width: 36rem;
}

.mcard .ctop .tips {
  font-size: 24rem;
  color: #FFFFFF;
}

.mcard .ctop .tips span {
  color: #FF914E;
}

.mcard .ctop .tips {
  padding: 15rem 0 0;
}

.mcard .cbot {
  background: rgba(101, 171, 255, 0.49);
  border-radius: 0 0 20rem 20rem;
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  font-size: 24rem;
  color: #FFFFFF;
}

.mcard .amount{
  padding: 18rem 0 14rem;
  margin-right: 80rem;
}
.mcard .amount:first-child{
  margin-right: 0;
}

.mcard .amount .text {
  font-family: 'PingFangSC-Medium-ttf';
  margin-bottom: 5rem;

}

.mcard .line {
  border: 2rem solid #247FEC;
  margin: 20rem 0;
}

.mcard .amount .num {
  font-family: 'DIN-Alternate-Bold';
  font-weight: 500;
  font-size: 32rem;
}

.mcard .amount .num img {
  margin-left: 10rem;
  vertical-align: middle;
  width: 20rem;
}

.card {
  background: #FFFFFF;
  border-radius: 20rem;
  padding: 26rem 26rem 22rem;
  margin-bottom: 20rem;
}

.card .btitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card .btitle .tit {
  font-weight: 500;
  font-size: 28rem;
  color: #000000;
  font-family: 'PingFangSC-Medium-ttf';
}

.card .btitle .prival {
  font-weight: 400;
  font-size: 24rem;
  color: #D4721A;
  background: url(../images/yhqico.png) no-repeat 16rem center #FFF2E6;
  background-size: 24rem 22rem;
  border-radius: 8rem;
  padding: 8rem 16rem 8rem 45rem;
}

.card .month {
  margin-top: 26rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16rem 16rem;
}

.card .month .option {
  text-align: center;
  background: #F4F6FA;
  border-radius: 20rem;
  font-weight: 500;
  font-size: 28rem;
  color: #0F0F0F;
  height: 78rem;
  line-height: 78rem;
  font-family: 'PingFangSC-Semibold-ttf';
}

.card .month .active {
  border: 2rem solid #0074FF;
  color: #2E78FD;
  background: url(../images/selected.svg) no-repeat 101% 38rem;
  background-size: 38rem 38rem;
}

.card .btitle .tips {
  font-weight: 400;
  font-size: 24rem;
  color: #9C9A9A;
  flex: 1;
  margin-left: 10rem;
}

.card .btitle .expand {
  font-weight: 400;
  font-size: 24rem;
  color: #0074FF;
  background: url(../images/arrowdown.png) no-repeat right center;
  background-size: 16rem 16rem;
  padding-right: 25rem;
}

.card .repays {
  padding-top: 36rem;
}

.card .repays .part {
  display: flex;
}

.card .repays .part .left {
  width: 120rem;
  font-weight: 400;
  font-size: 24rem;
  color: #979797;
  text-align: right;
  margin-bottom: 20rem;
}

.card .repays .part .left .index {
  color: #000000;
  font-weight: 500;
  line-height: 40rem;
  font-family: 'PingFangSC-Medium-ttf';
  font-size: 26rem;
  margin-bottom: 8rem;
}

.card .repays .part .left .date {
  line-height: 30rem;
  width: 100%;
  margin: 0 auto;
}

.card .repays .part .right {
  margin-left: 50rem;
  border-left: 2rem solid #DADADA;
  padding-left: 50rem;
  position: relative;
  padding-bottom: 32rem;
}

.card .repays .part .right::before {
  display: inline-block;
  content: '';
  width: 24rem;
  height: 24rem;
  border: 4rem solid #0074FF;
  border-radius: 50%;
  position: absolute;
  left: -12rem;
  top: 1rem;
  background: #F9F9F9;
}

.card .repays .part:last-child .right {
  border: none;
  padding-bottom: 0;
}

.card .repays .part .right .pay {
  font-weight: 500;
  font-size: 26rem;
  color: #000000;
  line-height: 26rem;
  margin-bottom: 16rem;
  font-family: 'PingFangSC-Medium-ttf';

}

.card .repays .part .right .detail {
  font-weight: 400;
  font-size: 24rem;
  color: #979797;
}

.card .repays .part:last-child .left {
  margin-bottom: 0;
}


.card .phone {
  padding: 4rem 0 26rem;
}

.card .phone input {
  background: #F5F5F5;
  border-radius: 112rem;
  line-height: 100rem;
  width: 100%;
  padding: 0 38rem;
  font-weight: 500;
  font-size: 26rem;
  color: #000000;
  font-family: 'PingFangSC-Medium-ttf';
  border: none;
  outline: none;
}

.card .phone input:focus {
  border: none;
  outline: none;
}

.card .phone input::placeholder {
  font-size: 30rem;
  color: #C4C4C4;
  font-family: 'PingFangSC-Regular-ttf';
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.card .btn {
  line-height: 100rem;
  background-color: #006EFE;
  border-radius: 112rem;
  font-size: 32rem;
  color: #FFFFFF;
  text-align: center;
}

.teldiv{
  text-align: center;
  font-weight: 400;
  font-size: 23rem;
  color: #9F9D9D;
  line-height: 50rem;
  margin: 0 0 8rem;
  font-family: 'PingFangSC-Regular-ttf';
}
.teldiv img{
  margin-right: 5rem;
  width: 20rem;
  vertical-align: middle;
}
.applyinfo{
  font-weight: 400;
  font-size: 20rem;
  text-align: center;
  color: rgba(159,157,157,0.5);
  font-family: 'PingFangSC-Regular-ttf';
}

/* .applyinfo .pname{
	font-weight: 600;
}
.applyinfo p:nth-child(4),.applyinfo p:nth-child(9){
	margin-top: 10rem;
} */

.xybox {
  font-family: 'PingFangSC-Regular-ttf';
  font-weight: 400;
  font-size: 22rem;
  color: #5D6776;
  line-height: 44rem;
  margin: 15rem 20rem 0;
}

.xybox input {
  vertical-align: bottom;
  margin-right: 4rem;
  width: 24rem !important;
  height: 24rem !important;
  background-color: #fff;
  border: solid 2rem #C5C5C5;
  border-radius: 50%;
  font-size: 14rem;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease .1s;
  transition: background-color ease .1s
}

.xybox span {
  color: #006EFE;
}

.xybox input:checked {
  background: url(../images/gou.svg) no-repeat center center #0074FF;
  background-size: 25rem 25rem;
  border: none;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.63);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog {
  background: #FFFFFF;
  border-radius: 24rem;
  margin: 0 78rem;
  padding: 34rem 40rem;
  max-width: 600rem;
  width: 100%;
}

.dialog .tit {
  font-weight: 400;
  font-size: 36rem;
  color: #000000;
  text-align: center;
}

.dialog .desc {
  font-weight: 400;
  font-size: 28rem;
  color: #0F0F0F;
  margin: 34rem 0;
}

.dialog .desc span {
  color: #006EFE;
}

.dialog .btn {
  display: flex;
  justify-content: space-between;
}

.dialog .btn .cancel {
  background: #F5F5F5;
  border-radius: 112rem;
  font-size: 32rem;
  color: #0074FF;
  line-height: 90rem;
  text-align: center;
  width: 48%;
}

.dialog .btn .agree {
  background: #0074FF;
  border-radius: 112rem;
  font-weight: 400;
  font-size: 32rem;
  color: #FFFFFF;
  line-height: 90rem;
  text-align: center;
  width: 48%;
  font-family: 'PingFangSC-Medium-ttf';
}

.dialog .phone {
  font-weight: 400;
  font-size: 28rem;
  color: #92939F;
  line-height: 44rem;
  margin: 10rem 0;
  text-align: center;
}

.dialog .code {
  position: relative;
  margin-bottom: 22rem;
  display: flex;
}

.dialog .code input {
  background: #F5F5F5;
  border-radius: 200rem;
  line-height: 94rem;
  padding-left: 42rem;
  outline: none;
  border: none;
  width: 100%;
  font-size: 28rem;
  font-family: 'PingFangSC-Medium-ttf';
}

.dialog .code input::placeholder {
  font-weight: 400;
  font-size: 28rem;
  color: #7C7C7C;
}

.dialog .code .sendbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42rem;
  font-size: 28rem;
  color: #3673FF;
  border: none;
  outline: none;
  background-color: transparent;
}

.dialog .comfirm {
  background: #0074FF;
  border-radius: 112rem;
  font-weight: 500;
  font-size: 32rem;
  color: #FFFFFF;
  line-height: 100rem;
  text-align: center;
}

.iframe {
  border-radius: 16rem;
  width: 80%;
  position: relative;
  background-color: #fff;
}

.iframe .ifra {
  overflow: hidden;
}

.iframe iframe {
  width: 100%;
  height: 50vh;
  margin: 0 auto;
  display: block;
  border: none;
}

.iframe .iftit {
  position: relative;
  text-align: center;
  padding: 20rem 0;
  font-size: 32rem;
  font-weight: 600;
  color: #333;
  font-family: 'PingFangSC-Regular-ttf';
}

.iframe .close {
  position: absolute;
  right: 10rem;
  top: 10rem;
  width: 60rem;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.iframe .close::before,
.iframe .close::after {
  content: '';
  position: absolute;
  width: 30rem;
  height: 4rem;
  background-color: #b5b5b5;
}

.iframe .close::before {
  transform: rotate(45deg);
}

.iframe .close::after {
  transform: rotate(-45deg);
}

dialog {
  border: none;
  font-weight: 400;
  font-size: 32rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12rem;
  padding: 24rem 38rem;
  width: max-content;
}

dialog:focus {
  border: none;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

dialog[open] {
  position: fixed;
  top: 50%;
  left: 50%;
  outline: none;
  border: none;
  transform: translate(-50%, -50%);
}

.wlmask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(62, 62, 62, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wlmask .wldialog {
  background: url(../images/onebg.png) no-repeat center center;
  background-size: cover;
  border-radius: 28rem;
  padding: 40rem;
  width: calc(100% - 184rem);
  text-align: center;
  position: relative;
}

.wlmask .wldialog .tit {
  font-weight: 500;
  font-size: 40rem;
  color: #000000;
  margin-bottom: 20rem;
  font-family: "PingFangSC-Semibold";
}

.wlmask .wldialog .tit span {
  color: #006EFE;
}

.wlmask .wldialog .info {
  font-weight: 500;
  font-size: 28rem;
  color: #0F0F0F;
  margin-bottom: 28rem;
  font-family: "PingFangSC-Regular";
}

.wlmask .wldialog span {
  color: #DF6C05;
}

.wlmask .wldialog .btn {
  background: #006EFE;
  border-radius: 112rem;
  font-weight: 500;
  font-size: 32rem;
  color: #FFFFFF;
  line-height: 100rem;
  font-family: "PingFangSC-Medium";
}

.wlmask .wldialog .other {
  font-weight: 500;
  font-size: 28rem;
  color: #5E8AC7;
  font-family: "PingFangSC-Semibold";
  margin: 60rem 0 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wlmask .wldialog .other span {
  display: inline-block;
  width: 80rem;
  height: 2rem;
  border-bottom: 2rem solid #5E8AC7;
  margin: 0 20rem;
}

.wlmask .wldialog .card {
  background: url(../images/ljsq.png) no-repeat right center #DBEAFF;
  background-size: 80rem 152rem;
  border-radius: 12rem;
  display: flex;
  align-items: center;
  padding: 36rem 0 36rem 22rem;
}

.wlmask .wldialog .card .ico {
  width: 86rem;
}

.wlmask .wldialog .card .desc {
  flex: 1;
  text-align: left;
  margin-left: 22rem;
}

.wlmask .wldialog .card .desc .name {
  font-weight: 600;
  font-size: 28rem;
  color: #5D6776;
  font-family: "PingFangSC-Semibold";
}

.wlmask .wldialog .card .range {
  font-weight: 500;
  font-size: 24rem;
  color: #5D6776;
  font-family: "PingFangSC-Medium";
}

.wlmask .wldialog .card .range span {
  color: #DF6C05;
}

.wlmask .wldialog .card .abtn {
  font-weight: 500;
  font-size: 24rem;
  color: #4E89D4;
  font-family: "PingFangSC-Semibold";
  width: 72rem;
}

.wlmask .wldialog .close {
  position: absolute;
  bottom: -80rem;
  left: calc(50% - 24rem);
  width: 48rem;
  height: 48rem;
}

.repay {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 20rem 20rem 0 0;
}

.repay .tit {
  font-weight: 500;
  font-size: 32rem;
  color: #3D3D3D;
  font-family: 'PingFangSC-Medium';
  padding: 20rem 40rem 20rem;
}

.repay .tit img {
  width: 40rem;
  height: 40rem;
  float: right;
}

.repay .tips {
  font-weight: 400;
  font-size: 24rem;
  color: #989898;
  padding: 0 30rem 20rem;
}

.repay .rebox {
  background: #F9F9F9;
  padding: 0 30rem 30rem;
}

.repay .rebox .scrolldiv {
  max-height: 60vh;
  overflow-y: scroll;
  padding-top: 15rem;
}

.repay .rebox .sum {
  background: #FFFFFF;
  border-radius: 100rem 100rem 100rem 100rem;
  border: 1rem solid #D9D9D9;
  display: inline-block;
  padding: 8rem 25rem;
  font-weight: 400;
  font-size: 24rem;
  color: #000000;
  margin-bottom: 15rem;
}

.repay .rebox .part {
  display: flex;
}

.repay .rebox .part .right {
  margin-left: 25rem;
  border-left: 1rem solid #D8D8D8;
  padding-left: 25rem;
  position: relative;
}

.repay .rebox .part .right::before {
  display: inline-block;
  content: '';
  width: 18rem;
  height: 18rem;
  border: 1rem solid #006EFE;
  border-radius: 50%;
  position: absolute;
  left: -10rem;
  top: 2rem;
  background: #F9F9F9;
}

.repay .rebox .part .right .pay {
  font-weight: 600;
  font-size: 24rem;
  color: #000000;
  line-height: 24rem;
  margin-bottom: 10rem;
  font-family: 'PingFangSC-Semibold';
}

.repay .rebox .part .right .detail {
  font-weight: 400;
  font-size: 24rem;
  color: #7C7B7B;
}

.repay .rebox .part .left {
  width: 180rem;
  font-weight: 400;
  font-size: 24rem;
  color: #7C7B7B;
  text-align: right;
  margin-bottom: 20rem;
}

.repay .rebox .part .left .date {
  line-height: 30rem;
  width: 100%;
  margin: 0 auto;
}

.repay .rebox .part .index {
  color: #000000;
  font-weight: 500;
  line-height: 40rem;
  font-family: 'PingFangSC-Semibold';
}


.hide {
  display: none;
}