.header-logo {
 	margin-top: 30px;
 }

 .header-logo img {
 	width: 32%;
 }

 .header-tit-box {
 	padding: 6px;
 	color: #555;
 }

 .header-tit {
 	text-align: center;
 	font-size: 20px;
 	color: #333;
 	font-weight: bold;
 }

 .btn-register {
 	background: #106eb9;
 }

 .diy-input:before {
 	border: none;
 }

 .weui-cells:after {
 	border: none;
 }

 .weui-cells:before {
 	border: none;
 }

 .diy-input-tip {
 	font-size: 16px;
 	color: #444;
 }

 .diy-input-btn {
 	font-size: 16px;
 	border-left: 1px solid #fff;
 }

 .diy-input-txt {
 	font-size: 16px;
 	color: #444;
 }

 .footer—txt {
 	color: #999 !important;
 	font-size: 12px
 }

 .diy-form-sign {
 	font-size: 14px;
 	width: 50% !important;
 	display: block;
 	/*background-color: #b02130;*/
 	background-color: #b02130; 
 }


 .float_phone {
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	background: #a73237;
 	position: fixed;
 	right: 20px;
 	bottom: 165px;
 	border-radius: 50%;
 	z-index: 999;
 	box-shadow: 0 0 15PX #CCC;
 	-webkit-animation-name: scaleDraw;
 	/*关键帧名称*/
 	-webkit-animation-timing-function: ease-in-out;
 	/*动画的速度曲线*/
 	-webkit-animation-iteration-count: infinite;
 	/*动画播放的次数*/
 	-webkit-animation-duration: 5s;
 	/*动画所花费的时间*/
 }

 .float_pnone_img {
 	display: block;
 }

 .float_pnone_img img {
 	width: 65%;
 	height: 65%;
 	margin-top: 17.5%;
 }

 @keyframes scaleDraw {

 	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
 	0% {
 		transform: scale(1);
 		/*开始为原始大小*/
 	}

 	25% {
 		transform: scale(1);
 		/*放大1.1倍*/
 	}

 	50% {
 		transform: scale(1);
 	}

 	75% {
 		transform: scale(1);
 	}
 }

 .float_share {
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	background: #a73237;
 	position: fixed;
 	right: 20px;
 	bottom: 110px;
 	border-radius: 50%;
 	z-index: 999;
 	box-shadow: 0 0 15PX #CCC;
 	-webkit-animation-name: scaleDraw;
 	/*关键帧名称*/
 	-webkit-animation-timing-function: ease-in-out;
 	/*动画的速度曲线*/
 	-webkit-animation-iteration-count: infinite;
 	/*动画播放的次数*/
 	-webkit-animation-duration: 5s;
 	/*动画所花费的时间*/
 }

 .float_like {
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	background: #a73237;
 	position: fixed;
 	right: 20px;
 	bottom: 220px;
 	border-radius: 50%;
 	z-index: 999;
 	box-shadow: 0 0 15PX #CCC;
 	-webkit-animation-name: scaleDraw;
 	/*关键帧名称*/
 	-webkit-animation-timing-function: ease-in-out;
 	/*动画的速度曲线*/
 	-webkit-animation-iteration-count: infinite;
 	/*动画播放的次数*/
 	-webkit-animation-duration: 5s;
 	/*动画所花费的时间*/
 }








 /* 首页增加 */
 .weui-label {
 	color: #213235;
 }
 
/* 查询页面增加 */
.weui-pay-order:before, .weui-pay-order:after {
	background: none !important;
}
.weui-pay-c:after { 
	border-left: none; 
}


.weui-pay-line { 
    background-color: transparent; 
}
 
 
.weui-icon_msg.weui-icon-warn {
    color: #000000;
}
.return-search{
	background-color: #b02130;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2.55555556;
	border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
} 
.return-search:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    border-radius: 10px;
}


.weui-pay-label { 
	text-align: center;
    width: 80px;
}

