
.iconfont {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner {
  background-image: url(../images/loan/bg.png);
  background-size:100% 100%;
  width: 100%;
  height: 500px;
}

.banner .content {
  /* justify-content: space-between; */
  padding: 30px 160px 0 160px ;
  flex-wrap:nowrap;
}
.banner .apply-form {
  box-shadow: 0px 2px 8px 0px rgba(38, 38, 38, 0.3);
  background-color: rgba(255, 255, 255, 1);
  width: 360px;
  height: 440px;
}

.apply-form .h2 {
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  text-transform: uppercase;
  /* font-family: "Microsoft Yahei"; */
  font-weight:bold;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 30px 120px 0 40px;
}

.banner .desc {
    width: 432px;
    height: 190px;
    margin: 155px 0 0 120px;
}

.desc span {
  /* font-family: MicrosoftYaHei-Bold; */
}

.selected {
  border-color: rgb(75,138,247)!important;
}
.invalid-value {
  border-color: rgb(254,86,84)!important;
}
.desc-title {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  text-align: left;
  white-space: nowrap;
  line-height: 48px;
}

.desc-detail-1 {
  background-color: rgba(255, 255, 255, 1);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  height: 40px;
  width: 404px;


}


.desc-detail-wrapper {
  overflow-wrap: break-word;
  font-size: 24px;
  letter-spacing: 1px;
  /* font-family: MicrosoftYaHei; */
  text-align: center;
  white-space: nowrap;
  line-height: 32px;
  margin: 4px 0 0 0;
}

.desc-detail-text-1 {
  color: rgba(38, 38, 38, 1);
}

.desc-detail-text-2 {
  overflow-wrap: break-word;
  color: rgba(10, 122, 255, 1);
}

.desc-detail-text-3{
  color: rgba(38, 38, 38, 1);
}

.desc-detail-text-4 {
  color: rgba(10, 122, 255, 1);
}

.desc-detail-2 {
  width: 432px;
  height: 52px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.desc-detail-2 span {
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;
  text-align: justify;
  white-space: nowrap;
  line-height: 21px;
 
}
.desc-detail-2 span+span{
  margin-top: 10px;
}

.zhuanxiang {
  height: 380px;
  padding-left: 60px;
  padding-right: 60px;
}
.zhuanxiang-title{
  width: 100%;
  height: 37px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 28px;
  text-align: left;
  white-space: nowrap;
  line-height: 37px;
  margin-top: 60px;
  font-weight:bold;
}

.zhuanxiang-list {
  padding-left: 0;
  width: 100%;
  height: 160px;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 103px;
  margin-top: 40px;
  display: flex;

}
.zhuanxiang-list li {
  list-style-type: none;;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 1);
  width: 300px;
  height: 160px;
  border: 1px solid rgba(232, 232, 232, 1);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-center;
}

.zhuanxiang-list li div{
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  margin: 21px 0 0 120px;
}
/* sss */
.block-1 {
  background: url(../images/loan/icon1@2x.png)
    100% no-repeat;
}
.block-2 {
  background: url(../images/loan/icon2@2x.png)
    100% no-repeat;
}
.block-3 {
  background: url(../images/loan/icon3@2x.png)
    100% no-repeat;
}
.block-4 {
  background: url(../images/loan/icon4@2x.png)
    100% no-repeat;
}

.zhuanxiang-list span {
  width: 100%;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  text-align: center;
  white-space: nowrap;
  line-height: 18px;
 
}

.zhuanxiang-subtitle {
  margin: 20px 0 0 0;
  font-size: 18px;
}
.zhuanxiang-cap {
  margin: 10px 0 0px 0;
  font-size: 14px;
}

.service {
  background-image: url(../images/loan/service-bg.png);
  background-size: 100%;
  width: 100%;
  height: 380px;
  padding-left: 60px;
  padding-right: 60px;
}

.service-title {
  width: 100%;
  height: 37px;
  font-weight:bold;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 28px;
  text-align: left;
  white-space: nowrap;
  line-height: 37px;
  margin-top: 53px;
}

.service-list {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0 90px 0;
  padding-left: 0;
}

.service-list li {
  list-style-type: none;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 1);
  width: 413px;
  height: 160px;
  border: 1px solid rgba(232, 232, 232, 1);
  margin-right: 40px;
  
}

.service-list li div {
  width: 210px;
  height: 140px;
  margin: 10px 0 0 10px;
}

