@CHARSET "UTF-8";
.font-base{
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	color: #666;
}
.font-top-title{
    font-size: 20px;
    text-align: center;
    color: #333;
}
/*标题*/
.top-title{
	height: 45px;
	line-height: 45px;
}
/*标题字体*/
.font-top-title-18{
    font-size: 18px;
    text-align: center;
    color: #333;
    
}
/*黑色导航标题字体*/
.font-balck-top-title-18{
    font-size: 18px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
}

/*标题线条*/
.mobile-line-top{
	border-top: 1px solid #4169E1;
    height: 1px;
}
.font-16{
    font-size: 16px;
}
.font-15{
    font-size: 15px;
}
.font-14{
    font-size: 14px;
}
.font-12{
    font-size: 12px;
}
.font-center{
    text-align: center;
}
/*行直接线条*/
.mobile-line{
	border-top: 1px solid #d7d7d7;
    height: 1px;
}
.content_title{
	height: 45px;
	line-height: 45px;
}
.mobile-select{
	height: 28px;
	border:1px solid #ccc;
}
.mobile-sub-btn{
	background-color:#009DD9;
	border-radius: 5px;
}
/*背景色*/
.wxback-color{
	background-color: #f1f1f1;
}
.wxbc-fff{
	background-color: #fff;
}
/*没有菜单的标题背景色*/
.title-color{
	background-color: #44444e;
	color: #fff;
}
/*箭头*/
.arrow{
	color: c1c1c1;
}
.btn{
	font-size: 15px;
	padding: 8px 12px !important;
}
/*底部下一步、上一步*/
.my_bottom_nav{
	height: 55px;
}
.my_bottom_div{
	margin-top: 8px;
}
.my_bottom_divleft{
	padding-left: 0;
}
.my_bottom_divright{
	padding-right: 0;
}
.my_bottom_prevbtn{
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.my_bottom_nextbtn{
	background-color: #2283c5;
    color: #ffffff !important;
	border-radius: 5px;
    border: 1px solid #ccc;
}

i.ps-btn{
	display: block;
	color: #56abe4;
    font-size: 37px;
    font-weight: bold;
}