/* reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td iframe{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, strong { font-size:100%; font-weight:normal;}
li { list-style:none;}
em, i { font-style:normal;}
a, a:visited, a:active { text-decoration:none; border:none; outline:none;}
input, textarea { outline:none;}
textarea { resize: vertical;}
body {
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 12px;
	width: 7.5rem;
    min-width: 7.5rem !important;
    margin: 0 auto !important;
    overflow-x: hidden;
    overflow-y: auto;
    background: #dce8ff;
}
body, button, input, select, textarea { font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;}
.none{ display:none;}
.left { float:left;}
.right { float:right;}


.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.wrap{width:5.4rem;margin: 0 auto; position: relative; clear: both; text-align: center;}
.wrap1{width:6.5rem;margin: 0 auto; position: relative; clear: both; text-align: center;}
/* @media screen and (max-width: 750px) {
	body{background-color: #1181f9;}
} */


.page-index{
	width: 100%; height: 100%; min-height: 100vh;
	background:#7e9cff url('../images/page-index.jpg') no-repeat center top;
	background-size: 7.5rem; 
	float: left;
}



/*banner*/
.banner-box{height:10.55rem;width: 100%; float: left; position: relative;}

.banner-box .wrap{text-align: center;}
.banner-box .logo{width:1.95rem; position: absolute; top: .3rem; right:.4rem;}
.banner-box .logo.type2{left: .4rem;right: auto;}
.banner-box .logo img{width: 100%; display: block;}

/* 首页 */
.mainIndex{width: 100%; clear: both;  margin-bottom: .08rem;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainIndex .ewm{
	width:2.79rem; height:2.71rem;
	background: url('../images/page-ewm.png') no-repeat center / 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.mainIndex .ewm img{width: 1.71rem; display: block; margin-top: .3rem;}
.mainIndex .txt{
	display: block;
	width: 3rem;
	margin-left: .35rem; margin-top: -.2rem;
}
.mainIndex .txt img{width: 100%; display: block;}
