#section-navigation {
    position:relative;
    margin-top:100px;
}
a{text-decoration: none; color:#fff;-webkit-tap-highlight-color:rgba(255,0,0,0);}
.btn-white {
  font-family:'Lato';
  font-weight:999;
  min-width:100px;
  background:transparent;
  outline:none;
  border:1px solid #000;
  border-radius:22px;
  padding:10px;
  margin-right:10px;
  margin-top:10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-goback {
  font-family:'Lato';
  font-weight:999;
  min-width:100px;
  background:#eee;
  color:#000;
  outline:none;
  border:none;
  border-radius:22px;
  padding:10px;
  margin-right:10px;
  margin-bottom:20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-goback:hover {
  opacity:.8;
}


.btn-white:hover { 
  background:#000;
  color:#fff;
  outline:none;
  border:1px solid #000;
}

.btn-active {
  background:#000;
  color:#fff;
}

/*10-15修改*/
.title{width:100%;margin:0;color:#505556;font-weight:400;display:none;font-size:1.3em;}
.title img{margin:0 0 -2px 10px;}
/*2017-01-17添加APP store下载按钮*/
.ios_button{
  display:none;
  margin:20px 0;
}
.ios_button a{
	display: inline-block;
    padding: 10px 22px;
    min-width: 200px;
    background:#38adff;
    border-radius: 40px;
    color:#fff;
    font-size: 16px;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
.ios_button a:active,.ios_button a:visited{
	text-decoration:none;
	color:#fff;
}
.ios_button a:hover{
	text-decoration:none;
	color:#fff;
}
 
.ios_button img{
    vertical-align:middle;
}
.ios_button span{
	vertical-align:middle;
	margin-left:5px;
}