.service-item-1 {
  background-image: url(../images/loan/card.png);
}
.service-item-2 {
  background-image: url(../images/loan/consultation.png);
}
.service-item-3 {
  background-image: url(../images/loan/consultation-1.png);
}

.service-list span {
  width: 153px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  /* font-family: MicrosoftYaHei-Bold; */
  font-weight:bold;
  text-align: justify;
  line-height: 24px;
  margin: 56px 20px 0 20px;
}



.flow {
  background-color: rgba(255, 255, 255, 1);
  height: 502px;
  width: 100%;
  position: relative;
}

.flow-title {
  margin: 60px 0 0 60px;
  width: 112px;
  height: 37px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 28px;
  font-weight:bold;
  text-align: left;
  white-space: nowrap;
  line-height: 37px;
}

.flow-list {
  width: 100%;
  /* height: 64px; */
  margin: 44px 0 0 0;
  padding: 0  212px 0 212px;
  z-index: 1;
}

.flow-list li {
  width: 72px;
  height: 63px;
  margin: 1px 0 0 0;

}

.flow-list .flow-img {
  width: 28px;
  height: 35px;
  margin-left: 22px;
  font-size: 34px;
  color:#0A7AFF;
  margin-top: -20px;

}

.flow-list .flow-cap {
  width: 72px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  /* font-family: MicrosoftYaHei-Bold; */
  font-weight:bold;
  text-align: center;
  white-space: nowrap;
  line-height: 18px;
  margin-top: 30px;
}


.flow-list .flow-order {
  background-color: rgba(206, 229, 255, 1);
  border-radius: 50%;
  height: 38px;
  width: 38px;
  margin: auto;
  margin-top: 15px;

}

.flow-list .flow-order div {
  background-color: rgba(10, 122, 255, 1);
  border-radius: 50%;
  height: 28px;
  width: 28px;
  margin: 5px 0 0 5px;
}

.text_40 {
  width: 10px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  /* font-family: MicrosoftYaHei; */
  text-align: justify;
  white-space: nowrap;
  line-height: 24px;
  margin: 2px 0 0 9px;
}


.line-wraper {
  width: 100%;
  height: 38px;
  margin: 34px 0 0 0;
  padding: 0 232px 0 232px;

}

.line {
  background-color: rgba(10, 122, 255, 1);
  width: 100%;
  height: 3px;
  margin: 0;
}

.flow-desc {
  height: 18px;
  margin: auto;
  margin-top: 43px;
  margin-bottom: 0;
}

.flow-desc-shenpi {
  height: 18px;
  overflow-wrap: break-word;
  font-size: 18px;
  /* font-family: MicrosoftYaHei; */
  text-align: center;
  white-space: nowrap;
  line-height: 18px;
  color: rgba(38, 38, 38, 1);
}

.text-blue {
  color: rgba(10, 122, 255, 1);
}

.flow-desc-1 {
  height: 18px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0;
}



.flow-button {
  width: 200px;
  height: 40px;
  margin: auto;
  margin-top: 20px;
}

.text-wrapper_10 {
  background-color: rgba(38, 38, 38, 1);
  height: 40px;
  width: 200px;
}

.flow-button-text {
  width: 72px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  /* font-family: MicrosoftYaHei; */
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
  margin: 8px 0 0 64px;
}


.steps {
  color: #595959;
  background: #f5f5f5;
  height: 540px;
  padding: 60px 0;
}

/* .steps h1 {
  margin: 0;
} */

.steps__des {
  text-align: right;
}

.steps .moblie_steps_des_show {
  display: none;
}

.steps__list {
  text-align: center;
  justify-content: space-between;
  padding: 55px 32px 40px;
  font-size: 20px;
}

.steps__list img {
  position: absolute;
}

.steps__list li>div {
  width: 80px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}


.steps__list .paper {
  position: absolute;
  width: 200px;
  height: 200px;
  /* background: green; */
  transform: rotate(45deg) translate(-110px, 0);
  /* opacity: .5; */
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  transition: transform 1s ease-out;
}

.steps__list .paper img {
  transform: rotate(-45deg) translate(25px, 106px);
  transition: transform 1s ease-out;
}

.steps__list .paper::after {
  position: absolute;
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: #fff;
  transform: rotate(-45deg) translate(160px, 180px);
  background: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  transition: transform .5s ease-out;
  z-index: 2;
}

.steps__list li img:first-child {
  z-index: 1;
}

