@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  border: none;
}
a {
  text-decoration: none;
  color: #fff;
}
p,ul {
	margin: 0;
	padding: 0;
}
li {
 list-style:none;
}
html {
  font-family: 'Arial', 'Microsoft YaHei','Heiti SC';
height: 100%;
}
body {
  color: #353535;
  font-size: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


body {
	background-color: #090909;
	font-size: 14px;
	color: #333333;
	position: relative;
}

html {
	width:100%;
	height: 100%;
}
.contain {
	width: 100%;
	background:url("../images/bg.png") center center no-repeat;
	
}
.wrap-contain {
	width:1280px;
	margin:0 auto;
}
header {
	width: 100%;
	padding-top: 26px;
}
.nav {
	display: inline-block;
	padding: 20px 0 0 40px;
}
.nav li{
	display: inline-flex;
}
.nav li a {
	display: block;
	padding: 0 10px;
	height: 20px;
	border-right: 1px solid #fee398;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Microsoft YaHei' ;
	line-height: 20px;
}
.nav li:last-child a {
	border-right: none;
}
.nav li a:hover {
	color:#fc4e4e;
}
.main {
	width: 100%;
	margin-top: 10px;
}
.left-main {
	width: 40%;
	float: left;
}
.speed-item {
	width: calc(100% - 20px);
    height: 40px;
    display: flex;
    padding: 20px 0px;
    border-radius: 5px;
    border: 2px solid #e0af42;
    background: #111b27;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin: 18px 0;
	align-items: center;
}
.wifi{
    float: left;
    margin-left: 20px;
    
}
.time-item{
    font-family: Arial;
    width: 60px;
    text-align: center;
    font-size: 14px;
}

.button span {
    display: inline-block;
    line-height: 34px;
}
.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: 17px;
    background: linear-gradient(0deg, #fee499,#e09535);
    background-color: rgba(0, 0, 0, 0);
    color: #030303;
    min-width: 100px;
    height: 34px;
    font-size: 13px;
    font-weight: 400;
    width: 150px;
    text-decoration: none;
    font-family: Arial;
	margin-right: 20px;


}
.addr-item {
    flex: 1;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
	padding-right: 10px;
}
.right-main {
	width: 60%;
	position: relative;
	float: right;
}
.speed-title {
	position:absolute;
	bottom: 24px;
	left:100px;
	color: #fff;
	font-size: 60px;
	font-weight: 600;
}
.icon-content {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
.icon-city img{
	display: block;
	margin-bottom: 8px;
	
	
}
.icon-city {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.bot-text {
	text-align: center;
	color: #fff;
	width: 100%;
	background:#191919;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	margin-top: 85px;
}