* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body{ 
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}

*:not(input) {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
}

input:focus,select:focus,textarea:focus,button:focus {
	outline: none;
}

img {
	border: none;
	max-width: 100%;
}

img,input {
	vertical-align: middle;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
}

.clearfix:before, .clearfix:after { 
	display: table; 
	content: " ";
}
.clearfix:after { 
	clear: both;
}

.pull-right {
	float: right!important;
}

.pull-left {
	float: left!important;
}

html, body {
    background: #fff;
    height: 100%;
    font-family: "Microsoft YaHei","微软雅黑","宋体",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    -moz-user-select: none;
}

.wrapper{
	position: relative;
	width: 100%;
	min-height: 100%;
	background: url(http://imgcdn.mijian360.com/Data/Uploads/2018/0909/5b94fb8754bd2.png) no-repeat #2d2b4e;
	background-size: 100% auto;
	padding: 33rem 1rem 1rem 1rem;
}

.list{
	background: rgba(255,255,255,.3);
	padding: 1rem;
	border-radius: 4px;
}
.list-item{
	background: #fff;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 1rem;
}
.list-item p{
	color: #704d99;
}
.list-item p.red{
	color: #994d75;
}
.list-item p .label{
	display: inline-block;
	height: 1.4rem;
	line-height: 1.45rem;
	border-radius: 0.7rem;
	background: #704d99;
	color: #fff;
	padding: 0 10px;
	margin: 0 1rem 0 0;
}
.list-item p.red .label{
	background: #994d75;
}
.list-item h3{
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.list-item .show-msg{
    color: #e61010;
    text-align: center;
    font-weight: 600;
}

.form-box{
	padding: 0 1rem;
	margin: 2rem 0;
	text-align: center;
}
.form-box .btn{
	display: block;
	background: #cc4778;
	color: #fff;
	height: 3rem;
	line-height: 3.05rem;
	border-radius: 1.5rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.form-box .btn.disabled{
    color: #e6b8c8;
    background: #c78ba1;
}
.form-box p{
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #fff;
}
.form-box p.tip{
	color: #b2b2b2;
}

.info-box{
	margin: 2rem 0 0 0;
}
.info-box .title{
	display: block;
	background: url(http://imgcdn.mijian360.com/Data/Uploads/2018/0909/5b94fbbe46983.png) no-repeat center;
	height: 18px;
	background-size: auto 100%;
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.info-box p{
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.6em;
}
.load-more{
	text-align: center;
	margin-top: 20px;
}
.load-more a{
	color: #fff;
}

@media screen and (max-width: 320px) {
    html, body {
    	font-size: 12px;
    }
}

@media screen and (min-width: 410px) {
    html, body {
    	font-size: 16px;
    }
}