html {
    font-size: 14px;
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-width: 320px;
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    background:#238ff3;
    background-size: 100% auto;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
}
a{
    color: #fff;
    text-decoration: none;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, p {
    margin: 0
}

img {
    border: 0
}

input, img {
    vertical-align: middle
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
/** {*/
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*}*/

.none {
    display: none
}

.wrap {
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: #FFF;
}
.main{
    min-width: 320px;
    margin: auto;
    /*background:url("../images/bg.jpg") top no-repeat ;*/
    background-size: 100% 100%;
}
.main .hd{
    /*width: 150px;*/
    padding: 85px 0 70px;
    display: block;
    margin:0 auto;
    text-align: center;
    text-shadow: rgba(0, 104, 183, 0.20) 0 0 1px;
    animation: fadein .5s ease-in 0s 1 normal;
    -moz-animation: fadein .5s ease-in 0s 1 normal;
    -webkit-animation: fadein .5s ease-in 0s 1 normal;
    -o-animation: fadein .5s ease-in 0s 1 normal;

}
.has-download-main .hd{
    width: 150px;
    padding: 60px 0 80px;
    display: block;
    margin:0 auto;
    text-align: center;
    text-shadow: rgba(0, 104, 183, 0.20) 0 0 1px;

}
.main .hd.start,.has-download-main .hd.start{
    opacity: 1;
}
.main .hd h1,.has-download-main h1{
    margin-bottom: 20px;
    text-align: left;
    height: 66px;
    position: relative;
}
.main .hd h1 img,.has-download-main h1 img{
    position:absolute ;
    left: 50%;
    margin-left:-52px;
}
.main .hd h2,.has-download-main h2{
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.main .bd{
    width: 170px;
    height: 70px;
    margin: 0 auto 75px;
    background: url("../images/download-bg.png") no-repeat;
    background-size: 170px auto;
    text-shadow: rgba(0, 104, 183, 0.20) 0 0 1px;
    position: relative;
    animation: show 1s ease-in 0 1 normal;
    -moz-animation: show 1s ease-in 0 1 normal;
    -webkit-animation: show 1s ease-in 0 1 normal;
    -o-animation: show 1s ease-in 0 1 normal;
}
.main .bd a{
    display: block;
    height: 70px;
    overflow: hidden;
    min-width: 130px;
    text-align: center;
    line-height: 75px;
    font-size: 18px;
}
.main .bd a .ico-arrow-download{
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    background: url("../images/download.png") no-repeat;
    background-size: 45px 45px;
    margin: 12px 0px 12px 15px;
}
.main .bd a div{
    margin-left: 70px;
    padding-top: 15px;
}
.main .bd a .cn{
    font-size: 18px;
}
.main .bd a .en{
    font-size: 10px;
}
/*.main .bd a:active{*/
    /*opacity: 0.5;*/
/*}*/
.language{
    text-align: center;
    animation: show 1s ease-in 0 1 normal;
    -moz-animation: show 1s ease-in 0 1 normal;
    -webkit-animation: show 1s ease-in 0 1 normal;
    -o-animation: show 1s ease-in 0 1 normal;
}
.language a{
    display: inline-block;
    padding: 7px 10px;
}


/*has download*/
.has-download-main{
    width: 320px;
    margin: auto;
    position: relative;
}
.has-download-main h1{
    position: relative;
}
.has-download-main h1:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100px;
    left:10%;
    height: 40px;
    width: 80%;
    opacity: 1;
    background: url("../images/shadow.png") no-repeat;
    background-size: 100% 100%;
}
.has-download-main .open-notice{
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    text-shadow: rgba(0, 104, 183, 0.20) 0 0 1px;
}
.has-download-main .arrow{
    width: 72px;
    height: 363px;
    background: url("../images/arrow.png") no-repeat;
    background-size: 72px auto;
    position: absolute;
    bottom: 25px;
    right: 10px;

}

/*small tips*/
.small-tips-main{
    padding: 20px;
    min-height: 90px;
    background: #000;
    background-size: auto 100%;
    border-bottom: #48a2f5 solid 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 110;
    opacity: 0.9;
}
.small-tips-main h2{
    font-size: 24px;
    font-weight: normal;
}
.small-tips-main .text{
    font-size: 16px;
    margin-top: 15px;
    padding-right: 15px;
}
.small-tips-main .arrow{
    width: 26px;
    height: 83px;
    position: absolute;
    top: 15px;
    right: 10px;
    background: url("../images/arrow-tips.png") no-repeat;
    background-size: 26px 83px;
}

/*animation*/
@keyframes fadein{
    0%{transform: translate(0px, -100px);opacity: 0;}
    100%{transform: translate(0px, 0px); opacity: 1;}
}
@-webkit-keyframes fadein{
    0%{-webkit-transform: translate(0px, -100px);opacity: 0;}
    100%{-webkit-transform: translate(0px, 0px); opacity: 1;}
}
@-moz-keyframes fadein{
    0%{ -moz-transform: translate(0px, -100px);opacity: 0;}
    100%{-moz-transform: translate(0px, 0px); opacity: 1;}
}
@-o-keyframes fadein{
    0%{-o-transform: translate(0px, -100px);opacity: 0;}
    100%{-o-transform: translate(0px, 0px); opacity: 1;}
}

@keyframes show{
    0%{opacity: 0;}
    50%{opacity: 0;}
    100%{ opacity: 1;}
}
@-webkit-keyframes show{
    0%{opacity: 0;}
    50%{opacity: 0;}
    100%{ opacity: 1;}
}
@-moz-keyframes show{
    0%{opacity: 0;}
    50%{opacity: 0;}
    100%{ opacity: 1;}
}
@-o-keyframes show{
    0%{opacity: 0;}
    50%{opacity: 0;}
    100%{ opacity: 1;}
}
