ul, li, dl, dt, dd, form, h1, h2, h3, h4, p, input, form {
-webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 20px;
}

html,
body {
	width: 100%;
	height: auto;
	background-color: #fff;
	font-family: "微软雅黑";
}

a {
	/*display: inline-block;*/
	text-decoration: none
}

li {
	list-style: none
}


/*common*/

html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
cite,
del,
em,
img,
q,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
details,
summary,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
audio,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	;
}

header,
footer,
nav,
section,
menu,
article,
aside {
	display: block;
}

.head {
	width: 100%;
	height: 7rem;
	background: linear-gradient(180deg, #006aee, #3d92fb);
	text-align: center;
}

.touxiang {
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	margin: 0.8rem auto 0;
}

.head p {
	font-size: 0.8rem;
	margin: 0.1rem 0;
	color: #fff;
}

.xueshi {
	width: 100%;
	height: 2rem;
	border-bottom: 0.3rem solid #eee;
}

.xueshi p {
	font-size: 0.8rem;
	line-height: 2rem;
	color: #656565;
	text-align: center;
}

.xgn-box {
	width: 100%;
	height: 2.5rem;
	border-bottom: 0.05rem solid #eee;
	position: relative;
}

.xgn-box:active {
	box-shadow: 0px 0px 2.5rem #CCCCCC inset;
}

.xtubiao {
	height: 1.5rem;
	margin: 0.5rem 0 0.25rem 6%;
	float: left;
}

.hongquan{
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: red;
    border-radius: 50%;
    position: absolute;
    right: 2rem;
    top: 0.75rem;
    color: #fff;
    font-size: 0.6rem;
}

.xgn-box p {
	height: 1.5rem;
	line-height: 1.5rem;
	margin: 0.5rem 0 0.25rem 6%;
	float: left;
	font-size: 0.8rem;
	color: #656565;
}

.jiantou {
	height: 0.8rem;
	margin: 0.85rem 6% 0.85rem 0;
	float: right;
}

.tab-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: horizontal;
	flex-direction: horizontal;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 2.5rem;
	/*padding-top: 5px;*/
	color: #5f6379;
	background-color: #FFF;
}

.tab-bottom {
	bottom: 0;
}

.tab-bottom:before {
	content: " ";
	position: absolute;
	left: 0;
	top: -0.03rem;
	right: 0;
	height: 0.05rem;
	border-top: 1px solid rgba(177, 177, 177, 0.95);
	color: rgba(177, 177, 177, 0.95);
	transform-origin: 0 0;
	transform: scaleY(0.501);
}

.tab-button {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: block;
	height: 100%;
	white-space: nowrap;
	font-weight: 400;
	font-size: 0.6rem;
	text-overflow: ellipsis;
	text-align: center;
	color: inherit;
}

.tab-button .tab-button-icon {
	/*height: 1.3rem;*/
	-webkit-background-size: 1.2rem;
	background-size: 1.2rem;
}

.active.tab-button {
	color: #3688ff;
}

.icon {
	display: block !important;
	margin: 0 auto;
	width: 1.5rem;
	height: 1.5rem;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 1.6rem;
	background-size: 1.6rem;
}

.icon-home {
	background-image: url(../images/index.png);
}

.active .icon-home {
	background-image: url(../images/index_active.png);
}

.icon-my {
	background-image: url(../images/my.png);
}

.active .icon-my {
	background-image: url(../images/my_active.png);
}

.return {
	width: 2rem;
	position: fixed;
	right: 6%;
	bottom: 20%;
	opacity: 0.8;
	z-index: 100;
}
.icon-xsgl {
	background-image: url(../images/peixun1.png);
}
