* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #038edc;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	text-decoration: none;
	color: #038edc;
}
body {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial, "黑体", "宋体", sans-serif
}
.main{
	width: 10rem;
	margin: 0 auto;
}

.d-flex {
	display: flex;
}

/* 垂直水平居中 */
.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 垂直居中 */
.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

/* 两端对齐 */
.d-flex-between {
	display: flex;
	justify-content: space-between;
}

/* 水平居中 */
.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.align-items{
	align-items: center;
}
/* 垂直居中两端对齐 */
.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.d-flex-center-between-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.sm-topBox{
	padding: 0 0.266666rem;
	height: 1.2rem;
}
.fhImg img{
	width: 0.666666rem;
}
.app{
	margin-right: 0.2rem;
	width: 0.933333rem;
	height: 0.933333rem;
}
.sm-topBox a{
	color: #fff;
}
.sm-topBox a:hover{
	color: #fff;
}

.sm-topBoxRbox h2{
	font-size:0.44rem;
	font-weight: 400;
}
.sm-topBoxRbox h3{
	font-weight: 400;
	font-size: 0.373333rem;
	text-align: right;
	justify-content: flex-end;
}
.sm-topBoxRbox h3 img{
	margin-left: 0.133333rem;
	width:0.426666rem;
}
.tc{
	text-align: center;
}
.tie{
	margin-top: 0rem;
	font-size: 0.586666rem;
}

.sub_tie{
	margin-top: 0.133333rem;
	font-size: 0.4rem;
}

.sub_tie .span {
    text-decoration: underline;
    margin: 0 .15rem;
}
.sjul li{
	width: 33.333%;
}
.sjul li a.itema{
	border-radius: 0.266666rem;
	display: block;
	margin: 0.266666rem;
	background: #fff;
	text-align: center;
	height: 3.173333rem;
	padding-bottom: 0.266666rem;
}
.sjul li .itms{
border-radius: 0.266666rem;
	display: block;
	margin: 0.266666rem;
	background: #fff;
	text-align: center;
	height: 3.173333rem;
	padding-bottom: 0.266666rem;	
}

.sjul {
	padding: 0.266666rem;
}
.sjul li  p{
	font-size: 0.373333rem;
	color: #333;
	margin-bottom: 0.266666rem;
}
.sjul li   span{
	color: #038edc;
	text-decoration: underline;
	font-size: 0.326666rem;
}
.sjul .logo{
	height: 1.733333rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.4rem;
}
.sjul .logo2{
	    height: 2.433333rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.4rem;
}

.sjul .logo img{
	max-width: 100%;
	max-height: 100%;
}

li, ol, ul {
    list-style: none;
}
.tip{
	text-align: center;
	font-size: 0.373333rem;
	padding: 0.4rem;
}


.sjul .logo2 .btn {
   display: flex;
   width: 1.893333rem;
   height: 0.693333rem;
   align-items: center;
   justify-content: center;
   font-size: 0.373333rem;
   color: #fff;
   border-radius: 0.2rem;
   margin-bottom: 0.2rem;
    background: -webkit-gradient(linear,left top,right top,from(#e330c4),to(#8820dc));
    background: -webkit-linear-gradient(left,#e330c4,#8820dc);
    background: -moz-linear-gradient(left,#e330c4,#8820dc);
    background: -o-linear-gradient(left,#e330c4,#8820dc);
    background: linear-gradient(90deg,#e330c4,#8820dc);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  
}

.pageTop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 1.333333rem;
	background: #fff;
	padding: 0 0.4rem;
}
.pageFh2{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.333333rem;
	text-align: center;
	display: flex;
	z-index: 100;
	align-items: center;
	justify-content: center;
}
.pageFh2 img{
	width: 0.666666rem;
}
.pageTop h2{
	font-weight: 400;
	color: #333;
	font-size:0.48rem;
}

.pageBox{
	color: #333;
	padding-top: 1.6rem;
}
.pagelogo{
	padding: 0.266666rem 0.666666rem;
}
.pagelogo img{
	max-width:3.333333rem;
	max-height: 2rem;
	
}
.pageItem{
	padding: 0.266666rem 0.533333rem;
	font-size: 0.4rem;
	    color: #757575;
}
.pageItem span.sum{
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.426666rem;
	background: #c70000;
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.2rem;
}
.pageImgBox {
	padding: 0.4rem 0;
	text-align: center;
}
.pageImgBox img{
	display: block;
	margin: 0 auto;
	max-width: 6.933333rem;
}
.fc_002000{
	color: #c70000;
}
.h1{
	margin-top: 0.266666rem;
	font-size: 0.613333rem;
	text-align: center;
	font-weight: 400;
}
.tispImg{
	padding:0.266666rem 0.533333rem;
}
.tispImg img{
	max-width: 100%;
	width: 100%;
	border: 2px #9e9e9e solid;
	border-radius: 0.266666rem;
}


