body{
    background: #151a36 url(../imgs/bgimg01.png) no-repeat center top;
    color: #333;
    background-size:100% auto;
}
p{ margin:0; }
a{
    text-decoration: none;
    color: #333;
    display: block;
}
.van-cell {
	padding: 8px 15px !important;
	margin-top: 5px;
}
.tit-top {
	background: transparent !important;
	height: 50px;
	position: relative;
	display: flex;
	align-items: center;
}

#tit-top::after {
	border-color: transparent;
}

.tit-top .van-nav-bar__text {
	font-size: 20px;
	color: #fff !important;
}

.tit-top .van-nav-bar__text:active {
	background-color: transparent;
}

.tit-top img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	align-items: center;
}

.tit-top span {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	padding-left: 10px;
}
.tit-left .van-icon{
	font-size: 20px;
	color: #fff !important;
}


.tit-right .van-icon {
	font-size: 20px;
	color: #fff !important;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.tit-top {
	background: transparent !important;
	height: 50px;
	position: relative;
}

#tit-top::after {
	border-color: transparent;
}

.tit-top .van-nav-bar__text {
	font-size: 16px;
	color: #fff !important;
}

.tit-top .van-nav-bar__text:active {
	background-color: transparent;
}

img{
    display: block;
}
.w100 {
  width: 100%;
}
.tet-xs {
  font-size: 14px;
}
.tet-xm {
  font-size: 14px;
}

.tet-sm {
  font-size: 16px;
}
.tet-lg {
  font-size: 16px;
}
.tet-x{
  font-size: 16px;
}
.tet-xl {
  font-size:22px;
}
.tet-xxl {
  font-size: 24px;
}
.tet-xxxl {
  font-size: 16px;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.clr-blue {
  color: #485169;
}
.clr-yellow {
  color: #feb61e;
}
.clr-white {
  color: #fff;
}
.clr-btn{
  color:#151a36;
}


.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.m-10 {
  margin: 10px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-20 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-46 {
  padding-top: 46px;
}
.pr-0 {
  padding-right: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-15 {
  padding-bottom: 15px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nbfc {
  overflow: hidden;
}
.btn-radius{border-radius:10px;}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear{
    clear: both;
}

/*底部导航*/
.nav-dz {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nav-dz ul {
	width: 100%;
	height: auto;
	float: left;
	background: #151a36;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.nav-dz ul li {
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	text-align: center;
	list-style-type: none;
	padding: 5px 0;
}

.nav-dz ul li p {
	margin: 0;
	color: #adb6e7;
}

.nav-dz ul li.active p {
	color: #f86948;
}

.nav-dz ul li a {
	font-family: "微软雅黑";
	line-height: 20px;
	color: #454545;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-dz ul li.active a,
.nav-dz ul li.active p {
	color: #f86948;
}

.nav-dz ul li a img {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.nav-dz ul li a img.sh {
	margin: 0 auto;
}

.nav-dz ul li.active a img.sh {
	display: none;
}

.nav-dz ul li a img.xa {
	display: none;
}

.nav-dz ul li.active a img.xa {
	display: inline-block;
	margin: 0 auto;
}