*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
div, li , ul{
	box-sizing: border-box;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
body{
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	font-size: 1px;
}
img{
	display: block;
	    max-width: 100%;
}
.hidden {
    display: none
}
.dlx {
    width: 100%;
    z-index: 1000;
    height: 100vh;
    background: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0
}

.dlx .tt {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.dlx .tt .CloseModal {
    z-index: 10000;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../images/x.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#position {
	overflow: hidden;
	padding: 0.15rem;
	font-size: 0.22rem;
}

#position .iconfont {
	font-size: 0.34rem;
	color: #0039ac;
	margin-right: 0.1rem;
}

#position,
#position a {
	color: #97a1ad;
}
