@charset "utf-8";
/* 
*Filename:		index.css
*Author:		一直都在
*Website:		
*Blog:			
*Mail:			1789992612@qq.com
*Version:		2.0(2020-07-08)
*/
@import 'common.css';


.head-nav .tel400 {
  line-height: 24px;
  height: 49px;
  padding: 13px 0;
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.head-nav .tel400 .t1 {
  color: #333300;
  font-size: 16px;
}

.head-nav .tel400 .t2 {
  color: #0383C8;
  font-size: 16px;
  padding-left: 20px;
}

.head-nav .tel400 .t3 {
  color: #0383C8;
  font-size: 16px;
  padding-left: 20px;
}


/* 轮播 */
.ny-banner {
  position: relative;
}

.er-code {
  width: 320px;
  height: 400px;
  background: linear-gradient(317deg, #F3F9FF 0%, #FFFFFF 100%);
  border-radius: 12px;
  position: absolute;
  right: 15%;
  top: 60px;
  box-sizing: border-box;
}

.er-code .code-title {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 36px;
}

.er-code .code-tips {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 6px;
}

.er-code .code {
  margin-top: 24px;
  text-align: center;
}

.er-code .code>img {
  width: 224px;
  height: 224px;
}

/* 开户前准备 */
.index-prepare {
  margin-top: 54px;
}

.index-prepare .prepare-box {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  box-sizing: border-box;
}

.index-prepare .prepare-box .prepare-item {
  text-align: center;
}

.index-prepare .prepare-box .prepare-item>img {
  width: 120px;
  height: 120px;
}

.index-prepare .prepare-box .prepare-item .prepare-item__tips {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-top: 26px;


}

/* 如何开户 */
.index-how {
  background: url(../images/bg-how.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 54px;
  margin-top: 114px;
}

.index-how .index-title .tt {
  color: #FFFFFF;
}

.index-how .index-title .x-b {
  background: #FFFFFF;

}

.index-how .how-box {
  display: flex;
  justify-content: space-between;
}

.index-how .how-box .how-item {
  width: 344px;
  height: 401px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;

}

.index-how .how-box .how-item>img {
  width: 200px;
  height: 200px;
  margin-top: 36px;
}

.index-how .how-box .how-item>.how-item__steps {
  width: 143px;
  height: 48px;
  background: #F24957;
  border-radius: 27px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  margin-top: 31px;
}

.index-how .how-box .how-item>.how-item__tips {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-top: 16px;
}

.index-how .how-more {
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin: 36px 0 54px;
  display: block;
  cursor: pointer;
}

.index-how .how-more>span {
  display: inline-block;
  text-align: center;
}

/* 支持的银行 */
.index-bank {
  margin: 54px 0 30px;
}

.index-bank .bank-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-bank .bank-box .bank-item {
  width: 269px;
  height: 86px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px #EEEFF0;
  border-radius: 4px;
  /* line-height: 86px; */
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 42px;

}

.index-bank .bank-box .bank-item>img {
  margin-left: 24px;

}

/*新闻*/
.index-news {
  padding: 72px 0;
}

.index-title {
  text-align: center;
  margin-bottom: 54px;
}

.index-title .tt {
  font-size: 32px;
  line-height: 42px;
  color: #333;
  padding-bottom: 24px;
}

.index-title .x-b {
  width: 120px;
  height: 5px;
  background: #F24957;
  border-radius: 4px;
  margin: 0 auto;
}

.index-news-hd {
  background: #fafafa;
  width: 100%;
  height: 65px;
  border-radius: 4px;
}

.index-news-hd .hd-t {
  float: left;
  width: 290px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  margin: 6px 8px;
  color: #999;
  font-size: 24px;
  cursor: pointer;
  border-radius: 4px;
}

.index-news-hd .hd-t+.hd-t {
  margin-left: 0;
}

.index-news-hd .hd-t.on {
  background: #F24957;
  color: #fff;
}

.index-news-bd {
  padding-top: 42px;
  height: 600px;
}

.index-news-bd .box {}

.index-news-bd .box .news-l {
  width: 580px;
}

.index-news-bd .box .news-l .pic {
  position: relative;
  width: 580px;
  height: 402px;
  overflow: hidden;
}

.index-news-bd .box .news-l .pic a img {
  width: 100%;
}

.index-news-bd .box .news-l .pic .time {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 103px;
  background: #F24957;
  text-align: center;
}

.index-news-bd .box .news-l .pic .time .d {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  padding: 10px 0;
}

.index-news-bd .box .news-l .pic .time .ym {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}

.index-news-bd .box .news-l a.title {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 26px;
  padding: 24px 0 12px;
}

.index-news-bd .box .news-l a.title:hover {
  color: #F24957;
}

.index-news-bd .box .news-l .note {
  font-size: 16px;
  color: #666;
  line-height: 21px;
  height: 63px;
  border-bottom: 1px solid #DDDADA;
  padding-bottom: 12px;
}

.index-news-bd .box .news-r {
  width: 580px;
}

.index-news-bd .box .news-r .item {
  padding: 24px 0 30px;
  border-bottom: 1px solid #DDDADA;
}

.index-news-bd .box .news-r .item .time {
  width: 70px;
  text-align: center;
}

.index-news-bd .box .news-r .item .time .d {
  font-size: 54px;
  color: #999;
  font-weight: 400;
}

.index-news-bd .box .news-r .item .time .ym {
  font-size: 16px;
  color: #999;
}

.index-news-bd .box .news-r .item .cont {
  width: 490px;
}

.index-news-bd .box .news-r .item .cont a.title {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: 700;
}

.index-news-bd .box .news-r .item .cont a.title:hover {
  color: #F24957;
}

.index-news-bd .box .news-r .item .cont .note {
  font-size: 16px;
  color: #666;
  line-height: 21px;
  height: 42px;
}

.index-news-bd .box .more {
  width: 100%;
  padding-top: 24px;
}

.index-news-bd .box .more a {
  display: block;
  width: 120px;
  line-height: 28px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  padding-right: 30px;
  background: url(../images/more.png) no-repeat center right;
  background-size: 20px;
}

.index-news-bd .box .more a:hover {
  color: #F24957;
}