﻿html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Î¢ÈíÑÅºÚ', 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    width: 100%;
    background-color: #F7F7F7;
}
*{
    box-sizing: border-box;
}
body {
    background-color: #ffffff
}
/* 
  分享提示
 */

.share{
    width:100%;
    height:100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0.0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: none;
}
.share .img-outer{
    text-align: right;
}
.share p {
    text-align: center;
}
.share .img-outer img{
    width: 50%;
}
.container {
    background-color:#EAEAEA;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.main {
    text-align: center;
    margin: auto;
    width: 100%;
}
.description{
    padding-top: 34px;
}
.description .logo img{
    width: 100%;
}
.logo{
    width:290px;

    margin: auto;
}
.download{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 21px;
}
.download .ios,.download .android{
    width:120px;
    height:34px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    display: block\9;/*ie8,9*/
    line-height: 63px\9;
    -webkit-align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border:2px solid #000000;
    background-color: #ffffff;
}
.download .ios{
    margin-right: 18px;
}
.download a{
    font-size: 15px;
    font-weight: 600;

    letter-spacing: 0;
    text-decoration: none;
    vertical-align: middle;
}
.download img{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 8px;
}
.qutui-show {
    width: 270px;
    height: 470px;
    position: relative;
    background-image: url('http://www.a5b5.cn/img/iphone.m.png');
    background-size: cover;
    margin:10px auto 0px auto;
}
.footer{
    background-color: #EAEAEA;
    padding: 18px 0px 11px 0px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.4px;
    line-height: 20px;
    text-align: center;
}
.slides{
    position: absolute;
    left: 17px;
    top: 60px;
    width: 238px;
    height: 410px;
    display:inline-block;
}
.slides ul{ position:absolute;width:100%;height:100%;margin:0; padding:0; overflow: hidden;}
.slides li{
    float: left;
    width: 238px;
    height: 100%;
    overflow: hidden;
}
.slides li a{
    height: inherit;
    width: inherit;
    margin:0;
    padding:0;
    display:inline-block;
    overflow:hidden;
}
.slides li a img{
    display:inline-block;
    height:100%;
    width: 100%;
}

.slides-nav{
    width: 100%;
    position: absolute;
    top: 442px;
    left: 0px;
}

.slides-nav .arrow{
    display:inline-block;
    width:32px;
    height:32px;
}
.slides-nav .arrow:hover{
    cursor: pointer;
}

.slides-nav .arrow.prev{
    float:left;
}

.slides-nav .arrow.next{
    float:right;
}
.slides-nav .index{
    float:left;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 32px;
}
.slides-nav .index i{
    display:inline-block;
    width: 8px;
    height: 8px;
    margin: 4px;
    border-radius: 5px;
    background: rgba(221, 221, 221, 0.5);
    vertical-align: middle;
}
.slides-nav .index i.on,
.slides-nav .index i:hover{
    background: rgba(255, 255, 255, 225);
    width: 16px;
}