* {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	position: relative;
	width: 100%;
	background: #000000;
	font-size: 0.24rem;
	color: #fff;
	font-family: 'PingFangSC-Semibold', sans-serif, 'microsoft yahei',
		'Arial Regular', Verdana, Helvetica;
		
	-webkit-tap-highlight-color: transparent;
}

html {
	width: 100%;
	font-size: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

td,
th,
caption {
	font-size: 0.24rem;
}

a {
	color: #fff;
	text-decoration: none;
}

a,
button {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 0.24rem 'PingFangSC-Semibold', sans-serif, 'microsoft yahei',
		'Arial Regular', Verdana, Helvetica;
	outline: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input {
	-webkit-appearance: none;
	resize: none;
}

table {
	border-collapse: collapse;
}

textarea {
	resize: none;
}

@font-face {
	font-family: 'PuHuiTi';
	src: url('../font/AlibabaPuHuiTiH.eot');
	src: url('../font/AlibabaPuHuiTiH.eot?#iefix') format('embedded-opentype'),
		url('../font/AlibabaPuHuiTiH.woff2') format('woff2'),
		url('../font/AlibabaPuHuiTiH.woff') format('woff'),
		url('../font/AlibabaPuHuiTiH.ttf') format('truetype'),
		url('../font/AlibabaPuHuiTiH.svg#AlibabaPuHuiTiH') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.content {
	margin: 0 auto;
	width: 1400px;
	/*width: 73%; max-width: 1400px;*/
}

/* head */

.head {
	position: relative;
	padding-top: 0.47rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo {
	width: 76px;
	height: 76px;
	background: url(../images/common/logo_i.png) center no-repeat;
	background-size: contain;
}

.back {
	margin-top: 0.2rem;
	height: 30px;
	line-height: 30px;
	padding-left: 36px;
	font-size: 24px;
	background-image: url(../images/common/back_i.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 22px auto;
}

.head_r {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.head_r a {
	margin-left: 0.5rem;
}
.head_r a:first-child {
	font-size: 16px;
	margin-left: 0;
}
.link_center,
.link_msg,
.link_menu {
	padding: 0.4rem 0 0.3rem;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.link_center {
	background-image: url(../images/common/center_i.png);
}
.link_menu {
	display: none;
	background-image: url(../images/common/header_menu.png);
}
.link_msg {
	position: relative;
	background-image: url(../images/common/header_msg.png);
}
.link_msg .tag {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -20%);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #ff0000;
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
}

/* controls */

.blink_join {
	display: block;
	width: 2.66rem;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.3rem;
	text-align: center;
	background-color: #0f276d;
	border-radius: 0.16rem;
}

.blink_join:hover {
	/* display: none; */
	background-color: #0c205c;
	transform: translate3d(0px, -4px, 0.01px);
}

.index_tit {
	padding: 0.8rem 0 0.6rem;
	width: 100%;
	font-family: 'PuHuiTi';
	font-size: 0.6rem;
	line-height: 1;
	text-align: center;
}

.index_tit1 {
	font-size: 32px;
	font-weight: bold;
}

/* 个人页 内容主体 */
.main {
	display: flex;
	justify-content: space-between;
	margin-top: 38px;
	margin-bottom: 75px;
	width: 100%;
}
.left_menu {
	display: block;
	margin-right: 30px;
	width: 240px;
	height: 335px;
	background: rgba(15, 39, 109, 0.3);
	border-radius: 16px;
	padding: 30px 0;
}
.left_menu a {
	display: block;
	margin-bottom: 30px;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #b9bcc2;
	line-height: 30px;
	text-align: center;
}
.left_menu a:last-child {
	margin-bottom: 0;
}
.left_menu .active {
	color: #ffffff;
}
.contain {
	/* width: calc(100% - 270px); */
	flex: 1;
	overflow: hidden;
}

/* foot */

.foot {
	padding-bottom: 0.3rem;
	width: 100%;
	background-color: #081738;
	font-size: 20px;
	line-height: 2;
}

.foot .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: .3rem;
}

.foot_l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.foot_l .foot_logo{
	height: .55rem;
}

.foot_t {
	padding: 0.22rem 0 0.15rem;
	font-family: 'PuHuiTi';
	font-size: 0.4rem;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.foot_t .logo {
	margin-right: 0.24rem;
	margin-left: 0.24rem;
	width: 0.51rem;
	height: 0.61rem;
}

.foot_t a {
	margin-right: 0.24rem;
}

.link_index {
	width: 0.6rem;
	height: 0.6rem;
	background-image: url(../images/common/index_i.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.mask > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mask .popup {
	width: 450px;
	height: 200px;
	border-radius: 16px;
	background: #181f34;
	user-select: none;
	-webkit-user-drag: none;
}
.mask img {
	object-fit: contain;
	width: 90vmin;
}
.mask .popup_text {
	width: 100%;
	height: 150px;
	line-height: 150px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.mask .btns {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: flex;
	border-top: 1px solid #b9bcc2;
	box-sizing: border-box;
	text-align: center;
	font-size: 26px;
	color: #fff;
}
.mask .btns div {
	cursor: pointer;
	flex: 1;
	box-sizing: border-box;
	border-right: 1px solid #b9bcc2;
}
.mask .btns div:last-child {
	border-right: 0;
}

.page-ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.page-ul li {
	display: block;
	padding: 10px;
	background: rgba(15, 39, 109, 0.3);
	border-radius: 8px;
	margin-right: 5px;
}
.page-ul li:last-child {
	margin-right: 0;
}
.page-ul .active {
	background: rgba(15, 39, 109, 0.8);
}

@media screen and (max-width: 1540px) {
	.content {
		width: 90%;
	}
}

@media screen and (max-width: 845px) {
	.main {
		display: block;
		margin-top: 10px;
	}
	.left_menu {
		display: none;
		width: 100%;
		height: fit-content;
		margin-bottom: 0.3rem;
		border-radius: 0.16rem;
	}
	.left_menu a {
		margin-bottom: 0.3rem;
		font-size: 0.24rem;
		line-height: 0.3rem;
	}
	.contain {
		width: 100%;
	}
	.logo {
		width: 0.76rem;
		height: 0.76rem;
	}
	.back {
		padding-left: 0.36rem;
		font-size: 0.24rem;
		background-size: 0.22rem auto;
	}
	.link_center,
	.link_msg,
	.link_menu {
		width: 0.6rem;
		height: 0.6rem;
	}
	.link_menu {
		display: block;
	}
	.link_msg .tag {
		width: 0.2rem;
		height: 0.2rem;
		line-height: 0.2rem;
		font-size: 0.18rem;
	}
	.index_tit1 {
		font-size: 0.32rem;
	}
	.foot {
		font-size: 0.2rem;
	}
	.mask .popup {
		width: 4.5rem;
		height: 2rem;
		border-radius: 0.16rem;
	}
	.mask .popup_text {
		height: 1.5rem;
		line-height: 1.5rem;
		font-size: 0.36rem;
	}
	.mask .btns {
		height: 0.5rem;
		line-height: 0.5rem;
		border-top: 0.01rem solid #b9bcc2;
		font-size: 0.26rem;
	}
	.mask .btns div {
		border-right: 0.01rem solid #b9bcc2;
	}

	.page-ul li {
		padding: 0.1rem;
		border-radius: 0.08rem;
		margin-right: 0.05rem;
	}

}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}
