* {
	margin: 0;
	padding: 0;
	font-family: PingFang SC, "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei";
	/* font-weight: 400; */
}
html,
body {
	width: 100%;
	font-size: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

li {
	list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
}

img {
	width: 100%;
	display: block;
}

input {
	border: none;
	outline: none;
}
.head_nav {
	height: 2.75rem;
	position: relative;
}

.head_return {
	position: absolute;
	left: 0.93rem;
	width: 0.62rem;
	display: flex;
	align-items: center;
	height: 100%;
}

.head_cont {
	padding-left:3rem;
	line-height: 2.75rem;
}
.paynemt_im{
	width: 1.37rem;
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	right: 0.93rem;
	top: 0;
}
.paynemt_im {
    width: 1.37rem;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    right: 0.93rem;
    top: 0;
}
.navs_con {
    padding: 20px 10px;
    background: url(../imageto/pos_bei.min.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_text h1 {
    color: rgba(226, 210, 197, 1);
}
.nav_text p {
    color: rgba(223, 208, 194, 1);
    font-size: 12px;
    margin-top: 5px;
}
.nav_subscribe {
    width: 60px;
    height: 28px;
    border-radius: 4px;
    background: linear-gradient(90deg, #DCBD87, #BC945C);
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}
.nav_subscribe a {
    color: rgba(255,255,255,1);
    display: block;
}
.flash{
	flex: 1;
	overflow-y: auto;
}
.hoto{
	margin-top: 16px;
}
.report_list {
    display: flex;
    margin: 0 16px;
    /* justify-content: space-between; */
}
.report_list li {
    font-size: 13px;
    height: 30px;
    border-radius: 15px;
    background-color: rgba(246, 247, 251, 1);
    line-height: 30px;
    padding: 0 22px;
	margin-left: 12px;
}
.report_list li:first-child{
	margin-left: 0;
}
.list_sele {
    background: linear-gradient(90deg, #DCBD87, #BC945C);
    color: rgba(255,255,255,1);
}
.unwind{
	padding: 0 0 36px 0.75rem;
}
.unwind_p{
	font-size: 14px;
	color: #AAAAAA;
	margin: 0.84rem 0;
	padding-left: 0.31rem;
	font-weight: 500;
}
.unwind_text{
	position: relative;
	    overflow: hidden;
	    margin-right: 1.25rem;
		margin-top: 1rem;
}
.unwind_lef{
	    width: 1px;
	    height: 100%;
	    background-color: #e6e6e6;
	    position: absolute;
	    top: 9px;
	    left: 3px;
}
.unwind_text .rui{
	display: flex;
	font-size: 0.81rem;
	color: #AAAAAA;
	align-items: center;
	margin: 0 0 6.5px;
	font-weight: 400;
}
.rui span{
	width: 0.37rem;
	margin: 0 0.56rem 0 0 ;
	z-index: 5;
}
.ruis{
	color: rgba(28,32,42,1);
	line-height: 1.56rem;
	margin: 0 0 1rem 0.71rem;
	font-weight: 400;
}
.unwind_fs{
	color: rgba(28,32,42,1);
	font-weight: 700;
}
.unwind_for{
	color: #FC4431;
	font-weight: 700;
}
.unwind_fors{
	color: rgba(28,32,42,1);
	font-weight: 700;
	text-decoration:underline;
}
.unwid_warning{
	height: 1.93rem;
	background-color: #F3F3F3;
	line-height: 1.93rem;
	text-align: center;
	color: #888888;
	font-size: 0.87rem;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.close_img{
	width: 54px;
}
.unwid_img{
	position: relative;
	margin: 0 auto;
	z-index: 6;
}
.unwid_img img{
	height: 100%;
}
.unwid_close{
	display: flex;
	position: absolute;
	top: -24px;
	right: 4px;
	align-items: baseline;
}
.unwid_close span{
	color: #ffffff;
	font-size: 9px;
	font-weight: 400;
	margin-left: 3px;
}
.positi{
	background-color: rgba(246, 241, 232, 1);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 17px 10px 14px;
	margin-left: 0.71rem;
	margin-bottom: 8px;
}
.positi_top p{
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
}
.positi_span{
	padding: 3.5px 4.5px;
	float: left;
	font-size: 10px;
	color: rgba(255,255,255,1);
	background: linear-gradient(90deg, #41445B, #161E34);
	margin-right: 4px;
	border-radius: 3px;
}
.positi_img{
	width: 75px;
}
.subtitle{
	margin-left: 0.7rem;
	padding-bottom: 10px;
}
.main{
	color: rgba(28,32,42,1);
	line-height: 26px;
	font-weight: bold;
}
.second{
	color: rgba(63,63,63,1);
	font-size: 14px;
	line-height: 21px;
}
