* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}

@font-face {
font-family: "Lovelo Black";
src: url('/css/Lovelo Black.otf');
}




/* ==============通用头部、尾部、遮罩层============ */

/* ===头部=== */
.m-bottom {
	margin-bottom: 1.6rem;
}
.head {
	height: 1.5rem;
	background-color: rgb(243, 243, 243);
}
.head .hed-pic {
	float: left;
    width: 3.8rem;
    height: 0.88rem;
    margin: 0.3rem;
}
.head .hed-pic img {
	width: 100%;
	height: 100%;
}
.head a {
	float: right;
	display: block;
	text-decoration: none;
	color: rgb(65, 65, 65);
}
.head .hed-but {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.4rem;
    margin-right: 0.5rem;
    border: 0.02rem solid #333;
    border-radius: 6rem;
    font-size: 0.45rem;
    text-align: center;
    line-height: 0.7rem;
}
/* =============遮罩区========== */
.zhezaoo {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	z-index: 100;
	display: none;
}
/* =================遮罩头============ */
.zhezaoo .za-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1.5rem;
	color: rgb(255, 255, 255);
}
.zhezaoo .za-head .h-wen {
	font-size: 0.45rem;
	font-weight: 700;
	margin-left: 0.6rem;
	line-height: 1.5rem;
}
.zhezaoo .za-head .h-wen a {
	display: block;
	text-decoration: none;
	color: rgb(255, 255, 255);
	width: 2rem;
	padding-top: 0.25rem;

}
.zhezaoo .za-head .h-wen a img {
	width: 100%;
	height: 100%;
}
.zhezaoo .za-head .h-bg {
	width: 0.95rem;
	height: 0.95rem;
	background: url('../img/mu-close.png');
	background-size: cover;
	margin-right: 0.6rem;
}


/* ==============遮罩内容============ */
.zhezaoo .za-mian {
	width: 100%;
    margin: 2rem 0 7.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhezaoo .za-mian .m-content{
	width: 5.0rem;
	height: 6.0rem;
	border: 1px solid rgb(255, 255, 255);
	
}
.zhezaoo .za-mian .m-content p {
    width: 100%;
    height: 1.5rem;
    line-height: 2.5rem;
	
}
.zhezaoo .za-mian .m-content p a {
	display: block;
    color: rgb(255, 255, 255);
    padding-left: 1rem;
    font-weight: 700;
    font-size: 0.5rem;
	font-family: "Lovelo Black";
}
.zhezaoo .za-mian .m-content a:hover {
	text-decoration: none;
}



/* ==========底部========= */
.foot {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.foot .f-cont {
	background: rgb(20, 20, 20);
	padding-top: 1rem;
	padding-bottom: 0.1rem;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.foot .f-cont .top {
	display: flex;
    flex-direction: column;
    padding: 0rem 1.4rem;
}
.f-cont .top .pc {
	width: 1.0rem;
	height: 1.0rem;
}
.f-cont .top .pc img {
	width: 100%;
	height: 100%;
}
.f-cont .top p {
	font-size: 0.38rem;
	color: rgb(226, 226, 226);
	margin-top: 0.4rem;
}

.f-cont .top i img {
	width: 100%;
	height: 100%;
}
.foot .f-cont .dow {
	margin: 0.6rem auto;
}
.f-cont .dow {
	display: flex;
}
.f-cont .dow .d-l {
	color: rgb(200, 200, 200);
}
.f-cont .dow .d-l .d-t {
	position: relative;
}
.f-cont .dow .d-l .d-t .lot {
    padding-left: 1rem;
    height: 0.8rem;
    line-height: 1.2rem;
    font-size: 0.35rem;
}
.f-cont .dow .d-l .d-t .lot::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	background: url('../img/f2.png');
	background-size: 100% 100%;
}
.f-cont .dow .d-l .d-t p {
	margin-top: 0.3rem;
	font-size: 0.37rem;
	color: rgb(226, 226, 226);
}
.f-cont .dow .d-l .d-t p a {
	text-decoration: none;
	color:#ffffff;
}
.f-cont .dow .d-l .d-t p i {
	font-size: 12px;
	font-style: normal;
}
.f-cont .dow .d-l .d-f {
	font-size: 0.37rem;
}
.f-cont .dow .d-l .d-f div {
	width: 0.8rem;
	height: 0.8rem;
	margin-top: 0.6rem;
}
.f-cont .dow .d-l .d-f div img {
	width: 100%;
	height: 100%;
}
.f-cont .dow .d-l .d-f p {
	margin-top: 0.3rem;
}
.f-cont .dow .d-r {
	width: 3.5rem;
	display: flex;
    justify-content: center;
    align-items: flex-end;
}
.f-cont .dow .d-r div {
	width: 2.6rem;
	text-align: center;
}
.f-cont .dow .d-r div img {
	display: block;
	width: 100%;
	height: 2.6rem;
}
.f-cont .dow .d-r div p {
	margin-top: 0.6rem;
	color: rgb(200, 200, 200);
}
/* ================= */
.f-bot {
	margin-top: 0.5rem;
	width: 100%;
	height: 1.2rem;
	background: rgb(28, 28, 28);
	display: flex;
	position: fixed;
	bottom: 0rem;
	z-index: 50;
}
.f-bot div {
	width: 100%;
	text-align: center;
	line-height: 1.2rem;
	font-size: 0.44rem;
	position: relative;
}
.f-bot .bot-l {
	color: #ffffff;
}
.f-bot .bot-l p a{
	text-decoration: none;
	color: #ffffff;
}
.f-bot .bot-l::before {
	content: '';
    position: absolute;
    top: 0.25rem;
    left: 4.8rem;
    width: 0.05rem;
    height: 0.7rem;
    background: url(../img/ds.png);
    background-size: 100% 100%;
}
.f-bot .bot-l p {
	padding-left: 0.4rem;
}
.f-bot .bot-l p::after {
    content: '';
    position: absolute;
    top: 0.35rem;
    left: 0.7rem;
    width: 0.7rem;
    height: 0.6rem;
    background: url(../img/f5.png);
    background-size: 100% 100%;
}
.f-bot .bot-r {
	color: #ffffff;
}
.f-bot .bot-r a {
	text-decoration:none;
	color: #ffffff;
}


