@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  max-width: 750px;
  font-family:  'Source Han Sans CN';
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust:none;
	margin: 0 auto;
}
body {
  height: 100%;
  margin: 0;
 padding: 0;
  -webkit-user-select: none;
  background: #fff;
  color: #2d2d2d;
  font-size: 0.28rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  margin:0;
  padding:0;
}
a,
input,
textarea,
select,
button {
  outline: 0;
}
a {
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #fff;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ul,p{ 
  padding:0; margin:0;
}
ul {
	list-style: none;
}
img{
	width: 100%;
}
::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #999; 
} 
:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #999; 
}

.contain {
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/bg.png");
	background-color: #090909;
	background-size: 100% auto;
	position: relative;
}
.logo {
	width: 100%;
	/* margin-bottom:0.3rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.02rem;
	background: #030303;
}
.logo img {
	display: block;
	width: 2.2rem;
}

.menu-icon {
    padding: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 0.36rem;
    color: #fff;
    position: absolute;
    top: 0.28rem;
    left: 0.3rem;
    width: 0.4rem;
}
.bar {
    height: 2px;
    width: 100%;
    background-color: #fee398;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 1.2rem;
}

.sidebar a {
    padding: 0.2rem 0.3rem;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.32rem;
    text-transform: uppercase;
}
.sidebar li {
	border-bottom: 1px solid #ffffff45;
}
.sidebar a:hover {
    color: #fc4e4e;
}
.img-porket {
	width: 92%;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0.3rem auto;
}
.img-porket img {
	width: 100%;
}
.speed-title {
    position: absolute;
    bottom: 0.14rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 600;
}
.speed-con {
	width: 92%;
	margin:0 auto 0.3rem;
	
}
.speed-item {
	width: 100%;
    height: 0.8rem;
    display: flex;
    padding: 0.4rem 0;
    border-radius: 0.08rem;
    border: 2px solid #e0af42;
    background: #111b27;
    cursor: pointer;
    font-size: 0.28rem;
    color: #fff;
    margin: 0.36rem 0;
	align-items: center;
}
.wifi{
    float: left;
    margin-left: 0.3rem;
    
}
.time-item{
    font-family: Arial;
    width: 1.2rem;
    text-align: center;
    font-size: 0.28rem;
    color: #00ffc2;
}

.time-item a{
  color: #00ffc2;
}

.button span {
    display: inline-block;
    line-height: 0.68rem;
}
.btn-enter {
    -webkit-user-select: none;
    -ms-user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    transition: .2s;
    cursor: pointer;
    user-select: none;
    text-transform: capitalize;
    border-radius: 0.24rem;
    background: linear-gradient(0deg, #fee499,#e09535);
    background-color: rgba(0, 0, 0, 0);
    color: #030303;
    min-width: 1.5rem;
    height: 0.48rem;
    font-size: 0.28rem;
    font-weight: 400;
    width: 2rem;
    text-decoration: none;
    font-family: Arial;
	margin-right: 0.3rem;


}
.addr-item {
    flex: 1;
    text-align: center;
    font-family: Arial;
    font-size: 0.28rem;
	padding-right: 0.4rem;
}
.speed-item img{
	width:0.4rem;
}
.icon-content {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 0.3rem;
}
.icon-city img{
	display: block;
	margin:0 auto 0.08rem;
	width: 0.96rem;
	
}
.icon-city {
	display: block;
	text-align: center;
	font-size: 0.28rem;
	font-weight: bold;
	color: #fff;
}
.bot-text {
	text-align: center;
	color: #fff;
	width: 100%;
	background:#191919;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
}

.mySwiper {
  width: 100%;
  /* height: 180px; */
}

.service1 {
  width: 50px;
  position: fixed;
  /* right: 5px; */
  bottom: 160px;
}

.service {
  width: 52px;
  position: fixed;
  /* right: 5px; */
  bottom: 230px;
}

.swiper-pagination-bullet {
  background-color: white !important;
}