.btn {
  width: 6.9rem;
  height: 1rem;
  display: block;
  background: #F46524;
  font-size: 0.36rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  border-radius: 0.96rem;
  margin: 0.7rem auto 0;
}
.mortgage{
  font-size: 0.26rem;
    line-height: 0.36rem;
    text-indent: 2em;
    margin-bottom: 0.2rem;
}
.btn.grey {
  background: #CACACA;
  color: #666;
}
.MoneyMore .btn {
  background: #0ACB9B;
}
.YesRupee .btn {
  background: linear-gradient(135deg, #168bff 0%, #1664ff 100%);
}
.MadRupee .btn {
  background: #E53017;
}
.NewCash .btn {
  background: #80C125;
}

/* 顶部导航栏优化 */
.header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.header_top {
  padding: 0.1rem 0;
  background: transparent;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.3rem;
}

.logo a {
  display: flex;
  align-items: center;
  height: 0.8rem;
}

.logo img {
  height: 0.7rem;
  width: auto;
  object-fit: contain;
}

.menu {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.menu a {
  color: #ffffff;
  font-size: 0.32rem;
  font-weight: 600;
  padding: 0.15rem 0.3rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.menu a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}

/* 移动端适配 */
@media (max-width: 768px) {
  .header .container {
    padding: 0 0.2rem;
  }
  
  .menu a {
    font-size: 0.28rem;
    padding: 0.12rem 0.25rem;
  }
}

.Qloan .btn {
  background: linear-gradient(135deg, #fe4a4a 0%, #ff8c33 100%);
}
.URupee .btn {
  background: #F76800;
}
.about {
  padding: 0.22rem 0.3rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #333;
}
.about p {
  text-indent: 2em;
}
.contact {
  padding: 0.1rem 0.3rem;
}
.contact ul li {
  border-bottom: 1px solid #CACACA;
  font-size: 0.32rem;
  line-height: 0.45rem;
  color: #333;
  display: flex;
  padding: 0.26rem 0;
}
.contact ul li h6 {
  font-weight: bold;
  width: 3.3rem;
}
.contact ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
}
.contact ul li a i {
  width: 0.44rem;
  height: 0.49rem;
  display: block;
  background: url(../img/tell.png) no-repeat center center / 100% auto;
}
.contact .repaymentInfo{
	font-size: 0.32rem;
	margin-top: 10px;
}
.contact ul li:last-child {
  /* display: block; */
}
.contact ul li:last-child h6 {
  margin-bottom: 0.2rem;
}
.protoc {
  color: #333;
  padding: 0.4rem 0.35rem;
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}
.protoc h2 {
  font-size: 0.45rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #2082cf;
  letter-spacing: 1px;
}
.protoc_cont h5 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin: 0.2rem 0;
  text-align: center;
  color: #555;
}
.protoc_cont h6 {
  font-size: 0.34rem;
  line-height: 0.9rem;
  margin: 0.45rem 0 0.2rem 0;
  color: #2082cf;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-left: 0.1rem;
  border-left: 4px solid #2082cf;
}
.protoc_cont p {
  font-size: 0.29rem;
  line-height: 0.52rem;
  text-indent: 2em;
  margin-bottom: 0.18rem;
  text-align: justify;
  color: #444;
  letter-spacing: 0.3px;
}
.protoc_cont dl {
  margin: 0.2rem 0;
  padding-left: 2em;
  font-size: 0.29rem;
  line-height: 0.5rem;
}
.protoc_cont div {
  margin: 0.18rem 0;
  padding-left: 2em;
  font-size: 0.29rem;
  line-height: 0.5rem;
  letter-spacing: 0.3px;
}
.protoc_cont .protoc_tip {
  color: #E6560D;
}
.protoc_cont img {
  width: 2.6rem;
  height: 3.5rem;
  display: block;
  margin: 0.2rem;
}
.quest {
  background: #fff;
}
.quest_middle {
  margin-top: 0.25rem;
}
.quest_middle img {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.3rem;
  vertical-align: top;
}
.quest_middle_question {
  font-size: 0.32rem;
  font-weight: 500;
  display: inline-block;
  width: 6.5rem;
}
.quest_choice {
  margin-top: 0.2rem;
  margin-left: 0.8rem;
  font-size: 0.3rem;
}
.quest_choice img {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.16rem;
}
.quest_choice ul li {
  line-height: 0.5rem;
}
.quest_choice ul li span {
  display: inline-block;
  vertical-align: top;
  width: 5.5rem;
}
.quest_text {
  width: 6.58rem;
  height: 2.44rem;
  margin-left: 0.5rem;
  color: #999999;
  font-size: 0.28rem;
  overflow: auto;
  padding-top: 0.4rem;
}
.quest_text textarea {
  width: 99%;
  height: 100%;
  background: #F9F9F9;
}
.quest_tips {
  font-size: 0.3rem;
  color: #F46524;
  margin: 0.3rem;
  letter-spacing: 0.01rem;
}
.table {
  margin: 0.1rem 0;
}
.table tr td,
.table tr th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 0.05rem 0.1rem;
}
.letter_top {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.1rem 0.5rem;
  align-items: center;
}
.letter_top img {
  width: 2rem;
  height: 0.9rem;
}
.letter_top div {
  width: 4rem;
  font-size: 0.2rem;
}
.letter_top div h6 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.letter_top div p {
  text-indent: 0;
}
.letter_cont {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
  padding: 0 0.3rem;
}
.letter_cont h2,
.letter_cont h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
}
.letter_cont h3 {
  font-size: 0.32rem;
  line-height: 0.6rem;
  font-weight: normal;
}
.letter_cont p {
  text-indent: 2em;
  margin-bottom: 0.1rem;
}
.letter_cont b {
  font-weight: bold;
}
.letter_cont div {
  margin-bottom: 0.1rem;
}
.saction_letter_top {
  padding: 0.2rem 0.1rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.saction_letter_top img {
  width: 6rem;
  height: 1.5rem;
}
.saction_letter_top h3 {
  font-weight: 900;
  font-size: 0.36rem;
  margin-top: 0.15rem;
}
.saction_letter_top p {
  font-size: 0.25rem;
}
.saction_letter_con {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
  padding: 0 0.3rem;
}
.saction_letter_con b {
  font-weight: bold;
}
.saction_letter_con p {
  text-indent: 2em;
  margin-bottom: 0.1rem;
}
.saction_letter_con h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: bold;
  /* text-align: center; */
}
.saction_letter_con h6 {
  font-weight: bold;
  font-size: 0.30rem;
  margin-bottom: 0.15rem;
}
.saction_letter_bottom {
  padding: 0 0.3rem;
  margin-top: 0.5rem;
  font-size: 0.26rem;
}
.saction_letter_bottom p {
  margin-bottom: 0.1rem;
}
.saction_letter_bottom p span{
  display: inline-block;
  width: 1.2rem;
}
/*inditrade sanction letter*/
.inditradeWrap {
  padding: 0.2rem 0.1rem 0.3rem;
}
.inditrade_top img {
  width: 3rem;
  height: 1.1rem;
}
.inditrade_top h3 {
  font-weight: 900;
  font-size: 0.36rem;
  margin-top: 0.15rem;
  text-align: center;
}
.inditrade_con {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
  padding: 0 0.3rem;
}
.inditrade_con b {
  font-weight: bold;
}
.inditrade_con .regist{
	display: inline-block;
	margin-bottom: 0.3rem;
}
.inditrade_con p {
  text-indent: 2em;
  margin-bottom: 0.1rem;
}
.inditrade_con h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: bold;
  /* text-align: center; */
}
.inditrade_con h5 {
  margin-bottom: 0.15rem;
}
.inditrade_con h6 {
  font-weight: bold;
  font-size: 0.30rem;
  margin-bottom: 0.30rem;
}
.inditrade_bottom {
	padding: 0 0.3rem;
	font-size: 0.26rem;
}
.inditrade_bottom h4 {
	text-align: center;
	font-weight: bold;
	font-size: 0.30rem;
	margin-bottom: 0.1rem;
}
.inditrade_bottom .inditrade_bottom_footer{
	overflow: hidden;
}
.inditrade_bottom .inditrade_bottom_footer .inditrade_bottom_footerL{
	/* width: 35%; */
	float: left;
	table-layout:fixed; word-break: break-all; overflow:hidden;
	font-weight: bold;
}
.inditrade_bottom .inditrade_bottom_footer .inditrade_bottom_footerR{
	width: 65%;
	float: left;
}
.inditrade_bottom_footer b{
	font-weight: bold;
}
.inditrade_bottom_website {
	table-layout:fixed; word-break: break-all; overflow:hidden;
	text-align: center;
}
.inditrade_bottom_website span {
	font-weight: bold;
}
/*protocol_privacy2*/
.privacy_wrap {
	color: #333;
	padding: 0.5rem 0.4rem;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	background: linear-gradient(to bottom, #f8f9fa, #ffffff);
	min-height: 100vh;
}
.privacy_content {
  max-width: 1200px;
  margin: 0 auto;
}
.privacy_wrap h2 {
  font-size: 0.45rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #2082cf;
  letter-spacing: 1px;
}
/*.privacy_content p:first-child {*/
/*  font-size: 0.34rem;*/
/*  font-weight: 900;*/
/*  text-align: left;*/
/*  margin-bottom: 0.3rem;*/
/*  color: #333;*/
/*}*/
.privacy_wrap .privacy_content p:nth-child(2),
.privacy_wrap .privacy_content p:nth-child(3),
.privacy_wrap .privacy_content p:nth-child(4),
.privacy_wrap .privacy_content p:nth-child(5) {
  font-size: 0.29rem;
  line-height: 0.52rem;
  text-align: justify;
  color: #444;
  margin-bottom: 0.2rem;
  letter-spacing: 0.3px;
}
.privacy_content {
	font-size: 0.28rem;
}
.privacy_content h5 {
  font-size: 0.30rem;
  text-indent: 2em;
  line-height: 0.48rem;
  margin: 0.2rem 0;
  color: #555;
}
.privacy_content h6 {
  font-size: 0.24rem;
  line-height: 0.6rem;
  margin: 0.45rem 0 0.2rem 0;
  font-weight: bold;
  color: #2082cf;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-left: 0.1rem;
  border-left: 4px solid #2082cf;
}
.privacy_content p {
  font-size: 0.29rem;
  line-height: 0.52rem;
  text-align: justify;
  color: #444;
  margin-bottom: 0.18rem;
  letter-spacing: 0.3px;
}
.privacy_content h4 {
  font-size: 0.28rem;
  padding: 0 0 0 0.3rem;
  margin: 0.2rem 0;
}

.privacy_content ul {
  margin-left: 40px;
}
.privacy_content ul li {
  font-size: 14px !important;
  line-height: 0.52rem;
  text-align: justify;
  color: #444;
  margin-bottom: 0.18rem;
  letter-spacing: 0.3px;
  list-style: disc;
}

.privacy2_foot{
	margin-bottom: 0.25rem;
	padding-left: 2em;
	font-size: 14px;
	line-height: 0.48rem;
	color: #666;
}

/* 借款协议 */
/*protocol_privacy2*/
.borrow_wrap {
	color: #333;
	padding: 0.4rem 0.35rem;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	background: linear-gradient(to bottom, #f8f9fa, #ffffff);
	min-height: 100vh;
}
.borrow_wrap h2 {
  font-size: 0.45rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #2082cf;
  letter-spacing: 1px;
}
.borrow_content {
	font-size: 0.28rem;
}
.borrow_content h5 {
  font-size: 0.30rem;
  text-indent: 2em;
  line-height: 0.48rem;
  margin: 0.2rem 0;
  color: #555;
}
.borrow_content h6 {
  font-size: 0.34rem;
  line-height: 0.9rem;
  margin: 0.45rem 0 0.2rem 0;
  font-weight: bold;
  color: #2082cf;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-left: 0.1rem;
  border-left: 4px solid #2082cf;
}
.borrow_content p {
  font-size: 0.29rem;
  line-height: 0.52rem;
  text-align: justify;
  color: #444;
  margin-bottom: 0.18rem;
  letter-spacing: 0.3px;
}
.borrow_content h4 {
  font-size: 0.28rem;
  padding: 0 0 0 0.3rem;
  margin: 0.2rem 0;
}
.borrow_foot{
	margin-bottom: 0.25rem;
	padding-left: 2em;
	font-size: 0.29rem;
	line-height: 0.48rem;
	color: #666;
}

/* repayment*/
/* 还款说明 */
.intord_wrap {
	color: #333;
	padding:  0.15rem;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	background-color: #F7F9FE;
}
.intord_wrap h2 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: bold;
  /* text-align: center; */
}
.intord_content {
	font-size: 0.26rem;
	padding: 0.2rem;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(198, 207, 228, 0.35);
	border-radius: 20px;
}
.intord_content h5 {
  font-size: 0.26rem;
  text-indent: 2em;
  /* line-height: 0.42rem; */
  /* margin: 0.15rem 0; */
  /* text-align: center; */
}
.intord_content h6 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin: 0.25rem 0 0.1rem 0;
  font-weight: bold;
}
.intord_content p {
  font-size: 0.26rem;
  line-height: 0.36rem;
  /* text-indent: 2em; */
  margin-bottom: 0.2rem;
}
.intord_content h4 {
  font-size: 0.26rem;
  padding: 0 0 0 0.3rem;
}
.intord_content .stepWrap{
	display: flex;
	align-items: center;
}
.intord_content .stepWrap .stepLeft{
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	border:3px solid #3C73F8;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3C73F8;
	line-height: 36px;
}
.intord_content .stepWrap .stepRight{
	flex: 1;
	margin-left: 0.3rem;
	color: #8090B7;
}
.intord_content .bankInfo{
	color: #8090B7
}
.intord_content .bankInfo span{
	color: #23345D
}
.copyBtn{
	width: 1rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	color: #FFFFFF !important;
	background: #0168FF;
	margin-left: 15px;
	display: inline-block;
	text-align: center;
	padding-top: 4px;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}
