a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400
}

table {
	border-spacing: 0
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #333;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	background-color: #fff;
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background: url('../img/beijing.png') top center no-repeat;
	background-size: 100% 100%;
	padding-top: 0.7rem
}

.head {
	display: block;
	margin: auto;
	margin-left: .5rem;
	width: calc(100% - .8rem);
}
a{
	text-decoration: none;
}
body,
html {
	width: 100%;
	height: 100%
}

.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.logo {
	width: 60%;
}

.sub {
	width: 75%;
	margin-top: 20px;
}
.downLogo{
	width: 75%;
	margin: 0 0 20px;
}
.listCon {
	min-height: 200px;
	border: 1px solid #ef9091;
	margin-bottom: 10px;
	border-radius: 12px;
	background-color: #ffdddd;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 15px;
}

.litem {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.litem:last-child {
	margin-bottom: 0;
}

.litem .ps {
	width: 70px;
	height: 30px;
	border: 1px solid #b4b4b4;
	border-radius: 3px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.litem .ps img {
	width: 12px;
	margin-right: 5px;
}

.litem .ps span {
	font-size: 12px;
}

.litem .left {
	width: 20px;
	margin: 0 5px;
}

.litem .url {
	flex: 1;
	min-width: 120px;
	height: 30px;
	border: 1px solid #b4b4b4;
	border-radius: 3px;
	background-color: #fff;
	line-height: 30px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
	box-sizing: border-box;
}

.litem .btn {
	width: 80px;
	height: 30px;
	background-image: linear-gradient(to right, #eb3f3f, #cb0101);
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
}
.down{
	display: flex;
	justify-content: center;
	align-items: center;
}
.downItem{
	display: flex;
	align-items: center;
	position: relative;
	left: -20px;
	cursor: pointer;
}
.down .yuan{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: relative;
	transform: translateX(72%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.down .yuan img{
	width: 100%;
}
.down .yuantuo{
	width: 120px;
	height:  35px;
	border: 2px solid #ef9091;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	color: #000;
}
.mobile-responsive-img {
  max-width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
 
  z-index: 999; 
}
@media screen and (min-width:800px){
	.listCon{
		width: 80%;
	}
	.litem .ps {
		width: 120px;
		height: 40px;
	}
	litem .ps img {
		width: 15px;
		margin-right: 10px;
	}
	
	.litem .url {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.litem .ps span {
		font-size: 16px;
	}
	.litem .left {
		width: 25px;
		margin: 0 10px;
	}
	.litem .btn {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-left: 10px;
	}
	.service {
    width: 100%;
    text-align: center
    }
    
    .service img {
        width: 100%
    }
    
    .fix-down {
        width: 7.5rem;
        position: fixed;
        left: 50%;
        margin-left: -3.75rem;
        z-index: 99;
        bottom: 0
    }
    
    .fix-down img {
        width: 100%;
        margin-bottom: -10px
    }

}
