* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}

body {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
	background-color: rgb(29,83,209);
	font-size: 0.75rem;
	font-family: "微软雅黑";

}

li {
	list-style: none;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

button,
input {
	outline: none;
}

button {
	background: none;
}

img {
	max-width: 100%;
	display: block;
}
.topBox,.tabTop img{width: 100%;}
.tabTop{padding: 0.2rem 0.5rem;background-color: rgb(34,179,185);}
.tabTop ul{display: flex;justify-content: space-around;}
.tabTop ul li{color: #fff;margin: 0 0.25rem;line-height: 1.3rem;}
.active{font-weight: bold;font-size: 0.8rem;}
.tabItem{display: none;width: 90%;padding: 0 0.5rem;margin: 1rem auto;}
.tabItem:nth-child(1){display: block;}
.textInfo h1{color: #fff;font-size: 0.9rem;text-align: center;line-height: 1.5rem;padding: 0 1rem;}
.textInfo>p,.tipInfo>p{font-size: 0.75rem;line-height: 1.5rem;color: rgba(255,255,255,0.85);margin: 0.5rem 0;}
.textInfo>div{margin-bottom: 1rem;}
.textInfo>div span,.textInfo>span,.tipInfo>div span{font-size: 0.75rem;font-weight: bold;color: #fff;}
.textInfo>div p{font-size: 0.75rem;font-weight: bold;color: #fff;}
.formBox{background-color: rgb(31,133,204);padding: 1.5rem 1rem;border-radius:0.5rem;margin: 1rem auto;}
.itemForm span{display: block;margin-right: 0.5rem;color: #fff;font-weight: bold;font-size: 0.75rem;}
.itemForm{margin-bottom: 1rem;}
.itemForm input{line-height: 1.5rem;padding: 0 0.5rem;border-radius: 0.3rem;}
.itemForm:nth-child(1),.itemForm:nth-child(2),.itemForm:nth-child(5){display: flex;margin-bottom: 1rem;}
.itemForm:nth-child(1) span,.itemForm:nth-child(2) span,.itemForm:nth-child(5) span{width: 3rem;text-align: right;line-height: 1.5rem;}
.itemForm p{color: #fff;margin-top: 0.3rem;}
.itemForm .layui-form-checkbox{display: block; margin-top: 0.5rem;padding-left:1.3rem}
.layui-form-checkbox>*{font-size: 0.75rem;color: #fff;}
.tabContent{padding-bottom: 2rem;}
.layui-form-checkbox>div{color: #fff!important;font-size: 0.75rem ;}
.tipInfo>div p{color: rgba(255,255,255,0.8);margin-top: 0.2rem;}
.tabItem>button{color: #fff;background-color: rgb(34,179,185);display: block; width: 7rem;margin: 1rem auto;padding: 0.5rem 1.5rem;font-size: 0.85rem;border-radius: 0.3rem;}
.tipInfo div>span{background: url(../img/icon1.png)no-repeat left center;background-size: 1rem;padding-left: 1.5rem;}
.munbox{position: fixed;width: 100%;height: 100%;top: 0;background-color: rgba(0,0,0,0.5);max-width: 750px;display: none;}
.munContent{background-color: #fff;width: 80%;margin: 5rem auto;position: relative;}
.close{position: absolute;top: -0.5rem;right: -0.5rem;}
.tipCon{text-align: center;padding: 1rem 0;}
.tipCon img{width: 30%;display: block;margin: 1rem auto;}
.tipCon p{font-size: 0.9rem;line-height: 1.8rem;}
#noneNum,#Numsu{display: none;}
.layui-form-checkbox[lay-skin=primary]>i{font-size: 0.75rem!important;line-height: 1rem;width: 1rem;height: 1rem;top: 0.2rem;}
.layui-form-checkbox[lay-skin=primary]>div{line-height: 1.3rem;}
/*.MsoNormal span{    font-weight: bold; color: #fff;}*/





































