﻿*{
	margin: 0;
	padding: 0;
	text-decoration:none;
	font-weight: normal;
}
.flex {
	display: flex;
}
.flex1 {
	display: flex;
	justify-content: space-between; /* 横向中间自动空间 */
}
.flex2 {
	display: flex;
	justify-content: center; /*水平居中*/
}
.flex3 {
	display: flex;
	align-items: center; /*垂直居中*/
}
.flex4 {
	display: flex;
	justify-content: flex-end; /*靠右对齐*/
}
.flex5 {
	display: flex;
	justify-content: center; /*水平居中*/
	align-items: center; /*垂直居中*/
}
.flex6 {
	display: flex;
	flex-wrap: wrap; /* 自动换行 */
}
.h5Code {
    background: #F5F5F5;
}
.h5Footer {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.35rem 0rem;
    z-index:9;
}
.h5Footer a{
    width:20%;
}
.h5Footer img{
    width: 1.43rem;
    height: 1.25rem;
    display: block;
    margin: auto;
    margin-bottom: 0.35rem;
}
.h5Footer p {
    font-size: 0.62rem;
    text-align: center;
    line-height: 1rem;
    color: #3E3A39;
}
.h5Footer .active p {
    color: #FE8118;
}
#bl-root, #hm_t_undefined {
    display: none;
}
.h5_title {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
    margin-left: 0.75rem;
    padding-left: 0.87rem;
    border-left: 0.3rem solid #3075EB;
}
.h5_title .name{
    font-size: 1.25rem;
    color: #3E3A39;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.h5_title img {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.5rem;
    margin-top: 0.4rem;
}
.h5_title .text{
    font-weight: 400;
    color: #727171;
    font-size: 0.6rem;
    line-height: 1.1rem;
}
.h5_title .text span {
    color: #3075EB;
}
.pb3_4rem {
    padding-bottom: 3.4rem;
}
.h5_hide{
    display:none;
}