* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'dinot-bold';
	src: url('http://www.fc0633.com/moban/font/dinot-bold.eot');
	src: url('http://www.fc0633.com/moban/font/dinot-bold.eot?#iefix') format('embedded-opentype'), url('http://www.fc0633.com/moban/font/dinot-bold.woff') format('woff'), url('http://www.fc0633.com/moban/font/dinot-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	max-width: 750px;
	margin: 0 auto;
}

body {
	background: #fff;
	background-attachment: fixed;
	padding-bottom: 1.2rem;
}

html,
body {
	height: 100%;
}

a {
	outline: none;
	text-decoration: none;
}

.swiper-button-next {
	outline: none;
}

img {
	width: 100%;
	display: block;
}

input,
textarea,
button {
	outline: none;
}





.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .4rem;
	background: url(../img/headerbg.jpg) no-repeat bottom center;
	background-size: 100%;
}

.head .logo {
	width: 4rem;
}

.head .menuBtn img {
	width: .6rem;
}

.headerNew {
	background: #BD1A2D;
	padding: .3rem;
	line-height: 1.8;
	color: #fff;
}

.headerNew h2 {}

.headerNew h2 a {
	color: #fff;
	text-align: center;
	display: block;
}

.headerNew p {
	font-size: .24rem;
	padding: .25rem 0;
	opacity: .6;
}

.headerNew p a {
	color: #fff;
	display: block;
	opacity: 1;
	text-align: right;
	padding-right: .2rem;
	padding-top: .25rem;
}

.indexList {
	padding: .35rem .3rem;
}

.indexList .t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: .25rem;
}

.indexList .t b {
	font-size: .44rem;
}

.indexList .t a {
	font-size: .24rem;
	color: #666;
}

.indexList .list .item {
	height: .4rem;
	line-height: .4rem;
	font-size: .3rem;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: .2rem 0;
}

.indexList .list .item a {
	color: #333;
}

.indexList .list .item span {
	color: #eee;
	padding-right: .15rem;
}

.ad {
	padding: .3rem;
}

.ad img {
	border-radius: .2rem;
}

.ad2 {
	display: flex;
	padding: 0 .15rem;
}

.ad2 .item {
	padding: 0 .15rem;
}

.ad2 .item img {
	border-radius: .15rem;
}

.tools {
	margin: .3rem;
	padding: .3rem;
	border-radius: .2rem;
}

.tools.tool1 {
	background: #f9cbc7 url(../img/bg2.jpg) no-repeat center right;
	height: 2rem;
}

.tools.tool1 .t {
	font-size: .44rem;
	padding-bottom: .25rem;
}

.tools.tool1 .con a {
	color: #BD1A2D;
	padding-right: .3rem;
	font-size: .28rem
}


.tools.tool2 {
	background: #fadbc7 url(../img/bg1.jpg) no-repeat center right;
	height: 2rem;


	font-size: .28rem
}

.tools.tool2 .t {
	font-size: .44rem;
	padding-bottom: .25rem;
}

.tools.tool2 .con a {
	color: #BD1A2D;
	padding-right: .3rem;
}
.tools.tool2 .con a:nth-child(3){
	display: inline-block;
	margin-right: 1.8rem;
}
.tools.tool2 .con .item {
	padding-bottom: .15rem;
}



.huiyuan {
	margin: .3rem;
}

.huiyuan .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: .25rem;
}

.huiyuan .title b {
	font-size: .44rem;
}

.huiyuan .title a {
	font-size: .24rem;
	color: #666;
}

.huiyuan .t {
	text-align: center;
}

.huiyuan .t a {
	color: #666;
	font-size: .24rem
}

.footer {
	background: #f8f8f8;
	padding: .3rem;
	margin-top: .5rem;
	color: #666;
	font-size: .24rem
}

.footer .fl {
	/* text-align: center; */
	line-height: 1.8;
}

.footer .fl .t {
	font-size: .32rem;
	font-weight: bold;
}

.footer .ewm {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .4rem;
}

.footer .ewm .item {
	text-align: center;
	padding: 0 .3rem;
}

.footer .ewm .item img {
	margin-bottom: .2rem;
}

.mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 999999;
	text-align: right;
	transition: all .2s;
	display: none;
}
.mask.show{
	display: block;
}
.mask .nav {
	background: #fff;
	width: 50%;
	position: fixed;
	right: -255px;
	top: 0;
	background: #FFF;
	overflow-y: scroll;
	width: 255px;
	height: 100%;
	z-index: 999999999;
	padding: .3rem;
	box-sizing: border-box;
	transition: all .3s linear;
	
}
.mask .nav.show{
	right: 0;
}


.mask .nav .close{
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.mask .nav .close img{
	width: .4rem;
	height: .4rem;
}
.mask .nav .item{
	text-align: left;
	padding: .25rem;
}
.mask .nav .item a{
	color: #666;
	font-size: .285rem
}