.steps__list li>div {
  transition: transform .25s ease-out;
}

.steps__list li.an .paper {
  transform: rotate(45deg) translate(-260px, 0);
}

.steps__list li.an .paper img {
  transform: rotate(-45deg) translate(131px, 212px);
}

.steps__list li.an .paper::after {
  transform: rotate(-45deg) translate(55px, 75px);
}

.steps__list li:hover>div {
  overflow: visible;
  transform: scale(1.25);
}

.steps__list li:hover .paper {
  display: none;
}

.steps__list li:hover img+img {
  z-index: 3;
}

/* è‹±æ–‡ç‰ˆæ–°å¢žæ ·å¼ by kanglecheng */
.steps__list_text {
  width: 83px;
  line-height: 22px;
  display: inline-block;
}

.index_one_stop_h2,
.index_one_exclusive_custom_h2 {
  display: none;
}

.index_custom__form_h2 {
  text-transform: none;
  text-align: left !important;
  padding-left: 10px;
}

/* .steps__list li>div>div {
  position: relative;
  transition: transform .25s ease-out;

} */

/* .steps__list li>div>div::before { */
/* position: absolute;
  content: '';
  display: block; */

/* animation: 5s slider infinite; */
/* } */
/* .steps__list img {
  position: absolute;
} */

/* .steps__list li>div:hover>div {
  animation-play-state: paused;
  transform: translateY(-100px);
} */

.custom {
  position: relative;
}

.custom .h1,
.custom .h2 {
  color: #fff;
}

.custom__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  /* background: #150A01; */
  opacity: .5;
  z-index: 0;
}

.custom__content {
  position: relative;
  z-index: 1;
  height: 620px;
  margin-top: -620px;
  color: #fff;
  justify-content: space-between;
}


.custom__des {
  max-width: 376px;
  padding-top: 70px;
}

@media (max-width: 900px) {
  .custom__des {
    margin-right: 20px;
    flex: 1;
    width: auto;
  }
}

.custom header {
  margin-bottom: 40px;
}

.custom__form {
  width: 100%;
  background: rgba(255, 255, 255, .4);
  color: #fff;
  margin-top: 30px;
}

.custom__form input,
.custom__form button,
.custom__form select {
  height: 40px;
  outline: none;
  border: none;
  border-radius: 0;
}

.custom__form input,
.custom__form select {
  padding: 0 12px;
  width: 100%;
  color: #262626;
}

.custom__form select:invalid {
  color: rgb(117, 117, 117);
}

.custom-form__item {
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 20px;
}

.custom-form__item span {
  width: 60px;
  text-align: right;
  margin-right: 10px;
}
.custom-form__item input {
  border: 1px solid #D9D9D9;
}
.custom-form__item .select {
  border: 1px solid #D9D9D9;
}
.custom-form__item-error {
  margin-bottom: 0;
}
.auth-code .flex__main{
  border: 1px solid #D9D9D9;
}
#code {
  border-top: 0 solid #D9D9D9;
  border-left: 0 solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 0 solid #D9D9D9;
  margin: 10px auto;
  height: 20px;
}

.custom-form__error {
  position: absolute;
  color: #F5222D;
  margin-top: -5px;
}

.custom-form__error .icon {
  margin-right: 10px;
}



.button-code {
  margin-left: 10px;
  width: 100px;
  background: #fff;
  color: #0A7AFF;
  cursor: pointer;
  font-size: 14px;
}

.button-submit{
  /* margin-top: 20px; */
  font-size: 16px;
 
}

.button-enable {
  background: #262626;
  color: #fff;
  cursor: pointer;
}

.button-disable{
  background: #e8e8e8;
  color: #8c8c8c;
  /* pointer-events:none; */
}
.button-disable:hover {
  cursor: not-allowed;
}
.button-enable:hover {
  background: #3b3b3b;
}

.accounts-privacy {
  color: #8c8c8c;
  letter-spacing:-1px;
}

.accounts-privacy text, .accounts-privacy a{
 margin-left: -2px;
}
.accounts-privacy .checkbox input, .accounts-privacy .radio input {
  display: none;
}


.checkbox input+.icon {
  color: #262626;
}
.checkbox input+.icon, .radio input+.icon {
  margin-right: 5px;
}
.checkbox input+.icon::before {
  content: '\e683';
}

.checkbox input:checked+.icon::before {
  content: '\e684';
}