html,body{
	height: 100%;
}
.img-background {
	background-color: #0192fb;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.div-sec {
    position: absolute;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    top: 0px;
    left: 5px;
}
.i-arrow-up{
	background: url(../img/back.png) center center no-repeat;
	background-size: 31px 32px;
    width: 44px;
    height: 30px;
    padding-bottom: 7px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg);
}
.p-sec {
	text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}
.p-bd {
	font-size: 16px;
    color: #343434;
    font-weight: bold;
}
.bd-btn {
	border-radius: 10px;
    font-size: 17.3px;
    color: #fff;
    text-align: center;
    height: 41.6px;
    line-height: 41.6px;
    background-color: #0192fb;
    width: 80% !important;
    margin-bottom: 20px;
}
.body-col {
	background-color: #f0f1f5;
}
.sp-sty {
	color: #FFFFFF;
	margin-right: 10px;
    font-size: 16px;
}
.sp-sec {
    margin-right: 40px;
    float: right;
}
.sp-left {
    float: left;
    margin-left: 40px;
}
.inp-left {
	margin-left: 25px;
}
.weui-cells {
	font-size: 14px;
	margin-top: 0px;
}
.weui-cell {
	/*border-bottom: 1px #FFFFFF solid !important;*/
	border-bottom: none;
	padding: 7px 15px;
}
.bg-img {
	background :url(../../lib/img/bg.jpg) no-repeat fixed;
	background-size: cover;
}
.div-img {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}
.weui-cells {
	background-color: transparent;
}
.img-wid {
	width: 130px;
}
.weui-input {
	font-size: 15px;
	color: #FFFFFF;
}
.weui-cell__hd img {
	width: 30px;
}
.weui-cells:before {
	border-top :none;
}
.div-p {
	font-size: 12px;
	margin-top: 55px;
	color: #FFFFFF;
    margin-left: 40px;
    margin-right: 40px;
}
.weui-cells:after {
	border-bottom: none;
}
.img-bot {
    width: 45px !important;
    margin-left: 45px !important;
    color: #ffffff;
}
.p-font {
	color: #FFFFFF;
	margin-left: 5px;
}
.we-border {
	border-bottom: 1px #FFFFFF solid !important;
	margin: 0 10%;
}
input::-webkit-input-placeholder{
	color:#FFFFFF;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#FFFFFF;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#FFFFFF;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#FFFFFF;
}
.p-kong {
	text-indent: 20px;
	line-height: 16px;
}
.p-first {
	margin-left: 27px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.img-left {
    width: 22px !important;
    float: left;
}
.p-mar {
	margin-left: 25px;
    margin-top: 15px;
}
@media only screen and (max-width: 365px) {
	.img-wid{
		width: 90px;
	}
	.weui-cell {
		padding: 0px 10px;
	}
	
}
.p-display {
	display: inline-block;
}
.div-left {
	padding-left: 27px;
    padding-top: 5px;
}
.div-right {
    float: right;
    padding-right: 24px;
    padding-top: 5px;
}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before{
	color: #FFFFFF;
}
.back-white {
	color: #FFFFFF;
}
.weui-check__label:active{
	background: transparent;
}