* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei",arial;
}
html,body{
	width: 100%;
	overflow-x: hidden;
}
body {
	font-size: 0.3rem;
	background-color: #f3f3f3;
	overflow-x: hidden;
}

:root {
	--blue: #4f82c8;
	--lightBlue: #399DF3;
	--gray: #eaeaea;
}

li {
	list-style: none;
}
h1{
	font-weight: 500;
}
a {
	text-decoration: none;
}

button,
input {
	outline: none;
}

img {
	display: inline-block;
}

.index-header {
	width: 100%;
	color: #fff;
	display: flex;
	background-color: var(--blue);
	justify-content: space-between;
	align-items: center;
	padding: 0.25rem;
	font-size: 0.48rem;
}

.index-header .left {
	width: 0.5rem;
	height: 0.4rem;
}

.index-header .right {
	width: 0.58rem;
	height: 0.52rem;
}

.indexSide {
	position: fixed;
	top: 0;
	left: 0;
	width: 3.36rem;
	height: 100vh;
	z-index: 3;
	background-color: #fff;
	display: none;
}

.indexSide-loginInfo {
	background: url(img/bg.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 1.8rem;
	padding-top: 0.7rem;
}

.indexSide-box {
	padding-left: 0.36rem;
}

.indexSide-box img {
	width: 0.78rem;
	height: 0.78rem;
	border-radius: 100%;
	margin-right: 0.2rem;
	vertical-align: middle;
}

.backWrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.indexSide-list {
	padding: 0 0.36rem;
}

.indexSide-item {
	position: relative;
	padding: 0.26rem 0;
	font-size: 0.3rem;
	color: #333;
}
.indexSide-item a,.indexSide-bottom a{
	color: #333;
}

.indexSide-item::after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
}

.indexSide-item img {
	width: 0.32rem;
	height: 0.3rem;
	margin-right: 0.3rem;
}

.indexSide-bottom {
	margin-left: 0.38rem;
	margin-top: 0.36rem;
}

.indexSide-bottom::after {
	content: ' ';
	clear: both;
	display: block;
}

.indexSide-bottom-item {
	margin-top: 0.64rem;
	font-size: 0.24rem;
	text-align: center;
	float: left;
}

.indexSide-bottom-item:nth-of-type(2n+1) {
	margin-right: 0.7rem;
}

.indexSide-bottom-item img {
	width: 0.8rem;
	height: 0.8rem;
}

.header-title {
	position: relative;
	font-size: 0.36rem;
	font-weight: 500;
	line-height: 1;
	color: #333;
	margin: 0.32rem 0;
	padding: 0 0.45rem;
}

.header-title::after {
	position: absolute;
	content: ' ';
	left: 0.25rem;
	top: 0;
	height: 0.36rem;
	width: 0.08rem;
	background-color: var(--lightBlue);
}

.footer {
	padding: 0 0.25rem;
}

.index-footer {
	width: 100%;
	line-height: 0.68rem;
	border-radius: 0.04rem;
	background-color: #e7e7ea;
	font-size: 0.26rem;
	color: #4b4b4b;
	text-align: center;
}
/* 热点模板 */
.hot {
	margin-top: 0.26rem;
	background-color: #fff;
	padding: 0.3rem 0.25rem;
}
.hot-title {
	display: block;
	font-weight: bold;
	font-size: 0.36rem;
	color: #333;
	padding-bottom: 0.26rem;
	position: relative;
}
.hot-title::before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 0.02rem;
	background-color: var(--gray);
	left: 0;
	bottom: 0.02rem;
}
.hot-title::after {
	position: absolute;
	content: ' ';
	width: 1.42rem;
	height: 0.06rem;
	background-color: #399DF3;
	left: 0;
	bottom: 0;
}
.hot-item {
	position: relative;
}
.hot-item::after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
}
.hot-item>div {
	display: flex;
	justify-content: space-between;
}
.hot-item-title {
	font-size: 0.36rem;
	margin-bottom: 0.16rem;
	margin-top: 0.3rem;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-item-title a{
	color:#333;
}
.hot-item-content {
	color: #999;
}
.hot-item-content p:nth-of-type(1) {
	line-height: 0.36rem;
	font-size: 0.24rem;
	color: #999;
}
.hot-item-content p:nth-of-type(1) a{
	color: #999;
}
.hot-item-content p:nth-of-type(2) {
	font-size: 0.24rem;
	padding: 0.2rem 0 0.28rem 0;
}
.hot-item-content p:nth-of-type(2) .thin {
	display: inline-block;
	width: 0.02rem;
	height: 0.18rem;
	background-color: #d1cfcf;
	margin: 0 0.26rem;
}
.hot-icon {
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.08rem;
	display: block;
	float: left;
	vertical-align: middle;
}
.hot-item-img {
	width: 1.6rem;
	height: 1.1rem;
	border-radius: 0.1rem;
	flex-shrink: 0;
	margin-left: 0.3rem;
}
.gopc{
	display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
	margin-top: 40px;
    color: #3372D2;
    border: 1px solid #3372D2;
    text-align: center;
	border-radius: 20px;
	font-size: 0.24rem;
}